Use declare forms, where possible, to mark obsolete functions.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-09-25 Chong Yidong <cyd@gnu.org>
2
3 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
4 this function obsolete.
5
6 * calendar/cal-x.el (calendar-two-frame-setup)
7 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8 * calendar/calendar.el (american-calendar, european-calendar)
9 (calendar-for-loop):
10 * comint.el (comint-dynamic-simple-complete)
11 (comint-dynamic-complete-as-filename, comint-unquote-filename):
12 * desktop.el (desktop-load-default):
13 * dired-x.el (dired-omit-here-always)
14 (dired-hack-local-variables, dired-default-directory):
15 * emacs-lisp/derived.el (derived-mode-class):
16 * emacs-lisp/timer.el (timer-set-time-with-usecs):
17 * emacs-lock.el (toggle-emacs-lock):
18 * epa.el (epa-display-verify-result):
19 * epg.el (epg-sign-keys, epg-start-sign-keys)
20 (epg-passphrase-callback-function):
21 * eshell/esh-util.el (eshell-for):
22 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
23 (eshell-add-to-window-buffer-names):
24 * files.el (locate-file-completion):
25 * imenu.el (imenu-example--create-c-index)
26 (imenu-example--create-lisp-index)
27 (imenu-example--lisp-extract-index-name)
28 (imenu-example--name-and-position):
29 * international/mule-cmds.el (princ-list):
30 * international/mule-diag.el (decode-codepage-char):
31 * international/mule-util.el (detect-coding-with-priority):
32 * iswitchb.el (iswitchb-read-buffer):
33 * mail/mailalias.el (mail-complete):
34 * mail/sendmail.el (mail-sent-via):
35 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
36 (mouse-major-mode-menu):
37 * password-cache.el (password-read-and-add):
38 * pcomplete.el (pcomplete-parse-comint-arguments):
39 * progmodes/sh-script.el (sh-maybe-here-document):
40 * replace.el (query-replace-regexp-eval):
41 * savehist.el (savehist-load):
42 * simple.el (choose-completion-delete-max-match):
43 * term.el (term-dynamic-simple-complete):
44 * vc/ediff-init.el (ediff-check-version):
45 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
46 * vc/vc.el (vc-diff-switches-list):
47 * view.el (view-return-to-alist-update): Likewise.
48
49 * subr.el (eval-next-after-load, makehash, insert-string)
50 (assoc-ignore-representation, assoc-ignore-case): Use declare to
51 mark obsolete.
52 (mode-line-inverse-video): Variable deleted.
53
54 * international/mule-util.el (string-to-sequence): Remove.
55
56 * calendar/calendar.el (calendar-version):
57 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
58 (icalendar-convert-diary-to-ical):
59 * cus-edit.el (custom-mode):
60 * ansi-color.el (ansi-color-unfontify-region):
61 * international/latin1-disp.el (latin1-char-displayable-p):
62 * progmodes/cwarn.el (turn-on-cwarn-mode):
63 * progmodes/which-func.el (which-func-update-1): Use
64 define-obsolete-function-alias.
65
66 * net/newst-backend.el (newsticker-cache-filename):
67 * net/newst-treeview.el (newsticker-groups-filename): Fix
68 incorrect obsolescence declaration.
69
70 * allout.el (allout-passphrase-hint-string): Likewise.
71 (allout-init): Use a declare form to mark obsolete.
72
73 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
74 this applies to functions.
75
76 * iswitchb.el (iswitchb-read-buffer): Move code of
77 iswitchb-define-mode-map here, and delete that obsolete function.
78
79 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
80 font-lock-reference-face.
81
82 2012-09-25 Glenn Morris <rgm@gnu.org>
83
84 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
85 Doc fixes.
86
87 * eshell/em-term.el (eshell-term-name):
88 Default to term-term-name. (Bug#12485)
89
90 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
91
92 * progmodes/python.el (python-shell-send-buffer): Better handling
93 of "if __name__ == '__main__':" conditionals when sending the buffer.
94
95 2012-09-24 Glenn Morris <rgm@gnu.org>
96
97 * eshell/esh-cmd.el (eshell-find-alias-function):
98 Tighten up file-name regexp. (Bug#12499)
99
100 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
101
102 Enhancements for triple-quote string syntax.
103 * progmodes/python.el (python-quote-syntax): Remove.
104 (python-syntax-propertize-function): New value.
105 (python-syntax-count-quotes, python-syntax-stringify): New
106 functions.
107
108 2012-09-24 Chong Yidong <cyd@gnu.org>
109
110 * mail/supercite.el (sc-version): Remove obsolete function.
111 (sc-describe): Don't mark as obsolete, since it is bound.
112 (sc-submit-bug-report): Remove.
113
114 * vc/log-edit.el (cvs-changelog-full-paragraphs)
115 (cvs-commit-buffer-require-final-newline): Remove.
116 (log-edit-require-final-newline)
117 (log-edit-changelog-full-paragraphs): Default to t.
118
119 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
120 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
121 * vc/vc.el (vc-checkout-carefully): Likewise.
122
123 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
124 (emerge-version): Remove.
125
126 * progmodes/compile.el (compile-internal): Remove.
127 (compilation-parse-errors-function): Fix typo.
128
129 * international/mule.el (set-char-table-default): Remove.
130 (set-coding-priority, make-coding-system, generic-char-p)
131 (charset-list, charset-bytes, charset-id): Use declare to mark
132 functions as obsolete.
133
134 * vc/pcvs-defs.el (cvs-buffer-name-alist)
135 (cvs-invert-ignore-marks): Remove references to obsolete vars.
136 * vc/vc-hooks.el (vc-default-registered): Don't use
137 vc-master-templates.
138
139 * font-lock.el (font-lock-reference-face): Use
140 define-obsolete-variable-alias.
141
142 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
143 * calendar/calendar.el (calendar-font-lock-keywords):
144 * calendar/diary-lib.el (diary-font-lock-keywords)
145 (diary-fancy-font-lock-keywords):
146 * textmodes/reftex-sel.el (reftex-insert-docstruct):
147 * textmodes/reftex-index.el (reftex-insert-index):
148 * textmodes/reftex-cite.el (reftex-format-bib-entry):
149 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
150 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
151 * progmodes/prolog.el (prolog-font-lock-keywords):
152 * progmodes/idlwave.el (idlwave-idl-keywords):
153 * progmodes/ada-mode.el (ada-font-lock-keywords):
154 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
155
156 2012-09-24 Glenn Morris <rgm@gnu.org>
157
158 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
159
160 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
161
162 * progmodes/python.el (python-indent-line): More consistent cursor
163 movement behavior.
164
165 2012-09-23 Stefan Merten <smerten@oekonux.de>
166
167 * textmodes/rst.el: Fix compiler warning.
168
169 2012-09-23 Roland Winkler <winkler@gnu.org>
170
171 * textmodes/bibtex.el (bibtex-autokey-transcriptions): Transcribe
172 also LaTeX hyphenation.
173 (bibtex-reformat): Bug fix. Do not quote twice the elements of
174 bibtex-reformat-previous-options.
175
176 2012-09-23 Roland Winkler <winkler@gnu.org>
177
178 * proced.el (proced-renice-command): New variable.
179 (proced-marked-processes): New function.
180 (proced-with-processes-buffer): New macro.
181 (proced-send-signal): Use them.
182 (proced-renice): New command bound to r.
183
184 2012-09-23 Roland Winkler <winkler@gnu.org>
185
186 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
187 ibuffer-saved-filter-groups has one element, shortcut the call of
188 completing-read. (Bug#12331)
189
190 2012-09-23 Chong Yidong <cyd@gnu.org>
191
192 * bindings.el (mode-line-toggle-read-only):
193 * bs.el (bs-toggle-readonly):
194 * buff-menu.el (Buffer-menu-toggle-read-only):
195 * dired.el (dired-toggle-read-only):
196 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
197
198 2012-09-23 Chong Yidong <cyd@gnu.org>
199
200 * image.el (image-type-available-p): Adapt to init-image-library
201 argument changes.
202
203 2012-09-22 Juri Linkov <juri@jurta.org>
204
205 * dired.el (dired-mode-map): Add [remap read-only-mode] for
206 `dired-toggle-read-only'. (Bug#12462)
207
208 2012-09-22 Martin Rudalics <rudalics@gmx.at>
209
210 * subr.el (temp-output-buffer-show): New function.
211 (with-output-to-temp-buffer): Call temp-output-buffer-show
212 instead of internal-temp-output-buffer-show.
213
214 2012-09-22 Chong Yidong <cyd@gnu.org>
215
216 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
217 (Bug#12462).
218
219 * repeat.el (repeat): Doc fix (Bug#12348).
220
221 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
222 (Bug#10909).
223
224 * simple.el (shell-command-on-region): Doc fix.
225 (read-only-mode): Doc fix.
226
227 2012-09-22 Eli Zaretskii <eliz@gnu.org>
228
229 * emacs-lisp/timer.el (run-with-idle-timer)
230 (timer-activate-when-idle): Warn against reinvoking an idle timer
231 from within its own timer action. (Bug#12447)
232
233 2012-09-22 Martin Rudalics <rudalics@gmx.at>
234
235 * cus-start.el (window-combination-limit): Add new optional
236 values.
237 * window.el (temp-buffer-window-show)
238 (window--try-to-split-window): Handle new values of
239 window-combination-limit (Bug#1806).
240 (split-window): Test window-combination-limit for t instead of
241 non-nil.
242 (display-buffer-at-bottom): New buffer display action function.
243 * help.el (temp-buffer-resize-regexps): New option.
244 (temp-buffer-resize-mode): Rewrite doc-string.
245 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
246 Don't resize reused window. Suggested by Glenn Morris.
247
248 2012-09-22 Stefan Merten <smerten@oekonux.de>
249
250 * textmodes/rst.el: Revamp section title faces.
251 (rst-official-version)
252 (rst-package-emacs-version-alist): Sync with official version
253 V1.4.0.
254 (rst-faces-defaults, rst-set-level-default)
255 (rst-level-face-max, rst-level-face-base-color)
256 (rst-level-face-base-light, rst-level-face-format-light)
257 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
258 (rst-adornment-faces-alist): Match new setup.
259 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
260 (rst-level-5, rst-level-6): New faces.
261
262 2012-09-22 Chong Yidong <cyd@gnu.org>
263
264 * simple.el (undo): Handle indirect buffers (Bug#8207).
265
266 2012-09-21 Leo Liu <sdl.web@gmail.com>
267
268 IDO: Disable match re-ordering for buffer switching.
269 * ido.el (ido-buffer-disable-smart-matches): New variable.
270 (ido-set-matches-1): Use it. (Bug#2042)
271
272 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
273
274 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
275 Fix 2011-05-17 change. (Bug#12418)
276
277 2012-09-21 Leo Liu <sdl.web@gmail.com>
278
279 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
280
281 2012-09-21 Glenn Morris <rgm@gnu.org>
282
283 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
284 Be more robust about locating simple.el.
285
286 2012-09-21 Glenn Morris <rgm@gnu.org>
287
288 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
289
290 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
291
292 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
293
294 2012-09-20 Juri Linkov <juri@jurta.org>
295
296 * replace.el (query-replace-read-from): Use `read-regexp' instead
297 of `read-from-minibuffer' when `regexp-flag' is non-nil.
298 (occur-read-primary-args): Use `read-regexp' instead of
299 `read-string'.
300 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
301 `read-from-minibuffer'.
302 * isearch.el (isearch-occur): Use `read-regexp' instead of
303 `read-string'.
304 * dired.el (dired-read-regexp): Use `read-regexp' instead of
305 `read-from-minibuffer'.
306 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
307 of `read-string'. (Bug#7567)
308
309 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
310 and allow accepting a list of strings prepended to a list of
311 standard default values. Doc fix. (Bug#12321)
312
313 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
314
315 * replace.el (read-regexp): Don't add ": " when PROMPT already
316 ends with a colon and space. (Bug#12321)
317
318 2012-09-20 Tassilo Horn <tsdh@gnu.org>
319
320 * doc-view.el (doc-view-display): Better fix for the cl-assertion
321 error.
322
323 2012-09-20 Stefan Merten <smerten@oekonux.de>
324
325 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
326 Fixes feature request bug#11711.
327 (rst-mode): Create `imenu-create-index-function'.
328 (rst-get-stripped-line): Delete after refactoring.
329 (rst-section-tree, rst-section-tree-rec)
330 (rst-section-tree-point): Refactor and document properly.
331 (rst-imenu-find-adornments-for-position)
332 (rst-imenu-convert-cell, rst-imenu-create-index): New
333 function.
334
335 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
338 (macroexp--expand-all): Use it.
339 (macroexp--funcall-and-return): Remove by folding it into its sole
340 caller (macroexp--warn-and-return).
341 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
342 Use macroexp--obsolete-warning.
343
344 * calc/calc.el: Fix last change by removing the whole chunk, since it
345 was only needed back when Calc was not bundled.
346
347 2012-09-20 Martin Rudalics <rudalics@gmx.at>
348
349 * emacs-lisp/debug.el (debug): Restore assignment to
350 debugger-old-buffer removed on 2012-09-08.
351
352 2012-09-20 Juri Linkov <juri@jurta.org>
353
354 * dired-aux.el (dired-diff): Remove (require 'diff) since
355 `diff-latest-backup-file' is now autoloaded.
356
357 2012-09-20 Chong Yidong <cyd@gnu.org>
358
359 * vc/diff.el (diff-latest-backup-file): Autoload.
360
361 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
362
363 * calc/calc.el: Remove redundant autoload shape check.
364 (sel-mode): Don't defvar.
365 (calc-get-stack-element): Add `sel-mode' arg instead.
366 (calc-top, calc-top-list): Pass it this additional argument.
367 * calc/calc-store.el (calc-store-map):
368 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
369 (calc-map-equation, calc-outer-product, calc-inner-product):
370 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
371
372 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
373
374 2012-09-19 Juri Linkov <juri@jurta.org>
375
376 * dired-aux.el (dired-diff): Add (require 'diff) because
377 `diff-latest-backup-file' is not autoloaded.
378 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
379 of `dired-get-filename' to t to not report error when there is
380 no default file on the current line.
381
382 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
385 macroexp--eval-if-compile.
386 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
387 (macroexp--expand-all): Use them (bug#12371).
388
389 * doc-view.el (doc-view-guess-paper-size)
390 (doc-view-scale-bounding-box): Fix unbound `caddr'.
391
392 2012-09-19 Tassilo Horn <tsdh@gnu.org>
393
394 New feature: set optimal slice from BoundingBox information.
395 * doc-view.el (doc-view-mode-map): Add keybinding.
396 (doc-view-menu): Add menu entry.
397 (doc-view-set-slice): Adapt docstring.
398 (doc-view-get-bounding-box, doc-view-guess-paper-size)
399 (doc-view-scale-bounding-box)
400 (doc-view-set-slice-from-bounding-box): New functions.
401 (doc-view-paper-sizes): New defvar.
402
403 2012-09-19 Glenn Morris <rgm@gnu.org>
404
405 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
406 (byte-compile-log-warning): Autoload. (Bug#12371)
407
408 * calendar/calendar.el (calendar-american-month-header)
409 (calendar-european-month-header, calendar-iso-month-header)
410 (calendar-month-header): New options.
411 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
412 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
413
414 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
415
416 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
417
418 2012-09-18 Juri Linkov <juri@jurta.org>
419
420 * dired-aux.el (dired-diff): Restore original functionality of
421 getting the default value, but keep new feature of using the
422 latest existing backup file (`diff-latest-backup-file').
423
424 2012-09-18 Juri Linkov <juri@jurta.org>
425
426 * dired.el (dired-mark): If the region is active in Transient Mark
427 mode, mark all files in the active region. Doc fix.
428 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
429 Doc fix. (Bug#10624)
430
431 2012-09-18 Juri Linkov <juri@jurta.org>
432
433 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
434 attributes for M-n are pulled from the file at point.
435 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
436 Suggested by Drew Adams. (Bug#10624)
437
438 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
439
440 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
441 whitespace after "end".
442 (ruby-do-end-to-brace): Collapse block to one line if it fits
443 within fill-column.
444
445 2012-09-18 Martin Rudalics <rudalics@gmx.at>
446
447 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
448 value.
449 (debug): Don't remove debugger window when debugger is expected
450 to be back.
451
452 2012-09-18 Chong Yidong <cyd@gnu.org>
453
454 * custom.el (defface): Doc fix.
455
456 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
457
458 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
459
460 * progmodes/compile.el (compilation-start): Use compilation-always-kill
461 to initialize query-on-exit; then test that instead (bug#12288).
462
463 2012-09-17 Stefan Merten <smerten@oekonux.de>
464
465 * textmodes/rst.el: Add support for `testcover'.
466 (rst-defcustom-testcover, rst-testcover-add-compose)
467 (rst-testcover-add-1value): New functions.
468 (rst-portable-mark-active-p): Replace by `use-region-p'.
469 (rst-update-section, rst-classify-adornment)
470 (rst-find-title-line): Mark `1value' forms.
471 (rst-classify-adornment): Remove superfluous form.
472 (rst-update-section, rst-get-adornments-around)
473 (rst-adornment-complete-p, rst-get-next-adornment)
474 (rst-adjust, rst-promote-region)
475 (rst-display-adornments-hierarchy, rst-straighten-adornments)
476 (rst-find-pfx-in-region, rst-section-tree-rec)
477 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
478 (rst-toc-node, rst-toc, rst-forward-section)
479 (rst-iterate-leftmost-paragraphs)
480 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
481 (rst-bullet-list-region)
482 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
483 (rst-compile-find-conf, rst-compile)
484 (rst-repeat-last-character): Fix style.
485
486 2012-09-17 Chong Yidong <cyd@gnu.org>
487
488 * comint.el (comint--complete-file-name-data): Don't add a space
489 if the status is `sole'; that adds a gratuitous space in the
490 completion-cycling case (Bug#12092).
491
492 * pcomplete.el (pcomplete-completions-at-point): Likewise.
493
494 2012-09-17 Richard Stallman <rms@gnu.org>
495
496 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
497 only in the mime-shown mode, not in raw mode.
498 (rmail-mime): Toggle off mime by displaying the message without
499 mime processing. (Bug#12305)
500
501 * mail/rmail.el (rmail-retry-failure):
502 Turn off mime processing first. (Bug#12037)
503
504 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
505
506 2012-09-17 Chong Yidong <cyd@gnu.org>
507
508 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
509 (shell-dynamic-complete-functions): Convert to defcustom.
510 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
511
512 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
513 * comint.el (comint-prompt-read-only):
514 * custom.el (defcustom):
515 * hi-lock.el (hi-lock-mode):
516 * ibuffer.el (ibuffer-formats):
517 * ielm.el (ielm-prompt-read-only):
518 * novice.el (disable-command):
519 * saveplace.el (toggle-save-place):
520 * speedbar.el (speedbar-supported-extension-expressions):
521 * startup.el (auto-save-list-file-prefix, init-file-user)
522 (after-init-hook, inhibit-startup-echo-area-message):
523 * strokes.el (strokes-help):
524 * time-stamp.el (time-stamp):
525 * calendar/calendar.el (calendar, diary-file):
526 * calendar/diary-lib.el (diary-mail-entries, diary)
527 (diary-list-entries-hook):
528 * calendar/holidays.el (holidays, calendar-holidays):
529 * calendar/lunar.el (lunar-phases):
530 * calendar/solar.el (sunrise-sunset):
531 * emulation/edt.el (edt-load-keys):
532 * emulation/viper.el (viper-mode):
533 * eshell/em-alias.el (eshell-command-aliases-list):
534 * eshell/esh-util.el (eshell-convert-numeric-arguments):
535 * international/ogonek.el (ogonek-information):
536 * net/tramp-cmds.el (tramp-bug):
537 * net/quickurl.el (quickurl-reread-hook-postfix):
538 * play/decipher.el (decipher-font-lock-keywords):
539 * progmodes/cc-styles.el (c-set-style):
540 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
541 * progmodes/inf-lisp.el (inferior-lisp-prompt):
542 * progmodes/octave-mod.el (octave-mode):
543 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
544 * progmodes/verilog-mode.el (verilog-read-defines):
545 * textmodes/two-column.el (2C-mode): Likewise.
546
547 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
548
549 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
550 that holds many addresses.
551
552 2012-09-16 Chong Yidong <cyd@gnu.org>
553
554 * align.el (align-areas): Call the indication function with
555 positions instead of markers for arguments (Bug#12343).
556
557 * files.el (parse-colon-path): Use split-string (Bug#12351).
558
559 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
560 (display-buffer-function): Mark as obsolete.
561
562 * progmodes/compile.el (compilation-parse-errors): Accept list
563 values similar to font-lock-keywords (Bug#12136).
564 Suggested by Oleksandr Manzyuk.
565 (compilation-error-regexp-alist): Doc fix.
566
567 2012-09-15 Glenn Morris <rgm@gnu.org>
568
569 * version.el (emacs-bzr-version-bzr): New function.
570 (emacs-bzr-get-version): Add optional EXTERNAL argument.
571
572 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
573 checkouts, check the parent dirstate matches the branch.
574 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
575 empty string.
576
577 * version.el (emacs-bzr-version): Doc fix.
578 (emacs-bzr-version-dirstate): New function.
579 (emacs-bzr-get-version): For lightweight checkouts, if the parent
580 is local try and check that it matches the branch. If not, just
581 use dirstate information. (Bug#12441)
582
583 2012-09-14 Juri Linkov <juri@jurta.org>
584
585 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
586 (Bug#12399)
587
588 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
591
592 * emacs-lisp/edebug.el: Miscellaneous cleanup.
593 Remove obsolete byte-compiler hack that tried to silence some warnings.
594 (edebug-submit-bug-report): Remove.
595 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
596 Remove aliases, use the un-prefixed name instead.
597 (edebug-pop-to-buffer): Consider other frames.
598 (edebug-original-read):: Make it more obvious that it's always defined.
599 (edebug--make-form-data-entry, edebug--form-data-name)
600 (edebug--form-data-begin, edebug--form-data-end): Rename from the
601 single-dashed name, and implement with cl-defstruct.
602 (edebug-set-form-data-entry): Use the standard accessors.
603 (edebug-make-top-form-data-entry): Use push.
604 (edebug-no-match): Drop useless `funcall'.
605 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
606 to functions.
607 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
608 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
609 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
610 (easy-menu-define, with-custom-print): Remove redundant specs.
611 (edebug-outside-overriding-local-map)
612 (edebug-outside-overriding-terminal-local-map): Remove, unused.
613 (edebug--display): Bind unread-command-events directly to nil rather
614 than binding it to unread-command-events and later setting it to nil.
615 (edebug--display): Kill edebug-eval-buffer here...
616 (edebug--recursive-edit): ...rather than here.
617 Bind standard-output and standard-input.
618 (edebug-eval): Check cl-macroexpand-all is fboundp.
619 (edebug-temp-display-freq-count): Fix last change.
620
621 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
622 * subr.el (noreturn, 1value): Add `debug' spec.
623 * emacs-lisp/advice.el: Require cl-lib.
624 (ad-copy-tree): Remove, use copy-tree instead.
625 (ad-dolist): Remove use dolist or cl-dolist instead.
626 (ad-do-return): Remove, use cl-return instead.
627 (defadvice): Add `debug' spec.
628
629 2012-09-13 Juri Linkov <juri@jurta.org>
630
631 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
632 (Bug#12399)
633
634 2012-09-13 Glenn Morris <rgm@gnu.org>
635
636 * calc/calc.el (math-compose-expr):
637 * calc/calc-ext.el (math-compose-expr):
638 * progmodes/cc-defs.el (cl-macroexpand-all):
639 * progmodes/cc-langs.el (delete-duplicates, mapcan)
640 (cl-macroexpand-all): Update declarations.
641
642 * vc/vc.el: No need to require ediff.
643 (ediff-load-version-control): Declare.
644 (ediff-vc-internal): Fix declaration.
645 (vc-version-ediff): Require ediff.
646
647 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
648
649 Use a more backwards-compatible timer format (Bug#12430).
650 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
651 being right after USECS, as that better supports old code that
652 inadvisedly looked directly at the timer vector.
653
654 2012-09-13 Kenichi Handa <handa@gnu.org>
655
656 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
657 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
658 `coding-priority' property of these language environment.
659
660 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
661
662 Fix glitches caused by addition of psec to timers (Bug#12430).
663 * image.el (image-animate-timer):
664 * time.el (display-time-world-timer):
665 Use timer--function and timer--args rather than raw access to
666 timer vector.
667
668 2012-09-13 Glenn Morris <rgm@gnu.org>
669
670 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
671 If not compiling a file, try using load-file-name.
672
673 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
676 Fix last change.
677 (edebug-update-eval-list): Use `push'.
678
679 * emacs-lisp/edebug.el: Use lexical-binding.
680 Remove the "edebug-" prefix from non-dynamically-scoped variables.
681 Mark unused args with underscore.
682 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
683 (edebug-form-data): Use defvar-local.
684 (edebug-make-before-and-after-form, edebug-make-after-form):
685 Use backquote.
686 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
687 Not dynamically scoped any more.
688 (edebug--enter-trace): Add arguments `function' and `args'.
689 Rename from edebug-enter-trace.
690 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
691 (edebug--update-coverage): Add `after-index' and `value' args.
692 Rename from edebug-update-coverage.
693 (edebug-slow-after): Call it accordingly.
694 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
695 edebug-recursive-edit.
696 (edebug--display): Call it accordingly. Add args `value',
697 `offset-index', and `arg-mode'. Rename from edebug-display.
698 (edebug-debugger, edebug): Call it accordingly.
699 (edebug-eval-display-list): Use dolist.
700
701 2012-09-12 Juri Linkov <juri@jurta.org>
702
703 * info.el (Info-search): Don't check for isearch-mode and
704 isearch-regexp before let-binding search-spaces-regexp to
705 Info-search-whitespace-regexp.
706 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
707 search-whitespace-regexp if isearch-lax-whitespace or
708 isearch-regexp-lax-whitespace is non-nil.
709 (Info-mode): Don't set local variable search-whitespace-regexp.
710 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
711
712 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
715 (debugger-env-macro): Remove support for unread-command-char.
716
717 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
718 the temporary map re-appearing on emulation-mode-map-alists.
719
720 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
721 since 22.1.
722
723 * ehelp.el (with-electric-help): Accept functions in
724 electric-help-form-to-execute.
725 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
726 And replace unread-command-char -> unread-command-events.
727
728 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
729
730 Sync with Tramp 2.2.6.
731
732 * net/tramp.el (tramp-accept-process-output): Don't use
733 JUST-THIS-ONE in the XEmacs case.
734
735 * net/trampver.el: Update release number.
736
737 2012-09-12 Martin Rudalics <rudalics@gmx.at>
738
739 * emacs-lisp/debug.el (debugger-previous-window-height):
740 New variable.
741 (debug): When debugger-jumping-flag is non-nil try to restore
742 height of debugger window. (Bug#8789)
743
744 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
745
746 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
747 overriding-local-map and pre/post-command-hook here.
748 (edebug-recursive-edit): Do it here instead (bug#12345).
749 (edebug-outside-unread-command-char): Remove all uses of
750 unread-command-char.
751
752 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
753 inhibit-debugger is bound instead.
754
755 2012-09-11 Bastien Guerry <bzg@gnu.org>
756
757 * subr.el (set-temporary-overlay-map): Add a docstring.
758 (Bug#12346)
759
760 2012-09-11 Bastien Guerry <bzg@gnu.org>
761
762 * minibuffer.el (completion-table-subvert): Fix docstring.
763 (Bug#12347)
764
765 2012-09-11 Bastien Guerry <bzg@gnu.org>
766
767 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
768
769 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
770
771 * progmodes/sql.el: Version 3.1
772 (sql-db2-escape-newlines): New variable.
773 (sql-escape-newlines-filter): Use it.
774
775 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
776
777 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
778
779 2012-09-10 Dan Nicolaescu <dann@gnu.org>
780
781 * vc/diff-mode.el (diff-mode-menu):
782 Bind diff-remove-trailing-whitespace.
783
784 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
787 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
788 (emacs-lisp-byte-code-mode): New functions.
789 (eval-sexp-add-defvars): Don't skip defvars in column >0.
790 (eval-defun-2): Remove bogus interactive spec.
791 (lisp-indent-line): Remove redundant whole-exp code, now done in
792 indent-according-to-mode.
793 (save-match-data): Remove redundant indent data.
794
795 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
796 Use `declare'.
797
798 2012-09-09 Juri Linkov <juri@jurta.org>
799
800 * replace.el (replace-regexp-lax-whitespace): New defcustom.
801 (replace-lax-whitespace, query-replace-regexp)
802 (query-replace-regexp-eval, replace-regexp): Doc fix.
803 (perform-replace, replace-highlight): Let-bind
804 isearch-lax-whitespace to replace-lax-whitespace and
805 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
806
807 * isearch.el (isearch-query-replace): Let-bind
808 replace-lax-whitespace to isearch-lax-whitespace and
809 replace-regexp-lax-whitespace to
810 isearch-regexp-lax-whitespace. (Bug#10885)
811
812 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
815
816 2012-09-09 Alan Mackenzie <acm@muc.de>
817
818 * progmodes/cc-engine.el (c-state-cache-init):
819 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
820 (c-record-parse-state-state):
821 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
822
823 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
824
825 * register.el (register-separator): Rename from
826 separator-register. All uses changed. Doc fix.
827 (register): Fix version.
828
829 2012-09-09 Chong Yidong <cyd@gnu.org>
830
831 * replace.el (query-replace-map): Bind four new symbols for
832 requesting window scrolling.
833
834 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
835 query-replace-map (Bug#8948).
836
837 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
838
839 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
840 since they are now in query-replace-map.
841
842 * window.el (scroll-other-window-down): Make the arg optional.
843
844 2012-09-09 Chong Yidong <cyd@gnu.org>
845
846 * files.el (hack-local-variables-confirm): Use quit-window to kill
847 the *Local Variables* buffer.
848
849 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
850
851 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
852 not just expect to be at its beginning. Adjust callees.
853 Succeed when do-end block has no space before the pipe character.
854 (ruby-brace-to-do-end): When the original block is one-liner,
855 convert to multiline. Reindent the result.
856
857 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
858
859 * register.el (register): New group.
860 (register-separator): New user option.
861 (increment-register): Route it to `append-to-register', if
862 register contains text. Implication is that `C-x r +' can now be
863 used for appending to a text register (bug#12217).
864 (append-to-register, prepend-to-register): Add separator based on
865 `register-separator.
866
867 2012-09-08 Alan Mackenzie <acm@muc.de>
868
869 AWK Mode: make auto-newline work when there's "==" in the pattern.
870 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
871 correctly.
872 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
873 Test more rigorously for "=" token.
874
875 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
876
877 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
878 Only fail when reached LIMIT.
879
880 2012-09-08 Chong Yidong <cyd@gnu.org>
881
882 * dired.el (dired-mode-map): Don't bind M-=.
883
884 * dired-aux.el (dired-diff): Use backup file as default.
885
886 2012-09-08 Drew Adams <drew.adams@oracle.com>
887
888 * subr.el (add-to-history): Fix delete usage (Bug#12314).
889
890 2012-09-08 Chong Yidong <cyd@gnu.org>
891
892 * subr.el (syntax-after, syntax-class): Doc fix.
893
894 2012-09-08 Martin Rudalics <rudalics@gmx.at>
895
896 * window.el (display-buffer-in-previous-window): New buffer
897 display action function.
898
899 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
900 (debugger-previous-window): New variable.
901 (debug): Rewrite using display-buffer-in-previous-window,
902 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
903
904 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
907
908 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
909
910 * progmodes/python.el (python-shell-send-string):
911 When default-directory is remote, create temp file on remote
912 filesystem.
913 (python-shell-send-file): When file is remote, pass local view of
914 file paths to remote Python interpreter. (Bug#12340)
915
916 2012-09-07 Chong Yidong <cyd@gnu.org>
917
918 * window.el (switch-to-buffer): Doc fix (Bug#12181).
919
920 * files.el (after-find-file): Don't fail on a read-only buffer if
921 require-final-newline is `visit' or `visit-save' (Bug#11156).
922
923 * subr.el (read-char-choice): Allow quitting via ESC ESC.
924
925 * userlock.el (ask-user-about-supersession-threat):
926 Use read-char-choice (Bug#12093).
927
928 2012-09-07 Chong Yidong <cyd@gnu.org>
929
930 * subr.el (buffer-narrowed-p): New function.
931
932 * ses.el (ses-widen):
933 * simple.el (count-words--buffer-message):
934 * net/browse-url.el (browse-url-of-buffer): Use it
935
936 * simple.el (count-words-region): Don't signal an error if there
937 is a non-nil prefix arg and the mark is not set.
938
939 * help.el (describe-key-briefly): Allow the message to be seen
940 when invoked from the minibuffer (Bug#7014).
941
942 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
943
944 * progmodes/ruby-mode.el (ruby-end-of-defun)
945 (ruby-beginning-of-defun): Simplify, allow indentation before
946 block beginning and end keywords.
947 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
948 (ruby-end-of-defun): Expect that the point is at the beginning of
949 the defun.
950
951 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
954 (bug#12367).
955 (cl--make-usage-args): Strip _ from argument names.
956
957 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
958
959 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
960 obsolete alias speedbar-key-map.
961 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
962 (vhdl-index-menu-init): Don't use obsolete variable
963 font-lock-maximum-size.
964
965 2012-09-06 Chong Yidong <cyd@gnu.org>
966
967 * frame.el (window-system-version): Mark as obsolete.
968
969 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
970 of obsolete variable speedbar-key-map.
971
972 2012-09-06 Juri Linkov <juri@jurta.org>
973
974 * replace.el (replace-lax-whitespace): New defcustom.
975 (query-replace, query-replace-regexp, query-replace-regexp-eval)
976 (replace-string, replace-regexp): Mention it in docstrings.
977 (perform-replace, replace-highlight): Let-bind
978 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
979 to the values of replace-lax-whitespace and regexp-flag.
980 Don't let-bind search-whitespace-regexp. (Bug#10885)
981
982 * isearch.el (isearch-query-replace): Let-bind
983 replace-lax-whitespace instead of let-binding
984 replace-search-function and replace-re-search-function.
985 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
986 and isearch-regexp-lax-whitespace to lazy-highlight variables.
987 (isearch-toggle-symbol): Set isearch-regexp to nil
988 in isearch-word mode (like in isearch-toggle-word).
989
990 2012-09-06 Juri Linkov <juri@jurta.org>
991
992 * replace.el (replace-search-function)
993 (replace-re-search-function): Set default values to nil.
994 (perform-replace): Let-bind isearch-related variables based on
995 replace-related values, call `isearch-search-fun' and let-bind
996 the result to `search-function'. Remove code that sets
997 `search-function' and `search-string' separately for
998 `delimited-flag'.
999 (replace-highlight): Add new argument `delimited-flag' and
1000 rename other arguments to the names used in `perform-replace'.
1001 Let-bind `isearch-word' to the argument `delimited-flag'.
1002 (Bug#10885, bug#10887)
1003
1004 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1005
1006 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
1007 ruby-beginning-of-indent, simplify, allow all keywords to have
1008 indentation before them.
1009 (ruby-beginning-of-indent): Adjust for above. Search until the
1010 found point is not inside a string or comment.
1011 (ruby-font-lock-keywords): Allow symbols to start with "@"
1012 character, give them higher priority than variables.
1013 (ruby-syntax-propertize-function)
1014 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
1015 matchers. Expression expansions are not comments when inside a
1016 string, and there comment syntax status is irrelevant.
1017 (ruby-match-expression-expansion): New function. Check that
1018 expression expansion is inside a string, and it's not escaped.
1019 (ruby-font-lock-keywords): Use it.
1020
1021 2012-09-05 Martin Rudalics <rudalics@gmx.at>
1022
1023 * help.el (temp-buffer-max-height): New default value.
1024 (temp-buffer-resize-frames): New option.
1025 (resize-temp-buffer-window): Optionally resize frame.
1026
1027 * window.el (fit-frame-to-buffer-bottom-margin): New option.
1028 (fit-frame-to-buffer): New function.
1029
1030 2012-09-05 Glenn Morris <rgm@gnu.org>
1031
1032 * emulation/cua-rect.el (cua--init-rectangles):
1033 * textmodes/picture.el (picture-mode-map):
1034 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
1035 like forward-char and backward-char. (Bug#12317)
1036
1037 2012-09-05 Leo Liu <sdl.web@gmail.com>
1038
1039 * progmodes/flymake.el (flymake-warning-re): New variable.
1040 (flymake-parse-line): Use it.
1041
1042 2012-09-05 Glenn Morris <rgm@gnu.org>
1043
1044 * calendar/holidays.el (holiday-christian-holidays):
1045 Rename an entry. (Bug#12289)
1046
1047 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
1050 (bug#12222).
1051
1052 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * loadup.el: Load macroexp. Remove hack.
1055 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
1056 (macroexp--expand-all): Use it to get better warnings.
1057 (macroexp--backtrace, macroexp--trim-backtrace-frame)
1058 (internal-macroexpand-for-load): New functions.
1059 (macroexp--pending-eager-loads): New var.
1060 (emacs-startup-hook): New hack to replace one in loadup.el.
1061 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
1062 (cl--compiler-macro-cXXr): Move to top, before they can be used.
1063 (cl-psetf): Simplify.
1064 (cl-defstruct): Add indent rule.
1065
1066 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1067
1068 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
1069 over `user-mail-address' for the SMTP MAIL FROM envelope.
1070 (smtpmail-via-smtp): Ditto.
1071
1072 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
1073
1074 * progmodes/ruby-mode.el: Clean up keybindings.
1075 (ruby-mode-map): Don't bind ruby-electric-brace,
1076 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
1077 backward-kill-word, reindent-then-newline-and-indent.
1078 (ruby-mark-defun): Remove.
1079 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
1080 (ruby-mode): Set local beginning-of-defun-function and
1081 end-of-defun-function values.
1082
1083 2012-09-03 Martin Rudalics <rudalics@gmx.at>
1084
1085 * window.el (temp-buffer-window-setup-hook)
1086 (temp-buffer-window-show-hook): New hooks.
1087 (temp-buffer-window-setup, temp-buffer-window-show)
1088 (with-temp-buffer-window): New functions.
1089 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
1090 (special-display-popup-frame): Make sure the window used shows BUFFER.
1091
1092 * help.el (temp-buffer-resize-mode): Fix doc-string.
1093 (resize-temp-buffer-window): New optional argument WINDOW.
1094
1095 * files.el (recover-file, save-buffers-kill-emacs):
1096 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
1097
1098 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
1099
1100 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
1101 remote definition of `default-directory', ensure we can connect.
1102
1103 2012-09-02 Juri Linkov <juri@jurta.org>
1104
1105 Toggle whitespace matching mode with M-s SPC.
1106 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
1107
1108 * isearch.el (search-whitespace-regexp): Doc fix.
1109 Remove cons cell customization.
1110 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
1111 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
1112 New variables.
1113 (isearch-forward, isearch-forward-regexp): Doc fix.
1114 (isearch-toggle-lax-whitespace): New command.
1115 (search-forward-lax-whitespace, search-backward-lax-whitespace)
1116 (re-search-forward-lax-whitespace)
1117 (re-search-backward-lax-whitespace): New functions.
1118 (isearch-whitespace-regexp): Remove function.
1119 (isearch-query-replace): Let-bind replace-search-function and
1120 replace-re-search-function.
1121 (isearch-occur): Let-bind search-spaces-regexp according to the
1122 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
1123 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
1124 condition for C-q SPC.
1125 (isearch-search-fun-default): Use new functions mentioned above.
1126 (isearch-search-forward, isearch-search-backward): Remove functions.
1127 (isearch-search): Don't let-bind search-spaces-regexp.
1128 (isearch-lazy-highlight-space-regexp): Remove variable.
1129 (isearch-lazy-highlight-lax-whitespace)
1130 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
1131 (isearch-lazy-highlight-new-loop): Use them.
1132 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
1133
1134 2012-09-02 Chong Yidong <cyd@gnu.org>
1135
1136 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
1137
1138 2012-09-02 Glenn Morris <rgm@gnu.org>
1139
1140 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
1141
1142 2012-09-01 Glenn Morris <rgm@gnu.org>
1143
1144 * term.el: Tidy up menu definitions.
1145 (term-mode-map): Use easymenu for In/Out, Complete menus.
1146 (term-pager-break-map): Initialize in the defvar.
1147 (term-terminal-menu, term-signals-menu): Define with easymenu.
1148 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
1149 (term-pager-menu): New, extracted from term-process-pager.
1150 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
1151 (term-update-mode-line): Propertize line/char and page items.
1152 (term-process-pager): Move keymap initialization elsewhere.
1153
1154 2012-09-01 Martin Rudalics <rudalics@gmx.at>
1155
1156 * window.el (switch-to-prev-buffer): Handle additional values of
1157 BURY-OR-KILL argument. Don't switch in minibuffer window.
1158 (switch-to-next-buffer): Don't switch in minibuffer window.
1159 (quit-restore-window): New function based on quit-window.
1160 Handle additional values of former KILL argument.
1161 (quit-window): Call quit-restore-window with appropriate
1162 interpretation of KILL argument.
1163 (display-buffer-below-selected): New buffer display action
1164 function.
1165
1166 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * minibuffer.el (completion-at-point-functions): Complete docstring
1169 (bug#12254).
1170
1171 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1172
1173 Better seed support for (random).
1174 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
1175 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
1176 * play/mpuz.el, play/tetris.el, play/zone.el:
1177 * calc/calc-comb.el (math-init-random-base):
1178 * play/blackbox.el (bb-init-board):
1179 * play/life.el (life):
1180 * server.el (server-use-tcp):
1181 * type-break.el (type-break):
1182 Remove unnecessary call to (random t).
1183 * net/sasl.el (sasl-unique-id-function):
1184 Change (random t) to (random), now that the latter is more random.
1185 * play/life.el (life-initialized): Remove no-longer-needed var.
1186
1187 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
1188
1189 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1190 Consider frame's buffer predicate when choosing the buffer.
1191 (Bug#12081)
1192
1193 2012-08-30 Richard Stallman <rms@gnu.org>
1194
1195 * simple.el (special-mode-map): Delete binding for `z'.
1196
1197 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
1198
1199 * progmodes/compile.el (compilation-always-kill): Doc fix.
1200
1201 2012-08-30 Chong Yidong <cyd@gnu.org>
1202
1203 * window.el (display-buffer-reuse-frames): Make the obsolescence
1204 message more informative.
1205
1206 2012-08-30 Glenn Morris <rgm@gnu.org>
1207
1208 * paren.el (show-paren-delay):
1209 Add a :set function. Doc fix. (Bug#12297)
1210
1211 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
1212
1213 * progmodes/compile.el (compilation-always-kill): New var.
1214 (compilation-start): Use it.
1215
1216 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * simple.el (read-only-mode): Move from files.el for bootstrapping.
1219 * files.el (read-only-mode): Move to simple.el.
1220
1221 * files.el (read-only-mode): New minor mode.
1222 (toggle-read-only): Use it and mark obsolete.
1223 (find-file--read-only):
1224 * vc/vc.el (vc-next-action, vc-checkout):
1225 * vc/vc-cvs.el (vc-cvs-checkout):
1226 * obsolete/vc-mcvs.el (vc-mcvs-update):
1227 * ffap.el (ffap--toggle-read-only): Update callers.
1228
1229 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
1230
1231 * eshell/esh-ext.el (eshell-external-command): Do not examine
1232 remote shell scripts.
1233 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
1234
1235 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
1236 "/usr/local/sbin".
1237
1238 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
1241
1242 2012-08-28 Leo Liu <sdl.web@gmail.com>
1243
1244 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
1245 completion-at-point. (Bug#12220)
1246
1247 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
1248
1249 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
1250
1251 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
1254 be buffer-local; add delete-trailing-whitespace (bug#12259).
1255
1256 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
1257
1258 * progmodes/hideif.el (hif-compress-define-list):
1259 Fix typo. (Bug#11951)
1260
1261 2012-08-28 Dan Nicolaescu <dann@gnu.org>
1262
1263 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
1264 buffer local setting.
1265
1266 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
1267 rcirc-encode-coding-system.
1268
1269 2012-08-28 Leo Liu <sdl.web@gmail.com>
1270
1271 * net/rcirc.el (rcirc-split-message): New function.
1272 (rcirc-send-message): Use it. (Bug#12051)
1273
1274 2012-08-28 Juri Linkov <juri@jurta.org>
1275
1276 * info.el (Info-fontify-node): Hide empty lines at the end of
1277 the node. (Bug#12272)
1278
1279 2012-08-27 Drew Adams <drew.adams@oracle.com>
1280
1281 * dired.el (dired-pop-to-buffer): Make window start at beginning
1282 of buffer (Bug#12281).
1283
1284 2012-08-26 Chong Yidong <cyd@gnu.org>
1285
1286 * window.el (special-display-regexps, special-display-frame-alist)
1287 (special-display-buffer-names, special-display-function)
1288 (display-buffer-reuse-frames): Mark as obsolete.
1289
1290 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
1291
1292 * help.el (help-print-return-message): Don't treat
1293 display-buffer-reuse-frames specially.
1294
1295 2012-08-26 Chong Yidong <cyd@gnu.org>
1296
1297 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1298 New variable, replacing gdb-frame-parameters.
1299 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
1300 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
1301 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
1302 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
1303 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
1304 the functions directly with gdb-display-buffer-other-frame-action.
1305 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
1306 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
1307 (gdb-display-stack-buffer, gdb-display-locals-buffer)
1308 (gdb-display-registers-buffer): Define directly.
1309 (def-gdb-display-buffer): Macro deleted.
1310 (gdb-display-buffer): Remove second and third args, callers don't
1311 use them. Defer to the default display-buffer behavior, apart
1312 from making windows dedicated.
1313 (gdb-setup-windows): Don't call display-buffer unnecessarily.
1314
1315 * progmodes/gud.el (gud-display-line): Just use display-buffer.
1316
1317 * window.el (display-buffer-pop-up-frame): Handle a
1318 pop-up-frame-parameters alist entry.
1319 (display-buffer): Document it.
1320
1321 2012-08-26 Chong Yidong <cyd@gnu.org>
1322
1323 * isearch.el (search-whitespace-regexp): Make string and nil
1324 values apply to both ordinary and regexp search. Allow a cons
1325 cell value to distinguish between the two.
1326 (isearch-whitespace-regexp, isearch-search-forward)
1327 (isearch-search-backward): New functions.
1328 (isearch-occur, isearch-search-fun-default, isearch-search)
1329 (isearch-lazy-highlight-new-loop): Use them.
1330 (isearch-forward, isearch-forward-regexp): Doc fix.
1331
1332 2012-08-26 Chong Yidong <cyd@gnu.org>
1333
1334 * faces.el (help-argument-name): Always inherit from italic
1335 (Bug#12213).
1336
1337 2012-08-25 Martin Rudalics <rudalics@gmx.at>
1338
1339 * window.el (window--even-window-heights): Even heights when
1340 WINDOW and the selected window form a vertical combination.
1341 (display-buffer-use-some-window): Provide that window used gets
1342 sized back by quit-window. (Bug#11880) and (Bug#12091)
1343
1344 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1345
1346 Fix file time stamp problem with bzr and CVS (Bug#12001).
1347 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
1348 in the file's time stamp, since the version control system loses
1349 that information.
1350
1351 2012-08-22 Juri Linkov <juri@jurta.org>
1352
1353 * info.el (Info-fontify-node): Hide the suffix of the
1354 Info file name in the header line. (Bug#12187)
1355
1356 2012-08-22 Glenn Morris <rgm@gnu.org>
1357
1358 * calendar/cal-tex.el (cal-tex-weekly-common):
1359 Restore leading blank page.
1360
1361 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
1362
1363 * misc.el (forward-to-word, backward-to-word): Activate or extend
1364 the region under `shift-select-mode'. (Bug#12231)
1365
1366 2012-08-22 Bastien Guerry <bzg@gnu.org>
1367
1368 * progmodes/executable.el (executable-prefix): Set to "#!" instead
1369 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
1370 gives details on why the space is never needed.
1371
1372 2012-08-22 Martin Rudalics <rudalics@gmx.at>
1373
1374 * window.el (walk-window-tree, window-with-parameter):
1375 New optional argument MINIBUF to control whether these functions
1376 should run on the minibuffer window.
1377 (window-at-side-list): Don't operate on minibuffer window.
1378 (window-in-direction): Simplify and rewrite doc-string.
1379 (window--size-ignore): Rename to window--size-ignore-p.
1380 Update callers.
1381 (display-buffer-in-atom-window, window--major-non-side-window)
1382 (window--major-side-window, display-buffer-in-major-side-window)
1383 (delete-side-window, display-buffer-in-side-window):
1384 New functions.
1385 (window--side-check, window-deletable-p, delete-window)
1386 (delete-other-windows, split-window): Handle side windows and
1387 atomic windows appropriately.
1388 (window--display-buffer): Call display-buffer-record-window also
1389 when the window buffer did not change.
1390
1391 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
1392
1393 * help-fns.el (help-fns--key-bindings):
1394 Abbreviate non-symbol remap targets. (Bug#12174)
1395
1396 2012-08-22 Martin Rudalics <rudalics@gmx.at>
1397
1398 * dired.el (dired-mark-remembered): Don't clobber point.
1399 (Bug#11795)
1400
1401 2012-08-22 Glenn Morris <rgm@gnu.org>
1402
1403 * progmodes/bug-reference.el (bug-reference): New custom group.
1404 (bug-reference-bug-regexp): Make it a defcustom.
1405
1406 2012-08-22 Daiki Ueno <ueno@unixuser.org>
1407
1408 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
1409 (js-paren-indent-offset, js-square-indent-offset)
1410 (js-curly-indent-offset): Add :safe (Bug#12257).
1411
1412 2012-08-22 Edward O'Connor <hober0@gmail.com>
1413
1414 * json.el (json-key-format): Add error properties.
1415 (json-encode-key): New function.
1416 (json-encode-hash-table, json-encode-alist, json-encode-plist):
1417 Use json-encode-key.
1418
1419 2012-08-22 Glenn Morris <rgm@gnu.org>
1420
1421 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
1422 (cal-tex-leftday, cal-tex-rightday): Remove functions.
1423 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
1424 Update for above change.
1425
1426 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
1427
1428 * cus-face.el (custom-face-attributes): Fix customize type for the
1429 :underline attribute. (Bug#11805)
1430
1431 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1432
1433 * window.el (window-point-1, set-window-point-1): Remove.
1434 (window-in-direction, record-window-buffer)
1435 (set-window-buffer-start-and-point, split-window-below)
1436 (window--state-get-1, display-buffer-record-window):
1437 Replace calls to window-point-1 and set-window-point-1 by calls to
1438 window-point and set-window-point respectively.
1439
1440 2012-08-21 Glenn Morris <rgm@gnu.org>
1441
1442 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
1443 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
1444 Use it.
1445
1446 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
1447 (cal-tex-shortday): New function.
1448 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
1449 (cal-tex-cursor-filofax-daily): Use the above.
1450
1451 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
1452 New functions.
1453 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1454 (cal-tex-cursor-filofax-week): Use them.
1455
1456 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
1457 New constants.
1458 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1459 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
1460
1461 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
1462 (cal-tex-end-document): Don't rely on buffer name.
1463
1464 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
1465 Use cal-tex-vspace.
1466 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
1467 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
1468 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
1469 Use cal-tex-arg.
1470
1471 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
1472 (cal-tex-cursor-week, cal-tex-cursor-week2)
1473 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
1474 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1475 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
1476 (cal-tex-insert-preamble, cal-tex-b-document)
1477 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
1478 Improve cal-tex-cmd usage.
1479
1480 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
1481 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
1482 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
1483 (cal-tex-weekly-paper): New function.
1484 (cal-tex-cursor-week, cal-tex-cursor-week2)
1485 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1486 (cal-tex-cursor-day): Use it.
1487
1488 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
1489 (cal-tex-cursor-filofax-week): Remove leading blank page.
1490
1491 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1492 Add autoload cookie. For now at least, don't use color, since
1493 no other cal-tex function does.
1494
1495 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
1496 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1497 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
1498
1499 2012-08-21 Juri Linkov <juri@jurta.org>
1500
1501 * info.el (Info-file-attributes): New variable.
1502 (info-insert-file-contents): Add file attributes to
1503 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
1504 `Info-toc-nodes' when previous modtime of the Info file is less
1505 than new modtime.
1506 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
1507 of info.el. (Bug#12230)
1508
1509 2012-08-20 Glenn Morris <rgm@gnu.org>
1510
1511 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
1512 * calendar/holidays.el (calendar-holiday-list):
1513 Report errors with display-warning rather than beep'n'sleep.
1514
1515 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
1516
1517 * net/tramp.el (tramp-accept-process-output): Accept only output
1518 from PROC. Otherwise, process filters and sentinels might be
1519 confused. (Bug#12145)
1520
1521 2012-08-20 Chong Yidong <cyd@gnu.org>
1522
1523 * descr-text.el (describe-text-properties-1): Use overlays-in to
1524 report on empty overlays (Bug#3322).
1525
1526 2012-08-20 Glenn Morris <rgm@gnu.org>
1527
1528 * mail/rmailout.el (rmail-output-read-file-name):
1529 Trap and report errors in rmail-output-file-alist elements.
1530
1531 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
1532 since most non-font-lock faces are not also variables).
1533
1534 2012-08-20 Edward Reingold <reingold@iit.edu>
1535
1536 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1537 New function. (Bug12160)
1538
1539 2012-08-19 Glenn Morris <rgm@gnu.org>
1540
1541 * mail/rmailout.el (rmail-output-read-file-name):
1542 Fix previous change (when the alist is nil or does not match).
1543
1544 2012-08-19 Chong Yidong <cyd@gnu.org>
1545
1546 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
1547 (Bug#12228).
1548
1549 2012-08-18 Chong Yidong <cyd@gnu.org>
1550
1551 * simple.el (yank-handled-properties): New defcustom.
1552 (yank-excluded-properties): Add font-lock-face and category.
1553 (yank): Doc fix.
1554
1555 * subr.el (remove-yank-excluded-properties):
1556 Obey yank-handled-properties. The special handling of font-lock-face
1557 and category is now done this way, instead of being hard-coded.
1558 (insert-for-yank-1): Remove font-lock-face handling.
1559 (yank-handle-font-lock-face-property)
1560 (yank-handle-category-property): New function.
1561
1562 2012-08-17 Glenn Morris <rgm@gnu.org>
1563
1564 * mail/rmailout.el (rmail-output-read-file-name):
1565 Check rmail-output-file-alist against the full message body
1566 in the correct rmail buffer. (Bug#12214)
1567
1568 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
1569
1570 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1571 Eliminate superfluous prompt. (Bug#12203)
1572
1573 2012-08-17 Chong Yidong <cyd@gnu.org>
1574
1575 * mouse.el (mouse-appearance-menu): If x-select-font returns a
1576 font spec, set the font directly (Bug#3228).
1577
1578 2012-08-17 Martin Rudalics <rudalics@gmx.at>
1579
1580 * window.el (delete-window): Fix last fix.
1581
1582 2012-08-16 Martin Rudalics <rudalics@gmx.at>
1583
1584 * window.el (window-valid-p): Move to window.c.
1585 (window-child, window-child-count, window-last-child)
1586 (window-normalize-window, window-combined-p)
1587 (window-combinations, window-atom-root, window-min-size)
1588 (window-sizable, window-sizable-p, window-size-fixed-p)
1589 (window-min-delta, window-max-delta, window--resizable)
1590 (window--resizable-p, window-resizable, window-total-size)
1591 (window-full-height-p, window-full-width-p, window-body-size)
1592 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
1593 (minimize-window, window-deletable-p, delete-window)
1594 (delete-other-windows, set-window-buffer-start-and-point)
1595 (next-buffer, previous-buffer, split-window, balance-windows-2)
1596 (set-window-text-height, window-buffer-height)
1597 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1598 (truncated-partial-width-window-p): Minor code adjustments.
1599 In doc-strings state whether the argument window has to denote a
1600 live, valid or any window.
1601
1602 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
1603
1604 * progmodes/subword.el (subword-forward-function)
1605 (subword-backward-function, subword-forward-regexp)
1606 (subword-backward-regexp): New variables.
1607 (subword-forward, subword-forward-internal, subword-backward-internal):
1608 Use new variables, eg so that different "word" definitions
1609 can be easily used. (Bug#11411)
1610
1611 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
1614 for composite selectors.
1615 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
1616 operation just because we can't find a previous revision.
1617
1618 2012-08-15 Chong Yidong <cyd@gnu.org>
1619
1620 * frame.el (set-frame-font): Accept font objects.
1621
1622 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
1625
1626 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
1627
1628 * man.el (Man-overstrike-face, Man-underline-face)
1629 (Man-reverse-face): Remove variables.
1630 (Man-overstrike, Man-underline, Man-reverse): New faces.
1631 (Man-fontify-manpage): Use them instead of the variables.
1632 (Man-cleanup-manpage): Comment change.
1633 (Man-ansi-color-map): New variable.
1634 (Man-fontify-manpage): Use it.
1635 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
1636
1637 Implement ANSI SGR parameters 22-27 (bug#12146).
1638 * ansi-color.el (ansi-colors): Doc fix.
1639 (ansi-color-context, ansi-color-context-region): Doc fix.
1640 (ansi-color--find-face): New function.
1641 (ansi-color-apply, ansi-color-apply-on-region): Use it.
1642 Rename the local variable `face' to `codes' since it is now a list of
1643 ansi codes. Doc fix.
1644 (ansi-color-get-face): Remove.
1645 (ansi-color-parse-sequence): New function, derived from
1646 ansi-color-get-face.
1647 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
1648 codes 22-27.
1649
1650 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * subr.el (read-passwd): Allow use from a minibuffer.
1653
1654 2012-08-14 Eli Zaretskii <eliz@gnu.org>
1655
1656 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
1657 inside comments and strings as identifiers.
1658
1659 * progmodes/gud.el (gud-tooltip-print-command): Quote the
1660 expression to evaluate. This allows to evaluate expressions with
1661 embedded whitespace.
1662 (gud-tooltip-tips): Add a blank before the newline in the
1663 message-box text, for the benefit of message-box emulation on
1664 MS-Windows.
1665
1666 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
1667 messages from GDB, pop them up in a tooltip to give feedback to
1668 user.
1669 (gdb-tooltip-print-1): Quote the expression to evaluate.
1670 This allows to evaluate expressions with embedded whitespace.
1671 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
1672 if the TTY name is nil or empty (which happens when communicating
1673 with the inferior via pipes, e.g. on MS-Windows).
1674 (gdb-internals): If GDB sends a "&\n" empty debugging message,
1675 don't send that to the GUD buffer.
1676
1677 2012-08-14 Glenn Morris <rgm@gnu.org>
1678
1679 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
1680 Optimize away setq-default with no args, as for setq. (Bug#12195)
1681
1682 2012-08-14 Chong Yidong <cyd@gnu.org>
1683
1684 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
1685
1686 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
1687 (Bug#12085).
1688
1689 2012-08-14 Glenn Morris <rgm@gnu.org>
1690
1691 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
1692
1693 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
1694
1695 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
1696 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1697 Use cached shell name.
1698
1699 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1700
1701 * progmodes/python.el (python-shell-send-string):
1702 (python-shell-send-setup-code): Do not use `format' with `message'.
1703
1704 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1705
1706 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
1707 (ruby-percent-literal-beg-re): New constant.
1708 (ruby-syntax-general-delimiters-goto-beg): Rename to
1709 `ruby-syntax-enclosing-percent-literal', improve literal type check.
1710 (ruby-syntax-propertize-general-delimiters): Rename to
1711 `ruby-syntax-propertize-percent-literal', it's a shorter and more
1712 popular term. Adjust comments everywhere.
1713 (ruby-syntax-propertize-percent-literal): Only propertize when not
1714 inside a simple string or comment. When the literal is unclosed,
1715 leave the text after it unpropertized.
1716 (ruby-syntax-methods-before-regexp): New constant.
1717 (ruby-syntax-propertize-function): Use it to recognize regexps.
1718 Don't look at the text after regexp, just use the whitelist.
1719
1720 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
1721
1722 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
1723 non-nil always load the compiled file if it exists. (Bug#12197)
1724
1725 2012-08-14 Chong Yidong <cyd@gnu.org>
1726
1727 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
1728 (hi-lock-set-pattern): When deciding whether to use font lock or
1729 overlays, look at font-lock-mode instead of font-lock-fontified
1730 (Bug#12168).
1731 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
1732 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
1733
1734 2012-08-14 Daiki Ueno <ueno@unixuser.org>
1735
1736 * subr.el (internal--after-with-selected-window): Fix typo
1737 (Bug#12193).
1738
1739 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1740
1741 Use `completion-table-dynamic' for completion functions.
1742 * progmodes/python.el
1743 (python-shell-completion--do-completion-at-point)
1744 (python-shell-completion--get-completions):
1745 Remove functions.
1746 (python-shell-completion-complete-at-point): New function.
1747 (python-completion-complete-at-point): Use it.
1748
1749 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
1750
1751 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
1752 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
1753
1754 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1755
1756 * subr.el (function-get): Refine `autoload' arg so it can also
1757 autoload functions for gv.el (bug#12191).
1758 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
1759 autoloads macros.
1760
1761 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
1762 Prefer pcase-let over destructuring-bind.
1763 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
1764 Also, remove whitespace as we go, rather than after accumulating the
1765 various places.
1766
1767 * subr.el (internal--before-with-selected-window)
1768 (internal--after-with-selected-window): Fix typo seleted->selected.
1769 (with-selected-window): Adjust callers.
1770 Reported by Dmitry Gutov <dgutov@yandex.ru>.
1771
1772 2012-08-13 Bastien Guerry <bzg@gnu.org>
1773
1774 * window.el (special-display-popup-frame): Minor docstring
1775 enhancement. (Bug#12172)
1776
1777 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
1778
1779 * tar-mode.el (tar-header-data-end): Only ignore size for files of
1780 type 1-6.
1781 (tar-header-block-summarize, tar-get-descriptor): Handle pax
1782 extended headers.
1783
1784 * files.el (hack-local-variables-filter): Remove useless eval.
1785
1786 2012-08-13 Martin Rudalics <rudalics@gmx.at>
1787
1788 * subr.el (with-selected-window): Fix last change.
1789
1790 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * subr.el (internal--before-with-seleted-window)
1793 (internal--after-with-seleted-window): New functions.
1794 (with-selected-window): Use them, to replace dependency on
1795 tty-top-frame.
1796
1797 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
1798
1799 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
1800 binding for `newline'.
1801 (ruby-move-to-block): When moving backward, stop at block opening,
1802 not indentation.
1803 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
1804 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
1805 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1806 `ruby-toggle-block'.
1807
1808 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1809
1810 * ibuffer.el (ibuffer-do-toggle-read-only):
1811 * dired.el (dired-toggle-read-only):
1812 * buff-menu.el (Buffer-menu-toggle-read-only):
1813 * bindings.el (mode-line-toggle-read-only):
1814 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
1815
1816 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
1817
1818 * descr-text.el (describe-char): Put the overlays over the
1819 "displayed as" character.
1820
1821 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
1822
1823 * calc/calc-units.el (math-default-units-table): Give an
1824 initial value.
1825 (math-put-default-units): Add options to put composite units and
1826 unit systems in the default units table.
1827 (calc-convert-units): Send composite units to
1828 `math-put-default-units' when appropriate.
1829
1830 2012-08-11 Glenn Morris <rgm@gnu.org>
1831
1832 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
1833
1834 * tutorial.el (help-with-tutorial):
1835 * emacs-lisp/copyright.el (copyright-update-directory):
1836 * emacs-lisp/autoload.el (autoload-find-generated-file)
1837 (autoload-find-file): Disable local eval: (for insurance).
1838
1839 * files.el (hack-local-variables-filter): If an eval: form is not
1840 known to be safe, and enable-local-variables is :safe, then ignore
1841 the form totally, as is done for non-eval forms. (Bug#12155)
1842 This is CVE-2012-3479.
1843
1844 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
1847 (rx-form): Simplify.
1848
1849 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1850
1851 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
1852 ?, _, and : are symbol constituents, ! is not (but kinda should be).
1853 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
1854 (ruby-syntax-propertize-function): Adjust for changes in
1855 `ruby-syntax-propertize-heredoc'.
1856
1857 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
1858
1859 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
1860 binding (use `M-;' instead).
1861 (ruby-singleton-class-p): New function.
1862 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
1863
1864 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
1867
1868 2012-08-10 Chong Yidong <cyd@gnu.org>
1869
1870 * progmodes/python.el (python-shell-get-process-name): Don't mess
1871 with same-window-buffer-names.
1872
1873 * eshell/eshell.el (eshell-add-to-window-buffer-names)
1874 (eshell-remove-from-window-buffer-names): Make obsolete.
1875 (eshell-buffer-name, eshell-unload-hook): Don't use them.
1876 (eshell): Just use pop-to-buffer-same-window instead.
1877
1878 2012-08-10 Chong Yidong <cyd@gnu.org>
1879
1880 * bindings.el: Bind M-= back to count-words-region.
1881
1882 * simple.el (count-words-region): Accept a prefix arg for acting
1883 on the entire buffer.
1884 (count-words--buffer-message): New helper function.
1885
1886 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1887
1888 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
1889 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
1890 (event-start, event-end): Use posn-at-point to return a more
1891 informative posn.
1892 (posnp): New function.
1893 * mouse.el (popup-menu-normalize-position): Use it.
1894
1895 2012-08-10 Masatake YAMATO <yamato@redhat.com>
1896
1897 * mouse.el (popup-menu-normalize-position): New function.
1898 (popup-menu): Use `popup-menu-normalize-position' to normalize
1899 the form for POSITION argument.
1900
1901 * term/x-win.el (x-menu-bar-open):
1902 Use the value returend from (posn-at-point) as position
1903 passed to `popup-menu'.
1904
1905 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1906
1907 * calc/calccomp.el (math-compose-expr): Add extra argument
1908 indicating that parentheses should be put around products in
1909 denominators. Give multiplication precedence over division during
1910 composition.
1911
1912 2012-08-09 Chong Yidong <cyd@gnu.org>
1913
1914 * man.el (Man-switches, Man-sed-command, Man-awk-command)
1915 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
1916 (Man-untabify-command, manual-program): Convert to defcustom
1917 (Bug#10429).
1918
1919 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
1920
1921 * descr-text.el (describe-char): Don't insert extra newlines
1922 (Bug#10127).
1923
1924 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
1925 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
1926
1927 * align.el (align-region): Delete temporary markers (Bug#10047).
1928 Plus some code cleanups.
1929
1930 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1931
1932 * progmodes/python.el (python-pdbtrack-tracked-buffer)
1933 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
1934 (python-shell-internal-last-output): Use make-local-variable
1935 instead of make-variable-buffer-local.
1936
1937 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1938
1939 * progmodes/python.el: Enhancements to forward-sexp.
1940 (python-nav-forward-sexp): Rename from
1941 python-nav-forward-sexp-function.
1942 (python-nav--forward-sexp, python-nav--backward-sexp):
1943 New functions.
1944
1945 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1946
1947 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
1948 modes and simplification modes.
1949
1950 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * delsel.el (delete-selection-pre-hook): Don't propagate the
1953 file-supersession signals (bug#12161).
1954
1955 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
1958 (cl-map-extents): Add compatibility aliases (bug#12135).
1959
1960 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
1963 tests by `ignore-error'.
1964 (tramp-find-shell): Open also a new shell, when cache is already
1965 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
1966
1967 2012-08-08 Juri Linkov <juri@jurta.org>
1968
1969 * bookmark.el: Add `defaults' property to the bookmark record.
1970 (bookmark-current-buffer): Doc fix.
1971 (bookmark-make-record): Add `defaults' property with default values
1972 to the bookmark record.
1973 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
1974 with `bookmark-insert-current-bookmark'.
1975 (bookmark-set): Get `defaults' property from the bookmark record
1976 and use it in `read-from-minibuffer'.
1977 (bookmark-insert-current-bookmark): Remove function.
1978
1979 * info.el (Info-bookmark-make-record): Add `defaults' property
1980 with values of canonical Info node name, the current Info file
1981 name and the current Info node name. (Bug#12107)
1982
1983 2012-08-08 Juri Linkov <juri@jurta.org>
1984
1985 * files.el (basic-save-buffer): Use `buffer-name' as the default
1986 of `read-file-name' when buffer is not visiting a file (bug#12128).
1987
1988 2012-08-08 Juri Linkov <juri@jurta.org>
1989
1990 * info.el (Info-isearch-search): Doc fix.
1991 (Info-search): Change search-failed message from "initial node" to
1992 "end of node" (bug#12078).
1993 (Info-isearch-search): Change `isearch-string-state' to
1994 `isearch--state-string'.
1995
1996 2012-08-08 Glenn Morris <rgm@gnu.org>
1997
1998 * language/persian.el: Remove file.
1999 * language/misc-lang.el: Move unique part of persian.el here.
2000 * loadup.el: Remove language/persian.
2001
2002 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
2003
2004 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
2005
2006 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
2007
2008 * progmodes/python.el Fixed defsubst warning.
2009 (python-syntax-context) Rename from python-info-ppss-context.
2010 (python-syntax-context-type): Rename from
2011 python-info-ppss-context-type.
2012 (python-syntax-comment-or-string-p): Rename from
2013 python-info-ppss-comment-or-string-p.
2014
2015 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2016
2017 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
2018
2019 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
2020
2021 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
2022 a defcustom that is quoted with backquote.
2023
2024 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
2025 Fix handling of interactive spec when the body uses return.
2026 (math-do-arg-check, math-define-function-body): Use backquote forms.
2027 * calc/calc-ext.el (math-defcache): Likewise.
2028 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
2029 * allout.el (allout-new-exposure): Likewise.
2030 * calc/calcalg2.el (math-tracing-integral): Likewise.
2031 * info.el (Info-last-menu-item): Likewise.
2032 * emulation/vip.el (vip-loop): Likewise.
2033 * textmodes/artist.el (artist-funcall): Likewise.
2034 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
2035 Construct menu-item directly.
2036
2037 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2038 Don't declare.
2039
2040 2012-08-07 Chong Yidong <cyd@gnu.org>
2041
2042 * simple.el (deactivate-mark): Preserve text properties when
2043 saving the primary selection (Bug#8384).
2044
2045 2012-08-07 Kevin Ryde <user42@zip.com.au>
2046
2047 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
2048 (woman-parse-numeric-value): On a bad .IP line, issue a warning
2049 and continue processing (Bug#12110).
2050
2051 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
2054 syntax-propertize-function (bug#10095).
2055
2056 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * help-fns.el (help-fns--key-bindings, help-fns--signature)
2059 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
2060 describe-function-1.
2061 (describe-function-1): Use them. Move compiler macro after sig.
2062 (help-fns--compiler-macro): Use function-get. Assume we're already in
2063 standard-output. Adjust layout to new call order.
2064
2065 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
2066 re-binding a symbol that has a symbol-macro (bug#12119).
2067
2068 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
2069
2070 * language/persian.el: New file. (Bug#11812)
2071 * loadup.el: Add language/persian.el.
2072
2073 2012-08-06 Chong Yidong <cyd@gnu.org>
2074
2075 * window.el (window--maybe-raise-frame): New function.
2076 (window--display-buffer): Split off from here.
2077 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2078 (display-buffer-pop-up-window, display-buffer-use-some-window):
2079 Obey an inhibit-switch-frame action alist entry.
2080 (display-buffer): Update doc.
2081
2082 * replace.el (occur-after-change-function): Avoid losing focus by
2083 using the inhibit-switch-frame display parameter (Bug#12139).
2084
2085 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
2086
2087 Make internal shell process buffer names start with space.
2088 * progmodes/python.el (python-shell-make-comint): Add optional
2089 argument INTERNAL.
2090 (run-python-internal): Use it.
2091 (python-shell-internal-get-or-create-process): Check for new
2092 internal buffer names.
2093
2094 2012-08-06 Glenn Morris <rgm@gnu.org>
2095
2096 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
2097 Do less getting and setting of environment variables.
2098
2099 2012-08-05 Chong Yidong <cyd@gnu.org>
2100
2101 * proced.el (proced): Add substitution string to docstring to
2102 trigger autoloading of the proced library on C-h f (Bug#1768).
2103
2104 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2105 Don't show defvars which have no second argument (Bug#8638).
2106
2107 * imenu.el (imenu-generic-expression): Move documentation here
2108 from imenu--generic-function.
2109 (imenu--generic-function): Refer to imenu-generic-expression.
2110
2111 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
2112
2113 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
2114 indentation declaration.
2115 (viper-loop): Add indentation declaration (Bug#7025).
2116
2117 2012-08-05 Chong Yidong <cyd@gnu.org>
2118
2119 * help-fns.el (describe-variable): Add hyperlink for
2120 directory-local variables files. Improve buffer-local and
2121 permanent-local reporting; suggested by MON KEY (Bug#6644).
2122
2123 * help-mode.el (help-dir-local-var-def): New button type.
2124
2125 * files.el (kill-buffer-hook): Provide a defvar.
2126
2127 2012-08-05 Glenn Morris <rgm@gnu.org>
2128
2129 * eshell/esh-ext.el (eshell/addpath):
2130 Also update eshell-path-env. (Bug#12013)
2131
2132 2012-08-05 Chong Yidong <cyd@gnu.org>
2133
2134 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
2135
2136 * fringe.el (fringe-styles): Add docstring.
2137 (fringe--check-mode): New function.
2138 (set-fringe-mode, set-fringe-style): Use it.
2139 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
2140
2141 * files.el (set-auto-mode): Fix invalid setq call.
2142
2143 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * isearch.el: Misc simplification; use defstruct.
2146 (isearch-mode-map): Dense maps now work like sparse ones.
2147 (isearch--state): New defstruct.
2148 (isearch-string-state, isearch-message-state, isearch-point-state)
2149 (isearch-success-state, isearch-forward-state)
2150 (isearch-other-end-state, isearch-word-state, isearch-error-state)
2151 (isearch-wrapped-state, isearch-barrier-state)
2152 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
2153 replaced by defstruct's accessors.
2154 (isearch--set-state): Rename from isearch-top-state and change
2155 calling convention.
2156 (isearch-push-state): Use new isearch--get-state.
2157 (isearch-toggle-word): Disable regexp when enabling word.
2158 (isearch-message-prefix): Remove unused arg _c-q-hack.
2159 (isearch-message-suffix): Remove unused arg _ellipsis.
2160
2161 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
2162
2163 * simple.el (list-processes--refresh): For a server use :host or
2164 :local as the address.
2165 (list-processes): Doc fix.
2166
2167 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
2168
2169 * lisp/mpc.el: Support password in host argument.
2170 (mpc--proc-connect): Parse and use new password element.
2171 Set mpc-proc variable instead of returning process.
2172 (mpc-proc): Adjust accordingly.
2173
2174 2012-08-03 Eli Zaretskii <eliz@gnu.org>
2175
2176 * whitespace.el (whitespace-display-mappings): Use Unicode
2177 codepoints, instead of emacs-mule codepoints. See
2178 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
2179 for the details.
2180
2181 * files.el (file-truename): Don't skip symlink-chasing part on
2182 windows-nt. Incorporate the resolution of 8+3 short aliases on
2183 Windows into the loop that recursively chases symlinks.
2184 Compare directory and its parent case-insensitively on MS-Windows and
2185 MS-DOS.
2186
2187 2012-08-03 Chong Yidong <cyd@gnu.org>
2188
2189 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
2190
2191 * sort.el (sort-regexp-fields): Doc fix.
2192
2193 2012-08-03 Tassilo Horn <tsdh@gnu.org>
2194
2195 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
2196 labels regex position point at the expected place.
2197
2198 2012-08-03 MON KEY <monkey@sandpframing.com>
2199
2200 * net/imap.el (imap-interactive-login, imap-authenticate)
2201 (imap-mailbox-lsub, imap-mailbox-list)
2202 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
2203 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
2204 (imap-parse-response): Doc fix.
2205
2206 2012-08-03 João Távora <joaotavora@gmail.com>
2207
2208 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
2209 if sexp scanning does not move point (Bug#5734).
2210
2211 2012-08-02 Tassilo Horn <tsdh@gnu.org>
2212
2213 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
2214 Add listings, minted, and ctable packages.
2215 (reftex-label-alist-builtin): Move listings, minted, and ctable
2216 entries before LaTeX.
2217 (reftex-label-alist): Docfix.
2218
2219 2012-08-02 Bastien Guerry <bzg@gnu.org>
2220
2221 * replace.el (occur): Fix docstring (bug#12122).
2222
2223 2012-08-02 Glenn Morris <rgm@gnu.org>
2224
2225 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
2226
2227 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2228
2229 Obsolete alias inactivate-current-input-method-function (Bug#10150).
2230 * international/mule-cmds.el: Create
2231 inactivate-current-input-method-function as an obsolete alias for
2232 deactivate-current-input-method-function. See Katsumi Yamaoka in
2233 <http://bugs.gnu.org/10150#46>.
2234
2235 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2236
2237 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
2238 of nested `if's.
2239
2240 2012-08-01 Glenn Morris <rgm@gnu.org>
2241
2242 * progmodes/autoconf.el (autoconf-definition-regexp):
2243 Add AH_TEMPLATE, adjust submatch numbering.
2244 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
2245 (autoconf-current-defun-function): Update for above change.
2246 (autoconf-current-defun-function): First skip to end of current word.
2247
2248 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
2249
2250 * calendar/cal-html.el (cal-html-insert-agenda-days):
2251 Fix typo. (Bug#12018)
2252
2253 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2254
2255 Shell processes: enhancements to startup and CEDET compatibility.
2256 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
2257 (python-shell-make-comint): accept-process-output at startup.
2258 (run-python-internal): Set inferior-python-mode-hook to nil.
2259 (python-shell-internal-get-or-create-process): call sit-for.
2260 (python-preoutput-result): Add obsolete alias.
2261 (python-shell-internal-send-string): Use it.
2262 (python-shell-send-setup-code): Remove call to
2263 accept-process-output.
2264
2265 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2266
2267 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
2268 (Bug#12108)
2269
2270 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
2271
2272 * calc-mode.el (calc-basic-simplification-mode): Rename from
2273 `calc-limited-simplification-mode'.
2274 (calc-alg-simplification-mode): New function.
2275 (calc-set-simplify-mode): Adjust message.
2276
2277 * calc.el (calc-set-mode-line): Adjust mode line display for
2278 basic simplification mode.
2279
2280 * calc-help.el (calc-m-prefix-help): Update help message.
2281
2282 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
2283 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
2284
2285 2012-07-31 Bastien Guerry <bzg@gnu.org>
2286
2287 * man.el (man): Fix comment. (bug#12101)
2288
2289 2012-07-31 Martin Rudalics <rudalics@gmx.at>
2290
2291 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2292 Don't return a non-nil value when no suitable buffer was found.
2293
2294 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2295
2296 * progmodes/python.el (run-python-internal): Disable font lock for
2297 internal shells.
2298
2299 2012-07-30 Stefan Merten <smerten@oekonux.de>
2300
2301 * textmodes/rst.el: Silence `checkdoc-ispell'.
2302 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
2303 (rst-official-version, rst-official-cvs-rev)
2304 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
2305 (rst-mode-map): New key binding.
2306
2307 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2308
2309 Update .PHONY listings in makefiles.
2310 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
2311 autoloads, update-subdirs, updates, bzr-update, update-authors,
2312 compile-onefile, compile-calc, backup-compiled-files,
2313 compile-after-backup, compile-one-process, mh-autoloads,
2314 bootstrap-clean, distclean, maintainer-clean.
2315
2316 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2317
2318 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
2319 (calc-set-mode-line): Don't display "AlgSimp ".
2320
2321 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
2322 (calc-lim-simplify-mode): New function.
2323 (calc-set-simplify-mode): Default to 'alg.
2324 (calc-default-simplify-mode): Make algebraic simplifications
2325 the default.
2326
2327 * calc/calc-ext.el (calc-init-extensions): Remove binding for
2328 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
2329
2330 * calc/calc-help.el (calc-m-prefix-help): Change messages to
2331 indicate new simplification modes.
2332
2333 * calc/README: Mention new default simplification mode.
2334
2335 * calc/calc.el (math-normalize-error): New variable.
2336 (math-normalize): Set `math-normalize-error' to t
2337 when there's an error.
2338
2339 * calc/calc-alg.el (math-simplify): Don't simplify when
2340 `math-normalize' returns an error.
2341
2342 2012-07-29 Eli Zaretskii <eliz@gnu.org>
2343
2344 * international/mule-cmds.el (set-locale-environment): Revert last
2345 change, since display-graphic-p returns nil when this function is
2346 called during startup. Instead...
2347
2348 * term/w32console.el (terminal-init-w32console): ...setup the
2349 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
2350
2351 2012-07-29 Juri Linkov <juri@jurta.org>
2352
2353 * simple.el (goto-line): Don't display default line number in the
2354 prompt because it should be displayed by `read-number' (bug#9952).
2355 Add the current line number to the defaults of `goto-line' to
2356 allow its easier modification by users with `M-n' (bug#9201).
2357
2358 * subr.el (read-number): Support multiple default values like in
2359 other minibuffer reading functions. Replace `read' with
2360 `string-to-number' for consistency with `number-to-string'.
2361
2362 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2363
2364 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
2365 * emulation/viper-init.el (viper-deactivate-input-method-action):
2366 Rename from viper-inactivate-input-method-action.
2367 (viper-deactivate-input-method):
2368 Rename from viper-inactivate-input-method.
2369 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
2370 * international/mule-cmds.el (deactivate-input-method):
2371 Rename from inactivate-input-method.
2372 Also run input-method-deactivate-hook.
2373 (deactivate-current-input-method-function):
2374 Rename from inactivate-current-input-method-function.
2375 (input-method-deactivate-hook): New hook.
2376 (input-method-inactivate-hook): Mark obsolete.
2377 (inactivate-input-method): Mark obsolete.
2378
2379 * international/quail.el (quail-activate):
2380 Also run quail-deactivate-hook.
2381 (quail-deactivate): Rename from quail-inactivate.
2382 * international/robin.el (robin-activate):
2383 Also run robin-deactivate-hook.
2384 (robin-deactivate): Rename from robin-inactivate.
2385
2386 2012-07-29 Chong Yidong <cyd@gnu.org>
2387
2388 * simple.el (indicate-copied-region): New function.
2389 (kill-ring-save): Split off from here.
2390
2391 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
2392 (kill-rectangle): Set deactivate-mark to t on read-only error.
2393
2394 * register.el (copy-to-register, copy-rectangle-to-register):
2395 Deactivate the mark, and use indicate-copied-region (Bug#10056).
2396 (append-to-register, prepend-to-register):
2397 Call 2012-07-29 Juri Linkov <juri@jurta.org>
2398
2399 * simple.el (async-shell-command-buffer): New defcustom.
2400 (shell-command): Use it. (Bug#4719)
2401
2402 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2403
2404 * international/mule-cmds.el (set-locale-environment): In a
2405 console session on MS-Windows, set up keyboard and terminal
2406 encoding from the OEM codepage, not the ANSI codepage.
2407 (Bug#12055)
2408
2409 2012-07-28 Chong Yidong <cyd@gnu.org>
2410
2411 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
2412 gdb-get-location.
2413
2414 2012-07-28 Leo Liu <sdl.web@gmail.com>
2415
2416 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
2417 the alist (bug#12029).
2418
2419 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2420
2421 * makefile.w32-in (custom-deps, finder-data, updates, compile)
2422 (compile-always, compile-first)
2423 ($(lisp)/calendar/cal-loaddefs.el)
2424 ($(lisp)/calendar/diary-loaddefs.el)
2425 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2426 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
2427 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
2428 instead of on update-subdirs.
2429 (bootstrap-clean): Delete $(lisp)/subdirs.el.
2430
2431 2012-07-28 Chong Yidong <cyd@gnu.org>
2432
2433 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
2434 directory if vc-deduce-backend returns nil (Bug#7350).
2435
2436 * simple.el (delete-trailing-lines): New option.
2437 (delete-trailing-whitespace): Obey it (Bug#11879).
2438
2439 2012-07-28 David Engster <deng@randomsample.de>
2440
2441 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
2442 Explanation of new 'symbol-qnames feature in doc-strings.
2443 (xml-maybe-do-ns): Return expanded names as plain symbols if
2444 'symbol-qnames was provided in XML-NS argument (Bug#11916).
2445 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
2446
2447 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2448
2449 Consistent completion in inferior python with emacs -nw.
2450 * progmodes/python.el (inferior-python-mode): replace "<tab>"
2451 binding in inferior-python-mode-map with "\t".
2452 (python-shell-completion-complete-at-point)
2453 (python-completion-complete-at-point): Remove interactive spec.
2454
2455 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2456
2457 * calc/calccomp.el (math-compose-expr): Undo previous change.
2458
2459 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2460
2461 * progmodes/python.el (python-mode-map): Add keybinding for
2462 run-python.
2463 (python-shell-make-comint): Fix pop-to-buffer call.
2464 (run-python): Autoload. New arg SHOW.
2465 (python-shell-get-or-create-process): Do not pop python process
2466 buffer.
2467
2468 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
2469
2470 * notifications.el (notifications-on-action-signal)
2471 (notifications-on-closed-signal): Use also the bus address for the map.
2472 (notifications-notify, notifications-close-notification)
2473 (notifications-get-capabilities): Add optional argument BUS.
2474
2475 2012-07-27 Tassilo Horn <tsdh@gnu.org>
2476
2477 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2478 Add support for the lstlisting and minted environments, and for the
2479 ctable macro.
2480 * textmodes/reftex.el (reftex-compile-variables): Also recognize
2481 labels written in keyvals syntax.
2482
2483 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2484
2485 * calc/calccomp.el (math-compose-expr): Use parentheses when
2486 there is a product in the denominator of a fraction.
2487
2488 2012-07-26 Eli Zaretskii <eliz@gnu.org>
2489
2490 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2491 ($(lisp)/calendar/diary-loaddefs.el)
2492 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2493 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
2494 Fixes failures in parallel bootstrap because subdirs.el is being
2495 rewritten while the autoload files are built at the same time,
2496 which needs to load subdirs.el.
2497
2498 2012-07-26 Martin Rudalics <rudalics@gmx.at>
2499
2500 * mouse.el (popup-menu): Fix doc-string and re-indent code.
2501 (mouse-drag-line): Don't exit tracking when a switch-frame or
2502 switch-window event occurs (Bug#12006).
2503
2504 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2505
2506 * mouse.el (popup-menu): Fix last change.
2507
2508 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 Autoload from Lisp with more care. Follow aliases when looking for
2511 function properties.
2512 * subr.el (autoloadp): New function.
2513 (symbol-file): Use it.
2514 (function-get): New function.
2515 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
2516 autoload-do-load.
2517 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
2518 (lisp-indent-function):
2519 * emacs-lisp/gv.el (gv-get):
2520 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
2521 * emacs-lisp/byte-opt.el (byte-optimize-form):
2522 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
2523 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
2524 Use function-get.
2525 * emacs-lisp/cl.el: Don't propagate function properties any more.
2526
2527 * speedbar.el (speedbar-add-localized-speedbar-support):
2528 * emacs-lisp/disass.el (disassemble-internal):
2529 * desktop.el (desktop-load-file):
2530 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
2531 (describe-function-1):
2532 * emacs-lisp/find-func.el (find-function-noselect):
2533 * emacs-lisp/elp.el (elp-instrument-function):
2534 * emacs-lisp/advice.el (ad-has-proper-definition):
2535 * apropos.el (apropos-safe-documentation, apropos-macrop):
2536 * emacs-lisp/debug.el (debug-on-entry):
2537 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
2538 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2539 * calc/calc.el (name): Use autoloadp & autoload-do-load.
2540
2541 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
2542
2543 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
2544 function, not an obsolete variable (Bug#12046).
2545
2546 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
2547
2548 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
2549
2550 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
2551
2552 * emacs-lisp/pp.el (pp-display-expression): Select old selected
2553 window only if it is still live (Bug#12034).
2554
2555 2012-07-25 Martin Rudalics <rudalics@gmx.at>
2556
2557 * subr.el (redirect-frame-focus): Add advertised calling
2558 convention (Bug#12030).
2559
2560 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2561
2562 Prefer typical American spelling for "acknowledgment".
2563 * vc/add-log.el (change-log-acknowledgment): Rename from
2564 change-log-acknowledgement, with an alias for the old name.
2565
2566 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
2567
2568 * calc-alg.el (math-simplify-divide): Don't cross multiply
2569 in an equation when the lhs is a variable.
2570
2571 2012-07-24 Julien Danjou <julien@danjou.info>
2572
2573 * net/netrc.el (netrc-find-service-number, netrc-store-data):
2574 Remove, unused.
2575
2576 2012-07-23 Eli Zaretskii <eliz@gnu.org>
2577
2578 * startup.el (command-line): Don't display an empty user name in
2579 the error message about non-existent home directory, when
2580 init-file-user was set to an empty string. See
2581 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
2582 for the details and context.
2583
2584 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
2585
2586 * ses.el (ses-cell-formula-aset): New macro.
2587 (ses-cell-references-aset): New macro.
2588 (ses-cell-p): New function.
2589 (ses-rename-cell): Do no longer rely on complex operations like
2590 ses-cell-set-formula or ses-set-cell to change the cell and handle
2591 the undo at the same time, but rather use lower level new macros
2592 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
2593 the undo directly. Refresh the mode line.
2594
2595 2012-07-21 Leo Liu <sdl.web@gmail.com>
2596
2597 * progmodes/cc-cmds.el (c-defun-name):
2598 Use match-string-no-properties instead for consistency.
2599
2600 2012-07-20 Leo Liu <sdl.web@gmail.com>
2601
2602 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
2603 (Bug#7879)
2604
2605 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
2606
2607 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
2610 * progmodes/bug-reference.el, misearch.el: Provide themselves
2611 (bug#11915).
2612
2613 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
2614 of narrowed buffer (bug#11966).
2615
2616 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
2617
2618 * ses.el (ses-rename-cell): Set new name also in reference list of
2619 cells of which the renamed cell depends.
2620
2621 2012-07-20 Masatake YAMATO <yamato@redhat.com>
2622
2623 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
2624 to check whether menu-bar is shown or not. If not shown,
2625 show the menu-bar as a popup menu instead of using tmm.
2626 * mouse.el (popup-menu): Accept `point' as `position' argument.
2627
2628 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2629
2630 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
2631 up inside string symbol literal (bug#11923).
2632
2633 2012-07-20 Eli Zaretskii <eliz@gnu.org>
2634
2635 * startup.el (fancy-startup-text): Read the whole tutorial, not
2636 just its first 256 bytes. Prevents gibberish in display of the
2637 tutorial title.
2638
2639 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2640
2641 Drop idle buffer compaction due to an absence of the
2642 proved efficiency.
2643 * compact.el: Remove.
2644
2645 2012-07-19 Sam Steingold <sds@gnu.org>
2646
2647 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
2648 vc-bzr-pull & vc-bzr-merge-branch.
2649 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
2650 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
2651 for consistency with compilation-error-regexp-alist.
2652 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
2653 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
2654 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
2655 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
2656
2657 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * emacs-lisp/chart.el: Use lexical-binding.
2660 (chart-emacs-storage): Don't hardcode the list of entries.
2661
2662 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2663
2664 Next round of tweaks caused by Fgarbage_collect changes.
2665 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
2666
2667 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2668
2669 Compact buffers when idle.
2670 * compact.el: New file.
2671
2672 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2673
2674 * subr.el (eventp): Presume that if it looks vaguely like an event,
2675 it's an event (bug#10190).
2676
2677 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
2678
2679 Enhancements to ppss related code (thanks Stefan).
2680 * progmodes/python.el (python-indent-context)
2681 (python-indent-calculate-indentation, python-indent-dedent-line)
2682 (python-indent-electric-colon, python-nav-forward-block)
2683 (python-mode-abbrev-table)
2684 (python-info-assignment-continuation-line-p): Simplify checks
2685 for ppss context.
2686 (python-info-continuation-line-p): Cleanup.
2687 (python-info-ppss-context): Do not catch 'quote.
2688 (python-info-ppss-context-type)
2689 (python-info-ppss-comment-or-string-p): Simplify.
2690
2691 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
2692
2693 * progmodes/python.el: Enhancements to eldoc support.
2694 (python-info-current-symbol): New function.
2695 (python-eldoc-at-point): Use python-info-current-symbol.
2696 (python-info-current-defun): Fix cornercase on first defun scan.
2697 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
2698 and signal error when no inferior python process is available.
2699
2700 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
2701
2702 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
2703 assume it's always t.
2704 (vc-git-registered): Remove caching, the function is only called
2705 once.
2706 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
2707
2708 2012-07-18 Chong Yidong <cyd@gnu.org>
2709
2710 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
2711
2712 * simple.el (count-words): Report on narrowing (Bug#9959).
2713
2714 * bindings.el: Bind M-= to count-words.
2715
2716 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2717
2718 2012-07-18 Masatake YAMATO <yamato@redhat.com>
2719
2720 * progmodes/sh-script.el (sh-imenu-generic-expression):
2721 Capture a function with `function' keyword and without parentheses
2722 like "function FOO" (bug#11856).
2723
2724 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
2725
2726 * window.el (split-window-sensibly): Make WINDOW argument
2727 optional.
2728
2729 2012-07-18 Chong Yidong <cyd@gnu.org>
2730
2731 * subr.el (keyboard-translate): Doc fix (Bug#7261).
2732
2733 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
2734 and make C-x 8 RET exit isearch (Bug#11439).
2735
2736 * international/iso-transl.el: Move isearch-mode-map key
2737 definitions to isearch.el.
2738
2739 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
2742 (eieio-defclass): Use gv-define-setter when possible.
2743
2744 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2745
2746 Reflect recent changes in Fgarbage_collect.
2747 * emacs-lisp/chart.el (chart-emacs-storage): Change to
2748 reflect new format of data returned by Fgarbage_collect.
2749
2750 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2751
2752 New utility functions + python-info-ppss-context fix (Bug#11910).
2753 * progmodes/python.el (python-info-beginning-of-block-statement-p)
2754 (python-info-ppss-comment-or-string-p): New functions.
2755 (python-info-ppss-context): Small fix for string check.
2756
2757 2012-07-17 Juri Linkov <juri@jurta.org>
2758
2759 * dired-aux.el (dired-do-async-shell-command): Doc fix.
2760 (dired-do-async-shell-command): Don't add `*' at the end of the
2761 command (Bug#11815).
2762 (dired-do-shell-command): Doc fix.
2763 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
2764 Join the individual commands using either "&" or ";" as the
2765 separator depending on the values of these trailing characters.
2766 At the end re-add the trailing "&". (Bug#10598)
2767
2768 * simple.el (async-shell-command): Sync the interactive spec with
2769 `shell-command'. Doc fix.
2770 (shell-command): Doc fix.
2771
2772 2012-07-17 Juri Linkov <juri@jurta.org>
2773
2774 * descr-text.el (describe-char): Fix format args. (Bug#10129)
2775
2776 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2777
2778 Final renames and doc fixes for movement commands (bug#11899).
2779 * progmodes/python.el (python-nav-beginning-of-statement):
2780 Rename from python-nav-statement-start.
2781 (python-nav-end-of-statement): Rename from
2782 python-nav-statement-end.
2783 (python-nav-beginning-of-block): Rename from
2784 python-nav-block-start.
2785 (python-nav-end-of-block): Rename from python-nav-block-end.
2786
2787 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2788
2789 * progmodes/python.el (python-shell-send-string-no-output):
2790 Allow accept-process-output to quit, keeping shell process ready for
2791 future interactions (Bug#11868).
2792
2793 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
2796
2797 * emacs-lisp/elint.el (elint-find-args-in-code):
2798 Use help-function-arglist, so as to handle lexical byte-code.
2799
2800 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
2801 change (bug#11826).
2802
2803 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2806 Avoid spuriously marking the buffer as modified because of c-is-sws.
2807
2808 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
2809 as not-a-comment (bug#11946).
2810
2811 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
2812 for uninterned vars.
2813
2814 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
2815 Use read-event since we don't really want to read chars but bytes.
2816
2817 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
2818 $$..$$ but also $..$ using regexps (bug#11953).
2819 Use tex-verbatim for \url and \path.
2820 (tex-font-lock-keywords): Define as defconst like the others.
2821 (tex-common-initialization): Don't use font-lock-syntax-table any more.
2822
2823 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
2824
2825 * international/mule-cmds.el (ucs-insert): Make it an obsolete
2826 alias for insert-char.
2827
2828 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2829
2830 * progmodes/python.el: Simplified imenu implementation.
2831 (python-nav-jump-to-defun): Remove command.
2832 (python-mode-map): Use `imenu' instead.
2833 (python-nav-list-defun-positions-cache)
2834 (python-imenu-include-defun-type, python-imenu-make-tree)
2835 (python-imenu-subtree-root-label, python-imenu-index-alist):
2836 Remove vars.
2837 (python-nav-list-defun-positions, python-nav-read-defun)
2838 (python-imenu-tree-assoc, python-imenu-make-element-tree)
2839 (python-imenu-make-tree, python-imenu-create-index):
2840 Remove functions.
2841 (python-mode): Update to interact with imenu by setting
2842 `imenu-extract-index-name-function' only.
2843
2844 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2845
2846 * progmodes/python.el: Enhancements to navigation commands.
2847 (python-nav-backward-sentence)
2848 (python-nav-forward-sentence): Remove.
2849 (python-nav-backward-statement, python-nav-forward-statement)
2850 (python-nav-statement-start, python-nav-statement-end)
2851 (python-nav-backward-block, python-nav-forward-block)
2852 (python-nav-block-start, python-nav-block-end)
2853 (python-nav-forward-sexp-function)
2854 (python-info-current-line-comment-p)
2855 (python-info-current-line-empty-p): New functions.
2856 (python-indent-context): Use `python-nav-statement-start'.
2857
2858 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
2859
2860 * eshell/em-ls.el (eshell/ls): Use `apply'.
2861
2862 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
2863 multi-hops, instead of Tramp internals.
2864
2865 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
2866
2867 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
2868 when F1 and F2 are located on different hosts.
2869
2870 2012-07-14 Chong Yidong <cyd@gnu.org>
2871
2872 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
2873 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
2874 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
2875 (xterm-mouse--read-event-sequence-1000)
2876 (xterm-mouse--read-event-sequence-1006): New functions. For old
2877 mouse protocol, handle M-mouse-X events correctly.
2878 (xterm-mouse-event): New arg specifying mouse protocol.
2879 (turn-on-xterm-mouse-tracking-on-terminal)
2880 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
2881 sequence to toggle extended coordinates on newer XTerms.
2882 This appears to be harmless on terminals which do not support this.
2883
2884 2012-07-14 Leo Liu <sdl.web@gmail.com>
2885
2886 Add fringe bitmap indicators for flymake. (Bug#11253)
2887 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
2888 (flymake-make-overlay): New arg BITMAP.
2889 (flymake-error-bitmap, flymake-warning-bitmap)
2890 (flymake-fringe-indicator-position): New user variables.
2891
2892 * fringe.el: New bitmap exclamation-mark.
2893
2894 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
2895
2896 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
2897 also (Bug#7879).
2898
2899 2012-07-14 Chong Yidong <cyd@gnu.org>
2900
2901 * electric.el (electric-pair-post-self-insert-function): Fix pair
2902 insertion in empty-region case (Bug#11520).
2903
2904 2012-07-14 Chong Yidong <cyd@gnu.org>
2905
2906 * bindings.el: Consolidate ctl-x-r-map bindings.
2907 Bind copy-rectangle-as-kill to C-x r w.
2908
2909 * rect.el, register.el: Move bindings to bindings.el.
2910
2911 2012-07-14 Reuben Thomas <rrt@sc3d.org>
2912
2913 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
2914
2915 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
2916
2917 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
2918
2919 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
2920
2921 * bindings.el (top): Use `mapc' instead of `mapcar'.
2922
2923 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
2924
2925 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
2926
2927 * progmodes/sql.el (sql-comint): Suppress the check for program on
2928 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
2929 (Bug#11908)
2930
2931 2012-07-13 Chong Yidong <cyd@gnu.org>
2932
2933 * bindings.el: Assign a non-nil permanent-local property to
2934 per-buffer variables which lack a default value (Bug#11930).
2935
2936 * help-fns.el (describe-variable): In the "automatically becomes
2937 local" notice, take note of permanent-local variables.
2938
2939 2012-07-13 Chong Yidong <cyd@gnu.org>
2940
2941 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
2942 to allow printing the message when called from Lisp.
2943
2944 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2945 Remove toggle-read-only.
2946
2947 * bs.el (bs-toggle-readonly):
2948 * buff-menu.el (Buffer-menu-toggle-read-only):
2949 Remove with-no-warnings around toggle-read-only.
2950
2951 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
2952 Remove with-no-warnings around toggle-read-only.
2953 (ffap-read-only, ffap-read-only-other-window)
2954 (ffap-read-only-other-frame): Callers changed.
2955
2956 * help-mode.el: Don't require view package.
2957 (help-mode-finish): Set buffer-read-only instead of calling
2958 toggle-read-only.
2959
2960 * bindings.el (mode-line-toggle-read-only):
2961 * dired.el (dired-toggle-read-only):
2962 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
2963 with non-nil second arg.
2964
2965 * emacs-lisp/eieio-custom.el (eieio-customize-object):
2966 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
2967 directly.
2968
2969 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2970
2971 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
2972 not incf.
2973
2974 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 More CL cleanups and reduction of use of cl.el.
2977 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
2978 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
2979 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
2980 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
2981 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
2982 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
2983 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
2984 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
2985 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
2986 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
2987 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
2988 * eshell/em-cmpl.el, eshell/em-banner.el:
2989 * calendar/parse-time.el: Use cl-lib.
2990 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
2991 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
2992 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
2993 * term/ns-win.el, term.el, shell.el, ps-samp.el:
2994 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
2995 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
2996 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
2997 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
2998 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
2999 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
3000 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
3001 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
3002 `lambda' rather than with `quote'.
3003 (eshell-do-opt): Adjust accordingly.
3004 (eshell-process-option): Simplify.
3005 * eshell/esh-var.el:
3006 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
3007 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
3008 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
3009 to `pcase--dontcare'.
3010 * emacs-lisp/cl.el (labels): Mark obsolete.
3011 (cl--letf, letf): Move to cl-lib.
3012 (cl--letf*, letf*): Remove.
3013 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
3014 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
3015 (cl-progv): Rewrite.
3016 (cl--letf, cl-letf): Move from cl.el.
3017 (cl-letf*): New macro.
3018 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
3019
3020 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
3021
3022 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
3023
3024 2012-07-11 Chong Yidong <cyd@gnu.org>
3025
3026 * vc/log-edit.el (log-edit-vc-backend): New variable.
3027 (log-edit): Doc fix.
3028
3029 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
3030 argument of log-edit to set up all local variables.
3031 (vc-start-logentry): New optional arg specifying VC backend.
3032
3033 * vc/vc.el (vc-checkin): Use it.
3034 (vc-deduce-fileset): Handle Log Edit buffers.
3035 (vc-diff): Make first argument optional too.
3036
3037 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
3038
3039 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
3040
3041 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
3042 command, just in case. The function is not needed anymore.
3043 (eshell-external-command): Do not call `eshell-remote-command'.
3044
3045 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 Reduce use of (require 'cl).
3048 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
3049 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
3050 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
3051 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
3052 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
3053 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
3054 * battery.el, avoid.el, abbrev.el: Use cl-lib.
3055 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
3056 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
3057 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
3058 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
3059 * calculator.el, autorevert.el, apropos.el: Don't require CL.
3060 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
3061 (byte-compile-unfold-bcf, byte-compile-check-variable):
3062 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
3063 (byte-compile-nilconstp):
3064 * emacs-lisp/autoload.el (make-autoload): Use pcase.
3065 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
3066
3067 * emacs-lisp/gv.el (cond): Make it a valid place.
3068 (if): Simplify slightly.
3069
3070 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
3071 (pcase--self-quoting-p): New function.
3072 (pcase--u1): Use it.
3073
3074 2012-07-10 Glenn Morris <rgm@gnu.org>
3075
3076 * emacs-lisp/authors.el (authors-fixed-entries):
3077 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
3078
3079 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3080
3081 Rename configure.in to configure.ac (Bug#11603).
3082 * emacs-lisp/authors.el (authors-canonical-file-name):
3083 * progmodes/autoconf.el (autoconf-mode):
3084 Prefer configure.ac to configure.in.
3085
3086 2012-07-08 Chong Yidong <cyd@gnu.org>
3087
3088 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
3089 Implement the mouse-1-click-follows-link handling properly.
3090
3091 * info.el (Info-link-keymap): Use follow-link mechanism for
3092 header-line links (Bug#374).
3093
3094 * simple.el (deactivate-mark): Do not set the primary selection
3095 if another program has acquired it (Bug#11772).
3096
3097 2012-07-07 Kevin Ryde <user42@zip.com.au>
3098
3099 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
3100 (woman-decode-region): Replace escaped-escapes without destroying
3101 bold or underline (Bug#11552).
3102 (woman2-process-escapes): Handle nofill regions (Bug#11591).
3103
3104 2012-07-07 Chong Yidong <cyd@gnu.org>
3105
3106 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
3107 (interprogram-cut-function, interprogram-paste-function):
3108 Mention that we typically mean the clipboard.
3109
3110 2012-07-06 Glenn Morris <rgm@gnu.org>
3111
3112 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
3113
3114 * files.el (toggle-read-only): Restrict message to interactive use.
3115
3116 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
3117
3118 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
3119
3120 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
3121
3122 2012-07-06 Glenn Morris <rgm@gnu.org>
3123
3124 * Makefile.in (compile-one-process): Rename from "recompile".
3125
3126 * Makefile.in (bzr-update): "compile" is the same as "recompile
3127 autoloads", but parallelizable, so use that instead.
3128
3129 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
3130
3131 * window.el (quit-window): Always restore window height when
3132 it's saved in quit-restore parameter (Bug#11810).
3133
3134 2012-07-06 Glenn Morris <rgm@gnu.org>
3135
3136 * simple.el (kill-whole-line): Doc tweak.
3137
3138 2012-07-06 Eli Zaretskii <eliz@gnu.org>
3139
3140 * files.el (file-relative-name): Compare file names
3141 case-insensitively if on MS-Windows or MS-DOS, or if
3142 read-file-name-completion-ignore-case is non-nil. Don't use
3143 case-fold-search for this purpose. (Bug#11827)
3144
3145 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3146
3147 * calendar/cal-dst.el (calendar-current-time-zone):
3148 Return calendar-current-time-zone-cache if non-nil.
3149
3150 2012-07-17 Masatake YAMATO <yamato@redhat.com>
3151 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3152
3153 * calendar/cal-dst.el (calendar-current-time-zone):
3154 Return calendar-current-time-zone-cache if non-nil.
3155
3156 2012-07-06 Glenn Morris <rgm@gnu.org>
3157
3158 * Makefile.in (cvs-update): Remove old alias.
3159
3160 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
3161
3162 Sync with Tramp 2.2.6-pre.
3163
3164 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
3165 compatible declaration.
3166
3167 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3168 Protect `list-load-path-shadows' call.
3169
3170 * net/tramp-compat.el (top): Require packages, which aren't
3171 autoloaded anymore for XEmacs. Protect call of
3172 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
3173 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
3174 it hurts at least for SXEmacs.
3175 (tramp-compat-temporary-file-directory): In XEmacs, there is no
3176 standard-value for `temporary-file-directory'.
3177
3178 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
3179 Redirect stderr to /dev/null.
3180 (tramp-sh-handle-write-region): uid and gid can be floats.
3181 Reported by Russell Sim <russell.sim@gmail.com>.
3182 (tramp-sh-handle-vc-registered): Hide errors.
3183 (tramp-vc-file-name-handler): Use dummy results for `process-file'
3184 and `start-file-process'.
3185 (tramp-maybe-open-connection): Check also whether `non-essential'
3186 is bound.
3187
3188 2012-07-04 Chong Yidong <cyd@gnu.org>
3189
3190 * xml.el (xml--parse-buffer): Use xml-syntax-table.
3191 (xml-parse-tag): Likewise, and avoid changing entity tables.
3192 (xml-syntax-table): Define from scratch, making sure not to give
3193 x2000 and other Unicode spaces whitespace syntax, since those are
3194 not spaces in XML.
3195 (xml-parse-fragment): Delete unused function.
3196 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
3197 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
3198 (xml-entity-ref, xml-pe-reference-re)
3199 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
3200 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
3201 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
3202 (xml-entity-value-re): Use syntax references in regexps where
3203 possible; no need to define inside a let-binding.
3204 (xml-parse-dtd): Use xml-pe-reference-re.
3205 (xml-entity-or-char-ref-re): New defconst.
3206 (xml-parse-string, xml-substitute-special): Use it.
3207
3208 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * files.el (locate-dominating-file): Allow `name' to be a predicate.
3211 (find-file--read-only): New function.
3212 (find-file-read-only, find-file-read-only-other-window)
3213 (find-file-read-only-other-frame): Use it.
3214 (insert-file-contents-literally): Don't `fset'.
3215 (get-free-disk-space): Use locate-dominating-file.
3216
3217 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
3218 function is already compiled.
3219
3220 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
3221
3222 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
3223
3224 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
3225 files on the same host.
3226
3227 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
3228
3229 * help-fns.el (describe-function-1): Only call
3230 help-fns--autoloaded-p when we have a file name. (Bug#11848)
3231
3232 2012-07-03 Chong Yidong <cyd@gnu.org>
3233
3234 * xml.el: Protect parser against XML bombs.
3235 (xml-entity-expansion-limit): New variable.
3236 (xml-parse-string, xml-substitute-special): Use it.
3237 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
3238
3239 2012-07-03 Glenn Morris <rgm@gnu.org>
3240
3241 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3242 Allow linking to specific messages in debbugs reports (eg 123#5).
3243
3244 2012-07-02 Chong Yidong <cyd@gnu.org>
3245
3246 * xml.el: Fix entity and character reference expansion, allowing
3247 them to expand into markup as per XML spec.
3248 (xml-default-ns): New variable.
3249 (xml-entity-alist): Use XML spec definitions for lt and amp.
3250 (xml-parse-region): Make first two arguments optional.
3251 Discard text properties.
3252 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
3253 All callers changed.
3254 (xml-parse-tag): Call xml-parse-tag-1. For backward
3255 compatibility, this function should not modify buffer contents.
3256 (xml-parse-tag-1): Fix opening-tag regexp.
3257 (xml-parse-string): Rewrite, handling entity and character
3258 references properly.
3259 (xml--entity-replacement-text): Signal an error if a parameter
3260 entity is undefined.
3261
3262 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * comint.el (comint-output-filter): Filter out repeated prompts.
3265
3266 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
3267 and file-name-absolute-p.
3268 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
3269 internal calls.
3270
3271 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
3272
3273 Spelling fixes.
3274 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
3275 Rename from byte-compile--refiy-function. All uses changed.
3276
3277 2012-07-01 Chong Yidong <cyd@gnu.org>
3278
3279 * xml.el (xml--parse-buffer): New function. Move most of
3280 xml-parse-region here.
3281 (xml-parse-region): Copy region into a temporary buffer, since
3282 parameter entity substitution requires changing buffer contents.
3283 Use xml--parse-buffer.
3284 (xml-parse-file): Use xml--parse-buffer.
3285 (xml-parse-dtd): Make parameter entity substitution work right.
3286 Use proper regexps for ELEMENT declarations (Bug#7172).
3287
3288 2012-06-30 Glenn Morris <rgm@gnu.org>
3289
3290 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
3291
3292 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
3293 Remove outdated and unnecessary dbus declarations.
3294
3295 2012-06-30 Eli Zaretskii <eliz@gnu.org>
3296
3297 * emacs-lisp/timer.el (timer-until): Subtract results of
3298 float-time, instead of taking float-time of the result of
3299 time-subtract, since float-time signals an error for negative time
3300 arguments.
3301
3302 2012-06-30 Chong Yidong <cyd@gnu.org>
3303
3304 * xml.el (xml-*-re): Convert defvars into defconsts, and
3305 eval-and-compile them so eval-and-compile works on derivatives.
3306 (xml--entity-replacement-text): Use eval-and-comple.
3307
3308 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
3309
3310 * vc/vc-git.el (vc-git-registered): Use cache property
3311 `git-registered'.
3312 (vc-git-mode-line-string): Call `vc-working-revision' instead of
3313 `vc-git-working-revision' in order to benefit from the cache.
3314 (vc-git-root): Use cache property `git-root'. (Bug#11757)
3315
3316 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
3317
3318 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
3319 removed (likely outside Emacs). (Bug#11757)
3320
3321 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 * emacs-lisp/cl-lib.el: Require macroexp.
3324
3325 2012-06-30 Chong Yidong <cyd@gnu.org>
3326
3327 * xml.el: Implement XML parameter entities.
3328 (xml-parameter-entity-alist): New variable.
3329 (xml-parse-region, xml-parse-fragment): Preserve previous values
3330 of xml-entity-alist and xml-parameter-entity-alist, so that
3331 repeated calls on different documents do not change them.
3332 (xml-parse-tag): Fix doctype regexp.
3333 (xml--entity-replacement-text): New function.
3334 (xml-parse-dtd): Use it. Don't handle system entities; doing that
3335 properly requires url retrieval which is unimplemented.
3336 (xml-escape-string): Doc fix.
3337
3338 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
3341
3342 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3343
3344 * fringe.el (fringe-mode): Doc fix.
3345
3346 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
3347
3348 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
3349 is non-nil.
3350 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
3351 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
3352
3353 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3354
3355 * calendar/cal-dst.el (calendar-current-time-zone):
3356 Return calendar-current-time-zone-cache if non-nil.
3357
3358 2012-06-29 Masatake YAMATO <yamato@redhat.com>
3359
3360 * progmodes/which-func.el (which-func-format):
3361 Add mouse-face. (Bug#11698)
3362
3363 2012-06-29 Leo Liu <sdl.web@gmail.com>
3364
3365 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
3366
3367 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * minibuffer.el (minibuffer-confirm-exit-commands):
3370 Add completion-at-point (bug#11725).
3371
3372 2012-06-29 Glenn Morris <rgm@gnu.org>
3373
3374 * progmodes/f90.el (f90-font-lock-keywords-2):
3375 Add some preprocessor elements. (Bug#10499)
3376
3377 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * progmodes/cperl-mode.el (cperl-update-syntaxification):
3380 Use syntax-propertize (bug#11739).
3381
3382 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
3383
3384 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
3385
3386 2012-06-28 Julien Danjou <julien@danjou.info>
3387
3388 * term.el (term-handle-colors-array): Use a set of new faces to
3389 color the terminal. Also uses :inverse-video property.
3390 (term-default-fg-color): Set to nil by default, deprecate in favor
3391 of `term-face'.
3392 (term-default-bg-color): Set to nil by default, deprecate in favor
3393 of `term-face'.
3394 (term-current-face): Use `term-face' by default.
3395 (term-bold-attribute): Variable deleted.
3396
3397 2012-06-28 Glenn Morris <rgm@gnu.org>
3398
3399 * simple.el (completion-list-mode-finish):
3400 Don't use toggle-read-only. (Since completion-list-mode has
3401 a special mode-class, it wasn't doing anything extra anyway.)
3402
3403 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 Make inlining of other-mode interpreted functions work (bug#11799).
3406 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
3407 (byte-compile): Use it to fix compilation of lexical-binding closures.
3408 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
3409 function, if needed.
3410
3411 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * help-mode.el (help-make-xrefs): Don't just withstand
3414 cyclic-variable-indirection but any error in documentation-property.
3415
3416 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
3417 memory use.
3418 * bindings.el (bindings--define-key): New function.
3419 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
3420 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
3421 * bindings.el: Use it to purecopy define-key bindings.
3422
3423 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
3424
3425 * emacs-lisp/cl.el (flet): Mark obsolete.
3426 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
3427 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
3428 * progmodes/js.el (js-c-fill-paragraph):
3429 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
3430 (ebrowse-switch-member-buffer-to-derived-class):
3431 * play/5x5.el (5x5-solver): Use cl-flet.
3432
3433 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
3434 (cl--symbol-function): New macro.
3435 (cl--letf, cl--letf*): Use it.
3436
3437 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3438 Strip "toggle-" if any.
3439
3440 2012-06-27 Glenn Morris <rgm@gnu.org>
3441
3442 * info.el (Info-default-directory-list): Move here from paths.el.
3443 * paths.el: Remove file, which is now empty.
3444 * loadup.el: No longer load "paths".
3445
3446 * custom.el (custom-initialize-delay): Doc fix.
3447
3448 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3449 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3450 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3451 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3452 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3453 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
3454 * eshell/eshell.el (eshell-defgroup): Remove alias.
3455
3456 2012-06-27 Chong Yidong <cyd@gnu.org>
3457
3458 * help.el (help-enable-auto-load): New variable.
3459
3460 * help-fns.el (help-fns--autoloaded-p): New function.
3461 (describe-function-1): Refer to a function as "autoloaded" if it
3462 was autoloaded at any time in the past. Perform autoloading if
3463 help-enable-auto-load is non-nil.
3464
3465 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3466
3467 * makefile.w32-in (compile, compile-always): Depend on
3468 update-subdirs, not on subdirs.el. Otherwise, several different
3469 sub-targets of 'bootstrap' running in parallel could
3470 simultaneously write to subdirs.el, producing a garbled file.
3471
3472 2012-06-26 Sam Steingold <sds@gnu.org>
3473
3474 * files.el (file-name-base): New convenience function.
3475 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
3476 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
3477 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
3478 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
3479 * textmodes/ispell.el, textmodes/reftex-ref.el:
3480 * textmodes/tex-mode.el: Use it.
3481 Did not touch cedet and org because they are maintained elsewhere.
3482
3483 2012-06-26 Martin Rudalics <rudalics@gmx.at>
3484
3485 * calendar/calendar.el (calendar-exit): Don't try to delete or
3486 iconify last frame. See:
3487 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
3488
3489 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
3490
3491 * server.el (server-process-filter): Remember dir in the
3492 process's `server-client-directory' properties.
3493
3494 2012-06-24 Chong Yidong <cyd@gnu.org>
3495
3496 * xml.el (xml-parse-tag): Correctly handle comment embedded in
3497 non-tag text.
3498
3499 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
3500
3501 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
3502
3503 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 * help-fns.el (describe-variable): Don't croak when doc is not found.
3506 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
3507 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
3508 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
3509 * emacs-lisp/smie.el (smie-next-sexp): CSE.
3510 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
3511 ((lambda ..) ..).
3512 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
3513
3514 2012-06-23 Chong Yidong <cyd@gnu.org>
3515
3516 * info.el (Info-mouse-follow-link): Accept symbol values of
3517 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
3518 (Info-fontify-node): Use Info-link-keymap for all navigation
3519 buttons, with link-args property to perform the desired action.
3520 (Info-link-keymap): Doc fix.
3521 (Info-next-link-keymap, Info-prev-link-keymap)
3522 (Info-up-link-keymap): Delete now-unused keymaps.
3523
3524 2012-06-23 Chong Yidong <cyd@gnu.org>
3525
3526 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
3527
3528 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
3529 system abbrevs.
3530
3531 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
3532
3533 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
3536 (bug#11719).
3537
3538 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
3539 the requote function doesn't work properly (bug#11714).
3540
3541 2012-06-23 Glenn Morris <rgm@gnu.org>
3542
3543 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
3544
3545 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3546
3547 Further GV/CL cleanups.
3548 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
3549 gv-expander.
3550 (gv--defun-declaration): New function.
3551 (defun-declarations-alist): Use it.
3552 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
3553 (gv-place): Autoload.
3554 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
3555 original definition of dotimes and dolist.
3556 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
3557 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
3558 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
3559 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3560 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
3561 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
3562 to the function's definition.
3563 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
3564 * window.el:
3565 * files.el:
3566 * faces.el:
3567 * env.el: Don't use CL.
3568
3569 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3570
3571 Support higher-resolution time stamps (Bug#9000).
3572
3573 * calendar/time-date.el (with-decoded-time-value): New arg
3574 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
3575 (encode-time-value): New optional arg PICO. New type 3.
3576 (time-to-seconds) [!float-time]: Support the new picoseconds
3577 component if it's used.
3578 (seconds-to-time, time-subtract, time-add):
3579 Support ps-resolution time stamps as well.
3580
3581 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
3582 (timerp): Timer vectors now have length 9, not 8.
3583 (timer--time): Support new-style (4-part) time stamps.
3584 (timer-next-integral-multiple-of-time): Time stamps now have
3585 picosecond resolution, so take a bit more care about rounding.
3586 (timer-relative-time, timer-inc-time): New optional arg psecs.
3587 (timer-set-time-with-usecs): Set psecs to 0.
3588 (timer--activate): Check psecs component, too.
3589
3590 * proced.el (proced-time-lessp): Support ps-resolution stamps.
3591
3592 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3593
3594 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
3595 Move the non-essential binding to the post/pre-command-hook where it is
3596 more obviously correct.
3597
3598 * subr.el (read-passwd): Don't use a history at all.
3599 * savehist.el (savehist-save): Remove password saved accidentally
3600 because of the above bug.
3601
3602 2012-06-22 Bastien Guerry <bzg@gnu.org>
3603
3604 * files.el (toggle-read-only): Display a message telling whether
3605 the buffer is read-only or not (bug#11726).
3606
3607 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * emacs-lisp/gv.el: New file.
3610 * subr.el (push, pop): Extend to generalized variables.
3611 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
3612 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
3613 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
3614 gv-define-simple-setter, and gv-define-expander.
3615 Remove setf-methods defined in gv. Rename cl-setf -> setf.
3616 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
3617 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
3618 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
3619 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
3620 gv-letplace.
3621 (cl-defstruct): Don't define setf-method any more.
3622 * emacs-lisp/cl.el (flet): Don't autoload.
3623 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
3624 (define-setf-expander, defsetf, define-modify-macro)
3625 (cl-struct-setf-expander): Move from cl-lib.el.
3626 * emacs-lisp/syntax.el:
3627 * emacs-lisp/ewoc.el:
3628 * emacs-lisp/smie.el:
3629 * emacs-lisp/cconv.el:
3630 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
3631 (timer--time): Use gv-define-simple-setter.
3632 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
3633 to avoid coding-system problems in subr.el. Adjust all users.
3634 (macroexp--maxsize, macroexp-small-p): New functions.
3635 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
3636 * scroll-bar.el (scroll-bar-mode):
3637 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3638 (normal-erase-is-backspace-mode): Don't use the `eq' place.
3639 * winner.el (winner-configuration, winner-make-point-alist)
3640 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
3641 * files.el (locate-file-completion-table): Avoid list*.
3642
3643 2012-06-22 Chong Yidong <cyd@gnu.org>
3644
3645 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
3646 (dired-create-files): Doc fix (Bug#11329).
3647 (dired-do-copy): Doc fix (Bug#11334).
3648 (dired-mark-read-string): Doc fix (Bug#11553).
3649
3650 * dired.el (dired-recursive-copies, dired-recursive-deletes):
3651 Doc fix (Bug#11326).
3652 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
3653 (dired-dwim-target): Doc fix.
3654
3655 * wdired.el (wdired-mode): Doc fix.
3656
3657 2012-06-22 Glenn Morris <rgm@gnu.org>
3658
3659 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
3660 (pcmpl-rpm-cache-stamp-file): New constant.
3661 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
3662 (pcmpl-rpm-packages): Optionally cache list of packages.
3663
3664 * pcmpl-rpm.el (pcmpl-rpm): New group.
3665 (pcmpl-rpm-query-options): New option.
3666 (pcmpl-rpm-packages): No need to inline it.
3667 Use pcmpl-rpm-query-options.
3668
3669 * calendar/calendar.el (calendar-in-read-only-buffer):
3670 Avoid some needless mode changes.
3671
3672 2012-06-21 Chong Yidong <cyd@gnu.org>
3673
3674 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
3675 (desktop-path): Remove . from the default value (Bug#10977).
3676 (desktop-read): Use user-emacs-directory if desktop-path is nil.
3677
3678 2012-06-20 Chong Yidong <cyd@gnu.org>
3679
3680 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
3681
3682 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
3683
3684 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
3685 (bug#11201).
3686
3687 2012-06-20 Chong Yidong <cyd@gnu.org>
3688
3689 * term.el (term-window-width): Handle the case of a missing right
3690 fringe (Bug#8837).
3691 (term-check-size): Use window-text-height (Bug#5445).
3692 (term-mode): Use define-derived-mode. Minor cleanups.
3693 Set font-lock-defaults (Bug#7692).
3694 (term-move-columns, term-insert-char, term-emulate-terminal)
3695 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
3696
3697 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
3698
3699 * net/ange-ftp.el (ange-ftp-get-passwd):
3700 Bind `enable-recursive-minibuffers'.
3701 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
3702
3703 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
3704
3705 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
3706
3707 2012-06-19 Glenn Morris <rgm@gnu.org>
3708
3709 * progmodes/python.el (python-mode): Derive from prog-mode.
3710
3711 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3712
3713 * emulation/edt.el (edt-default-menu-bar-update-buffers)
3714 (edt-user-menu-bar-update-buffers): New functions.
3715 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
3716
3717 2012-06-19 Chong Yidong <cyd@gnu.org>
3718
3719 * subr.el (with-selected-window): Preserve the selected window's
3720 terminal's top-frame (Bug#4702).
3721
3722 * window.el (save-selected-window): Likewise.
3723
3724 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3725
3726 * progmodes/python.el (python-rx-constituents): Move backquote.
3727 (python-skeleton-define, python-define-auxiliary-skeleton):
3728 Use `declare'.
3729
3730 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
3731
3732 * minibuffer.el (read-file-name-default): Revert the patch from
3733 2012-06-17.
3734
3735 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
3738 (pcase--u1, pcase--q1): Don't use apply-partially.
3739
3740 2012-06-18 Glenn Morris <rgm@gnu.org>
3741
3742 * progmodes/python.el (python-proc, python-buffer)
3743 (python-send-receive, python-send-string): Fix obsolete versions.
3744
3745 2012-06-18 Martin Rudalics <rudalics@gmx.at>
3746
3747 * window.el (special-display-p): Completely remove stringp
3748 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
3749
3750 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
3751
3752 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
3753
3754 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
3755
3756 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
3757 * net/tramp-sh.el (tramp-maybe-open-connection):
3758 Throw if `non-essential' is non-nil.
3759
3760 2012-06-17 Martin Rudalics <rudalics@gmx.at>
3761
3762 * window.el (special-display-p): Signal an error if BUFFER-NAME
3763 is not a string (Bug#11713).
3764
3765 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
3766
3767 * progmodes/python.el (python-info-beginning-of-backslash):
3768 Rename from python-info-beginning-of-backlash, as a spelling fix.
3769
3770 2012-06-17 Chong Yidong <cyd@gnu.org>
3771
3772 * term.el (term-emulate-terminal): If term-check-size is called,
3773 move point to the process mark without resetting point (Bug#4635).
3774
3775 2012-06-17 Glenn Morris <rgm@gnu.org>
3776
3777 * international/mule-cmds.el (mule-menu-keymap)
3778 (set-language-environment, set-locale-environment): Doc tweaks.
3779
3780 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
3781
3782 * cus-face.el (custom-face-attributes): Add wave-style underline
3783 attribute.
3784 * faces.el (set-face-attribute): Update docstring to describe
3785 wave-style underline attribute.
3786
3787 2012-06-16 Chong Yidong <cyd@gnu.org>
3788
3789 * term/xterm.el (terminal-init-xterm): Discard input before
3790 querying background mode (Bug#10959).
3791
3792 2012-06-16 Stefan Merten <smerten@oekonux.de>
3793
3794 * textmodes/rst.el: Added and corrected some comments.
3795 (rst-re-alist-def): Improve symbol syntax.
3796 (rst-mode-syntax-table): Correct syntax entries.
3797 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3798 (rst-official-version, rst-official-cvs-rev): Update version
3799 information.
3800
3801 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
3802
3803 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
3804 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
3805
3806 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
3807
3808 * progmodes/python.el: New python.el merge.
3809 (python-guess-indent): Obsolete var.
3810 (python-indent-guess-indent-offset): New defcustom.
3811 (python-indent): Obsolete var.
3812 (python-indent-offset): New defcustom.
3813 (python-python-command, python-jython-command): Delete var.
3814 (python-shell-interpreter): New defcustom.
3815 (python-pdbtrack-do-tracking-p): Delete var.
3816 (python-pdbtrack-activate): New defcustom.
3817 (python-use-skeletons): Obsolete var.
3818 (python-skeleton-autoinsert): New defcustom.
3819 (inferior-python-filter-regexp, python-continuation-offset)
3820 (python-honour-comment-indentation, python-indent-string-contents)
3821 (python-jython-packages, python-mode-hook)
3822 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
3823 (python-shell-prompt-alist)
3824 (python-source-modes): Delete defcustoms.
3825 (python-check-buffer-name, python-eldoc-setup-code)
3826 (python-eldoc-string-code, python-ffap-setup-code)
3827 (python-ffap-string-code, python-fill-comment-function)
3828 (python-fill-decorator-function, python-fill-paren-function)
3829 (python-fill-string-function, python-imenu-include-defun-type)
3830 (python-imenu-make-tree, python-imenu-subtree-root-label)
3831 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
3832 (python-shell-compilation-regexp-alist)
3833 (python-shell-completion-module-string-code)
3834 (python-shell-completion-pdb-string-code)
3835 (python-shell-completion-setup-code)
3836 (python-shell-completion-string-code)
3837 (python-shell-enable-font-lock, python-shell-exec-path)
3838 (python-shell-extra-pythonpaths)
3839 (python-shell-internal-buffer-name, python-shell-interpreter-args)
3840 (python-shell-process-environment)
3841 (python-shell-prompt-block-regexp)
3842 (python-shell-prompt-output-regexp)
3843 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
3844 (python-shell-send-setup-max-wait, python-shell-setup-codes)
3845 (python-shell-virtualenv-path): New defcustoms.
3846 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
3847 (inferior-python-mode-syntax-table, python--prompt-regexp)
3848 (python-buffer, python-command python-python-command)
3849 (python-default-template, python-imports, python-indent-index)
3850 (python-indent-list, python-indent-list-length)
3851 (python-mode-running, python-pdbtrack-is-tracking-p)
3852 (python-preoutput-continuation, python-preoutput-leftover)
3853 (python-preoutput-result, python-preoutput-skip-next-prompt)
3854 (python-prev-dir/file, python-recursing)
3855 (python-saved-check-command, python-version-checked)
3856 (python-which-func-length-limit)
3857 (view-return-to-alist): Delete vars.
3858 (python-check-custom-command, python-dotty-syntax-table)
3859 (python-imenu-index-alist, python-indent-current-level)
3860 (python-indent-dedenters, python-indent-levels)
3861 (python-nav-beginning-of-defun-regexp)
3862 (python-nav-list-defun-positions-cache)
3863 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
3864 (python-shell-internal-buffer)
3865 (python-skeleton-available): New vars.
3866 (def-python-skeleton): Delete macro.
3867 (python-skeleton-define): New macro.
3868 (python-define-auxiliary-skeleton, python-rx): New macros.
3869 (python-insert-class): Delete command.
3870 (python-skeleton-class): New command.
3871 (python-insert-def): Delete command.
3872 (python-skeleton-def): New command.
3873 (python-insert-for): Delete command.
3874 (python-skeleton-for): New command.
3875 (python-insert-if): Delete command.
3876 (python-skeleton-if): New command.
3877 (python-insert-try/except, python-insert-try/finally): Delete commands.
3878 (python-skeleton-try): New command.
3879 (python-insert-while): Delete command.
3880 (python-skeleton-while): New command.
3881 (python-backspace): Delete command.
3882 (python-indent-dedent-line-backspace): New command.
3883 (python-electric-colon): Delete command.
3884 (python-indent-electric-colon): New command.
3885 (python-guess-indent): Delete command.
3886 (python-indent-guess-indent-offset): New command.
3887 (python-shift-left): Delete command.
3888 (python-indent-shift-left): New command.
3889 (python-shift-right): Delete command.
3890 (python-indent-shift-right): New command.
3891 (python-find-function): Delete command.
3892 (python-nav-jump-to-defun): New command.
3893 (python-next-statement): Delete command.
3894 (python-nav-forward-sentence): New command.
3895 (python-previous-statement): Delete command.
3896 (python-nav-backward-sentence): New command.
3897 (python-fill-paragraph): Delete command.
3898 (python-fill-paragraph-function): New command.
3899 (python-send-buffer): Delete command.
3900 (python-shell-send-buffer): New command.
3901 (python-send-defun): Delete command.
3902 (python-shell-send-defun): New command.
3903 (python-send-region, python-send-region-and-go): Delete commands.
3904 (python-shell-send-region)
3905 (python-shell-switch-to-shell): New commands.
3906 (python-send-string): Delete command.
3907 (python-shell-send-string): New command.
3908 (python-switch-to-python): Delete command.
3909 (python-shell-switch-to-shell): New command.
3910 (python-describe-symbol): Delete command.
3911 (python-eldoc-at-point): New command.
3912 (python--set-prompt-regexp, python-args-to-list)
3913 (python-after-info-look, python-check-version)
3914 (python-check-comint-prompt, python-find-imports)
3915 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
3916 (python-unload-function, python-expand-template)
3917 (python-maybe-jython, python-preoutput-filter)
3918 (python-pdbtrack-get-source-buffer)
3919 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
3920 (python-pdbtrack-toggle-stack-tracking)
3921 (python-pdbtrack-track-stack-file, python-initial-text)
3922 (python-first-word, python-comment-line-p, python-send-command)
3923 (python-setup-brm, python-sentinel, python-set-proc)
3924 (python-skip-out, python-input-filter, python-outdent-p)
3925 (python-outline-level, python-backslash-continuation-line-p)
3926 (python-end-of-block, python-end-of-statement, python-mark-block)
3927 (python-beginning-of-block, python-beginning-of-statement)
3928 (python-blank-line-p, python-beginning-of-string)
3929 (python-open-block-statement-p): Delete functions.
3930 (python-indent-line, python-indent-line-1): Delete functions.
3931 (python-indent-line): New function.
3932 (python-indentation-levels): Delete function.
3933 (python-indent-calculate-levels): New function.
3934 (python-proc): Delete function.
3935 (python-shell-get-process): New function.
3936 (python-send-receive): Delete function.
3937 (python-shell-send-string-no-output): New function.
3938 (python-module-path): Delete function.
3939 (python-ffap-module-path): New function.
3940 (python-completion-at-point)
3941 (python-symbol-completions): Delete functions.
3942 (python-completion-complete-at-point): New function.
3943 (python-load-file): Delete function.
3944 (python-shell-send-file): New function.
3945 (python-calculate-indentation): Delete function.
3946 (python-indent-calculate-indentation): New function.
3947 (python-skip-comments/blanks): Delete function.
3948 (python-util-forward-comment): New function.
3949 (python-continuation-line-p): Delete function.
3950 (python-info-continuation-line-p): New function.
3951 (python-which-func, python-current-defun): Delete function.
3952 (python-info-current-defun): New function.
3953 (python-beginning-of-defun): Delete function.
3954 (python-nav-beginning-of-defun): New function.
3955 (python-close-block-statement-p)
3956 (python-block-end-p): Delete function.
3957 (python-info-closing-block): New function.
3958 (python-comint-output-filter-function)
3959 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
3960 (python-fill-comment, python-fill-decorator, python-fill-paren)
3961 (python-fill-string, python-imenu-make-element-tree)
3962 (python-imenu-make-tree, python-imenu-tree-assoc)
3963 (python-indent-context, python-indent-dedent-line)
3964 (python-indent-line-function)
3965 (python-indent-post-self-insert-function)
3966 (python-indent-toggle-levels)
3967 (python-info-assignment-continuation-line-p)
3968 (python-info-beginning-of-backlash)
3969 (python-info-block-continuation-line-p)
3970 (python-info-closing-block-message)
3971 (python-info-line-ends-backslash-p)
3972 (python-info-looking-at-beginning-of-defun)
3973 (python-info-ppss-context, python-info-ppss-context-type)
3974 (python-nav-list-defun-positions, python-nav-read-defun)
3975 (python-nav-sentence-end, python-nav-sentence-start)
3976 (python-pdbtrack-comint-output-filter-function)
3977 (python-pdbtrack-set-tracked-buffer)
3978 (python-shell-calculate-exec-path)
3979 (python-shell-calculate-process-environment)
3980 (python-shell-completion--do-completion-at-point)
3981 (python-shell-completion--get-completions)
3982 (python-shell-completion-complete-at-point)
3983 (python-shell-completion-complete-or-indent)
3984 (python-shell-get-or-create-process)
3985 (python-shell-get-process-name)
3986 (python-shell-internal-get-or-create-process)
3987 (python-shell-internal-get-process-name)
3988 (python-shell-internal-send-string, python-shell-make-comint)
3989 (python-shell-parse-command, python-shell-send-setup-code)
3990 (python-skeleton-add-menu-items)
3991 (python-util-clone-local-variables, python-util-position)
3992 (run-python-internal, python-indentation-levels)
3993 (python-nav-beginning-of-defun)
3994 (python-completion-complete-at-point): New functions.
3995 (run-python): Change arguments. New API requirements.
3996
3997 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
4000 (bug#11649).
4001
4002 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
4003 (macroexp--expand-all): Use it.
4004
4005 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
4006 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
4007 Use `cl-function' instead.
4008
4009 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
4010
4011 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
4012 Suggested by Stefan Monnier while discussing bug#11657.
4013
4014 2012-06-14 Sam Steingold <sds@gnu.org>
4015
4016 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
4017
4018 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
4019
4020 * play/doctor.el (doctor-doc): Remove parameter and use
4021 doctor-sent instead of sent.
4022 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
4023
4024 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4025
4026 * files.el: Require cl-lib.
4027 (file-name-non-special): Replace case -> cl-case.
4028
4029 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
4030
4031 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
4032 mapping from #' to function*.
4033
4034 2012-06-13 Chong Yidong <cyd@gnu.org>
4035
4036 * mouse.el (mouse-drag-track): Do not set the mark if the user
4037 releases the mouse without selecting anything (Bug#11588).
4038
4039 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
4042 as well (bug#11646).
4043
4044 * loadup.el: Count byte-code functions as well.
4045
4046 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
4047 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
4048
4049 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
4050 (bug#11649). Add cl-defun and cl-defmacro.
4051
4052 2012-06-13 Drew Adams <drew.adams@oracle.com>
4053
4054 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4055 Fix last change.
4056
4057 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
4058
4059 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
4060 Otherwise, it blocks in batch mode.
4061
4062 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
4063
4064 * help-mode.el (bookmark-make-record-default): Declare.
4065
4066 2012-06-13 Chong Yidong <cyd@gnu.org>
4067
4068 * emacs-lisp/package.el (list-packages): Compute a list of
4069 packages that are newly-available since the last list-packages
4070 invocation.
4071 (package-menu--new-package-list): New var.
4072 (package-menu--generate, package-menu--print-info)
4073 (package-menu--status-predicate, package-menu-mark-install):
4074 Handle new status label "new".
4075
4076 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
4079 conversion to backquotes.
4080
4081 2012-06-12 Chong Yidong <cyd@gnu.org>
4082
4083 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
4084 Rename from gud-inhibit-global-bindings.
4085
4086 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
4087
4088 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
4089 hook from nxml-glyph-set-hook.
4090
4091 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
4092 declaration.
4093
4094 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
4095
4096 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
4097 Convert to defcustom.
4098
4099 2012-06-12 Drew Adams <drew.adams@oracle.com>
4100
4101 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4102 New functions.
4103 (help-mode): Use them.
4104
4105 2012-06-11 Glenn Morris <rgm@gnu.org>
4106
4107 * progmodes/fortran.el (fortran-font-lock-keywords-3):
4108 Use preprocessor face for directives.
4109 (fortran-directive-re): Doc fix.
4110
4111 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
4114 conversion to backquotes (bug#11652).
4115
4116 Fix compiler-expansion of CL's cXXr functions (bug#11673).
4117 * emacs-lisp/cl-lib.el (cl--defalias): New function.
4118 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
4119 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
4120 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4121 (cl-ninth, cl-tenth): Mark them as inlinable.
4122 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
4123 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
4124 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
4125 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
4126 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
4127 (cl-list*, cl-adjoin): Don't put an autoload manually.
4128 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
4129 (cl--compiler-macro-list*): Add autoload cookie.
4130 (cl--compiler-macro-cXXr): New function.
4131
4132 * help-fns.el (help-fns--compiler-macro): New function extracted from
4133 describe-function-1; follow aliases and use `compiler-macro' property.
4134 (describe-function-1): Use it.
4135
4136 2012-06-11 Chong Yidong <cyd@gnu.org>
4137
4138 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
4139 is uninstalled, if imagemagick is installed.
4140
4141 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * emacs-lisp/cl-lib.el: Use lexical-binding.
4144 (cl-map-extents, cl-maclisp-member): Remove.
4145 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
4146 (cl--set-substring, cl--block-wrapper, cl--block-throw)
4147 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
4148 * emacs-lisp/cl-extra.el: Use lexical-binding.
4149 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
4150 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
4151 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
4152 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
4153 * emacs-lisp/cl-seq.el: Use lexical-binding.
4154 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
4155 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
4156 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
4157 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
4158 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
4159 CL's internals.
4160
4161 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
4162
4163 Sync with Tramp 2.2.6-pre.
4164
4165 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
4166 `print-length' and `print-level' to nil, in order to avoid
4167 truncation. Reported by Christopher Schmidt
4168 <christopher@ristopher.com>.
4169
4170 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
4171
4172 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
4173 New defmacro.
4174 (tramp-compat-copy-directory): Add optional argument
4175 COPY-CONTENTS. It is not handled yet.
4176
4177 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
4178 (tramp-ftp-file-name-p): Simplify.
4179
4180 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
4181 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
4182 connection vector.
4183
4184 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
4185 (tramp-methods): Do not use `tramp-password-end-of-line'.
4186 (tramp-completion-function-alist-putty): Handle UNIX case.
4187 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
4188 (tramp-do-file-attributes-with-stat)
4189 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
4190 gid as real numbers. They could run out of integer range on cygwin.
4191 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
4192 (tramp-sh-handle-expand-file-name): Handle hops.
4193 (tramp-open-connection-setup-interactive-shell):
4194 Use `tramp-cleanup'. Move check for busyboxes ...
4195 (tramp-find-shell): ... here. Simplify implementation.
4196 Set "remote-shell" property also for alternative shells.
4197 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
4198 If failing, a regular file would be written otherwise.
4199 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
4200 (tramp-find-inline-encoding): Cache the coding commands in the
4201 process cache. Apply test command on the remote side, if defined.
4202 (tramp-find-inline-compress): Cache the compress commands in the
4203 process cache.
4204 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
4205 when requested. Handle hops.
4206 (tramp-current-connection): New defvar.
4207 (tramp-maybe-open-connection): Use `tramp-cleanup'.
4208 Throw `suppress', if there was a failed connection shortly before.
4209 Handle user interrupt. (Bug#10187)
4210 (tramp-get-inline-compress, tramp-get-inline-coding):
4211 Read connection properties from the process cache.
4212
4213 * net/tramp-smb.el (tramp-smb-server-version)
4214 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
4215 New defconsts.
4216 (tramp-smb-prompt): Extend for powershell prompt.
4217 (tramp-smb-file-name-handler-alist): Add handlers for
4218 `process-file', `shell-command' and `start-file-process'.
4219 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
4220 (tramp-smb-winexe-shell-command-switch): New defcustoms.
4221 (tramp-smb-file-name-p): Simplify.
4222 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
4223 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
4224 (tramp-smb-shell-quote-argument): New defuns.
4225 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
4226 Implement using "tar". By this, time-stamps are preserved.
4227 (tramp-smb-handle-copy-file): Handle also the case of directories.
4228 (tramp-smb-do-file-attributes-with-stat)
4229 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
4230 Use `tramp-get-connection-buffer').
4231 (tramp-smb-handle-rename-file): Use "rename", when source and
4232 target are on the same share.
4233 (tramp-smb-maybe-open-connection): Handle wrong passwords.
4234 Use `tramp-smb-server-version'.
4235 (tramp-smb-wait-for-output): Remove prompt.
4236
4237 * net/tramp.el (top): Require 'cl.
4238 (tramp-methods, tramp-rsh-end-of-line):
4239 Remove `tramp-password-end-of-line' from docstring.
4240 (tramp-save-ad-hoc-proxies): New defcustom.
4241 (tramp-completion-function-alist): Adapt docstring.
4242 (tramp-default-password-end-of-line): Remove defcustom.
4243 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
4244 (tramp-user-regexp, tramp-file-name-regexp-unified)
4245 (tramp-file-name-regexp-url): Extend regexp by hop separator.
4246 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
4247 (tramp-remote-file-name-spec-regexp): New defconst.
4248 (tramp-file-name-structure): Extend structure for hops.
4249 (tramp-get-method-parameter): Move up.
4250 (tramp-file-name-p, tramp-dissect-file-name)
4251 (with-parsed-tramp-file-name): Handle hops.
4252 (tramp-file-name-hop): New defun.
4253 (tramp-make-tramp-file-name): New optional arg HOP.
4254 (tramp-message-show-progress-reporter-message): New defvar.
4255 (tramp-with-progress-reporter): Use it. We cannot use
4256 `tramp-message-show-message' here, because this suppresses also
4257 error buffers.
4258 (tramp-error-with-buffer): Suppress buffer view, if
4259 `tramp-message-show-message' is nil.
4260 Use `tramp-get-connection-buffer'.
4261 (tramp-cleanup): New defun.
4262 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
4263 (tramp-file-name-handler): If `debug-on-error' is set, propagate
4264 an error unchanged.
4265 (tramp-completion-handle-file-name-all-completions): Handle hops.
4266 Fix an error when called from ido.
4267 (tramp-completion-dissect-file-name): Use better local variable
4268 name. Add hop to the vector.
4269 (tramp-handle-insert-file-contents): Use progress-reporter for the
4270 whole scenario.
4271 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
4272 to `t'.
4273 (tramp-check-for-regexp): Simplify search.
4274 (tramp-enter-password): Remove it. Move implementation ...
4275 (tramp-action-password): ... here.
4276 (tramp-mode-string-to-int, tramp-local-host-p)
4277 (tramp-make-tramp-temp-file, tramp-read-passwd)
4278 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
4279 Set tramp-autoload cookie.
4280
4281 * net/trampver.el: Update release number.
4282
4283 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4284 Michael Albinus <michael.albinus@gmx.de>
4285
4286 * net/tramp.el (tramp-set-completion-function): Fix docstring.
4287 (tramp-parse-group, tramp-parse-file)
4288 (tramp-parse-shostkeys-sknownhosts): New defuns.
4289 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
4290 (tramp-parse-shosts-group, tramp-parse-sconfig)
4291 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
4292 (tramp-parse-sknownhosts, tramp-parse-hosts)
4293 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
4294 Use them.
4295 (tramp-parse-passwd-group, tramp-parse-netrc-group)
4296 (tramp-parse-putty-group): Don't narrow.
4297 (tramp-parse-putty): Make a loop.
4298 (tramp-file-name-handler): Catch the `suppress' signal.
4299
4300 2012-06-11 Chong Yidong <cyd@gnu.org>
4301
4302 * image.el (imagemagick-register-types): Put the ImageMagick entry
4303 at the end of image-type-file-name-regexps.
4304
4305 2012-06-11 Johan Bockgård <bojohan@gnu.org>
4306
4307 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
4308 (pcase, pcase-let*, pcase-dolist): Use them.
4309
4310 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4311
4312 * emacs-lisp/pcase.el (pcase--let*): New function.
4313 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
4314 (pcase--expand): Use macroexp-let².
4315
4316 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
4319 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
4320 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
4321 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
4322 * emacs-lisp/derived.el: Use pcase instead of `cl'.
4323 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
4324
4325 2012-06-10 Glenn Morris <rgm@gnu.org>
4326
4327 * mail/rmail.el (rmail-yank-current-message): Leave point at
4328 correct position. (Bug#11660)
4329
4330 2012-06-10 Chong Yidong <cyd@gnu.org>
4331
4332 * allout-widgets.el: Fix code header.
4333
4334 2012-06-10 Chong Yidong <cyd@gnu.org>
4335
4336 * cus-edit.el (customize-changed-options-previous-release):
4337 Bump to 24.1.
4338
4339 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
4340
4341 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
4342
4343 2012-06-09 Chong Yidong <cyd@gnu.org>
4344
4345 * ebuff-menu.el (electric-buffer-list): Preserve header line.
4346
4347 2012-06-09 Martin Rudalics <rudalics@gmx.at>
4348
4349 * window.el (special-display-popup-frame): Don't use
4350 window--display-buffer (Bug#11651).
4351
4352 2012-06-09 Eli Zaretskii <eliz@gnu.org>
4353
4354 Fix parallel builds: make sure loaddefs.el is not being written
4355 while Lisp files are compiled.
4356 (compile): Don't depend on 'mh-autoloads'.
4357 (compile-CMD, compile-SH): Depend on 'autoloads'.
4358 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
4359
4360 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
4361
4362 2012-06-09 Chong Yidong <cyd@gnu.org>
4363
4364 * face-remap.el (face-remap-add-relative, face-remap-set-base)
4365 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
4366 Doc fixes (Bug#11225).
4367
4368 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
4371 a function if there's a clear indication that it has a compiler-macro.
4372 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
4373 (macro-declarations-alist): Add arglist to declaration functions.
4374 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
4375 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
4376 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
4377 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
4378 Also add autoload to find the compiler macro.
4379 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
4380 (cl--compiler-macro-member, cl--compiler-macro-assoc)
4381 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
4382 (cl--compiler-macro-get): New functions, replacing calls to
4383 cl-define-compiler-macro.
4384 (cl-typep) [compiler-macro]: Use macroexp-let².
4385
4386 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
4387
4388 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
4389 string properly, fixes Bug#11473.
4390
4391 2012-06-08 Chong Yidong <cyd@gnu.org>
4392
4393 * faces.el (set-face-attribute): Doc fix.
4394 (modify-face): Don't use :bold and :italic.
4395 (error, warning, success): Tweak definitions.
4396
4397 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
4398 (custom-modified, custom-set, custom-changed, custom-themed)
4399 (custom-saved, custom-button, custom-button-mouse)
4400 (custom-button-pressed, custom-state, custom-comment-tag)
4401 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
4402 (custom-group-subtitle): Use new-style face specs.
4403 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4404 (custom-set-face, custom-changed-face, custom-saved-face)
4405 (custom-button-face, custom-button-pressed-face)
4406 (custom-documentation-face, custom-state-face)
4407 (custom-comment-face, custom-comment-tag-face)
4408 (custom-variable-tag-face, custom-variable-button-face)
4409 (custom-face-tag-face, custom-group-tag-face-1)
4410 (custom-group-tag-face): Remove obsolete face alias.
4411
4412 * epa.el (epa-validity-high, epa-validity-medium)
4413 (epa-validity-low, epa-mark, epa-field-name, epa-string)
4414 (epa-field-name, epa-field-body):
4415 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4416 (font-lock-keyword-face, font-lock-builtin-face)
4417 (font-lock-function-name-face, font-lock-variable-name-face)
4418 (font-lock-type-face, font-lock-constant-face):
4419 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4420 (ido-virtual, ido-indicator, ido-incomplete-regexp):
4421 * speedbar.el (speedbar-button-face, speedbar-file-face)
4422 (speedbar-directory-face, speedbar-tag-face)
4423 (speedbar-selected-face, speedbar-highlight-face)
4424 (speedbar-separator-face):
4425 * whitespace.el (whitespace-newline, whitespace-space)
4426 (whitespace-hspace, whitespace-tab, whitespace-trailing)
4427 (whitespace-line, whitespace-space-before-tab)
4428 (whitespace-space-after-tab, whitespace-indentation)
4429 (whitespace-empty):
4430 * emulation/cua-base.el (cua-global-mark):
4431 * eshell/em-prompt.el (eshell-prompt):
4432 * net/newst-plainview.el (newsticker-new-item-face)
4433 (newsticker-old-item-face, newsticker-immortal-item-face)
4434 (newsticker-obsolete-item-face, newsticker-date-face)
4435 (newsticker-statistics-face, newsticker-default-face):
4436 * net/newst-reader.el (newsticker-feed-face)
4437 (newsticker-extra-face, newsticker-enclosure-face):
4438 * net/newst-treeview.el (newsticker-treeview-face)
4439 (newsticker-treeview-new-face, newsticker-treeview-old-face)
4440 (newsticker-treeview-immortal-face)
4441 (newsticker-treeview-obsolete-face)
4442 (newsticker-treeview-selection-face):
4443 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
4444 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
4445 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
4446 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
4447 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
4448 (nxml-outline-active-indicator, nxml-outline-ellipsis):
4449 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4450 (mpuz-text):
4451 * progmodes/vera-mode.el (vera-font-lock-number)
4452 (vera-font-lock-function, vera-font-lock-interface):
4453 * textmodes/table.el (table-cell): Use new-style face specs, and
4454 don't use the old :bold and :italic attributes.
4455
4456 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4457 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
4458 (ebrowse-member-class, ebrowse-progress): Likewise.
4459 (ebrowse-tree-mark-face, ebrowse-root-class-face)
4460 (ebrowse-file-name-face, ebrowse-default-face)
4461 (ebrowse-member-attribute-face, ebrowse-member-class-face)
4462 (ebrowse-progress-face): Remove obsolete faces.
4463
4464 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4465 Inherit from error and warning faces respectively.
4466
4467 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4468 Likewise.
4469 (flyspell-incorrect-face, flyspell-duplicate-face):
4470 Remove obsolete aliases.
4471
4472 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
4473
4474 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4475 Avoid infloop.
4476
4477 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 * startup.el (argv, argi): Make lexically scoped.
4480 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
4481 * emacs-lisp/cl-macs.el: Use lexical-binding.
4482 Rename cl-bind-* to cl--bind-*.
4483 * files.el: Don't require `cl' since it doesn't use it.
4484 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
4485
4486 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
4487
4488 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
4489 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
4490 instead of calling external sort utility.
4491 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
4492
4493 2012-06-08 Eli Zaretskii <eliz@gnu.org>
4494
4495 * descr-text.el (describe-char): Mention how to insert the
4496 character, if the current input method doesn't support it.
4497 See the discussion in this thread for the details:
4498 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
4499
4500 2012-06-08 Sam Steingold <sds@gnu.org>
4501
4502 * bindings.el (global-map): Bind XF86Forward to next-buffer and
4503 XF86Back to previous-buffer.
4504 (minibuffer-local-map): Bind them to next-history-element and
4505 previous-history-element respectively.
4506 * help-mode.el (help-mode-map): Bind them to help-go-forward and
4507 help-go-back respectively.
4508 * info.el (Info-mode-map): Bind them to Info-history-forward and
4509 Info-history-back respectively.
4510 These are the keys next to Up on the ThinkPad keyboard.
4511
4512 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
4515 * emacs-lisp/cl-macs.el: Provide itself.
4516 (cl--labels-convert-cache): New var.
4517 (cl--labels-convert): New function.
4518 (cl-flet, cl-labels): New implementation with new semantics, relying on
4519 lexical-binding.
4520 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
4521 (cl-closure-vars, cl--function-convert-cache)
4522 (cl--function-convert): Move from cl-macs.el.
4523 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
4524 rename by removing the "cl-" prefix.
4525 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
4526
4527 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
4530 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
4531 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
4532 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
4533 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
4534 (cl-hash-table-count): Add old compatibility aliases.
4535
4536 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
4537 Use macroexpand-all-environment instead.
4538 (cl--old-macroexpand): New var.
4539 (cl--sm-macroexpand): New function.
4540 (cl-symbol-macrolet): Use it during macro expansion.
4541 (cl--function-convert-cache): New var.
4542 (cl--function-convert): New function, extracted from
4543 cl-macroexpand-all.
4544 (cl-lexical-let): Use it.
4545
4546 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
4547 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
4548 (cl-member): Remove old alias.
4549
4550 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
4551 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
4552 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
4553 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
4554 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
4555 (cl-macroexpand-cmacs): Remove var.
4556 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
4557 Use macroexpand-all instead.
4558
4559 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
4562 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
4563 (macroexp-copyable-p): New functions and macros.
4564 * emacs-lisp/edebug.el (edebug-unwrap):
4565 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
4566 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
4567 (pcase--let*): Remove.
4568 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
4569 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
4570 macroexp-const-p instead.
4571 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
4572
4573 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
4574 instead of "cl-" for internal definitions. Use macroexp-const-p.
4575 (cl-old-bc-file-form): Remove var.
4576 (cl-const-exprs-p): Remove fun.
4577 (cl-labels, cl-macrolet): Use backquote.
4578 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
4579 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
4580 (cl-define-setf-expander): Rename from cl-define-setf-method.
4581 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
4582
4583 * international/mule-cmds.el: Don't require CL.
4584 (view-hello-file): Don't use `letf'.
4585
4586 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * tmm.el (tmm-prompt): Use string-prefix-p.
4589 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
4590 (tmm-add-prompt): Use minibuffer-completion-help.
4591 (tmm-delete-map): Remove.
4592
4593 * subr.el (kbd): Make it its own function.
4594
4595 2012-06-07 Stefan Merten <smerten@oekonux.de>
4596
4597 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
4598 Silence compiler warnings. Fix versions.
4599 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
4600 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
4601 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
4602 (rst-package-emacs-version-alist): Correct Emacs version to
4603 represent major merge with upstream.
4604 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
4605
4606 2012-06-06 Glenn Morris <rgm@gnu.org>
4607
4608 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
4609 Only print environment variables if set.
4610
4611 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4612
4613 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
4614 (macroexp--cons): Rename from maybe-cons.
4615 (macroexp--accumulate): Rename from macroexp-accumulate.
4616 (macroexp--all-forms): Rename from macroexpand-all-forms.
4617 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
4618 (macroexp--expand-all): Rename from macroexpand-all-1.
4619
4620 2012-06-06 Sam Steingold <sds@gnu.org>
4621
4622 * calendar/calendar.el (calendar-in-read-only-buffer):
4623 Call `special-mode' to enable the standard read-only keybindings.
4624
4625 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
4628 with "loading" messages (bug#11635).
4629
4630 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
4631
4632 * files.el (enable-remote-dir-locals): New option.
4633 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
4634
4635 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4636 Ensure, that the temp directory is local.
4637
4638 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
4639 `temporary-file-directory'.
4640
4641 * progmodes/python.el (python-send-region): Ensure, that the
4642 temporary file is created also in the remote case.
4643
4644 2012-06-06 Glenn Morris <rgm@gnu.org>
4645
4646 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
4647 (vc-rcs-update-changelog): Use it.
4648
4649 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
4650
4651 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
4652 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
4653 (vc-sccs-diff): Replace use of the external vcdiff script.
4654
4655 2012-06-05 Glenn Morris <rgm@gnu.org>
4656
4657 * ledit.el: Move to obsolete/.
4658
4659 2012-06-05 Sam Steingold <sds@gnu.org>
4660
4661 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
4662 patch (Bug#11140).
4663
4664 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * emacs-lisp/cust-print.el: Move to obsolete.
4667
4668 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4669 compiler-macro expansion.
4670
4671 Add native compiler-macro support.
4672 * emacs-lisp/macroexp.el (macroexpand-all-1):
4673 Support compiler-macros directly. Properly follow aliases and apply
4674 the compiler macros more thoroughly.
4675 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
4676 macroexpand now properly follows aliases.
4677 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
4678 (cl-compiler-macroexpand): Use new prop.
4679 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
4680
4681 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
4682
4683 2012-06-05 Martin Rudalics <rudalics@gmx.at>
4684
4685 * window.el (get-lru-window, get-mru-window, get-largest-window):
4686 New argument NOT-SELECTED to avoid picking the selected window.
4687 (window--display-buffer-1, window--display-buffer-2): Replace by
4688 new function window--display-buffer
4689 (display-buffer-same-window, display-buffer-reuse-window)
4690 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4691 Use window--display-buffer.
4692 (display-buffer-use-some-window): Remove temporary dedication
4693 hack by calling get-lru-window and get-largest-window with
4694 NOT-SELECTED argument non-nil. Call window--display-buffer.
4695
4696 2012-06-05 Glenn Morris <rgm@gnu.org>
4697
4698 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
4699 Replace external vcdiff script.
4700
4701 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
4704
4705 2012-06-04 Chong Yidong <cyd@gnu.org>
4706
4707 * image.el (imagemagick-types-inhibit): Revert last change.
4708 Add INFO and M.
4709 (imagemagick-enabled-types): Remove CIN and EPS*.
4710
4711 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * emacs-lisp/cl-lib.el: Rename from cl.el.
4714 * emacs-lisp/cl.el: New compatibility file.
4715 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
4716 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
4717 to obey the "cl-" prefix.
4718 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
4719
4720 2012-06-03 Glenn Morris <rgm@gnu.org>
4721
4722 * emacs-lisp/authors.el (authors-aliases): Addition.
4723
4724 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
4725 Fix :version.
4726
4727 2012-06-03 Stefan Merten <smerten@oekonux.de>
4728
4729 * textmodes/rst.el: Add comments.
4730 (rst-transition, rst-adornment): New faces.
4731 (rst-adornment-faces-alist): Make default safe to reevaluate.
4732 Fixes
4733 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
4734 Improve customization tags.
4735 (rst-define-level-faces): Clarify meaning.
4736
4737 2012-06-03 Chong Yidong <cyd@gnu.org>
4738
4739 * progmodes/compile.el (compilation-mode-line-fail)
4740 (compilation-mode-line-run, compilation-mode-line-exit):
4741 New faces.
4742 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
4743
4744 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
4745
4746 * progmodes/which-func.el (which-func-update-ediff-windows):
4747 New function. Use it in ediff-select-hook (Bug#11478).
4748
4749 2012-06-03 Chong Yidong <cyd@gnu.org>
4750
4751 * bindings.el: Remove explicit help text from format-mode-line.
4752 It is now supplied by mode-line-default-help-echo.
4753 (mode-line-front-space, mode-line-end-spaces)
4754 (mode-line-misc-info): New variables.
4755 (mode-line-modes, mode-line-position): Move the default value to
4756 the variable definition.
4757 (mode-line-default-help-echo): New defcustom.
4758 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
4759 (mode-line-modified-help-echo): New functions.
4760 (mode-line-mule-info, mode-line-modified): Use them.
4761 (mode-line-eol-desc, propertized-buffer-identification):
4762 Consistency fixes for help text.
4763 (mode-line-coding-system-map): Allow using mouse-3 to invoke
4764 set-buffer-file-coding-system (Bug#289).
4765 (mode-line-mule-info-help-echo): Update help text.
4766
4767 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * simple.el (execute-extended-command): Set real-this-command
4770 (bug#11506).
4771
4772 2012-06-02 Chong Yidong <cyd@gnu.org>
4773
4774 Remove incorrect uses of "modeline" in comments, docstrings, and
4775 function/variable names (Bug#10329).
4776
4777 * cus-edit.el (mode-line):
4778 * dframe.el (dframe-mouse-hscroll):
4779 * emacs-lisp/re-builder.el:
4780 * emacs-lisp/easy-mmode.el (define-minor-mode):
4781 * frame.el (set-frame-name):
4782 * help.el (lookup-minor-mode-from-indicator):
4783 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
4784 * progmodes/cc-cmds.el (c-toggle-auto-newline)
4785 (c-toggle-hungry-state):
4786 * progmodes/antlr-mode.el (antlr-language-alist):
4787 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
4788 * progmodes/vhdl-mode.el (vhdl-mode):
4789 * progmodes/which-func.el (which-func, which-func-cleanup-function):
4790 * term/ns-win.el (ns-face-at-pos):
4791 * term/sup-mouse.el (sup-mouse-report):
4792 * textmodes/flyspell.el (flyspell-mode-line-string):
4793 * textmodes/ispell.el (ispell-highlight-face):
4794 * textmodes/reftex-global.el:
4795 * vc/vc-arch.el (vc-arch-mode-line-string):
4796 * vc/vc-cvs.el (vc-cvs-mode-line-string):
4797 * vc/vc-git.el (vc-git-mode-line-string):
4798 * vc/vc-hooks.el (vc-display-status)
4799 (vc-default-mode-line-string):
4800 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
4801
4802 * ansi-color.el (ansi-color-faces-vector): Change default faces.
4803
4804 * dired.el (dired-sort-set-mode-line): Rename from
4805 dired-sort-set-modeline. All callers changed.
4806
4807 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
4808 eshell-status-in-modeline.
4809
4810 * foldout.el (foldout-mode-line-string): Rename from
4811 foldout-modeline-string. All callers changed.
4812 (foldout-update-mode-line): Rename from foldout-update-modeline.
4813
4814 * subr.el (redraw-modeline): Make into obsolete alias.
4815
4816 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
4817 timeclock-modeline-display. Make old name an alias.
4818 (timeclock-update-mode-line): Likewise. All callers changed.
4819 (timeclock-mode-line-display): No need to check before using
4820 add-hook.
4821 (timeclock-relative, timeclock-day-over-hook)
4822 (timeclock-use-elapsed, timeclock-mode-string)
4823 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
4824
4825 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
4826 crisp-mode-modeline-string.
4827
4828 * play/solitaire.el (solitaire-build-mode-line): Rename from
4829 solitaire-build-modeline. All callers changed.
4830
4831 * play/zone.el (zone-hiding-mode-line): Rename from
4832 zone-hiding-modeline. All callers changed.
4833 (zone): Remove unusued `modeline-hidden-level' property.
4834
4835 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
4836 xscheme-modeline-initialize. All callers changed.
4837
4838 * strokes.el (strokes-lighter): Rename from
4839 strokes-modeline-string.
4840
4841 * textmodes/sgml-mode.el (html-face-tag-alist)
4842 (html-tag-face-alist): Use mode-line face instead of obsolete
4843 alias modeline.
4844
4845 2012-06-02 Stefan Merten <smerten@oekonux.de>
4846
4847 * textmodes/rst.el: Always require `cl'.
4848 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
4849
4850 2012-06-02 Chong Yidong <cyd@gnu.org>
4851
4852 * image.el (imagemagick-enabled-types): Rename from
4853 imagemagick-types-enable. Add many more types.
4854 (imagemagick-types-inhibit): Change default to nil.
4855 (imagemagick-filter-types): Caller changed.
4856
4857 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * emacs-lisp/cl-macs.el: Use backquotes.
4860 (cl-transform-function-property): Use eval-and-compile rather than
4861 abusing `require'.
4862 (defstruct): Use declare-function instead of with-no-warnings.
4863
4864 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
4865 (byte-compile-output-docform): Re-add the print-circle bindings.
4866 (byte-compile-fix-header): Use #$ just because it's shorter.
4867 (byte-compile-output-file-form): Remove defun/defmacro.
4868
4869 2012-06-01 Martin Rudalics <rudalics@gmx.at>
4870
4871 * simple.el (choose-completion): Remove now obsolete binding for
4872 owindow.
4873
4874 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
4875
4876 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
4877 in order to avoid "Stack overflow in regexp matcher".
4878
4879 2012-05-31 Glenn Morris <rgm@gnu.org>
4880
4881 * image.el: For clarity, call imagemagick-register-types at
4882 top-level, rather than relying on a custom :initialize.
4883 (imagemagick-types-enable): New option. (Bug#11557)
4884 (imagemagick-filter-types): New function. (Bug#7406)
4885 (imagemagick-register-types): Use imagemagick-filter-types.
4886 If disabling support, remove elements altogether rather
4887 than using an impossible regexp.
4888 (imagemagick-types-inhibit): Give it the default init function.
4889
4890 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
4893 Handle arbitrary file name lengths (Bug#11585).
4894
4895 2012-05-31 Martin Rudalics <rudalics@gmx.at>
4896
4897 * desktop.el (desktop-read): Clear previous and next buffers for
4898 all windows and bury *Messages* buffer (bug#11556).
4899
4900 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 Add `declare' for `defun'. Align `defmacro's with it.
4903 * emacs-lisp/easy-mmode.el (define-minor-mode)
4904 (define-globalized-minor-mode): Don't autoload the var definitions.
4905 * emacs-lisp/byte-run.el: Use lexical-binding.
4906 (defun-declarations-alist, macro-declarations-alist): New vars.
4907 (defmacro, defun): Use them.
4908 (make-obsolete, define-obsolete-function-alias)
4909 (make-obsolete-variable, define-obsolete-variable-alias):
4910 Use `declare'.
4911 (macro-declaration-function): Mark obsolete.
4912 * emacs-lisp/autoload.el: Use lexical-binding.
4913 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
4914
4915 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4916
4917 * textmodes/ispell.el (ispell-with-no-warnings):
4918 Define as a macro.
4919 (ispell-kill-ispell, ispell-change-dictionary):
4920 Use `called-interactively-p' for Emacs instead of obsolete
4921 `interactive-p'.
4922
4923 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
4926 (macro-declaration-function): Move var from C code.
4927 (macro-declaration-function): Define function with defalias.
4928 * emacs-lisp/macroexp.el (macroexpand-all-1):
4929 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
4930 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
4931 defun/defmacro any more.
4932 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
4933 Provide fallback for unknown arglist.
4934 (byte-compile-arglist-warn): Change calling convention.
4935 (byte-compile-output-file-form): Move print-vars binding.
4936 (byte-compile-output-docform): Simplify accordingly.
4937 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
4938 (byte-compile-defmacro-declaration): Remove.
4939 (byte-compile-file-form-defmumble): Generalize to defalias.
4940 (byte-compile-output-as-comment): Return byte-positions.
4941 Simplify callers accordingly.
4942 (byte-compile-lambda): Use `assert'.
4943 (byte-compile-defun, byte-compile-defmacro): Remove.
4944 (byte-compile-file-form-defalias):
4945 Use byte-compile-file-form-defmumble.
4946 (byte-compile-defalias-warn): Remove.
4947
4948 2012-05-29 Stefan Merten <smerten@oekonux.de>
4949
4950 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
4951 possible. Fix authors. Improve comments. Improve loading of `cl'.
4952
4953 (rst-mode-abbrev-table): Merge definition.
4954 (rst-mode): Make sure `font-lock-defaults' is buffer local.
4955 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
4956
4957 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
4958
4959 * calendar/icalendar.el
4960 (icalendar-export-region): Export UID properly.
4961
4962 2012-05-29 Leo Liu <sdl.web@gmail.com>
4963 * calendar/icalendar.el (icalendar-import-format):
4964 Add `icalendar-import-format-uid' (Bug#11525).
4965 (icalendar-import-format-uid): New.
4966 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
4967 Export UID.
4968
4969 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
4972 different alternative patterns.
4973 (pcase-codegen): Be more careful to preserve identity.
4974 (pcase--u1): Don't forget to mark vars as used.
4975
4976 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
4977 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
4978 (byte-compile-from-buffer): ...rather than here.
4979
4980 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
4981 functions from byte-compile-function-environment.
4982
4983 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
4984
4985 * window.el (window-deletable-p): Avoid deleting the root window
4986 of a frame with an active minibuffer.
4987
4988 2012-05-29 Martin Rudalics <rudalics@gmx.at>
4989
4990 * simple.el (choose-completion): Use quit-window (Bug#11567).
4991
4992 2012-05-29 Chong Yidong <cyd@gnu.org>
4993
4994 * whitespace.el (whitespace-cleanup): Fix usage of
4995 whitespace-empty-at-bob-regexp (Bug#11492).
4996
4997 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4998
4999 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
5000 revert (Bug#11488).
5001
5002 2012-05-29 Juri Linkov <juri@jurta.org>
5003
5004 * isearch.el (isearch-mode-map): Bind `M-s _' to
5005 `isearch-toggle-symbol'. Bind `M-s c' to
5006 `isearch-toggle-case-fold'.
5007 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
5008 (isearch-forward): Add `M-s _' to the docstring.
5009 (isearch-forward-symbol, isearch-toggle-case-fold)
5010 (isearch-symbol-regexp): New functions. (Bug#11381)
5011
5012 2012-05-29 Juri Linkov <juri@jurta.org>
5013
5014 * isearch.el (isearch-word): Add docstring. (Bug#11381)
5015 (isearch-occur, isearch-search-and-update): If `isearch-word' is
5016 a function, call it to get the regexp.
5017 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
5018 property `isearch-message-prefix' instead of the string "word ".
5019 (isearch-search-fun-default): For the case of `isearch-word',
5020 return a lambda that calls re-search-forward/re-search-backward
5021 with a regexp returned by `word-search-regexp' or by the function
5022 in `isearch-word'.
5023
5024 2012-05-29 Juri Linkov <juri@jurta.org>
5025
5026 * isearch.el (isearch-search-fun-default): New function.
5027 (isearch-search-fun): Move default part to the new function
5028 `isearch-search-fun-default'.
5029 (isearch-search-fun-function): Set the default value to
5030 `isearch-search-fun-default'. (Bug#11381)
5031
5032 * comint.el (comint-history-isearch-end):
5033 Use `isearch-search-fun-default'.
5034 (comint-history-isearch-search): Use `isearch-search-fun-default'
5035 and remove spacial case for `isearch-word'.
5036 (comint-history-isearch-wrap): Remove spacial case for
5037 `isearch-word'.
5038
5039 * hexl.el (hexl-isearch-search-function):
5040 Use `isearch-search-fun-default'.
5041
5042 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
5043 Use `word-search-regexp' for `isearch-word'.
5044
5045 * misearch.el (multi-isearch-search-fun):
5046 Use `isearch-search-fun-default'.
5047
5048 * simple.el (minibuffer-history-isearch-search):
5049 Use `isearch-search-fun-default' and remove spacial case for
5050 `isearch-word'.
5051 (minibuffer-history-isearch-wrap): Remove spacial case for
5052 `isearch-word'.
5053
5054 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
5055 Remove spacial case for `isearch-word'.
5056 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
5057
5058 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5059
5060 Decrease XEmacs incompatibilities.
5061 * textmodes/flyspell.el (flyspell-check-pre-word-p):
5062 Use `string-match'.
5063 (flyspell-delete-region-overlays): Use alternative definition for
5064 XEmacs.
5065 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
5066 (flyspell-word): Use `process-kill-without-query' if XEmacs.
5067 (flyspell-mode-on): Use `interactive-p' if XEmacs.
5068 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
5069 `define-obsolete-face-alias' under XEmacs, but old method.
5070
5071 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
5072 `with-no-warnings' definition or Emacs alias.
5073 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
5074 (ispell-word): Do not use `region-p' if XEmacs.
5075
5076 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5077
5078 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5079 Check for `ispell-dictionary-base-alist' instead of full
5080 `ispell-dictionary-alist'.
5081 (ispell-init-process): Show spellchecker when starting new Ispell
5082 process.
5083
5084 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5085
5086 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
5087 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
5088
5089 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
5090
5091 * version.el (motif-version-string, gtk-version-string)
5092 (ns-version-string): Declare.
5093
5094 2012-05-27 Juri Linkov <juri@jurta.org>
5095
5096 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
5097 after the `eval-defun-1' specialcaseing
5098 like in `edebug-eval-defun' (bug#10181).
5099
5100 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
5101 like in `eval-defun-1'.
5102
5103 2012-05-27 Eli Zaretskii <eliz@gnu.org>
5104
5105 * mail/sendmail.el (mail-yank-region):
5106 Recognize rmail-yank-current-message in addition to insert-buffer.
5107 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
5108 a *mail* buffer created through rmail-start-mail with sendmail as
5109 mail-user-agent.
5110
5111 2012-05-27 Chong Yidong <cyd@gnu.org>
5112
5113 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
5114 Default to 256 (Bug#11267).
5115
5116 * help.el (describe-mode): Doc fix.
5117
5118 2012-05-26 Glenn Morris <rgm@gnu.org>
5119
5120 * w32-fns.el (w32-init-info): Remove.
5121 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
5122
5123 * info.el (info-initialize): For self-contained NS builds, put the
5124 included info/ directory at the front. (Bug#2791)
5125
5126 * paths.el (Info-default-directory-list): Make it a defcustom,
5127 mainly so that we can use custom-initialize-delay.
5128
5129 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * subr.el (buffer-has-markers-at): Mark obsolete.
5132
5133 * subr.el (lambda): Use declare.
5134
5135 * emacs-lisp/lisp-mode.el (lambda):
5136 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
5137
5138 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5139
5140 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
5141
5142 2012-05-26 Glenn Morris <rgm@gnu.org>
5143
5144 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
5145
5146 2012-05-25 Glenn Morris <rgm@gnu.org>
5147
5148 * paths.el: Remove no-byte-compile.
5149 * loadup.el: No need to load paths.el uncompiled.
5150
5151 * image.el (imagemagick-types-inhibit): Doc fix.
5152
5153 * version.el: Remove no-byte-compile and associated formatting.
5154 * loadup.el: No need to load version.el uncompiled. AFAICS, this
5155 is ancient code from when there was an "inc-vers.el".
5156
5157 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5158
5159 * progmodes/gdb-mi.el: Minor style changes.
5160 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
5161 Turn into minor modes.
5162 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
5163 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
5164 (gdb-shell): Remove unneeded let-binding.
5165 (gdb-get-many-fields): Eliminate O(n²) behavior.
5166
5167 2012-05-25 Eli Zaretskii <eliz@gnu.org>
5168
5169 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
5170 platforms that don't link in fontset.c.
5171
5172 2012-05-25 Juri Linkov <juri@jurta.org>
5173
5174 Use the same diff color scheme as in modern VCSes (bug#10181).
5175
5176 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
5177 to avoid confusion with `diff-added' that now uses green colors.
5178 (diff-removed): Use shades of red.
5179 (diff-added): Use shades of green.
5180 (diff-changed): Leave just the yellow color.
5181 (diff-use-changed-face): New variable.
5182 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
5183 how to highlight context diff changes.
5184 (diff-refine-change): Use shades of yellow.
5185 (diff-refine-removed): New face that uses shades of red.
5186 (diff-refine-added): New face that uses shades of green.
5187 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
5188 `diff-refine-removed' in the call to `smerge-refine-subst'
5189 depending on the value of `diff-use-changed-face'.
5190
5191 * vc/smerge-mode.el (smerge-mine): Use shades of red.
5192 (smerge-other): Use shades of green.
5193 (smerge-base): Use shades of yellow.
5194 (smerge-refined-change): Empty face.
5195 (smerge-refined-removed): New face that uses shades of red.
5196 (smerge-refined-added): New face that uses shades of green.
5197 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
5198 args `props-r' and `props-a', and use them. Doc fix.
5199 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
5200 on its value use different faces `smerge-refined-change',
5201 `smerge-refined-removed', `smerge-refined-added' in the call to
5202 `smerge-refine-subst'.
5203
5204 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
5205 Add face condition `min-colors 88' with shades of red.
5206 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
5207 `min-colors 88' with shades of green.
5208 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
5209 `min-colors 88' with shades of yellow.
5210
5211 2012-05-24 Glenn Morris <rgm@gnu.org>
5212
5213 * paths.el (prune-directory-list, remote-shell-program): Move to...
5214 * files.el (prune-directory-list, remote-shell-program): ...here.
5215 For the latter, delay initialization, prefer ssh, just search PATH.
5216
5217 * paths.el (term-file-prefix): Move to faces.el (the only user).
5218 * faces.el (term-file-prefix): Move here, make it a defcustom.
5219
5220 * paths.el (news-directory, news-path, news-inews-program):
5221 Move to gnus/nnspool.el.
5222
5223 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
5224
5225 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
5226 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
5227 Make the latter a defcustom, with a delayed initialization.
5228
5229 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
5230 These were deleted from Gnus itself late 2010.
5231
5232 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
5233
5234 * progmodes/which-func.el (which-func-ff-hook):
5235 Check against user-error, not error.
5236
5237 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5238 cl-specs.el, which no longer exists.
5239
5240 2012-05-22 Glenn Morris <rgm@gnu.org>
5241
5242 * info.el (info-emacs-bug): New command.
5243 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
5244 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
5245
5246 2012-05-21 Glenn Morris <rgm@gnu.org>
5247
5248 * makefile.w32-in (update-subdirs-SH):
5249 * Makefile.in (update-subdirs): Update for moved update-subdirs.
5250
5251 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
5254
5255 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5256 Simplify Maven regexp, and make sure the file can't start with a space
5257 (bug#11517).
5258
5259 2012-05-21 Glenn Morris <rgm@gnu.org>
5260
5261 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5262 Scrap superfluous subshells.
5263
5264 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
5267 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
5268
5269 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
5270
5271 * calc/calc.el (calc-ensure-consistent-units): New variable.
5272
5273 * calc/calc-units.el (math-consistent-units-p)
5274 (math-check-unit-consistency): New functions.
5275 (calc-quick-units, calc-convert-units):
5276 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
5277 is non-nil.
5278 (calc-extract-units): Fix typo.
5279
5280 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
5283
5284 * textmodes/flyspell.el: Commenting style, plus code simplifications.
5285 (flyspell-default-deplacement-commands): Don't spell check after
5286 repeated window/frame switches (e.g. triggered by mouse-movement).
5287 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
5288 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
5289 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
5290 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
5291 Remove unused vars.
5292 (flyspell-get-casechars, flyspell-get-not-casechars):
5293 Simplify; Don't bother removing a ] just to add it back.
5294 * textmodes/ispell.el (ispell-program-name): Use executable-find.
5295
5296 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5297
5298 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
5299 New functions.
5300 (math-function-table): Add support for more C functions.
5301
5302 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5303
5304 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5305 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5306 Protect delay handling for otherchars against empty otherchars.
5307
5308 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
5311 their respective macro declarations.
5312 * skeleton.el (define-skeleton):
5313 * progmodes/compile.el (define-compilation-mode):
5314 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
5315 (define-ibuffer-filter):
5316 * emacs-lisp/generic.el (define-generic-mode):
5317 * emacs-lisp/easy-mmode.el (define-minor-mode)
5318 (define-globalized-minor-mode):
5319 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
5320 * emacs-lisp/byte-run.el (defsubst):
5321 * custom.el (deftheme): Add doc-string metadata.
5322
5323 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
5326
5327 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
5330
5331 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
5332 * emacs-lisp/cl-macs.el: Idem.
5333 * emacs-lisp/cl-specs.el: Remove.
5334
5335 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 Minor renaming of internal CL functions and variables.
5338 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
5339 (cl--position): Rename from cl-position.
5340 (cl--delete-duplicates): Rename from cl-delete-duplicates.
5341 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
5342 (cl--random-state): Rename from *random-state*.
5343
5344 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
5347 parens around the arg list (bug#11499).
5348
5349 2012-05-17 Juri Linkov <juri@jurta.org>
5350
5351 * isearch.el (word-search-regexp, word-search-backward)
5352 (word-search-forward, word-search-backward-lax)
5353 (word-search-forward-lax): Move functions from search.c
5354 (bug#10145, bug#11381).
5355
5356 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5357
5358 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5359 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5360 Delay for otherchars as for normal word components.
5361
5362 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * minibuffer.el (completion--sifn-requote): Fix last change.
5365 (minibuffer-local-must-match-filename-map):
5366 Move define-obsolete-variable-alias before its var.
5367
5368 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5369
5370 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
5371
5372 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
5373 behavior.
5374 (completion--string-equal-p): New function.
5375 (completion--twq-all): Use it to get better assertion failure data.
5376
5377 Only handle ".." and '..' quoting in shell-mode (bug#11466).
5378 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
5379 (shell--requote-argument): New functions.
5380 (shell-completion-vars): Use them.
5381 (shell--parse-pcomplete-arguments): Rename from
5382 shell-parse-pcomplete-arguments.
5383 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
5384 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
5385 Obey comint-file-name-quote-list.
5386
5387 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
5388 (smie-indent-keyword): Use it.
5389
5390 2012-05-14 Stefan Merten <smerten@oekonux.de>
5391
5392 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
5393
5394 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * net/rlogin.el (rlogin-mode-map): Fix last change.
5397
5398 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
5399
5400 * mail/smtpmail.el (smtpmail-send-command): Send the command and
5401 the following \r\n using a single `process-send-string', since the
5402 Lotus SMTP server refuses to accept any commands if they are sent
5403 with two `process-send-string's (Bug#11444).
5404
5405 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * shell.el (shell-parse-pcomplete-arguments):
5408 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
5409
5410 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5411
5412 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
5413 (image-transform-scale, image-transform-right-angle-fudge): New vars.
5414 (image-transform-width, image-transform-fit-width): New functions.
5415 (image-transform-properties): Use them.
5416 (image-transform-check-size): New function.
5417 (image-toggle-display-image): Use it (for testing).
5418 (image-transform-set-rotation): Reduce angle mod 360.
5419 Delete obsolete comment.
5420
5421 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5422
5423 * image-mode.el: Fix scaling (bug#11399).
5424 (image-transform-resize): Doc fix.
5425 (image-transform-properties): Default scale is 1 and height should
5426 be an integer.
5427
5428 2012-05-13 Johan Bockgård <bojohan@gnu.org>
5429
5430 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
5431 than hard-coding `car', to fix misbehavior when moving forward.
5432
5433 2012-05-13 Chong Yidong <cyd@gnu.org>
5434
5435 * emacs-lisp/tabulated-list.el (tabulated-list-format)
5436 (tabulated-list-entries, tabulated-list-padding)
5437 (tabulated-list-sort-key): Make permanent-local.
5438
5439 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
5440 (electric-buffer-list): Put electric buffer menu
5441 command descriptions in this docstring, instead of the docstring
5442 of electric-buffer-menu-mode. Code cleanups.
5443 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
5444 Electric-buffer-menu-mode.
5445 (electric-buffer-update-highlight): Minor code cleanup.
5446
5447 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
5448
5449 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
5450 (Bug#11447)
5451
5452 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5453
5454 Move define-obsolete-variable-alias before the var's definition.
5455 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
5456 * tooltip.el (tooltip-hook):
5457 * textmodes/reftex-toc.el (reftex-toc-map):
5458 * textmodes/reftex-sel.el (reftex-select-label-map)
5459 (reftex-select-bib-map):
5460 * textmodes/reftex-index.el (reftex-index-map)
5461 (reftex-index-phrases-map):
5462 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
5463 * progmodes/meta-mode.el (meta-mode-map):
5464 * novice.el (disabled-command-hook):
5465 * loadhist.el (unload-hook-features-list):
5466 * frame.el (blink-cursor):
5467 * files.el (find-file-not-found-hooks, write-file-hooks)
5468 (write-contents-hooks):
5469 * emulation/tpu-edt.el (GOLD-map):
5470 * emacs-lock.el (emacs-lock-from-exiting):
5471 * emacs-lisp/generic.el (generic-font-lock-defaults):
5472 * emacs-lisp/chart.el (chart-map):
5473 * dos-fns.el (register-name-alist):
5474 * dired-x.el (dired-omit-files-p):
5475 * desktop.el (desktop-enable):
5476 * cus-edit.el (custom-mode-hook):
5477 * buff-menu.el (buffer-menu-mode-hook):
5478 * bookmark.el (bookmark-read-annotation-text-func)
5479 (bookmark-exit-hooks):
5480 * allout.el (allout-mode-deactivate-hook)
5481 (allout-exposure-change-hook, allout-structure-added-hook)
5482 (allout-structure-deleted-hook, allout-structure-shifted-hook):
5483 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
5484 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
5485 comes before the corresponding variable's definition.
5486
5487 2012-05-12 Chong Yidong <cyd@gnu.org>
5488
5489 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
5490 (Buffer-menu-mouse-select): Restore function (Bug#11459).
5491 (Buffer-menu-mode-map): Bind it.
5492 (Buffer-menu--pretty-name): Add a mouse-face property.
5493
5494 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
5497 (prolog-upper-case-string, prolog-lower-case-string)
5498 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
5499 (prolog-use-smie, prolog-smie-grammar): New vars.
5500 (prolog-smie-forward-token, prolog-smie-backward-token)
5501 (prolog-smie-rules): New funs.
5502 (prolog-comment-indent): Remove.
5503 (prolog-mode-variables): Use default comment indentation instead.
5504 Setup SMIE.
5505 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
5506 (prolog-mode): Don't call them any more.
5507 (prolog-electric-colon, prolog-electric-dash)
5508 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
5509
5510 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
5511
5512 * minibuffer.el (completion--twq-all): Again, allow case differences.
5513
5514 * term.el: Move keymap initialization code to be more idiomatic.
5515 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
5516 (term-terminal-menu): Move initialization into declaration.
5517 (term-escape-char): Let the user set it in her .emacs.
5518
5519 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
5520 Provide SMIE-based indentation (not enabled by default yet).
5521 (sh-mode-map): Don't bind electric keys.
5522 Use electric-pair-mode instead of skeleton-pair.
5523 (sh-assignment-regexp): Fit within 80 columns.
5524 (sh-indent-supported): Specify actual shell name instead of boolean.
5525 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
5526 (sh-maybe-here-document): Use it. Make obsolete.
5527 (sh-electric-here-document-mode) New minor mode.
5528 (sh-mode): Use it. Don't set sh-indent-supported-here here.
5529 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
5530 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
5531 (sh-smie-rc-grammar, sh-use-smie): New vars.
5532 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
5533 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
5534 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
5535 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
5536 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
5537 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
5538 (sh-set-shell): Use smie-setup if requested.
5539
5540 * term.el (term-set-escape-char): Properly set term-escape-char.
5541 See http://stackoverflow.com/questions/10524656.
5542
5543 2012-05-10 Chong Yidong <cyd@gnu.org>
5544
5545 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
5546 Use url-generic-parse-url, and handle host names and Windows
5547 filenames properly.
5548 (ffap-url-unwrap-remote): Use url-generic-parse-url.
5549 (ffap-url-unwrap-remote): Accept list values, specifying a list of
5550 URL schemes to work on.
5551 (ffap--toggle-read-only): New function.
5552 (ffap-read-only, ffap-read-only-other-window)
5553 (ffap-read-only-other-frame): Use it.
5554 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
5555 necessary for ffap-url-unwrap-remote.
5556
5557 2012-05-10 Dave Abrahams <dave@boostpro.com>
5558
5559 * cus-start.el (create-lockfiles): Add it.
5560
5561 2012-05-09 Chong Yidong <cyd@gnu.org>
5562
5563 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
5564 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
5565
5566 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5567
5568 * shell.el (shell-completion-vars): Fix last change (bug#11348).
5569
5570 2012-05-09 Chong Yidong <cyd@gnu.org>
5571
5572 * ansi-color.el (ansi-color-process-output): Check for validity of
5573 comint-last-output-start before using it. This avoids a bad
5574 interaction with gdb-mi's input/output buffer.
5575
5576 2012-05-09 Glenn Morris <rgm@gnu.org>
5577
5578 * files.el (dir-locals-read-from-file):
5579 Mention dir-locals in any error message.
5580
5581 2012-05-09 Chong Yidong <cyd@gnu.org>
5582
5583 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
5584 package (Bug#11410).
5585
5586 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
5587 variables into description.
5588
5589 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
5592 shell-delimiter-argument-list (bug#11348).
5593 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
5594
5595 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
5596
5597 * textmodes/rst.el: Silence byte-compiler warnings.
5598 (rst-re-alist, rst-reset-section-caches): Move around.
5599 (rst-re): Use `characterp', not `char-valid-p'.
5600 (font-lock-beg, font-lock-end): Declare.
5601
5602 * progmodes/idlw-shell.el (specs): Remove reference to deleted
5603 variable `idlwave-shell-activate-alt-keybindings' and simplify.
5604
5605 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
5606
5607 2012-05-08 Glenn Morris <rgm@gnu.org>
5608
5609 * files.el (auto-mode-alist): Treat ".make" like ".mk".
5610
5611 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * vc/log-edit.el: Add GNU coding standards highlighting.
5614 (log-edit-font-lock-gnu-style)
5615 (log-edit-font-lock-gnu-keywords): New vars.
5616 (log-edit-font-lock-keywords): New fun.
5617 (log-edit-mode): Don't fold case in font-lock.
5618 (log-edit-font-lock-keywords): Do not assume case-folding.
5619
5620 * imenu.el: Misc cleanup. Make docstrings out of comments.
5621 Use lexical-binding.
5622 (imenu--index-alist, imenu--last-menubar-index-alist)
5623 (imenu-menubar-modified-tick): Use defvar-local.
5624 (imenu--split-menu): Remove unused var.
5625 (imenu--cleanup-seen): Declare as global.
5626 (imenu--cleanup): Use dolist.
5627
5628 * subr.el (defvar-local): Add debug spec and doc-string position.
5629
5630 2012-05-08 Glenn Morris <rgm@gnu.org>
5631
5632 * language/burmese.el, language/cham.el, language/czech.el:
5633 * language/english.el, language/georgian.el, language/greek.el:
5634 * language/japanese.el, language/khmer.el, language/korean.el:
5635 * language/lao.el, language/misc-lang.el, language/romanian.el:
5636 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
5637 * language/thai.el, language/utf-8-lang.el:
5638 Remove no-byte-compile setting.
5639
5640 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
5641
5642 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5643
5644 * progmodes/make-mode.el (makefile-browse):
5645 Remove unnecessary interactive. (Bug#11324)
5646
5647 2012-05-07 Glenn Morris <rgm@gnu.org>
5648
5649 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
5650
5651 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
5652
5653 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5654
5655 * loadup.el: Preload newcomment.el.
5656 * newcomment.el: Move autoload-only code to toplevel.
5657
5658 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
5659 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5660 Handle new :right-align column property.
5661 (tabulated-list-print-col): Idem, plus use `display' text-property to
5662 try and preserve alignment for variable pitch fonts.
5663
5664 2012-05-07 Chong Yidong <cyd@gnu.org>
5665
5666 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
5667 (tabulated-list-use-header-line): New var.
5668 (tabulated-list-init-header): Use it.
5669 (tabulated-list-print-fake-header): New function.
5670 (tabulated-list-print): Use it.
5671 (tabulated-list-sort-button-map): Add non-header-line commands.
5672 (tabulated-list-init-header): Add column name property to basic
5673 labels as well.
5674 (tabulated-list-col-sort): Handle non-header-line button case.
5675 (tabulated-list--sort-by-column-name): Fix a corner case.
5676
5677 * buff-menu.el (list-buffers--refresh):
5678 Handle Buffer-menu-use-header-line.
5679
5680 2012-05-06 Chong Yidong <cyd@gnu.org>
5681
5682 * buff-menu.el: Convert to Tabulated List mode.
5683 (Buffer-menu-buffer+size-width): Make obsolete.
5684 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
5685 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
5686 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
5687 documentation into docstring of buffer-menu.
5688 (Buffer-menu-toggle-files-only): Add an informative message.
5689 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
5690 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
5691 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
5692 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
5693 (Buffer-menu-execute, Buffer-menu-select)
5694 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
5695 (Buffer-menu-bury): Use Tabulated List machinery.
5696 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
5697 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
5698 Delete.
5699 (list-buffers--refresh): New function.
5700 (list-buffers-noselect): Use it.
5701 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
5702 (Buffer-menu--pretty-file-name): New helper functions.
5703
5704 * loadup.el: Preload tabulated-list.
5705
5706 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
5707 tabulated-list-sort-column.
5708 (tabulated-list-init-header): Add the initial aligning space even
5709 if tabulated-list-padding is zero.
5710
5711 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
5712
5713 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
5714 whose cdr is not a cons cell correctly (bug#11038).
5715
5716 2012-05-06 Chong Yidong <cyd@gnu.org>
5717
5718 * emacs-lisp/tabulated-list.el (tabulated-list-format):
5719 Accept additional plist in column descriptors.
5720 (tabulated-list-init-header): Obey it.
5721 (tabulated-list-get-entry): New function.
5722 (tabulated-list-put-tag): Use it. Use string-width instead of
5723 length.
5724 (tabulated-list--column-number): New function.
5725 (tabulated-list-print): Use it.
5726 (tabulated-list-print-col): New function.
5727 Set `tabulated-list-column-name' property on each column's text.
5728 (tabulated-list-print-entry): Use it.
5729 (tabulated-list-delete-entry, tabulated-list-set-col):
5730 New functions.
5731 (tabulated-list-sort-column): New command (Bug#11337).
5732
5733 * buff-menu.el (list-buffers): Move C-x C-b binding from
5734 buff-menu.el to bindings.el.
5735
5736 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
5737 :advertised-binding feature.
5738
5739 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
5740
5741 * progmodes/compile.el (compilation-internal-error-properties):
5742 Calculate start position correctly when end-col is set but
5743 end-line is not (Bug#11382).
5744
5745 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
5746
5747 * man.el (Man-unindent): Use text-property-default-nonsticky to
5748 prevent untabify from inheriting face properties (Bug#11408).
5749
5750 2012-05-05 Stefan Merten <smerten@oekonux.de>
5751
5752 * textmodes/rst.el: Major merge with upstream development up to
5753 Docutils SVN r7399 / rst.el V1.2.1.
5754
5755 Clarify maintainership and authors.
5756
5757 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
5758 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
5759 (rst-official-version, rst-official-cvs-rev, rst-version)
5760 (rst-package-emacs-version-alist): New functions and variables
5761 for version information.
5762
5763 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
5764 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
5765 (rst-mode-syntax-table, rst-mode): New and corrected functions
5766 and variables representing reStructuredText features.
5767
5768 (rst-re): New function for reStructuredText regexes. Use in
5769 many places.
5770
5771 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
5772 (rst-mode-map): Rebind keys.
5773
5774 (rst-mode-lazy, rst-font-lock-keywords)
5775 (rst-font-lock-extend-region)
5776 (rst-font-lock-extend-region-internal)
5777 (rst-font-lock-extend-region-extend)
5778 (rst-font-lock-find-unindented-line-limit)
5779 (rst-font-lock-find-unindented-line-match)
5780 (rst-adornment-level, rst-font-lock-adornment-level)
5781 (rst-font-lock-adornment-match)
5782 (rst-font-lock-handle-adornment-pre-match-form)
5783 (rst-font-lock-handle-adornment-matcher): Major revision of
5784 font-locking. Integrate with other code. Use `jit-lock-mode'.
5785
5786 (rst-preferred-adornments, rst-adjust-hook)
5787 (rst-new-adornment-down, rst-preferred-bullets)
5788 (rst-preferred-bullets, rst-indent, rst-indent-width)
5789 (rst-indent-field, rst-indent-literal-normal)
5790 (rst-indent-literal-minimized, rst-indent-comment): Change,
5791 extend and improve customization.
5792
5793 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
5794 (rst-normalize-cursor-position, rst-get-decoration)
5795 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
5796 (rst-rstrip, rst-toc-insert-find-delete-contents)
5797 (rst-shift-fill-region, rst-compute-bullet-tabs)
5798 (rst-debug-print-tabs, rst-debug-mark-found)
5799 (rst-shift-region-guts, rst-shift-region-right)
5800 (rst-shift-region-left, rst-use-char-classes)
5801 (rst-font-lock-keywords-function)
5802 (rst-font-lock-indentation-point)
5803 (rst-font-lock-find-unindented-line-begin)
5804 (rst-font-lock-find-unindented-line-end)
5805 (rst-font-lock-find-unindented-line)
5806 (rst-font-lock-adornment-point, rst-font-lock-level)
5807 (rst-adornment-level-alist): Remove functions and variables.
5808
5809 (rst-compare-adornments, rst-get-adornment-match)
5810 (rst-suggest-new-adornment, rst-get-adornments-around)
5811 (rst-adornment-complete-p, rst-get-next-adornment)
5812 (rst-adjust-adornment, rst-display-adornments-hierarchy)
5813 (rst-straighten-adornments): Standardize function names to
5814 use "adornment" instead of "decoration". Correct callers.
5815 Similar standardizing in many places.
5816
5817 (rst-update-section, rst-adjust, rst-promote-region)
5818 (rst-enumerate-region, rst-bullet-list-region)
5819 (rst-repeat-last-character): Correct use of `interactive'.
5820
5821 (rst-classify-adornment, rst-find-all-adornments)
5822 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
5823 (rst-find-leftmost-column, rst-repeat-last-character):
5824 Refactor functions.
5825
5826 (rst-find-title-line, rst-reset-section-caches)
5827 (rst-get-adornments-around, rst-adjust-adornment-work)
5828 (rst-arabic-to-roman, rst-roman-to-arabic)
5829 (rst-insert-list-pos, rst-insert-list-new-item)
5830 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
5831 New functions.
5832
5833 (rst-all-sections, rst-section-hierarchy)
5834 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
5835 New variables.
5836
5837 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
5838 configuration instead of only buffer. Change where necessary.
5839
5840 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
5841 (rst-shift-region, rst-adaptive-fill): New functions for
5842 indentation and filling.
5843
5844 (rst-comment-line-break, rst-comment-indent)
5845 (rst-comment-insert-comment, rst-comment-region)
5846 (rst-uncomment-region): New functions for handling comments.
5847
5848 (rst-compile): Quote shell arguments.
5849
5850 (rst-compile-pdf-preview, rst-compile-slides-preview):
5851 Delete temporary files after use.
5852
5853 2012-05-05 Glenn Morris <rgm@gnu.org>
5854
5855 * calendar/cal-html.el: Optionally include holidays in the output.
5856 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
5857 (cal-html-holidays): New option.
5858 (cal-html-css-default): Add holiday entry.
5859 (holiday-in-range): Autoload it.
5860 (cal-html-htmlify-entry): Add optional class argument.
5861 (cal-html-htmlify-list): Add optional holidays argument.
5862 (cal-html-insert-agenda-days): Include holidays in the output.
5863 (cal-html-one-month): Maybe include holidays.
5864
5865 * calendar/holidays.el (holiday-in-range):
5866 Move here from cal-tex-list-holidays.
5867 * calendar/cal-tex.el (cal-tex-list-holidays):
5868 Make it an obsolete alias for holiday-in-range. Update all callers.
5869
5870 2012-05-05 Chong Yidong <cyd@gnu.org>
5871
5872 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
5873 Nextstep.
5874
5875 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
5876
5877 * files.el (file-auto-mode-skip): New var.
5878 (set-auto-mode-1): Use it.
5879
5880 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * repeat.el: Use lexical-binding.
5883 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
5884 (repeat-undo-count): Remove.
5885 (repeat):
5886 * progmodes/octave-mod.el (octave-abbrev-start):
5887 * progmodes/f90.el (f90-abbrev-start):
5888 * face-remap.el (text-scale-adjust):
5889 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
5890
5891 * emacs-lisp/pcase.el (pcase--let*): New function.
5892 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
5893 a bit more.
5894 (pcase--split-pred): Be more clever about ruling out overlap between
5895 a predicate and some constant pattern.
5896 (pcase--q1): Use `null' instead of (eq foo nil).
5897
5898 * subr.el (setq-local, defvar-local): New macros.
5899 (kbd): Redefine as an alias.
5900 (with-selected-window): Leave unrelated frames alone.
5901 (set-temporary-overlay-map): New function.
5902
5903 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5904
5905 * subr.el (user-error): New function.
5906 * window.el (switch-to-buffer):
5907 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
5908 (smerge-match-conflict):
5909 * simple.el (previous-matching-history-element)
5910 (next-matching-history-element, goto-history-element, undo-more)
5911 (undo-start):
5912 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
5913 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
5914 (next-file, tags-loop-scan, list-tags, complete-tag):
5915 * progmodes/compile.el (compilation-loop):
5916 * mouse.el (mouse-minibuffer-check):
5917 * man.el (Man-bgproc-sentinel, Man-goto-page):
5918 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
5919 (Info-history-forward, Info-follow-reference, Info-menu)
5920 (Info-extract-menu-item, Info-extract-menu-counting)
5921 (Info-forward-node, Info-backward-node, Info-next-menu-item)
5922 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
5923 (Info-next-reference, Info-prev-reference, Info-index)
5924 (Info-index-next, Info-follow-nearest-node)
5925 (Info-copy-current-node-name):
5926 * imenu.el (imenu--make-index-alist)
5927 (imenu-default-create-index-function, imenu-add-to-menubar):
5928 * files.el (basic-save-buffer, recover-file):
5929 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5930 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5931 (checkdoc-message-text, checkdoc-defun):
5932 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
5933 * cus-edit.el (customize-changed-options, customize-rogue)
5934 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
5935 (custom-variable-mark-to-reset-standard)
5936 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
5937 (custom-file):
5938 * completion.el (check-completion-length):
5939 * comint.el (comint-search-arg)
5940 (comint-previous-matching-input-string-position)
5941 (comint-previous-matching-input)
5942 (comint-replace-by-expanded-history-before-point, comint-send-input)
5943 (comint-copy-old-input, comint-backward-matching-input)
5944 (comint-goto-process-mark, comint-set-process-mark):
5945 * calendar/calendar.el (calendar-cursor-to-date): Use it.
5946 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
5947
5948 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * dabbrev.el (dabbrev--ignore-case-p): New function.
5951 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
5952 Use it.
5953
5954 * files.el (automount-dir-prefix): Mark as obsolete.
5955
5956 2012-05-04 Glenn Morris <rgm@gnu.org>
5957
5958 * patcomp.el, play/bruce.el: Move to obsolete/.
5959
5960 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
5961
5962 Fix minor Y10k bugs.
5963 * arc-mode.el (archive-unixdate):
5964 * autoinsert.el (auto-insert-alist):
5965 * calc/calc-forms.el (math-this-year):
5966 * emacs-lisp/copyright.el (copyright-current-year)
5967 (copyright-update-year, copyright):
5968 * tar-mode.el (tar-clip-time-string):
5969 * time.el (display-time-update):
5970 Don't assume years have 4 digits.
5971
5972 2012-05-04 Chong Yidong <cyd@gnu.org>
5973
5974 * dos-w32.el (file-name-buffer-file-type-alist)
5975 (direct-print-region-use-command-dot-com):
5976 * ffap.el (ffap-menu-regexp):
5977 * find-file.el (ff-special-constructs):
5978 * follow.el (follow-debug):
5979 * forms.el (forms--debug):
5980 * iswitchb.el (iswitchb-all-frames):
5981 * ido.el (ido-all-frames):
5982 * emacs-lisp/timer.el (timer-max-repeats):
5983 * mail/feedmail.el (feedmail-mail-send-hook)
5984 (feedmail-mail-send-hook-queued):
5985 * mail/footnote.el (footnote-signature-separator):
5986 * mail/mailabbrev.el (mail-alias-separator-string)
5987 (mail-abbrev-mode-regexp):
5988 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
5989 * progmodes/idlwave.el (idlwave-libinfo-file)
5990 (idlwave-default-completion-case-is-down)
5991 (idlwave-library-routines): Convert defvars to defcustoms.
5992
5993 * mail/rmail.el (rmail-decode-mime-charset):
5994 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
5995 (idlwave-shell-fix-inserted-breaks)
5996 (idlwave-shell-activate-alt-keybindings)
5997 (idlwave-shell-use-breakpoint-glyph):
5998 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
5999
6000 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6001
6002 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
6003
6004 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
6005
6006 * progmodes/verilog-mode.el (font-lock-keywords):
6007 Fix mis-highligting auto. Reported by Craig Barner.
6008 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
6009 defines from global name space. Reported by Dan Dever.
6010 (verilog-auto-reset, verilog-auto-reset-widths)
6011 (verilog-auto-tieoff): Support using unbased numbers for
6012 AUTORESET and AUTOTIEOFF.
6013 (verilog-submit-bug-report): Update variable list.
6014 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
6015 parenthesis from not matching. Reported by Michael Rytting.
6016 (verilog-auto-template-lint): Fix hash error when linting modules
6017 with no used templates.
6018 (verilog-warn, verilog-warn-error)
6019 (verilog-warn-fatal): When non-interactive report multiple
6020 warnings before exiting. Suggested by Brad Dobbie.
6021 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
6022 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
6023 to report unused template errors. Reported by Brad Dobbie.
6024 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
6025 nets, bug438. Reported by Vns Blore.
6026 (verilog-auto-inout-module, verilog-auto-reg)
6027 (verilog-read-decls, verilog-read-sub-decls-sig)
6028 (verilog-signals-edit-wire-reg, verilog-signals-with):
6029 Fix passing of Verilog data types in ANSI input/output ports
6030 such as "output logic" into the AUTOs. Special case "wire" and
6031 "reg" for backwards compatibility presuming Verilog 2001.
6032 (verilog-auto-ascii-enum): Add "auto enum" as alias.
6033 (verilog-preprocess): Fix replication of preprocess output.
6034 Reported by Brad Dobbie.
6035 (verilog-auto-inst-interfaced-ports):
6036 Create verilog-auto-inst-interfaced-ports, bug429.
6037 Reported by Julian Gorfajn.
6038 (verilog-after-save-font-hook)
6039 (verilog-before-save-font-hook): New variable.
6040 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
6041 (verilog-save-font-mods): Wrap disabling fontification, reported
6042 by David Rogoff.
6043 (verilog-do-indent, verilog-pretty-declarations-auto)
6044 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
6045 Reported by Pierre-David Pfister.
6046 (verilog-set-auto-endcomments): Fix endtask auto comments outside
6047 of class declarations, bug292. Reported by Kevin Heilman.
6048 (verilog-read-decls): Fix 'parameter type' not appearing in
6049 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
6050 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
6051 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
6052 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
6053 Reported by David Kravitz.
6054
6055 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
6056
6057 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
6058 assignment with tests in ifs and for loops.
6059 (verilog-extended-complete-re, verilog-complete-reg): Change so
6060 that DPI inport functions don't look like fuction declarations.
6061 (verilog-pretty-expr): Don't line up assignment
6062 operations to the test and increment in if and for loops
6063 (verilog-extended-complete-re, verilog-complete-reg): Change so
6064 that DPI inport functions don't look like fuction declarations.
6065
6066 2012-05-03 Kenichi Handa <handa@m17n.org>
6067
6068 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
6069 decoding, and show a warning message without signaling an error
6070 (Bug#11282).
6071
6072 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * emacs-lisp/bytecomp.el
6075 (byte-compile-file-form-custom-declare-variable): Compile all elements,
6076 since cconv.el might have introduced :fun-body, internal-make-closure,
6077 and friends for bytecomp to handle (bug#11391).
6078 * custom.el (defcustom): Avoid ((λ ..) ..).
6079
6080 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6081
6082 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
6083
6084 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
6085
6086 * notifications.el (dbus-debug):
6087 * term/linux.el (gpm-mouse-enable):
6088 * term/screen.el (xterm-register-default-colors): Declare.
6089
6090 2012-05-02 Chong Yidong <cyd@gnu.org>
6091
6092 * cus-start.el (gc-cons-percentage, exec-suffixes)
6093 (dos-display-scancodes, dos-hyper-key, dos-super-key)
6094 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
6095 (make-cursor-line-fully-visible, void-text-area-pointer)
6096 (font-list-limit): Add customization data.
6097
6098 * allout.el (allout-exposure-change-functions)
6099 (allout-structure-added-functions)
6100 (allout-structure-deleted-functions)
6101 (allout-structure-shifted-functions): Rename abnormal hooks from
6102 *-hook, and convert to defcustoms.
6103 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
6104 Convert to defcustoms.
6105 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
6106
6107 * allout-widgets.el: Hook callers changed.
6108
6109 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6110
6111 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
6112 the yanked message in preference to the default value of
6113 buffer-file-coding-system.
6114
6115 2012-05-02 Martin Rudalics <rudalics@gmx.at>
6116
6117 * window.el (display-buffer--action-function-custom-type):
6118 Fix entry.
6119
6120 2012-05-02 Alan Mackenzie <acm@muc.de>
6121
6122 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
6123
6124 2012-05-01 Glenn Morris <rgm@gnu.org>
6125
6126 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
6127
6128 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
6129
6130 * cus-edit.el (custom-variable-documentation): Simplify with format.
6131
6132 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6133 Stefan Monnier <monnier@iro.umontreal.ca>
6134
6135 * simple.el (suggest-key-bindings, execute-extended-command):
6136 Move from keyboard.c.
6137
6138 2012-05-01 Chong Yidong <cyd@gnu.org>
6139
6140 * follow.el: Eliminate advice.
6141 (set-process-filter, process-filter, sit-for): Advice deleted.
6142 (follow-mode-off-hook): Obsolete hook removed.
6143 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
6144 Vars deleted.
6145 (follow-auto): Use a :set function.
6146 (follow-mode): Rewritten. Don't advise process filters.
6147 (follow-switch-to-current-buffer-all, follow-scroll-up)
6148 (follow-scroll-down): Assume follow-mode is bound.
6149 (follow-comint-scroll-to-bottom)
6150 (follow-align-compilation-windows): New functions.
6151 (follow--window-sorter): New function.
6152 (follow-all-followers): Use it to explicitly sort windows by their
6153 positions; don't make assumptions about next-window order.
6154 (follow-windows-start-end, follow-delete-other-windows-and-split)
6155 (follow-calc-win-start): Doc fix.
6156 (follow-windows-aligned-p, follow-select-if-visible): Don't call
6157 vertical-motion unnecessarily.
6158 (follow-adjust-window): New function.
6159 (follow-post-command-hook): Use it.
6160 (follow-call-set-process-filter, follow-call-process-filter)
6161 (follow-intercept-process-output, follow-tidy-process-filter-alist)
6162 (follow-stop-intercept-process-output, follow-generic-filter):
6163 Functions deleted.
6164 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
6165 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
6166 New functions, replacing advice on scroll-bar-* commands.
6167 (follow-mwheel-scroll): New function (Bug#4112).
6168
6169 * comint.el (comint-adjust-point): New function.
6170 (comint-postoutput-scroll-to-bottom): Use it.
6171 Call follow-comint-scroll-to-bottom for Follow mode buffers.
6172
6173 2012-05-01 Glenn Morris <rgm@gnu.org>
6174
6175 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
6176 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
6177 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
6178 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
6179 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
6180 Remove no-byte-compile setting.
6181
6182 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * minibuffer.el (completion-table-with-quoting): Fix compatibility
6185 all-completions code to not return a number in the last cdr.
6186
6187 2012-04-30 Leo Liu <sdl.web@gmail.com>
6188
6189 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
6190 read-only error.
6191
6192 2012-04-29 Chong Yidong <cyd@gnu.org>
6193
6194 * follow.el (follow-calc-win-end): Rewrite to handle partial
6195 screen lines correctly (Bug#8390).
6196 (follow-avoid-tail-recenter): Minor cleanup.
6197
6198 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 Avoid the obsolete `assoc' package.
6201 * speedbar.el (speedbar-refresh): Avoid adelete.
6202 (speedbar-file-lists): Simplify and avoid aput.
6203 * man.el (Man--sections, Man--refpages): New vars, replacing
6204 Man-sections-alist and Man-refpages-alist.
6205 (Man-build-section-alist, Man-build-references-alist):
6206 Use them; avoid aput.
6207 (Man--last-section, Man--last-refpage): New vars.
6208 (Man-follow-manual-reference): Use them.
6209 Use the `default' arg of completing-read.
6210 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
6211
6212 2012-04-27 Chong Yidong <cyd@gnu.org>
6213
6214 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
6215
6216 * startup.el (x-apply-session-resources): New function.
6217
6218 * term/ns-win.el (ns-initialize-window-system):
6219 * term/w32-win.el (w32-initialize-window-system):
6220 * term/x-win.el (x-initialize-window-system): Use it to properly
6221 set menu-bar-mode and other vars from X resources, even if the
6222 initial frame is not a window-system frame (Bug#2299).
6223
6224 * subr.el (read-key): Avoid running filter function when setting
6225 up temporary tool bar entries (Bug#9922).
6226
6227 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
6228
6229 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
6230 (Bug#11344)
6231
6232 2012-04-27 Chong Yidong <cyd@gnu.org>
6233
6234 * select.el (xselect--encode-string): New function, split from
6235 xselect-convert-to-string.
6236 (xselect-convert-to-string): Use it.
6237 (xselect-convert-to-filename, xselect-convert-to-os)
6238 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
6239 returned strings are properly encoded (Bug#11315).
6240
6241 2012-04-27 Chong Yidong <cyd@gnu.org>
6242
6243 * simple.el (delete-active-region): Move to killing custom group.
6244
6245 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
6246
6247 * progmodes/which-func.el (which-func-current): Quote %
6248 characters for mode-line processing.
6249
6250 2012-04-27 Chong Yidong <cyd@gnu.org>
6251
6252 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
6253 reaching eob (Bug#11286).
6254
6255 2012-04-27 Eli Zaretskii <eliz@gnu.org>
6256
6257 * progmodes/gdb-mi.el (gdb-control-level): New variable.
6258 (gdb): Make it buffer-local and init to zero.
6259 (gdb-control-commands-regexp): New variable.
6260 (gdb-send): Don't wrap in "-interpreter-exec console" if
6261 gdb-control-level is positive. Increment gdb-control-level
6262 whenever the command matches gdb-control-commands-regexp, and
6263 decrement it each time the command is "end". (Bug#11279)
6264
6265 2012-04-27 Martin Rudalics <rudalics@gmx.at>
6266
6267 * window.el (adjust-window-trailing-edge, enlarge-window)
6268 (shrink-window, window-resize):
6269 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
6270 windows (Bug#11276).
6271
6272 2012-04-27 Chong Yidong <cyd@gnu.org>
6273
6274 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
6275 fix "missing prefix" warning. All callers changed.
6276
6277 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * emacs-lisp/assoc.el: Move to obsolete/.
6280
6281 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
6284
6285 * term/ns-win.el (ns-define-service):
6286 * progmodes/pascal.el (pascal-goto-defun):
6287 * progmodes/js.el (js--read-tab):
6288 * progmodes/etags.el (tags-lazy-completion-table):
6289 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
6290 * emacs-lisp/ewoc.el (ewoc--wrap):
6291 * emacs-lisp/assoc.el (aput, adelete, amake):
6292 * doc-view.el (doc-view-convert-current-doc):
6293 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
6294
6295 2012-04-26 Chong Yidong <cyd@gnu.org>
6296
6297 * image.el (image-type-from-buffer): Only return supported image
6298 type (Bug#9045).
6299
6300 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
6301 value, for symmetry with diff-end-of-hunk.
6302 (diff-split-hunk, diff-find-source-location)
6303 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
6304 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
6305 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
6306 compute the relevant hunk or file properly (Bug#6005).
6307 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
6308
6309 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6310
6311 * vc/vc-mtn.el:
6312 * vc/vc-hg.el:
6313 * vc/vc-git.el:
6314 * vc/vc-dir.el:
6315 * vc/vc-cvs.el:
6316 * vc/vc-bzr.el:
6317 * vc/vc-arch.el:
6318 * vc/vc.el: Replace lexical-let by lexical-binding.
6319 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
6320 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
6321 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
6322
6323 2012-04-26 Chong Yidong <cyd@gnu.org>
6324
6325 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
6326 (diff-mode-shared-map): Bind it to / and [remap undo].
6327
6328 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
6329 (ediff-window-setup-function): Use it as the default, to set up
6330 windows based on whether the current frame is graphical (Bug#2138).
6331 (ediff-choose-window-setup-function-automatically): Make obsolete.
6332
6333 * vc/ediff-init.el: Always define ediff-pixel-width/height.
6334
6335 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * ffap.el: Remove old code for obsolete package.
6338 (ffap-complete-as-file-p): Remove.
6339
6340 Use completion-table-with-quoting for comint and pcomplete.
6341 * comint.el (comint--unquote&requote-argument)
6342 (comint--unquote-argument, comint--requote-argument): New functions.
6343 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
6344 (comint-quote-filename): Use regexp-opt-charset.
6345 (comint--common-suffix, comint--common-quoted-suffix)
6346 (comint--table-subvert): Remove.
6347 (comint-unquote-function, comint-requote-function): New vars.
6348 (comint--complete-file-name-data): Use them with
6349 completion-table-with-quoting.
6350 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
6351 * pcomplete.el (pcomplete-arg-quote-list)
6352 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
6353 (pcomplete-unquote-argument-function): Default to non-nil.
6354 (pcomplete-unquote-argument): Simplify.
6355 (pcomplete--common-quoted-suffix): Remove.
6356 (pcomplete-requote-argument-function): New var.
6357 (pcomplete--common-suffix): New function.
6358 (pcomplete-completions-at-point): Use completion-table-with-quoting
6359 and completion-table-subvert.
6360
6361 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
6362 (minibuffer--double-dollars): Preserve properties.
6363 (completion--sifn-requote): New function.
6364 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
6365
6366 * minibuffer.el: Add support for completion of quoted/escaped data.
6367 (completion-table-with-quoting, completion-table-subvert): New funs.
6368 (completion--twq-try, completion--twq-all): New functions.
6369 (completion--nth-completion): New function.
6370 (completion-try-completion, completion-all-completions): Use it.
6371
6372 2012-04-25 Leo Liu <sdl.web@gmail.com>
6373
6374 * progmodes/python.el (python-pdbtrack-get-source-buffer):
6375 Use compilation-message if available to find real filename.
6376
6377 2012-04-25 Chong Yidong <cyd@gnu.org>
6378
6379 * vc/diff-mode.el (diff-setup-whitespace): New function.
6380 (diff-mode): Use it.
6381
6382 * vc/diff.el (diff-sentinel):
6383 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
6384 Whitespace mode variables based on diff style (Bug#8612).
6385
6386 2012-04-25 Leo Liu <sdl.web@gmail.com>
6387
6388 * progmodes/python.el (python-send-region): Add suffix .py to the
6389 temp file.
6390
6391 * files.el (auto-mode-alist): Use javascript-mode instead.
6392
6393 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
6394
6395 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
6396
6397 * net/soap-client.el (soap-resolve-references-for-sequence-type)
6398 (soap-resolve-references-for-array-type): Hack to prevent self
6399 references, see Bug#9.
6400 (soap-parse-envelope): Report the contents of the 'detail' node
6401 when receiving a fault reply.
6402 (soap-parse-envelope): Report the contents of the entire 'detail' node.
6403
6404 * net/soap-inspect.el (soap-sample-value-for-simple-type)
6405 (soap-inspect-simple-type): New function.
6406
6407 * net/soap-client.el (soap-simple-type): New struct.
6408 (soap-default-xsd-types, soap-default-soapenc-types)
6409 (soap-decode-basic-type, soap-encode-basic-type):
6410 support unsignedInt and double basic types.
6411 (soap-resolve-references-for-simple-type)
6412 (soap-parse-simple-type, soap-encode-simple-type): New function.
6413 (soap-parse-schema): Parse xsd:simpleType declarations.
6414
6415 * net/soap-client.el (soap-default-xsd-types)
6416 (soap-default-soapenc-types): Add integer, byte and anyURI types.
6417 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
6418 the local name of "soapenc:Array".
6419 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
6420 decoding integer, byte and anyURI xsd types.
6421
6422 2012-04-25 Chong Yidong <cyd@gnu.org>
6423
6424 * cus-edit.el (custom-buffer-create-internal): Update header text.
6425
6426 2012-04-25 Eli Zaretskii <eliz@gnu.org>
6427
6428 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
6429 settings on 'system-type', not on 'window-system'. On MS-Windows,
6430 set interactive-mode on in GDB.
6431
6432 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6433
6434 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
6435 (ruby-syntax-propertize-regexp): Remove.
6436 (ruby-syntax-propertize-function): Split regexp into chunks.
6437 Match following code directly.
6438
6439 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
6440
6441 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
6442 (ruby-syntax-propertize-regexp): New function.
6443 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
6444 by a special keyword.
6445
6446 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
6447 (ruby-syntax-general-delimiters-goto-beg)
6448 (ruby-syntax-propertize-general-delimiters): New functions.
6449 (ruby-syntax-propertize-function): Use them to handle GDL.
6450 (ruby-font-lock-keywords): Move old handling of GDL...
6451 (ruby-font-lock-syntactic-keywords): .. to here.
6452 (ruby-calculate-indent): Adjust indentation for GDL.
6453
6454 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
6455
6456 * notifications.el (top): Remove unneeded declarations.
6457 (notifications-specification-version): Change to "1.2".
6458 (notifications-interface, notifications-notify-method)
6459 (notifications-close-notification-method): Fix docstring.
6460 (notifications-get-capabilities-method): New defconst.
6461 (notifications-notify): Add :action-items, :resident and
6462 :transient hints. Change "image_data" to "image-data" and
6463 "image_path" to "image-path".
6464 (notifications-get-capabilities): New defun.
6465
6466 2012-04-24 Leo Liu <sdl.web@gmail.com>
6467
6468 * progmodes/python.el: Move hideshow setup to the end.
6469
6470 2012-04-24 Martin Rudalics <rudalics@gmx.at>
6471
6472 * window.el (handle-select-window): Clear echo area since this is
6473 no more done by read_char (Bug#11304).
6474
6475 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
6478 and `/ M' to filter-derived-mode.
6479 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
6480 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6481 (ibuffer-mark-by-mode): Use default rather than initial-input.
6482 (ibuffer-filter-by-derived-mode): Autoload and require-match.
6483
6484 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
6485
6486 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
6487 (ibuffer-filter-by-derived-mode): New filter.
6488 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
6489
6490 2012-04-23 Andreas Politz <politza@fh-trier.de>
6491
6492 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
6493
6494 2012-04-23 Chong Yidong <cyd@gnu.org>
6495
6496 * cus-edit.el (customize-apropos, customize-apropos-options):
6497 Disable matching of non-option variables (Bug#11176).
6498 (customize-option, customize-option-other-window)
6499 (customize-changed-options): Doc fix.
6500 (customize-apropos-options, customize-apropos-faces)
6501 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
6502
6503 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
6504 Fix word list splitting (Bug#11132).
6505 (apropos-symbol, apropos-keybinding, apropos-label)
6506 (apropos-property, apropos-function-button)
6507 (apropos-variable-button, apropos-misc-button): New faces.
6508 (apropos-symbol-face, apropos-keybinding-face)
6509 (apropos-label-face, apropos-property-face, apropos-match-face):
6510 Variables removed (Bug#8396).
6511 (apropos-library-button, apropos-format-plist, apropos-print)
6512 (apropos-print-doc, apropos-describe-plist): Callers changed.
6513
6514 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
6515
6516 * net/xesam.el (xesam-mode-map): Use let-bound map in
6517 initialization. (Bug#11292)
6518
6519 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6520
6521 Preserve ispell session localwords when switching back to
6522 original buffer.
6523
6524 * textmodes/ispell.el (ispell-buffer-session-localwords):
6525 New buffer-local variable to hold buffer session localwords.
6526 (ispell-kill-ispell): Add option 'clear to delete session
6527 localwords.
6528 (ispell-command-loop, ispell-change-dictionary)
6529 (ispell-buffer-local-words): Preserve session localwords when
6530 needed.
6531
6532 * textmodes/flyspell.el (flyspell-process-localwords)
6533 (flyspell-do-correct): Preserve session localwords when needed.
6534
6535 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6536
6537 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
6538 using obsolete `translation-table-for-input'.
6539 (ispell-word, ispell-process-line, ispell-complete-word):
6540 Use plain `insert' instead of removed `ispell-insert-word'.
6541
6542 2012-04-22 Chong Yidong <cyd@gnu.org>
6543
6544 * cus-edit.el (custom-variable-menu)
6545 (custom-variable-reset-saved, custom-face-menu)
6546 (custom-face-reset-saved): If there is no saved value, make the
6547 "reset-saved" operation bring back the default (Bug#9509).
6548 (custom-face-state): Properly detect themed faces.
6549
6550 * faces.el (face-spec-set): Stop supporting deprecated form of
6551 third arg.
6552
6553 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
6554
6555 Move functions from C to Lisp. Make non-blocking method calls
6556 the default. Implement further D-Bus standard interfaces.
6557
6558 * net/dbus.el (dbus-message-internal): Declare function.
6559 Remove unneeded function declarations.
6560 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
6561 (dbus-message-type-method-return, dbus-message-type-error)
6562 (dbus-message-type-signal): Declare variables. Remove local
6563 definitions.
6564 (dbus-interface-dbus, dbus-interface-peer)
6565 (dbus-interface-introspectable, dbus-interface-properties)
6566 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
6567 Adapt docstring.
6568 (dbus-interface-objectmanager): New defconst.
6569 (dbus-call-method, dbus-call-method-asynchronously)
6570 (dbus-send-signal, dbus-method-return-internal)
6571 (dbus-method-error-internal, dbus-register-service)
6572 (dbus-register-signal, dbus-register-method): New defuns, moved
6573 from dbusbind.c
6574 (dbus-call-method-handler, dbus-setenv)
6575 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
6576 New defuns.
6577 (dbus-call-method-non-blocking): Make it an obsolete function.
6578 (dbus-unregister-object, dbus-unregister-service)
6579 (dbus-handle-event, dbus-register-property)
6580 (dbus-property-handler): Obey the new structure of
6581 `bus-registered-objects'.
6582 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
6583 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6584 Use `dbus-call-method'.
6585
6586 2012-04-22 Chong Yidong <cyd@gnu.org>
6587
6588 * cus-edit.el (custom-commands, custom-reset-menu)
6589 (Custom-reset-standard): Tweak labels.
6590 (custom-reset-button-menu): Change default to t.
6591 (custom-buffer-create-internal): For the custom-reset-button-menu
6592 case, put the revert button first.
6593 (custom-group-subtitle): New face.
6594 (custom-group-value-create): Align docstring to a specific column.
6595
6596 * wid-edit.el (widget-documentation-link-add): Don't handle
6597 indentation in this function.
6598 (widget-documentation-string-indent-to): New function.
6599 (widget-documentation-string-value-create): Use it.
6600
6601 * autorevert.el (auto-revert):
6602 * epg-config.el (epg):
6603 * ibuffer.el (ibuffer):
6604 * mpc.el (mpc):
6605 * ses.el (ses):
6606 * eshell/eshell.el (eshell):
6607 * net/ange-ftp.el (ange-ftp):
6608 * progmodes/ebnf2ps.el (postscript):
6609 * progmodes/flymake.el (flymake):
6610 * progmodes/prolog.el (prolog):
6611 * progmodes/verilog-mode.el (verilog-mode):
6612 * progmodes/which-func.el (which-func):
6613 * term/xterm.el (xterm):
6614 * textmodes/picture.el (picture):
6615 * textmodes/tildify.el (tildify):
6616 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
6617 customization buffers.
6618
6619 2012-04-22 Alan Mackenzie <acm@muc.de>
6620
6621 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6622 Adding a ) can hide the resulting (..) from searches. Fix it.
6623 Bound the backward search to the position of the existing (.
6624
6625 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
6626
6627 * progmodes/verilog-mode.el (verilog-mode): Check whether
6628 which-func-modes is t before adding verilog-mode.
6629 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
6630
6631 2012-04-21 Leo Liu <sdl.web@gmail.com>
6632
6633 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
6634
6635 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
6636
6637 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
6638 filling of the last column of a table (Bug#5635).
6639 (woman-find-next-control-line): New arg, specifying an additional
6640 regexp component for the control line.
6641 (woman2-roff-buffer): Use it.
6642 (woman-break-table): New function.
6643 (woman2-TS): Use it.
6644
6645 2012-04-21 Chong Yidong <cyd@gnu.org>
6646
6647 * woman.el (woman-set-buffer-display-table, woman-decode-region)
6648 (woman-horizontal-escapes, woman-negative-vertical-space)
6649 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
6650 (WoMan-warn-ignored): Use ?\s instead of ?\ .
6651
6652 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * minibuffer.el (completion-file-name-table): Complete user names.
6655
6656 2012-04-20 Leo Liu <sdl.web@gmail.com>
6657
6658 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
6659 and pcase-let*.
6660
6661 2012-04-20 Chong Yidong <cyd@gnu.org>
6662
6663 * server.el (server-execute): Respect initial-buffer-choice if it
6664 is a string and there are no files to open (Bug#2825).
6665 (server-create-window-system-frame, server-create-tty-frame):
6666 Don't switch buffers here.
6667 (server-process-filter): Only try to open a window system frame if
6668 compiled with graphical support (Bug#8314).
6669
6670 2012-04-20 Dan Nicolaescu <dann@gnu.org>
6671
6672 * battery.el (battery-echo-area-format): Display remaining time
6673 for sysfs backend too (Bug#11269).
6674 (battery-linux-sysfs): Fix conditional for the charge.
6675
6676 2012-04-20 Chong Yidong <cyd@gnu.org>
6677
6678 * progmodes/gdb-mi.el (gdb): Revert previous change.
6679 (gdb-inferior-io--init-proc): New function.
6680 (gdb-init-1): Use it.
6681 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
6682 responsible for allocating a new pty and hooking it to gdb when
6683 the old pty gets an EIO due to process exit.
6684 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
6685 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
6686 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
6687
6688 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6689
6690 * window.el (window-min-size, window-sizable, window-min-delta)
6691 (window-max-delta, window--resizable, window-resizable)
6692 (window-total-size, window-full-height-p, window-full-width-p)
6693 (window-in-direction, window--resize-mini-window, window-resize)
6694 (window--resize-child-windows-normal)
6695 (window--resize-child-windows, window--resize-siblings)
6696 (window--resize-this-window, adjust-window-trailing-edge)
6697 (enlarge-window, shrink-window): Doc fixes.
6698
6699 2012-04-20 Chong Yidong <cyd@gnu.org>
6700
6701 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
6702 New function to call delete-process on the gdb-inferior buffer's pty.
6703 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
6704 pty process (Bug#11273).
6705 (gdb-update): New arg to suppress talking to the gdb process.
6706 (gdb-done-or-error): Use it.
6707 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
6708 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
6709 sentinel not being called.
6710
6711 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
6712
6713 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
6714
6715 2012-04-20 Glenn Morris <rgm@gnu.org>
6716
6717 * net/network-stream.el (open-network-stream): Doc fix.
6718
6719 2012-04-20 Chong Yidong <cyd@gnu.org>
6720
6721 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
6722
6723 2012-04-20 Alan Mackenzie <acm@muc.de>
6724
6725 Ensure searching for keywords is case sensitive.
6726
6727 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6728 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
6729 (c-defun-name, c-mark-function, c-cpp-define-name)
6730 (c-comment-indent, c-scan-conditionals, c-indent-defun)
6731 (c-context-line-break): Bind case-fold-search to nil.
6732
6733 * progmodes/cc-mode.el (c-font-lock-fontify-region):
6734 Bind case-fold-search to nil.
6735
6736 2012-04-20 Chong Yidong <cyd@gnu.org>
6737
6738 * mail/sendmail.el (mail-bury): Call return action with the right
6739 Rmail buffer (Bug#11242).
6740
6741 * server.el (server-process-filter): Handle corner case where both
6742 tty and nowait options are present (Bug#11102).
6743
6744 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6745
6746 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6747 (top level): Put into the executable the ident-style '$Id:' tag on
6748 windows-nt as well.
6749
6750 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * electric.el (electric-indent-post-self-insert-function): Check that
6753 electric-indent-mode is enabled in current buffer.
6754
6755 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
6756
6757 * imenu.el (imenu-progress-message): Restore; it is "used" in
6758 erc/erc-imenu.el and net/snmp-mode.el.
6759
6760 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
6761
6762 * avoid.el (mouse-avoidance-mode): Mark unused arg.
6763 (mouse-avoidance-nudge-mouse): Remove unused binding.
6764
6765 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
6766
6767 * descr-text.el (describe-char):
6768 * progmodes/python.el (python-describe-symbol):
6769 Don't call `toggle-read-only', set `buffer-read-only'.
6770
6771 * imenu.el (imenu-default-goto-function): Mark unused args.
6772 (imenu-progress-message): Remove obsolete macro; all callers changed.
6773
6774 * subr.el (keymap-canonicalize): Remove unused binding.
6775 (read-passwd): Mark unused arg.
6776
6777 * tutorial.el (tutorial--display-changes): Remove unused binding.
6778 (tutorial--save-tutorial-to): Remove unused variable.
6779
6780 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
6781 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
6782 (package-generate-autoloads, package-menu--generate)
6783 (package-menu--find-upgrades): Remove unused bindings.
6784
6785 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
6786 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
6787 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
6788 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
6789 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
6790 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
6791 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
6792 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
6793 (cua-delete-char-rectangle): Mark unused args.
6794 (cua-align-rectangle): Remove unused binding.
6795
6796 * mail/rmail.el (compilation--message->loc)
6797 (epa--find-coding-system-for-mime-charset): Declare.
6798
6799 * net/dbus.el (dbus-register-service): Declare.
6800 (dbus-name-owner-changed-handler): Remove unused binding.
6801
6802 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
6803 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
6804 (nxml-scan-backward-within): Mark unused arg.
6805 (nxml-dynamic-markup-word): Remove unused binding.
6806
6807 * mouse.el (mouse-menu-major-mode-map):
6808 * emacs-lisp/authors.el (authors-scan-change-log)
6809 (authors-add-to-author-list):
6810 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
6811 * emacs-lisp/smie.el (smie-auto-fill):
6812 * mail/sendmail.el (mail-bury):
6813 * mail/unrmail.el (unrmail):
6814 * net/tls.el (open-tls-stream):
6815 * textmodes/picture.el (picture-mouse-set-point):
6816 Remove unused bindings.
6817
6818 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
6819
6820 * net/tramp.el (tramp-action-password): Let-bind
6821 `enable-recursive-minibuffers' to t.
6822
6823 2012-04-18 Sam Steingold <sds@gnu.org>
6824
6825 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
6826 instead of 'string to accommodate values like [f11].
6827 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
6828 * progmodes/gdb-mi.el: Likewise.
6829
6830 2012-04-18 Leo Liu <sdl.web@gmail.com>
6831
6832 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
6833 current buffer.
6834 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
6835 LOCAL is nil.
6836
6837 2012-04-18 Chong Yidong <cyd@gnu.org>
6838
6839 * simple.el (line-move): Use forward-line if in batch mode
6840 (Bug#11053).
6841
6842 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
6843
6844 * files.el (after-find-file): Do not try to add a final newline if
6845 the buffer is read-only (Bug#11156).
6846
6847 2012-04-17 Richard Stallman <rms@gnu.org>
6848
6849 * mail/rmail.el (rmail-start-mail):
6850 Pass (rmail-mail-return...) for the return-action.
6851 Pass (rmail-yank-current-message...) for the yank-action.
6852 (rmail-yank-current-message): New function.
6853 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
6854 (rmail-reply): Likewise.
6855 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
6856
6857 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
6858 buffer, not the last. Reject temp buffers. Use the rmail-mode
6859 buffer, not newbuf.
6860
6861 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
6862
6863 * server.el (server-ensure-safe-dir): Simplify.
6864
6865 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6866
6867 * emacs-lisp/smie.el: Provide smarter auto-filling.
6868 (smie-auto-fill): New function.
6869 (smie-setup): Use it.
6870
6871 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
6872
6873 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
6874
6875 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
6876 (comment-indent): Use it.
6877
6878 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
6879
6880 * ses.el: The overall change is to add cell renaming, that is
6881 setting fancy names for cell symbols other than name matching
6882 "\\`[A-Z]+[0-9]+\\'" regexp .
6883 (ses-localvars): Add ses--renamed-cell-symb-list.
6884 (ses-create-cell-variable): New defun.
6885 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
6886 (ses-relocate-formula): Relocate formulas only for cells the
6887 symbols of which are not renamed, i.e. symbols whose names do not
6888 match regexp "\\`[A-Z]+[0-9]+\\'".
6889 (ses-relocate-all): Relocate values only for cells the symbols of
6890 which are not renamed.
6891 (ses-load): Create cells variables as the (ses-cell ...) are read,
6892 in order to check row col consistency with cell symbol name only
6893 for cells that are not renamed.
6894 (ses-replace-name-in-formula): New defun.
6895 (ses-rename-cell): New defun.
6896
6897 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
6898
6899 * progmodes/perl-mode.el (perl-indent-parens-as-block):
6900 New option (bug#11118).
6901 (perl-calculate-indent): Respect it.
6902
6903 2012-04-17 Glenn Morris <rgm@gnu.org>
6904
6905 * dired-aux.el (dired-mark-read-string): Doc fix.
6906
6907 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
6908
6909 * dired-aux.el (dired-mark-read-string): Offer optional completion.
6910 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
6911
6912 2012-04-17 Glenn Morris <rgm@gnu.org>
6913
6914 * mouse.el (mouse-drag-track):
6915 * speedbar.el (speedbar-frame-mode):
6916 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
6917
6918 2012-04-16 Leo Liu <sdl.web@gmail.com>
6919
6920 * progmodes/python.el: Trivial cleanup.
6921
6922 2012-04-16 Glenn Morris <rgm@gnu.org>
6923
6924 * vc/vc.el (vc-string-prefix-p):
6925 * vc/pcvs-util.el (cvs-string-prefix-p):
6926 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
6927 * mpc.el (mpc-string-prefix-p):
6928 Make all of these into obsolete aliases for string-prefix-p.
6929 Update callers.
6930 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
6931
6932 * textmodes/two-column.el: Move custom options to the start.
6933 (frame-width): Remove compat definition.
6934 (2C-associate-buffer, 2C-dissociate):
6935 Use with-current-buffer rather than save-excursion.
6936 (2C-dissociate): Force a mode-line update.
6937 (2C-autoscroll): Use ignore-errors.
6938
6939 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
6940 Autoload trivia.
6941
6942 * emacs-lisp/cl-extra.el (*random-state*):
6943 Remove unnecessary declaration.
6944
6945 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
6946
6947 * play/cookie1.el (cookie-snarf):
6948 Give an explicit error if input file cannot be read.
6949
6950 * play/yow.el (yow-file): Use expand-file-name rather than concat.
6951
6952 * progmodes/perl-mode.el (c-macro-expand):
6953 Remove unnecessary autoload (it is in loaddefs.el).
6954
6955 * textmodes/picture.el (picture-desired-column)
6956 (picture-update-desired-column): Convert comments to doc-strings.
6957 (picture-substitute): Remove function.
6958 (picture-mode-map): Initialize in the defvar.
6959
6960 * woman.el: Remove eval-after-load for tar-mode.
6961 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
6962 (woman-tar-extract-file): Autoload it.
6963
6964 * frame.el (automatic-hscrolling): Make this alias obsolete.
6965
6966 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6967
6968 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
6969 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
6970 (ispell-dictionary-base-alist): Revert to original XEmacs
6971 friendly version for default. [:alpha:] will be added in
6972 `ispell-set-spellchecker-params' if needed.
6973
6974 2012-04-16 Chong Yidong <cyd@gnu.org>
6975
6976 * image.el (imagemagick--file-regexp): New variable.
6977 (imagemagick-register-types): Use it.
6978 (imagemagick-types-inhibit): Add :set function. Allow new value
6979 of t to inhibit all types.
6980
6981 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
6982 so we can preload it.
6983
6984 * loadup.el (fboundp): Preload regexp-opt, needed by
6985 imagemagick-register-types.
6986
6987 2012-04-15 Chong Yidong <cyd@gnu.org>
6988
6989 * frame.el (scrolling): Remove nearly unused customization group.
6990
6991 * scroll-all.el (scroll-all-mode): Move to windows group.
6992
6993 2012-04-15 Chong Yidong <cyd@gnu.org>
6994
6995 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
6996
6997 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 Avoid the use of ((lambda ...) ...) in lexical-binding code.
7000 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
7001
7002 2012-04-15 Glenn Morris <rgm@gnu.org>
7003
7004 * simple.el (process-file-side-effects): Doc fix.
7005
7006 2012-04-15 Glenn Morris <rgm@gnu.org>
7007
7008 * international/mule-cmds.el (set-language-environment): Doc fix.
7009
7010 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
7011
7012 * server.el (server-auth-key, server-generate-key): Doc fixes.
7013 (server-get-auth-key): Doc fix. Use `string-match-p'.
7014 (server-start): Reflow docstring.
7015
7016 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
7017
7018 * server.el (server-generate-key): `called-interactively-p'
7019 requires a parameter.
7020
7021 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
7022
7023 * server.el (server-auth-key): New variable.
7024 (server-generate-key, server-get-auth-key): New function.
7025 (server-start): Use the new variable and functions to allow
7026 setting a permanent server key (bug#9423).
7027
7028 2012-04-14 Leo Liu <sdl.web@gmail.com>
7029
7030 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
7031
7032 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
7033
7034 Spelling fixes.
7035 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
7036 Emacs uses American spelling.
7037
7038 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
7039
7040 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
7041 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
7042 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
7043 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
7044
7045 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * progmodes/which-func.el (which-func-modes): Change default.
7048
7049 2012-04-14 Kim F. Storm <storm@cua.dk>
7050
7051 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
7052 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
7053
7054 2012-04-14 Chong Yidong <cyd@gnu.org>
7055
7056 * custom.el (custom-theme-set-variables): Doc fix.
7057
7058 2012-04-14 Glenn Morris <rgm@gnu.org>
7059
7060 * international/mule.el (set-auto-coding-for-load): Doc fix.
7061
7062 2012-04-14 Alan Mackenzie <acm@muc.de>
7063
7064 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
7065 imenu work again for Objective C Mode. Correct the *-index values,
7066 these having been disturbed by a previous change in 2011-08.
7067
7068 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
7069 Correct two search limits.
7070
7071 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
7074
7075 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
7076
7077 * international/characters.el: Fix sorting.
7078
7079 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7080
7081 * international/characters.el: Add more missing Latin case pairs.
7082
7083 2012-04-14 Glenn Morris <rgm@gnu.org>
7084
7085 * files.el (dir-locals-set-class-variables): Doc fix.
7086
7087 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7088
7089 * international/characters.el: Add set-case-syntax-pair call for
7090 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
7091 counterpart. (Bug#11209)
7092
7093 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
7094
7095 2012-04-14 Glenn Morris <rgm@gnu.org>
7096
7097 * calendar/holidays.el (calendar-check-holidays): Doc fix.
7098
7099 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7100
7101 * textmodes/ispell.el (ispell-dictionary-base-alist):
7102 Add data for Hebrew.
7103
7104 2012-04-14 Chong Yidong <cyd@gnu.org>
7105
7106 * net/rcirc.el (rcirc-cmd-quit):
7107 Revert 2012-03-18 change (Bug#11192).
7108
7109 2012-04-14 Glenn Morris <rgm@gnu.org>
7110
7111 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
7112
7113 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7114
7115 * minibuffer.el (completion-in-region-mode-map):
7116 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
7117
7118 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
7119
7120 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
7121
7122 2012-04-13 Masatake YAMATO <yamato@redhat.com>
7123
7124 * minibuffer.el (minibuffer-local-filename-syntax): New variable
7125 to allow `C-M-f' and `C-M-b' to move to the nearest path
7126 separator (bug#9511).
7127
7128 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
7129
7130 * avoid.el: Require cl when compiling. And also move the
7131 `provide' to the end.
7132
7133 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7134
7135 * avoid.el (mouse-avoidance-banish-position): New variable.
7136 (mouse-avoidance-banish-destination): Use it (bug#10165).
7137
7138 2012-04-13 Leo Liu <sdl.web@gmail.com>
7139
7140 * progmodes/which-func.el (which-func-modes): Add objc-mode.
7141
7142 2012-04-13 Ken Brown <kbrown@cornell.edu>
7143
7144 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
7145 this is no longer needed now that cygstart understands file:// URLs.
7146 (browse-url-filename-alist): For the same reason, don't modify
7147 file:// URLs on Cygwin.
7148
7149 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
7152 the region on shift if the binding is already shifted (bug#11221).
7153
7154 2012-04-12 Glenn Morris <rgm@gnu.org>
7155
7156 * mail/mailpost.el: Move to obsolete/.
7157
7158 2012-04-12 Drew Adams <drew.adams@oracle.com>
7159
7160 * imenu.el (imenu--generic-function): Ignore invisible definitions
7161 (bug#10123).
7162
7163 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
7164
7165 * hexl.el (hexl-bits): New variable.
7166 (hexl-options): Mention the variable in the doc string.
7167 (hexl-rulerise, hexl-line-displen): New functions.
7168 (hexl-mode): Mention the new variable.
7169 (hexl-mode, hexl-current-address, hexl-current-address):
7170 Use the displen.
7171 (hexl-ascii-start-column): New function.
7172 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
7173 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
7174
7175 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7176
7177 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
7178 '("-i" ENCODING), in 2 separate command-line arguments, to specify
7179 the encoding, as expected by hunspell.
7180
7181 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * battery.el (battery--linux-sysfs-regexp): New const.
7184 (battery-status-function): Use it. Remove yeeloong special case.
7185 (battery-yeeloong-sysfs): Remove.
7186 (battery-echo-area-format): Remove yeeloong special case.
7187
7188 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7189
7190 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
7191 Reported by Noah Friedman.
7192
7193 * subr.el (read-passwd): Use read-string.
7194
7195 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7196
7197 * vcursor.el (vcursor-move): Increase the priority of the overlay
7198 (bug#9663).
7199
7200 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7201
7202 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
7203 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
7204
7205 2012-04-11 William Stevenson <yhvh2000@gmail.com>
7206
7207 * textmodes/artist.el (artist-mode): Convert artist-mode to use
7208 define-minor-mode (bug#10760).
7209
7210 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7211
7212 * progmodes/grep.el (rgrep): Tweak the find command line so
7213 that directories matching `grep-find-ignored-files' won't be
7214 pruned (bug#10351).
7215
7216 2012-04-11 Chong Yidong <cyd@gnu.org>
7217
7218 * startup.el (command-line): Remove support for long-obsolete
7219 variable font-lock-face-attributes.
7220
7221 2012-04-11 Glenn Morris <rgm@gnu.org>
7222
7223 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
7224
7225 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * window.el (window--state-get-1): Obey window-point-insertion-type.
7228
7229 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
7230
7231 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
7232 to previous function when point is on the first character of a
7233 function. Take care of that in `narrow-to-defun' (bug#6157).
7234
7235 2012-04-11 Glenn Morris <rgm@gnu.org>
7236
7237 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
7238 not just file-errors.
7239
7240 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
7241 (vc-bzr-sha1): Use internal sha1.
7242
7243 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
7246
7247 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
7248
7249 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
7250 that start in the middle of the line (bug#10496).
7251
7252 2012-04-10 Dan Nicolaescu <dann@gnu.org>
7253
7254 * battery.el (battery-linux-proc-acpi): Only one battery is
7255 discharged at a time, but that seems to confuse battery.el when
7256 computing `rate-type' for the battery not being discharged
7257 (bug#10332).
7258
7259 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7260
7261 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
7262
7263 * international/quail.el: Use dolist and simplify.
7264 (quail-define-package, quail-update-keyboard-layout)
7265 (quail-define-rules): Use dolist.
7266 (quail-insert-kbd-layout, quail-get-translation): CSE.
7267
7268 * tmm.el: Use dolist, remove left over hook.
7269 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
7270 Use dolist.
7271 (calendar-load-hook): Don't mess with it.
7272
7273 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7274 Use derived-mode-p. Run the diff asynchronously.
7275
7276 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7277
7278 * obsolete/mouse-sel.el: Add an Obsolete-since header.
7279
7280 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
7281
7282 * misc.el: Display absolute path of loaded DLLs (bug#10424).
7283 (list-dynamic-libraries--loaded): New function.
7284 (list-dynamic-libraries--refresh): Use it.
7285
7286 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
7287
7288 * progmodes/python.el (python-fill-paragraph):
7289 Make python-fill-region in a multiline string work when font-lock is
7290 disabled (bug#7018).
7291
7292 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
7293
7294 * language/european.el (cp775): Add oem/legacy (en)coding on
7295 DOS/MS Windows for the Baltic languages. There are still plenty
7296 of texts written in this encoding/codepage (bug#6519).
7297
7298 2012-04-10 Glenn Morris <rgm@gnu.org>
7299
7300 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
7301 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
7302
7303 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
7304
7305 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
7306 next-line "n" and previous-line "p" in order to make recentf more
7307 consistent with ibuffer, dired or org-mode (bug#9387).
7308
7309 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7310
7311 * image.el (put-image): Return the overlay created instead of the
7312 optional input string (bug#7834). Note that this may break code
7313 that is (for some reason or other) depending on `put-image'
7314 returning the string.
7315
7316 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
7317
7318 * simple.el (zap-to-char): Allow zapping using input methods
7319 (bug#1580).
7320
7321 * textmodes/fill.el (fill-region): Leave point and mark where they
7322 were before filling (bug#5399).
7323
7324 2012-04-09 Glenn Morris <rgm@gnu.org>
7325
7326 * version.el (emacs-bzr-get-version):
7327 Handle lightweight checkouts of local branches.
7328
7329 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
7330
7331 * international/characters.el: Recover lost case pairs. (Bug#11209)
7332
7333 2012-04-09 Chong Yidong <cyd@gnu.org>
7334
7335 * custom.el (custom-variable-p): Return nil for non-symbol
7336 arguments instead of signaling an error.
7337 (user-variable-p): Obsolete alias for custom-variable-p.
7338
7339 * apropos.el (apropos-variable):
7340 * files-x.el (read-file-local-variable):
7341 * simple.el (set-variable):
7342 * woman.el (woman-mini-help):
7343 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
7344
7345 2012-04-09 Glenn Morris <rgm@gnu.org>
7346
7347 * startup.el (normal-top-level): Don't look for leim-list.el
7348 in places where it will not be found. (Bug#910)
7349
7350 * international/mule-cmds.el (set-default-coding-systems):
7351 * files.el (normal-mode):
7352 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
7353 This function was removed with ucs-tables.el in 2008.
7354
7355 2012-04-08 Eli Zaretskii <eliz@gnu.org>
7356
7357 * textmodes/ispell.el (ispell-check-version): For hunspell, set
7358 ispell-encoding8-command to "-i", without a trailing space.
7359 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
7360 separate command-line arguments, to specify the encoding, since
7361 that's how hunspell expects it.
7362
7363 2012-04-08 Glenn Morris <rgm@gnu.org>
7364
7365 * loadup.el: Load bindings before cus-start.
7366 This reduces somewhat the number of "rogue" settings in emacs -Q.
7367
7368 2012-04-07 Glenn Morris <rgm@gnu.org>
7369
7370 * version.el (emacs-bzr-get-version): New function.
7371 (emacs-bzr-version): New variable.
7372 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
7373 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
7374
7375 2012-04-07 Eli Zaretskii <eliz@gnu.org>
7376
7377 * international/uni-bidi.el, international/uni-category.el:
7378 * international/uni-combining.el, international/uni-decimal.el:
7379 * international/uni-decomposition.el, international/uni-digit.el:
7380 * international/uni-lowercase.el, international/uni-mirrored.el:
7381 * international/uni-name.el, international/uni-numeric.el:
7382 * international/uni-titlecase.el, international/uni-uppercase.el:
7383 Update for Unicode 6.1.
7384
7385 2012-04-07 Eli Zaretskii <eliz@gnu.org>
7386
7387 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
7388
7389 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7390
7391 * window.el (shrink-window): Mention the `window-min-height'
7392 variable in the doc string.
7393
7394 2012-04-05 Bastien Guerry <bzg@altern.org>
7395
7396 * color.el (color-lighten-name): Fix typo.
7397
7398 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7399
7400 * server.el (server--on-display-p): New function.
7401 (server--on-display-p): Use it.
7402
7403 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
7404
7405 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
7406 (bug#11145).
7407
7408 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7409
7410 * comint.el (comint--common-quoted-suffix): Check string boundary
7411 before comparing (bug#11158).
7412 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
7413
7414 2012-04-04 Chong Yidong <cyd@gnu.org>
7415
7416 * minibuffer.el (completion-extra-properties): Doc fix.
7417
7418 * subr.el (delayed-warnings-hook): Doc fix.
7419
7420 2012-04-04 Daiki Ueno <ueno@unixuser.org>
7421
7422 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
7423 selection (Bug#11159).
7424 (epa-insert-keys): Inform that the default public key will be
7425 exported if no key is selected.
7426
7427 2012-04-04 Richard Stallman <rms@gnu.org>
7428
7429 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
7430
7431 2012-04-03 Chong Yidong <cyd@gnu.org>
7432
7433 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
7434 mail-insert-file, not its obsolete alias mail-attach-file.
7435
7436 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
7437
7438 * notifications.el (notifications-notify): Fix docstring.
7439
7440 2012-04-02 Glenn Morris <rgm@gnu.org>
7441
7442 * emacs-lisp/authors.el (authors-aliases): Another addition.
7443
7444 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
7445
7446 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
7447 `tramp-compat-call-process' instead of `tramp-local-call-process'.
7448 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
7449
7450 2012-04-01 Chong Yidong <cyd@gnu.org>
7451
7452 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
7453 Handle root directory properly.
7454 (copy-directory): Caller changed.
7455
7456 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7457 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
7458
7459 2012-03-31 Glenn Morris <rgm@gnu.org>
7460
7461 * term/xterm.el (xterm-extra-capabilities): Doc fix.
7462
7463 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
7464
7465 * calendar/calendar.el (calendar-window-list)
7466 (calendar-hide-window): Restore. (Bug#11140)
7467 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
7468
7469 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
7470
7471 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7472
7473 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7474 Check if file is a symlink (Bug#10489).
7475
7476 * files.el (copy-directory): Likewise.
7477
7478 2012-03-30 Chong Yidong <cyd@gnu.org>
7479
7480 * image.el (imagemagick-types-inhibit)
7481 (imagemagick-register-types): Doc fix.
7482
7483 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7484
7485 * textmodes/ispell.el (ispell-get-extended-character-mode):
7486 Disable extended-char-mode for hunspell. hunspell does not support it
7487 and treats ~word as ordinary words in pipe mode.
7488
7489 2012-03-30 Glenn Morris <rgm@gnu.org>
7490
7491 * tutorial.el (help-with-tutorial): Ensure local variables don't
7492 happen to make the buffer read-only. (Bug#11127)
7493
7494 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
7497 (perl-calculate-indent): Return `noindent' in strings.
7498
7499 2012-03-28 Sam Steingold <sds@gnu.org>
7500
7501 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
7502 instead of the broken adhockery which does not prevent calendar
7503 buffers from being displayed at random after exit.
7504 (calendar-window-list, calendar-hide-window): Remove the broken
7505 adhockery.
7506
7507 2012-03-28 Glenn Morris <rgm@gnu.org>
7508
7509 * replace.el (query-replace-map): Doc fix.
7510
7511 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
7512
7513 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
7514 contents. (Bug#11109)
7515
7516 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
7519 (bug#11077).
7520 (avl-tree--check, avl-tree--check-node): New funs.
7521
7522 2012-03-27 Martin Rudalics <rudalics@gmx.at>
7523
7524 * window.el (switch-to-visible-buffer): New option.
7525 (switch-to-prev-buffer, switch-to-next-buffer):
7526 Observe switch-to-visible-buffer. Make sure that checking for a window
7527 showing a buffer already is done on the same frame.
7528
7529 2012-03-27 Glenn Morris <rgm@gnu.org>
7530
7531 * startup.el (mail-host-address): Doc fix.
7532
7533 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
7536 than 197 variables.
7537
7538 2012-03-26 Ami Fischman <ami@fischman.org>
7539
7540 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
7541
7542 2012-03-26 Glenn Morris <rgm@gnu.org>
7543
7544 * files.el (save-buffers-kill-emacs): Doc fix.
7545
7546 * startup.el (normal-top-level, command-line, command-line-1):
7547 Give them doc strings.
7548
7549 2012-03-25 Eli Zaretskii <eliz@gnu.org>
7550
7551 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
7552 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
7553
7554 2012-03-25 Chong Yidong <cyd@gnu.org>
7555
7556 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
7557 theme if it was previously enabled before (Bug#11031).
7558
7559 * cus-theme.el (custom-theme-write-faces): Retrieve current face
7560 spec with custom-face-get-current-spec if its :shown-value is not
7561 determined yet (Bug#9337).
7562 (customize-create-theme, custom-theme-revert): Doc fixes.
7563
7564 * button.el (button-at): Minor addition to docstring.
7565
7566 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
7567
7568 * vc/vc.el (vc-merge): Fix a prompt.
7569
7570 2012-03-24 Chong Yidong <cyd@gnu.org>
7571
7572 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
7573 point (Bug#9623).
7574
7575 * button.el (button-at): Minor addition to docstring.
7576
7577 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7578
7579 * newcomment.el (comment-choose-indent): No space after BOL.
7580
7581 2012-03-22 Sam Steingold <sds@gnu.org>
7582
7583 * window.el (switch-to-prev-buffer): Revert last patch because the
7584 bug turned out to be an advertised feature (Elisp manual 28.14).
7585
7586 2012-03-22 Glenn Morris <rgm@gnu.org>
7587
7588 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
7589 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
7590
7591 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7592
7593 * net/network-stream.el (network-stream-open-starttls): Make error
7594 message under Windows be less misleading.
7595
7596 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
7597
7598 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
7599 understands (bug#9942).
7600
7601 2012-03-22 Chong Yidong <cyd@gnu.org>
7602
7603 * simple.el (end-of-visible-line): Handle return value of
7604 next-single-property-change properly (Bug#9371).
7605
7606 2012-03-22 Kenichi Handa <handa@m17n.org>
7607
7608 * international/quail.el (quail-insert-kbd-layout): Fix previous
7609 change. To avoid unwanted bidi reordering, use
7610 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
7611
7612 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
7613
7614 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
7615 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
7616 (ruby-beginning-of-indent): Be more careful with the difference
7617 between word-boundary and symbol boundary.
7618 (ruby-mode-syntax-table): Make : a symbol constituent.
7619
7620 2012-03-21 Andreas Politz <politza@fh-trier.de>
7621
7622 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
7623
7624 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7625
7626 * progmodes/etags.el (tags-completion-at-point-function):
7627 Improve last fix.
7628
7629 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
7630
7631 2012-03-21 Sam Steingold <sds@gnu.org>
7632
7633 * progmodes/etags.el (tags-completion-at-point-function):
7634 Avoid the error when point is inside the pattern.
7635
7636 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
7637
7638 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
7639 line (Bug#10855).
7640
7641 2012-03-21 Drew Adams <drew.adams@oracle.com>
7642
7643 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
7644
7645 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
7646
7647 * ido.el (ido-set-current-directory, ido-read-internal)
7648 (ido-choose-completion-string, ido-completion-help): Handle nil
7649 value of ido-completion-buffer (Bug#11008).
7650
7651 2012-03-21 Sam Steingold <sds@gnu.org>
7652
7653 * window.el (switch-to-prev-buffer): Do not switch to a visible
7654 window previous buffer, just like with the frame previous buffers.
7655
7656 2012-03-21 Chong Yidong <cyd@gnu.org>
7657
7658 * faces.el (make-face, make-empty-face, copy-face):
7659 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7660 Doc fixes.
7661
7662 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * wid-edit.el (widget-complete-field): Remove (bug#11051).
7665 (widget-complete): Remove broken use of it.
7666
7667 2012-03-20 Chong Yidong <cyd@gnu.org>
7668
7669 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7670 Use string-width and truncate-string-width to handle arbitrary
7671 characters.
7672
7673 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
7674
7675 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
7676 to draw rectangles, not squares. (Regression introduced by revno
7677 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
7678
7679 2012-03-18 Chong Yidong <cyd@gnu.org>
7680
7681 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
7682 it is not yet defined (for temacs).
7683
7684 2012-03-18 Leo Liu <sdl.web@gmail.com>
7685
7686 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
7687
7688 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7689
7690 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
7691 (ispell-choices-win-default-height, ispell-silently-savep)
7692 (ispell-dictionary-alist, ispell-encoding8-command)
7693 (ispell-check-version, ispell-aspell-find-dictionary)
7694 (ispell-valid-dictionary-list, ispell-words-keyword)
7695 (ispell-get-word, ispell-internal-change-dictionary)
7696 (ispell-region, ispell-skip-region-list)
7697 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
7698 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
7699 (ispell-message-text-end, ispell-message)
7700 (ispell-buffer-local-parsing): Doc fix.
7701
7702 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
7703
7704 * htmlfontify.el: Add support for code block fontification for ODT
7705 export (Bug #9914).
7706 (hfy-optimisations): Define new option
7707 `body-text-only'
7708 (hfy-fontify-buffer): Honor above setting.
7709 (hfy-begin-span, hfy-end-span): New routines factored out form
7710 `hfy-fontify-buffer'.
7711 (hfy-begin-span-handler, hfy-end-span-handler): New variables
7712 that permit insertion of custom tags.
7713 (hfy-fontify-buffer): Use above handlers.
7714 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
7715 (hfy-face-to-css): Re-defined to be a variable.
7716 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
7717 over multiple runs. This is made possible by having the caller let
7718 bind a special variable `hfy-user-sheet-assoc'.
7719 (htmlfontify-string): New defun.
7720 (hfy-compile-face-map): Make sure that the last char in the
7721 buffer is correctly fontified.
7722 (hfy-face-resolve-face): Whitespace only change.
7723
7724 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7725
7726 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
7727 message more clear.
7728
7729 2012-03-16 Leo Liu <sdl.web@gmail.com>
7730
7731 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
7732
7733 2012-03-16 Alan Mackenzie <acm@muc.de>
7734
7735 Further optimise the handling of large macros.
7736
7737 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
7738 limit to a call of `c-literal-limits'.
7739 (c-determine-+ve-limit): New function.
7740 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
7741 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
7742 In CASE 5B, restrict a search limit to 500.
7743 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
7744
7745 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
7746 Restrict macro bounds to +-500 from after-change's BEG END.
7747
7748 2012-03-16 Leo Liu <sdl.web@gmail.com>
7749
7750 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
7751
7752 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
7753
7754 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
7755 `special-mode' setting of `buffer-read-only'. (Bug#11010)
7756
7757 2012-03-16 Glenn Morris <rgm@gnu.org>
7758
7759 * view.el (view-buffer, view-buffer-other-window)
7760 (view-buffer-other-frame): Doc fixes re special mode-class.
7761
7762 * subr.el (eval-after-load): If named feature is provided not from
7763 a file, run after-load forms. (Bug#10946)
7764
7765 * calendar/calendar.el (calendar-insert-at-column):
7766 Handle non-unit-width characters a bit better. (Bug#10978)
7767
7768 2012-03-15 Chong Yidong <cyd@gnu.org>
7769
7770 * emacs-lisp/ring.el (ring-extend): New function.
7771 (ring-insert+extend): Extend the ring correctly (Bug#11019).
7772
7773 * comint.el (comint-read-input-ring)
7774 (comint-add-to-input-history): Grow comint-input-ring lazily.
7775
7776 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7777
7778 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
7779 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
7780
7781 * imenu.el: Fix multiple inheritance breakage (bug#9199).
7782 (imenu-add-to-menubar): Don't add a redundant index.
7783 (imenu-update-menubar): Handle a dynamically composed keymap.
7784
7785 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7786
7787 * mail/sendmail.el (mail-encode-header):
7788 Bind rfc2047-encode-encoded-words to nil.
7789
7790 2012-03-13 Glenn Morris <rgm@gnu.org>
7791
7792 * calendar/calendar.el (calendar-string-spread):
7793 Handle non-unit-width characters a bit better. (Bug#10978)
7794
7795 2012-03-13 Leo Liu <sdl.web@gmail.com>
7796
7797 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
7798 directory and file as argument (Bug#10822).
7799
7800 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7801
7802 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
7803 For dynamically generated code, follow $PC.
7804 (gdb-disassembly-handler-custom): Handle no function name case.
7805
7806 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
7807
7808 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
7809 * emulation/ws-mode.el (ws-query-replace):
7810 * sort.el (sort-regexp-fields):
7811 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
7812
7813 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * dabbrev.el: Fix cycle completion order (bug#10963).
7816 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
7817 (dabbrev-completion): Don't use an obarray; provide
7818 a cycle-sort-function.
7819
7820 2012-03-12 Leo Liu <sdl.web@gmail.com>
7821
7822 * simple.el (kill-new): Use equal-including-properties for comparison.
7823 (kill-do-not-save-duplicates): Doc fix.
7824
7825 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7826
7827 * dabbrev.el: Fix cycle completion (bug#10963).
7828 Use lexical binding and wrap to 80 columns.
7829 (dabbrev-completion): Delay computing the list of completions.
7830
7831 2012-03-12 Kenichi Handa <handa@m17n.org>
7832
7833 * international/quail.el (quail-insert-kbd-layout): Surround each
7834 row by LRO and PDF instead of inserting many LRMs. Pad the left
7835 and right of each non-spacing marks. Insert invisible space
7836 between lower and upper characters to prevent composition.
7837
7838 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7839
7840 * minibuffer.el (minibuffer-complete): Don't get confused when the
7841 function is run twice via different commands (bug#10958).
7842 (complete-with-action): Fix docstring.
7843
7844 2012-03-12 Chong Yidong <cyd@gnu.org>
7845
7846 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
7847 (nxml-completion-at-point-function): New function.
7848 (nxml-mode): Use it.
7849 (nxml-bind-meta-tab-to-complete-flag): Default to t.
7850
7851 * emacs-lisp/package.el (package-unpack, package-unpack-single):
7852 Load generated autoloads file before byte compiling (Bug#10970).
7853 (package--make-autoloads-and-compile): New helper fun.
7854
7855 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
7856
7857 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
7858
7859 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
7860
7861 * autorevert.el (auto-revert-handler): Ensure, that
7862 file-readable-p is applied only for local files or in
7863 auto-revert-tail-mode.
7864
7865 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
7866
7867 * server.el (server-eval-at): Handle non-tcp connections.
7868 Decode result string.
7869
7870 * server.el (server-msg-size): New constant.
7871 (server-reply-print): New function.
7872 (server-eval-and-print): Use it.
7873 (server-eval-at): Use server-quote-arg and server-unquote-arg.
7874 Handle -print-nonl.
7875
7876 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
7877
7878 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
7879 (Bug#10987).
7880
7881 2012-03-11 Chong Yidong <cyd@gnu.org>
7882
7883 * simple.el (goto-line): Doc fix (Bug#9938).
7884
7885 * subr.el (save-window-excursion): Doc fix (Bug#9979).
7886
7887 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
7888 when finished (Bug#10963).
7889
7890 2012-03-11 Martin Rudalics <rudalics@gmx.at>
7891
7892 * window.el (split-window-below): Fix bug in case where
7893 split-window-keep-point is nil (Bug#10971).
7894
7895 2012-03-11 Juri Linkov <juri@jurta.org>
7896
7897 * replace.el (replace-highlight): Set isearch-word to nil
7898 unconditionally. (Bug#10887)
7899
7900 2012-03-10 Eli Zaretskii <eliz@gnu.org>
7901
7902 * net/mairix.el (mairix-replace-invalid-chars): Rename from
7903 mairix-replace-illegal-chars; all callers changed. Don't remove
7904 ^, ~, and = characters: they are meaningful in mairix search specs.
7905 (mairix-widget-create-query): Add usage information about mairix
7906 search forms: negating words, searching for substrings, etc.
7907
7908 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
7909
7910 * international/fontset.el (font-encoding-alist): Add an entry for
7911 ksx1001 (Bug#5667).
7912
7913 2012-03-10 Richard Stallman <rms@gnu.org>
7914
7915 * mail/sendmail.el (mail-encode-header):
7916 Set rfc2047-encode-encoded-words.
7917
7918 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
7919
7920 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
7921 view buffer means not swapped.
7922 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
7923 (rmail-write-region-annotate): Error if real text has disappeared.
7924
7925 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
7926
7927 2012-03-10 Chong Yidong <cyd@gnu.org>
7928
7929 * emulation/cua-rect.el (cua--init-rectangles):
7930 * emulation/cua-base.el (cua--init-keymaps):
7931 Add delete-forward-char to remappings (Bug#9666).
7932
7933 2012-03-10 Martin Rudalics <rudalics@gmx.at>
7934
7935 * speedbar.el (speedbar-unhighlight-one-tag-line):
7936 Avoid unhighlighting due to frame switching (Bug#10275).
7937
7938 2012-03-10 Chong Yidong <cyd@gnu.org>
7939
7940 * minibuffer.el (completion-in-region, completion-help-at-point):
7941 Give the completion field overlay a high priority (Bug#6830).
7942
7943 * dired.el (dired-goto-file): Recognize absolute file name
7944 listings (Bug#7126).
7945 (dired-goto-file-1): New helper function.
7946 (dired-toggle-read-only): Inhibit warnings.
7947
7948 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
7949
7950 * net/dbus.el (dbus-property-handler): Return empty array if
7951 there are no properties.
7952
7953 2012-03-09 Leo Liu <sdl.web@gmail.com>
7954
7955 * savehist.el (savehist-printable): Stricter check for string
7956 value (Bug#10937).
7957
7958 2012-03-09 Eli Zaretskii <eliz@gnu.org>
7959
7960 * mail/smtpmail.el (smtpmail-send-it):
7961 Bind coding-system-for-write to *-unix, so that FCC files are kept in
7962 valid mbox format.
7963
7964 2012-03-09 Glenn Morris <rgm@gnu.org>
7965
7966 * files.el (dir-locals-find-file):
7967 Don't check result is regular, readable.
7968 (dir-locals-read-from-file): Demote errors.
7969
7970 2012-03-08 Eli Zaretskii <eliz@gnu.org>
7971
7972 * international/quail.el (quail-insert-kbd-layout):
7973 Insert invisible LRM characters before each character in a keyboard
7974 layout cell, to prevent their reordering by bidi display engine.
7975 For details, see the discussion in
7976 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
7977
7978 2012-03-08 Alan Mackenzie <acm@muc.de>
7979
7980 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
7981 the starting position; make it extend the marked region when
7982 invoked repeatedly - all under appropriate circumstances.
7983 Fixes bugs #5525, #10906.
7984
7985 2012-03-08 Glenn Morris <rgm@gnu.org>
7986
7987 * files.el (locate-dominating-file, dir-locals-find-file):
7988 Undo 2012-03-06 change.
7989
7990 2012-03-07 Eli Zaretskii <eliz@gnu.org>
7991
7992 * international/quail.el (quail-help):
7993 Force bidi-paragraph-direction be left-to-right. See discussion in
7994 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
7995 for the reason.
7996
7997 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
7998
7999 Avoid superfluous registering of signals. (Bug#10807)
8000
8001 * notifications.el (notifications-on-action-object)
8002 (notifications-on-close-object): New defvars.
8003 (notifications-on-action-signal, notifications-on-closed-signal):
8004 Unregister the signal if not needed any longer.
8005 (notifications-notify): Register `notifications-action-signal' or
8006 `notifications-closed-signal', if :on-action or :on-close has been
8007 passed as argument.
8008
8009 2012-03-07 Chong Yidong <cyd@gnu.org>
8010
8011 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
8012 non-X platforms.
8013
8014 2012-03-06 Glenn Morris <rgm@gnu.org>
8015
8016 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8017 (x-disown-selection-internal, x-get-selection-internal):
8018 Doc fix (add arglist signatures). (Bug#10783)
8019
8020 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
8021
8022 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8023 Handle breakpoints with no "type".
8024
8025 2012-03-06 Glenn Morris <rgm@gnu.org>
8026
8027 * files.el (locate-dominating-file): Add optional predicate argument.
8028 (dir-locals-find-file): Make use of above change.
8029
8030 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
8031
8032 * info.el (Info-insert-dir): Also try "dir.gz".
8033
8034 2012-03-06 Glenn Morris <rgm@gnu.org>
8035
8036 * files.el (dir-locals-find-file):
8037 Ignore non-readable or non-regular files. (Bug#10928)
8038
8039 * files.el (locate-dominating-file): Doc fix.
8040
8041 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
8042
8043 * calendar/calendar.el (calendar-set-mode-line):
8044 `getenv' returns a string. (Bug#10951)
8045
8046 2012-03-05 Leo Liu <sdl.web@gmail.com>
8047
8048 * simple.el (backward-delete-char-untabify): Constrain point to
8049 field (Bug#10939).
8050
8051 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
8052
8053 2012-03-05 Chong Yidong <cyd@gnu.org>
8054
8055 * simple.el (count-words): If called from Lisp, return the word
8056 count, for symmetry with `count-lines'. Arglist changed.
8057 (count-words--message): Args changed. Consolidate counting code
8058 from count-words and count-words-region.
8059 (count-words-region): Caller changed.
8060 (count-lines-region): Make it an obsolete alias.
8061
8062 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
8063
8064 * saveplace.el (save-place-to-alist)
8065 (save-place-ignore-files-regexp): Allow value nil to disable this
8066 feature.
8067
8068 2012-03-04 Chong Yidong <cyd@gnu.org>
8069
8070 * faces.el (face-spec-reset-face): For the default face, reset the
8071 attributes to default values (Bug#10748).
8072
8073 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8074
8075 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
8076 previous patch: Check `message-send-mail-function', and not the
8077 default function (bug#10897).
8078
8079 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
8080
8081 * notifications.el (notifications-on-action-signal)
8082 (notifications-on-closed-signal): Check for unique service name of
8083 incoming event. Fix error in removing entry.
8084 (top): Register for signals with wildcard service name.
8085 (notifications-notify): Use daemon unique service name for map entries.
8086
8087 2012-03-04 Chong Yidong <cyd@gnu.org>
8088
8089 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
8090
8091 2012-03-04 Glenn Morris <rgm@gnu.org>
8092
8093 * abbrev.el (copy-abbrev-table, abbrev-table-p)
8094 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
8095 (expand-abbrev, define-abbrev-table): Doc fixes.
8096
8097 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8098
8099 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
8100 `message-default-send-mail-function' and not `send-mail-function'
8101 when doing the prompting for `sendmail-query-once' before sending
8102 in Message buffers (bug#10897).
8103
8104 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
8105 This is inconsistent with all the other stream functions, which leave
8106 the setting up to the higher levels (if so wanted) (bug#10931).
8107
8108 2012-03-02 Alan Mackenzie <acm@muc.de>
8109
8110 Depessimize the handling of very large macros.
8111
8112 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
8113 (c-macro-cache-syntactic): New variables to implement a one
8114 element macro cache.
8115 (c-invalidate-macro-cache): New function.
8116 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
8117 Adapt to use the new cache.
8118 (c-state-safe-place): Use better the cache of safe positions.
8119 (c-state-semi-nonlit-pos-cache)
8120 (c-state-semi-nonlit-pos-cache-limit):
8121 New variables for...
8122 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
8123 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
8124 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
8125 Use c-state-semi-safe-place.
8126
8127 * progmodes/cc-langs.el (c-get-state-before-change-functions):
8128 Add c-invalidate-macro-cache to the C, C++, Obj entries.
8129
8130 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
8131
8132 * jka-compr.el (jka-compr-call-process):
8133 Apply `file-accessible-directory-p' only when the default directory is
8134 not remote.
8135
8136 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
8137
8138 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
8139 access of FILE2, if FILE1 does not exist.
8140
8141 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
8142 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
8143
8144 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
8145 Add "PAGER=" to `process-environment'.
8146
8147 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
8148
8149 * progmodes/sql.el: Bug fix
8150 (sql-get-login-ext): Save login values in globals.
8151 (sql-get-login): Use new version of `sql-get-login-ext'.
8152 (sql-interactive-mode): Set global `sql-connection' to nil.
8153 (sql-connect): Set global values for connection.
8154 (sql-product-interactive): Save global values as buffer local.
8155
8156 2012-02-29 Leo Liu <sdl.web@gmail.com>
8157
8158 * abbrev.el (define-abbrevs): Reset sys to nil.
8159
8160 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8161
8162 * files.el (file-equal-p): Rename from `files-equal-p'.
8163 Return nil when one or both files don't exist.
8164 (file-subdir-of-p): Now only top directory must exists,
8165 return nil if it doesn't.
8166 (copy-directory): No need to test with `file-subdir-of-p' after
8167 creating dir.
8168 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
8169 to `file-equal-p'.
8170
8171 2012-02-28 Glenn Morris <rgm@gnu.org>
8172
8173 * shell.el (shell-mode):
8174 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
8175 * play/landmark.el (landmark-font-lock-face-O):
8176 * play/handwrite.el (handwrite):
8177 * play/gomoku.el (gomoku-O):
8178 * net/browse-url.el (browse-url-browser-display):
8179 * international/mule.el (define-charset):
8180 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
8181 * filesets.el (filesets-find-file-delay):
8182 * eshell/em-xtra.el (eshell-xtra):
8183 * eshell/em-unix.el (eshell-grep):
8184 * emulation/viper.el (viper-mode):
8185 * emacs-lisp/regexp-opt.el (regexp-opt-group):
8186 * emacs-lisp/easymenu.el (easy-menu-define):
8187 * calendar/timeclock.el (timeclock-use-display-time):
8188 * bs.el (bs-mode):
8189 * bookmark.el (bookmark-save-flag):
8190 Doc fix (standardize possessive apostrophe usage).
8191
8192 2012-02-27 Chong Yidong <cyd@gnu.org>
8193
8194 * emulation/viper-cmd.el (viper-intercept-ESC-key):
8195 Fix key-binding lookup for ESC key (Bug#9146).
8196
8197 * font-lock.el (font-lock-specified-p): Rename from
8198 font-lock-spec-present. Callers changed.
8199
8200 2012-02-27 Daniel Hackney <dan@haxney.org>
8201
8202 * emacs-lisp/package.el (package-compute-transaction):
8203 Handle holding a package version to t in package-load-list.
8204
8205 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
8206
8207 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
8208 (tramp-get-inode, tramp-get-device): Use cached values.
8209
8210 2012-02-26 Alan Mackenzie <acm@muc.de>
8211
8212 Check there is a font-lock specification before doing initial
8213 fontification.
8214
8215 * font-core.el (font-lock-mode): Move the conditional from
8216 :after-hook to font-lock-initial-fontify.
8217 (font-lock-default-function): Move the check for a specification
8218 to font-lock-spec-present.
8219
8220 * font-lock.el (font-lock-initial-fontify): Call ...
8221 (font-lock-spec-present): New function.
8222
8223 2012-02-26 Jim Blandy <jimb@red-bean.com>
8224
8225 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
8226 (gdb-send): Apply it to the operand of the '-interpreter-exec
8227 console' command, so that we can pass arguments with (say) quotes
8228 in them. Store exact string sent in gdb-debug-log (Bug#10765).
8229
8230 2012-02-26 Chong Yidong <cyd@gnu.org>
8231
8232 * help-fns.el (describe-function-1): Clarify description of
8233 remapping (Bug#10844).
8234
8235 * files.el (files-equal-p): Doc fix.
8236 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
8237 and quit the loop once a mismatch is found.
8238
8239 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
8240
8241 * bs.el (bs--show-with-configuration): Don't throw an error
8242 if the window cannot be split; otherwise, subsequent calls to
8243 bs-show fail, restoring a stale window config. (Bug#10882)
8244
8245 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
8246
8247 * term/ns-win.el (global-map): Bind ns-drag-file to
8248 ns-find-file (Bug#5855, Bug#10050).
8249
8250 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
8251
8252 * calendar/parse-time.el (parse-time-string): Allow extractor to
8253 return nil.
8254
8255 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
8256
8257 * net/tramp.el (tramp-file-name-for-operation):
8258 Add `files-equal-p' and `file-subdir-of-p'.
8259
8260 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
8261 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8262 Add COPY-CONTENTS argument.
8263
8264 2012-02-25 Chong Yidong <cyd@gnu.org>
8265
8266 Add custom groups for VC backends, for consistency with vc-bzr.
8267
8268 * vc/vc-arch.el (vc-arch):
8269 * vc/vc-cvs.el (vc-cvs):
8270 * vc/vc-git.el (vc-git):
8271 * vc/vc-hg.el (vc-hg):
8272 * vc/vc-mtn.el (vc-mtn):
8273 * vc/vc-rcs.el (vc-rcs):
8274 * vc/vc-sccs.el (vc-sccs):
8275 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
8276 All relevant defcustoms reassigned.
8277
8278 2012-02-25 Chong Yidong <cyd@gnu.org>
8279
8280 * newcomment.el (comment-styles): Add autoload (Bug#10868).
8281
8282 * term/x-win.el (x-initialize-window-system): Reduce default for
8283 x-selection-timeout to 5 seconds (Bug#8869).
8284
8285 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8286
8287 * files.el (files-equal-p, file-subdir-of-p): New functions.
8288 (copy-directory): Error when trying to copy a directory on itself.
8289 Add missing copy-contents arg to tramp handler.
8290 * dired-aux.el (dired-copy-file-recursive): Same.
8291 (dired-create-files): Modify destination when source is equal to
8292 dest when copying files.
8293 Return also when dest is a subdir of source. (Bug#10489)
8294
8295 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
8296
8297 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
8298 (Bug#10874)
8299
8300 2012-02-23 Alan Mackenzie <acm@muc.de>
8301
8302 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
8303 parameter "after-hook:" to allow the expansion to run code after
8304 the execution of the mode hooks.
8305
8306 * font-lock.el (font-lock-initial-fontify): New function extracted
8307 from font-lock-mode-internal.
8308
8309 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
8310 :after-hook.
8311
8312 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8313
8314 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
8315 (completion--cache-all-sorted-completions): New function.
8316 (completion-all-sorted-completions): Use it.
8317 (completion--do-completion, minibuffer-force-complete):
8318 Use it to re-instate the flush hook.
8319
8320 * icomplete.el (icomplete-completions): Replace last fix with a better
8321 one (bug#10850).
8322
8323 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
8324
8325 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
8326 when it might call us back infinitely (bug#10797).
8327
8328 2012-02-23 Glenn Morris <rgm@gnu.org>
8329
8330 * minibuffer.el (completion-category-overrides): Doc fix.
8331
8332 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * minibuffer.el (completion-table-with-context): Fix inf-loop.
8335 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
8336
8337 2012-02-23 Glenn Morris <rgm@gnu.org>
8338
8339 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
8340 (authors-obsolete-files-regexps, authors-ignored-files)
8341 (authors-ambiguous-files, authors-renamed-files-alist):
8342 Add more entries.
8343
8344 2012-02-23 Juri Linkov <juri@jurta.org>
8345
8346 * isearch.el (isearch-occur): Sync interactive spec with occur's
8347 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
8348
8349 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
8350
8351 2012-02-22 Juri Linkov <juri@jurta.org>
8352
8353 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
8354 (ucs-insert): Doc fix. Check for hex digits in the string.
8355 Don't display `nil' in the error message. (Bug#10857)
8356
8357 2012-02-22 Alan Mackenzie <acm@muc.de>
8358
8359 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
8360
8361 2012-02-22 Glenn Morris <rgm@gnu.org>
8362
8363 * ffap.el (ffap-c-path):
8364 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
8365
8366 2012-02-22 Chong Yidong <cyd@gnu.org>
8367
8368 * custom.el (load-theme): Doc fix.
8369
8370 2012-02-22 Glenn Morris <rgm@gnu.org>
8371
8372 * dired-x.el (dired-guess-shell-alist-default):
8373 Remove escape sequences from nroff output. (Bug#172)
8374
8375 2012-02-21 Glenn Morris <rgm@gnu.org>
8376
8377 * vc/emerge.el (emerge-defvar-local):
8378 Set `permanent-local' property rather than unused `preserved'.
8379
8380 * textmodes/picture.el (picture-delete-char): New alias.
8381 (picture-mode-map): Use it. (Bug#10860)
8382 (picture-mode): Doc fix.
8383
8384 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
8385
8386 * newcomment.el (uncomment-region-default): Remove unused binding.
8387
8388 2012-02-21 Glenn Morris <rgm@gnu.org>
8389
8390 * textmodes/picture.el (picture-motion, picture-motion-reverse)
8391 (picture-self-insert, picture-tab-chars): Doc fix.
8392 (picture-mode-map): Fix C-a, C-e.
8393
8394 2012-02-20 Glenn Morris <rgm@gnu.org>
8395
8396 * emacs-lisp/authors.el (authors-aliases): Add another entry.
8397
8398 2012-02-20 Leo Liu <sdl.web@gmail.com>
8399
8400 * icomplete.el (icomplete-completions): Check FROM arg before
8401 passing to substring (Bug#10850).
8402
8403 2012-02-19 Chong Yidong <cyd@gnu.org>
8404
8405 * comint.el: Require ansi-color.
8406 (comint-output-filter-functions): Add ansi-color-process-output.
8407
8408 * ansi-color.el: Don't set comint-output-filter-functions; it is
8409 now in the initial value defined in comint.el.
8410 (ansi-color-apply-face-function): New variable.
8411 (ansi-color-apply-on-region): Use it.
8412 (ansi-color-apply-overlay-face): New function.
8413
8414 * shell.el (shell): No need to require ansi-color.
8415 (shell-mode): Use ansi-color-apply-face-function to highlight
8416 color escapes using font-lock-face property (Bug#10835).
8417
8418 2012-02-19 Chong Yidong <cyd@gnu.org>
8419
8420 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
8421 mode-line formats (Bug#10839).
8422
8423 2012-02-18 Glenn Morris <rgm@gnu.org>
8424
8425 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
8426
8427 * mail/undigest.el (unforward-rmail-message): Doc fix.
8428
8429 * saveplace.el (save-place-ignore-files-regexp): Add :version.
8430
8431 2012-02-18 Eli Zaretskii <eliz@gnu.org>
8432
8433 * international/characters.el (script-list): Sync with the latest
8434 Unicode Character Database.
8435
8436 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
8437
8438 * international/titdic-cnv.el: Remove duplicate coding tag.
8439 * language/cham.el: Likewise.
8440 * language/tai-viet.el: Likewise.
8441
8442 2012-02-18 Glenn Morris <rgm@gnu.org>
8443
8444 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
8445 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
8446 (calendar-bahai-all-holidays-flag, calendar-other-dates):
8447 * calendar/diary-lib.el (diary-abbreviated-year-flag):
8448 * calendar/holidays.el (holiday-bahai-holidays)
8449 (calendar-holidays, list-holidays):
8450 Use utf-8 Bahá'í in doc-strings, menus, etc.
8451
8452 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
8453
8454 * saveplace.el (save-place-ignore-files-regexp): New variable
8455 allowing for excluding files from saving their location of point.
8456 The default value matches the temporary commit message editing
8457 files from Git, SVN, Bazaar, and Mercurial.
8458 (save-place-to-alist): Use it.
8459
8460 2012-02-17 Lawrence Mitchell <wence@gmx.li>
8461 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * newcomment.el (uncomment-region-default): Don't leave extra space
8464 when an arg is provided (bug#8150).
8465
8466 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
8467
8468 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
8469
8470 2012-02-17 Glenn Morris <rgm@gnu.org>
8471
8472 * net/socks.el: Require network-stream. (Bug#10599)
8473
8474 2012-02-17 Kenichi Handa <handa@m17n.org>
8475
8476 * international/charprop.el:
8477 * international/uni-name.el:
8478 * international/uni-old-name.el:
8479 * international/uni-comment.el: Regenerate.
8480
8481 2012-02-16 Glenn Morris <rgm@gnu.org>
8482
8483 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
8484 Interactively in calendar buffer, give an error if not on a date.
8485
8486 2012-02-15 Glenn Morris <rgm@gnu.org>
8487
8488 * shell.el (shell-delimiter-argument-list):
8489 Revert 2011-02-17 change. (Bug#8027)
8490
8491 2012-02-15 Chong Yidong <cyd@gnu.org>
8492
8493 * minibuffer.el (completion-at-point-functions): Doc fix.
8494
8495 * custom.el (defcustom): Doc fix; note use of defvar.
8496
8497 2012-02-15 Glenn Morris <rgm@gnu.org>
8498
8499 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
8500 Doc fixes.
8501
8502 2012-02-14 Glenn Morris <rgm@gnu.org>
8503
8504 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
8505
8506 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
8507
8508 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
8509 way the ports list is computed.
8510 (smtpmail-query-smtp-server): Prompt the user for a port number if
8511 we can't connect to any of the standard ports (bug#10810).
8512
8513 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8514
8515 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
8516
8517 2012-02-13 Glenn Morris <rgm@gnu.org>
8518
8519 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
8520
8521 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
8522
8523 * net/gnutls.el (gnutls-trustfiles): New variable.
8524 (gnutls-negotiate): Use it.
8525
8526 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
8527
8528 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
8529 does its stuff if Gnus is running.
8530
8531 2012-02-13 Alan Mackenzie <acm@muc.de>
8532
8533 Fix a loop in c-set-fl-decl-start.
8534
8535 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
8536 c-backward-syntactic-ws actually moves backwards.
8537
8538 2012-02-13 Leo Liu <sdl.web@gmail.com>
8539
8540 * net/rcirc.el (rcirc-markup-attributes): Move point to the
8541 beginning so that all \C-o chars are removed.
8542
8543 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
8544
8545 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
8546
8547 2012-02-12 Alan Mackenzie <acm@muc.de>
8548
8549 Fix infinite loop with long macros.
8550 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
8551
8552 2012-02-12 Chong Yidong <cyd@gnu.org>
8553
8554 * window.el (display-buffer): Doc fix (Bug#10785).
8555
8556 2012-02-12 Glenn Morris <rgm@gnu.org>
8557
8558 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8559 (x-disown-selection-internal, x-get-selection-internal):
8560 Sync docs with the xselect.c versions.
8561
8562 * allout-widgets.el: Add missing license notice.
8563
8564 2012-02-11 Glenn Morris <rgm@gnu.org>
8565
8566 * select.el (x-get-selection-internal, x-own-selection-internal)
8567 (x-disown-selection-internal):
8568 * x-dnd.el (x-get-selection-internal): Update declarations.
8569
8570 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
8571
8572 * window.el (window-sides-slots):
8573 * tool-bar.el (tool-bar-position):
8574 * term/xterm.el (xterm-extra-capabilities):
8575 * ses.el (ses-self-reference-early-detection):
8576 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
8577 (verilog-auto-wire-type)
8578 (verilog-auto-delete-trailing-whitespace)
8579 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
8580 (verilog-auto-tieoff-declaration):
8581 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
8582 (sql-oracle-statement-starters, sql-oracle-scan-on):
8583 * progmodes/prolog.el (prolog-align-comments-flag)
8584 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
8585 (prolog-left-indent-regexp, prolog-paren-indent-p)
8586 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
8587 (prolog-types, prolog-mode-specificators)
8588 (prolog-determinism-specificators, prolog-directives)
8589 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
8590 (prolog-electric-dot-flag)
8591 (prolog-electric-dot-full-predicate-template)
8592 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
8593 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
8594 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
8595 (prolog-program-switches, prolog-prompt-regexp)
8596 (prolog-debug-on-string, prolog-debug-off-string)
8597 (prolog-trace-on-string, prolog-trace-off-string)
8598 (prolog-zip-on-string, prolog-zip-off-string)
8599 (prolog-use-standard-consult-compile-method-flag)
8600 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
8601 (prolog-imenu-max-lines, prolog-info-predicate-index)
8602 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
8603 (prolog-char-quote-workaround):
8604 * progmodes/cc-vars.el (c-defun-tactic):
8605 * net/tramp.el (tramp-encoding-command-interactive)
8606 (tramp-local-end-of-line):
8607 * net/soap-client.el (soap-client):
8608 * net/netrc.el (netrc-file):
8609 * net/gnutls.el (gnutls):
8610 * minibuffer.el (completion-category-overrides)
8611 (completion-cycle-threshold)
8612 (completion-pcm-complete-word-inserts-delimiters):
8613 * man.el (Man-name-local-regexp):
8614 * mail/feedmail.el (feedmail-display-full-frame):
8615 * international/characters.el (glyphless-char-display-control):
8616 * eshell/em-ls.el (eshell-ls-date-format):
8617 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
8618 (lisp-lambda-list-keyword-parameter-indentation)
8619 (lisp-lambda-list-keyword-parameter-alignment):
8620 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
8621 * dired-x.el (dired-omit-verbose):
8622 * cus-theme.el (custom-theme-allow-multiple-selections):
8623 * calc/calc.el (calc-highlight-selections-with-faces)
8624 (calc-lu-field-reference, calc-lu-power-reference)
8625 (calc-note-threshold):
8626 * battery.el (battery-mode-line-limit):
8627 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8628 (archive-7z-update):
8629 * allout.el (allout-prefixed-keybindings)
8630 (allout-unprefixed-keybindings)
8631 (allout-inhibit-auto-fill-on-headline)
8632 (allout-flattened-numbering-abbreviation):
8633 * allout-widgets.el (allout-widgets-auto-activation)
8634 (allout-widgets-icons-dark-subdir)
8635 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
8636 (allout-widgets-theme-dark-background)
8637 (allout-widgets-theme-light-background)
8638 (allout-widgets-item-image-properties-emacs)
8639 (allout-widgets-item-image-properties-xemacs)
8640 (allout-widgets-run-unit-tests-on-load)
8641 (allout-widgets-time-decoration-activity)
8642 (allout-widgets-hook-error-post-time)
8643 (allout-widgets-track-decoration):
8644 Add missing :version tags to new defcustoms and defgroups.
8645
8646 * progmodes/sql.el (sql-ansi-statement-starters)
8647 (sql-oracle-statement-starters): Add custom type.
8648
8649 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
8650 (prolog-system-version): Give it a type.
8651
8652 2012-02-11 Eli Zaretskii <eliz@gnu.org>
8653
8654 * term/pc-win.el (x-select-text, x-selection-owner-p)
8655 (x-own-selection-internal, x-disown-selection-internal)
8656 (x-get-selection-internal): Sync doc strings and argument lists
8657 with xselect.c, common-win.el and x-win.el. (Bug#10783)
8658
8659 2012-02-11 Leo Liu <sdl.web@gmail.com>
8660
8661 * progmodes/python.el (python-end-of-statement): Fix infinite
8662 loop. (Bug#10788)
8663
8664 2012-02-10 Glenn Morris <rgm@gnu.org>
8665
8666 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8667 (unify-8859-on-decoding-mode): Properly mark as obsolete.
8668
8669 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
8670
8671 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
8672 about SMTP before checking the From header.
8673
8674 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
8675 into own function for reuse by emacsbug.el.
8676
8677 2012-02-10 Leo Liu <sdl.web@gmail.com>
8678
8679 * subr.el (condition-case-unless-debug): Rename from
8680 condition-case-no-debug. All callers changed.
8681 (with-demoted-errors): Fix caller.
8682
8683 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
8684 * nxml/rng-valid.el (rng-do-some-validation):
8685 * emacs-lisp/package.el (package-refresh-contents)
8686 (package-menu-execute):
8687 * desktop.el (desktop-create-buffer):
8688 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
8689
8690 2012-02-10 Glenn Morris <rgm@gnu.org>
8691
8692 * textmodes/bibtex.el:
8693 Add missing :version tags for new/changed defcustoms.
8694
8695 * files.el (remote-file-name-inhibit-cache): Doc fixes.
8696
8697 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
8698
8699 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
8700 (smtpmail-via-smtp): Use it, or fall back on the From address.
8701 (smtpmail-send-it): Ditto.
8702
8703 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
8704
8705 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
8706 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
8707 (byte-compile-tmp-var): New const.
8708 (byte-compile-defvar): Use it to minimize .elc size.
8709 Just use `defvar' rather than simulate it (bug#10761).
8710
8711 2012-02-09 Glenn Morris <rgm@gnu.org>
8712
8713 * files.el (rename-uniquely): Doc fix. (Bug#3806)
8714
8715 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
8716 Add :version tags.
8717
8718 * progmodes/compile.el (compilation-error-screen-columns)
8719 (compilation-first-column, compilation-filter-start): Doc fixes.
8720
8721 * vc/log-view.el (log-view-toggle-entry-display):
8722 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
8723
8724 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
8725 (report-emacs-bug-can-use-xdg-email):
8726 (report-emacs-bug-insert-to-mailer): Doc fixes.
8727 (report-emacs-bug): Message fix.
8728
8729 * net/browse-url.el (browse-url-can-use-xdg-open)
8730 (browse-url-xdg-open): Doc fixes.
8731
8732 * electric.el (electric-indent-mode, electric-pair-mode)
8733 (electric-layout-rules, electric-layout-mode): Doc fixes.
8734 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
8735
8736 2012-02-08 Martin Rudalics <rudalics@gmx.at>
8737
8738 * server.el (server-unselect-display): Don't inadvertently kill
8739 the current buffer. (Bug#10729)
8740
8741 2012-02-08 Glenn Morris <rgm@gnu.org>
8742
8743 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
8744 (sql-list-table): Doc fixes.
8745
8746 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
8747 Comment out (does nothing).
8748
8749 * completion.el (dynamic-completion-mode):
8750 * dirtrack.el (dirtrack-debug-mode):
8751 * electric.el (electric-layout-mode):
8752 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
8753 * face-remap.el (text-scale-mode, buffer-face-mode):
8754 * iimage.el (iimage-mode):
8755 * image-mode.el (image-transform-mode):
8756 * minibuffer.el (completion-in-region-mode):
8757 * scroll-lock.el (scroll-lock-mode):
8758 * simple.el (next-error-follow-minor-mode):
8759 * tar-mode.el (tar-subfile-mode):
8760 * tooltip.el (tooltip-mode):
8761 * vcursor.el (vcursor-use-vcursor-map):
8762 * wid-browse.el (widget-minor-mode):
8763 * emulation/tpu-edt.el (tpu-edt-mode):
8764 * emulation/tpu-extras.el (tpu-cursor-free-mode):
8765 * international/iso-ascii.el (iso-ascii-mode):
8766 * language/thai-util.el (thai-word-mode):
8767 * mail/supercite.el (sc-minor-mode):
8768 * net/goto-addr.el (goto-address-mode):
8769 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
8770 * progmodes/cwarn.el (cwarn-mode):
8771 * progmodes/flymake.el (flymake-mode):
8772 * progmodes/glasses.el (glasses-mode):
8773 * progmodes/hideshow.el (hs-minor-mode):
8774 * progmodes/pascal.el (pascal-outline-mode):
8775 * textmodes/enriched.el (enriched-mode):
8776 * vc/smerge-mode.el (smerge-mode):
8777 Doc fixes (minor mode argument).
8778
8779 2012-02-07 Eli Zaretskii <eliz@gnu.org>
8780
8781 * ls-lisp.el (ls-lisp-sanitize): New function.
8782 (ls-lisp-insert-directory): Use it to fix or remove any elements
8783 in file-alist with missing attributes. (Bug#4673)
8784
8785 2012-02-07 Alan Mackenzie <acm@muc.de>
8786
8787 Fix spurious recognition of c-in-knr-argdecl.
8788
8789 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
8790 putative K&R region.
8791
8792 2012-02-07 Alan Mackenzie <acm@muc.de>
8793
8794 * progmodes/cc-engine.el (c-forward-objc-directive):
8795 Prevent looping in "#pragma mark @implementation".
8796
8797 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
8798
8799 * notifications.el (notifications-on-closed-signal): Make `reason'
8800 optional. (Bug#10744)
8801
8802 2012-02-07 Glenn Morris <rgm@gnu.org>
8803
8804 * emacs-lisp/easy-mmode.el (define-minor-mode):
8805 Doc fixes for the macro and the mode it defines.
8806
8807 * image.el (imagemagick-types-inhibit): Doc fix.
8808
8809 * cus-start.el (imagemagick-render-type): Add it.
8810
8811 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
8812
8813 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
8814 Set the default at load time, too, so that `font-lock-fontify-buffer'
8815 can be called without setting up the entire mode first. This fixes
8816 a bug in `mm-inline-text' with C MIME parts.
8817
8818 2012-02-06 Chong Yidong <cyd@gnu.org>
8819
8820 * simple.el (list-processes--refresh): Delete exited processes
8821 (Bug#8094).
8822
8823 * comint.el (comint-next-prompt): next-single-char-property-change
8824 and prev-single-char-property-change never return nil (Bug#8657).
8825
8826 * custom.el (defcustom): Doc fix (Bug#9711).
8827
8828 2012-02-05 Chong Yidong <cyd@gnu.org>
8829
8830 * cus-edit.el (custom-variable-reset-backup): Quote the value
8831 before storing it in the customized-value property (Bug#6712).
8832 (custom-display): Add a customization type tag.
8833 (custom-buffer-create-internal): Improve tooltip message.
8834
8835 * wid-edit.el (widget-field-value-get): New optional arg to
8836 suppress trailing whitespace truncation.
8837 (character): Use it (Bug#2689).
8838
8839 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
8840
8841 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
8842 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
8843
8844 2012-02-05 Chong Yidong <cyd@gnu.org>
8845
8846 * cus-edit.el (custom-variable-value-create): For mismatched
8847 types, show the current value (Bug#7600).
8848
8849 * custom.el (defcustom): Doc fix.
8850
8851 2012-02-05 Glenn Morris <rgm@gnu.org>
8852
8853 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
8854
8855 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
8856
8857 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
8858 (pp-buffer): Use `ignore-errors', `looking-at-p'.
8859 (pp-last-sexp): Use `looking-at-p'.
8860
8861 2012-02-04 Glenn Morris <rgm@gnu.org>
8862
8863 * files.el (revert-buffer):
8864 Doc fix (mention revert-buffer-in-progress-p).
8865
8866 * emacs-lisp/ert-x.el (ert-simulate-command):
8867 Check deferred-action-list (which is obsolete) is bound.
8868
8869 * subr.el (with-wrapper-hook): Doc fixes.
8870
8871 * simple.el (filter-buffer-substring-functions)
8872 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
8873
8874 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
8875
8876 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
8877 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
8878
8879 2012-02-04 Leo Liu <sdl.web@gmail.com>
8880
8881 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
8882
8883 2012-02-04 Glenn Morris <rgm@gnu.org>
8884
8885 * image.el (image-extension-data): Add obsolete alias.
8886
8887 * isearch.el (isearch-update): Doc fix.
8888
8889 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
8890
8891 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
8892
8893 2012-02-03 Glenn Morris <rgm@gnu.org>
8894
8895 * image.el (image-animated-p): Doc fix. Use image-animated-types.
8896 (image-animate-timeout): Doc fix.
8897
8898 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
8899
8900 2012-02-02 Glenn Morris <rgm@gnu.org>
8901
8902 * server.el (server-auth-dir): Doc fix.
8903 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
8904
8905 * subr.el (run-mode-hooks): Doc fix.
8906
8907 2012-02-02 Juri Linkov <juri@jurta.org>
8908
8909 * image-mode.el (image-toggle-display-image): Remove tautological
8910 `major-mode' from the `derived-mode-p' test.
8911
8912 2012-02-02 Kenichi Handa <handa@m17n.org>
8913
8914 * composite.el (compose-region): Cancel previous change.
8915
8916 2012-02-02 Kenichi Handa <handa@m17n.org>
8917
8918 * composite.el (compose-region, compose-string): Signal error for
8919 a null string component (Bug#6988).
8920
8921 2012-02-01 Chong Yidong <cyd@gnu.org>
8922
8923 * view.el (view-buffer-other-window, view-buffer-other-frame):
8924 Handle special modes like view-buffer (Bug#10650).
8925 (view-buffer): Simplify.
8926
8927 * frame.el (set-frame-font): Tweak meaning of third argument.
8928
8929 * dynamic-setting.el (font-setting-change-default-font):
8930 Use set-frame-font (Bug#9982).
8931
8932 2012-02-01 Glenn Morris <rgm@gnu.org>
8933
8934 * progmodes/compile.el (compilation-internal-error-properties):
8935 Respect compilation-first-column in the "*compilation*" buffer.
8936
8937 * emacs-lisp/easy-mmode.el (define-minor-mode):
8938 Relax :variable's test for a named function.
8939
8940 2012-01-31 Alan Mackenzie <acm@muc.de>
8941
8942 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
8943 off by one error.
8944
8945 2012-01-31 Chong Yidong <cyd@gnu.org>
8946
8947 * frame.el (set-frame-font): New arg ALL-FRAMES.
8948
8949 * menu-bar.el (menu-set-font): Use set-frame-font.
8950
8951 * faces.el (face-spec-reset-face): Don't apply unspecified
8952 attribute values to the default face.
8953
8954 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
8955
8956 * progmodes/cwarn.el (cwarn): Remove dead link.
8957 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
8958 Remove * from defcustom docstrings.
8959 (turn-on-cwarn-mode): Make obsolete.
8960 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
8961 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
8962
8963 2012-01-31 Glenn Morris <rgm@gnu.org>
8964
8965 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8966 Fix :variable handling of mode a symbol not equal to modefun.
8967 Allow named functions to be used as the cdr of :variable.
8968
8969 2012-01-30 Glenn Morris <rgm@gnu.org>
8970
8971 * emacs-lisp/authors.el (authors-fixed-entries):
8972 Remove reference to deleted file rnewspost.el.
8973
8974 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
8975
8976 * window.el (window-with-parameter): Remove unused variable `windows'.
8977 (window--side-check): Remove unused variable `code'.
8978 (window--resize-siblings): Remove unused variable `first'.
8979 (adjust-window-trailing-edge): Remove unused variable `failed'.
8980 (window-deletable-p, window--delete): Remove unused variable `buffer'.
8981 Use `let', not `let*'.
8982 (balance-windows-2): Remove unused variable `found'.
8983 (window--state-put-2): Remove unused variable `splits'.
8984 (window-state-put): Remove unused variable `selected'.
8985 (same-window-p): Use `string-match-p'.
8986 (display-buffer-assq-regexp): Remove unused variable `value'.
8987 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8988 Mark argument ALIST as ignored.
8989 (pop-to-buffer): Remove unused variable `old-window'.
8990
8991 2012-01-29 Eli Zaretskii <eliz@gnu.org>
8992
8993 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
8994 and .lzma compressed files.
8995
8996 2012-01-29 Chong Yidong <cyd@gnu.org>
8997
8998 * frame.el (window-system-default-frame-alist): Doc fix.
8999
9000 * dynamic-setting.el (font-setting-change-default-font): Don't
9001 change the default face if SET-FONT argument is non-nil (Bug#9982).
9002
9003 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
9004
9005 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
9006
9007 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
9008
9009 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
9010 breakpoints in files outside current directory (Bug#6098).
9011
9012 2012-01-29 Chong Yidong <cyd@gnu.org>
9013
9014 * progmodes/python.el: Require ansi-color at top-level.
9015
9016 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
9017 Define and use in Emacs Lisp mode (Bug#9360).
9018 (lisp-mode-abbrev-table): Add doc.
9019 (lisp-mode-variables): Don't set local-abbrev-table.
9020 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
9021
9022 2012-01-28 Roland Winkler <winkler@gnu.org>
9023
9024 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
9025
9026 2012-01-28 Roland Winkler <winkler@gnu.org>
9027
9028 * textmodes/bibtex.el (bibtex-entry-alist): New function.
9029 (bibtex-set-dialect): Use it. Either set global values of
9030 dialect-dependent variables or bind these variables buffer-locally
9031 (Bug#10254).
9032 (bibtex-mode): Call bibtex-set-dialect via
9033 hack-local-variables-hook.
9034 (bibtex-dialect): Update docstring.
9035 Add safe-local-variable predicate.
9036 (bibtex-entry-alist, bibtex-field-alist): Initialize via
9037 bibtex-set-dialect.
9038 (bibtex-mode-map): Define menu for each dialect.
9039 (bibtex-entry): Fix docstring.
9040
9041 2012-01-28 Chong Yidong <cyd@gnu.org>
9042
9043 * eshell/esh-arg.el (eshell-quote-argument): New function.
9044
9045 * eshell/esh-ext.el (eshell-invoke-batch-file):
9046 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
9047 first arg to eshell-parse-command (Bug#10523).
9048
9049 2012-01-28 Drew Adams <drew.adams@oracle.com>
9050
9051 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
9052 `default-directory' is non-nil.
9053
9054 2012-01-28 Eli Zaretskii <eliz@gnu.org>
9055
9056 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
9057 line that displays system-configuration-options. (Bug#9924)
9058
9059 2012-01-28 Drew Adams <drew.adams@oracle.com>
9060
9061 * descr-text.el (describe-char): Show information about POS, in
9062 addition to information about the character at POS. Improve and
9063 update the doc string. Change "code point" to "code point in
9064 charset", to avoid confusion with the character's Unicode code
9065 point shown above that. (Bug#10129)
9066
9067 2012-01-28 Eli Zaretskii <eliz@gnu.org>
9068
9069 * descr-text.el (describe-char): Show the raw character, not only
9070 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
9071 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
9072 for the reasons.
9073
9074 2012-01-28 Phil Hagelberg <phil@hagelb.org>
9075
9076 * emacs-lisp/package.el (package-install):
9077 Run package-refresh-contents if there is no archive yet (Bug#9798).
9078
9079 2012-01-28 Chong Yidong <cyd@gnu.org>
9080
9081 * emacs-lisp/package.el (package-maybe-load-descriptor):
9082 New function, split from package-maybe-load-descriptor.
9083 (package-maybe-load-descriptor): Use it.
9084 (package-download-transaction): Fully load required packages
9085 inside the loop, so that `require' calls work (Bug#10593).
9086 (package-install): No need to call package-initialize now.
9087
9088 2012-01-28 Chong Yidong <cyd@gnu.org>
9089
9090 * simple.el (deactivate-mark): Doc fix (Bug#8614).
9091
9092 * tooltip.el (tooltip-mode): Doc fix.
9093 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
9094
9095 * frame.el (set-cursor-color): Doc fix (Bug#352).
9096
9097 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
9098 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
9099
9100 * cus-edit.el (custom-buffer-create-internal): Fix search button
9101 action (Bug#10542).
9102 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
9103
9104 2012-01-27 Eduard Wiebe <usenet@pusto.de>
9105
9106 * dired.el (dired-mark-files-regexp):
9107 Include any subdirectory components. (Bug#10445)
9108
9109 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
9110
9111 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
9112 Handle [host]:port syntax. (Bug#10533)
9113
9114 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
9115
9116 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
9117
9118 2012-01-26 Glenn Morris <rgm@gnu.org>
9119
9120 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
9121 * term.el (term-raw-escape-map): Use Control-X-prefix.
9122 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
9123
9124 2012-01-25 Martin Rudalics <rudalics@gmx.at>
9125
9126 * window.el (window-state-get, window--state-get-1): Don't deal
9127 with fixed-sizeness of windows. Simplify code.
9128
9129 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
9130
9131 * window.el (window--state-get-1, window--state-put-2):
9132 Don't save and restore the mark.
9133
9134 2012-01-25 Chong Yidong <cyd@gnu.org>
9135
9136 * custom.el (custom-variable-p): Doc fix.
9137
9138 2012-01-25 Glenn Morris <rgm@gnu.org>
9139
9140 * dired.el (dired-goto-file): Handle some of the more common
9141 characters that `ls -b' escapes. (Bug#10596)
9142
9143 * progmodes/compile.el (compilation-next-error-function):
9144 Respect compilation-first-column in the "*compilation*" buffer.
9145 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
9146
9147 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
9148
9149 2012-01-24 Glenn Morris <rgm@gnu.org>
9150
9151 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
9152
9153 2012-01-24 Julien Danjou <julien@danjou.info>
9154
9155 * color.el (color-rgb-to-hsl): Fix value computing.
9156 (color-hue-to-rgb): New function.
9157 (color-hsl-to-rgb): New function.
9158 (color-clamp, color-saturate-hsl, color-saturate-name)
9159 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
9160 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
9161
9162 2012-01-24 Glenn Morris <rgm@gnu.org>
9163
9164 * vc/vc-rcs.el (vc-rcs-create-tag):
9165 * vc/vc-sccs.el (vc-sccs-create-tag):
9166 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
9167
9168 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
9169
9170 * eshell/esh-util.el (eshell-read-hosts-file):
9171 Skip comment lines. (Bug#10549)
9172
9173 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
9174
9175 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
9176
9177 * subr.el (display-delayed-warnings): Doc fix.
9178 (collapse-delayed-warnings): New function to collapse identical
9179 adjacent warnings.
9180 (delayed-warnings-hook): Add it.
9181
9182 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
9183
9184 * net/tramp.el (tramp-action-login): Set connection property "login-as".
9185
9186 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
9187 (tramp-default-user-alist): Don't add "pscp".
9188 (tramp-do-copy-or-rename-file-out-of-band): Use connection
9189 property "login-as", if set. (Bug#10530)
9190
9191 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
9192
9193 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
9194 "plink1" and "psftp". (Bug#10530)
9195
9196 2012-01-21 Kenichi Handa <handa@m17n.org>
9197
9198 * international/mule-cmds.el (prefer-coding-system): Show a
9199 warning message if the default value of file-name-coding-system
9200 was not changed.
9201
9202 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9203
9204 * windmove.el (windmove-reference-loc):
9205 Fix windmove-reference-loc miscalculation.
9206
9207 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
9208
9209 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
9210 default unit.
9211
9212 2012-01-21 Glenn Morris <rgm@gnu.org>
9213
9214 * international/mule.el (auto-coding-alist): Add .tbz.
9215
9216 * files.el (local-enable-local-variables): Doc fix.
9217 (inhibit-local-variables-regexps): Rename from
9218 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
9219 Doc fix. Add some extensions from auto-coding-alist.
9220 (inhibit-local-variables-suffixes):
9221 Rename from inhibit-first-line-modes-suffixes. Doc fix.
9222 (inhibit-local-variables-p):
9223 New function, extracted from set-auto-mode-1.
9224 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
9225 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
9226 (hack-local-variables): Doc fix. Make the mode-only case
9227 respect enable-local-variables and friends.
9228 Respect inhibit-local-variables-regexps for file-locals, but
9229 not for directory-locals.
9230 (set-visited-file-name):
9231 Take account of inhibit-local-variables-regexps.
9232 Whether it applies may change as the file name is changed.
9233 * jka-cmpr-hook.el (jka-compr-install):
9234 * jka-compr.el (jka-compr-uninstall):
9235 Update for inhibit-first-line-modes-suffixes name change.
9236
9237 2012-01-20 Martin Rudalics <rudalics@gmx.at>
9238
9239 * help-macro.el (make-help-screen): Temporarily restore original
9240 binding for minor-mode-map-alist (Bug#10454).
9241
9242 2012-01-19 Julien Danjou <julien@danjou.info>
9243
9244 * color.el (color-name-to-rgb): Use the white color to find the max
9245 color component value and return correctly computed values.
9246 (color-name-to-rgb): Add missing float conversion for max value.
9247
9248 2012-01-19 Martin Rudalics <rudalics@gmx.at>
9249
9250 * window.el (window--state-get-1, window-state-get): Do not use
9251 special state value for window-persistent-parameters.
9252 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
9253 (window--state-put-2): Reset all window parameters to nil before
9254 assigning values of persistent parameters.
9255
9256 2012-01-18 Alan Mackenzie <acm@muc.de>
9257
9258 Eliminate sluggishness and hangs in fontification of "semicolon
9259 deserts".
9260
9261 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
9262 Change value 10000 -> 3000.
9263 (c-state-safe-place): Reformulate so it doesn't stack up an
9264 infinite number of wrong entries in c-state-nonlit-pos-cache.
9265 (c-determine-limit-get-base, c-determine-limit): New functions to
9266 determine backward search limits disregarding literals.
9267 (c-find-decl-spots): Amend commenting.
9268 (c-cheap-inside-bracelist-p): New function which detects "={".
9269
9270 * progmodes/cc-fonts.el
9271 (c-make-font-lock-BO-decl-search-function): Give a limit to a
9272 backward search.
9273 (c-font-lock-declarations): Fix an occurrence of point being
9274 undefined. Check additionally for point being in a bracelist or
9275 near a macro invocation without a semicolon so as to avoid a
9276 fruitless time consuming search for a declarator. Give a more
9277 precise search limit for declarators using the new
9278 c-determine-limit.
9279
9280 2012-01-18 Glenn Morris <rgm@gnu.org>
9281
9282 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
9283 (set-auto-mode): Doc fixes.
9284
9285 2012-01-17 Glenn Morris <rgm@gnu.org>
9286
9287 * isearch.el (search-nonincremental-instead): Fix doc typo.
9288
9289 * dired.el (dired-insert-directory): Handle newlines in directory name.
9290 (dired-build-subdir-alist): Unescape newlines in directory name.
9291
9292 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
9293
9294 * net/tramp.el (tramp-local-end-of-line): New defcustom.
9295 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
9296 (tramp-action-terminal): Use it. (Bug#10530)
9297
9298 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9299
9300 * minibuffer.el (completion--replace): Strip properties (bug#10062).
9301
9302 2012-01-16 Martin Rudalics <rudalics@gmx.at>
9303
9304 * window.el (window-state-ignored-parameters): Remove variable.
9305 (window--state-get-1): Rename argument MARKERS to IGNORE.
9306 Handle persistent window parameters. Make copy of clone-of
9307 parameter only if requested. (Bug#10348)
9308 (window--state-put-2): Install a window parameter only if it has
9309 a non-nil value or an existing parameter shall be overwritten.
9310
9311 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
9312
9313 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
9314
9315 2012-01-14 Eli Zaretskii <eliz@gnu.org>
9316
9317 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
9318 don't pass the (nil) value of `upnode' to string-match.
9319
9320 2012-01-14 Chong Yidong <cyd@gnu.org>
9321
9322 * startup.el (command-line): Fix X resource class for cursorColor.
9323 Fix values recognized by the cursorBlink resource.
9324
9325 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
9326
9327 * epg.el (epg--make-temp-file): Avoid permission race condition
9328 when running on old Emacs versions (bug#10403).
9329
9330 2012-01-14 Glenn Morris <rgm@gnu.org>
9331
9332 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
9333
9334 2012-01-13 Alan Mackenzie <acm@muc.de>
9335
9336 Fix filling for when filladapt mode is enabled.
9337
9338 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
9339 c-mask-paragraph, pass in `fill-paragraph' rather than
9340 `fill-region-as-paragraph'. (This is a reversion of a previous
9341 change.)
9342 * progmodes/cc-mode.el (c-basic-common-init):
9343 Make fill-paragraph-handle-comment buffer local and set it to nil.
9344
9345 2012-01-13 Glenn Morris <rgm@gnu.org>
9346
9347 * dired.el (dired-switches-escape-p): New function.
9348 (dired-insert-directory): Use dired-switches-escape-p.
9349 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
9350
9351 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
9352
9353 2012-01-12 Glenn Morris <rgm@gnu.org>
9354
9355 * mail/sendmail.el (mail-mode): Update paragraph-separate for
9356 changes in adaptive-fill-regexp. (Bug#10276)
9357
9358 2012-01-11 Alan Mackenzie <acm@muc.de>
9359
9360 Fix Emacs bug #10463 - put `widen's around the critical spots.
9361
9362 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
9363 widen around each invocation of c-state-pp-to-literal. Remove an
9364 unused let variable.
9365
9366 2012-01-11 Glenn Morris <rgm@gnu.org>
9367
9368 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
9369 Doc fix.
9370
9371 2012-01-10 Chong Yidong <cyd@gnu.org>
9372
9373 * net/network-stream.el (network-stream-open-starttls):
9374 Avoid emitting a confusing error message when the server gives a bad
9375 response to the capability command.
9376
9377 2012-01-10 Glenn Morris <rgm@gnu.org>
9378
9379 * mail/unrmail.el (unrmail): Tweak previous change.
9380
9381 2012-01-09 Chong Yidong <cyd@gnu.org>
9382
9383 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
9384
9385 2012-01-08 Alan Mackenzie <acm@muc.de>
9386
9387 Optimise font locking in long enum definitions.
9388
9389 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
9390 arm to a cond form to handle enums.
9391 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
9392 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
9393
9394 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
9395
9396 * files.el (move-file-to-trash): Preserve default file modes on error.
9397 (Bug#10401)
9398
9399 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9400
9401 * faces.el (set-face-attribute): Clarify the meaning of the nil
9402 frame (bug#10294).
9403
9404 * subr.el (with-selected-frame): Mention that the selected frame
9405 is restored (bug#9980).
9406
9407 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
9408 (bug#9759).
9409
9410 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
9411 (password-read): Don't autoload unused function.
9412
9413 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
9414
9415 * progmodes/which-func.el (which-func-mode): Turn into a
9416 non-interactive function and mark as obsolete (bug#10428).
9417
9418 2012-01-06 Chong Yidong <cyd@gnu.org>
9419
9420 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
9421 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
9422 functions, along with 1 and -1.
9423
9424 2012-01-06 Eli Zaretskii <eliz@gnu.org>
9425
9426 * time.el (display-time-load-average)
9427 (display-time-default-load-average): Doc fixes. See the thread
9428 starting at
9429 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
9430 for the details.
9431
9432 2012-01-06 Glenn Morris <rgm@gnu.org>
9433
9434 * mail/unrmail.el (unrmail): Give an explicit error if the input file
9435 has no messages. (Bug#10377)
9436
9437 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
9438 than Info-edit. (Bug#10385)
9439
9440 * time.el (display-time-load-average, display-time-next-load-average):
9441 Doc fixes.
9442
9443 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
9444 local setting of buffer-read-only to the input buffer. (Bug#10419)
9445
9446 * calendar/calendar.el (calendar-mode):
9447 Locally set scroll-margin to 0. (Bug#10379)
9448
9449 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
9450
9451 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
9452
9453 2012-01-05 Glenn Morris <rgm@gnu.org>
9454
9455 * eshell/em-unix.el (diff-no-select): Autoload it.
9456 (eshell/diff): Use diff-no-select. (Bug#10420)
9457
9458 2012-01-05 Chong Yidong <cyd@gnu.org>
9459
9460 * shell.el (shell-dynamic-complete-functions): Revert last change.
9461 (shell-command-completion-function): New function.
9462 (shell-completion-vars): Use it to implement
9463 shell-completion-execonly (Bug#10417).
9464
9465 * custom.el (enable-theme): Don't set custom-safe-themes.
9466
9467 * cus-theme.el (custom-theme-merge-theme):
9468 Ignore custom-enabled-themes and custom-safe-themes.
9469
9470 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
9471
9472 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
9473 first prompt in `sql-interacive-mode'.
9474 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
9475 keywords.
9476 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
9477 (sql-product-interactive): Bug fix: Set `sql-buffer' in
9478 context of original buffer. Invoke `sql-login-hook'.
9479
9480 2012-01-04 Eli Zaretskii <eliz@gnu.org>
9481
9482 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
9483 letters in cite-prefix.
9484
9485 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9486
9487 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
9488
9489 2012-01-03 Chong Yidong <cyd@gnu.org>
9490
9491 * shell.el (shell-dynamic-complete-functions):
9492 Put pcomplete-completions-at-point, so as to try
9493 comint-filename-completion first (Bug#10417).
9494
9495 2012-01-02 Richard Stallman <rms@gnu.org>
9496
9497 * battery.el (battery-status-function):
9498 Detect when to use battery-yeeloong-sysfs.
9499 (battery-echo-area-format): Add string for Yeeloong.
9500 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
9501 (battery-yeeloong-sysfs): New function.
9502
9503 2012-01-02 Chong Yidong <cyd@gnu.org>
9504
9505 * dirtrack.el (dirtrack-list): Eliminate unused third element.
9506 (dirtrack): Merge code for handling relative filenames in prompt
9507 from shell-dir-cookie-watcher.
9508 (dirtrack-debug-message): New arg to avoid excess format calls.
9509
9510 * shell.el (shell-dir-cookie-re): Variable deleted.
9511 (shell-dir-cookie-watcher): Function deleted.
9512 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
9513 with dirtrack-mode.
9514
9515 2012-01-01 Eli Zaretskii <eliz@gnu.org>
9516
9517 * term/w32-win.el (dynamic-library-alist) <gnutls>:
9518 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
9519 libgnutls-26.dll.
9520
9521 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
9522
9523 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
9524
9525 2011-12-31 Eli Zaretskii <eliz@gnu.org>
9526
9527 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
9528 headers of non-MIME messages, when rmail-enable-mime is non-nil.
9529
9530 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
9531
9532 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
9533 also for alternative shells.
9534 (tramp-open-connection-setup-interactive-shell): Check, whether
9535 the shell is a busybox.
9536 (tramp-send-command): Don't suppress multiple prompts for
9537 busyboxes, it hurts.
9538
9539 2011-12-28 Chong Yidong <cyd@gnu.org>
9540
9541 * progmodes/gdb-mi.el (gdb-get-source-file-list)
9542 (gdb-get-source-file): Move mode line update to
9543 gdb-get-source-file (Bug#10087).
9544
9545 2011-12-25 Chong Yidong <cyd@gnu.org>
9546
9547 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
9548 gud-gdb-marker-filter without taking it as an argument.
9549 (gud-gdb-run-command-fetch-lines): Caller changed.
9550 (gud-gdb-completion-function): New variable.
9551 (gud-gdb-completion-at-point): Use it.
9552 (gud-gdb-completions-1): Split from gud-gdb-completions.
9553
9554 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
9555 function as separate arguments.
9556 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
9557 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
9558 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
9559 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
9560 (gdb-stopped, def-gdb-auto-update-trigger)
9561 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
9562 (gdb-get-changed-registers, gdb-get-main-selected-frame):
9563 Callers changed.
9564 (gud-gdbmi-completions): New function.
9565 (gdb): Use it for generating the completion table.
9566
9567 2011-12-24 Alan Mackenzie <acm@muc.de>
9568
9569 Introduce a mechanism to widen the region used in context font
9570 locking. Use this to protect declarations from losing their contexts.
9571
9572 * progmodes/cc-langs.el (c-before-font-lock-functions):
9573 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
9574 (c-before-context-fontification-functions): New defvar, a list of
9575 functions to be run just before context (etc.) font locking.
9576
9577 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
9578 New, functionality extracted from
9579 c-neutralize-syntax-in-and-mark-CPP.
9580 (c-in-after-change-fontification): New variable.
9581 (c-after-change): Set c-in-after-change-fontification.
9582 (c-set-fl-decl-start): Rejig its interface, so it can be called
9583 from both after-change and context fontifying.
9584 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
9585 New functions.
9586 (c-standard-font-lock-fontify-region-function): New variable.
9587 (c-font-lock-fontify-region): New function.
9588
9589 2011-12-24 Juri Linkov <juri@jurta.org>
9590
9591 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
9592 (Bug#10348)
9593
9594 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
9595
9596 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
9597 existence of source file. (Bug#10325)
9598
9599 2011-12-23 Alan Mackenzie <acm@muc.de>
9600
9601 Fix unstable fontification inside templates.
9602
9603 * progmodes/cc-langs.el (c-before-font-lock-functions):
9604 Newly created from the singular version. The (c c++ objc) entry now
9605 additionally has c-set-fl-decl-start. The other languages (apart
9606 from AWK) have that as a single entry.
9607
9608 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9609 The functionality for "local" declarations has been extracted to
9610 c-set-fl-decl-start.
9611
9612 * progmodes/cc-mode.el (c-common-init, c-after-change):
9613 Changes due to pluralisation of c-before-font-lock-functions.
9614 (c-set-fl-decl-start): New function, extracted from
9615 c-font-lock-enclosing-decls and enhanced.
9616
9617 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
9618
9619 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
9620
9621 2011-12-22 Juri Linkov <juri@jurta.org>
9622
9623 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
9624
9625 2011-12-22 Chong Yidong <cyd@gnu.org>
9626
9627 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
9628
9629 2011-12-21 Drew Adams <drew.adams@oracle.com>
9630
9631 * files.el (file-remote-p): Fix docstring. (Bug#10319)
9632
9633 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9634
9635 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
9636
9637 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9638
9639 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
9640 highlighting and support. Fix up comments for capitalization.
9641 (cfengine-mode-debug): New var.
9642 (cfengine3-mode): Change the modeline indicator to "CFE3".
9643 (cfengine3-font-lock-keywords): Improve defun highlighting.
9644 (cfengine2-actions): Rename from `cfengine-actions'.
9645 (cfengine2-font-lock-keywords): Rename from
9646 `cfengine-font-lock-keywords'.
9647 (cfengine2-imenu-expression): Rename from
9648 `cfengine-imenu-expression'.
9649 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
9650 (cfengine2-beginning-of-defun): Rename from
9651 `cfengine-beginning-of-defun'.
9652 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
9653 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
9654 (cfengine2-mode): Rename from `cfengine-mode'. Change the
9655 modeline indicator to "CFE2".
9656 (cfengine-mode): Defalias to `cfengine-auto-mode'.
9657 (cfengine-mode-abbrevs): Mark obsolete.
9658
9659 2011-12-21 Chong Yidong <cyd@gnu.org>
9660
9661 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
9662 filename argument.
9663
9664 2011-12-20 Martin Rudalics <rudalics@gmx.at>
9665
9666 * window.el (window-normalize-buffer-to-display): Remove.
9667 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
9668
9669 2011-12-19 Chong Yidong <cyd@gnu.org>
9670
9671 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
9672 Don't signal an error in a predicate function; return non-nil.
9673 (vc-dir-mark-file): Move the error here.
9674 (vc-dir-mark-unmark): If acting on the region, keep going if one
9675 of the entries cannot be marked/unmarked.
9676 (vc-dir-mark-all-files): If current entry is a directory, mark
9677 only child files, as documented.
9678
9679 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
9680
9681 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
9682 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
9683 addition.
9684
9685 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9686
9687 * term/ns-win.el (ns-get-selection-internal)
9688 (ns-store-selection-internal): Declare.
9689 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
9690 Declare as obsolete.
9691 (ns-get-pasteboard, ns-paste-secondary):
9692 Use ns-get-selection-internal.
9693 (ns-set-pasteboard, ns-copy-including-secondary):
9694 Use ns-store-selection-internal.
9695
9696 2011-12-17 Chong Yidong <cyd@gnu.org>
9697
9698 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9699 (vc-deduce-fileset): Doc fix.
9700
9701 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
9702
9703 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
9704
9705 2011-12-13 Sam Steingold <sds@gnu.org>
9706
9707 * man.el (Man-getpage-in-background): When running under a
9708 window-system, ignore $MANWIDTH and $COLUMNS.
9709
9710 2011-12-15 Kenichi Handa <handa@m17n.org>
9711
9712 * language/ethio-util.el: Change coding tag to utf-8-emacs.
9713 (setup-ethiopic-environment-internal): Comment out key-binding for
9714 ethio-toggle-punctuation.
9715
9716 2011-12-13 Alan Mackenzie <acm@muc.de>
9717
9718 Add the switch statement to AWK Mode.
9719
9720 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
9721 "default" to the keywords regexp.
9722
9723 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
9724 expression as the rest.
9725 (c-nonlabel-token-key): Allow string literals for AWK.
9726 Refactor for the other modes.
9727
9728 Large brace-block initialisation makes CC Mode slow: Fix.
9729 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
9730 routines. Limit backward searching in c-font-lock-enclosing.decl.
9731
9732 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
9733 pp-state and literal type in addition to the limits.
9734 (c-state-safe-place): New defun, extracted from c-state-literal-at.
9735 (c-state-literal-at): Use the above new defun.
9736 (c-slow-in-literal, c-fast-in-literal): Remove.
9737 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
9738
9739 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
9740 being in a literal. Add a limit for backward searching.
9741
9742 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
9743 c-slow-in-literal.
9744
9745 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
9748
9749 2011-12-13 Martin Rudalics <rudalics@gmx.at>
9750
9751 * window.el (delete-other-windows): Use correct frame in call to
9752 window-with-parameter.
9753
9754 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
9755
9756 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
9757 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
9758 (makefile-gmake-statements, makefile-makepp-statements):
9759 Use it and add new makepp keywords.
9760 (makefile-makepp-font-lock-keywords): Add new patterns.
9761 (makefile-match-function-end): Match new [...] and [[...]].
9762
9763 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
9764
9765 * ses.el (ses-call-printer-return, ses-cell-property-get)
9766 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
9767 (ses-create-cell-variable, ses-reset-header-string)
9768 (ses-cell-set-formula, ses-repair-cell-reference-all)
9769 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
9770 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
9771 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
9772 (ses-aset-with-undo, ses-load, ses-truncate-cell)
9773 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
9774 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
9775 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
9776 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
9777 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
9778 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
9779 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
9780 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
9781
9782 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
9783
9784 * ses.el: The overall change is to add cell renaming, that is
9785 setting fancy names for cell symbols other than name matching
9786 "\\`[A-Z]+[0-9]+\\'" regexp .
9787 (ses-create-cell-variable): New defun.
9788 (ses-relocate-formula): Relocate formulas only for cells the
9789 symbols of which are not renamed, i.e. symbols whose names do not
9790 match regexp "\\`[A-Z]+[0-9]+\\'".
9791 (ses-relocate-all): Relocate values only for cells the symbols of
9792 which are not renamed.
9793 (ses-load): Create cells variables as the (ses-cell ...) are read,
9794 in order to check row col consistency with cell symbol name only
9795 for cells that are not renamed.
9796 (ses-replace-name-in-formula): New defun.
9797 (ses-rename-cell): New defun.
9798
9799 2011-12-11 Chong Yidong <cyd@gnu.org>
9800
9801 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
9802 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
9803
9804 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
9805
9806 * window.el (other-window): Fix docstring.
9807
9808 2011-12-10 Eli Zaretskii <eliz@gnu.org>
9809
9810 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
9811 `from' or `to' address before taking its substring.
9812 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
9813 encoded name is chopped in the middle of the encoded string, and
9814 thus displayed encoded.
9815
9816 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
9817
9818 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
9819
9820 2011-12-10 Eli Zaretskii <eliz@gnu.org>
9821
9822 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
9823 to use texinfo-update-node and commands that call it if the
9824 Texinfo file uses @node lines without next/prev/up pointers.
9825 Correct outdated description about texinfo-master-menu.
9826 (texinfo-all-menus-update, texinfo-master-menu)
9827 (texinfo-update-node, texinfo-every-node-update)
9828 (texinfo-multiple-files-update): Doc fix. Warn against updating
9829 all the @node lines.
9830 (texinfo-master-menu): Only call texinfo-update-node if the prefix
9831 argument is numeric. Explain better in the doc string what the
9832 function really does.
9833 (texinfo-insert-master-menu-list): Improve the error message
9834 displayed if there's no menu in the Top node.
9835 (Bug#2975) See also this thread:
9836 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
9837
9838 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
9839
9840 * speedbar.el (speedbar-supported-extension-expressions):
9841 Add .adb and .ads, commonly used for Ada source code (bug#10256).
9842
9843 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
9844
9845 * printing.el (pr-mode-alist):
9846 * simple.el (filter-buffer-substring-functions)
9847 (completion-list-insert-choice-function):
9848 * window.el (window-with-parameter, window-atom-root)
9849 (window-sides-slots, window-size-fixed, window-min-delta)
9850 (window-max-delta, window--resize-mini-window)
9851 (window--resize-child-windows-normal, window-tree)
9852 (delete-other-windows, quit-window, split-window)
9853 (display-buffer-record-window, special-display-buffer-names)
9854 (special-display-regexps, special-display-popup-frame)
9855 (same-window-p, split-window-sensibly)
9856 (display-buffer-overriding-action, display-buffer-alist)
9857 (display-buffer-base-action, display-buffer, switch-to-buffer)
9858 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
9859 (fit-window-to-buffer, recenter-positions)
9860 (mouse-autoselect-window-state, mouse-autoselect-window-select):
9861 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
9862 and remove unneeded backslashes in docstrings.
9863
9864 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9865
9866 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
9867
9868 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
9869 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
9870 end in ".mk".
9871 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
9872 when reading the makefile (bug#10116).
9873
9874 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
9877 (bug#10116).
9878
9879 2011-12-06 Glenn Morris <rgm@gnu.org>
9880
9881 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
9882
9883 2011-12-06 Chong Yidong <cyd@gnu.org>
9884
9885 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
9886
9887 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
9888
9889 * textmodes/table.el (table-shorten-cell): Fix typo.
9890
9891 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
9892
9893 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
9894
9895 2011-12-05 Eli Zaretskii <eliz@gnu.org>
9896
9897 * descr-text.el (describe-char): Fix display of strong
9898 right-to-left characters and directional embeddings and overrides.
9899
9900 * simple.el (what-cursor-position): Fix display of codepoints of
9901 strong right-to-left characters.
9902
9903 2011-12-05 Chong Yidong <cyd@gnu.org>
9904
9905 * faces.el (read-color): Doc fix.
9906
9907 2011-12-05 Glenn Morris <rgm@gnu.org>
9908
9909 * align.el (align--set-marker): Add doc-string.
9910 Don't try to move something that is not a marker. (Bug#10216)
9911
9912 2011-12-04 Glenn Morris <rgm@gnu.org>
9913
9914 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
9915 overly zealous deletion of trailing whitespace.
9916
9917 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
9918
9919 * server.el (server-delete-client): On Windows, do not try to delete
9920 the only terminal.
9921 (server-process-filter): On Windows, treat requests for a tty frame as
9922 if they were for a GUI frame if the running server is in GUI mode.
9923
9924 2011-12-03 Glenn Morris <rgm@gnu.org>
9925
9926 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
9927
9928 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * electric.el: Streamline electric-indent's hook.
9931 (electric-indent-chars): Revert to simple list.
9932 (electric-indent-functions): New var.
9933 (electric-indent-post-self-insert-function): Use it.
9934
9935 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
9936 there's no inferior buffer (bug#10196).
9937 (prolog-consult-compile): Don't use toggle-read-only.
9938
9939 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
9940
9941 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
9942 interrupt. (Bug#10187)
9943
9944 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9945
9946 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
9947 (bug#9160).
9948
9949 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
9950 (bug#10191).
9951
9952 2011-12-02 Juri Linkov <juri@jurta.org>
9953
9954 * info.el (Info-search): Display "end of manual" when Isearch
9955 reaches the end of single-file Info manual. (Bug#9918)
9956
9957 2011-12-02 Eli Zaretskii <eliz@gnu.org>
9958
9959 * isearch.el (isearch-message-prefix): Run the input method part
9960 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
9961
9962 2011-12-02 Juri Linkov <juri@jurta.org>
9963
9964 * isearch.el (isearch-occur): Use `word-search-regexp' for
9965 `isearch-word'.
9966 (isearch-search-and-update): Add condition for `isearch-word' and
9967 call `word-search-regexp'. (Bug#10145)
9968
9969 2011-12-01 Glenn Morris <rgm@gnu.org>
9970
9971 * eshell/em-hist.el (eshell-hist-initialize):
9972 Handle eshell-history-size nil and HISTSIZE set or unset.
9973 (eshell-history-file-name, eshell-history-size): Fix custom type.
9974
9975 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
9978
9979 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
9980
9981 * progmodes/verilog-mode.el (verilog-pretty-expr):
9982 Rework verilog-pretty-expr to handle new assignment operators in system
9983 verilog, such as += *= and the like.
9984 (verilog-assignment-operator-re): Regular expression to find the
9985 assigment operator in a verilog assignment.
9986 (verilog-assignment-operation-re): Regular expression to find an
9987 assignment statement for pretty-expr.
9988 (verilog-in-attribute-p): Query returns true if point is in an
9989 attribute context; used to skip these for expression line up from
9990 pretty-expr.
9991 (verilog-in-parameter-p): Query returns true if point is in an
9992 parameter definition context; used to skip these for expression
9993 line up from pretty-expr.
9994 (verilog-in-parenthesis-p): Query returns true if point is in a
9995 parenthetical expression, specifically ( ) but not [ ] or { };
9996 used by pretty-expr.
9997 (verilog-just-one-space): If there is no space, don't add one.
9998 (verilog-get-lineup-indent-2): Specifically skip just attribute
9999 contexts for expression lineup, rather than skipping all
10000 parenthetical expressions.
10001 (verilog-calculate-indent): Fix comment, and fix indent.
10002 (verilog-do-indent): Indent declarations in lists (suggested by
10003 Joachim Lechner).
10004 (verilog-mode-abbrev-table): Populate abbrev mode with the various
10005 skeleton items.
10006 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
10007 by Alain Mellan).
10008
10009 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
10010
10011 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
10012 parameters with embedded comments. Reported by Ray Stevens.
10013 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
10014 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
10015 Reported by Tim Holt.
10016 (verilog-auto): Fix AUTOing a upper module then AUTOing module
10017 instantiated by upper module causing wrong expansion until AUTOed a
10018 second time. Reported by K C Buckenmaier.
10019 (verilog-diff-auto): Fix showing .* as a difference when
10020 `verilog-auto-star-save' off. Reported by Dan Dever.
10021 (verilog-auto-reset, verilog-read-always-signals)
10022 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
10023 temporary signals in reset list if
10024 verilog-auto-reset-blocking-in-non is nil, and match assignment
10025 style to each signal's assignment type, bug381.
10026 Reported by Thomas Esposito.
10027 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
10028 (verilog-uvm-statement-re): Support UVM indentation and
10029 highlighting, with old OVM keywords only.
10030 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
10031 Support AUTOTIEOFF creating non-wire data types.
10032 Suggested by Jonathan Greenlaw.
10033 (verilog-auto-insert-lisp, verilog-delete-to-paren)
10034 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
10035 (verilog-inject-sense, verilog-read-inst-pins)
10036 (verilog-read-sub-decls, verilog-read-sub-decls-line):
10037 Fix mismatching parenthesis inside commented out code when deleting
10038 AUTOINST, bug383. Reported by Jonathan Greenlaw.
10039 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
10040 non-numeric vector width. Reported by Alex Reed.
10041 (verilog-auto-ascii-enum): Add "onehot" option to work around not
10042 detecting signals with parameter widths. Reported by Alex Reed.
10043 (verilog-auto-delete-trailing-whitespace):
10044 With `verilog-auto-delete-trailing-whitespace' remove trailing
10045 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
10046 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
10047 Fix verilog-scan-cache corruption when running user AUTO expansion
10048 hooks that call indentation routines.
10049 (verilog-simplify-range-expression): Fix typo ignoring lower case
10050 identifiers.
10051 (verilog-delete-auto): Fix delete-autos to also remove user created
10052 automatics, as long as they start with AUTO.
10053 (verilog-batch-diff-auto, verilog-diff-auto)
10054 (verilog-diff-function): Add `verilog-diff-auto' and bind to
10055 "C-c?" to report differences in AUTO expansion, ignoring spaces.
10056 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
10057 (verilog-in-paren-quick, verilog-re-search-backward-quick)
10058 (verilog-re-search-forward-quick, verilog-syntax-ppss):
10059 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
10060 is disabled and its cache will get corrupt, causing AUTOS not to
10061 expand. Instead use only -quick functions.
10062 (verilog-scan-region): Fix scanning over escaped quotes.
10063 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
10064 (verilog-re-search-backward-quick)
10065 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
10066 related functions now ignore strings, to fix misparsing of strings
10067 with magic comments embedded in them.
10068 (verilog-read-auto-template):
10069 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
10070 Reported by Brad Dobbie.
10071 (verilog-read-auto-template):
10072 Fix 'verilog-auto-inst-template-numbers' with comments.
10073 Reported by Brad Dobbie.
10074 (verilog-auto-inst, verilog-auto-inst-param)
10075 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
10076 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
10077 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
10078 debugging templates without merge conflicts, bug357.
10079 Reported by Brad Dobbie.
10080 (verilog-read-auto-template):
10081 Fix verilog-auto-inst-template-numbers with multiple templates.
10082 Reported by Brad Dobbie.
10083 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
10084 abbrevs so user won't be asked to save.
10085 (verilog-read-auto-lisp-present): Fix to start at beginning of
10086 buffer in case called outside of verilog-auto.
10087 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
10088 to "X-2". Reported by Matthew Myers.
10089 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
10090 all inputs from module templates. Reported by Leith Johnson.
10091 (verilog-module-inside-filename-p): Fix locating programs as with
10092 modules.
10093 (verilog-auto-inst-port): Fix vl-width expressions when using
10094 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
10095 (verilog-decls-get-regs, verilog-decls-get-signals,
10096 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
10097 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
10098 verilog-read-decls): Combine reg and wire structures into one var
10099 structure to represent SystemVerilog concepts.
10100 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
10101 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
10102 (verilog-auto-wire-type, verilog-insert-definition):
10103 Add verilog-auto-wire-type and AUTOLOGIC to support using
10104 SystemVerilog "logic" keyword instead of "wire"/"reg".
10105 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
10106 to declares outputs that also have assignments (presumably in an
10107 ifdef or generate if so there's not a driver conflict).
10108 Reported by Matthew Myers.
10109 (verilog-auto-declare-nettype, verilog-insert-definition):
10110 Add verilog-auto-declare-nettype to fix declarations using
10111 `default_nettype none. Reported by Julian Gorfajn.
10112 (verilog-read-always-signals-recurse, verilog-read-decls)
10113 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
10114 malformed end statement, bug325. Reported by Joshua Wise and
10115 Andrew Drake.
10116 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
10117 (verilog-inst-comment-re): Fix not deleting Interfaced comment
10118 when expanding .* in interfaces, bug320.
10119 Reported by Pierre-David Pfister.
10120 (verilog-read-module-name): Fix import statements between module
10121 name and open parenthesis, bug317.
10122 Reported by Pierre-David Pfister.
10123 (verilog-simplify-range-expression): Fix simplification of
10124 multiplications inside AUTOWIRE connections, bug303.
10125 (verilog-auto-inst-port): Support parameter expansion in
10126 multidimensional arrays.
10127 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
10128 after "assert property". Reported by Julian Gorfajn.
10129 (verilog-simplify-range-expression): Fix "couldn't merge" errors
10130 with multiplication, bug303.
10131 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
10132 Reported by Jan Frode Lonnum.
10133
10134 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
10135
10136 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
10137 (hfy-shell-file-name, hfy-shell):
10138 * international/fontset.el (x-decompose-font-name): Fix typos.
10139
10140 2011-11-29 Ken Brown <kbrown@cornell.edu>
10141
10142 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
10143 (gdb-version): Remove defvar.
10144 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
10145 (gdb-gud-context-command, gdb-non-stop-handler)
10146 (gdb-current-context-command, gdb-stopped): Use it.
10147 (gdb-init-1): Enable pretty printing here.
10148 (gdb-non-stop-handler): Don't enable pretty-printing here.
10149 Check to see if the target supports non-stop mode; if not, turn off
10150 non-stop mode. Use the following.
10151 (gdb-check-target-async): New defun.
10152 (gud-watch, gdb-stopped): Fix whitespace.
10153 (gdb-get-source-file): Don't try to display the source file if
10154 `gdb-main-file' is nil.
10155
10156 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10157
10158 * align.el: Try to generate fewer markers (bug#10047).
10159 (align--set-marker): New macro.
10160 (align-region): Use it.
10161
10162 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
10165
10166 2011-11-29 Chong Yidong <cyd@gnu.org>
10167
10168 * indent.el (indent-for-tab-command, indent-according-to-mode):
10169 Doc fix.
10170 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
10171
10172 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
10173
10174 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
10175 aware of remote file names. (Bug#10124)
10176
10177 2011-11-29 Chong Yidong <cyd@gnu.org>
10178
10179 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
10180
10181 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * files.el (find-file): Don't use force-same-window (bug#10144).
10184 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
10185 use pop-to-buffer if the selected window can't be used.
10186 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
10187
10188 2011-11-28 Eli Zaretskii <eliz@gnu.org>
10189
10190 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
10191 special-mode-map.
10192
10193 2011-11-28 Chong Yidong <cyd@gnu.org>
10194
10195 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
10196
10197 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
10198
10199 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
10200 gdb-get-source-file-list on gdb-create-source-file-list.
10201
10202 2011-11-26 Eli Zaretskii <eliz@gnu.org>
10203
10204 * whitespace.el (whitespace-newline): Use a different foreground
10205 color for 16-color light-background displays.
10206
10207 2011-11-24 Chong Yidong <cyd@gnu.org>
10208
10209 * window.el (display-buffer--special-action): Doc fix.
10210
10211 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
10212
10213 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
10214 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
10215 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
10216 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
10217 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
10218 (avl-tree-stack-first):
10219 * emacs-lisp/cconv.el (cconv--analyse-use):
10220 * net/gnutls.el (gnutls-negotiate): Fix typos.
10221
10222 2011-11-24 Glenn Morris <rgm@gnu.org>
10223
10224 * lpr.el (lpr-windows-system, lpr-lp-system):
10225 * mail/binhex.el (binhex-begin-line):
10226 * progmodes/grep.el (grep-history, grep-find-history):
10227 * textmodes/flyspell.el:
10228 * vc/pcvs-defs.el (cvs-global-menu):
10229 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
10230 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
10231 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
10232
10233 * net/tls.el: Fix case of "GnuTLS".
10234
10235 * paths.el (rmail-file-name): Format doc-string for make-docfile.
10236
10237 * version.el (emacs-build-system): Give it a doc-string.
10238
10239 2011-11-24 Juri Linkov <juri@jurta.org>
10240
10241 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
10242
10243 2011-11-24 Glenn Morris <rgm@gnu.org>
10244
10245 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
10246 if called on a non-mime message just toggle the headers. (Bug#8006)
10247
10248 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
10249
10250 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
10251 (allout-lead-with-comment-string, allout-structure-deleted-hook)
10252 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
10253 (allout-rebullet-heading, allout-open-sibtopic)
10254 (allout-toggle-current-subtree-encryption)
10255 (allout-toggle-subtree-encryption, allout-encrypt-string)
10256 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
10257 (allout-distinctive-bullets-string, allout-auto-activation):
10258 * window.el (window-normalize-buffer-to-display):
10259 * progmodes/verilog-mode.el (verilog-batch-indent):
10260 * textmodes/bibtex.el (bibtex-field-braces-opt)
10261 (bibtex-field-strings-opt):
10262 * vc/cvs-status.el (cvs-tree-merge):
10263 Fix typos.
10264
10265 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
10266
10267 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
10268 `non-essential' to t, in order to avoid remote connections.
10269
10270 2011-11-23 Eli Zaretskii <eliz@gnu.org>
10271
10272 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10273 On MS-DOS and MS-Windows, compare with loaddefs.el
10274 case-insensitively.
10275
10276 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10277
10278 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
10279
10280 2011-11-23 Glenn Morris <rgm@gnu.org>
10281
10282 * paths.el (rmail-file-name): Reformat the doc-string so that it
10283 is picked up.
10284
10285 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
10286 (rmail-auto-file): Ignore case in the "special" field names,
10287 as mail-fetch-field does for all others.
10288
10289 * mail/rmail.el (rmail-forward):
10290 * mail/rmailkwd.el (rmail-set-label):
10291 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
10292 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
10293
10294 * mail/rmail.el (rmail-current-message): Doc fix.
10295
10296 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
10297
10298 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * server.el (server-eval-and-print): Allow C-g (bug#6585).
10301
10302 2011-11-22 Glenn Morris <rgm@gnu.org>
10303
10304 * mail/rmailmm.el (test-rmail-mime-handler)
10305 (test-rmail-mime-bulk-handler)
10306 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
10307
10308 2011-11-21 Juri Linkov <juri@jurta.org>
10309
10310 * calc/calc.el (calc-read-key-sequence):
10311 Let-bind `input-method-function' to nil. (Bug#10018)
10312
10313 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10314
10315 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
10316 Tell the caller that the next line needs recomputation, even
10317 though it doesn't start a sexp (bug#10094).
10318
10319 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
10322
10323 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10326 Use force-same-window.
10327
10328 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
10329
10330 * descr-text.el (describe-char-unicode-data):
10331 * json.el (json-string-escape):
10332 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
10333 (Footnote-unicode, Footnote-style-p):
10334 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
10335
10336 2011-11-20 Chong Yidong <cyd@gnu.org>
10337
10338 * window.el (replace-buffer-in-windows): Restore interactive spec.
10339
10340 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * electric.el (electric-indent-mode): Fix last change (too optimistic).
10343
10344 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
10345 (byte-compile-global-not-obsolete-vars): New var.
10346 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
10347 Use it.
10348 (byte-compile-warn-obsolete): Align text with the one in *Help*.
10349
10350 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
10351
10352 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
10353 * progmodes/pascal.el (electric-pascal-equal):
10354 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
10355 * xml.el (xml-substitute-special): Fix typos.
10356
10357 2011-11-20 Glenn Morris <rgm@gnu.org>
10358
10359 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
10360 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
10361 Doc fixes.
10362 (rmail-decode-mime-charset): Mark as obsolete.
10363
10364 * mail/rmailsum.el (rmail-message-regexp-p-1):
10365 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
10366 Before using mime functions, check they are set. (Bug#10077)
10367
10368 2011-11-19 Juri Linkov <juri@jurta.org>
10369
10370 * info.el (Info-finder-find-node): Use `package--builtins' instead
10371 of `package-alist'. Use node names formed by the pattern "Keyword "
10372 and the keyword name.
10373
10374 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10375
10376 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
10377
10378 2011-11-19 Juri Linkov <juri@jurta.org>
10379
10380 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
10381 that calls `revert-buffer' on all Info buffers. (Bug#9915)
10382 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
10383 `old-history', `old-history-forward'. Add let-binding
10384 `window-selected'. Remove calls to `kill-buffer',
10385 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
10386 before calling `Info-find-node', so `Info-find-node-2' will reread
10387 the Info file. Restore window positions only when `window-selected'
10388 is non-nil.
10389
10390 2011-11-19 Juri Linkov <juri@jurta.org>
10391
10392 * isearch.el (isearch-lazy-highlight-new-loop):
10393 Remove condition `(not isearch-error)'. (Bug#9918)
10394
10395 * misearch.el (multi-isearch-search-fun): Add condition
10396 `(not bound)' to ignore lazy-highlighting search.
10397 Add the search-failed message "end of multi" when the end of
10398 multi-sequence is reached. Uncapitalize the search-failed
10399 message "Repeat for next buffer".
10400
10401 * info.el (Info-search): Add the search-failed message
10402 "end of the manual" when the end of the manual is reached
10403 in Isearch mode.
10404
10405 2011-11-19 Juri Linkov <juri@jurta.org>
10406
10407 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
10408 Use non-destructive `remove' instead of `delete' because
10409 `Info-history-list' stored to `Info-isearch-initial-history-list' in
10410 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
10411
10412 2011-11-19 Juri Linkov <juri@jurta.org>
10413
10414 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
10415 to nil instead of binding `search-ring' and `regexp-search-ring'.
10416 (Bug#9185)
10417
10418 2011-11-19 Eli Zaretskii <eliz@gnu.org>
10419
10420 * simple.el (line-move): Force movement by logical lines for any
10421 hscrolled window, not only when auto-hscroll-mode is on.
10422 (line-move-visual): Update doc string to that effect. (Bug#10076)
10423
10424 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10425
10426 * language/european.el (macintosh): Define as alias for mac-roman.
10427
10428 2011-11-19 Eli Zaretskii <eliz@gnu.org>
10429
10430 * mail/rmailmm.el (rmail-mime-display-header)
10431 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
10432 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
10433 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
10434 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
10435 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
10436 of a raw aref.
10437 (rmail-mime-entity-segment): To get past the tagline, move forward
10438 2 more lines, to account for the 2 empty lines that precede and
10439 follow the line with the buttons.
10440 (rmail-mime-update-tagline): Move one more line, to get past the
10441 empty line that follows the buttons in the tagline. (Bug#9520)
10442
10443 2011-11-19 Martin Rudalics <rudalics@gmx.at>
10444
10445 * window.el (window-max-delta-1, window-min-delta-1)
10446 (window-min-size-1, window-state-get-1, window-state-put-1)
10447 (window-state-put-2): Use "window--" prefix.
10448
10449 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * emacs-lisp/smie.el: Improve warnings and conflict detection.
10452 (smie-warning-count): New var.
10453 (smie-set-prec2tab): Use it.
10454 (smie-bnf->prec2): Improve warnings. Add docstring.
10455 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
10456 (smie-bnf--set-class): New function.
10457 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
10458 corner case.
10459
10460 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
10461 (compilation-error-properties, compilation-move-to-column):
10462 Handle compilation-first-column while in the target buffer.
10463
10464 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
10465 Don't hardcode point-min==1.
10466
10467 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
10468 (eshell-rewrite-for-command): Remove workaround.
10469 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
10470 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
10471 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
10472
10473 * files-x.el (modify-file-local-variable): Obey commenting conventions.
10474
10475 2011-11-17 Glenn Morris <rgm@gnu.org>
10476
10477 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10478 Ignore buffer-local generated-autoload-file if it is the same
10479 as the global value. (Bug#10049)
10480
10481 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
10482
10483 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
10484 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
10485 (reftex-toc-previous-heading, reftex-toc-max-level)
10486 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
10487 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
10488 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10489 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10490 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
10491 (reftex-toc-rename-label, reftex-toc-visit-location)
10492 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
10493 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
10494 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
10495 leaving "*toc*" only for references to the buffer.
10496
10497 2011-11-17 Martin Rudalics <rudalics@gmx.at>
10498
10499 * window.el (window-resize, delete-window, split-window):
10500 Replace window-splits by window-combination-resize.
10501 * cus-start.el (window-splits): Replace by window-combination-resize.
10502
10503 2011-11-17 Glenn Morris <rgm@gnu.org>
10504
10505 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10506 Make bash entry derive from sh entry, not shell entry.
10507
10508 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
10509
10510 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
10511 local file name.
10512
10513 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10514
10515 * menu-bar.el (menu-bar-file-menu):
10516 * printing.el (pr-ps-utility):
10517 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
10518 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
10519 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
10520 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
10521 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
10522 (icalendar--convert-cyclic-to-ical)
10523 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
10524 (icalendar--convert-ical-to-diary)
10525 (icalendar--convert-recurring-to-diary)
10526 (icalendar--convert-non-recurring-all-day-to-diary)
10527 (icalendar-import-format-sample):
10528 * progmodes/idlw-shell.el (idlwave-shell-mode):
10529 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
10530 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
10531 (vhdl-ps-print-init): Fix typos.
10532
10533 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
10534
10535 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
10536 FSF and collapse date sequence, obscure author/maintainer email address
10537 better, remove extra version line, track relocation of author's webpage.
10538
10539 * progmodes/python.el (python-pdbtrack-input-prompt)
10540 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
10541 regular python pdb prompts. Adjustments shamelessly taken exactly as
10542 suggested in EmacsWiki page (tiny change):
10543 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
10544
10545 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10546
10547 * expand.el (expand-pos, expand-index, expand-point):
10548 Remove redundant info from docstring.
10549 (expand-add-abbrevs): Doc fix.
10550 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
10551 (expand-sample-perl-mode-expand-list): Fix typos.
10552
10553 * net/dbus.el (dbus-event-member-name):
10554 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
10555 * term/pc-win.el (msdos-create-frame-with-faces):
10556 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
10557
10558 2011-11-16 Martin Rudalics <rudalics@gmx.at>
10559
10560 * window.el (split-window, window-state-get-1)
10561 (window-state-put-1, window-state-put-2): Rename occurrences of
10562 window-nest to window-combination-limit.
10563 * cus-start.el (window-nest): Rename to window-combination-limit.
10564
10565 2011-11-16 Chong Yidong <cyd@gnu.org>
10566
10567 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
10568 regexp (Bug#10033).
10569
10570 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
10573 `completing-read' will remove *Completions* and will preserve
10574 current-buffer for us.
10575 (tmm-add-prompt): Users of *Completions* will always (re)set its
10576 major mode.
10577 (tmm-old-comp-map): Remove.
10578
10579 2011-11-16 Glenn Morris <rgm@gnu.org>
10580
10581 * mail/rmailedit.el: Require rmailmm when compiling.
10582 (rmail-old-mime-state): New declaration.
10583 (rmail-edit-current-message): If editing a mime message,
10584 edit the "raw" message from the mbox buffer.
10585 (rmail-cease-edit): Handle mime messages. (Bug#9840)
10586
10587 2011-11-15 Glenn Morris <rgm@gnu.org>
10588
10589 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
10590 which wasn't being used. Add optional arg to force given state.
10591 (rmail-mime): Add optional arg to force given state.
10592
10593 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10594
10595 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10596 * frame.el (display-mm-dimensions-alist):
10597 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
10598 (outline-move-subtree-down):
10599 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
10600 (newsticker--treeview-do-get-node):
10601 * net/quickurl.el (quickurl-list-buffer-name):
10602 * progmodes/dcl-mode.el (dcl-mode):
10603 * progmodes/gdb-mi.el (gdb-mapcar*):
10604 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
10605
10606 2011-11-15 Glenn Morris <rgm@gnu.org>
10607
10608 * mail/rmail.el (rmail-file-coding-system): It's only ever used
10609 in a boolean sense, so just make it a boolean, and fix the doc.
10610 (rmail-show-mime-function, rmail-mime-feature)
10611 (rmail-require-mime-maybe): Doc fixes.
10612 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
10613
10614 * mail/rmailmm.el (rmail-show-mime): Doc fix.
10615
10616 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10617
10618 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
10619 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
10620 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
10621 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
10622
10623 2011-11-15 Glenn Morris <rgm@gnu.org>
10624
10625 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
10626 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
10627 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
10628 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
10629 (rmail-mime, rmail-show-mime): Doc fixes.
10630
10631 * term/ns-win.el (mode-line-frame-identification):
10632 Leave it alone. (Bug#10051)
10633
10634 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
10635
10636 * mail/rmailout.el (rmail-output-to-rmail-buffer):
10637 Handle empty buffers. (Bug#9978)
10638
10639 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
10640
10641 * international/mule.el (define-charset):
10642 * mail/rmailmm.el (rmail-mime-find-header-encoding):
10643 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
10644 * progmodes/verilog-mode.el (verilog-backward-token):
10645 * textmodes/ispell.el (lookup-words):
10646 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
10647
10648 2011-11-14 Glenn Morris <rgm@gnu.org>
10649
10650 * progmodes/executable.el
10651 (executable-make-buffer-file-executable-if-script-p):
10652 Handle file-modes returning nil.
10653
10654 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
10655 message - not necessary, and causes problems. (Bug#9831)
10656
10657 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
10658
10659 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
10660
10661 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
10662 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
10663 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
10664
10665 2011-11-12 Martin Rudalics <rudalics@gmx.at>
10666
10667 * window.el (window-resize, delete-window): Use window-splits
10668 variable instead of function.
10669 (window-state-get-1, window-state-put-2, window-state-put):
10670 Don't deal with windows' splits status.
10671
10672 2011-11-12 Glenn Morris <rgm@gnu.org>
10673
10674 * apropos.el (apropos-do-all, apropos-library, apropos-value)
10675 (apropos-documentation): Doc fixes.
10676
10677 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
10678
10679 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
10680 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
10681
10682 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10683
10684 * electric.el (electric-indent-post-self-insert-function): Make it
10685 possible for a char to only indent in some circumstances.
10686 (electric-indent-mode): Simplify.
10687
10688 2011-11-11 Martin Rudalics <rudalics@gmx.at>
10689
10690 * window.el (windows-with-parameter): Remove unused function.
10691 (windows-at-side): Rename to window-at-side-list.
10692 (window-check, window-atom-check, window-atom-check-1)
10693 (window-side-check, window-size-ignore, window-size-fixed-1)
10694 (window-in-direction-2): Prefix with "window--".
10695 (window-tree-1): Rename to window--subtree, fix doc-string.
10696
10697 2011-11-11 Glenn Morris <rgm@gnu.org>
10698
10699 * subr.el (eval-after-load): If FILE is already loaded,
10700 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
10701
10702 2011-11-10 Glenn Morris <rgm@gnu.org>
10703
10704 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
10705 Call svn via vc-svn-command rather than vc-do-command.
10706 (vc-svn-command): Add --non-interactive. (Bug#9993)
10707 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
10708
10709 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10710 Add toggle-read-only. (Bug#7292)
10711 * files.el (toggle-read-only): Mention that it should only
10712 be used interactively. (Bug#10006)
10713
10714 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10717 Adjust regexp for OCaml warnings.
10718
10719 * electric.el (electric-pair-post-self-insert-function): Let user
10720 turn it off buffer-locally (bug#9932).
10721
10722 * progmodes/python.el (python-beginning-of-statement):
10723 Rewrite (bug#2703).
10724
10725 * progmodes/compile.el: Better handle TABs (bug#9749).
10726 (compilation-internal-error-properties)
10727 (compilation-next-error-function): Obey the target buffer's
10728 compilation-error-screen-columns.
10729
10730 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
10731
10732 * progmodes/meta-mode.el: Remove obsolete comments.
10733 (meta-right-comment-regexp, meta-ignore-comment-regexp):
10734 Fix typos in docstrings.
10735
10736 2011-11-09 Martin Rudalics <rudalics@gmx.at>
10737
10738 * window.el (window-size-fixed-p): Rewrite doc-string.
10739 (window-resizable-p): Rename to window--resizable-p. Update callers.
10740 (window--resizable): New function. Make all callers of
10741 window-resizable call window--resizable instead.
10742 (window-resizable): Rewrite in terms of window--resizable.
10743
10744 2011-11-08 Glenn Morris <rgm@gnu.org>
10745
10746 * progmodes/delphi.el (delphi-mode-syntax-table):
10747 Let define-derived-mode define a proper syntax table. (Bug#9994)
10748
10749 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10750
10751 * window.el: Stay away from defsubst.
10752 (window-list-no-nils): Remove.
10753 (window-state-get-1, window-state-get): Use backquote instead.
10754
10755 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10756
10757 * emacs-lisp/find-func.el (find-function-read):
10758 Fix incorrect use of default argument in `completing-read'.
10759
10760 2011-11-08 Martin Rudalics <rudalics@gmx.at>
10761
10762 * window.el (display-buffer-function, special-display-function):
10763 Mention display-buffer-record-window but do not mention
10764 help-setup parameter in doc-strings.
10765 (window-min-delta): Fix doc-string typo.
10766
10767 2011-11-08 Chong Yidong <cyd@gnu.org>
10768
10769 * window.el (window-total-height, window-total-width): Doc fix.
10770 (window-body-size): Move from C.
10771 (window-body-height, window-body-width): Move to C.
10772
10773 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10774
10775 * window.el: Make special-display like display-buffer-alist (bug#9532).
10776 (display-buffer--special-action): New function, morphed
10777 from display-buffer--special.
10778 (display-buffer): Use it to handle special-display-buffers at higher
10779 priority (just after display-buffer-alist).
10780 (display-buffer-fallback-action, display-buffer--other-frame-action)
10781 (pop-to-buffer-same-window): Remove display-buffer--special.
10782
10783 2011-11-07 Glenn Morris <rgm@gnu.org>
10784
10785 * calendar/cal-menu.el (cal-menu-set-date-title):
10786 Do nothing if not in a calendar. (Bug#9976)
10787
10788 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10789
10790 * files.el (find-file): Always use selected-window.
10791
10792 2011-11-07 Martin Rudalics <rudalics@gmx.at>
10793
10794 * window.el (window-combinations): Make WINDOW argument
10795 mandatory. Rewrite doc-string.
10796 (walk-window-subtree, window-atom-check, window-min-delta)
10797 (window-max-delta, window--resize-this-window)
10798 (window--resize-root-window-vertically, window-tree)
10799 (balance-windows, window-state-put): Rewrite doc-strings as to
10800 not mention the term "subwindow".
10801 (window--resize-subwindows-skip-p): Rename to
10802 window--resize-child-windows-skip-p.
10803 (window--resize-subwindows-normal): Rename to
10804 window--resize-child-windows-normal.
10805 (window--resize-subwindows): Rename to
10806 window--resize-child-windows.
10807 (window-or-subwindow-p): Rename to window--in-subtree-p.
10808
10809 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10810
10811 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
10812 Ensure that mbox format messages end in two newlines (Bug#9974).
10813
10814 2011-11-06 Chong Yidong <cyd@gnu.org>
10815
10816 * window.el (window-combination-p): Function deleted; its
10817 side-effect is not used in any existing code.
10818 (window-combinations, window-combined-p): Call window-*-child
10819 directly.
10820
10821 2011-11-05 Chong Yidong <cyd@gnu.org>
10822
10823 * window.el (window-valid-p): Rename from window-any-p.
10824 (window-size-ignore, window-state-get): Callers changed.
10825 (window-normalize-window): Rename from window-normalize-any-window.
10826 New arg LIVE-ONLY, replacing window-normalize-live-window.
10827 (window-normalize-live-window): Delete.
10828 (window-combination-p, window-combined-p, window-combinations)
10829 (walk-window-subtree, window-atom-root, window-min-size)
10830 (window-sizable, window-sizable-p, window-size-fixed-p)
10831 (window-min-delta, window-max-delta, window-resizable)
10832 (window-resizable-p, window-full-height-p, window-full-width-p)
10833 (window-current-scroll-bars, window-point-1, set-window-point-1)
10834 (window-at-side-p, window-in-direction, window-resize)
10835 (adjust-window-trailing-edge, maximize-window, minimize-window)
10836 (window-deletable-p, delete-window, delete-other-windows)
10837 (record-window-buffer, unrecord-window-buffer)
10838 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
10839 (quit-window, split-window, window-state-put)
10840 (set-window-text-height, fit-window-to-buffer)
10841 (shrink-window-if-larger-than-buffer): Callers changed.
10842
10843 2011-11-04 Eli Zaretskii <eliz@gnu.org>
10844
10845 * mail/rmail.el (rmail-simplified-subject): Decode subject with
10846 rfc2047-decode-string.
10847 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
10848 warnings.
10849
10850 * window.el (window-body-height, window-body-width): Mention in
10851 the doc string that the return values are in frame's canonical
10852 units. (Bug#9949)
10853
10854 2011-11-03 Alan Mackenzie <acm@muc.de>
10855
10856 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
10857 change in cc-engine.el.
10858
10859 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10860
10861 * window.el (switch-to-buffer): Use `force-same-window' interactively.
10862
10863 2011-11-02 Martin Rudalics <rudalics@gmx.at>
10864
10865 * window.el (quit-window): Call unrecord-window-buffer after
10866 showing another buffer in the window. (Bug#9937)
10867 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
10868
10869 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
10870
10871 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
10872 Accept status with more than 9 shelves. (Bug#9935)
10873 Reported by Colin D Bennett <colin@gibibit.com>.
10874
10875 2011-11-01 Martin Rudalics <rudalics@gmx.at>
10876
10877 * help.el (with-help-window): Don't reference
10878 temp-buffer-show-specifiers in doc-string.
10879
10880 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
10881
10882 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
10883 menu-item.
10884
10885 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10886
10887 * whitespace.el: New version 13.2.2.
10888 (whitespace-newline-mode): Disable properly. Reported by Sarah
10889 <EmacsWiki>.
10890
10891 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
10892
10893 * net/newst-treeview.el: Remove "Time-stamp".
10894 (newsticker--group-manage-orphan-feeds): Do not call
10895 newsticker--treeview-tree-update.
10896 (newsticker-treeview-update, newsticker-treeview):
10897 Call newsticker--treeview-tree-update if necessary.
10898
10899 2011-10-30 Martin Rudalics <rudalics@gmx.at>
10900
10901 * window.el (window-iso-combination-p, window-iso-combined-p)
10902 (window-iso-combinations): Remove "iso-" infix.
10903 Suggested by Chong Yidong.
10904 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
10905 (window-max-delta-1, window-resize, window--resize-siblings)
10906 (window--resize-this-window, adjust-window-trailing-edge)
10907 (split-window, balance-windows-1)
10908 (shrink-window-if-larger-than-buffer):
10909 * calendar/calendar.el (calendar-generate-window):
10910 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
10911
10912 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10913
10914 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
10915 in place (bug#9907).
10916 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
10917 (eshell-rewrite-if-command, eshell-rewrite-for-command)
10918 (eshell-structure-basic-command, eshell-rewrite-while-command)
10919 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
10920 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
10921 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
10922 (eshell-do-pipelines-synchronously, eshell-eval-command):
10923 Use backquotes and prefer setq to set.
10924 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
10925 (eshell-macrop): Use functionp.
10926 (eshell-do-eval): Handle multiple expressions in `while' body.
10927
10928 2011-10-30 Chong Yidong <cyd@gnu.org>
10929
10930 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
10931 instead of set-mark (Bug#9810).
10932
10933 2011-10-30 Chong Yidong <cyd@gnu.org>
10934
10935 * window.el (split-window-below, split-window-right): Rename from
10936 split-window-above-each-other and split-window-side-by-side
10937 respectively. All callers changed.
10938 (split-window-sensibly, split-window-sensibly): Use them.
10939 (split-window-keep-point): Doc fix.
10940
10941 * isearch.el: Add isearch-scroll property to split-window-below
10942 and split-window-right.
10943
10944 * follow.el (follow-mode):
10945 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10946 * progmodes/ada-xref.el (ada-gdb-application):
10947 * emulation/vip.el (vip-buffer-in-two-windows):
10948 * image-dired.el (image-dired-dired-with-window-configuration):
10949 * dired-x.el (dired-do-find-marked-files):
10950 * dired.el (dired-pop-to-buffer):
10951 * bs.el (bs--show-with-configuration):
10952 * vc/emerge.el (emerge-setup-windows):
10953 * textmodes/two-column.el (2C-two-columns):
10954 * textmodes/reftex-toc.el (reftex-toc):
10955 * progmodes/gdb-mi.el (gdb-setup-windows):
10956 * progmodes/fortran.el (fortran-window-create):
10957 * net/newst-treeview.el (newsticker--treeview-window-init):
10958 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
10959 * emulation/tpu-edt.el (tpu-gold-map):
10960 * emulation/crisp.el (crisp-mode-map):
10961 * calendar/calendar.el (calendar-basic-setup): Callers changed.
10962
10963 2011-10-29 Chong Yidong <cyd@gnu.org>
10964
10965 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
10966
10967 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
10968
10969 * textmodes/flyspell.el (flyspell-word): Fix char offset for
10970 forged Ispell output (Bug#7904).
10971
10972 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
10973
10974 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * doc-view.el: Avoid ugly errors about not finding nil.
10977 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
10978 (doc-view-dvipdf-program, doc-view-unoconv-program)
10979 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
10980 Avoid nil or absolute file name as default value.
10981 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
10982
10983 2011-10-28 Alan Mackenzie <acm@muc.de>
10984
10985 * progmodes/cc-defs.el (c-version): -> 5.32.2.
10986
10987 2011-10-28 Alan Mackenzie <acm@muc.de>
10988
10989 Amend the handling of c-beginning/end-of-defun in nested declaration
10990 scopes.
10991
10992 * progmodes/cc-vars.el (c-defun-tactic): Move here from
10993 cc-langs.el. Change it to a defcustom.
10994
10995 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
10996 cc-vars.el.
10997
10998 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10999 Prevent "class foo : bar" being spuriously recognized as a label.
11000
11001 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
11002 Add parameter `inclusive' (to include enclosing braces in the region).
11003 (c-widen-to-enclosing-decl-scope): New function.
11004 (c-while-widening-to-decl-block): New macro.
11005 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
11006 outward for defun boundaries, and correspondingly change symbol
11007 `respect-enclosure' to `go-outward'.
11008 (c-declaration-limits): Change algorithm to report only the "innermost"
11009 defun's boundaries.
11010
11011 2011-10-28 Deniz Dogan <deniz@dogan.se>
11012
11013 * net/rcirc.el (rcirc-mode): Use hard newlines.
11014
11015 2011-10-28 Alan Mackenzie <acm@muc.de>
11016
11017 Amend to indent and fontify macros "which include their own semicolon"
11018 correctly, using the "virtual semicolon" mechanism.
11019
11020 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
11021
11022 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
11023 Recode to scan one line at a time rather than having \n and \r
11024 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
11025 (c-forward-label): Amend for virtual semicolons.
11026 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
11027
11028 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
11029 of the new C macros.
11030
11031 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
11032 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
11033 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
11034 (c-opt-cpp-macro-define): Make into a full language variable.
11035 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
11036 AWK Mode (including \n, \r) removed, no longer needed.
11037
11038 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
11039 Invoke c-make-macro-with-semi-re.
11040
11041 * progmodes/cc-vars.el (c-macro-with-semi-re):
11042 (c-macro-names-with-semicolon): New variables.
11043 (c-make-macro-with-semi-re): New function.
11044
11045 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11046
11047 * vc/log-edit.el: Fill empty field rather than adding new one.
11048 (log-edit-add-field): New function.
11049 (log-edit-insert-changelog): Use it.
11050
11051 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11052
11053 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
11054
11055 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11056
11057 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
11058 (gdb--check-interpreter): New function.
11059 (gdb): Use it.
11060
11061 2011-10-27 Glenn Morris <rgm@gnu.org>
11062
11063 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
11064 (least-positive-float, least-negative-float)
11065 (least-positive-normalized-float, least-negative-normalized-float)
11066 (float-epsilon, float-negative-epsilon):
11067 Remove unnecessary declarations.
11068
11069 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
11070 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
11071 (least-positive-float, least-negative-float)
11072 (least-positive-normalized-float, least-negative-normalized-float)
11073 (float-epsilon, float-negative-epsilon): Add doc-strings,
11074 based on those in cl.texi.
11075
11076 * files.el (set-visited-file-name): If the major-mode changed,
11077 reload the local variables. (Bug#9796)
11078
11079 2011-10-27 Chong Yidong <cyd@gnu.org>
11080
11081 * subr.el (change-major-mode-after-body-hook): New hook.
11082 (run-mode-hooks): Run it.
11083
11084 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11085 Use change-major-mode-before-body-hook.
11086
11087 * simple.el (fundamental-mode):
11088 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
11089 change introducing fundamental-mode-hook.
11090
11091 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
11092
11093 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
11094
11095 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
11096
11097 * ido.el (ido-file-name-all-completions-1): Do not require
11098 tramp.el explicitly. (Bug#7583)
11099
11100 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 * progmodes/octave-mod.el:
11103 * progmodes/octave-inf.el: Update maintainer.
11104
11105 2011-10-26 Chong Yidong <cyd@gnu.org>
11106
11107 * subr.el (with-wrapper-hook): Rewrite doc.
11108
11109 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
11110
11111 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
11112 filenames "/method:foo:". (Bug#9793)
11113
11114 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
11117 (bug#9865).
11118
11119 2011-10-24 Glenn Morris <rgm@gnu.org>
11120
11121 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
11122
11123 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
11124
11125 * notifications.el: Add the requirement of a running D-Bus session
11126 bus to the Commentary.
11127
11128 2011-10-24 Juri Linkov <juri@jurta.org>
11129
11130 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
11131 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
11132 (Bug#9364)
11133
11134 2011-10-24 Juri Linkov <juri@jurta.org>
11135
11136 * info.el (Info-following-node-name-re): Add newline to the list
11137 of allowed characters for leading space. (Bug#9824)
11138
11139 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11140
11141 * progmodes/octave-inf.el (inferior-octave-mode-map):
11142 Fix C-c C-h binding.
11143 * progmodes/octave-mod.el (octave-help): Remove.
11144
11145 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
11146
11147 Sync with Tramp 2.2.3.
11148
11149 * net/tramp-cache.el (top): Pacify byte-compiler using
11150 `init-file-user' and `site-run-file'.
11151
11152 * net/trampver.el: Update release number.
11153
11154 2011-10-23 Chong Yidong <cyd@gnu.org>
11155
11156 * files.el (toggle-read-only): Remove obsolete comment about
11157 version control.
11158
11159 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
11160 for toggle-read-only. Note that this hasn't called vc-next-action
11161 since 2008-05-02, though it wasn't documented at the time.
11162
11163 * vc/ediff-init.el (ediff-toggle-read-only-function):
11164 Use toggle-read-only.
11165
11166 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
11167
11168 Fix bug #9560, sporadic wrong indentation; improve instrumentation
11169 of c-parse-state.
11170
11171 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11172 correct faulty logical expression.
11173 (c-parse-state-state, c-record-parse-state-state):
11174 (c-replay-parse-state-state): New defvar/defuns.
11175 (c-debug-parse-state): Use new functions.
11176
11177 2011-10-22 Martin Rudalics <rudalics@gmx.at>
11178
11179 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
11180 last fix. Use window-in-direction correctly.
11181
11182 2011-10-21 Chong Yidong <cyd@gnu.org>
11183
11184 * progmodes/idlwave.el (idlwave-mode):
11185 * progmodes/vera-mode.el (vera-mode): No need to set
11186 require-final-newline; that's done in prog-mode.
11187 Suggested by Stefan Monnier.
11188
11189 2011-10-21 Martin Rudalics <rudalics@gmx.at>
11190
11191 * mouse.el (mouse-drag-window-above)
11192 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
11193 (mouse-drag-mode-line-1, mouse-drag-header-line)
11194 (mouse-drag-vertical-line-rightward-window): Remove.
11195 (mouse-drag-line): New function.
11196 (mouse-drag-mode-line, mouse-drag-header-line)
11197 (mouse-drag-vertical-line): Call mouse-drag-line.
11198 * window.el (window-at-side-p, windows-at-side): New functions.
11199
11200 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
11201
11202 * tar-mode.el (tar-grind-file-mode):
11203 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
11204
11205 2011-10-21 Chong Yidong <cyd@gnu.org>
11206
11207 * progmodes/idlwave.el (idlwave-mode):
11208 * progmodes/vera-mode.el (vera-mode):
11209 Use mode-require-final-newline.
11210
11211 2011-10-20 Glenn Morris <rgm@gnu.org>
11212
11213 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
11214
11215 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
11216
11217 * emulation/cua-base.el (cua-set-mark): Fix case of string.
11218
11219 2011-10-20 Chong Yidong <cyd@gnu.org>
11220
11221 * emulation/cua-base.el (cua-mode):
11222 * mail/footnote.el (footnote-mode):
11223 * mail/mailabbrev.el (mail-abbrevs-mode):
11224 * net/xesam.el (xesam-minor-mode):
11225 * progmodes/bug-reference.el (bug-reference-mode):
11226 * progmodes/cap-words.el (capitalized-words-mode):
11227 * progmodes/compile.el (compilation-minor-mode)
11228 (compilation-shell-minor-mode):
11229 * progmodes/gud.el (gud-tooltip-mode):
11230 * progmodes/hideif.el (hide-ifdef-mode):
11231 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11232 * progmodes/subword.el (subword-mode):
11233 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11234 * progmodes/which-func.el (which-function-mode):
11235 * term/tvi970.el (tvi970-set-keypad-mode):
11236 * term/vt100.el (vt100-wide-mode):
11237 * textmodes/flyspell.el (flyspell-mode):
11238 * textmodes/ispell.el (ispell-minor-mode):
11239 * textmodes/nroff-mode.el (nroff-electric-mode):
11240 * textmodes/paragraphs.el (use-hard-newlines):
11241 * textmodes/refill.el (refill-mode):
11242 * textmodes/reftex.el (reftex-mode):
11243 * textmodes/rst.el (rst-minor-mode):
11244 * textmodes/sgml-mode.el (html-autoview-mode)
11245 (sgml-electric-tag-pair-mode):
11246 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
11247 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
11248 * emulation/crisp.el (crisp-mode):
11249 * emacs-lisp/eldoc.el (eldoc-mode):
11250 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
11251 minor mode behavior.
11252
11253 2011-10-19 Juri Linkov <juri@jurta.org>
11254
11255 * descr-text.el (describe-char): Add #x2010 and #x2011 to
11256 the list of hard-coded chars with escape-glyph face.
11257
11258 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11259
11260 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
11261
11262 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
11263
11264 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
11265 running process.
11266
11267 2011-10-19 Glenn Morris <rgm@gnu.org>
11268
11269 * vc/vc-bzr.el (vc-bzr-after-dir-status):
11270 Ignore ignored files. (Bug#9726)
11271
11272 2011-10-19 Chong Yidong <cyd@gnu.org>
11273
11274 Doc fix for minor modes, stating that an omitted argument enables
11275 the mode unconditionally when called from Lisp.
11276
11277 * abbrev.el (abbrev-mode):
11278 * allout.el (allout-mode):
11279 * autoinsert.el (auto-insert-mode):
11280 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11281 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11282 (global-auto-revert-mode):
11283 * battery.el (display-battery-mode):
11284 * composite.el (global-auto-composition-mode)
11285 (auto-composition-mode):
11286 * delsel.el (delete-selection-mode):
11287 * desktop.el (desktop-save-mode):
11288 * dired-x.el (dired-omit-mode):
11289 * dirtrack.el (dirtrack-mode):
11290 * doc-view.el (doc-view-minor-mode):
11291 * double.el (double-mode):
11292 * electric.el (electric-indent-mode, electric-pair-mode):
11293 * emacs-lock.el (emacs-lock-mode):
11294 * epa-hook.el (auto-encryption-mode):
11295 * follow.el (follow-mode):
11296 * font-core.el (font-lock-mode):
11297 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
11298 * help.el (temp-buffer-resize-mode):
11299 * hilit-chg.el (highlight-changes-mode)
11300 (highlight-changes-visible-mode):
11301 * hi-lock.el (hi-lock-mode):
11302 * hl-line.el (hl-line-mode, global-hl-line-mode):
11303 * icomplete.el (icomplete-mode):
11304 * ido.el (ido-everywhere):
11305 * image-file.el (auto-image-file-mode):
11306 * image-mode.el (image-minor-mode):
11307 * iswitchb.el (iswitchb-mode):
11308 * jka-cmpr-hook.el (auto-compression-mode):
11309 * linum.el (linum-mode):
11310 * longlines.el (longlines-mode):
11311 * master.el (master-mode):
11312 * mb-depth.el (minibuffer-depth-indicate-mode):
11313 * menu-bar.el (menu-bar-mode):
11314 * minibuf-eldef.el (minibuffer-electric-default-mode):
11315 * mouse-sel.el (mouse-sel-mode):
11316 * msb.el (msb-mode):
11317 * mwheel.el (mouse-wheel-mode):
11318 * outline.el (outline-minor-mode):
11319 * paren.el (show-paren-mode):
11320 * recentf.el (recentf-mode):
11321 * reveal.el (reveal-mode, global-reveal-mode):
11322 * rfn-eshadow.el (file-name-shadow-mode):
11323 * ruler-mode.el (ruler-mode):
11324 * savehist.el (savehist-mode):
11325 * scroll-all.el (scroll-all-mode):
11326 * scroll-bar.el (scroll-bar-mode):
11327 * server.el (server-mode):
11328 * shell.el (shell-dirtrack-mode):
11329 * simple.el (auto-fill-mode, transient-mark-mode)
11330 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
11331 (line-number-mode, column-number-mode, size-indication-mode)
11332 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
11333 * strokes.el (strokes-mode):
11334 * time.el (display-time-mode):
11335 * t-mouse.el (gpm-mouse-mode):
11336 * tool-bar.el (tool-bar-mode):
11337 * tooltip.el (tooltip-mode):
11338 * type-break.el (type-break-mode-line-message-mode)
11339 (type-break-query-mode):
11340 * view.el (view-mode):
11341 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11342 (global-whitespace-mode, global-whitespace-newline-mode):
11343 * xt-mouse.el (xterm-mouse-mode): Doc fix.
11344
11345 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11346 Fix autogenerated docstring.
11347
11348 2011-10-19 Juri Linkov <juri@jurta.org>
11349
11350 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
11351 by checking environment variables "DESKTOP_SESSION" and
11352 "XDG_CURRENT_DESKTOP". (Bug#9779)
11353
11354 2011-10-19 Juri Linkov <juri@jurta.org>
11355
11356 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
11357 (browse-url-chromium-program, browse-url-chromium-arguments):
11358 New defcustoms.
11359 (browse-url-default-browser): Check for `browse-url-chromium' and
11360 call `browse-url-chromium-program'.
11361 (browse-url-chromium): New command. (Bug#9779)
11362
11363 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
11364
11365 * facemenu.el (list-colors-duplicates): On Windows, detect more
11366 duplicates by assuming that only colors matching "^System" are
11367 special "system colors". (Bug#9722)
11368
11369 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
11372 to distinguish the author from the committer.
11373
11374 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
11375
11376 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
11377
11378 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
11379
11380 * international/mule.el (sgml-html-meta-auto-coding-function):
11381 Add support for detecting encoding in HTML5 specified only as
11382 <meta charset="UTF-8">. Implementation just makes http-equiv and
11383 content-type parts from HTML4 encoding string optional. (Bug#9716)
11384
11385 2011-10-18 Glenn Morris <rgm@gnu.org>
11386
11387 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
11388
11389 2011-10-18 Chong Yidong <cyd@gnu.org>
11390
11391 * faces.el (cursor): Doc fix.
11392
11393 2011-10-17 Chong Yidong <cyd@gnu.org>
11394
11395 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
11396
11397 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
11398
11399 * dirtrack.el (dirtrack): Support shell buffers with path
11400 prefixes, e.g. tramp-based remote shells. (Bug#9647)
11401
11402 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
11403
11404 * json.el: Bump version to 1.3 and note change in History.
11405 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
11406
11407 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11408
11409 * comint.el (comint-insert-input, comint-send-input)
11410 (comint-get-old-input-default, comint-backward-matching-input)
11411 (comint-next-prompt): Use nil instead of `input' for field property of
11412 past user input (bug#114).
11413
11414 * minibuffer.el (completion--replace): Inherit surrounding properties
11415 (bug#114).
11416 (minibuffer-complete-and-exit): Use it.
11417
11418 * comint.el (comint--table-subvert): Quote the all-completions output
11419 (bug#9160).
11420
11421 2011-10-17 Martin Rudalics <rudalics@gmx.at>
11422
11423 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
11424
11425 * menu-bar.el (menu-bar-file-menu): Add entry for making new
11426 window on right of selected. (Bug#9350) Reword other window
11427 entries and separate them from frame entries.
11428
11429 2011-10-15 Glenn Morris <rgm@gnu.org>
11430
11431 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
11432 Doc fixes.
11433
11434 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
11435
11436 * net/network-stream.el (network-stream-open-starttls):
11437 Improve detection of failure due to lack of TLS support.
11438
11439 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
11440 putting the input text in front and in bold.
11441
11442 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11443
11444 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
11445
11446 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
11447 empty buffer.
11448
11449 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
11450 unread-command-events rather than pushing yet-another event.
11451
11452 2011-10-14 Eli Zaretskii <eliz@gnu.org>
11453
11454 * mail/sendmail.el (sendmail-query-once): Improve the wording of
11455 the explanation of the possible choices. Make the options passed
11456 to completing-read shorter.
11457
11458 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11459
11460 * textmodes/flyspell.el (flyspell-large-region): Make sure
11461 extended character mode is used if defined (Bug#1339).
11462
11463 2011-10-13 Eli Zaretskii <eliz@gnu.org>
11464
11465 * simple.el (what-cursor-position): Fix the display of the
11466 character info for LRE, LRO, RLE, and RLO characters by appending
11467 an invisible PDF.
11468
11469 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11470
11471 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
11472 even in case of error; add debug spec; simplify data flow.
11473 (with-timeout-handler): Remove.
11474
11475 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
11476
11477 Fix Bug#6019, Bug#9315.
11478
11479 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
11480 complete `buffer-file-name', the local file name part could look
11481 remotely (for example on VMS).
11482
11483 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
11484 `tramp-run-real-handler'.
11485 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
11486 already quoted by '"'.
11487
11488 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
11489 Let `file-name-handler-alist' be nil, the local file name part
11490 could look remotely (for example on VMS).
11491
11492 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11493
11494 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
11495 from here...
11496 (flyspell-post-command-hook): ...to here.
11497
11498 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
11501 if not needed.
11502 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
11503 using completion. Protect against "slow" callers.
11504 Remove the "message hack".
11505
11506 2011-10-11 Juri Linkov <juri@jurta.org>
11507
11508 * isearch.el (isearch-lazy-highlight-word): New variable.
11509 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
11510 Use it. (Bug#9727)
11511
11512 2011-10-11 Glenn Morris <rgm@gnu.org>
11513
11514 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
11515 like f90-previous-statement does.
11516
11517 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11518
11519 * eshell/eshell.el (eshell-command): History should be saved
11520 only in interactive use, to avoid error.
11521
11522 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * minibuffer.el (completion-file-name-table): Fix last change,
11525 i.e. ignore normal errors but not the other ones.
11526
11527 2011-10-10 Martin Rudalics <rudalics@gmx.at>
11528
11529 * window.el (special-display-buffer-names)
11530 (special-display-regexps): Remove some remnants of earlier
11531 changes from doc-strings.
11532 (quit-windows-on): New function.
11533
11534 * vc/vc.el (vc-revert, vc-rollback):
11535 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
11536 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
11537 (Bug#6183) (Bug#7074) (Bug#7447)
11538
11539 2011-10-09 Martin Rudalics <rudalics@gmx.at>
11540
11541 * window.el (frame-auto-hide-function): Add version tag.
11542 (Bug#9699)
11543
11544 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
11545
11546 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
11547 condition.
11548
11549 2011-10-09 Leo Liu <sdl.web@gmail.com>
11550
11551 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
11552 (Bug#9701)
11553
11554 2011-10-08 Glenn Morris <rgm@gnu.org>
11555
11556 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
11557 before the first code statement zero indent. (Bug#9690)
11558
11559 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
11560
11561 * simple.el (count-words-region): Always count in the region.
11562 Report the number of lines and characters too.
11563 (count-words): New command, which counts in the buffer if the
11564 region is inactive, as count-words-region used to.
11565 (count-words--message): New function. Handle plurals.
11566 (count-lines-region): Make it an alias for count-words-region.
11567
11568 * bindings.el (esc-map): Replace count-lines-region with
11569 count-words-region.
11570
11571 2011-10-08 Martin Rudalics <rudalics@gmx.at>
11572
11573 * window.el (window--delete): Delete dedicated frame
11574 unconditionally when argument KILL is non-nil. (Bug#9699)
11575 (switch-to-buffer): Fix doc-string typo.
11576
11577 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11578
11579 * eshell/eshell.el (eshell-command): Avoid using hooks.
11580
11581 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
11582
11583 * bindings.el ([M-left],[M-right]): Bind to left-word and
11584 right-word respectively.
11585
11586 2011-10-07 Glenn Morris <rgm@gnu.org>
11587
11588 * cus-start.el (debug-on-quit): Fix custom type.
11589
11590 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11591
11592 * subr.el (define-key-after): Clarify that the function is not
11593 useful for non-menu keymaps.
11594
11595 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
11596
11597 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11598
11599 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
11600 in current minibuffer (Fix bug with recursive minibuffers).
11601
11602 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
11603
11604 * progmodes/gdb-mi.el (gdb): Doc fix.
11605
11606 2011-10-05 Martin Rudalics <rudalics@gmx.at>
11607
11608 * window.el (frame-auto-hide-function): New option replacing
11609 frame-auto-delete. Suggested by Stefan Monnier.
11610 (window--delete): Call frame-auto-hide-function instead of
11611 investigating frame-auto-delete.
11612 (window-point-1, set-window-point-1): New functions.
11613 (window-in-direction, record-window-buffer, window-state-get-1)
11614 (display-buffer-record-window): Use window-point-1 instead of
11615 window-point.
11616 (set-window-buffer-start-and-point): Use set-window-point-1.
11617
11618 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11619
11620 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
11621
11622 2011-10-05 Glenn Morris <rgm@gnu.org>
11623
11624 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
11625 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
11626
11627 2011-10-05 Leo Liu <sdl.web@gmail.com>
11628
11629 * subr.el (read-char-choice): Fix argument to buffer-live-p which
11630 works with buffer object.
11631
11632 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * mpc.el (mpc-tool-bar-map): Add labels.
11635
11636 2011-10-04 Glenn Morris <rgm@gnu.org>
11637
11638 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11639
11640 2011-10-04 Martin Rudalics <rudalics@gmx.at>
11641
11642 * window.el (window--delete): New function.
11643 (frame-auto-delete): Resuscitate option.
11644 (bury-buffer, replace-buffer-in-windows)
11645 (quit-window): Rewrite using window--delete.
11646 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11647 Pass display-buffer-mark-dedicated to window--display-buffer-2
11648 (Bug#9639).
11649
11650 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11651
11652 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
11653 returns a list (bug#9554). Add remote file name completion.
11654 * comint.el (comint--table-subvert): Curry and get quote&unquote
11655 functions as arguments.
11656 (comint--complete-file-name-data): Adjust call accordingly.
11657 * pcomplete.el (pcomplete--table-subvert): Remove.
11658 (pcomplete-completions-at-point): Use comint--table-subvert instead.
11659
11660 * minibuffer.el (completion-table-case-fold): Use currying.
11661 (completion--styles-type, completion--cycling-threshold-type):
11662 New constants.
11663 (completion-styles, completion-category-overrides)
11664 (completion-cycle-threshold): Use them.
11665 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
11666 completion-table-case-fold.
11667
11668 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
11669
11670 * minibuffer.el (completion-category-overrides): Fix type of styles
11671 and add more user friendly tags (bug#9660).
11672
11673 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
11676 (mule-input-method-string): New widget.
11677 (default-input-method, language-info-custom-alist): Use it.
11678
11679 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * pcomplete.el: Require comint.
11682 (pcomplete--common-suffix): Remove.
11683 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
11684 (pcomplete--table-subvert): Sync with comint--table-subvert.
11685 (pcomplete--entries): Use comint-completion-file-name-table.
11686 * comint.el (comint-unquote-filename): Simplify.
11687 (comint-completion-file-name-table): New function (bug#9616).
11688 (comint--complete-file-name-data): Use it.
11689
11690 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
11691 (pcmpl-gnu-tar-buffer): Remove.
11692 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
11693 around. Make sure pcomplete-suffix-list is only changed temporarily.
11694 Don't look inside the tar's file if it's too large.
11695
11696 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
11697
11698 * cus-edit.el (custom-mode-map):
11699 * epa.el (epa-key-list-mode-map):
11700 * man.el (Man-mode-map):
11701 * startup.el (splash-screen-keymap):
11702 * simple.el (special-mode-map): Use scroll-up-command and
11703 scroll-down-command.
11704
11705 * progmodes/idlw-help.el (idlwave-help-mode-map):
11706 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
11707 * net/newst-plainview.el (newsticker-mode-map):
11708 * emulation/ws-mode.el (wordstar-mode-map):
11709 * emulation/vi.el (vi-com-map):
11710 * calc/calc-graph.el (calc-graph-show-dumb):
11711 * term/sun.el (terminal-init-sun):
11712 * term/ns-win.el (global-map):
11713 * progmodes/grep.el (grep-mode-map):
11714 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
11715 * mail/rmail.el (rmail-mode-map):
11716 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
11717
11718 * custom.el (custom-safe-themes, load-theme): Treat value of t for
11719 custom-safe-themes as special.
11720
11721 2011-10-01 Julien Danjou <julien@danjou.info>
11722
11723 * notifications.el (notifications-notify): Fix docstring.
11724
11725 2011-10-01 Per Starbäck <per@starback.se>
11726
11727 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
11728
11729 2011-09-30 Martin Rudalics <rudalics@gmx.at>
11730
11731 * startup.el (command-line-1): Fix last fix by inserting
11732 initial-scratch-message into *scratch* before displaying it.
11733 (Bug#9605) and (Bug#9636)
11734
11735 2011-09-29 Eli Zaretskii <eliz@gnu.org>
11736
11737 * simple.el (line-move): If auto-hscroll-mode is disabled and the
11738 window is hscrolled, move by logical lines. (Bug#9607)
11739 (line-move-visual): Update the doc string to the above effect.
11740
11741 2011-09-29 Martin Rudalics <rudalics@gmx.at>
11742
11743 * window.el (display-buffer-record-window): When WINDOW is the
11744 selected window use `point' instead of `window-point'. (Bug#9626)
11745
11746 * startup.el (command-line-1): Use insert-before-markers when
11747 inserting initial-scratch-message. (Bug#9605)
11748
11749 * help.el (help-window): Remove variable.
11750
11751 2011-09-29 Glenn Morris <rgm@gnu.org>
11752
11753 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
11754
11755 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
11756
11757 * descr-text.el (describe-char-categories): Accept category
11758 descriptions more than one line long.
11759
11760 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * simple.el (delete-trailing-whitespace): Fix last change.
11763
11764 * progmodes/perl-mode.el (perl-syntax-propertize-function):
11765 Don't confuse "y => 3" as the beginning of a `y' operation.
11766
11767 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
11768 object has more than 4 slots (bug#9613).
11769
11770 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
11771
11772 * subr.el (with-output-to-temp-buffer):
11773 * net/quickurl.el (quickurl, quickurl-browse-url):
11774 Fix typos in docstrings.
11775
11776 2011-09-27 Eli Zaretskii <eliz@gnu.org>
11777
11778 * minibuffer.el (completion-styles)
11779 (completion-category-overrides): Cross reference each other in doc
11780 strings.
11781
11782 2011-09-27 Glenn Morris <rgm@gnu.org>
11783
11784 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
11785 to split-string. (Bug#9606)
11786
11787 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11788
11789 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
11790 (bug#9615).
11791
11792 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
11793
11794 * emacs-lisp/package.el (list-packages): Fix echo area message.
11795
11796 2011-09-27 Leo Liu <sdl.web@gmail.com>
11797
11798 * ido.el (ido-read-internal): Accept cons cell HIST arg.
11799
11800 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
11801
11802 * net/dbus.el (dbus-unregister-object): Don't release services for
11803 registered signals. (Bug#9581)
11804
11805 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11806
11807 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
11808 function that picks between cfengine 2 and 3 support
11809 automatically. Update docs accordingly.
11810
11811 2011-09-22 Kenichi Handa <handa@m17n.org>
11812
11813 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
11814 ZERO.
11815 (indian-itrans-v5-table-for-tamil): New variable.
11816 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
11817
11818 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
11819
11820 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
11821 that's true if the current command involved collapsing of text.
11822 It's reset to false at the beginning of the next command.
11823 (allout-post-command-business): Move the cursor to the beginning
11824 of entry if the cursor is hidden and collapsing activity just
11825 happened.
11826
11827 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
11828
11829 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
11830 tracking (Bug#9541).
11831
11832 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
11833
11834 * net/newst-reader.el (newsticker-html-renderer)
11835 (newsticker-show-news): Automatically load html rendering package
11836 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
11837 because w3m-fill-column is let-bound" and the error "Symbol's value
11838 as variable is void: w3m-fill-column".
11839
11840 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
11841
11842 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
11843 Release services only if they are defined. (Bug#9581)
11844
11845 2011-09-23 Richard Stallman <rms@gnu.org>
11846
11847 * textmodes/paragraphs.el (forward-sentence): For backwards case,
11848 distinguish start of paragraph from start of its text.
11849
11850 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
11851
11852 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
11853 (rmail-generate-viewer-buffer): Put that hook on view buffer.
11854 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
11855
11856 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
11857
11858 * international/mule-diag.el (mule-diag): Insert a newline after
11859 each fontset description.
11860
11861 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * simple.el (delete-trailing-whitespace):
11864 Document last change; simplify.
11865
11866 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
11867
11868 * simple.el (delete-trailing-whitespace): Also delete
11869 extra newlines at the end of the buffer.
11870
11871 * textmodes/picture.el: Make motion commands obey shift-select-mode.
11872 (picture-newline): Use forward-line so as to ignore fields.
11873
11874 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * subr.el (with-wrapper-hook): Fix edebug spec.
11877
11878 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11879
11880 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
11881 (bug#4538).
11882
11883 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
11884
11885 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
11886 Fix nasty bug using wrong cached values.
11887
11888 2011-09-23 Alan Mackenzie <acm@muc.de>
11889
11890 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
11891
11892 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
11893
11894 * window.el (pop-to-buffer): Ensure right window is selected if we
11895 chose another frame.
11896
11897 2011-09-22 Eli Zaretskii <eliz@gnu.org>
11898
11899 * simple.el (what-cursor-position): Use get-char-property-change
11900 and next-single-char-property-change, to be able to show display
11901 properties that come from overlays as well as text properties.
11902
11903 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
11904
11905 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
11906
11907 * cmuscheme.el (run-scheme, switch-to-scheme):
11908 * cus-edit.el (customize-group, custom-buffer-create)
11909 (customize-browse):
11910 * info.el (info):
11911 * shell.el (shell):
11912 * mail/sendmail.el (mail):
11913 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
11914
11915 2011-09-22 Richard Stallman <rms@gnu.org>
11916
11917 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
11918 move back only to line beg, don't move back over blank lines.
11919
11920 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
11921
11922 * files.el (copy-directory): Set directory attributes only in case
11923 they could be retrieved from the source directory. (Bug#9565)
11924
11925 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
11926
11927 * progmodes/hideshow.el (hs-looking-at-block-start-p)
11928 (hs-find-block-beginning, hs-hide-level-recursive):
11929 Ignore strings as well as comments. (Bug#9502)
11930
11931 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
11932
11933 * progmodes/sql.el (sql-comint-postgres):
11934 Convert port number to a string. (Bug#9566)
11935
11936 2011-09-22 Martin Rudalics <rudalics@gmx.at>
11937
11938 * window.el (quit-window): Undedicate window when switching to
11939 previous buffer. Reported by Thierry Volpiatto
11940 <thierry.volpiatto@gmail.com>.
11941 (special-display-popup-frame): When popping up a new frame reset
11942 its previous buffers to nil. Simplify code.
11943
11944 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
11945
11946 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
11947 and process filter, as done also in `shell-command'.
11948
11949 2011-09-21 Martin Rudalics <rudalics@gmx.at>
11950
11951 * window.el (set-window-buffer-start-and-point):
11952 Call set-window-start with NOFORCE argument t.
11953 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11954 (quit-window): Reword doc-string. Handle new format of
11955 quit-restore parameter. Don't delete window if it has a
11956 previous buffer we can show instead of the present one.
11957 (display-buffer-record-window): Rewrite using a new format for
11958 the quit-restore window parameter
11959 (special-display-popup-frame, display-buffer-same-window)
11960 (display-buffer-reuse-window, display-buffer-pop-up-frame)
11961 (display-buffer-pop-up-window, display-buffer-use-some-window):
11962 Adapt symbol passed to display-buffer-record-window.
11963 * help.el (help-window-setup): Handle new format of quit-restore
11964 parameter.
11965
11966 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11967
11968 * faces.el (face-list): Fix docstring (bug#9564).
11969
11970 * window.el (display-buffer--action-function-custom-type):
11971 Don't include internal functions in the Custom interface.
11972
11973 2011-09-20 Juri Linkov <juri@jurta.org>
11974
11975 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
11976 (Info-forward-node, Info-backward-node, Info-next-preorder)
11977 (Info-last-preorder): Use it. (Bug#9528)
11978
11979 2011-09-20 Juri Linkov <juri@jurta.org>
11980
11981 * info.el (Info-last-preorder): Visit last menu item only when
11982 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
11983
11984 2011-09-20 Julien Danjou <julien@danjou.info>
11985
11986 * password-cache.el (password-cache-remove): Remove entries even if the
11987 value is nil, so that password with a nil value (negative caching) is
11988 possible to invalidate.
11989
11990 2011-09-20 Lawrence Mitchell <wence@gmx.li>
11991
11992 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
11993 all whitespace around breakpoint. (Bug#9553)
11994 (f90-find-breakpoint): Only break at whitespace inside a comment.
11995
11996 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11997
11998 * minibuffer.el (completion-file-name-table): Keep track of errors.
11999 (completion-table-with-predicate): Handle the case where pred1 is nil.
12000 * pcomplete.el (pcomplete-completions-at-point): Simplify.
12001
12002 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
12005 (debugger-return-value): Signal an error if the debugging context does
12006 not await any return value.
12007
12008 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
12009 * image-mode.el (image-toggle-display-text)
12010 (image-toggle-display-image): Stay away from evil `intangible'.
12011
12012 2011-09-19 Leo Liu <sdl.web@gmail.com>
12013
12014 * replace.el (occur-revert-arguments): Make it permanent-local.
12015 (occur-mode): Don't call font-lock-defontify.
12016
12017 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
12018
12019 * net/ldap.el (ldap-search-internal): Don't push empty search
12020 result (Bug#9508).
12021
12022 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
12025
12026 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
12027
12028 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
12029 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
12030
12031 2011-09-18 Juri Linkov <juri@jurta.org>
12032
12033 * buff-menu.el (Buffer-menu-mode-map):
12034 * dired.el (dired-mode-map):
12035 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
12036 (lisp-interaction-mode-map):
12037 * emacs-lisp/package.el (package-menu-mode-map):
12038 * epa.el (epa-key-list-mode-map):
12039 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
12040 (menu-bar-options-menu):
12041 * outline.el (outline-mode-menu-bar-map):
12042 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
12043 * vc/vc-dir.el (vc-dir-menu-map):
12044 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
12045 Capitalize non-function content words in menu item strings.
12046
12047 * dired.el (dired-mode-map): Add menu item for
12048 `image-dired-dired-toggle-marked-thumbs'.
12049
12050 2011-09-18 Juri Linkov <juri@jurta.org>
12051
12052 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
12053 to `isearch-case-fold-search' and restore its original value
12054 after the `isearch-mode' call.
12055
12056 2011-09-18 Juri Linkov <juri@jurta.org>
12057
12058 * progmodes/grep.el (grep-process-setup): Don't check code for 1
12059 because `zgrep' returns 1 for successful matches (bug#9226).
12060
12061 2011-09-18 Juri Linkov <juri@jurta.org>
12062
12063 * info.el (Info-extract-menu-node-name): Check the second match
12064 for empty string (second test-case of bug#9528).
12065 (Info-last-preorder): Let-bind `Info-history' to nil to not add
12066 intermediate nodes to the history (first test-case of bug#9528).
12067
12068 2011-09-18 Juri Linkov <juri@jurta.org>
12069
12070 * info.el (Info-mode-syntax-table): New variable.
12071 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
12072
12073 2011-09-18 Juri Linkov <juri@jurta.org>
12074
12075 * info.el (Info-file-supports-index-cookies):
12076 Increment line-beginning-position's arg from 3 to 4 because makeinfo
12077 outputs one more line for long file names (bug#4142).
12078
12079 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
12080
12081 * newcomment.el (comment-normalize-vars): If prompting for
12082 comment-start, set comment-start-skip too (Bug#8424).
12083
12084 2011-09-18 Johan Bockgård <bojohan@gnu.org>
12085
12086 * icomplete.el: Fix previous fix of Bug#5849.
12087 (icomplete-mode): Don't set completion-show-inline-help.
12088 (icomplete-minibuffer-setup): Set completion-show-inline-help
12089 locally during icompletion.
12090
12091 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
12092
12093 * woman.el (woman2-process-escapes): Don't delete unrecognized
12094 escapes (Bug#7843).
12095
12096 * files.el (inhibit-first-line-modes-regexps): Add image files.
12097 (hack-local-variables-prop-line): Return nil for malformed
12098 prop-lines (Bug#9044).
12099
12100 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
12101
12102 * net/tramp.el (top): Don't require 'shell.
12103 (tramp-methods): Fix docstring.
12104 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
12105 Return complete remote file name. Handle "smb" case.
12106 Use `tramp-tmpdir', if defined for the respective method.
12107 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
12108
12109 * net/tramp-compat.el (top): Require 'shell.
12110
12111 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12112 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
12113 `tramp-current-host'.
12114 (tramp-get-remote-tmpdir): Remove.
12115
12116 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
12117 `tramp-tmpdir' entries.
12118 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
12119 (tramp-smb-handle-file-attributes): Ignore errors.
12120 (tramp-smb-wait-for-output): Check also for process end.
12121
12122 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12123
12124 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
12125 when sending QUIT (bug#9312).
12126
12127 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
12128
12129 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
12130 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
12131 occur-mode-display-occurrence.
12132 (occur-edit-mode): Add usage message.
12133 (occur-cease-edit): New command.
12134 (occur-after-change-function): Use text properties to find the
12135 position of the prefix text.
12136 (occur-engine): Set stickiness of prefix text properties.
12137
12138 2011-09-17 Glenn Morris <rgm@gnu.org>
12139
12140 * progmodes/etags.el (complete-tag):
12141 Fix call to completion-in-region. (Bug#9526)
12142
12143 2011-09-17 Juri Linkov <juri@jurta.org>
12144
12145 * textmodes/ispell.el (ispell-word): Add to the error message
12146 the word, ispell program name and current dictionary (bug#9121).
12147 (ispell-tex-arg-end): Capitalize "error" in the error message.
12148
12149 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
12150
12151 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
12152 check. (Bug#4251)
12153
12154 2011-09-17 Juri Linkov <juri@jurta.org>
12155
12156 * window.el (window-safe-min-height, window-safe-min-width):
12157 Fix typos (followup to bug#9522).
12158
12159 2011-09-17 Sven Joachim <svenjoac@gmx.de>
12160
12161 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
12162
12163 2011-09-16 Eli Zaretskii <eliz@gnu.org>
12164
12165 * simple.el (line-move): If goal-column is set, move by logical
12166 lines, not by display lines. (Bug#971)
12167 (next-line, previous-line, goal-column, line-move-visual): Doc fix
12168 to reflect the above change.
12169
12170 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12171
12172 * image.el (imagemagick-register-types): Use regexp-opt.
12173
12174 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
12175
12176 * window.el (display-buffer-base-action): Rename from
12177 display-buffer-default-action. Make default value empty.
12178 (display-buffer-overriding-action): Convert to defvar.
12179 (display-buffer-fallback-action): New var.
12180
12181 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
12182
12183 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
12184 declaration.
12185 (package--add-to-archive-contents): If there is a duplicate entry
12186 with an older version, remove it.
12187 (package-menu-mark-delete, package-menu-mark-install)
12188 (package-menu-mark-unmark): Make unused args optional.
12189 (package-menu-mark-obsolete-for-deletion):
12190 Use package-menu-get-status instead of a regexp search.
12191 (package-menu-get-status): Use tabulated-list-entry.
12192 (package-menu-mark-upgrades): New command.
12193 (package-menu-mode-map): Bind it to U. Add it to menu bar.
12194 (package-menu-execute): Do installation before deletion.
12195 (package-menu-refresh, package-menu-execute): Use derived-mode-p
12196 instead of checking major-mode.
12197 (package-menu--find-upgrades): New function.
12198
12199 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12200
12201 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
12202 passwords in the log buffer.
12203 (smtpmail-process-filter): Update the process marker so that the
12204 "broken by peer" status message is inserted in the right place.
12205
12206 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12207
12208 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
12209 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
12210 bibtex-completion-at-point-function.
12211 (bibtex-completion-at-point-function): Use them.
12212
12213 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
12214
12215 * mpc.el (mpc-constraints-tag-lookup): New function.
12216 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
12217 also to browser "album|playlist".
12218
12219 2011-09-14 Juri Linkov <juri@jurta.org>
12220
12221 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
12222 (isearch-edit-string): Use length of `isearch-string' when
12223 `isearch-fail-pos' returns nil.
12224 (isearch-message): Remove duplicate code and call
12225 `isearch-fail-pos' with arg `t'.
12226
12227 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
12228
12229 * replace.el (occur-mode-goto-occurrence): Don't force using other
12230 window (Bug#9499).
12231
12232 * dired-aux.el (dired-do-chmod): Don't provide initial input.
12233
12234 2011-09-14 Martin Rudalics <rudalics@gmx.at>
12235
12236 * window.el (display-buffer-window): Remove.
12237 (display-buffer-record-window): Use help-setup window parameter
12238 instead of variable display-buffer-window.
12239 (display-buffer-function, special-display-buffer-names)
12240 (special-display-function): Mention help-setup parameter instead
12241 of display-buffer-window in doc-string.
12242 * help.el (help-window-setup): New argument help-window.
12243 Use help-window-setup parameter instead of display-buffer-window.
12244 Reword some messages.
12245 (with-help-window): Pass window used for displaying the buffer
12246 to help-window-setup. Don't set display-buffer-window.
12247
12248 2011-09-13 Glenn Morris <rgm@gnu.org>
12249
12250 * emacs-lisp/debug.el (debugger-make-xrefs):
12251 Preserve point. (Bug#9462)
12252
12253 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
12254
12255 * window.el (window-deletable-p): Use next-frame.
12256
12257 2011-09-13 Martin Rudalics <rudalics@gmx.at>
12258
12259 * window.el (window-auto-delete): Remove.
12260 (window-deletable-p): Remove argument FORCE. Don't deal with
12261 dedication and previous buffers.
12262 (switch-to-prev-buffer): Don't delete window.
12263 (delete-windows-on): Delete a window's frame if and only if the
12264 window is dedicated.
12265 (replace-buffer-in-windows): Delete buffer's window or frame if
12266 and only if window is dedicated.
12267 (quit-window): Handle quit-restore as before last change.
12268 (bury-buffer): Delete window only if window-deletable-p returns t.
12269
12270 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
12271
12272 * window.el (window-deletable-p): Never delete the last frame on a
12273 given terminal.
12274
12275 2011-09-13 Glenn Morris <rgm@gnu.org>
12276
12277 * help.el (describe-key-briefly): Copy previous standard-output change.
12278
12279 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
12280
12281 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
12282
12283 2011-09-13 Glenn Morris <rgm@gnu.org>
12284
12285 * emacs-lisp/lisp-mode.el (lisp-indent-function):
12286 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
12287
12288 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
12289
12290 * dired-aux.el (dired-mark-read-string): Don't return default
12291 value on empty input (Bug#9361).
12292 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
12293 Omit initial minibuffer contents.
12294 (dired-do-chmod): Signal an error on empty input.
12295 (dired-mark-read-string): Don't return default on empty input.
12296
12297 * files.el (file-modes-symbolic-to-number): Doc fix.
12298
12299 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12300
12301 * international/mule-cmds.el (ucs-completions): Remove.
12302 (read-char-by-name): Use complete-with-action instead; add metadata.
12303
12304 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
12305
12306 * window.el (display-buffer--action-function-custom-type)
12307 (display-buffer--action-custom-type): New vars.
12308 (display-buffer-alist, display-buffer-default-action)
12309 (display-buffer-overriding-action): Add defcustom types.
12310
12311 * frame.el (delete-other-frames): Doc fix (Bug#276).
12312
12313 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12314
12315 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
12316
12317 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
12318
12319 Change modes that used same-window-* vars to use switch-to-buffer.
12320
12321 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
12322 Use switch-to-buffer.
12323
12324 * cus-edit.el (customize-group, custom-buffer-create)
12325 (customize-browse, custom-buffer-create-other-window):
12326 Use switch-to-buffer or switch-to-buffer-other-window.
12327
12328 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
12329 (Info-prev, Info-up, Info-speedbar-goto-node)
12330 (info-display-manual): Use switch-to-buffer.
12331 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
12332
12333 * mail/sendmail.el (mail): Use switch-to-buffer.
12334 (mail-recover): Use switch-to-buffer-other-window.
12335
12336 * cmuscheme.el (run-scheme, switch-to-scheme):
12337 * ielm.el (ielm):
12338 * shell.el (shell):
12339 * net/rlogin.el (rlogin):
12340 * net/telnet.el (telnet, rsh):
12341 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
12342
12343 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
12344
12345 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
12346
12347 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12348
12349 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
12350 so don't mention it (bug#9301).
12351 (dired-sort-toggle-or-edit): Clarify string further.
12352
12353 * faces.el (face-spec-set-match-display): Make `(type graphic)'
12354 match `x', `w32' and `ns', like the manual says (bug#9029).
12355
12356 * subr.el (eval-after-load): Doc string clarification (bug#9125).
12357 (process-kill-buffer-query-function): Mention the buffer name in
12358 the query.
12359
12360 * image-mode.el (image-next-line): The line parameter is mandatory
12361 (bug#9258).
12362
12363 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
12364 which can be useful (bug#9301).
12365
12366 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
12367
12368 * subr.el (match-string): Mention that the current buffer should
12369 be the same as the search was done in (bug#9282).
12370
12371 * facemenu.el: Disable the remove-* commands if the mark isn't
12372 active (bug#9162).
12373
12374 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
12375
12376 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
12377 of display-buffer.
12378 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
12379
12380 * replace.el (occur-mode-goto-occurrence)
12381 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
12382 and display-buffer.
12383
12384 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
12385 display-buffer.
12386
12387 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
12388 special-display and same-window variables.
12389 (mail-other-window): Use switch-to-buffer-other-window.
12390 (mail-other-frame): USe switch-to-buffer-other-frame.
12391
12392 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
12393 Use display-buffer-other-frame.
12394 (gdb-display-gdb-buffer): Use pop-to-buffer.
12395
12396 * progmodes/gud.el (gud-goto-info): Use info-other-window.
12397
12398 * progmodes/python.el: Don't set same-window-buffer-names.
12399
12400 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
12401
12402 * window.el (display-buffer-alist): Add *Python*.
12403
12404 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
12405
12406 * window.el (display-buffer-alist): Add entry for buffers
12407 previously handled same-window-*.
12408 (display-buffer-alist, display-buffer-default-action)
12409 (display-buffer-overriding-action): Mark as risky.
12410 (display-buffer-alist): Document action function changes.
12411 (display-buffer--same-window-action)
12412 (display-buffer--other-frame-action): New variables.
12413 (switch-to-buffer, display-buffer-other-frame): Use them.
12414 (display-buffer): Rename reuse-frame entry to reusable-frames.
12415 (display-buffer-reuse-selected-window): Function deleted.
12416 (display-buffer-reuse-window): Handle reusable-frames alist entry.
12417 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
12418 (display-buffer-special): New function.
12419 (display-buffer--maybe-pop-up-frame-or-window): Rename from
12420 display-buffer-reuse-or-pop-window. Split off special-display
12421 part into display-buffer-special.
12422 (display-buffer-use-some-window): Don't perform any special
12423 pop-up-frames handling.
12424 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
12425 (display-buffer--maybe-same-window): Rename from
12426 display-buffer-maybe-same-window.
12427
12428 * info.el: Don't set same-window-regexps.
12429 (info-setup): New function.
12430 (info-other-window, info): Call it.
12431
12432 * cus-edit.el: Don't set same-window-regexps.
12433 (customize-group): New argument.
12434 (customize-group-other-window): Use it.
12435 (customize-face, customize-face-other-window): Likewise.
12436 (custom-buffer-create-other-window): Use pop-to-buffer directly.
12437
12438 * net/rlogin.el:
12439 * net/telnet.el:
12440 * progmodes/gud.el: Don't set same-window-regexps.
12441
12442 * cmuscheme.el:
12443 * ielm.el:
12444 * shell.el:
12445 * mail/sendmail.el:
12446 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
12447
12448 2011-09-10 Juri Linkov <juri@jurta.org>
12449
12450 * isearch.el (isearch-edit-string): Remove obsolete mention of
12451 `C-w' (`isearch-yank-word-or-char') from docstring.
12452 (isearch-query-replace): Fix typo in docstring (bug#9466).
12453
12454 2011-09-10 Juri Linkov <juri@jurta.org>
12455
12456 * paren.el (show-paren-function): Don't show escaped parens.
12457 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
12458
12459 2011-09-10 Eli Zaretskii <eliz@gnu.org>
12460
12461 * mail/sendmail.el (mml-to-mime, mml-attach-file)
12462 (mm-default-file-encoding): Remove autoload forms, they are
12463 replaced with autoload cookies in mml.el and mm-encode.el.
12464 (mail-add-attachment): New command.
12465 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
12466 (mail-mode): Mention mail-insert-file and mail-add-attachment in
12467 the doc string.
12468 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
12469
12470 2011-09-10 Reuben Thomas <rrt@sc3d.org>
12471
12472 * simple.el (count-words-region): Use buffer if there's no region
12473 (bug#9429).
12474
12475 2011-09-09 Juri Linkov <juri@jurta.org>
12476
12477 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
12478 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
12479 (wdired-isearch-filter-read-only): New function. (Bug#6362)
12480
12481 2011-09-09 Alan Mackenzie <acm@muc.de>
12482
12483 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
12484 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
12485
12486 2011-09-09 Eli Zaretskii <eliz@gnu.org>
12487
12488 Fix for Savannah bug#9392.
12489 * simple.el (mail-encode-mml): New defvar.
12490
12491 * mail/rmail.el (mail-encode-mml): Add a defvar.
12492 (rmail-enable-mime-composing): Default to t.
12493 (rmail-forward): Use MIME method of forwarding only if both
12494 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
12495 Set mail-encode-mml non-nil if the MIME method was used.
12496
12497 * mail/sendmail.el (mml-to-mime): Add autoload form.
12498 (mail-encode-mml): Add a defvar.
12499 (mail-mode): Make mail-encode-mml buffer-local and initialize it
12500 to nil.
12501 (mail-send): If mail-encode-mml is non-nil, run the outgoing
12502 message through mml-to-mime, and reset mail-encode-mml to nil.
12503
12504 2011-09-09 Glenn Morris <rgm@gnu.org>
12505
12506 * woman.el (woman-if-body): When processing an .el block,
12507 do not delete the next .el block as well. (Bug#9447)
12508 (woman-special-characters): Add oq, cq, and hy characters.
12509
12510 2011-09-08 Martin Rudalics <rudalics@gmx.at>
12511
12512 * window.el (window-deletable-p): Make sure window is live before
12513 invoking window-prev-buffers.
12514
12515 2011-09-08 Leo Liu <sdl.web@gmail.com>
12516
12517 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
12518
12519 2011-09-08 Juri Linkov <juri@jurta.org>
12520
12521 * progmodes/compile.el (compilation-environment): Make it
12522 a defcustom (bug#8340).
12523
12524 2011-09-08 Martin Rudalics <rudalics@gmx.at>
12525
12526 * window.el (frame-auto-delete): Rename to window-auto-delete.
12527 Make it control auto-deletion of windows and/or frames.
12528 (window-deletable-p): New argument FORCE. Rewrite conditions
12529 for deleting window/frame. (Bug#9419)
12530 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
12531 Rewrite handling of case when window/frame can be deleted.
12532 (delete-windows-on): Call window-deletable-p with new FORCE
12533 argument t. (Bug#9456)
12534
12535 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
12536
12537 * help-mode.el (help-mode): Restore autoload.
12538
12539 2011-09-07 Juri Linkov <juri@jurta.org>
12540
12541 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
12542 `compilation-environment'. Set buffer-local
12543 `compilation-environment' to `thisenv' later after (funcall mode).
12544 (Bug#8340)
12545
12546 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
12547 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
12548 instead of replacing its value. (Bug#8340)
12549
12550 2011-09-07 Juri Linkov <juri@jurta.org>
12551
12552 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
12553 based on text properties put by `grep-filter' instead of matching
12554 escape sequences.
12555 (grep-mode): Set buffer-local `compilation-error-screen-columns'
12556 to the value of `grep-error-screen-columns' (bug#9438).
12557
12558 2011-09-07 Juri Linkov <juri@jurta.org>
12559
12560 * simple.el (next-error-highlight, next-error-highlight-no-select):
12561 Doc fix (bug#9432).
12562
12563 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
12564
12565 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12566 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
12567
12568 2011-09-07 Leo Liu <sdl.web@gmail.com>
12569
12570 * net/rcirc.el (rcirc-mode): Conditionally initialize
12571 rcirc-input-ring.
12572
12573 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 * emacs-lisp/find-func.el (find-function-C-source): Only set
12576 find-function-C-source-directory after checking that we found a source
12577 file there (bug#9440).
12578
12579 2011-09-06 Alan Mackenzie <acm@muc.de>
12580
12581 * isearch.el (isearch-other-meta-char): Wherever a key list is
12582 unread, "unread" the prefix arg, too. This fixes bug #8901.
12583
12584 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
12585
12586 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
12587
12588 2011-09-05 Juri Linkov <juri@jurta.org>
12589
12590 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
12591
12592 2011-09-05 Juri Linkov <juri@jurta.org>
12593
12594 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
12595 keeping point where processing of grep matches begins, and
12596 continue to delete remaining escape sequences from the same point.
12597 (grep-filter): Make leading zero optional in "0?1;31m" because
12598 git-grep emits "\033[1;31m" escape sequences unlike expected
12599 "\033[01;31m" as GNU Grep does (bug#9408).
12600 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
12601
12602 2011-09-05 Juri Linkov <juri@jurta.org>
12603
12604 * subr.el (y-or-n-p): Capitalize "yes".
12605
12606 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
12607
12608 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
12609 `tramp-cache-unload-hook' where appropriate.
12610 (tramp-methods): Rename `tramp-remote-sh' to
12611 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
12612 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
12613
12614 * net/tramp-sh.el (top): Don't require 'shell.
12615 (tramp-methods): Add `tramp-remote-shell' and
12616 `tramp-remote-shell-args' entries.
12617 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
12618 (tramp-sh-handle-shell-command): Remove.
12619 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12620 Use `tramp-remote-shell'.
12621
12622 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
12623
12624 * mail/sendmail.el (sendmail-query-once-function): Delete.
12625 (sendmail-query-once): Save directly to send-mail-function.
12626 Update message-send-mail-function too.
12627
12628 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
12629
12630 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12631
12632 * progmodes/python.el (python-mode-map): Use correct function to
12633 start python interpreter from menu-bar (as reported by Geert
12634 Kloosterman).
12635 (inferior-python-mode-map): Fix typo.
12636 (python-shell-map): Remove.
12637
12638 2011-09-03 Deniz Dogan <deniz@dogan.se>
12639
12640 * net/rcirc.el (rcirc-print): Simplify code for
12641 rcirc-scroll-show-maximum-output. There is no need to walk
12642 through all windows to find the right one.
12643
12644 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12645
12646 * help.el (help-return-method): Doc fix.
12647
12648 2011-09-03 Martin Rudalics <rudalics@gmx.at>
12649
12650 * window.el (window-deletable-p): Don't return a non-nil value
12651 when there's a buffer that was shown in the window before.
12652 (Bug#9419)
12653 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12654 Set window's previous buffers to nil.
12655
12656 2011-09-03 Eli Zaretskii <eliz@gnu.org>
12657
12658 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
12659 newline before and after the tag line, so it doesn't interfere
12660 with determining the paragraph direction of bidirectional text.
12661
12662 2011-09-03 Leo Liu <sdl.web@gmail.com>
12663
12664 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
12665
12666 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12667
12668 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
12669 (pop-to-buffer): Change interactive spec. Pass second argument
12670 directly to display-buffer.
12671 (display-buffer): Fix interactive spec. Use functionp to
12672 distinguish between a function and a list of functions.
12673
12674 * abbrev.el (edit-abbrevs):
12675 * arc-mode.el (archive-extract):
12676 * autoinsert.el (auto-insert):
12677 * bookmark.el (bookmark-bmenu-list):
12678 * files.el (find-file):
12679 * view.el (view-buffer):
12680 * progmodes/compile.el (compilation-goto-locus):
12681 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
12682
12683 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12684
12685 * window.el (display-buffer-alist): Doc fix.
12686 (display-buffer): Add docstring. Don't treat
12687 display-buffer-default specially.
12688 (display-buffer-reuse-selected-window)
12689 (display-buffer-same-window, display-buffer-maybe-same-window)
12690 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12691 (display-buffer-pop-up-window)
12692 (display-buffer-reuse-or-pop-window)
12693 (display-buffer-use-some-window): New functions.
12694 (display-buffer-default-action): Use them.
12695 (display-buffer-default): Delete.
12696 (pop-to-buffer-1): Fix choice of actions.
12697
12698 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12699
12700 * minibuffer.el (completion--insert-strings): Don't get confused by
12701 completion entries that end with an LF char.
12702
12703 2011-09-01 Eli Zaretskii <eliz@gnu.org>
12704
12705 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
12706
12707 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
12708
12709 * window.el (display-buffer): Restore interactive spec.
12710 (display-buffer-same-window, display-buffer-other-window):
12711 New functions.
12712 (pop-to-buffer-1): New function. Use the above.
12713 (pop-to-buffer, pop-to-buffer-same-window): Use it.
12714 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
12715
12716 * view.el (view-buffer-other-window, view-buffer-other-frame):
12717 Just use pop-to-buffer.
12718
12719 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12720
12721 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
12722
12723 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
12724
12725 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
12726
12727 2011-08-31 Richard Stallman <rms@gnu.org>
12728
12729 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
12730 of the separation of rmail-view-buffer from rmail-buffer.
12731 If you say no to "replace original", the decrypt is in the
12732 view buffer. If you say yes, the decrypt goes into the
12733 rmail buffer also.
12734
12735 2011-08-31 Martin Rudalics <rudalics@gmx.at>
12736
12737 * window.el (display-buffer-window): Rewrite doc-string.
12738 (display-buffer-record-window): New function.
12739 (display-buffer-macro-specifiers)
12740 (display-buffer-even-window-sizes, display-buffer-set-height)
12741 (display-buffer-set-width, display-buffer-in-window)
12742 (display-buffer-reuse-window, display-buffer-split-specifiers)
12743 (display-buffer-side-specifiers, display-buffer-split-window-1)
12744 (display-buffer-split-window, display-buffer-split-atom-window)
12745 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12746 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
12747 (display-buffer-other-window-means-other-frame)
12748 (display-buffer-normalize-special)
12749 (display-buffer-normalize-default)
12750 (display-buffer-normalize-argument)
12751 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
12752 (display-buffer-normalize-specifiers, display-buffer-frame)
12753 (display-buffer-same-window, display-buffer-same-frame)
12754 (display-buffer-other-window)
12755 (display-buffer-same-frame-other-window)
12756 (display-buffer-other-frame, pop-to-buffer-same-window)
12757 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
12758 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
12759 (switch-to-buffer-same-frame)
12760 (switch-to-buffer-other-window-same-frame)
12761 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
12762 (display-buffer-alist-set-1, display-buffer-alist-set-2)
12763 (display-buffer-alist-set): Remove.
12764 (display-buffer-function, special-display-buffer-names)
12765 (special-display-regexps, special-display-function):
12766 In doc-string refer to display-buffer-window and quit-restore
12767 parameter.
12768 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
12769 (special-display-frame-alist, special-display-popup-frame)
12770 (same-window-buffer-names, same-window-regexps, same-window-p)
12771 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12772 (split-window-preferred-function, split-height-threshold)
12773 (split-width-threshold, window-splittable-p)
12774 (split-window-sensibly, window--try-to-split-window)
12775 (window--frame-usable-p, even-window-heights)
12776 (window--even-window-heights, window--display-buffer-1)
12777 (window--display-buffer-2, display-buffer-other-frame):
12778 Restore old Emacs 23 code, order and doc-strings where applicable.
12779 (display-buffer-default, display-buffer-assq-regexp): New functions.
12780 (display-buffer-alist): Rewrite doc-string.
12781 (display-buffer-default-action)
12782 (display-buffer-overriding-action): New variables.
12783 (display-buffer, switch-to-buffer): Rewrite.
12784 (pop-to-buffer): Restore Emacs 23 behavior but use
12785 window-normalize-buffer-to-display.
12786 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12787 Restore Emacs 23 behavior but use
12788 window-normalize-buffer-to-switch-to.
12789 (pop-to-buffer-same-window): Rewrite.
12790 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
12791 Rewrite using Emacs 23 options.
12792
12793 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
12794
12795 * net/tramp.el (tramp-root-regexp): Remove.
12796 (tramp-completion-file-name-regexp-unified)
12797 (tramp-completion-file-name-regexp-separate)
12798 (tramp-completion-file-name-regexp-url): Don't use leading volume
12799 letter on w32 systems. (Bug#5303, Bug#9311)
12800 (tramp-drop-volume-letter): Simplify definition.
12801 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12802
12803 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
12806 (bug#9356).
12807
12808 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
12809
12810 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
12811
12812 2011-08-29 Juri Linkov <juri@jurta.org>
12813
12814 * isearch.el (isearch-done): Don't display message "Mark saved"
12815 when arg `edit' is non-nil to prevent its flicker in the echo area.
12816
12817 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
12818
12819 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
12820 obsolete packages for deletion.
12821
12822 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
12823
12824 * help-mode.el (help-mode-map): Add special-mode-map to parent.
12825 (help-mode): Derive help-mode from special-mode. Don't invoke
12826 view-mode from help-mode.
12827 (help-xref-override-view-map): Remove.
12828 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
12829 view-mode is not used anymore.
12830
12831 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
12832
12833 * server.el (server-port): Doc fix.
12834
12835 * cus-theme.el (custom-theme-choose-mode): Inherit from
12836 special-mode (Bug#9124).
12837 (custom-theme-choose-mode-map): Add special-mode to parent.
12838
12839 2011-08-28 Alan Mackenzie <acm@muc.de>
12840
12841 * progmodes/cc-fonts.el
12842 (c-make-font-lock-BO-decl-search-function): New function.
12843 (c-basic-matchers-after - "Fontify the clauses after various
12844 keywords"): Extract the three keyword lists for the 3 erroneous
12845 constructs from the list of four, and use the new function above
12846 in place of an old one.
12847
12848 2011-08-28 Deniz Dogan <deniz@dogan.se>
12849
12850 * net/rcirc.el (rcirc-insert-prev-input)
12851 (rcirc-insert-next-input): Remove unused argument.
12852
12853 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
12856
12857 2011-08-27 Alan Mackenzie <acm@muc.de>
12858
12859 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
12860 handle function pointer parameters properly.
12861
12862 2011-08-27 Martin Rudalics <rudalics@gmx.at>
12863
12864 * window.el (display-buffer-reuse-window): Fix case where
12865 selected window was reused with non-nil OTHER-WINDOW argument.
12866 (Bug#9381)
12867
12868 2011-08-27 Deniz Dogan <deniz@dogan.se>
12869
12870 * net/rcirc.el (rcirc-check-auth-status): Adding support for
12871 oftc's NickServ messages.
12872
12873 2011-08-27 Glenn Morris <rgm@gnu.org>
12874
12875 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
12876
12877 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
12878
12879 * emacs-lisp/package.el (package-install): Call package-initialize
12880 if called interactively.
12881
12882 2011-08-26 Leo Liu <sdl.web@gmail.com>
12883
12884 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
12885
12886 2011-08-25 Juri Linkov <juri@jurta.org>
12887
12888 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12889 `search-whitespace-regexp' (bug#9364).
12890
12891 2011-08-25 Juri Linkov <juri@jurta.org>
12892
12893 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
12894 `regexp-search-ring' to their global values to protect from
12895 updating by `read-from-minibuffer' (bug#9185).
12896
12897 2011-08-25 Juri Linkov <juri@jurta.org>
12898
12899 * textmodes/ispell.el (ispell-command-loop): Add newline
12900 at the end of the "Use option `i'..." line.
12901
12902 2011-08-25 Juri Linkov <juri@jurta.org>
12903
12904 * battery.el (display-battery-mode): If `battery-status-function'
12905 or `battery-mode-line-format' is nil, display the message and set
12906 `display-battery-mode' to nil (bug#9363).
12907
12908 2011-08-25 Eli Zaretskii <eliz@gnu.org>
12909
12910 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
12911 bidi-string-mark-left-to-right; they are unnecessary now.
12912
12913 2011-08-25 Deniz Dogan <deniz@dogan.se>
12914
12915 * net/quickurl.el: Documentation typo fixes.
12916
12917 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
12918
12919 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
12920
12921 2011-08-25 Glenn Morris <rgm@gnu.org>
12922
12923 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12924
12925 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
12926 (smtpmail-via-smtp): Handle nil response from smtp.
12927
12928 2011-08-24 Juri Linkov <juri@jurta.org>
12929
12930 * proced.el (proced-marked): Inherit from `error' instead of
12931 `font-lock-warning-face'.
12932
12933 * ibuffer.el (ibuffer-marked-face): Change default face from
12934 `font-lock-warning-face' to `warning'.
12935 (ibuffer-deletion-face): Change default face from
12936 `font-lock-type-face' to `error'.
12937
12938 * battery.el (battery-update): Use the face `error' instead of
12939 `font-lock-warning-face' (bug#6117).
12940
12941 2011-08-24 Juri Linkov <juri@jurta.org>
12942
12943 * faces.el (success): Change face color from "Green3" to
12944 "ForestGreen" on light background (bug#9353).
12945
12946 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
12947
12948 * window.el (quit-window): Rename from quit-restore-window.
12949 Use same arglist as old quit-window.
12950 (frame-auto-delete): Doc fix.
12951
12952 * view.el (view-mode-exit): Use quit-window.
12953
12954 2011-08-24 Juri Linkov <juri@jurta.org>
12955
12956 * isearch.el (isearch-ring-adjust1): Start visiting previous
12957 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
12958 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
12959 for empty search string (when the last search string is reused
12960 automatically) to adjust the isearch ring to the last element and
12961 prepare the correct index for further M-p commands (bug#9185).
12962
12963 2011-08-24 Kenichi Handa <handa@m17n.org>
12964
12965 * international/ucs-normalize.el: If decomposition property of
12966 CHAR is the default one (i.e. a list of CHAR itself), treat it as
12967 nil.
12968 (nfd, nfkd): Likewise.
12969
12970 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12971
12972 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
12973 from process filters aren't reliably transmitted to the surrounding
12974 accept-process-output.
12975 (mpc-proc-check): New function.
12976 (mpc-proc-sync): Use it (bug#8293)
12977
12978 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12979
12980 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
12981 Add compatibility functions (bug#9313).
12982
12983 2011-08-23 Eli Zaretskii <eliz@gnu.org>
12984
12985 * cus-start.el (all): Add entry for bidi-paragraph-direction.
12986
12987 * international/uni-bidi.el: Regenerate.
12988
12989 2011-08-23 Kenichi Handa <handa@m17n.org>
12990
12991 * international/charprop.el:
12992 * international/uni-bidi.el:
12993 * international/uni-category.el:
12994 * international/uni-combining.el:
12995 * international/uni-comment.el:
12996 * international/uni-decimal.el:
12997 * international/uni-decomposition.el:
12998 * international/uni-digit.el:
12999 * international/uni-lowercase.el:
13000 * international/uni-mirrored.el:
13001 * international/uni-name.el:
13002 * international/uni-numeric.el:
13003 * international/uni-old-name.el:
13004 * international/uni-titlecase.el:
13005 * international/uni-uppercase.el: Regenerate.
13006
13007 2011-08-23 Martin Rudalics <rudalics@gmx.at>
13008
13009 * help.el (help-window-setup): Fix message displayed when other
13010 window is reused. (Bug#9341)
13011
13012 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13013
13014 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
13015 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
13016
13017 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
13018 Mark obsolete.
13019 * shell.el (shell-parse-pcomplete-arguments): New function.
13020 (shell-completion-vars): Use it instead (bug#9160).
13021
13022 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13023
13024 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
13025 strings and comments (bug#9333).
13026
13027 * emacs-lisp/debug.el (debug-arglist): New function.
13028 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
13029 (debug-on-entry-1): Handle interpreted closures (bug#9120).
13030
13031 2011-08-22 Juri Linkov <juri@jurta.org>
13032
13033 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13034 Revert regexp that highlights output switches to its old
13035 pre-2010-10-28 value and remove one `?' from it (bug#9319).
13036
13037 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
13038 to check for empty output (bug#9226).
13039
13040 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
13041
13042 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
13043 symbol-constituent as the default, as that stops font-lock from
13044 working properly (Bug#8843).
13045
13046 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13047
13048 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
13049 `coding-system-for-*' around the process open call to avoid
13050 auth-source side effects.
13051 (smtpmail-try-auth-methods): Expand the secret password.
13052 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
13053 probe hangs.
13054
13055 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
13056
13057 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
13058
13059 * emacs-lisp/find-func.el (find-function-noselect): New arg
13060 lisp-only.
13061
13062 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
13063 signal an error for built-in functions (Bug#6664).
13064
13065 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13066
13067 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
13068 (smtpmail-try-auth-methods): Use it.
13069
13070 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
13071
13072 * font-lock.el (font-lock-fontify-region)
13073 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
13074 (font-lock-default-unfontify-buffer)
13075 (font-lock-default-fontify-region)
13076 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
13077
13078 * progmodes/compile.el (compilation-error-properties):
13079 Fix confusion between file struct and message struct (Bug#9319).
13080 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
13081 `ant' regexp.
13082
13083 * net/browse-url.el (browse-url-firefox): Don't call
13084 browse-url-firefox-sentinel unless using -remote (Bug#9328).
13085
13086 2011-08-20 Glenn Morris <rgm@gnu.org>
13087
13088 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
13089
13090 * tutorial.el (tutorial--default-keys): Update some default bindings.
13091
13092 * files.el (hack-local-variables): Fully ignore case for "mode:".
13093
13094 2011-08-20 Alan Mackenzie <acm@muc.de>
13095
13096 Resolve invalid use of a regexp in regexp-opt.
13097
13098 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
13099 detection for a java annotation.
13100
13101 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
13102 detection for a java annotation.
13103
13104 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
13105 handling for java.
13106 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
13107
13108 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
13109
13110 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
13111 (Bug#9274).
13112
13113 2011-08-20 Alan Mackenzie <acm@muc.de>
13114
13115 Fontify CPP expressions correctly when starting in the middle of
13116 such a construct. Mainly for when jit-lock etc. starts a chunk
13117 here.
13118
13119 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
13120 variable.
13121 (c-make-font-lock-search-form): New function, extracted from
13122 c-make-font-lock-search-function.
13123 (c-make-font-lock-search-function): Use the above function.
13124 (c-make-font-lock-context-search-function): New function.
13125 (c-cpp-matchers): Enhance the preprocessor expression case with
13126 the above function
13127 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
13128 which takes an expression.
13129
13130 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
13131
13132 2011-08-20 Martin Rudalics <rudalics@gmx.at>
13133
13134 * window.el (display-buffer-reuse-window)
13135 (display-buffer-pop-up-window): Don't reuse or split a side
13136 window.
13137
13138 2011-08-19 Glenn Morris <rgm@gnu.org>
13139
13140 * files.el (hack-local-variables-prop-line, hack-local-variables):
13141 Downcase "Mode:". (Bug#9331)
13142
13143 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
13144
13145 * international/characters.el: Add L and R categories.
13146
13147 * subr.el (bidi-string-mark-left-to-right): Rename from
13148 string-mark-left-to-right. Use category search.
13149
13150 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
13151
13152 2011-08-18 Juri Linkov <juri@jurta.org>
13153
13154 * faces.el (error, warning, success): New faces with definitions
13155 copied from old default values of `font-lock-warning-face',
13156 `compilation-warning', `compilation-info' (bug#6117).
13157
13158 * font-lock.el (font-lock-warning-face): Inherit from `error'.
13159
13160 * progmodes/compile.el (compilation-error): Inherit from `error'.
13161 (compilation-warning): Inherit from `warning'.
13162 (compilation-info): Inherit from `success'.
13163
13164 * dired.el (dired-marked): Inherit from `warning'.
13165 (dired-flagged): Inherit from `error'.
13166
13167 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13168
13169 * mail/smtpmail.el (auth-source): Require to avoid problems with
13170 binding variables (bug#9298). Also clean up some unused
13171 autoloads.
13172
13173 * net/network-stream.el (network-stream-open-starttls):
13174 Support using starttls.el without using gnutls-cli.
13175
13176 2011-08-17 Juri Linkov <juri@jurta.org>
13177
13178 * progmodes/grep.el (rgrep): Handle the case when
13179 `grep-find-command' is a cons cell (bug#9278).
13180
13181 2011-08-17 Martin Rudalics <rudalics@gmx.at>
13182
13183 * window.el (display-buffer-pop-up-frame): Run frame creation
13184 function with BUFFER current (as special-display-popup-frame
13185 does). Reported by Drew Adams.
13186
13187 2011-08-17 Daiki Ueno <ueno@unixuser.org>
13188
13189 * epa-mail.el: Simplify GnuPG group expansion using
13190 epg-expand-group.
13191 (epa-mail-group-alist, epa-mail-group-modtime)
13192 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
13193 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
13194 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
13195 Remove.
13196
13197 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
13198
13199 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
13200
13201 2011-08-16 Alan Mackenzie <acm@muc.de>
13202
13203 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
13204 Correct, to avoid the inside of macros.
13205
13206 2011-08-16 Richard Stallman <rms@gnu.org>
13207
13208 * epa-mail.el: Handle GnuPG group definitions.
13209 (epa-mail-group-alist, epa-mail-group-modtime)
13210 (epa-mail-gnupg-conf-file): New variables.
13211 (epa-mail-parse-groups, epa-mail-sync-groups)
13212 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
13213 (epa-mail-expand-recipients): New functions.
13214 (epa-mail-encrypt): Call epa-mail-expand-recipients.
13215
13216 * mail/rmail.el (rmail-epa-decrypt): New command.
13217
13218 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
13219 Don't bind buffer-read-only, just inhibit-read-only.
13220 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
13221 (epa-decrypt-armor-in-region): Make error message clearer.
13222
13223 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
13226 and "a2b" to "ab" for `prefix'.
13227
13228 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
13229
13230 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
13231 filter groups.
13232 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
13233 Fourquet (Bug#8804).
13234
13235 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
13236
13237 * startup.el (argi): Declare as global variable (bug#9275).
13238
13239 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
13240
13241 * subr.el (string-mark-left-to-right): Search the entire string
13242 for RTL script, not just the terminating character. Doc fix.
13243
13244 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
13245
13246 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
13247 New function.
13248 (js--regexp-literal, js-syntax-propertize-function): Remove.
13249 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
13250 (js-mode-map): Don't rebind electric keys.
13251 (js-insert-and-indent): Remove.
13252 (js-mode): Setup electric-layout and electric-indent instead.
13253
13254 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
13255
13256 2011-08-12 Daiki Ueno <ueno@unixuser.org>
13257
13258 * epa.el (epa-progress-callback-function): Fix the logic of
13259 displaying progress.
13260 * epa-file.el (epa-file-insert-file-contents): Make progress
13261 display more user-friendly.
13262 (epa-file-write-region): Ditto.
13263
13264 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
13265
13266 * subr.el (string-mark-left-to-right): New function.
13267
13268 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
13269 Use string-mark-left-to-right.
13270 (list-buffers-noselect): Caller changed.
13271
13272 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13273 Use string-mark-left-to-right.
13274 (tabulated-list-print): Recenter after moving point.
13275
13276 2011-08-10 Juri Linkov <juri@jurta.org>
13277
13278 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
13279 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
13280 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
13281
13282 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
13283
13284 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
13285 (Bug#7554).
13286
13287 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
13288
13289 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
13290 character. (Bug#6594)
13291
13292 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
13293
13294 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
13295 (image-dired--with-db-file): New macro.
13296 (image-dired-write-tags, image-dired-remove-tag)
13297 (image-dired-create-gallery-lists, image-dired-write-comments)
13298 (image-dired-get-comment, image-dired-mark-tagged-files)
13299 (image-dired-list-tags, image-dired-gallery-generate): Use it.
13300 (image-dired-gallery-generate): Use insert-file-contents.
13301
13302 * time.el (display-time-world-list, display-time-world-display):
13303 * time-stamp.el (time-stamp-string):
13304 * vc/add-log.el (add-change-log-entry): Use setenv instead of
13305 set-time-zone-rule (Bug#7337).
13306
13307 2011-08-08 Daiki Ueno <ueno@unixuser.org>
13308
13309 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
13310 (epg-error-to-string, epg-errors-to-string): New function.
13311 (epg-wait-for-completion): Reverse errors list.
13312 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
13313 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
13314 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
13315 (epg-sign-keys, epg-generate-key-from-file)
13316 (epg-generate-key-from-string): Format errors by using
13317 epg-errors-to-string (bug#9255).
13318 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
13319
13320 2011-08-07 Juri Linkov <juri@jurta.org>
13321
13322 * faces.el (list-faces-display): Remove extra angle bracket
13323 from `help-mode-map'.
13324
13325 * info.el (Info-history-toc-nodes): Doc fix.
13326
13327 * longlines.el (longlines-mode): Doc fix.
13328
13329 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
13332 of statements and in a few more cases (bug#9183).
13333
13334 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
13335 New functions.
13336 (cl-transform-lambda): Use them (bug#9239).
13337
13338 2011-08-05 Martin Rudalics <rudalics@gmx.at>
13339
13340 * window.el (display-buffer-same-window)
13341 (display-buffer-same-frame, display-buffer-other-window)
13342 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13343 (pop-to-buffer-other-window)
13344 (pop-to-buffer-same-frame-other-window)
13345 (pop-to-buffer-other-frame): Make them defuns.
13346 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
13347
13348 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13349
13350 * subr.el (make-composed-keymap): Move from C. Change calling
13351 convention, and improve docstring to bring attention to a subtle point.
13352 * minibuffer.el (completing-read-default): Adjust accordingly.
13353
13354 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
13355
13356 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13357 (tramp-open-shell): Use `tramp-shell-quote-argument'.
13358
13359 * net/trampver.el: Update release number.
13360
13361 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13362
13363 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
13364 "in" (bug#9190).
13365
13366 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13367
13368 * mail/sendmail.el (sendmail-query-once): Restore the current
13369 buffer after querying (bug#9074).
13370
13371 * dired.el (dired-flagged): Use different faces for marked and
13372 flagged files (bug#6117).
13373
13374 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
13375 (bug#4433).
13376
13377 * ido.el (ido-mode): Switch off the message if called
13378 non-interactively.
13379
13380 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
13381 before 587, since it appears that that's more likely to work for
13382 more people.
13383
13384 * cus-edit.el (custom-file): When running under emacs -q, always
13385 refuse to save the customizations, even if the .emacs file doesn't
13386 exist.
13387
13388 * info.el: Remove the `Info-beginning-of-buffer' function
13389 (bug#8325).
13390
13391 * net/network-stream.el (network-stream-open-starttls):
13392 Use `starttls-available-p' to see whether starttls.el can be used.
13393
13394 2011-08-01 Martin Rudalics <rudalics@gmx.at>
13395
13396 * window.el (display-buffer-in-window): Don't set dedicated status
13397 of window here (Bug#9215).
13398 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13399 (display-buffer-pop-up-side-window)
13400 (display-buffer-in-side-window): Set dedicated status of window here.
13401
13402 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
13403
13404 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
13405 before binding generated-autoload-file.
13406
13407 2011-08-01 Deniz Dogan <deniz@dogan.se>
13408
13409 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
13410
13411 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
13412
13413 Sync with Tramp 2.2.2.
13414
13415 * net/trampver.el: Update release number.
13416
13417 2011-07-30 Juri Linkov <juri@jurta.org>
13418
13419 * dired-aux.el (dired-touch-initial): Remove function.
13420 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
13421 current time, and `default' to the last modification time of the
13422 current marked file (bug#6887).
13423
13424 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
13425
13426 * simple.el (goto-line): Use string-to-number to provide a
13427 numeric argument to read-number (bug#9163).
13428
13429 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
13430
13431 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
13432 connection process, it could be nil.
13433
13434 2011-07-27 Leo Liu <sdl.web@gmail.com>
13435
13436 Simplify url handling in rcirc-mode.
13437
13438 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
13439 (rcirc-browse-url-at-mouse): Remove.
13440 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
13441
13442 2011-07-26 Alan Mackenzie <acm@muc.de>
13443
13444 Fontify bitfield declarations properly.
13445
13446 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
13447 (c-symbol-chars): Now exported as a lang variable.
13448 (c-not-primitive-type-keywords): New lang variable.
13449
13450 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
13451 QT keyword "more" to prevent "more slots: ...." being spuriously
13452 parsed as a bitfield declaration.
13453
13454 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13455 Refactor and enhance to handle bitfield declarations.
13456 (c-punctuation-in): New function.
13457 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
13458 declarations properly.
13459
13460 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
13461
13462 * calendar/icalendar.el (icalendar--all-events): Take care of
13463 multiple vcalendars in a single file.
13464 (icalendar--convert-float-to-ical): Checkdoc fixes.
13465
13466 2011-07-25 Deniz Dogan <deniz@dogan.se>
13467
13468 * image.el (insert-image): Clarifying docstring.
13469
13470 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
13471
13472 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
13473 `tramp-send-command-and-check' if there is no error.
13474 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
13475
13476 2011-07-22 Alan Mackenzie <acm@muc.de>
13477
13478 Prevent cc-langs.elc being loaded at run time.
13479
13480 * progmodes/cc-mode.el: Remove two autoload forms which loaded
13481 cc-langs.
13482
13483 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
13484 "(require 'cc-langs)". Quote a form so it will evaluate at
13485 (cc-mode's) compilation time.
13486
13487 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
13488
13489 * net/tramp.el (tramp-file-name-handler): Avoid recursive
13490 loading. (Bug#9114)
13491
13492 2011-07-21 Martin Rudalics <rudalics@gmx.at>
13493
13494 * window.el (display-buffer-pop-up-window)
13495 (display-buffer-pop-up-side-window)
13496 (display-buffer-in-side-window): Call display-buffer-set-height
13497 and display-buffer-set-width after setting the new window's
13498 buffer so `fit-window-to-buffer' and friends work on the right buffer.
13499
13500 2011-07-20 Sam Steingold <sds@gnu.org>
13501
13502 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
13503 (etags-tags-included-tables): Call `convert-standard-filename' on
13504 the file names contained in TAGS so that windows Emacs can handle
13505 TAGS files created by cygwin ctags.
13506
13507 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13508
13509 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
13510 which apparently didn't work.
13511
13512 2011-07-19 Roland Winkler <winkler@gnu.org>
13513
13514 * proced.el (proced-send-signal): For *Marked Processes* buffer
13515 put point at beginning of buffer.
13516
13517 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
13518
13519 * proced.el (proced-format): Make header lines align with the text
13520 (bug#1779).
13521
13522 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13523
13524 * view.el (view-buffer): Allow running in `special' modes if we're
13525 visiting a file (bug#8615).
13526
13527 2011-07-19 Martin Rudalics <rudalics@gmx.at>
13528
13529 * window.el (display-buffer-alist-of-strings-p)
13530 (display-buffer-alist-set-1, display-buffer-alist-set-2):
13531 New functions.
13532 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
13533 more accurately.
13534
13535 2011-07-18 Alan Mackenzie <acm@muc.de>
13536
13537 Fontify declarators properly when, e.g., a jit-lock chunk begins
13538 inside a declaration.
13539
13540 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
13541
13542 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13543 New function.
13544 (c-complex-decl-matchers): Insert reference to
13545 c-font-lock-enclosing-decls.
13546
13547 * progmodes/cc-engine.el (c-backward-single-comment):
13548 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
13549 to nil around calls to (forward-comment -1).
13550
13551 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13552
13553 * image.el (put-image): Doc typo fix.
13554
13555 * progmodes/etags.el (tags-search): Doc typo fix.
13556
13557 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
13558 password if we get errors 550 to 554.
13559
13560 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13561
13562 * net/gnutls.el (gnutls-log-level): Remove.
13563
13564 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
13565 indentation character (bug#6380).
13566
13567 * files.el (buffer-offer-save): Made permanently local (bug#6241).
13568
13569 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
13570 to clarify what the problem is (bug#4291).
13571
13572 * simple.el (current-kill): Clarify what
13573 `interprogram-paste-function' does (bug#7500).
13574 (auto-fill-mode): Document `auto-fill-function' in relation to
13575 `auto-fill-mode' (bug#2470).
13576
13577 2011-07-16 Lawrence Mitchell <wence@gmx.li>
13578
13579 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
13580 method if slot is read-only (bug#9035).
13581
13582 2011-07-16 Martin Rudalics <rudalics@gmx.at>
13583
13584 * frame.el (select-frame-set-input-focus): New argument NORECORD.
13585 * window.el (pop-to-buffer): Select window used even if it was
13586 selected before, see discussion of (Bug#8615), (Bug#6954).
13587 Pass argument NORECORD on to select-frame-set-input-focus.
13588
13589 2011-07-15 Glenn Morris <rgm@gnu.org>
13590
13591 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
13592 Respect help-form.
13593
13594 2011-07-09 Lawrence Mitchell <wence@gmx.li>
13595
13596 * net/gnutls.el (gnutls-min-prime-bits): New variable.
13597 (gnutls-negotiate): Use it.
13598
13599 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13600
13601 * net/gnutls.el (gnutls-negotiate):
13602 Upcase `gnutls-algorithm-priority'.
13603
13604 2011-07-15 Glenn Morris <rgm@gnu.org>
13605
13606 * jka-compr.el (jka-compr-verbose): Move from here...
13607 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
13608 Add missing :version tag.
13609 * info.el: No need to require jka-compr when compiling.
13610
13611 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13612
13613 * net/gnutls.el (gnutls-algorithm-priority): New variable.
13614 (gnutls-negotiate): Use it.
13615
13616 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
13617
13618 * info.el (Info-beginning-of-buffer): New command.
13619 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
13620 announcing `b' as the key (bug#8325).
13621 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
13622
13623 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
13624
13625 * international/mule-cmds.el
13626 (describe-specified-language-support): Make the error message
13627 clearer (bug#8905).
13628
13629 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
13630
13631 * isearch.el (isearch-barrier): Add a doc string, since it's
13632 mentioned in a function doc string (bug#8678).
13633
13634 2011-07-15 Martin Rudalics <rudalics@gmx.at>
13635
13636 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
13637 buffer argument (Bug#9083) and self-identifying label argument.
13638
13639 2011-07-15 Glenn Morris <rgm@gnu.org>
13640
13641 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
13642
13643 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13644
13645 * man.el (Man-fontify-manpage): Fix message when formatting the
13646 man page (bug#7929).
13647
13648 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13649
13650 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
13651 argument LRM; if non-nil, append an invisible LRM character to the
13652 buffer name.
13653 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
13654 last argument non-nil, when formatting buffer names.
13655 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
13656 paragraph direction.
13657
13658 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13659
13660 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
13661 the man page name (bug#7929).
13662
13663 * image.el (put-image): Mention the `put-image' overlay property
13664 (bug#7834).
13665
13666 * scroll-bar.el (set-scroll-bar-mode): Mention that
13667 `scroll-bar-mode' lists the values (bug#7772).
13668
13669 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
13670 command (bug#7729).
13671
13672 * rect.el (apply-on-rectangle): Return the point after the last
13673 operation.
13674 (string-rectangle): Go to the point after the last operation
13675 (bug#7522).
13676
13677 * printing.el (pr-toggle-region): Clarify the documentation
13678 slightly (bug#7493).
13679
13680 * time.el (display-time-update):
13681 Allow `display-time-mail-function' to return nil (bug#7158).
13682 Fix suggested by Detlev Zundel.
13683
13684 * vc/diff.el (diff): Clarify the order the file names are read
13685 (bug#7111).
13686
13687 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
13688 the doc string (bug#7015).
13689
13690 * font-lock.el (font-lock-maximum-decoration): Mention what
13691 numeric levels mean (bug#6935).
13692
13693 * startup.el (initial-buffer-choice): Don't mention the `none'
13694 selection, which is against policy.
13695
13696 2011-07-14 Martin Rudalics <rudalics@gmx.at>
13697
13698 * window.el (display-buffer-normalize-special):
13699 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
13700
13701 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13702
13703 * subr.el (version<, version<=, version=): Mention "-CVS" and
13704 "-12345" alpha version numbers.
13705
13706 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13707
13708 * bindings.el: Add advertised binding for set-mark-command
13709 (Bug#5772).
13710
13711 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13712
13713 * bindings.el (mode-line-other-buffer):
13714 * bookmark.el (bookmark-bmenu-2-window):
13715 * bs.el (bs-cycle-next, bs-cycle-previous):
13716 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
13717 switch-to-buffer.
13718
13719 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13720 Delete.
13721
13722 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
13723
13724 * follow.el (follow-debug-message, follow-redisplay):
13725 * jka-cmpr-hook.el (with-auto-compression-mode):
13726 Fix typos in docstrings.
13727
13728 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13729
13730 * subr.el (with-silent-modifications): Clarify somewhat what the
13731 macro inhibits (bug#6525).
13732
13733 * simple.el (eval-expression): Note what it does if called
13734 interactively (bug#6495).
13735
13736 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
13737
13738 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
13739 Use pop-to-buffer buffer-or-name if it is nil.
13740
13741 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13742 Remove switch-to-buffer.
13743
13744 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13745
13746 * files.el (make-directory): Clarify that an error will be raised
13747 if there's an error (bug#6397).
13748
13749 * startup.el (initial-buffer-choice): Add `none' as a choice
13750 (bug#6234).
13751
13752 * subr.el (add-hook): Clarify section about buffer-local hooks
13753 (bug#6218).
13754
13755 * dired.el (dired-flagged): Clarify doc string (bug#6117).
13756
13757 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
13758
13759 * tabify.el (untabify): Preserve the current column so that point
13760 doesn't move (bug#6032).
13761
13762 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13763
13764 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
13765 Rewrite to avoid awkward possessive "s" (bug#5986).
13766
13767 2011-07-13 Glenn Morris <rgm@gnu.org>
13768
13769 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
13770 (dired-insert-directory): Give a message the first time
13771 if ls is found not to support --dired.
13772
13773 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13774
13775 * simple.el (toggle-truncate-lines): Clarify what is toggled
13776 (bug#5580). Text by Drew Adams.
13777
13778 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
13779
13780 * simple.el (blink-matching-open): Make the error message from the
13781 last change less verbose.
13782
13783 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13784
13785 * font-lock.el (font-lock-comment-face): Use the high contrast
13786 "yellow" color for font-lock-comment-face on low color terminals
13787 using a dark background color (bug#4221).
13788
13789 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13790
13791 * dired.el (dired-insert-set-properties): Make the doc string
13792 reflect what it does now (bug#5325).
13793
13794 * simple.el (blink-matching-open): Say that we were unable to find
13795 the match within the limit, if we're limited (bug#5122).
13796
13797 * international/mule-cmds.el (prefer-coding-system): Add an
13798 example (bug#4869).
13799
13800 * progmodes/etags.el (tags-search): Document `file-list-form'
13801 (bug#4731).
13802
13803 2011-07-13 Lawrence Mitchell <wence@gmx.li>
13804
13805 * net/browse-url.el (browse-url-default-browser)
13806 (browse-url-browser-function): Make the default browser choice a
13807 bit more logical (bug#4300). Also clean up the doc string.
13808
13809 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
13810
13811 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
13812 binary endings (bug#4440).
13813
13814 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13815
13816 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
13817 which can be pretty annoying (bug#8971).
13818
13819 * jka-compr.el (jka-compr-verbose): New variable, and use
13820 throughout (bug#8971).
13821
13822 * info.el (Info-find-file): Fall back on the installation
13823 directory if we can't find the info node anywhere else.
13824
13825 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
13826
13827 * vc/vc.el (vc-revert-file):
13828 Don't set file time-stamp in the past. (Bug#5181)
13829
13830 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13831
13832 * files.el (after-find-file): Give a better error message when
13833 trying to find a symlink that points to a file that doesn't exist
13834 (bug#4398).
13835
13836 * progmodes/cc-vars.el: Remove (probably) misleading comment
13837 (bug#4396).
13838
13839 2011-07-12 Johan Bockgård <bojohan@gnu.org>
13840
13841 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
13842
13843 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
13844
13845 * mouse-sel.el: Hack restoring functionality, while keeping
13846 compatibility with 2010-07-03 changes to mouse selection.
13847 (mouse-sel-primary-overlay): New var.
13848 (mouse-sel-selection-alist): Use it.
13849 (mouse-sel-mode): Doc fix; remove points that are default features
13850 of mouse.el.
13851
13852 2011-07-12 Johan Bockgård <bojohan@gnu.org>
13853
13854 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13855 Fix previous fix (bug#2490).
13856
13857 2011-07-12 Roland Winkler <winkler@gnu.org>
13858
13859 * textmodes/bibtex.el (bibtex-initialize):
13860 Use pop-to-buffer-same-window.
13861 (bibtex-search-entries): Fix interactive call.
13862
13863 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13864
13865 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13866 Fontise bytecomp Error lines more correctly (bug#2490).
13867 Fix suggested by Johan Bockgård.
13868
13869 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
13870
13871 * dired-x.el (dired-guess-default): Use `delete-dups'.
13872
13873 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
13874
13875 * dired.el (dired-mark-prompt):
13876 * dired-aux.el (dired-read-shell-command): Doc fix.
13877
13878 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13879
13880 * mail/sendmail.el (sendmail-query-once):
13881 Use `customize-save-variable' unconditionally, now that it works under
13882 emacs -Q.
13883
13884 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13885
13886 * cus-edit.el (custom-file): Take an optional no-error variable.
13887 (customize-save-variable): Set the variable, and give a warning if
13888 running under "emacs -q".
13889
13890 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
13891
13892 * loadhist.el (unload-feature-special-hooks):
13893 Add `auto-coding-functions', `fill-nobreak-predicate' and
13894 `find-directory-functions' (bug#5327).
13895
13896 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13897
13898 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
13899
13900 * cus-edit.el (custom-guess-name-alist): -alist variables should
13901 use the `alist' type (bug#3120). Suggested by Drew Adams.
13902
13903 * printing.el: Add documentation to all the `pr-toggle-' commands.
13904
13905 2011-07-11 Leo Liu <sdl.web@gmail.com>
13906
13907 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
13908 backends where it makes sense (bug#2623).
13909
13910 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13911
13912 * dired-x.el (dired-guess-default): Remove duplicate shell command
13913 entries (bug#2028).
13914 (dired-guess-default): Fix grammar in doc string (bug#2028).
13915 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
13916
13917 * subr.el (remove-duplicates): New conveniency function.
13918
13919 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13920
13921 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
13922 (bug#1526).
13923
13924 2011-07-10 Martin Rudalics <rudalics@gmx.at>
13925
13926 * window.el (display-buffer-normalize-default): Don't invert
13927 meaning of even-window-heights. Reported by Eli Zaretskii
13928 <eliz@gnu.org>.
13929
13930 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
13931
13932 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
13933
13934 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
13935
13936 * window.el (display-buffer): Fix arguments to
13937 display-buffer-reuse-window in last change.
13938
13939 * faces.el (link): Use a less saturated blue on light backgrounds.
13940
13941 * startup.el (fancy-startup-text, fancy-about-text)
13942 (fancy-startup-tail): Use font-lock faces, for background safety.
13943
13944 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
13945
13946 * emulation/viper-cmd.el (viper-change-state-to-vi):
13947 Limit triggering of abbrev expansion (Bug#9038).
13948
13949 2011-07-09 Martin Rudalics <rudalics@gmx.at>
13950
13951 * window.el (display-buffer-default-specifiers): Remove.
13952 (display-buffer-macro-specifiers): Remove default specifiers.
13953 (display-buffer-alist): Default to nil.
13954 (display-buffer-reuse-window): New optional argument other-window.
13955 (display-buffer-pop-up-window): Allow splitting internal
13956 windows. Check whether a live window was created.
13957 (display-buffer-other-window-means-other-frame)
13958 (display-buffer-normalize-arguments): Rename to
13959 display-buffer-normalize-argument and rewrite. Set the
13960 other-window specifier.
13961 (display-buffer-normalize-special): New function.
13962 (display-buffer-normalize-options): Rename to
13963 display-buffer-normalize-default and rewrite.
13964 (display-buffer-normalize-options-inhibit): Remove.
13965 (display-buffer-normalize-specifiers): Rewrite.
13966 (display-buffer): Process other-window specifier and call
13967 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
13968 more faithfully.
13969 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
13970 (display-buffer-alist-set): Don't handle 'unset default values.
13971 (display-buffer-in-window, display-buffer-alist-set):
13972 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
13973 <tassilo@member.fsf.org>.
13974
13975 2011-07-09 Leo Liu <sdl.web@gmail.com>
13976
13977 * register.el (insert-register): Restore accidental change on
13978 2011-06-26. (Bug#9028)
13979
13980 2011-07-09 Glenn Morris <rgm@gnu.org>
13981
13982 * subr.el (remq): Handle the empty list. (Bug#9024)
13983
13984 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
13985
13986 * mail/sendmail.el (send-mail-function): No longer delay custom
13987 initialization.
13988 * custom.el (custom-initialize-delay): Doc fix.
13989
13990 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13991
13992 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
13993
13994 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
13995
13996 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
13997 human-friendly prompt.
13998
13999 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14000
14001 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
14002 provided by a particular plugin.
14003
14004 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14005
14006 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
14007 save customizations (with "emacs -Q"), just set the variable
14008 instead of erroring out.
14009
14010 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
14011
14012 2011-07-08 Juri Linkov <juri@jurta.org>
14013
14014 * arc-mode.el (archive-zip-expunge, archive-zip-update)
14015 (archive-zip-update-case): Use 7z if found by `executable-find'.
14016 The order of searching the available programs is the same as in
14017 `archive-zip-extract' (bug#8968).
14018
14019 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14020
14021 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
14022 (menu-bar-options-menu): Tweak descriptions.
14023
14024 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14025
14026 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
14027 menu items into verb phrases (bug#1421). Also refill to fit under
14028 80 columns.
14029
14030 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14031
14032 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
14033 (Info-read-node-name): Doc fix (Bug#1084).
14034
14035 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
14036 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
14037 (end-of-sexp, beginning-of-sexp)
14038 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
14039 (forward-symbol, forward-same-syntax, word-at-point)
14040 (sentence-at-point): Doc fix (Bug#1144).
14041
14042 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14043
14044 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
14045 should cover it (bug#1281).
14046
14047 * cus-edit.el (custom-show): Mark as obsolete.
14048
14049 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
14050 negotiation fails, then possibly try again with a non-encrypted
14051 connection (bug#9017).
14052
14053 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
14054 be used.
14055
14056 2011-07-07 Richard Stallman <rms@gnu.org>
14057
14058 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
14059 property, and handle its changed format.
14060 Look for the correct line number.
14061 Use file's line contents (but not past first =) to find
14062 correct line in message.
14063
14064 2011-07-07 Kenichi Handa <handa@m17n.org>
14065
14066 * international/characters.el (build-unicode-category-table):
14067 Delete it.
14068 (unicode-category-table): Set it by unicode-property-table-internal.
14069
14070 * international/mule-cmds.el (char-code-property-alist): Move to
14071 to src/chartab.c.
14072 (get-char-code-property): Call unicode-property-table-internal to
14073 load a file. Call get-unicode-property-internal where necessary.
14074 (put-char-code-property): Call unicode-property-table-internal to
14075 load a file. Call put-unicode-property-internal where necessary.
14076 put-unicode-property-internal where necessary.
14077 (char-code-property-description):
14078 Call unicode-property-table-internal to load a file.
14079
14080 * international/charprop.el:
14081 * international/uni-bidi.el:
14082 * international/uni-category.el:
14083 * international/uni-combining.el:
14084 * international/uni-comment.el:
14085 * international/uni-decimal.el:
14086 * international/uni-decomposition.el:
14087 * international/uni-digit.el:
14088 * international/uni-lowercase.el:
14089 * international/uni-mirrored.el:
14090 * international/uni-name.el:
14091 * international/uni-numeric.el:
14092 * international/uni-old-name.el:
14093 * international/uni-titlecase.el:
14094 * international/uni-uppercase.el: Regenerate.
14095
14096 * loadup.el: Load international/charprop.el before
14097 international/characters.
14098
14099 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14100
14101 * window.el (next-buffer, previous-buffer): Signal an error if
14102 called from a minibuffer window.
14103
14104 * bindings.el: Revert 2011-07-04 change.
14105
14106 2011-07-06 Richard Stallman <rms@gnu.org>
14107
14108 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
14109 (rmail-mime-insert-bulk, rmail-mime-insert-text):
14110 Treat markers like ints.
14111 (rmail-mime-entity): Doc fix.
14112
14113 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14114
14115 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
14116 defcustom again for backwards compatibility.
14117
14118 * simple.el (shell-command-on-region): Fill.
14119
14120 * dired-aux.el (dired-kill-line): Add a doc string.
14121
14122 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
14123 to "\\sw\\|\\s_" (bug#358).
14124
14125 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
14126 (dired-unmark-backward): Ditto.
14127 (dired-flag-backup-files): Ditto.
14128
14129 * dired-x.el (dired-mark-sexp): Ditto.
14130
14131 2011-07-06 Richard Stallman <rms@gnu.org>
14132
14133 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
14134 (rmail-mime-entity): New arg TRUNCATED.
14135 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
14136 New functions.
14137 (rmail-mime-save): Warn if entity is truncated.
14138 (rmail-mime-toggle-hidden): Likewise, for showing.
14139 (rmail-mime-process-multipart): Record when an entity is truncated.
14140
14141 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
14142 if ENTITY is a string.
14143
14144 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14145
14146 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
14147 of faces when `M-C-x'-ing their definitions (bug#8378).
14148 Also clean up the code slightly.
14149
14150 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
14151 because that makes the colors go away.
14152
14153 * mail/sendmail.el (send-mail-function): Change the default to
14154 `sendmail-query-once'.
14155 (sendmail-query-once): Add an autoload cookie.
14156
14157 * net/network-stream.el (network-stream-open-starttls): Try using
14158 a plain connection even if the server offered STARTTLS, and we
14159 kinda wanted to use it, if Emacs doesn't have any STARTTLS
14160 capability. This should make smtpmail.el work in slightly more
14161 configurations.
14162
14163 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
14164
14165 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
14166 New defun.
14167 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
14168
14169 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
14170
14171 * progmodes/sql.el: Version 3.0
14172 (sql-product-alist): Add product :completion-object,
14173 :completion-column, and :statement attributes.
14174 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
14175 (sql-mode-syntax-table): Mark all punctuation.
14176 (sql-font-lock-keywords-builder): Temporarily remove fallback on
14177 ansi keywords.
14178 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
14179 (sql-mode-oracle-font-lock-keywords): Improve.
14180 (sql-oracle-show-reserved-words): New function for development.
14181 (sql-product-font-lock): Simplify for source code buffers.
14182 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
14183 New functions.
14184 (sql-highlight-product): Set product specific syntax table.
14185 (sql-mode-map): Add statement movement functions.
14186 (sql-ansi-statement-starters, sql-oracle-statement-starters):
14187 New variable.
14188 (sql-statement-regexp, sql-beginning-of-statement)
14189 (sql-end-of-statement, sql-signum): New functions.
14190 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
14191 (sql-show-sqli-buffer): Bug fix.
14192 (sql-interactive-mode): Store connection data as buffer local.
14193 (sql-connect): Add NEW-NAME parameter. Redesign interaction
14194 with sql-interactive-mode.
14195 (sql-save-connection): Save buffer local settings.
14196 (sql-connection-menu-filter): Change menu entry name.
14197 (sql-product-interactive): Bug fix.
14198 (sql-preoutput-hold): New variable.
14199 (sql-interactive-remove-continuation-prompt): Bug fixes.
14200 (sql-debug-redirect): New variable.
14201 (sql-str-literal): New function.
14202 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
14203 Redesign.
14204 (sql-oracle-save-settings, sql-oracle-restore-settings)
14205 (sql-oracle-list-all, sql-oracle-list-table): New functions.
14206 (sql-completion-object, sql-completion-column)
14207 (sql-completion-sqlbuf): New variables.
14208 (sql-build-completions-1, sql-build-completions)
14209 (sql-try-completion): New functions.
14210 (sql-read-table-name): Use them.
14211 (sql-contains-names): New buffer local variable.
14212 (sql-list-all, sql-list-table): Use it.
14213 (sql-oracle-completion-types): New variable.
14214 (sql-oracle-completion-object, sql-sqlite-completion-object)
14215 (sql-postgres-completion-object): New functions.
14216
14217 2011-07-06 Glenn Morris <rgm@gnu.org>
14218
14219 * window.el (pop-to-buffer): Doc fix.
14220
14221 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
14222
14223 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
14224
14225 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
14226
14227 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
14228
14229 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
14230
14231 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
14232
14233 * button.el (button): Inherit from link face. Suggested by Dan
14234 Nicolaescu.
14235
14236 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * progmodes/gdb-mi.el: Fit in 80 columns.
14239 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
14240 switch-to-buffer.
14241
14242 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
14243 if imenu is simply not configured (bug#8941).
14244
14245 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
14246
14247 * allout.el (allout-post-undo-hook): New allout outline-change
14248 event hook to signal undo activity.
14249 (allout-post-command-business): Run allout-post-undo-hook if an
14250 undo just occurred.
14251 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
14252 * allout-widgets.el (allout-widgets-after-undo-function):
14253 Ensure the integrity of the current item's decoration after it has been
14254 in the vicinity of an undo.
14255 (allout-widgets-mode): Include allout-widgets-after-undo-function
14256 on the new allout-post-undo-hook.
14257
14258 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14259
14260 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
14261 Let define-derived-mode define it.
14262 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
14263 cycles of abbrev-table inheritance (bug#8998).
14264
14265 2011-07-05 Roland Winkler <winkler@gnu.org>
14266
14267 * textmodes/bibtex.el: Add support for biblatex.
14268 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
14269 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
14270 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
14271 (bibtex-entry-alist, bibtex-field-alist): New variables.
14272 (bibtex-entry-field-alist): Obsolete alias for
14273 bibtex-BibTeX-entry-alist.
14274 (bibtex-entry-alist, bibtex-field-alist): New widgets.
14275 (bibtex-set-dialect): New command.
14276 (bibtex-entry-type, bibtex-entry-head)
14277 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
14278 Bind via bibtex-set-dialect.
14279 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
14280 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
14281 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
14282 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
14283 Define via bibtex-set-dialect.
14284 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
14285 Obey bibtex-no-opt-remove-re.
14286 (bibtex-vec-push, bibtex-vec-incr): New functions.
14287 (bibtex-format-entry, bibtex-field-list)
14288 (bibtex-print-help-message, bibtex-validate)
14289 (bibtex-search-entries): Use new format of bibtex-entry-alist.
14290
14291 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14292
14293 * progmodes/compile.el (compilation-goto-locus):
14294 * net/tramp-cmds.el (tramp-append-tramp-buffers):
14295 * bs.el (bs-cycle-next, bs-cycle-previous):
14296 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
14297 * bindings.el (mode-line-other-buffer):
14298 * autoinsert.el (auto-insert):
14299 * arc-mode.el (archive-extract):
14300 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
14301
14302 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14303
14304 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
14305 Fix check of `emacs-lock-unlockable-modes'.
14306 Coerce true values of `emacs-lock--try-unlocking' to t.
14307
14308 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14309
14310 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
14311 * emacs-lock.el: New file.
14312
14313 2011-07-05 Julien Danjou <julien@danjou.info>
14314
14315 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
14316 than `boundp' to check if face is set.
14317
14318 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14319
14320 * register.el (registerv-make):
14321 * window.el (window-min-height): Fix typos in docstrings.
14322
14323 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
14324
14325 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
14326 Update doc string.
14327
14328 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
14329
14330 * server.el (server-execute): Catch quit and call
14331 `server-return-error' to pass the error back to emacsclient and
14332 close the connection (bug#8942).
14333
14334 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
14335
14336 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
14337 insecure exception for current topic. Also note that auto-saves
14338 are handled differently.
14339
14340 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
14341 State variables for tracking auto-save inhibition situation.
14342
14343 (allout-write-contents-hook-handler): Rename from
14344 'allout-write-file-hook-handler', and describe how it depends on
14345 write-contents-functions sensitivity to non-nil value to prevent
14346 file write.
14347
14348 (allout-auto-save-hook-handler): Remove. auto-save does not check
14349 this in individual buffers, only in the starting buffer, so this
14350 is not the right way for us to inhibit auto-save in a buffer
14351 according to its condition.
14352
14353 (allout-mode): Use new allout-write-contents-hook-handler, and
14354 only with write-contents-functions. Remove auto-save provisions -
14355 they're implemented elsewhere.
14356
14357 (allout-before-change-handler): If undo is in progress, note that
14358 for attention of allout-post-command-business.
14359
14360 (allout-post-command-business): If the command we're following was
14361 an undo, check for change in the status of encrypted items and
14362 adjust auto-save inhibitions accordingly.
14363
14364 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
14365 according to whether there are or aren't any plain-text topics
14366 pending encryption.
14367
14368 (allout-inhibit-auto-save-info-for-decryption):
14369 Adjust buffer-saved-size and some allout state to inhibit auto-saves
14370 if there are plain-text topics pending encryption.
14371
14372 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
14373 buffer-saved-size and some allout state to not inhibit auto-saves
14374 if there are no longer any plain-text topics pending encryption.
14375
14376 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
14377 No longer provide for exemption of the current topic.
14378
14379 2011-07-04 Juri Linkov <juri@jurta.org>
14380
14381 Add 7z operations to delete and save changed members (bug#8968).
14382 * arc-mode.el (archive-7z-expunge, archive-7z-update):
14383 New defcustoms.
14384 (archive-7z-write-file-member): New function.
14385 (archive-7z-summarize): Fix the number of dashes in the
14386 listing output.
14387
14388 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14389
14390 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
14391 (bug#8958).
14392
14393 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
14394
14395 * bindings.el: Ignore next-buffer and previous-buffer in
14396 minibuffer-local-map.
14397
14398 * font-lock.el (font-lock-builtin-face): Change light background
14399 color to dark slate blue (Bug#6693).
14400
14401 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
14402
14403 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
14404
14405 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14406
14407 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
14408 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14409 Add switch-to-buffer.
14410
14411 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14412
14413 * isearch.el (isearch-search-fun-function): Clarify further the
14414 meaning of the function returned.
14415
14416 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
14417
14418 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
14419
14420 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
14421 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
14422 Use it.
14423 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
14424 `tramp-default-remote-path' does not exist.
14425 (tramp-send-command-and-read): New optional argument NOERROR.
14426 (tramp-open-connection-setup-interactive-shell)
14427 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
14428 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
14429 (tramp-process-sentinel): Flush also process' connection property.
14430 (tramp-sh-handle-start-file-process): Do not set process
14431 sentinel. It is done now ...
14432 (tramp-maybe-open-connection): ... here. (Bug#8929)
14433
14434 2011-07-04 MON KEY <monkey@sandpframing.com>
14435
14436 * play/animate.el (animate-string): Doc fixes and allow changing
14437 the buffer name (bug#5417).
14438
14439 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14440
14441 * play/animate.el (animation-buffer-name): Rename from *animate*.
14442
14443 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
14444
14445 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
14446 This is simpler and helps future-proof the code.
14447 (timer-until): Use time-subtract and float-time.
14448 (timer--time-less-p): Use time-less-p.
14449
14450 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
14451
14452 * type-break.el (timep): Use the value of `float-time' to avoid a
14453 byte-compiler warning.
14454
14455 * server.el (server-eval-and-print): Return any result, even nil.
14456
14457 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
14458
14459 * type-break.el: Accept time formats that the builtins accept.
14460 (timep, type-break-time-difference): Accept any format that
14461 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
14462 This is simpler and helps future-proof the code.
14463 (type-break-time-difference): Round rather than ignoring
14464 subseconds components.
14465
14466 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14467
14468 * info.el (Info-apropos-matches): Make non-interactive, since it
14469 doesn't seem to do anything useful as a command (bug#8829).
14470
14471 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
14472
14473 * frame.el (frame-background-mode, frame-set-background-mode):
14474 Move from faces.el.
14475 (frame-default-terminal-background): New function.
14476
14477 * custom.el (custom-push-theme): Don't record faces in `changed'
14478 theme; this doesn't work correctly for per-frame face settings.
14479 (disable-theme): Use face-set-after-frame-default to reset faces.
14480 (custom--frame-color-default): New function.
14481
14482 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14483
14484 * dired.el (dired-flagging-regexp): Remove unused variable
14485 (bug#8769).
14486
14487 2011-03-29 Kevin Ryde <user42@zip.com.au>
14488
14489 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14490 `perl-Test2' extend to match possible "fail #N" rep count
14491 (bug#8377).
14492
14493 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14494
14495 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
14496 `smtpmail-via-smtp' now returns the error instead of nil.
14497
14498 * isearch.el (isearch-search-fun-function): Clarify the doc string
14499 (bug#8101).
14500
14501 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
14502
14503 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
14504 unnecessary spaces (bug#8987).
14505
14506 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14507
14508 * net/network-stream.el (open-network-stream): Use the
14509 :end-of-capability command thoughout.
14510
14511 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14512
14513 * net/network-stream.el (open-network-stream): Add the
14514 :end-of-capability command parameter, used by pop3.el.
14515
14516 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14517
14518 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
14519
14520 * fringe.el (fringe-query-style): Remove redundant text " (type ?
14521 for list)" (bug#6475).
14522
14523 * files.el (file-expand-wildcards): Ignore non-readable
14524 sub-directories while trying to find matches instead of signaling
14525 an error (bug#6297).
14526
14527 * man.el (Man-reference-regexp): Allow matching possible
14528 word-wrapped references (bug#6289).
14529
14530 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
14531 for consistency with the other vc buffers (bug#6197).
14532 (vc-checkin): Ditto.
14533
14534 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
14535
14536 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
14537
14538 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14539
14540 * custom.el (defcustom): Clarify that :set is only used in the
14541 Customize user interface (bug#6089).
14542
14543 * progmodes/flymake.el (flymake-mode): If the buffer isn't
14544 associated with a file, refuse to run instead of erroring out
14545 (bug#6084).
14546
14547 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
14548 the doc string, since it appears that using `fill-column' always
14549 controls the width (bug#7845).
14550
14551 * simple.el (shell-command-on-region): Say where the error output
14552 went if `shell-command-default-error-buffer' is set (bug#6857).
14553
14554 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
14555
14556 * allout.el (allout-yank-processing): Adjust cursor position for
14557 backwards-deleted space.
14558
14559 (allout-rebullet-heading): Register changes with
14560 allout-exposure-changed-hook, so the modified topic is properly
14561 decorated.
14562
14563 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14564
14565 * minibuffer.el (completion-in-region): Document PREDICATE
14566 (bug#7136).
14567
14568 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
14569 of keyword/argument pairs (bug#6904).
14570
14571 * replace.el (multi-occur):
14572 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
14573
14574 2011-07-02 Drew Adams <drew.adams@oracle.com>
14575
14576 * dired.el (dired-mark-if): Make the message about whether it's
14577 marking or unmarking clearer (bug#8523).
14578
14579 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14580
14581 * disp-table.el (display-table-print-array): New function.
14582 (describe-display-table): Use it to print the vectors more pretty
14583 (Bug#8859).
14584
14585 2011-07-02 Martin Rudalics <rudalics@gmx.at>
14586
14587 * window.el (window-state-get-1): Don't assign clone numbers.
14588 Add clone-of item to list of window parameters.
14589 (window-state-put-2): Don't process clone numbers.
14590 (display-buffer-alist): Fix doc-string.
14591
14592 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14593
14594 * subr.el (remq): Don't allocate if it's not needed.
14595 (keymap--menu-item-binding, keymap--menu-item-with-binding)
14596 (keymap--merge-bindings): New functions.
14597 (keymap-canonicalize): Use them to refine the canonicalization.
14598 * minibuffer.el (minibuffer-local-completion-map)
14599 (minibuffer-local-must-match-map): Move initialization from C.
14600 (minibuffer-local-filename-completion-map): Move initialization from C;
14601 don't inherit from anything here.
14602 (minibuffer-local-filename-must-match-map): Make obsolete.
14603 (completing-read-default): Use make-composed-keymap to combine
14604 minibuffer-local-filename-completion-map with either
14605 minibuffer-local-must-match-map or
14606 minibuffer-local-filename-completion-map.
14607
14608 2011-07-01 Glenn Morris <rgm@gnu.org>
14609
14610 * type-break.el (type-break-time-sum): Use dolist.
14611
14612 * textmodes/flyspell.el (flyspell-word-search-backward):
14613 Replace CL function.
14614
14615 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14616
14617 * mouse.el (mouse--strip-first-event): New function.
14618 (function-key-map): Use it to map fringe clicks to normal clicks
14619 by default.
14620
14621 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
14622 (vc-bzr-revision-completion-table): Add support for annotate and date.
14623
14624 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
14625 inherit from parent.
14626
14627 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14628
14629 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
14630 (dired-show-file-type): Doc fixup (bug#8818).
14631
14632 * dired.el (dired-mode): Fix up the doc string as suggested by
14633 Drew Adams (bug#8817).
14634
14635 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
14636 cookie, since the manual says that it should be possible to add
14637 this function to `find-file-hook' (bug#8709).
14638
14639 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14640
14641 * progmodes/cfengine.el: Moved all cfengine3.el functionality
14642 here. Noted Ted Zlatanov as the maintainer.
14643 (cfengine-common-settings, cfengine-common-syntax): New functions
14644 to set up common things between `cfengine-mode' and
14645 `cfengine3-mode'.
14646 (cfengine3-mode): New mode.
14647 (cfengine3-defuns cfengine3-defuns-regex
14648 (cfengine3-class-selector-regex cfengine3-category-regex)
14649 (cfengine3-vartypes cfengine3-font-lock-keywords)
14650 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
14651 (cfengine3-indent-line): Add from cfengine3.el.
14652
14653 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
14654
14655 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
14656
14657 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
14658
14659 2011-07-01 Martin Rudalics <rudalics@gmx.at>
14660
14661 * window.el (same-window-buffer-names, same-window-regexps)
14662 (same-window-p, special-display-frame-alist)
14663 (special-display-popup-frame, special-display-function)
14664 (special-display-buffer-names, special-display-regexps)
14665 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
14666 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14667 (split-window-preferred-function, split-height-threshold)
14668 (split-width-threshold, even-window-heights)
14669 (display-buffer-mark-dedicated, window-splittable-p)
14670 (split-window-sensibly, window-safely-shrinkable-p):
14671 Un-obsolete.
14672 (display-buffer): Don't spread args with function specifier
14673 because special-display-popup-frame won't like it.
14674
14675 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
14676
14677 Time-stamp simplifications and fixes.
14678 These improve accuracy slightly, and future-proof the code
14679 against some potential changes to current-time format.
14680
14681 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
14682 by using time-since and float-time.
14683
14684 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
14685 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
14686 + NNN microseconds".
14687
14688 * type-break.el (type-break-time-sum): Rewrite using time-add.
14689
14690 * play/hanoi.el (hanoi-current-time-float): Remove.
14691 All uses replaced by float-time.
14692
14693 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
14694 This yields a more-accurate answer.
14695 (rng-time-to-float): Remove; no longer needed.
14696
14697 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
14698
14699 * calendar/timeclock.el (timeclock-seconds-to-time):
14700 Defalias to seconds-to-time, since they're the same thing.
14701
14702 * emacs-lisp/elp.el (elp-elapsed-time):
14703 * emacs-lisp/benchmark.el (benchmark-elapse):
14704 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
14705
14706 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * window.el (bury-buffer): Don't iconify the only frame.
14709 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
14710 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
14711
14712 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
14713
14714 * eshell/em-smart.el (eshell-smart-display-navigate-list):
14715 Add mouse-yank-primary.
14716
14717 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14718
14719 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
14720
14721 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 * emacs-lisp/find-func.el (find-library--load-name): New fun.
14724 (find-library-name): Use it to find relative load names when provided
14725 absolute file name (bug#8803).
14726
14727 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14728
14729 * textmodes/flyspell.el (flyspell-word): Consider words that
14730 differ only in case as potential doublons (bug#5687).
14731
14732 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
14733 Remove two rather uninteresting debugging-like messages to make
14734 debbugs.el more silent.
14735
14736 * comint.el (comint-password-prompt-regexp): Accept "Response" as
14737 a password-like phrase.
14738
14739 2011-06-30 Masatake YAMATO <yamato@redhat.com>
14740
14741 * progmodes/cc-guess.el: New file.
14742
14743 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
14744
14745 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
14746 derived from `c-basic-common-init'.
14747
14748 * progmodes/cc-mode.el (top-level): Require cc-guess.
14749 (c-basic-common-init): Use `cc-choose-style-for-mode'.
14750
14751 2011-06-30 Lawrence Mitchell <wence@gmx.li>
14752
14753 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
14754
14755 2011-06-30 Alan Mackenzie <acm@muc.de>
14756
14757 * progmodes/cc-engine.el (c-guess-continued-construct):
14758 Correct the handling of template-args-cont, particularly for when font
14759 lock is disabled. Name this case as "CASE G".
14760
14761 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
14762
14763 * allout.el (allout-yank-processing): Fix injection of extra space
14764 between bullet and non-whitespace character in first topic when
14765 pasting, ensuring that the actual spacing in the pasted topic
14766 following the bullet char is preserved. This extra space was
14767 causing pasted encrypted topics to get a decrypted status even
14768 when the content was actually still encrypted. Now the decryption
14769 status from before the paste is preserved.
14770
14771 (allout-flag-region): Set all allout overlays so they evaporate
14772 when reduced to zero length (evanescent), to prevent overlay
14773 leakage.
14774
14775 2011-06-30 Glenn Morris <rgm@gnu.org>
14776
14777 * w32-fns.el (w32-charset-info-alist): Declare.
14778
14779 * find-dired.el (find-grep-options): Simplify.
14780
14781 * term/ns-win.el (ns-set-resource): Declare.
14782
14783 * ses.el (row, col): Declare dynamic variables honestly.
14784
14785 * textmodes/reftex-parse.el (index-tags): Declare.
14786
14787 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
14788
14789 * cus-edit.el (customize-push-and-save): New function.
14790
14791 * files.el (hack-local-variables-confirm): Use it.
14792
14793 * custom.el (load-theme): New arg NO-CONFIRM.
14794 Use customize-push-and-save (Bug#8720).
14795 (custom-enabled-themes): Doc fix.
14796
14797 * cus-theme.el (customize-create-theme)
14798 (custom-theme-merge-theme): Callers to load-theme changed.
14799
14800 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14801
14802 * thingatpt.el (thing-at-point-short-url-regexp): Require that
14803 short URLs have at least one dot in them (bug #7614).
14804
14805 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
14806 nil, because using a pty is apparently too slow (bug #895).
14807
14808 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14809
14810 * mail/sendmail.el (sendmail-query-once): New function.
14811 (sendmail-query-once-function): New variable.
14812
14813 2011-06-29 Glenn Morris <rgm@gnu.org>
14814
14815 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
14816
14817 * ses.el (top-level): Require cl when compiling.
14818 (ses-set-localvars): Fix error statement.
14819 Call it at compile time to silence a storm of warnings.
14820
14821 2011-06-29 Martin Rudalics <rudalics@gmx.at>
14822
14823 * window.el (normalize-live-buffer): Rename to
14824 window-normalize-buffer.
14825 (normalize-live-frame): Rename to window-normalize-frame.
14826 (normalize-any-window): Rename to window-normalize-any-window.
14827 (normalize-live-window): Rename to window-normalize-live-window.
14828 (make-window-atom): Rename to window-make-atom.
14829 (window-resize-reset): Rename to window--resize-reset.
14830 (window-resize-reset-1): Rename to window--resize-reset-1.
14831 (resize-mini-window): Rename to window--resize-mini-window.
14832 (resize-subwindows-skip-p): Rename to
14833 window--resize-subwindows-skip-p.
14834 (resize-subwindows-normal): Rename to
14835 window--resize-subwindows-normal.
14836 (resize-subwindows): Rename to window--resize-subwindows.
14837 (resize-other-windows): Rename to window--resize-siblings.
14838 (resize-this-window): Rename to window--resize-this-window.
14839 (resize-root-window): Rename to window--resize-root-window.
14840 (resize-root-window-vertically): Rename to
14841 window--resize-root-window-vertically.
14842 (normalize-buffer-to-display): Rename to
14843 window-normalize-buffer-to-display.
14844 (normalize-buffer-to-switch-to): Rename to
14845 window-normalize-buffer-to-switch-to.
14846 Correspondingly update all callers of the functions listed
14847 above.
14848 (display-buffer-alist, display-buffer-normalize-arguments)
14849 (display-buffer-normalize-options, display-buffer)
14850 (display-buffer-alist-set): Use "function" instead of
14851 "fun-with-args".
14852
14853 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
14854
14855 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
14856 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
14857 debbugs.gnu.org. Mention acknowledgment email.
14858
14859 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
14860
14861 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
14862 buffer multibyteness, since it shouldn't matter.
14863
14864 2011-06-28 Martin Rudalics <rudalics@gmx.at>
14865
14866 * window.el (display-buffer-in-side-window): Handle dedicated
14867 windows as in display-buffer-reuse-window.
14868 (display-buffer-normalize-alist): Use value of override
14869 specifier.
14870 (display-buffer-normalize-specifiers): Use value of
14871 other-window-means-other-frame specifier.
14872 (display-buffer-alist): Rewrite some texts in widgets.
14873 (display-buffer): Spread arguments when calling function
14874 specified by fun-with-args.
14875
14876 2011-06-28 Deniz Dogan <deniz@dogan.se>
14877
14878 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14879 Unnest `let'.
14880
14881 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
14882 selectors (Bug#5732).
14883 (css-proprietary-nmstart-re): Use `regexp-opt'.
14884
14885 2011-06-27 Jari Aalto <jari.aalto@cante.net>
14886
14887 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
14888 (eshell-ls-date-format): New defcustom.
14889 (eshell-ls-file): Use it.
14890
14891 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14892
14893 * help-fns.el (describe-variable): Fix message for terminal-local vars.
14894
14895 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
14896
14897 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
14898 (ange-ftp-make-tmp-name): New arg.
14899 (ange-ftp-file-local-copy): Use it.
14900
14901 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
14902
14903 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
14904 no-conversion (Bug#8870).
14905
14906 2011-06-27 Martin Rudalics <rudalics@gmx.at>
14907
14908 * window.el (window-right, window-left, window-child)
14909 (window-child-count, window-last-child)
14910 (window-iso-combination-p, walk-window-tree-1)
14911 (window-atom-check-1, window-tree-1, delete-window)
14912 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
14913 new naming conventions - window-vchild, window-hchild,
14914 window-next and window-prev are now called window-top-child,
14915 window-left-child, window-next-sibling and window-prev-sibling
14916 respectively.
14917 (resize-window-reset): Rename to window-resize-reset.
14918 (resize-window-reset-1): Rename to window-resize-reset-1.
14919 (resize-window): Rename to window-resize.
14920 (window-min-height, window-min-width)
14921 (resize-mini-window, resize-this-window, resize-root-window)
14922 (resize-root-window-vertically, adjust-window-trailing-edge)
14923 (enlarge-window, shrink-window, maximize-window)
14924 (minimize-window, delete-window, quit-restore-window)
14925 (split-window, balance-windows, balance-windows-area-adjust)
14926 (balance-windows-area, window-state-put-2)
14927 (display-buffer-even-window-sizes, display-buffer-set-height)
14928 (display-buffer-set-width, set-window-text-height)
14929 (fit-window-to-buffer): Rename all "resize-window" prefixed
14930 calls to use the "window-resize" prefix convention.
14931 (display-buffer-alist): Fix symbol for label specifier.
14932 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
14933 corresponding specifier.
14934 Reported by Juanma Barranquero <lekktu@gmail.com>.
14935
14936 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14937
14938 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
14939 convention.
14940 (ses-call-printer): Does not pass an empty string to formatter when the
14941 cell is empty to keep from barking printer Calc math-format-value.
14942
14943 2011-06-27 Richard Stallman <rms@gnu.org>
14944
14945 * battery.el (battery-mode-line-limit): New variable.
14946 (battery-update): Handle it.
14947
14948 * mail/rmailmm.el (rmail-mime-process-multipart):
14949 Handle truncated messages.
14950
14951 2011-06-27 Glenn Morris <rgm@gnu.org>
14952
14953 * progmodes/flymake.el (flymake-err-line-patterns):
14954 Allow for column numbers in the ant/javac pattern. (Bug#8866)
14955
14956 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14957
14958 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
14959 (ses--clean-!, ses--clean-_): New functions.
14960 (ses-range): Add configurability of readout order, and conversion
14961 to Calc vector.
14962
14963 * ses.el (ses-repair-cell-reference-all): New function.
14964 (ses-cell-symbol): Set macro as safe, so that it can be used in
14965 formulas.
14966
14967 * ses.el: Update cycle detection algorithm.
14968 (ses-localvars): Add ses--Dijkstra-attempt-nb and
14969 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
14970 (ses-set-localvars): New function.
14971 (ses-make-cell): Add property-list as a cell element.
14972 (ses-cell-property-get-fun, ses-cell-property-get)
14973 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
14974 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
14975 New functions.
14976 (ses-cell-property-set, ses-cell-property-pop)
14977 (ses-cell-property-get-handle): New macro.
14978 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
14979 New aliases, used for code readability.
14980 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
14981 cycle detection.
14982 (ses-self-reference-early-detection): New defcustom.
14983 (ses-formula-references): Robustify against self-referring cells.
14984 (ses-mode): Use ses-set-localvars.
14985 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
14986 before lauching the update processing.
14987 (ses-initialize-Dijkstra-attempt): New function.
14988 (ses-recalculate-cell): Update for cycle detection based on
14989 Dijkstra algorithm.
14990
14991 * ses.el: Fix commenting and indenting convention.
14992
14993 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14994
14995 * bs.el (bs-cycle-next): Complete last change.
14996
14997 2011-06-27 Drew Adams <drew.adams@oracle.com>
14998
14999 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
15000
15001 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15002
15003 * net/network-stream.el (network-stream-open-starttls):
15004 Don't re-get capabilities unless we've reestablished connection.
15005 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
15006
15007 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
15008 to binary to possibly avoid line encoding issues on Windows (among
15009 other things).
15010
15011 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15012
15013 * net/network-stream.el (open-network-stream): Return an :error
15014 saying what the problem was, if possible.
15015
15016 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
15017 server.
15018
15019 * net/network-stream.el (network-stream-open-starttls): If we
15020 wanted to use STARTTLS, and the server offered it, but we weren't
15021 able to because we had no STARTTLS support, then close the connection.
15022 (open-network-stream): Return an :error element, if present.
15023
15024 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
15025
15026 * hl-line.el (hl-line-sticky-flag): Doc fix.
15027 (global-hl-line-sticky-flag): New option (Bug#8323).
15028 (global-hl-line-highlight): Obey it.
15029
15030 * vc/vc.el (vc-revert-show-diff): Default to t.
15031
15032 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
15033
15034 * allout-widgets.el (allout-widgets-post-command-business):
15035 Stop decorating intermediate isearch matches. They're not being
15036 undecorated when an isearch is continued past, and isearch
15037 automatically collapses them. This leads to "widget leaks", where
15038 decorated items accumulate in collapsed areas. Lines with lots of
15039 hidden widgets can slow down cursor travel, substantially.
15040 Too much complicated machinery would be needed to ensure undecoration,
15041 so we're doing without this nicety.
15042
15043 (allout-widgets-tally-string): Don't try to do a hash-table-count
15044 of allout-widgets-tally when it's nil. This eliminates spurious "Error
15045 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
15046 *Messages* when allout-widgets-maintain-tally is t.
15047
15048 2011-06-26 Martin Rudalics <rudalics@gmx.at>
15049
15050 * window.el (display-buffer-normalize-argument): Rename to
15051 display-buffer-normalize-arguments. Handle special meaning of
15052 LABEL argument. Respect special-display-function when popping up
15053 a new frame. Fix code searching for a window showing the buffer
15054 on another frame.
15055 (display-buffer-normalize-specifiers):
15056 Call display-buffer-normalize-arguments.
15057 (display-buffer-in-window): Don't undedicate the window if its
15058 buffer remains the same.
15059 Reported by Drew Adams <drew.adams@oracle.com>.
15060 (display-buffer-alist): Add choice for same-window macro
15061 specfier.
15062 (display-buffer): Mention special meaning of LABEL argument in
15063 doc-string. Fix quoting. Don't pop up a new frame even as
15064 fallback.
15065
15066 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
15067
15068 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
15069 avoid deleting the current window in some cases (bug#8911).
15070
15071 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
15072
15073 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
15074 (Bug#8934)
15075
15076 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15077
15078 * net/network-stream.el (network-stream-open-starttls):
15079 Use built-in TLS support if `gnutls-available-p' is true.
15080 (network-stream-open-tls): Ditto.
15081
15082 2011-06-26 Leo Liu <sdl.web@gmail.com>
15083
15084 * register.el (registerv): New struct.
15085 (registerv-make): New function.
15086 (jump-to-register, describe-register-1, insert-register):
15087 Support the jump-func, print-func and insert-func slot of a registerv
15088 struct. (Bug#8415)
15089
15090 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
15091
15092 * vc/vc.el (vc-revert-show-diff): New defcustom.
15093 (vc-diff-internal): New arg specifying diff buffer.
15094 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
15095 reuse an existing *vc-diff* buffer (Bug#8927).
15096
15097 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
15098
15099 2011-06-26 Glenn Morris <rgm@gnu.org>
15100
15101 * progmodes/f90.el (f90-critical-indent): New option.
15102 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
15103 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
15104 (f90-mode): Doc fix.
15105 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
15106 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
15107 (f90-beginning-of-block, f90-next-block, f90-indent-region)
15108 (f90-match-end): Handle block, critical.
15109
15110 2011-06-25 Glenn Morris <rgm@gnu.org>
15111
15112 * calendar/diary-lib.el (diary-included-files): Doc fix.
15113 (diary-include-files): New function, extracted from
15114 diary-include-other-diary-files and diary-mark-included-diary-files.
15115 (diary-include-other-diary-files, diary-mark-included-diary-files):
15116 Just call diary-include-files.
15117 (diary-mark-entries): Reset diary-included-files on first call.
15118
15119 * calendar/diary-lib.el (diary-mark-entries)
15120 (diary-mark-included-diary-files):
15121 Visit included diary-files in temp buffers.
15122
15123 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
15124 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
15125 (f90-start-block-re, f90-imenu-generic-expression)
15126 (f90-looking-at-program-block-start, f90-no-block-limit):
15127 Add support for submodules.
15128
15129 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15130 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
15131
15132 2011-06-25 Eli Zaretskii <eliz@gnu.org>
15133
15134 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
15135 buffer-file-type before setting its value, to avoid disastrous
15136 global effects on decoding files for DOS/Windows systems. (Bug#8780)
15137
15138 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
15139
15140 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
15141
15142 * ses.el (ses-unload-function):
15143 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
15144
15145 * proced.el (proced-unload-function):
15146 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
15147
15148 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
15149
15150 * server.el (server-create-window-system-frame): Add parameters arg.
15151 (server-process-filter): Doc fix. Handle frame-parameters.
15152
15153 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
15154
15155 Fix bug#8730, bug#8781.
15156
15157 * loadhist.el (unload--set-major-mode): New function.
15158 (unload-feature): Use it.
15159
15160 * progmodes/python.el (python-after-info-look): Add autoload cookie.
15161 (python-unload-function): New function.
15162
15163 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15164
15165 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
15166
15167 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
15168
15169 * net/browse-url.el (browse-url-firefox-program): Add icecat to
15170 the candidates list.
15171
15172 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
15173
15174 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
15175
15176 2011-06-23 Richard Stallman <rms@gnu.org>
15177
15178 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
15179 (rmail-variables): Set next-error-move-function.
15180 (rmail-what-message): Take argument POS.
15181 (rmail-next-error-move): New function.
15182
15183 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
15184
15185 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
15186 messages for adjacent non-terminals.
15187
15188 2011-06-23 Richard Stallman <rms@gnu.org>
15189
15190 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
15191 (rmail-show-message-1): Preserve buffer modified flag.
15192 (rmail-start-mail): Don't specify use of rmail-mail-return;
15193 that's done by mail-bury now.
15194 (rmail-mail-return): Handle arg NEWBUF.
15195
15196 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
15197
15198 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
15199 SIZE is a number.
15200
15201 2011-06-23 Martin Rudalics <rudalics@gmx.at>
15202
15203 * window.el (get-lru-window, get-mru-window)
15204 (get-largest-window): Never return a minibuffer window.
15205 (display-buffer-pop-up-window): Fix a bug that could lead to
15206 reusing the minibuffer window.
15207 (display-buffer): Pass original specifier argument to
15208 display-buffer-function instead of the normalized one.
15209 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15210
15211 2011-06-22 Leo Liu <sdl.web@gmail.com>
15212
15213 * minibuffer.el (completing-read-function)
15214 (completing-read-default): Move from minibuf.c
15215
15216 2011-06-22 Richard Stallman <rms@gnu.org>
15217
15218 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
15219 to Rmail even if not started by a special Rmail command.
15220
15221 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
15222 Copy the buffer currently showing just one message.
15223
15224 2011-06-22 Roland Winkler <winkler@gnu.org>
15225
15226 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
15227 (bibtex-clean-entry): First delete the old key so that a
15228 customized algorithm for generating the new key does not get
15229 confused by the old key.
15230 (bibtex-url): Obey regexp of first step.
15231 (bibtex-search-entries): Do not use add-to-list with local
15232 list-var.
15233
15234 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15235
15236 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
15237 stored a user name, then query for the password first, instead of
15238 waiting for SMTP to give an error message and the trying again.
15239
15240 2011-06-22 Lawrence Mitchell <wence@gmx.li>
15241
15242 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
15243 BUFFER in call-process.
15244
15245 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15246
15247 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
15248 QUIT twice.
15249 (smtpmail-try-auth-methods): Require user name and password from
15250 auth-source.
15251
15252 2011-06-22 Martin Rudalics <rudalics@gmx.at>
15253
15254 * window.el (display-buffer-default-specifiers)
15255 (display-buffer-alist): Remove entries for pop-up-frame-alist.
15256 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
15257 (split-window): Normalize SIDE argument (Bug#8916).
15258
15259 * frame.el (pop-up-frame-alist, pop-up-frame-function)
15260 (special-display-frame-alist, special-display-popup-frame):
15261 Remove duplicate declarations. These are now in window.el.
15262
15263 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15264
15265 * mail/smtpmail.el (smtpmail-via-smtp):
15266 Set :use-starttls-if-possible so that we always use STARTTLS if the
15267 server supports it. SMTP servers that support STARTTLS commonly
15268 require it.
15269
15270 * net/network-stream.el (network-stream-open-starttls): Support
15271 upgrading to STARTTLS always, even if we don't have built-in support.
15272 (open-network-stream): Add the :always-query-capabilities keyword.
15273
15274 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
15275 upgrades with `open-network-stream', and rely solely on
15276 auth-source for all credentials. Big changes throughout the file,
15277 but in particular:
15278 (smtpmail-auth-credentials): Remove.
15279 (smtpmail-starttls-credentials): Remove.
15280 (smtpmail-via-smtp): Check for servers saying they want AUTH after
15281 MAIL FROM, too.
15282
15283 * net/network-stream.el (network-stream-open-starttls):
15284 Provide support for client certificates both for external and built-in
15285 STARTTLS.
15286 (auth-source): Require.
15287 (open-network-stream): Document the :client-certificate keyword.
15288 (network-stream-certificate): Change cert-cert to cert and
15289 cert-key to key.
15290
15291 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
15292
15293 * net/tramp-cache.el (top): Don't load the persistency file when
15294 "emacs -Q" has been called.
15295
15296 2011-06-21 Tim Harper <timcharper@gmail.com>
15297
15298 * term/ns-win.el (ns-initialize-window-system):
15299 Set application-specific `ApplePressAndHoldEnabled' system
15300 resource to NO as it is not yet supported by the NS port.
15301
15302 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
15303
15304 * misc.el (list-dynamic-libraries--refresh): Compute header here...
15305 (list-dynamic-libraries): ...not here.
15306
15307 2011-06-21 Leo Liu <sdl.web@gmail.com>
15308
15309 * subr.el (sha1): Implement sha1 using secure-hash.
15310
15311 2011-06-21 Martin Rudalics <rudalics@gmx.at>
15312
15313 * window.el (display-buffer-alist): In default value do not
15314 enforce searching a window on any but the selected frame.
15315 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15316 (display-buffer-select-window): Remove function.
15317 (display-buffer-in-window): When a window on another frame gets
15318 reused, do not select it any more but just raise its frame if
15319 necessary (Bug#8851) and (Bug#8856).
15320 (display-buffer-normalize-options): Handle pop-up-frames related
15321 options more faithfully.
15322 (pop-to-buffer): Don't rely on `display-buffer' selecting the
15323 window if it is on another frame.
15324 (display-buffer-alist, display-buffer-default-specifiers):
15325 Don't make new frame unsplittable by default.
15326 (display-buffer-normalize-argument): Fix doc-string typo and use
15327 'same-frame-other-window instead of 'other-window when associating
15328 with display-buffer-macro-specifiers.
15329
15330 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
15331
15332 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
15333 New functions.
15334 (5x5-mode-map, 5x5-mode-menu): Bind them.
15335 (5x5-draw-grid): Tweak the solver's rendering.
15336
15337 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15338
15339 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
15340 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
15341
15342 2011-06-21 Drew Adams <drew.adams@oracle.com>
15343
15344 * menu-bar.el: Use function variable instead of switch-to-buffer.
15345 (menu-bar-select-buffer-function): New variable.
15346 (menu-bar-update-buffers): Use it (bug#8876).
15347
15348 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15349
15350 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
15351 variable's status.
15352
15353 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
15354
15355 * x-dnd.el (x-dnd-version-from-flags)
15356 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
15357 and long as number (Bug#8899).
15358 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
15359
15360 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15361
15362 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
15363 (completion-try-completion, completion-all-completions): Compute the
15364 metadata argument if it's missing; make it optional (bug#8795).
15365
15366 * wid-edit.el: Use lex-bind and move towards completion-at-point.
15367 (widget-complete): Use new :completion-function property.
15368 (widget-completions-at-point): New function.
15369 (default): Use :completion-function instead of :complete.
15370 (widget-default-completions): Rename from widget-default-complete;
15371 Rewrite.
15372 (widget-string-complete, widget-file-complete, widget-color-complete):
15373 Remove functions.
15374 (file, symbol, function, variable, coding-system, color):
15375 * international/mule-cmds.el (default-input-method, charset)
15376 (language-info-custom-alist):
15377 * cus-edit.el (face): Use new property :completions.
15378
15379 * progmodes/pascal.el (pascal-completions-at-point): New function.
15380 (pascal-mode): Use it.
15381 (pascal-mode-map): Use completion-at-point.
15382 (pascal-toggle-completions): Make obsolete.
15383 (pascal-complete-word, pascal-show-completions):
15384 * progmodes/octave-mod.el (octave-complete-symbol):
15385 Redefine as obsolete alias.
15386 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
15387 Signal absence of completion info for old Octave,
15388 (inferior-octave-complete): Redefine as obsolete alias.
15389 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
15390 (meta-completions-at-point): Rename from meta-complete-symbol and
15391 adapt it for use on completion-at-point-functions.
15392 (meta-common-mode): Use it.
15393 (meta-looking-at-backward, meta-match-buffer): Remove.
15394 (meta-complete-symbol): Redefine as obsolete alias.
15395 (meta-common-mode-map): Use completion-at-point.
15396 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
15397 (makefile-mode-map): Use completion-at-point.
15398 (makefile-completions-at-point): Rename from makefile-complete and
15399 adapt it for use on completion-at-point-functions.
15400 (makefile-mode): Use it.
15401 (makefile-complete): Redefine as obsolete alias.
15402
15403 2011-06-20 Deniz Dogan <deniz@dogan.se>
15404
15405 * net/rcirc.el: Delete trailing whitespaces once and for all.
15406
15407 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
15408
15409 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
15410
15411 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
15412
15413 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
15414
15415 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
15416
15417 2011-06-19 Martin Rudalics <rudalics@gmx.at>
15418
15419 * window.el (display-buffer-other-window-means-other-frame):
15420 Call display-buffer-normalize-alist.
15421 (display-buffer-normalize-specifiers-1): Rename to
15422 display-buffer-normalize-argument. New argument other-frame.
15423 Rewrite.
15424 (display-buffer-normalize-specifiers-2): Rename to
15425 display-buffer-normalize-options.
15426 (display-buffer-normalize-alist-1): New function.
15427 (display-buffer-normalize-specifiers-3): Rename to
15428 display-buffer-normalize-alist.
15429 Call display-buffer-normalize-alist-1.
15430 (display-buffer-normalize-options-inhibit): New variable.
15431 (display-buffer-normalize-specifiers): Rewrite calling
15432 display-buffer-normalize-alist,
15433 display-buffer-normalize-argument, and
15434 display-buffer-normalize-options. Don't call the latter if
15435 display-buffer-normalize-options-inhibit is non-nil.
15436 (frame-auto-delete): New option.
15437 (window-deletable-p): Use frame-auto-delete.
15438 (window-list-no-nils, window-state-ignored-parameters)
15439 (window-state-get-1, window-state-get, window-state-put-list)
15440 (window-state-put-1, window-state-put-2, window-state-put):
15441 New functions.
15442 (display-buffer-normalize-options): Move special-display-p group
15443 after pop-up-frame group (Bug#8851) and (Bug#8856).
15444
15445 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
15446
15447 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
15448 groups (Bug#8776).
15449 (rx-submatch-n): New function.
15450 (rx): Document it.
15451
15452 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
15453 (Bug#8768).
15454
15455 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
15456
15457 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
15458
15459 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
15460 anytime existing face settings are present (Bug#8889).
15461
15462 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
15463 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
15464 Remove unused argument.
15465
15466 2011-06-18 Martin Rudalics <rudalics@gmx.at>
15467
15468 * window.el (display-buffer-default-specifiers):
15469 Remove pop-up-frame. Add pop-up-window-min-height,
15470 pop-up-window-min-width, and another reuse-window specifier
15471 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
15472 (display-buffer-normalize-specifiers-2):
15473 Handle split-height-threshold and split-width-threshold also when
15474 pop-up-windows is unset. Add a reuse-window specifier for the
15475 case popping up a new window fails.
15476 (special-display-popup-frame): Remove double quoting.
15477 (display-buffer-normalize-specifiers-1): Fix thinko.
15478
15479 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
15480
15481 * shell.el (shell-completion-vars): Set pcomplete-termination-string
15482 according to comint-completion-addsuffix.
15483
15484 * pcomplete.el: Convert to lexical binding and fix bug#8819.
15485 (pcomplete-suffix-list): Mark as obsolete.
15486 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
15487 pcomplete-seen in the closure.
15488 (pcomplete-comint-setup): Setup completion-at-point as well.
15489 (pcomplete--entries): New function.
15490 (pcomplete--env-regexp): New var.
15491 (pcomplete-entries): Rewrite to work with partial-completion and
15492 without relying on pcomplete-suffix-list.
15493 (pcomplete-pare-list): Remove, unused.
15494
15495 2011-06-17 Martin Rudalics <rudalics@gmx.at>
15496
15497 * window.el (display-buffer-alist): Set pop-up-window-min-height
15498 and pop-up-window-min-width in default value. Reported by
15499 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
15500 other-window-means-other-frame.
15501 (display-buffer-macro-specifiers): Comment out entry for
15502 other-window specifier.
15503 (display-buffer-other-window-means-other-frame): New function.
15504 (display-buffer-normalize-specifiers-1): New arguments
15505 buffer-name and label. Treat other-window case specially.
15506 (display-buffer-normalize-specifiers-2): Treat other-window case
15507 specially.
15508 (display-buffer-normalize-specifiers-3): New function.
15509 (display-buffer-normalize-specifiers):
15510 Call display-buffer-normalize-specifiers-3.
15511
15512 2011-06-17 Martin Rudalics <rudalics@gmx.at>
15513
15514 * window.el (same-window-p): Fix two typos introduced when
15515 adding with-no-warnings.
15516 (display-buffer-normalize-specifiers-1): Don't check
15517 pop-up-frames for 'unset initialization.
15518 (display-buffer-normalize-specifiers-2): Major rewrite using
15519 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
15520 (pop-up-frames, display-buffer-reuse-frames)
15521 (display-buffer-mark-dedicated): Don't initialize to 'unset.
15522 Suggested by David Engster <deng@randomsample.de>.
15523 (even-window-heights): Initialize to 'unset.
15524 (display-buffer-alist-set): Handle new 'unset initializations.
15525 (display-buffer-macro-specifiers): Don't pop up a new frame in the
15526 other window case.
15527
15528 2011-06-16 Martin Rudalics <rudalics@gmx.at>
15529
15530 * window.el (display-buffer-normalize-specifiers-1):
15531 Respect current value of pop-up-frames for most reasonable values of
15532 second argument of display-buffer (Bug#8865).
15533 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
15534 (switch-to-buffer-other-window-same-frame)
15535 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
15536 Adams (Bug#8875).
15537 (display-buffer): Don't check noninteractive when calling
15538 display-buffer-pop-up-frame.
15539 (display-buffer-pop-up-frame): Never pop up a frame in
15540 noninteractive mode (Bug#8857).
15541 (enlarge-window, shrink-window): Don't report an error when the
15542 window can't be resized as requested (Bug#8862).
15543
15544 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15545
15546 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
15547
15548 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
15549
15550 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
15551
15552 2011-06-15 Alan Mackenzie <acm@muc.de>
15553
15554 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
15555 for declarators, disable knr checking to speed up for normal files.
15556 2: Refactor, replacing a sequence of nested if forms by a cond form.
15557
15558 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15559
15560 * net/network-stream.el (open-network-stream): Add the keyword
15561 :always-query-capabilities for the case where you want to force a
15562 `plain' network connection, but the protocol still requires the
15563 capabilitiy command (i.e., SMTP and EHLO).
15564
15565 * subr.el (process-live-p): Rename from `process-alive-p' for
15566 consistency with other `-live-p' functions.
15567
15568 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15569
15570 * window.el (same-window-buffer-names, same-window-regexps)
15571 (special-display-frame-alist, special-display-popup-frame)
15572 (special-display-function, special-display-buffer-names)
15573 (special-display-regexps, pop-up-frame-alist)
15574 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
15575 (pop-up-windows, split-window-preferred-function)
15576 (split-height-threshold, split-width-threshold, even-window-heights)
15577 (display-buffer-mark-dedicated): Don't encourage the use of
15578 display-buffer-alist from Elisp code.
15579
15580 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
15581
15582 * progmodes/python.el (python-mode): Derive from prog-mode.
15583 * progmodes/ps-mode.el (ps-mode):
15584 * progmodes/mixal-mode.el (mixal-mode):
15585 * progmodes/cfengine.el (cfengine-mode):
15586 * progmodes/ld-script.el (ld-script-mode): Likewise.
15587
15588 2011-06-15 Martin Rudalics <rudalics@gmx.at>
15589
15590 * window.el (display-buffer-alist): Trim default value to avoid
15591 popping up a new frame (Bug#8857) or reusing an arbitrary window
15592 on another frame.
15593 (display-buffer): Do not fall back on popping up a new frame in
15594 batch mode (Bug#8857).
15595
15596 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
15597
15598 * cus-theme.el (describe-theme-1): Use custom-theme-p.
15599 (custom-theme-summary): New function.
15600 (customize-themes): Use it.
15601
15602 2011-06-13 Glenn Morris <rgm@gnu.org>
15603
15604 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
15605
15606 2011-06-13 Martin Rudalics <rudalics@gmx.at>
15607
15608 * help.el (help-window): Remove variable.
15609 (help-window-point-marker, temp-buffer-max-height)
15610 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
15611 (help-print-return-message): Don't set help-window.
15612 (resize-temp-buffer-window): Rewrite cod eand doc-string.
15613 (help-window-setup-finish): Remove.
15614 (help-window-display-message, help-window-setup)
15615 (with-help-window): Major rewrite based on new
15616 display-buffer-window variable.
15617
15618 * help-mode.el (help-mode-finish): Remove help-window related
15619 code.
15620
15621 * view.el (view-exits-all-viewing-windows): Remove reference to
15622 view-return-to-alist in doc-string.
15623 (view-return-to-alist): Make obsolete.
15624 (view-buffer): Call pop-to-buffer-same-window and remove
15625 undo-window code.
15626 (view-buffer-other-window): Call pop-to-buffer-other-window and
15627 simplify code. Ignore second argument.
15628 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
15629 simplify code. Ignore second argument.
15630 (view-return-to-alist-update): Make obsolete.
15631 (view-mode-enter): Rename second argument to QUIT-RESTORE.
15632 Rewrite using quit-restore window parameters.
15633 (view-mode-exit): Rename second argument to EXIT-ONLY.
15634 Rewrite using quit-restore-window.
15635 (View-exit, View-exit-and-edit, View-leave, View-quit)
15636 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
15637 appropriate arguments.
15638 (view-end-message): Use quit-restore window parameter.
15639
15640 * window.el (display-buffer-function): Rewrite doc-string.
15641 (display-buffer-window, display-buffer-alist): New variables.
15642 (display-buffer-split-specifiers)
15643 (display-buffer-side-specifiers)
15644 (display-buffer-macro-specifiers): New constants.
15645 (display-buffer-even-window-sizes, display-buffer-set-height)
15646 (display-buffer-set-width, display-buffer-select-window)
15647 (display-buffer-in-window, display-buffer-reuse-window)
15648 (display-buffer-split-window-1, display-buffer-split-window)
15649 (display-buffer-split-atom-window, display-buffer-pop-up-window)
15650 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
15651 (display-buffer-in-side-window, normalize-buffer-to-display)
15652 (display-buffer-normalize-specifiers-1)
15653 (display-buffer-normalize-specifiers-2)
15654 (display-buffer-normalize-specifiers, display-buffer-frame):
15655 New functions.
15656 (display-buffer): Major rewrite.
15657 (display-buffer-other-window, display-buffer-other-frame)
15658 (pop-to-buffer, switch-to-buffer-other-window)
15659 (switch-to-buffer-other-frame): Rewrite.
15660 (display-buffer-same-window, display-buffer-same-frame)
15661 (display-buffer-same-frame-other-window)
15662 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15663 (pop-to-buffer-other-window)
15664 (pop-to-buffer-same-frame-other-window)
15665 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
15666 (switch-to-buffer-other-window-same-frame): New functions.
15667 (same-window-p, special-display-p): Rewrite disabling warnings.
15668 Make obsolete.
15669 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15670 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
15671 Make obsolete
15672 (same-window-buffer-names, same-window-regexps)
15673 (special-display-frame-alist, special-display-popup-frame)
15674 (special-display-function, special-display-buffer-names)
15675 (special-display-regexps, pop-up-frame-alist)
15676 (pop-up-frame-function, split-window-preferred-function)
15677 (split-height-threshold, split-width-threshold)
15678 (even-window-heights): Make obsolete.
15679
15680 2011-06-12 Glenn Morris <rgm@gnu.org>
15681
15682 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
15683 Misc simplifications.
15684
15685 2011-06-12 Martin Rudalics <rudalics@gmx.at>
15686
15687 * window.el (window-safely-shrinkable-p): Restore function which
15688 was inadvertently removed in change from 2011-06-11. Declare as
15689 obsolete.
15690
15691 * calendar/calendar.el (calendar-generate-window):
15692 Use window-iso-combined-p instead of combination of one-window-p and
15693 window-safely-shrinkable-p.
15694
15695 2011-06-12 Glenn Morris <rgm@gnu.org>
15696
15697 * progmodes/fortran.el (fortran-mode-syntax-table):
15698 * progmodes/f90.el (f90-mode-syntax-table):
15699 Set % to punctuation. (Bug#8820)
15700 (f90-find-tag-default): Remove, no longer needed.
15701
15702 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
15703
15704 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
15705
15706 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
15707
15708 * image.el (image-animated-p): Return animation delay in seconds.
15709 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
15710 (image-animate-timeout): Remove DELAY argument. Don't assume
15711 every subimage has the same delay; get it from image-animated-p.
15712 (image-animate): Caller changed.
15713
15714 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
15715
15716 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
15717 to ignored backtrace functions.
15718
15719 2011-06-11 Glenn Morris <rgm@gnu.org>
15720
15721 * calendar/appt.el (appt-disp-window-function): Doc fix.
15722 (appt-check): Handle overlapping appointments. (Bug#8337)
15723
15724 2011-06-11 Martin Rudalics <rudalics@gmx.at>
15725
15726 * window.el (window-tree-1, window-tree): New functions, moving
15727 the latter to window.el.
15728 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15729 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15730 (bw-refresh-edges): Remove.
15731 (balance-windows-1, balance-windows-2): New functions.
15732 (balance-windows): Rewrite in terms of window tree functions,
15733 balance-windows-1 and balance-windows-2.
15734 (bw-adjust-window): Remove.
15735 (balance-windows-area-adjust): New function with functionality of
15736 bw-adjust-window but using resize-window.
15737 (set-window-text-height): Rewrite doc-string.
15738 Use normalize-live-window and resize-window.
15739 (enlarge-window-horizontally, shrink-window-horizontally):
15740 Rename argument to DELTA.
15741 (window-buffer-height): New function.
15742 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
15743 Rewrite using new window resize routines.
15744 (kill-buffer-and-window, mouse-autoselect-window-select):
15745 Use ignore-errors instead of condition-case.
15746 (quit-window): Call delete-frame instead of delete-windows-on
15747 for the only buffer on frame.
15748
15749 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15750
15751 * loadup.el (top-level): Load window before files for the sake
15752 of replace-buffer-in-windows.
15753
15754 * files.el (read-buffer-to-switch)
15755 (switch-to-buffer-other-window)
15756 (switch-to-buffer-other-frame, display-buffer-other-frame):
15757 Move to window.el.
15758
15759 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
15760 (previous-buffer): Move to window.el.
15761
15762 * bindings.el (unbury-buffer): Move to window.el.
15763
15764 * window.el (delete-other-windows-vertically): Move after
15765 definition of delete-other-windows.
15766 (other-window, delete-windows-on, replace-buffer-in-windows):
15767 Move here from window.c.
15768 (record-window-buffer, unrecord-window-buffer)
15769 (set-window-buffer-start-and-point, switch-to-prev-buffer)
15770 (switch-to-next-buffer): New functions.
15771 (get-next-valid-buffer, last-buffer, next-buffer): Move here
15772 from simple.el. Call switch-to-next-buffer.
15773 (previous-buffer): Move here from simple.el.
15774 Call switch-to-prev-buffer.
15775 (bury-buffer): Move here from buffer.c. Switch to previous
15776 buffer when window cannot be deleted.
15777 (unbury-buffer): Move here from bindings.el.
15778 (ctl-x-map): Move binding for other-window from window.c to
15779 here.
15780 (read-buffer-to-switch, switch-to-buffer-other-window)
15781 (switch-to-buffer-other-frame): Move here from files.el.
15782 (normalize-buffer-to-switch-to): New functions.
15783 (switch-to-buffer): Move here from buffer.c.
15784 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
15785
15786 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15787
15788 * window.el (window-min-height, window-min-width): Move here
15789 from window.c. Add defcustoms and rewrite doc-strings.
15790 (resize-mini-window, resize-window): New functions.
15791 (adjust-window-trailing-edge, enlarge-window, shrink-window):
15792 Move here from window.c.
15793 (maximize-window, minimize-window): New functions.
15794 (delete-window, delete-other-windows, split-window): Move here
15795 from window.c.
15796 (window-split-min-size): New function.
15797 (split-window-keep-point): Mention split-window-above-each-other
15798 instead of split-window-vertically.
15799 (split-window-above-each-other, split-window-vertically):
15800 Rename split-window-vertically to split-window-above-each-other
15801 and provide defalias for old definition.
15802 (split-window-side-by-side, split-window-horizontally):
15803 Rename split-window-horizontally to split-window-side-by-side
15804 and provide defalias for the old definition.
15805 (ctl-x-map): Move bindings for delete-window,
15806 delete-other-windows and enlarge-window here from window.c.
15807 Replace bindings for split-window-vertically and
15808 split-window-horizontally by bindings for
15809 split-window-above-each-other and split-window-side-by-side.
15810
15811 * cus-start.el (all): Remove entries for window-min-height and
15812 window-min-width. Add entries for window-splits and
15813 window-nest.
15814
15815 2011-06-09 Glenn Morris <rgm@gnu.org>
15816
15817 * calendar/appt.el (appt-mode-line): New function.
15818 (appt-check, appt-disp-window): Use it.
15819
15820 * files.el (hack-one-local-variable-eval-safep):
15821 Allow minor-modes with explicit +/-1 arguments.
15822
15823 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
15824
15825 * term/xterm.el (xterm): Add defgroup.
15826 (xterm-extra-capabilities): Add defcustom to supply known xterm
15827 capabilities, skip querying them, or query them (default).
15828 (terminal-init-xterm): Use it.
15829 (terminal-init-xterm-modify-other-keys): New function to set up
15830 modifyOtherKeys support to simplify `terminal-init-xterm'.
15831
15832 2011-06-09 Martin Rudalics <rudalics@gmx.at>
15833
15834 * window.el (resize-window-reset, resize-window-reset-1)
15835 (resize-subwindows-skip-p, resize-subwindows-normal)
15836 (resize-subwindows, resize-other-windows, resize-this-window)
15837 (resize-root-window, resize-root-window-vertically)
15838 (window-deletable-p, window-or-subwindow-p)
15839 (frame-root-window-p): New functions.
15840
15841 2011-06-09 Glenn Morris <rgm@gnu.org>
15842
15843 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
15844 (ange-ftp-get-files): Use it.
15845
15846 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15847
15848 * mail/sendmail.el (mail-recover-1, mail-recover):
15849 * files.el (recover-file, recover-session):
15850 Handle dired-listing-switches not being just a single short option.
15851
15852 2011-06-09 Glenn Morris <rgm@gnu.org>
15853
15854 * calendar/appt.el (appt-display-message, appt-disp-window):
15855 Handle lists of appointments.
15856
15857 2011-06-08 Martin Rudalics <rudalics@gmx.at>
15858
15859 * window.el (one-window-p): Move down in code.
15860 Rewrite doc-string.
15861 (window-current-scroll-bars): Rewrite doc-string.
15862 Normalize live window argument.
15863 (walk-windows, get-window-with-predicate, count-windows):
15864 Rewrite doc-string. Use window-list-1.
15865 (window-in-direction-2, window-in-direction, get-mru-window):
15866 New functions.
15867
15868 2011-06-08 Reuben Thomas <rrt@sc3d.org>
15869
15870 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
15871 Doc fix (Bug#8713).
15872
15873 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
15874
15875 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
15876
15877 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
15878
15879 * loadhist.el (unload-feature-special-hooks):
15880 Add `comint-output-filter-functions'.
15881
15882 2011-06-08 Ivan Kanis <gnu@kanis.fr>
15883
15884 * calendar/appt.el (appt-check): Move some initializations into the let.
15885
15886 2011-06-08 Martin Rudalics <rudalics@gmx.at>
15887
15888 * window.el (window-height): Defalias to window-total-height.
15889 (window-width): Defalias to window-body-width.
15890
15891 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
15892
15893 * image-mode.el (image-toggle-animation): New command.
15894 (image-mode-map): Bind it to RET.
15895 (image-mode): Update message.
15896 (image-toggle-display-image): Avoid a spurious cache flush.
15897 (image-transform-rotation): Doc fix.
15898 (image-transform-properties): Return quickly in the normal case.
15899 (image-animate-loop): Rename from image-animate-max-time.
15900
15901 * image.el (image-animate-max-time): Move to image-mode.el.
15902 (create-animated-image): Remove unnecessary function.
15903 (image-animate): Rename from image-animate-start. New arg.
15904 (image-animate-stop): Remove; just use image-animate-timer.
15905 (image-animate-timer): Use car-safe.
15906 (image-animate-timeout): Rename argument.
15907
15908 2011-06-07 Martin Rudalics <rudalics@gmx.at>
15909
15910 * window.el (get-lru-window, get-largest-window): Move here from
15911 window.c. Rename first argument to ALL-FRAMES.
15912 Rephrase doc-strings.
15913 (get-buffer-window-list): Rewrite using window-list-1.
15914 Rephrase doc-string.
15915 (window-safe-min-height, window-safe-min-width): New constants.
15916 (window-size-ignore, window-min-size, window-min-size-1)
15917 (window-sizable, window-sizable-p, window-size-fixed-1)
15918 (window-size-fixed-p, window-min-delta-1, window-min-delta)
15919 (window-max-delta-1, window-max-delta, window-resizable)
15920 (window-resizable-p, window-total-height, window-total-width)
15921 (window-body-width): New functions.
15922 (window-full-height-p, window-full-width-p): Rewrite using
15923 window-total-size.
15924 (window-body-height): Rewrite using window-body-size.
15925
15926 2011-06-06 Martin Rudalics <rudalics@gmx.at>
15927
15928 * window.el (window-right, window-left, window-child)
15929 (window-child-count, window-last-child, window-any-p)
15930 (normalize-live-buffer, normalize-live-frame)
15931 (normalize-any-window, normalize-live-window)
15932 (window-iso-combination-p, window-iso-combined-p)
15933 (window-iso-combinations)
15934 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
15935 (windows-with-parameter, window-with-parameter)
15936 (window-atom-root, make-window-atom, window-atom-check-1)
15937 (window-atom-check, window-side-check, window-check):
15938 New functions.
15939 (ignore-window-parameters, window-sides, window-sides-vertical)
15940 (window-sides-slots): New variables.
15941 (window-size-fixed): Move down in code. Minor doc-string fix.
15942
15943 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
15944
15945 * comint.el (comint-dynamic-complete-as-filename)
15946 (comint-dynamic-complete-filename): Correctly call
15947 completion-in-region.
15948
15949 2011-06-05 Deniz Dogan <deniz@dogan.se>
15950
15951 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
15952 in last change.
15953
15954 2011-06-05 Deniz Dogan <deniz@dogan.se>
15955
15956 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
15957 (rcirc): Use it to prompt for encryption.
15958
15959 2011-06-05 Roland Winkler <winkler@gnu.org>
15960
15961 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
15962 (bibtex-search-entries): New command bound to C-c C-a.
15963 (bibtex-display-entries): New function.
15964
15965 2011-06-05 Roland Winkler <winkler@gnu.org>
15966
15967 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
15968 (bibtex-insert-kill): After yanking insert newline if necessary.
15969 (bibtex-initialize): Call bibtex-string-files-init only once.
15970 (bibtex-mode): Do not call easy-menu-add.
15971 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
15972 (bibtex-yank): Set arg properly if nil.
15973
15974 2011-06-05 Roland Winkler <winkler@gnu.org>
15975
15976 * textmodes/bibtex.el (bibtex-search-entry-globally):
15977 New variable.
15978 (bibtex-search-entry): Use it.
15979
15980 2011-06-05 Roland Winkler <winkler@gnu.org>
15981
15982 * textmodes/bibtex.el (bibtex-entry-format): New option
15983 sort-fields.
15984 (bibtex-format-entry, bibtex-reformat): Honor this option.
15985 (bibtex-parse-entry): Return fields in proper order.
15986
15987 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
15988
15989 * doc-view.el (doc-view-remove-if): Move computation of result out
15990 of `dolist' to silence misleading lexical-binding warning.
15991
15992 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
15993
15994 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
15995 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
15996
15997 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
15998
15999 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
16000 "SunOS 5.10".
16001
16002 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
16003
16004 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
16005 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
16006 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
16007 (tramp-parse-putty):
16008 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
16009 (tramp-completion-function-alist-ssh)
16010 (tramp-completion-function-alist-telnet)
16011 (tramp-completion-function-alist-su)
16012 (tramp-completion-function-alist-putty): Set `tramp-autoload'
16013 cookie.
16014
16015 * net/tramp-ftp.el:
16016 * net/tramp-sh.el:
16017 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
16018 load "tramp.el" `tramp-set-completion-function'.
16019
16020 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
16021
16022 * shell.el: Require and use pcomplete.
16023 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
16024 (shell-completion-vars): Set pcomplete-default-completion-function.
16025
16026 2011-06-04 Deniz Dogan <deniz@dogan.se>
16027
16028 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
16029 `memq' (Bug#8799).
16030
16031 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
16032
16033 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
16034
16035 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
16036
16037 * bs.el (bs--mark-unmark, bs--nth-wrapper):
16038 * mpc.el (mpc-select-extend, mpc-songpointer-context):
16039 * vc/log-view.el (log-view-beginning-of-defun):
16040 * vc/smerge-mode.el (smerge-apply-resolution-patch)
16041 (smerge-refine-forward, smerge-refine-chopup-region):
16042 Silence warning for unused `dotimes' counter variables.
16043
16044 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
16045
16046 * net/tramp.el (tramp-with-progress-reporter): Rename from
16047 with-progress-reporter. Use `declare'.
16048 * net/tramp-smb.el:
16049 * net/tramp-sh.el:
16050 * net/tramp-gvfs.el: Update all uses.
16051
16052 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
16053
16054 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
16055 buffer isn't killed before making it current.
16056
16057 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16058
16059 Silence various byte-compiler warnings.
16060 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
16061 `access-type' and new obsolescence format.
16062 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
16063 new format.
16064 (byte-compile-check-variable): New `access-type' argument.
16065 Only warn if the access-type is obsolete.
16066 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16067 (byte-compile-variable-set): Adjust callers.
16068 * help-fns.el (describe-variable): Adjust to new obsolescence format.
16069 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
16070 setting it as obsolete.
16071 * simple.el (minibuffer-completing-symbol):
16072 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
16073 access as obsolete.
16074 * minibuffer.el (minibuffer-completing-file-name): Don't make it
16075 obsolete yet.
16076 * international/quail.el (quail-mouse-choose-completion): Remove unused
16077 code referring to obsolete var.
16078 (quail-choose-completion-string): Remove.
16079 * server.el (server-clients-with, server-kill-buffer-query-function)
16080 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
16081 * proced.el (proced-send-signal):
16082 * emacs-lisp/lisp.el (lisp-complete-symbol):
16083 Replace completion-annotate-function with completion-extra-properties.
16084
16085 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16086
16087 * simple.el (goto-line): Use read-number.
16088 (overriding-map-is-bound): Remove.
16089 (saved-overriding-map): Change default.
16090 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
16091 Take the map as argument.
16092 (universal-argument, negative-argument, digit-argument): Use it.
16093 (restore-overriding-map): Adjust.
16094 (do-auto-fill): Use fill-forward-paragraph.
16095 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
16096
16097 * minibuffer.el (minibuffer-inactive-mode-map): New var.
16098 (minibuffer-inactive-mode): New major mode.
16099 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
16100 the *Messages* buffer" hack.
16101 (mouse-popup-menubar): Don't burp if the event is a normal key.
16102
16103 Miscellaneous tweaks.
16104 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
16105 lexical scoping as in subr.el's dolist and dotimes.
16106 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
16107 Silence compiler warning.
16108 * thingatpt.el (forward-whitespace): Trivial coding style fix.
16109 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
16110 * international/ccl.el (ccl-compile): Trivial simplification.
16111 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
16112 * emacs-lisp/testcover.el (testcover-end): Remove spurious
16113 `printflag' argument.
16114 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16115 Purecopy the whole obsolescence data.
16116
16117 2011-06-01 Leo Liu <sdl.web@gmail.com>
16118
16119 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
16120 improve doc-string as suggested by Marco Pessotto
16121 <melmothx@gmail.com>.
16122 (rcirc-print): Fix last change.
16123
16124 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16125
16126 * minibuffer.el (complete-with-action): Return nil for the metadata and
16127 boundaries of non-functional tables.
16128 (completion-table-dynamic): Return nil for the metadata.
16129 (completion-table-with-terminator): Add default case, using
16130 complete-with-action.
16131 (completion--metadata): New function.
16132 (completion-all-sorted-completions, minibuffer-completion-help): Use it
16133 to try and avoid pathological performance problems.
16134 (completion--embedded-envvar-table): Return `category' metadata.
16135
16136 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16137
16138 * subr.el (process-alive-p): New tiny convenience function.
16139
16140 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16141
16142 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
16143 content but also its previous major mode.
16144
16145 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
16146
16147 * emacs-lisp/debug.el (debug): Restore the previous content of the
16148 *Backtrace* buffer when we exit with C-M-c.
16149
16150 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16151
16152 * minibuffer.el: Add metadata method to completion tables.
16153 (completion-category-overrides): New defcustom.
16154 (completion-metadata, completion--field-metadata)
16155 (completion-metadata-get, completion--styles)
16156 (completion--cycle-threshold): New functions.
16157 (completion-try-completion, completion-all-completions):
16158 Add `metadata' argument to choose completion-styles.
16159 (completion--do-completion): Use metadata to choose cycling.
16160 (completion-all-sorted-completions): Use metadata for sorting.
16161 Remove :completion-cycle-penalty which is not needed any more.
16162 (completion--try-word-completion): Add `metadata' argument.
16163 (minibuffer-completion-help): Check metadata for annotation function
16164 and sorting.
16165 (completion-file-name-table): Return `category' metadata.
16166 (minibuffer-completing-file-name): Make obsolete.
16167 * simple.el (minibuffer-completing-symbol): Make obsolete.
16168 * icomplete.el (icomplete-completions): Pass new `metadata' param to
16169 completion-try-completion.
16170
16171 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16172
16173 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
16174
16175 2011-05-30 Leo Liu <sdl.web@gmail.com>
16176
16177 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
16178 (rcirc-print): Decode all incoming messages (bug#8744).
16179 (rcirc-decode-coding-system): Allow value nil for automatic coding
16180 system detection.
16181
16182 2011-06-01 Glenn Morris <rgm@gnu.org>
16183
16184 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
16185
16186 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16187
16188 * image.el (image-animate-max-time): Allow nil and t values.
16189 Default to nil.
16190 (create-animated-image): Doc fix.
16191 (image-animate-start): Remove second arg; just use
16192 image-animate-max-time.
16193 (image-animate-timeout): Doc fix. Args changed.
16194
16195 * image-mode.el (image-toggle-display-image): Ensure that the
16196 image spec passed to the animate timer is the same object as in
16197 the buffer's display property (Bug#6981).
16198 (image-transform-properties): Doc fix.
16199
16200 * image.el (image-animate-max-time): Default to nil.
16201
16202 2011-05-29 Martin Rudalics <rudalics@gmx.at>
16203
16204 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
16205 entire buffer list (Bug#8184).
16206
16207 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16208
16209 * image.el (imagemagick-types-inhibit)
16210 (imagemagick-register-types): Doc fix.
16211
16212 2011-05-29 Deniz Dogan <deniz@dogan.se>
16213
16214 * net/rcirc.el (rcirc): Use the user's stored encryption method by
16215 default.
16216
16217 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16218
16219 * select.el: Don't perform clipboard-manager saving in hooks;
16220 leave the hooks empty.
16221
16222 2011-05-28 Leo Liu <sdl.web@gmail.com>
16223
16224 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
16225 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
16226 (occur-edit-mode): New major mode (Bug#8463).
16227 (occur-after-change-function): New function.
16228 (occur-engine): Give Occur tags a read-only property.
16229
16230 2011-05-28 Kevin Ryde <user42@zip.com.au>
16231
16232 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
16233
16234 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16235
16236 * bindings.el (help-echo): Make the initial non-indicator dash
16237 empty on graphical terminals (Bug#7295).
16238
16239 * files.el (auto-mode-alist): Move config rule after the
16240 in-stripping one (Bug#8547).
16241
16242 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
16243
16244 * startup.el (normal-splash-screen): Remove gratuitous mode-line
16245 setting (Bug#8740).
16246
16247 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
16248
16249 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
16250 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
16251 (Bug#8539).
16252
16253 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16254
16255 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
16256
16257 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
16258
16259 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
16260 (hs-hide-block-at-point, hs-find-block-beginning)
16261 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
16262 (Bug#8279).
16263
16264 2011-05-28 Glenn Morris <rgm@gnu.org>
16265
16266 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
16267
16268 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16269
16270 * help-fns.el (describe-function-1): If the function is a derived
16271 major mode, print the parent mode.
16272
16273 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
16274 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
16275
16276 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16277
16278 * minibuffer.el (completion--capf-wrapper): Check applicability before
16279 returning non-nil for non-exclusive completion data.
16280 * progmodes/etags.el (tags-completion-at-point-function):
16281 * info-look.el (info-lookup-completions-at-point): Mark as
16282 non-exclusive.
16283 (info-complete): Adjust accordingly.
16284
16285 * info-look.el: Convert to lexical-binding and completion-at-point.
16286 (info-lookup-completions-at-point): New function.
16287 (info-complete): Use it and completion-in-region.
16288
16289 2011-05-28 Drew Adams <drew.adams@oracle.com>
16290
16291 * isearch.el: Let M-e start with point at the first mismatched char.
16292 (isearch-fail-pos): New function.
16293 (isearch-edit-string): Use it.
16294
16295 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16296
16297 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16298
16299 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
16300
16301 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
16302 traversal functions for avl-trees.
16303 (avl-tree--stack): New struct.
16304 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
16305 (avl-tree-enter): Add optional `updatefun' arg.
16306 (avl-tree--do-enter): Add optional `updatefun' arg.
16307 Change return value.
16308 (avl-tree-delete): Add optional `test' and `nilflag' args.
16309 (avl-tree--do-delete): Add `test' and `nilflag' args.
16310 Change return value.
16311 (avl-tree-member): Add optional `nilflag'
16312 (avl-tree-member-p): New function.
16313 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
16314 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
16315 (avl-tree-stack-empty-p): New functions.
16316
16317 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
16318 avl-tree--del-balance1 and make it work both ways.
16319 (avl-tree--del-balance2): Remove.
16320 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
16321 make it work both ways.
16322 (avl-tree--enter-balance2): Remove.
16323 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
16324 New macros.
16325 (avl-tree--mapc, avl-tree-map): Add direction argument.
16326
16327 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
16328
16329 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
16330
16331 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
16332
16333 * select.el: Support clipboard managers with built-in function
16334 x-clipboard-manager-save, via delete-frame-functions and
16335 kill-emacs-hook.
16336 (xselect-convert-to-targets): Add MULTIPLE target to list.
16337 (xselect-convert-to-save-targets): New function.
16338
16339 2011-05-27 Kenichi Handa <handa@m17n.org>
16340
16341 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
16342 let-binding rfc2047-encode-encoded-words to nil.
16343
16344 2011-05-27 Glenn Morris <rgm@gnu.org>
16345
16346 * mail/emacsbug.el: Don't require url-util.
16347
16348 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
16349
16350 * files.el (set-auto-mode):
16351 Also respect mode: entries at the end of the file. (Bug#8586)
16352
16353 2011-05-26 Glenn Morris <rgm@gnu.org>
16354
16355 * files.el (hack-local-variables-prop-line, hack-local-variables):
16356 Downcase mode names, as seems to be traditional.
16357 (hack-local-variables, hack-local-variables-apply): Doc fixes.
16358
16359 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
16360 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
16361
16362 2011-05-25 Julien Danjou <julien@danjou.info>
16363
16364 * textmodes/rst.el (rst-define-level-faces): Do not define face
16365 symbol if it is already defined.
16366
16367 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
16368
16369 * play/5x5.el (5x5-new-game, 5x5-randomize):
16370 Reset 5x5-solver-output to nil when a new grid is cast.
16371 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
16372 these debugging traces, as defmacro breaks the compiled code.
16373
16374 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16375
16376 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16377
16378 2011-05-24 Leo Liu <sdl.web@gmail.com>
16379
16380 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
16381 (vc-bzr-sha1): Adapt.
16382
16383 * sha1.el: Remove. Function `sha1' is now builtin.
16384
16385 * bindings.el: Provide sha1 feature.
16386
16387 2011-05-24 Kenichi Handa <handa@m17n.org>
16388
16389 * mail/sendmail.el: Require `rfc2047'.
16390 (mail-insert-from-field): Do not perform RFC2047 encoding.
16391 (mail-encode-header): New function.
16392 (sendmail-send-it): Set buffer-file-coding-system of the work
16393 buffer to the return value of select-message-coding-system.
16394 Call mail-encode-header.
16395
16396 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
16397
16398 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
16399
16400 * mail/supercite.el (sc-default-cite-frame):
16401 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
16402
16403 2011-05-24 Glenn Morris <rgm@gnu.org>
16404
16405 * progmodes/python.el (brm-menu): Declare.
16406
16407 * emulation/viper.el (viper-set-hooks): Declare.
16408
16409 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
16410 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
16411 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
16412 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
16413 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
16414 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
16415
16416 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
16417
16418 Add an :exit-function for completion-at-point.
16419
16420 * minibuffer.el (completion--done): New fun.
16421 (completion--do-completion): Use it. New arg `expect-exact'.
16422 (minibuffer-complete, minibuffer-complete-word): Don't output message,
16423 since completion--do-completion does it for us now.
16424 (minibuffer-force-complete): Use completion--done and
16425 completion--replace. Handle sole-completion case with more care.
16426 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
16427 (completion-extra-properties): New var.
16428 (completion-annotate-function): Make obsolete.
16429 (minibuffer-completion-help): Adjust accordingly.
16430 Use completion-list-insert-choice-function.
16431 (completion-at-point, completion-help-at-point):
16432 Bind completion-extra-properties.
16433 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
16434 * simple.el (completion-list-insert-choice-function): New var.
16435 (completion-setup-function): Preserve it.
16436 (choose-completion): Pay attention to it, shuffle the code a bit.
16437 (choose-completion-string): New arg `insert-function'.
16438
16439 * textmodes/bibtex.el: Convert to lexical binding.
16440 (bibtex-mode-map): Use completion-at-point.
16441 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
16442 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
16443 (bibtex-complete): Define as obsolete alias.
16444 (bibtex-complete-internal): Remove.
16445 (bibtex-format-entry): Remove unused sub-group in regexp.
16446 * shell.el (shell--command-completion-data)
16447 (shell-environment-variable-completion):
16448 * pcomplete.el (pcomplete-completions-at-point):
16449 * comint.el (comint--complete-file-name-data): Use :exit-function
16450 instead of completion-table-with-terminator so it also works for
16451 choose-completion.
16452
16453 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16454
16455 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
16456
16457 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
16458 (bug#8710).
16459
16460 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
16461
16462 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
16463
16464 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
16465 customization variable and implement: If non-nil, auto-fill will
16466 be inhibited while on topic's header line.
16467
16468 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
16469
16470 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
16471 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
16472 always have a solution in grid size = 5 cases.
16473 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
16474 (5x5-solver-output, 5x5-log-buffer): New vars.
16475 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
16476 Make these variables buffer local to achieve 5x5 multi-session-ness.
16477 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
16478 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
16479 (5x5-solve-suggest): New funs.
16480 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
16481 randomize a grid so that we ensure that there is always a solution.
16482 (5x5-make-random-grid): Allow other movement than flipping.
16483
16484 2011-05-23 Kevin Ryde <user42@zip.com.au>
16485
16486 * emacs-lisp/advice.el (ad-read-advised-function):
16487 Use `function-called-at-point' as the default, if it has
16488 advice and passes PREDICATE.
16489
16490 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16491
16492 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
16493 byte-compile-lambda if it's actually a lambda.
16494
16495 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
16496 Fix function quoting. Use backquote better.
16497
16498 2011-05-22 Yuanle Song <sylecn@gmail.com>
16499
16500 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
16501 matching (Bug#8516).
16502
16503 2011-01-22 Jari Aalto <jari.aalto@cante.net>
16504
16505 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
16506 different face (Bug#8178).
16507
16508 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
16509
16510 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
16511 defface (Bug#8144).
16512
16513 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16514
16515 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
16516 funcall as well (bug#8712). Warn when performing those conversions.
16517 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
16518
16519 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
16520
16521 2011-05-22 Glenn Morris <rgm@gnu.org>
16522
16523 * files.el (hack-local-variables-prop-line): Small simplifications.
16524 (hack-local-variables, hack-local-variables-prop-line):
16525 If MODE-ONLY, return the mode, rather than just `t'.
16526
16527 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
16528
16529 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
16530
16531 2011-05-21 Glenn Morris <rgm@gnu.org>
16532
16533 * files.el (hack-local-variables-prop-line, hack-local-variables):
16534 If only interested in the mode, don't bother doing the other stuff.
16535
16536 * image-mode.el (image-after-revert-hook):
16537 Redraw all frames on which the image is visible. (Bug#8567)
16538
16539 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
16540
16541 * wid-edit.el (widget-checklist-match-inline):
16542 Fix 2011-04-19 change. (Bug#8649)
16543
16544 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16545
16546 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
16547 Also allow singlespace after single-letter capitals followed by a dot.
16548
16549 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
16550 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
16551
16552 2011-05-20 Nix <nix@esperi.org.uk>
16553
16554 * files.el (basic-save-buffer-2):
16555 Fix handling of break-hardlink-on-save with non-existent files.
16556
16557 2011-05-19 Deniz Dogan <deniz@dogan.se>
16558
16559 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
16560 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
16561
16562 2011-05-19 Glenn Morris <rgm@gnu.org>
16563
16564 * progmodes/f90.el (f90-type-def-re):
16565 Handle "type, bind(c)". (Bug#8691)
16566
16567 * emacs-lisp/autoload.el (batch-update-autoloads):
16568 Set autoload-excludes by parsing loadup.el rather than Makefiles.
16569
16570 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
16571
16572 * net/tramp.el (tramp-process-actions): Set "first-password-request"
16573 property for the correct connection in case of multihops.
16574
16575 2011-05-18 Glenn Morris <rgm@gnu.org>
16576
16577 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
16578 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
16579
16580 Rationalize calendar handling of day and month abbrev-arrays.
16581 * calendar/calendar.el (calendar-customized-p): New function.
16582 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
16583 (calendar-day-name-array, calendar-month-name-array): Doc fix.
16584 Add :set function.
16585 (calendar-abbrev-length, calendar-day-abbrev-array)
16586 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
16587 (calendar-day-abbrev-array, calendar-month-abbrev-array):
16588 Elements may no longer be nil.
16589 (calendar-day-name, calendar-month-name):
16590 Update for changed nature of abbrev arrays.
16591 * calendar/diary-lib.el (diary-name-pattern):
16592 Update for changed nature of abbrev arrays.
16593 (diary-mark-entries-1): Update calendar-make-alist calls.
16594 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
16595 * calendar/cal-html.el (cal-html-day-abbrev-array):
16596 Simply inherit from calendar-day-abbrev-array.
16597
16598 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
16599
16600 * progmodes/grep.el (grep-mode): Disable default
16601 compilation-directory-matcher setting (bug#8684).
16602
16603 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
16604
16605 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
16606 instead of "head" and "tail". There were problems with SunOS 5.9,
16607 and it performs better.
16608
16609 2011-05-17 Glenn Morris <rgm@gnu.org>
16610
16611 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
16612
16613 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
16614 Replace obsolete function.
16615
16616 * shell.el (pcomplete-parse-arguments-function): Declare.
16617
16618 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
16619 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
16620 (appt-check): Doc fixes.
16621 (appt-disp-window-function, appt-delete-window-function):
16622 Remove needless special case in custom :type.
16623 (appt-display-count): Default to 0, not nil.
16624 (appt-check): Reset appt-display-count to 0, not nil.
16625
16626 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
16627
16628 * progmodes/python.el (python-font-lock-keywords):
16629 Add the Python 3.X keyword "nonlocal" (bug#8639).
16630
16631 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16632
16633 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
16634
16635 2011-05-16 Kevin Ryde <user42@zip.com.au>
16636
16637 * info-look.el (makefile-automake-mode): New setups, looking in
16638 automake manual, then makefile-mode.
16639 (makefile-mode): Remove automake manual, have it just in
16640 makefile-automake-mode since there's various things different or
16641 not relevant to plain make.
16642 (makefile-mode): Remove "other-modes" non-existent automake-mode,
16643 believe a hypothetical automake-mode would go to makefile-mode,
16644 not the other way around.
16645
16646 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
16647
16648 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
16649 hunk-end tags (Bug#8672).
16650
16651 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
16652 vc-annotate-show-diff-revision-at-line (Bug#8671).
16653
16654 2011-05-14 Glenn Morris <rgm@gnu.org>
16655
16656 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
16657 in the middle of an existing one with multiple authors. (Bug#8645)
16658 (change-log-font-lock-keywords): Also handle multiple author lines
16659 with leading tabs. (Bug#8644)
16660
16661 * calendar/appt.el (appt-check): Rename some local variables.
16662 Some simplification/reordering.
16663
16664 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
16665 (feedmail-sendmail-f-doesnt-sell-me-out)
16666 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16667 (feedmail-debug-sit-for, feedmail-queue-express-hook)
16668 (feedmail-queue-runner-message-sender): Set :version.
16669 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
16670 (bbdb-dwim-net-address, vm-mail): Declare.
16671 (feedmail-binmail-gnulinuxish-template):
16672 Rename from feedmail-binmail-linuxish-template.
16673 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
16674 Use insert-buffer-substring.
16675
16676 2011-05-14 Bill Carpenter <bill@carpenter.org>
16677
16678 * mail/feedmail.el (feedmail-patch-level): Increase.
16679 (feedmail-debug): New custom group.
16680 (feedmail-confirm-outgoing-timeout)
16681 (feedmail-sendmail-f-doesnt-sell-me-out)
16682 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16683 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
16684 (feedmail-sender-line, feedmail-from-line)
16685 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
16686 (feedmail-spray-this-address)
16687 (feedmail-spray-address-fiddle-plex-list)
16688 (feedmail-queue-use-send-time-for-date)
16689 (feedmail-queue-use-send-time-for-message-id)
16690 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
16691 (feedmail-buffer-eating-function):
16692 Doc fixes.
16693 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
16694 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
16695 (feedmail-message-action-scroll-down): New functions.
16696 (feedmail-queue-directory, feedmail-queue-draft-directory):
16697 Use expand-file-name.
16698 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
16699 Remove C-v help entry.
16700 (feedmail-queue-buffer-file-name): New variable.
16701 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
16702 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
16703 (feedmail-message-action-send-strong, feedmail-message-action-edit)
16704 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
16705 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
16706 (feedmail-message-action-toggle-spray)
16707 (feedmail-run-the-queue-no-prompts)
16708 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
16709 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
16710 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
16711 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
16712 (feedmail-envelope-deducer, feedmail-fiddle-from)
16713 (feedmail-fiddle-sender, feedmail-default-date-generator)
16714 (feedmail-fiddle-date, feedmail-fiddle-message-id)
16715 (feedmail-fiddle-spray-address)
16716 (feedmail-fiddle-list-of-spray-fiddle-plexes)
16717 (feedmail-fiddle-list-of-fiddle-plexes)
16718 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
16719 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
16720 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
16721 Change default. Doc fix.
16722 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
16723 (feedmail-binmail-linuxish-template): New constant.
16724 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
16725 Respect feedmail-sendmail-f-doesnt-sell-me-out.
16726 (feedmail-send-it): Add debug call.
16727 Use feedmail-queue-buffer-file-name, and
16728 feedmail-send-it-immediately-wrapper.
16729 (feedmail-message-action-send): Add debug call.
16730 Use feedmail-send-it-immediately-wrapper.
16731 (feedmail-queue-express-to-queue): Add debug call.
16732 Run feedmail-queue-express-hook.
16733 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
16734 (feedmail-message-action-help-blat):
16735 Rename from feedmail-queue-send-edit-prompt-help-first.
16736 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
16737 Check line-endings. Handle errors better.
16738 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
16739 Doc fix. Add debug call.
16740 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
16741 Use feedmail-queue-send-edit-prompt-inner.
16742 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
16743 (feedmail-queue-send-edit-prompt-inner): New function, extracted
16744 from feedmail-queue-send-edit-prompt.
16745 (feedmail-queue-send-edit-prompt-help)
16746 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
16747 (feedmail-tidy-up-slug): Add debug call.
16748 Respect feedmail-queue-slug-suspect-regexp.
16749 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
16750 (feedmail-dump-message-to-queue): Add debug call.
16751 Expand queue-directory.
16752 (feedmail-dump-message-to-queue): Change message slightly.
16753 Use feedmail-say-chatter.
16754 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
16755 (feedmail-send-it-immediately-wrapper): New function.
16756 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
16757 Insert empty string rather than newline. Handle full-frame case.
16758 Use catch/throw. Use feedmail-say-chatter.
16759 (feedmail-fiddle-from): Try mail-host-address.
16760 (feedmail-default-message-id-generator): Doc fix.
16761 Bind system-time-locale. Handle missing end.
16762 (feedmail-fiddle-x-mailer): Add debug call.
16763 Handle feedmail-x-mailer-line being nil.
16764 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
16765 Add debug call. Use buffer-substring-no-properties.
16766 (feedmail-say-debug, feedmail-say-chatter): New functions.
16767 (feedmail-find-eoh): Give an explicit error.
16768
16769 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
16770
16771 * net/newst-treeview.el (newsticker-treeview-face): Change default
16772 family from helvetica to sans.
16773 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
16774 etc/images/newsticker.
16775
16776 * net/newst-reader.el (newsticker-feed-face): Change default
16777 family from helvetica to sans.
16778
16779 * net/newst-plainview.el (newsticker-new-item-face)
16780 (newsticker-old-item-face, newsticker-immortal-item-face)
16781 (newsticker-obsolete-item-face, newsticker-date-face)
16782 (newsticker-statistics-face): Change default family from
16783 helvetica to sans.
16784 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
16785 etc/images/newsticker.
16786
16787 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
16788 (newsticker--process-auto-mark-filter-match): Tell user about
16789 auto-marking.
16790
16791 2011-05-13 Didier Verna <didier@xemacs.org>
16792
16793 Common Lisp indentation improvements on defmethod and lambda-lists.
16794 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
16795 TODO entries.
16796 (lisp-lambda-list-keyword-parameter-indentation)
16797 (lisp-lambda-list-keyword-parameter-alignment)
16798 (lisp-lambda-list-keyword-alignment): New customizable user options.
16799 (lisp-indent-defun-method): Improve docstring.
16800 (extended-loop-p): Fix comment.
16801 (lisp-indent-lambda-list-keywords-regexp): New variable.
16802 (lisp-indent-lambda-list): New function.
16803 (lisp-indent-259): Use it.
16804 (lisp-indent-defmethod): Support for more than one
16805 method qualifier and properly indent methods lambda-lists.
16806 (defgeneric): Provide a missing common-lisp-indent-function property.
16807
16808 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16809
16810 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
16811 bounds for the empty string (bug#8667).
16812
16813 2011-05-13 Glenn Morris <rgm@gnu.org>
16814
16815 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
16816
16817 * mail/sendmail.el (sendmail-program): Try executable-find first.
16818 (sendmail-send-it): `sendmail-program' cannot be unbound.
16819
16820 * calendar/appt.el (appt-make-list): Simplify.
16821 (appt-time-msg-list): Doc fix.
16822 (appt-check): Change mode-line message at the time of the appointment.
16823
16824 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
16825
16826 * progmodes/ld-script.el (ld-script-keywords)
16827 (ld-script-builtins): Update keywords list.
16828
16829 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16830
16831 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
16832
16833 * shell.el (shell-completion-vars): New function.
16834 (shell-mode):
16835 * simple.el (read-shell-command): Use it.
16836 (blink-matching-open): No need for " [...]" in minibuffer-message.
16837
16838 2011-05-12 Glenn Morris <rgm@gnu.org>
16839
16840 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
16841 (appt-check): Simplify.
16842
16843 2011-05-12 Eli Zaretskii <eliz@gnu.org>
16844
16845 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
16846 literal "/dev/null".
16847
16848 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16849
16850 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
16851 Fix typo.
16852
16853 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
16854
16855 * progmodes/which-func.el (which-function):
16856 Use add-log-current-defun instead of add-log-current-defun-function,
16857 which might not be defined (Bug#8260).
16858
16859 2011-05-12 Glenn Morris <rgm@gnu.org>
16860
16861 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
16862 Let byte-compile-initial-macro-environment always take precedence.
16863
16864 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16865
16866 * net/rcirc.el: Add support for SSL/TLS connections.
16867 (rcirc-server-alist): New field `encryption'.
16868 (rcirc): Check `encryption' settings.
16869 (rcirc-connect): New arg `encryption'. Use open-network-stream.
16870 Merge make-local-variable into `set'.
16871 (rcirc--connection-open-p): New function.
16872 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
16873 the process is not a network process (e.g. running gnutls-cli).
16874 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16875 Make rcirc-(en|de)code-coding-system local here.
16876 (rcirc-mode): Merge make-local-variable into `set'.
16877 (rcirc-parent-buffer): Make permanent buffer-local.
16878 (rcirc-multiline-minor-mode): Don't do it here.
16879 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
16880 there's no server buffer.
16881
16882 2011-05-11 Glenn Morris <rgm@gnu.org>
16883
16884 * newcomment.el (comment-kill): Prefix "unused" local.
16885
16886 * term/w32console.el (get-screen-color): Declare.
16887
16888 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
16889 Handle symbol elements of byte-compile-initial-macro-environment.
16890
16891 2011-05-10 Leo Liu <sdl.web@gmail.com>
16892
16893 * bookmark.el (bookmark-bmenu-mode-map):
16894 Bind bookmark-bmenu-search to `/'.
16895
16896 * mail/footnote.el: Convert to utf-8 encoding.
16897 (footnote-unicode-string, footnote-unicode-regexp): New variable.
16898 (Footnote-unicode): New function.
16899 (footnote-style-alist): Add unicode style to the list.
16900 (footnote-style): Doc fix.
16901
16902 2011-05-10 Jim Meyering <meyering@redhat.com>
16903
16904 Fix doubled-word typos.
16905 * international/quail.el (quail-insert-kbd-layout): and and -> and
16906 * kermit.el: and and -> and
16907 * net/ldap.el (ldap-search-internal): to to -> to
16908 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
16909 * progmodes/js.el (js-mode): and and -> and
16910 * textmodes/artist.el (artist-move-to-xy): at at -> at
16911 (artist-draw-region-trim-line-endings): if if -> if
16912 And Safetyc -> Safety.
16913 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
16914
16915 2011-05-10 Glenn Morris <rgm@gnu.org>
16916 Stefan Monnier <monnier@iro.umontreal.ca>
16917
16918 * files.el (hack-one-local-variable-eval-safep):
16919 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
16920
16921 2011-05-10 Glenn Morris <rgm@gnu.org>
16922
16923 * calendar/diary-lib.el (diary-list-entries-hook)
16924 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
16925 (diary-nongregorian-marking-hook, diary-list-entries)
16926 (diary-include-other-diary-files, diary-mark-entries)
16927 (diary-mark-included-diary-files): Doc fixes.
16928
16929 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
16930
16931 * misc.el: Require tabulated-list.el during compilation.
16932
16933 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
16934
16935 * progmodes/compile.el (compilation-start):
16936 Run compilation-filter-hook for the async case too.
16937 (compilation-filter-hook): Doc fix.
16938
16939 2011-05-09 Deniz Dogan <deniz@dogan.se>
16940
16941 * wdired.el: Remove outdated installation comment. Fix usage
16942 comment.
16943
16944 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
16945
16946 * misc.el: Implement new command `list-dynamic-libraries'.
16947 (list-dynamic-libraries--loaded-only-p): New variable.
16948 (list-dynamic-libraries--refresh): New function.
16949 (list-dynamic-libraries): New command.
16950
16951 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
16952
16953 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16954 Fix the ant regexp to handle end-line and end-column info from jikes.
16955 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
16956 higher priority to avoid clobbering by gnu.
16957
16958 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
16959
16960 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
16961 if the face has existing theme settings (Bug#8454).
16962
16963 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
16964
16965 * progmodes/perl-mode.el (perl-imenu-generic-expression):
16966 Only match variables declared via `my' or `our' (Bug#8261).
16967
16968 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
16969 special file names `.' and `..' (Bug#8259).
16970
16971 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
16972
16973 * progmodes/grep.el (grep-mode-font-lock-keywords):
16974 Remove buffer-changing entries.
16975 (grep-filter): New function.
16976 (grep-mode): Add it to compilation-filter-hook.
16977
16978 * progmodes/compile.el (compilation-filter-hook)
16979 (compilation-filter-start): New defvars.
16980 (compilation-filter): Call compilation-filter-hook prior to
16981 updating the process mark.
16982
16983 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16984
16985 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
16986
16987 2011-05-07 Eli Zaretskii <eliz@gnu.org>
16988
16989 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
16990 mailclient-send-it even if window-system is nil. (Bug#8595)
16991
16992 * term/w32console.el (terminal-init-w32console):
16993 Call get-screen-color and use its output to set the frame
16994 background-mode. (Bug#8597)
16995
16996 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16997
16998 Make bytecomp.el understand that defmethod defines funs (bug#8631).
16999 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
17000 New functions.
17001 (defgeneric, eieio--defmethod): Use them.
17002 (eieio-defgeneric): Remove.
17003 (defmethod): Call defgeneric in a way visible to the byte-compiler.
17004
17005 2011-05-07 Glenn Morris <rgm@gnu.org>
17006
17007 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
17008 Use let rather than let*.
17009 (timeclock-find-discrep): Remove unused local.
17010
17011 * calendar/diary-lib.el (diary-comment-start): Doc fix.
17012
17013 * calendar/appt.el (appt-time-msg-list): Doc fix.
17014
17015 2011-05-06 Noah Friedman <friedman@splode.com>
17016
17017 * apropos.el (apropos-print-doc): Only use
17018 emacs-lisp-docstring-fill-column when it is bound to an integer,
17019 per that variable's documentation.
17020
17021 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17022
17023 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
17024 and warnings are not silently discarded (e.g. use -d instead of -P).
17025
17026 2011-05-06 Glenn Morris <rgm@gnu.org>
17027
17028 * calendar/appt.el (appt-message-warning-time): Doc fix.
17029 (appt-warning-time-regexp): New option.
17030 (appt-make-list): Respect appt-message-warning-time.
17031
17032 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
17033 New options.
17034 (diary-add-to-list): Strip comments from the displayed string.
17035 (diary-mode): Set comment-start and comment-end.
17036
17037 * vc/diff-mode.el (smerge-refine-subst): Declare.
17038 (diff-refine-hunk): Don't require smerge-mode when compiling.
17039
17040 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
17041
17042 * simple.el (list-processes): Return nil as the docstring says.
17043
17044 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
17045
17046 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
17047 to "".
17048 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17049 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
17050 determining of binary transfer. (Bug#7383)
17051
17052 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
17053
17054 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17055 Fix port computation bug. (Bug#8618)
17056
17057 2011-05-05 Glenn Morris <rgm@gnu.org>
17058
17059 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
17060
17061 * simple.el (shell-dynamic-complete-functions)
17062 (comint-dynamic-complete-functions): Declare.
17063
17064 * net/network-stream.el (gnutls-negotiate):
17065 * simple.el (tabulated-list-print): Fix declarations.
17066
17067 * progmodes/gud.el (syntax-symbol, syntax-point):
17068 Remove unnecessary and incorrect declarations.
17069
17070 * emacs-lisp/check-declare.el (check-declare-scan):
17071 Handle byte-compile-initial-macro-environment in bytecomp.el
17072
17073 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17074
17075 Fix earlier half-done eieio-defmethod change (bug#8338).
17076 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
17077 Streamline and change calling convention.
17078 (defmethod): Adjust accordingly and simplify.
17079 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
17080 new eieio--defmethod.
17081 (slot-boundp): Minor CSE simplification.
17082
17083 2011-05-05 Milan Zamazal <pdm@zamazal.org>
17084
17085 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
17086 (glasses-make-readable): Use glasses-separate-capital-groups.
17087
17088 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
17089
17090 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
17091 (warning-series): Doc fix.
17092 (display-warning): Don't try to create the buffer if we just found it.
17093
17094 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
17095
17096 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
17097 (autoload-find-generated-file): New function.
17098 (generate-file-autoloads): Bind generated-autoload-file to
17099 buffer-file-name.
17100 (update-file-autoloads, update-directory-autoloads):
17101 Use autoload-find-generated-file. If called interactively, prompt for
17102 output file (Bug#7989).
17103 (batch-update-autoloads): Doc fix.
17104
17105 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
17106
17107 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
17108
17109 2011-05-04 Glenn Morris <rgm@gnu.org>
17110
17111 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
17112 function, so it follows changes in calendar-date-style.
17113 (diary-fancy-date-matcher): New function.
17114 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
17115 (diary-fancy-font-lock-fontify-region-function):
17116 Use diary-fancy-date-pattern as a function.
17117
17118 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
17119 non-numbers for `year' etc pseudo-variables. (Bug#8583)
17120
17121 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
17122
17123 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
17124 instead of positional arguments. Allow :keylist and :crlfiles
17125 arguments.
17126 (open-gnutls-stream): Call it.
17127
17128 * net/network-stream.el (network-stream-open-starttls): Adjust to
17129 call `gnutls-negotiate' with :process and :hostname arguments.
17130
17131 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17132
17133 * minibuffer.el (completion--message): New function.
17134 (completion--do-completion, minibuffer-complete)
17135 (minibuffer-force-complete, minibuffer-complete-word): Use it.
17136 (completion--do-completion): Don't ignore completion-auto-help when in
17137 icomplete-mode.
17138
17139 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
17140 internal encoding (e.g. tibetan zero is not whitespace).
17141 (global-whitespace-mode): Prefer save-current-buffer.
17142 (whitespace-trailing-regexp): Remove useless save-match-data.
17143 (whitespace-empty-at-bob-regexp): Minor simplification.
17144
17145 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
17146
17147 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
17148
17149 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17150
17151 * textmodes/ispell.el (ispell-add-per-file-word-list):
17152 Use `concat' to create string for insertion.
17153
17154 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17155
17156 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
17157 Avoid open-line which runs post-self-insert-hook.
17158 (bibtex-fill-entry): Remove unused `end' var.
17159
17160 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
17161
17162 * textmodes/ispell.el (ispell-add-per-file-word-list):
17163 Protect against `nil' value of `comment-start' (Bug#8579).
17164
17165 2011-05-03 Leo Liu <sdl.web@gmail.com>
17166
17167 * isearch.el (isearch-yank-pop): New command.
17168 (isearch-mode-map): Bind it to `M-y'.
17169 (isearch-forward): Mention it.
17170
17171 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17172
17173 * simple.el (minibuffer-complete-shell-command): Remove.
17174 (minibuffer-local-shell-command-map): Use completion-at-point.
17175 (read-shell-command): Setup completion vars here instead.
17176 (read-expression-map): Bind TAB to symbol completion.
17177
17178 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
17179 error directly rather via storing it into `results'.
17180
17181 2011-05-02 Leo Liu <sdl.web@gmail.com>
17182
17183 * vc/diff.el: Fix description.
17184
17185 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17186
17187 * server.el (server-eval-at): New function.
17188
17189 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17190
17191 * net/network-stream.el (open-network-stream): Take a :nowait
17192 parameter and pass it on to `make-network-process'.
17193 (network-stream-open-plain): Ditto.
17194
17195 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
17196
17197 * faces.el (face-spec-set-match-display): Don't match toolkit
17198 options on terminal frames.
17199
17200 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17201
17202 * progmodes/pascal.el: Use lexical binding.
17203 (pascal-mode-map): Remove author preferences.
17204
17205 * pcomplete.el (pcomplete-std-complete): Don't abuse
17206 completion-at-point.
17207
17208 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
17209
17210 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
17211 removing code that has been dead since 1991 or so.
17212
17213 * startup.el (command-line): When warning about "_emacs", use a
17214 delayed warning to allow the user to filter it out.
17215
17216 2011-04-28 Deniz Dogan <deniz@dogan.se>
17217
17218 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
17219 user has not joined.
17220
17221 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17222
17223 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
17224 aren't any completions at point.
17225
17226 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
17227
17228 * subr.el (display-delayed-warnings): New function.
17229 (delayed-warnings-hook): New variable.
17230
17231 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17232
17233 * minibuffer.el (completion-at-point, completion-help-at-point):
17234 Don't presume that a given completion-at-point-function will always
17235 use the same calling convention.
17236
17237 * pcomplete.el (pcomplete-completions-at-point):
17238 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
17239 pcomplete-seen is non-nil.
17240 (pcomplete-comint-setup): Also recognize the new comint/shell
17241 completion functions.
17242 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
17243 pcomplete-seen is non-nil.
17244
17245 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
17246
17247 * calendar/icalendar.el (diary-lib): Add require statement.
17248 (icalendar--create-uid): Read out a uid from a text-property on
17249 the first character in the entry. This allows for code to add its
17250 own uid to the entry.
17251 (icalendar--convert-float-to-ical): Add export of
17252 `diary-float'-entries save for those with the optional DAY
17253 argument.
17254
17255 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
17256
17257 * subr.el (shell-quote-argument): Use alternate escaping strategy
17258 when we spot a variable reference in a string.
17259
17260 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
17261
17262 * cus-start.el (all): Define customization for debug-on-event.
17263
17264 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
17265
17266 * subr.el (shell-quote-argument): Escape correctly under Windows.
17267
17268 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17269
17270 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
17271
17272 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
17273
17274 * net/tramp.el (tramp-process-actions): Add POS argument.
17275 Delete region between POS and (pos).
17276
17277 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17278 Use `nil' position in `tramp-process-actions' call.
17279 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
17280
17281 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
17282 position in `tramp-process-actions' call.
17283
17284 * net/trampver.el: Update release number.
17285
17286 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17287
17288 * custom.el (defcustom): Obey lexical-binding.
17289
17290 Fix octave-inf completion problems reported by Alexander Klimov.
17291 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
17292 Inherit from octave-mode-syntax-table.
17293 (inferior-octave-mode): Set info-lookup-mode.
17294 (inferior-octave-completion-at-point): New function.
17295 (inferior-octave-complete): Use it and completion-in-region.
17296 (inferior-octave-dynamic-complete-functions): Use it as well, and use
17297 comint-filename-completion.
17298 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
17299 symbol elements which shouldn't be word elements.
17300 (octave-font-lock-keywords, octave-beginning-of-defun)
17301 (octave-function-header-regexp): Adjust regexps accordingly.
17302 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
17303
17304 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
17305
17306 * net/gnutls.el (gnutls-errorp): Declare before first use.
17307
17308 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
17309
17310 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
17311 verify-error, and verify-hostname-error parameters. Check whether
17312 default trustfile exists before going to use it. Add missing
17313 argument to gnutls-message-maybe call. Return value.
17314 Reported by Claudio Bley <claudio.bley@gmail.com>.
17315 (open-gnutls-stream): Add usage example.
17316
17317 * net/network-stream.el (network-stream-open-starttls): Give host
17318 parameter to `gnutls-negotiate'.
17319 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
17320 * subr.el (shell-quote-argument): Escape correctly under Windows.
17321
17322 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
17323
17324 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
17325 Use correct match group (bug#8438).
17326
17327 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
17328
17329 * emacs-lisp/package.el (package-built-in-p): Fix typo.
17330 (package-menu--generate): New arg specifying packages to show.
17331 (package-menu-refresh, package-menu-execute, list-packages):
17332 Callers changed.
17333 (package-show-package-list): New function, replacing deleted
17334 package--list-packages (renamed because it is non-internal).
17335
17336 * finder.el (finder-list-matches): Use package-show-package-list
17337 instead of deleted package--list-packages.
17338
17339 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
17340 Based on a previous implementation by Juanma Barranquero (Bug#8366).
17341 (vc-annotate-mode-map): Bind it to RET.
17342
17343 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
17344
17345 * progmodes/etags.el (next-file): Don't use set-buffer to change
17346 buffers (Bug#8478).
17347
17348 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
17349
17350 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
17351
17352 * apropos.el (apropos-label-face): Avoid variable-pitch face.
17353 (apropos-accumulator): Doc fix.
17354 (apropos-function, apropos-macro, apropos-command)
17355 (apropos-variable, apropos-face, apropos-group, apropos-widget)
17356 (apropos-plist): Add face property.
17357 (apropos-symbols-internal): Fix indentation.
17358 (apropos-print): Simplify help, and recognize apropos-multi-type.
17359 (apropos-print-doc): Use button-type-get to extract the button's
17360 face property. Fill docstring (Bug#8352).
17361
17362 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
17363
17364 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
17365
17366 * play/mpuz.el (mpuz-silent): Doc fix.
17367 (mpuz-mode-map): Use mapc.
17368 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
17369 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
17370 Fix typos in docstrings.
17371
17372 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
17373 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
17374
17375 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
17376
17377 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
17378
17379 * minibuffer.el (completion--do-completion): Avoid the "Next char
17380 not unique" prompt if icomplete-mode is enabled (Bug#5849).
17381
17382 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
17383 mouse-2 into unread-command-events, it is interpreted correctly.
17384
17385 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
17386 (image-toggle-display): Doc fix.
17387
17388 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
17389
17390 * textmodes/page.el (what-page): Use line-number-at-pos to
17391 calculate line number (Bug#6825).
17392
17393 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
17394
17395 * eshell/esh-mode.el (find-tag-interactive): Declare function.
17396 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
17397 Pass argument NO-DEFAULT to `find-tag-interactive'.
17398
17399 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
17400
17401 Lexical-binding cleanup.
17402
17403 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
17404 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
17405 * progmodes/ada-prj.el (ada-prj-initialize-values)
17406 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
17407 (ada-prj-show-value):
17408 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
17409 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
17410 (antlr-invalidate-context-cache, antlr-options-menu-filter)
17411 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
17412 * progmodes/bug-reference.el (bug-reference-push-button):
17413 * progmodes/fortran.el (fortran-line-length):
17414 * progmodes/glasses.el (glasses-change):
17415 * progmodes/octave-mod.el (octave-fill-paragraph):
17416 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
17417 (python-pdbtrack-grub-for-buffer, python-sentinel):
17418 * progmodes/sql.el (sql-save-connection):
17419 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
17420 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
17421 Mark unused parameters.
17422
17423 * progmodes/compile.el (compilation--flush-directory-cache)
17424 (compilation--flush-parse, compile-internal): Mark unused parameters.
17425 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
17426 (compilation-next-error-function): Remove unused variable `timestamp'.
17427
17428 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
17429 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
17430
17431 * progmodes/dcl-mode.el (dcl-end-of-command):
17432 Remove unused variable `start'.
17433 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
17434 (dcl-option-value-basic, dcl-option-value-offset)
17435 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
17436 Mark unused parameters.
17437 (dcl-save-local-variable): Remove unused variable `val'.
17438 (mode): Declare.
17439
17440 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
17441 Mark unused parameters.
17442 (delphi-ignore-changes): Move before first use.
17443 (delphi-charset-token-at): Remove unused variable `start'.
17444 (delphi-else-start): Remove unused variable `if-count'.
17445 (delphi-comment-block-start, delphi-comment-block-end):
17446 Remove unused variable `kind'.
17447 (delphi-indent-line): Remove unused variable `new-point'.
17448
17449 * progmodes/ebrowse.el (ebrowse-files-list)
17450 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
17451 Mark unused parameters. Don't quote `lambda'.
17452 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
17453 Don't quote `lambda'.
17454 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
17455 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
17456 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
17457 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
17458 Use `ignore-errors'.
17459 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
17460 (ebrowse-view/find-file-and-search-pattern)
17461 (ebrowse-view/find-member-declaration/definition):
17462 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
17463 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
17464 Rename parameter PREFIX-ARG to PREFIX.
17465 (ebrowse-tags-read-name): Remove unused variables `start' and
17466 `member-info'.
17467 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
17468 to `tags-file'.
17469
17470 * progmodes/etags.el (local-find-tag-hook): Declare.
17471 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
17472 Mark unused parameters.
17473
17474 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
17475 (executable-interpret): Mark unused parameter.
17476
17477 * progmodes/flymake.el (flymake-process-sentinel)
17478 (flymake-after-change-function)
17479 (flymake-create-temp-with-folder-structure)
17480 (flymake-get-include-dirs-dot): Mark unused parameters.
17481 (flymake-safe-delete-directory): Remove unused variable `err'.
17482
17483 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
17484 (speedbar-timer-fn, speedbar-line-text)
17485 (speedbar-change-expand-button-char, speedbar-delete-subblock)
17486 (speedbar-center-buffer-smartly): Declare functions.
17487 (gdb-find-watch-expression): Remove unused variable `array'.
17488 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
17489 (gdb-starting): Mark unused parameters.
17490 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
17491 (gdb-table-string): Remove unused variable `res'.
17492 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
17493 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
17494 (gdb-display-buffer): Remove unused variable `cur-size'.
17495
17496 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
17497 allow lexical-binding compilation.
17498 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
17499 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
17500 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
17501 Mark unused parameters.
17502 (gud-gdb-marker-filter): Remove unused variable `match'.
17503 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
17504 lambda expressions and funcall them, instead of using `fset'.
17505
17506 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
17507 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
17508
17509 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
17510 variable `header-beg'; use `let'.
17511
17512 * progmodes/icon.el (indent-icon-exp): Remove unused variables
17513 `restart', `last-sexp' and `at-do'.
17514
17515 * progmodes/js.el (js--debug): Mark unused parameter.
17516 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
17517 (js--splice-into-items): Remove unused variable `item'.
17518 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
17519
17520 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
17521 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
17522 (makefile-complete): Remove unused variable `try'.
17523 (makefile-fill-paragraph, makefile-match-function-end):
17524 Mark unused parameters.
17525
17526 * progmodes/octave-inf.el (inferior-octave-complete):
17527 Remove unused variable `proc'.
17528 (inferior-octave-output-digest): Mark unused parameter.
17529
17530 * progmodes/perl-mode.el (perl-calculate-indent):
17531 Remove unused variable `err'.
17532
17533 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
17534 (prolog-indent-line): Mark unused parameters.
17535 (prolog-indent-line): Remove unused variable `beg'.
17536
17537 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
17538 (reporter-dont-compact-list): Declare.
17539
17540 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
17541 Remove unused variable `char'.
17542 (sh-debug): Mark unused parameter.
17543 (sh-get-indent-info): Remove unused variable `start'.
17544 (sh-calculate-indent): Remove unused variable `var'.
17545
17546 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
17547 (simula-electric-keyword): Remove unused variable `null'.
17548 (simula-search-backward, simula-search-forward): Remove unused
17549 variables `begin' and `end'.
17550
17551 * progmodes/vera-mode.el (vera-guess-basic-syntax):
17552 Remove unused variable `pos'.
17553 (vera-electric-tab, vera-comment-uncomment-region):
17554 Mark unused parameters.
17555 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
17556
17557 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
17558
17559 * emacs-lisp/package.el (package--builtins, package-alist)
17560 (package-load-descriptor, package-built-in-p, package-activate)
17561 (define-package, package-installed-p)
17562 (package-compute-transaction, package-buffer-info)
17563 (package--push): Doc fix. Distinguish more clearly between
17564 version strings and version lists.
17565
17566 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
17567
17568 Lexical-binding cleanup.
17569
17570 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
17571 (5x5-make-mutate-best):
17572 * play/fortune.el (fortune-in-buffer):
17573 * play/gomoku.el (gomoku-init-display):
17574 * play/solitaire.el (solitaire, solitaire-do-check):
17575 * play/tetris.el (tetris-default-update-speed-function):
17576 Mark unused parameters.
17577
17578 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
17579 (bubbles--shift): Remove unused variable `char-org'.
17580 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
17581 (bubbles--show-images): Remove unused variable `char'.
17582
17583 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
17584 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
17585 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
17586 (decipher-analyze-buffer): Use ?\s.
17587 (decipher-make-checkpoint): Remove unused variable `mapping'.
17588
17589 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
17590
17591 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17592 Remove unused variable `result'; use `let'.
17593
17594 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
17595 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
17596 (gametree-children-shown-p, gametree-compute-reduced-score):
17597 Use `ignore-errors'.
17598
17599 * play/handwrite.el (ps-lpr-switches): Declare.
17600 (handwrite): Remove unused variables `pmin' and `lastp'.
17601
17602 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
17603
17604 * play/landmark.el (landmark-init-display)
17605 (landmark-update-naught-weights): Mark unused parameters.
17606 (landmark-y): Remove unused variable `noise'. Simplify.
17607 (landmark-human-plays): Remove unused variable `score'.
17608
17609 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
17610 (mpuz-try-proposal): Remove unused variable `game'.
17611
17612 * play/zone.el (life-patterns): Declare.
17613
17614 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
17615
17616 * vc/vc.el (ediff-vc-internal): Declare function.
17617
17618 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17619
17620 * shell.el: Use lexical-binding and std completion UI.
17621 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
17622 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
17623 comint-preoutput-filter-functions rather than on
17624 comint-output-filter-functions.
17625 (shell-command-completion, shell--command-completion-data)
17626 (shell-filename-completion, shell-environment-variable-completion)
17627 (shell-c-a-p-replace-by-expanded-directory): New functions.
17628 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
17629 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
17630 (shell-dynamic-complete-environment-variable): Use them.
17631 (shell-dynamic-complete-as-environment-variable)
17632 (shell-dynamic-complete-as-command): Remove.
17633 (shell-match-partial-variable): Match past point.
17634 * comint.el: Clean up use of completion-at-point-functions.
17635 (comint-completion-at-point): New function.
17636 (comint-mode): Use it completion-at-point-functions.
17637 (comint-dynamic-complete): Make it obsolete.
17638 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
17639 (comint-c-a-p-replace-by-expanded-history): New function.
17640 (comint-dynamic-complete-functions)
17641 (comint-replace-by-expanded-history): Use it.
17642 * minibuffer.el (completion-table-with-terminator): Allow dynamic
17643 termination strings. Try harder to avoid second try-completion.
17644 (completion-in-region-mode-map): Disable bindings that don't work yet.
17645
17646 * comint.el: Use lexical-binding. Require CL.
17647 (comint-dynamic-complete-functions): Use comint-filename-completion.
17648 (comint-completion-addsuffix): Tweak custom type.
17649 (comint-filename-completion, comint--common-suffix)
17650 (comint--common-quoted-suffix, comint--table-subvert)
17651 (comint--complete-file-name-data): New functions.
17652 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
17653 (comint-dynamic-list-filename-completions): Use them.
17654 (comint-dynamic-simple-complete): Make obsolete.
17655
17656 * minibuffer.el (completion-in-region-mode):
17657 Keep completion-in-region-mode--predicate global.
17658 (completion-in-region--postch):
17659 Assume completion-in-region-mode--predicate is not null.
17660
17661 * progmodes/flymake.el (flymake-start-syntax-check-process):
17662 Obey `dir'. Simplify.
17663
17664 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
17665 we're in VC after all.
17666
17667 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
17668
17669 * vc/vc.el (vc-diff-build-argument-list-internal)
17670 (vc-version-ediff, vc-ediff): New commands.
17671 (vc-version-diff): Use vc-diff-build-argument-list-internal.
17672
17673 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
17676 add sanity check.
17677
17678 * obsolete/erc-hecomplete.el: Make obsolete.
17679 * obsolete/: Standardize obsolescence info in the header.
17680
17681 2011-04-20 Glenn Morris <rgm@gnu.org>
17682
17683 * calendar/solar.el (solar-horizontal-coordinates):
17684 Use the longitude argument rather than `calendar-longitude'.
17685 (solar-date-next-longitude): Remove unused locals.
17686
17687 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17688
17689 * whitespace.el: New version 13.2.1.
17690
17691 2011-04-20 felix <EmacsWiki> (tiny change)
17692
17693 * whitespace.el (global-whitespace-mode): Keep highlight when
17694 switching between major modes on a file.
17695
17696 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17697
17698 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
17699 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
17700 multi-line comments as well.
17701
17702 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
17703
17704 Lexical-binding cleanup.
17705
17706 * arc-mode.el (archive-mode-revert):
17707 * cmuscheme.el (scheme-interactively-start-process):
17708 * custom.el (custom-initialize-delay):
17709 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
17710 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
17711 * emacs-lock.el (emacs-lock-clear-sentinel):
17712 * ezimage.el (defezimage):
17713 * follow.el (follow-avoid-tail-recenter):
17714 * fringe.el (set-fringe-mode-1):
17715 * generic-x.el (bat-generic-mode-compile):
17716 * help-mode.el (help-info-variable, help-do-xref)
17717 (help-mode-revert-buffer):
17718 * help.el (view-emacs-todo):
17719 * iswitchb.el (iswitchb-completion-help):
17720 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
17721 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
17722 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
17723 * locate.el (locate-update):
17724 * longlines.el (longlines-encode-region)
17725 (longlines-after-change-function):
17726 * outline.el (outline-isearch-open-invisible):
17727 * ps-def.el (declare-function, charset-dimension, char-width)
17728 (encode-char):
17729 * ps-mule.el (ps-mule-plot-string):
17730 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
17731 (recentf-edit-list-select, recentf-edit-list-validate)
17732 (recentf-open-files-action):
17733 * rect.el (delete-whitespace-rectangle-line)
17734 (rectangle-number-line-callback):
17735 * register.el (window-configuration-to-register)
17736 (frame-configuration-to-register):
17737 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
17738 * select.el (xselect-convert-to-string, xselect-convert-to-length)
17739 (xselect-convert-to-targets, xselect-convert-to-delete)
17740 (xselect-convert-to-filename, xselect-convert-to-charpos)
17741 (xselect-convert-to-lineno, xselect-convert-to-colno)
17742 (xselect-convert-to-os, xselect-convert-to-host)
17743 (xselect-convert-to-user, xselect-convert-to-class)
17744 (xselect-convert-to-name, xselect-convert-to-integer)
17745 (xselect-convert-to-atom, xselect-convert-to-identity):
17746 * subr.el (declare, ignore, process-kill-without-query)
17747 (text-clone-maintain):
17748 * terminal.el (te-get-char, te-tic-sentinel):
17749 * tool-bar.el (tool-bar-make-keymap):
17750 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
17751 * type-break.el (type-break-mode, type-break-noninteractive-query):
17752 * view.el (View-back-to-mark):
17753 * wid-browse.el (widget-browse-action, widget-browse-widget)
17754 (widget-browse-widgets, widget-browse-sexp):
17755 * widget.el (define-widget-keywords):
17756 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
17757 Mark unused parameters.
17758
17759 * align.el (align-adjust-col-for-rule): Mark unused parameter.
17760 (align-areas): Remove unused variable `look'.
17761 (align-region): Remove unused variables `real-end' and `pos-list'.
17762
17763 * apropos.el (apropos-score-doc): Remove unused variable `i'.
17764
17765 * bindings.el (mode-line-modified, mode-line-remote):
17766 Mark unused parameters.
17767 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
17768
17769 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
17770 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
17771
17772 * comint.el (comint-history-isearch-pop-state)
17773 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
17774 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
17775 (comint-substitute-in-file-name): Doc fix.
17776
17777 * completion.el (cmpl-statistics-block): Mark unused parameter.
17778 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
17779 (save-completions-to-file, load-completions-from-file):
17780 Remove unused local variable `e'.
17781
17782 * composite.el (compose-chars): Remove unused variable `len'.
17783 (lgstring-insert-glyph): Remove unused variable `g'.
17784 (compose-glyph-string): Remove unused variables `ascent',
17785 `descent', `lbearing' and `rbearing'.
17786 (compose-glyph-string-relative): Remove unused variables
17787 `lbearing', `rbearing' and `wadjust'.
17788 (compose-gstring-for-graphic): Remove unused variables `header',
17789 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
17790 (compose-gstring-for-terminal): Remove unused variables `header'
17791 and `nchars'. Use `let', not `let*'.
17792
17793 * cus-edit.el (Custom-set, Custom-save, custom-reset)
17794 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
17795 (Custom-buffer-done, custom-buffer-create-internal)
17796 (custom-browse-visibility-action, custom-browse-group-tag-action)
17797 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
17798 (widget-magic-mouse-down-action, custom-toggle-parent)
17799 (custom-add-parent-links, custom-toggle-hide-variable)
17800 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
17801 (custom-toggle-hide-face, face, hook, custom-group-link-action)
17802 (custom-face-menu-create, custom-variable-menu-create, get)
17803 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
17804 (custom-reset-standard-save-and-update): Remove unused variable `value'.
17805 (customize-apropos): Remove unused variable `tests'.
17806 (custom-group-value-create): Remove unused variable `hidden-p'.
17807 (sort-fold-case): Declare.
17808
17809 * cus-theme.el (custom-reset-standard-faces-list)
17810 (custom-reset-standard-variables-list): Declare.
17811 (customize-create-theme, custom-theme-revert, custom-theme-write)
17812 (custom-theme-choose-mode, customize-themes, custom-theme-save):
17813 Mark unused parameters.
17814
17815 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
17816
17817 * delim-col.el (delimit-columns-max): Move defvar before first use.
17818
17819 * descr-text.el (describe-char-categories): Don't quote `lambda'.
17820 (describe-char): Don't quote `lambda'. Mark unused parameter.
17821
17822 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
17823 (auto-insert): Declare.
17824 (desktop-restore-file-buffer): Rename desktop-* parameters;
17825 mark unused ones.
17826 (desktop-create-buffer): Rename desktop-* parameters and bind them.
17827 (desktop-buffer): Rename desktop-* parameters.
17828
17829 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17830 (dframe-reposition-frame-xemacs, dframe-help-echo)
17831 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
17832 Mark unused parameters.
17833
17834 * dired-aux.el (backup-extract-version-start, overwrite-query)
17835 (overwrite-backup-query, rename-regexp-query)
17836 (rename-non-directory-query): Declare.
17837 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
17838 (dired-add-entry): Remove unused variable `orig-file-name'.
17839 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
17840 Use parameter PRESERVE-TIME instead of accessing dynamic variable
17841 `dired-copy-preserve-time' directly.
17842 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
17843 (dired-insert-subdir-newpos): Rename unused variable `pos'.
17844
17845 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
17846 (dired-virtual-revert, dired-make-relative-symlink):
17847 Mark unused parameters.
17848 (manual-program): Declare.
17849 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
17850 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
17851 wrapped in `with-no-warnings' to avoid replacing one warning by another.
17852
17853 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
17854
17855 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
17856
17857 * echistory.el (electric-history-in-progress, Helper-return-blurb):
17858 Declare.
17859
17860 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
17861
17862 * electric.el (Electric-command-loop): Rename parameter
17863 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
17864
17865 * expand.el (expand-in-literal): Remove unused variable `here'.
17866
17867 * facemenu.el (facemenu-add-new-color):
17868 Remove unused variable `docstring'.
17869
17870 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
17871 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
17872 (face-attr-construct): Mark unused parameter. Doc fix.
17873 (read-color): Remove unused variable `hex-string'.
17874
17875 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
17876 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
17877 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
17878 (display-buffer-other-frame): Remove unused variable `old-window'.
17879 (kill-buffer-hook): Declare.
17880 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
17881 Mark unused parameters.
17882 (after-find-file): Pass 1 to `auto-save-mode', not t.
17883
17884 * files-x.el (auto-insert): Declare.
17885 (modify-file-local-variable-prop-line): Remove unused variable `val'.
17886
17887 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
17888 variable `buf'. Mark unused parameter.
17889 (find-lisp-insert-directory): Mark unused parameter.
17890
17891 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
17892 (format-encode-region): Remove unused variables `cur-buf' and `result'.
17893 (format-common-tail): Remove, unused.
17894 (format-deannotate-region): Remove unused variable `loc'.
17895 (format-annotate-region): Remove unused variable `p'.
17896 (format-annotate-single-property-change): Remove unused variables
17897 `default' and `tail'.
17898
17899 * forms.el (read-file-filter): Declare.
17900 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
17901
17902 * frame.el (frame-creation-function-alist): Mark unused parameter.
17903 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
17904
17905 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
17906 Remove unused parameters.
17907 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
17908 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
17909
17910 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
17911 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
17912 (hfy-prepare-tag-map): Mark unused parameters.
17913 (htmlfontify-buffer): Use `called-interactively-p'.
17914
17915 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
17916 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
17917 (ibuffer-do-occur): Mark unused parameters.
17918 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
17919 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
17920
17921 * ibuffer.el: Don't quote `lambda'.
17922 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
17923 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
17924 Mark unused parameters.
17925
17926 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
17927 (ido-completing-read): Mark unused parameters.
17928 (ido-copy-current-word): Mark unused parameters;
17929 remove unused variable `name'.
17930 (ido-sort-merged-list): Remove unused parameter `dirs'.
17931
17932 * ielm.el (ielm-input-sender): Mark unused parameter.
17933 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
17934 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
17935 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
17936 `ielm-string' as a dynamic variable accessible from the IELM prompt.
17937 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
17938
17939 * image-dired.el (image-dired-display-thumbs): Remove unused
17940 variables `curr-file' and `count'.
17941 (image-dired-remove-tag): Remove unused variable `start'.
17942 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
17943 variable `curr-file'
17944 (image-dired-rotate-original): Remove unused variable `temp-file'.
17945 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
17946 Remove unused variable `file'.
17947 (image-dired-gallery-generate): Remove unused variable `curr'.
17948 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
17949
17950 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
17951
17952 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
17953
17954 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
17955
17956 * isearch.el (minibuffer-history-symbol): Declare.
17957 (isearch-edit-string): Remove unused variable `err'.
17958 (isearch-message-prefix, isearch-message-suffix):
17959 Mark unused parameters.
17960
17961 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
17962
17963 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
17964
17965 * makesum.el (double-column): Remove unused variable `cnt'.
17966
17967 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
17968 (ido-ignore-item-temp-list): Declare.
17969
17970 * mouse-drag.el (mouse-drag-throw): Remove unused variables
17971 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
17972 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
17973 (mouse-drag-drag): Remove unused variables `mouse-delta' and
17974 `mouse-col-delta'.
17975
17976 * mouse-sel.el (mouse-extend-internal):
17977 Remove unused variable `orig-window-frame'.
17978
17979 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
17980 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
17981 Move declarations before first use.
17982 (pcomplete-opt): Mark unused parameters; doc fix.
17983
17984 * proced.el (proced-revert): Mark unused parameter.
17985 (proced-send-signal): Remove unused variable `err'.
17986
17987 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
17988 Rename parameter PREFIX-ARG to ARG.
17989 (ps-basic-plot-string, ps-basic-plot-whitespace):
17990 Mark unused parameters.
17991
17992 * replace.el (replace-count): Define.
17993 (occur-revert-function): Mark unused parameters.
17994 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
17995 (isearch-case-fold-search, isearch-string): Declare.
17996 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
17997 bind `case-fold-search'. Remove unused variables `beg' and `end',
17998 and simplify.
17999 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
18000 COUNT and bind `replace-count'.
18001 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
18002 to COUNT.
18003
18004 * savehist.el (print-readably, print-string-length): Declare.
18005
18006 * shadowfile.el (shadow-expand-cluster-in-file-name):
18007 Remove unused variable `cluster'.
18008 (shadow-copy-file): Remove unused variable `i'.
18009 (shadow-noquery, shadow-clusters, shadow-site-cluster)
18010 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
18011 (shadow-define-literal-group, shadow-define-regexp-group)
18012 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
18013
18014 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
18015 (shell): Use `called-interactively-p'.
18016 (shell-directory-tracker): Remove unused variable `chdir-failure'.
18017
18018 * simple.el (compilation-context-lines, comint-file-name-quote-list)
18019 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
18020 (delete-backward-char): Remove unused variable `ocol'.
18021 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
18022 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
18023 (event-apply-hyper-modifier, event-apply-shift-modifier)
18024 (event-apply-control-modifier, event-apply-meta-modifier):
18025 Mark unused parameters.
18026 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
18027 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
18028
18029 * speedbar.el (speedbar-ignored-directory-expressions)
18030 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
18031 (speedbar-find-file, speedbar-dir-follow)
18032 (speedbar-directory-buttons-follow, speedbar-tag-find)
18033 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
18034 (speedbar-buffers-line-directory, speedbar-buffer-click):
18035 Mark unused parameters.
18036 (speedbar-tag-file): Remove unused variable `mode'.
18037 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
18038
18039 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
18040
18041 * talk.el (talk): Remove unused variable `display'.
18042
18043 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
18044 (tar-write-region-annotate): Mark unused parameter.
18045
18046 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
18047 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
18048 Declare them, wrapped in `with-no-warnings' to avoid replacing one
18049 warning by another.
18050
18051 * time-stamp.el (time-stamp-string-preprocess):
18052 Remove unused variable `require-padding'.
18053
18054 * tree-widget.el (widget-glyph-enable): Declare.
18055 (tree-widget-action): Mark unused parameter.
18056
18057 * w32-fns.el (x-get-selection): Mark unused parameter.
18058 (autoload-make-program, generated-autoload-file): Declare.
18059
18060 * wdired.el (wdired-revert): Mark unused parameters.
18061 (wdired-xcase-word): Remove unused variable `err'.
18062
18063 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
18064 (whitespace-help-scroll): Remove unused variable `data-help'.
18065
18066 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
18067 (widget-image-insert, widget-after-change, default)
18068 (widget-default-format-handler, widget-default-notify)
18069 (widget-default-prompt-value, widget-info-link-action)
18070 (widget-url-link-action, widget-function-link-action)
18071 (widget-variable-link-action, widget-file-link-action)
18072 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
18073 (widget-field-prompt-internal, widget-field-action, widget-field-match)
18074 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
18075 (widget-insert-button-action, widget-delete-button-action, visibility)
18076 (widget-documentation-link-action, widget-documentation-string-action)
18077 (widget-const-prompt-value, widget-regexp-match, symbol)
18078 (widget-coding-system-prompt-value)
18079 (widget-key-sequence-value-to-external, sexp)
18080 (widget-sexp-value-to-internal, character, vector, cons)
18081 (widget-choice-prompt-value, widget-boolean-prompt-value)
18082 (widget-color--choose-action): Mark unused parameters.
18083 (widget-item-match-inline, widget-choice-match-inline)
18084 (widget-checklist-match, widget-checklist-match-inline)
18085 (widget-group-match): Rename parameter VALUES to VALS.
18086 (widget-field-value-set): Remove unused variable `size'.
18087 (widget-color-action): Remove unused variables `value' and `start'.
18088
18089 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
18090 variable `dir'. Doc fix.
18091 (windmove-find-other-window): Don't pass it.
18092
18093 * window.el (count-windows): Mark unused parameter.
18094 (bw-adjust-window): Remove unused variable `err'.
18095
18096 * woman.el (woman-file-name): Remove unused variable `default'.
18097 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
18098 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
18099 (global-font-lock-mode): Declare.
18100 (woman-decode-region): Mark unused parameter.
18101 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
18102
18103 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
18104 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
18105 (x-dnd-handle-moz-url): Remove unused variable `title'.
18106 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
18107
18108 * xml.el (xml-parse-tag, xml-parse-attlist):
18109 Remove unused variable `pos'.
18110
18111 2011-04-19 Glenn Morris <rgm@gnu.org>
18112
18113 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
18114 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
18115 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18116 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
18117 * calendar/cal-html.el (cal-html-insert-minical):
18118 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
18119 (calendar-mark-date-pattern):
18120 Prefix "unused" locals.
18121
18122 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
18123 optional argument `style'.
18124
18125 * calendar/appt.el (appt-make-list):
18126 * calendar/cal-china.el (calendar-chinese-date-string):
18127 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
18128 (diary-hebrew-yahrzeit):
18129 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
18130 * calendar/calendar.el (calendar-generate-window):
18131 * calendar/time-date.el (time-to-days):
18132 Remove unused local variables.
18133
18134 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
18135
18136 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
18137 glyphless-char-display table.
18138 (tabulated-list-glyphless-char-display): New var.
18139
18140 2011-04-18 Sam Steingold <sds@gnu.org>
18141
18142 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
18143 to acknowledgments.
18144
18145 2011-04-17 Glenn Morris <rgm@gnu.org>
18146
18147 * calendar/diary-lib.el (diary-sexp-entry):
18148 * calendar/holidays.el (holiday-sexp):
18149 Set debug-on-error rather than the removed stack-trace-on-error.
18150
18151 2011-04-16 Glenn Morris <rgm@gnu.org>
18152
18153 * progmodes/f90.el: Use lexical-binding.
18154 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
18155
18156 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18157
18158 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
18159 (mail-mode): Setup mailalias completion here instead.
18160 * mail/mailalias.el: Use lexical-binding.
18161 (pattern, mailalias-done): Declare dynamic.
18162 (mail-completion-at-point-function): New function, from mail-complete.
18163 (mail-complete): Use it.
18164 (mail-completion-expand): New function.
18165 (mail-get-names): Use it.
18166 (mail-directory, mail-directory-process, mail-directory-stream):
18167 Don't use `pattern' for lexically bound arg.
18168
18169 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
18170
18171 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
18172 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
18173 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
18174
18175 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
18176 (byte-save-window-excursion, byte-temp-output-buffer-setup)
18177 (byte-interactive-p): Define them again, for use when inlining
18178 old code.
18179
18180 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
18181
18182 * loadup.el: Use `string-to-number', not `string-to-int'.
18183
18184 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18185
18186 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
18187 gud-gdb-complete-command.
18188 (gud-gdb-completions): New function, from gud-gdb-complete-command.
18189 (gud-gdb-completion-at-point): New function.
18190 (gud-gdb-completions): Remove.
18191
18192 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
18193
18194 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
18195 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
18196 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
18197 whether `executable-find' is bound.
18198
18199 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
18200
18201 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18202
18203 * minibuffer.el (completion-in-region-mode-predicate)
18204 (completion-in-region-mode--predicate): New vars.
18205 (completion-in-region, completion-in-region--postch)
18206 (completion-in-region-mode): Use them.
18207 (completion--capf-wrapper): Also return the hook function.
18208 (completion-at-point, completion-help-at-point):
18209 Adjust and provide a predicate.
18210
18211 Preserve arg names for advice of subr and lexical functions (bug#8457).
18212 * help-fns.el (help-function-arglist): Consolidate the subr and
18213 new-byte-code cases. Add argument `preserve-names' to extract names
18214 from the docstring when needed.
18215 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
18216 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
18217 (ad-arglist): Use help-function-arglist's new arg.
18218 (ad-definition-type): Use cond.
18219
18220 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
18221
18222 * autorevert.el (auto-revert-handler):
18223 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
18224 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
18225 Don't quote lambda.
18226
18227 * image-mode.el (image-transform-set-scale):
18228 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
18229
18230 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18231
18232 * net/network-stream.el (network-stream-open-starttls): Only do
18233 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
18234 Upgrades via gnutls-cli are too slow to be done opportunistically.
18235
18236 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
18237
18238 * dframe.el (dframe-current-frame): Remove spurious quote.
18239
18240 2011-04-12 Glenn Morris <rgm@gnu.org>
18241
18242 * calendar/cal-tex.el (cal-tex-end-document):
18243 Try to automatically use latin1 input if needed.
18244
18245 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
18246 Don't try to cons a mark onto an empty element.
18247
18248 2011-04-11 Leo Liu <sdl.web@gmail.com>
18249
18250 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
18251 buffers.
18252 (ido-kill-buffer-at-head): Support killing virtual buffers.
18253
18254 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
18255
18256 * minibuffer.el (completion-show-inline-help): New var.
18257 (completion--do-completion, minibuffer-complete)
18258 (minibuffer-force-complete, minibuffer-complete-word):
18259 Inhibit minibuffer messages if completion-show-inline-help is nil.
18260
18261 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
18262 to avoid interference from inline help (Bug#5849).
18263
18264 2011-04-10 Leo Liu <sdl.web@gmail.com>
18265
18266 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18267 Fix typo.
18268
18269 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
18270
18271 * image-mode.el (image-toggle-display-image): Signal an error if
18272 not in Image mode.
18273 (image-transform-mode, image-transform-resize)
18274 (image-transform-set-rotation): Doc fix.
18275 (image-transform-set-resize): Delete.
18276 (image-transform-set-scale, image-transform-fit-to-height)
18277 (image-transform-fit-to-width): Handle image-toggle-display-image
18278 and image-transform-resize directly.
18279
18280 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
18281
18282 * doc-view.el (doc-view-fit-width-to-window)
18283 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
18284 New functions for fitting the shown image to the Emacs window size.
18285 (doc-view-mode-map): Add bindings for the new functions.
18286
18287 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
18288
18289 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
18290 Fix typo in docstring.
18291
18292 2011-04-08 Eli Zaretskii <eliz@gnu.org>
18293
18294 * files.el (file-size-human-readable): Produce one digit after
18295 decimal, like "ls -lh" does.
18296
18297 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
18298 the file size representation.
18299
18300 * simple.el (list-processes): If async subprocesses are not
18301 available, error out with a clear error message.
18302
18303 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
18304
18305 * help.el (help-form-show): New function, to be called from C.
18306 Put help-form output in a buffer named differently than *Help*.
18307
18308 2011-04-08 Eli Zaretskii <eliz@gnu.org>
18309
18310 * files.el (file-size-human-readable): New function.
18311
18312 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
18313 computing the representation inline. Don't require `cl'.
18314
18315 2011-04-08 Glenn Morris <rgm@gnu.org>
18316
18317 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
18318
18319 * net/browse-url.el (browse-url-firefox):
18320 Test system-type, not system-configuration.
18321
18322 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
18323 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
18324 Use log-edit-empty-buffer-p. (Bug#7598)
18325
18326 * net/rlogin.el (rlogin-process-connection-type): Simplify.
18327 (rlogin-mode-map): Initialize in the defvar.
18328 (rlogin): Use ignore-errors.
18329
18330 * replace.el (occur-mode-map): Some fixes for menu items.
18331
18332 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
18333
18334 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
18335
18336 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
18337
18338 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
18339 issuing unused warnings.
18340
18341 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
18342 macro directly.
18343
18344 * simple.el: Lisp reimplement of list-processes. Based on an
18345 earlier reimplementation by Leo Liu, but using tabulated-list.el.
18346 (process-menu-mode): New major mode.
18347 (list-processes--refresh, list-processes):
18348 (process-menu-visit-buffer): New functions.
18349
18350 * files.el (save-buffers-kill-emacs): Don't assume any return
18351 value of list-processes, which is undocumented anyway.
18352
18353 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
18354
18355 * emacs-lisp/tabulated-list.el: New file.
18356
18357 * emacs-lisp/package.el: Use Tabulated List mode.
18358 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
18359 (package-menu-mode): Derive from tabulated-list-mode. Set up the
18360 table format using Tabulated List mode variables.
18361 (package--push): New macro, replacing package-list-maybe-add.
18362 (package-menu--generate): Use package--push. Renamed from
18363 package--generate-package-list.
18364 (package-menu-refresh, list-packages): Use it.
18365 (package-menu--print-info): Rename from package-print-package.
18366 Return insertion data instead of inserting it directly.
18367 (package-menu-describe-package, package-menu-execute):
18368 Use tabulated-list-get-id.
18369 (package-menu-mark-delete, package-menu-mark-install)
18370 (package-menu-mark-unmark, package-menu-backup-unmark)
18371 (package-menu-mark-obsolete-for-deletion):
18372 Use tabulated-list-put-tag.
18373 (package--list-packages, package-menu-revert)
18374 (package-menu-get-package, package-menu-get-version)
18375 (package-menu-sort-by-column): Functions deleted.
18376 (package-menu-package-list, package-menu-sort-key): Vars deleted.
18377 (package-menu--status-predicate, package-menu--version-predicate)
18378 (package-menu--name-predicate)
18379 (package-menu--description-predicate): Handle arguments in the
18380 Tabulated List format.
18381 (package-list-packages-no-fetch): Call list-packages.
18382
18383 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
18384
18385 * files.el (after-find-file-from-revert-buffer): Remove variable.
18386 (after-find-file): Don't bind it.
18387 (revert-buffer-in-progress-p): New variable.
18388 (revert-buffer): Bind it.
18389 Pass nil for `after-find-file-from-revert-buffer'.
18390
18391 * saveplace.el (save-place-find-file-hook): Use new variable
18392 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
18393
18394 2011-04-06 Glenn Morris <rgm@gnu.org>
18395
18396 * Makefile.in (AUTOGEN_VCS): New variable.
18397 (autoloads): Use $AUTOGEN_VCS.
18398
18399 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
18400 * calendar/calendar.el (calendar-mode-map):
18401 Check for toolkit scroll bars. (Bug#8305)
18402
18403 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
18404
18405 * minibuffer.el (completion-in-region--postch)
18406 (completion-in-region-mode): Remove unnecessary messages.
18407
18408 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
18409
18410 * font-lock.el (font-lock-refresh-defaults):
18411 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
18412 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
18413
18414 * info.el (Info-directory-list, Info-read-node-name-2)
18415 (Info-split-parameter-string): Doc fixes.
18416 (Info-virtual-nodes): Reflow docstring.
18417 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
18418 (Info-apropos-toc-nodes, info-finder, Info-get-token)
18419 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
18420 Fix typos in docstrings.
18421 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
18422 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
18423 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
18424 (Info-restore-desktop-buffer): Mark unused parameters.
18425 (Info-directory-find-file, Info-directory-find-node)
18426 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
18427 (Info-virtual-index-find-node, Info-apropos-find-file)
18428 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
18429 Mark unused parameters; fix typos in docstrings.
18430 (Info-virtual-index): Remove unused local variable `nodename'.
18431
18432 2011-04-05 Deniz Dogan <deniz@dogan.se>
18433
18434 * net/rcirc.el: Update my e-mail address.
18435 (rcirc-mode-map): Remove M-o binding.
18436
18437 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
18438
18439 * startup.el (command-line): Save the cursor's theme-face
18440 directly, instead of using face-override-spec.
18441
18442 * custom.el (load-theme): Minor optimization in assigning faces.
18443
18444 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
18445
18446 * help-fns.el (describe-variable): Complete all variables having
18447 documentation, including keywords.
18448 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
18449
18450 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
18451
18452 Convert to lexical-binding.
18453
18454 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
18455 (bs--get-marked-string, bs--get-modified-string)
18456 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18457 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
18458 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
18459
18460 * ehelp.el (electric-help-execute-extended)
18461 (electric-help-ctrl-x-prefix):
18462 * hexl.el (hexl-revert-buffer-function):
18463 * linum.el (linum-after-change, linum-after-scroll):
18464 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
18465
18466 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
18467
18468 2011-04-04 Daiki Ueno <ueno@unixuser.org>
18469
18470 * epa-dired.el:
18471 * epa-mail.el:
18472 * epa-hook.el:
18473 * epa-file.el:
18474 * epa.el:
18475 * epg.el: Use lexical binding.
18476
18477 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
18478
18479 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
18480
18481 * textmodes/flyspell.el (flyspell-word): Recognize default
18482 dictionary case for flyspell-mark-duplications-exceptions.
18483 Use regexp matching for languages.
18484 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
18485 default dictionary (Bug#7926).
18486
18487 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
18488
18489 * emacs-lisp/package.el (package--with-work-buffer):
18490 Recognize https URLs.
18491
18492 * net/network-stream.el: Move from gnus/proto-stream.el.
18493 Change prefix to network-stream throughout.
18494 (open-protocol-stream): Merge into open-network-stream, leaving
18495 open-protocol-stream as an alias. Handle nil BUFFER args.
18496
18497 * subr.el (open-network-stream): Move to net/network-stream.el.
18498
18499 2011-04-02 Glenn Morris <rgm@gnu.org>
18500
18501 * find-dired.el (find-exec-terminator): New option.
18502 (find-ls-option): Test for -ls support.
18503 (find-ls-subdir-switches): Test for -b in find-ls-option.
18504 (find-dired, find-grep-dired): Doc fixes.
18505 (find-dired): Use find-exec-terminator.
18506
18507 * find-dired.el (find-ls-option, find-ls-subdir-switches)
18508 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
18509 (find-name-arg): Remove purecopy.
18510
18511 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
18512 (grep-compute-defaults): Check for `-exec COMMAND +' support.
18513 Set grep-find-use-xargs, grep-find-command, and grep-find-template
18514 accordingly. Don't add the null-device if not needed.
18515
18516 * files.el (save-some-buffers): Doc fix.
18517
18518 2011-04-02 Eli Zaretskii <eliz@gnu.org>
18519
18520 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
18521
18522 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
18523
18524 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
18525 Use `dolist' rather than `mapcar'.
18526
18527 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18528
18529 Add lexical binding.
18530
18531 * subr.el (apply-partially): Use new closures rather than CL.
18532 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
18533 (dolist, dotimes): Use slightly different expansion for lexical code.
18534 (functionp): Move to C.
18535 (letrec): New macro.
18536 (with-wrapper-hook): Use it and apply-partially instead of CL.
18537 (eval-after-load): Preserve lexical-binding.
18538 (save-window-excursion, with-output-to-temp-buffer): Turn them
18539 into macros.
18540
18541 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
18542
18543 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
18544 than the arglist.
18545 (help-add-fundoc-usage): Don't add `Not documented'.
18546 (help-function-arglist): Handle closures, subroutines, and new
18547 byte-code-functions.
18548 (help-make-usage): Remove leading underscores.
18549 (describe-function-1): Handle closures.
18550 (describe-variable): Use special-variable-p for completion.
18551
18552 * files.el (lexical-binding): Declare safe.
18553
18554 * emacs-lisp/pcase.el: Don't use destructuring-bind.
18555 (pcase--memoize): Rename from pcase-memoize. Change weakness.
18556 (pcase): Add `let' pattern.
18557 Change memoization so it actually works.
18558 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
18559 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
18560 <let>: New case.
18561
18562 * emacs-lisp/macroexp.el: Use lexical binding.
18563 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
18564 Don't convert ' to #' without checking that it's indeed quoting
18565 a lambda.
18566
18567 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
18568 Use eval-sexp-add-defvars.
18569 (eval-sexp-add-defvars): New fun.
18570
18571 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
18572
18573 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
18574 Don't autoload.
18575 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
18576 than the internal `byte-compile-lambda'.
18577 (defmethod): Don't hide code under quotes.
18578 (eieio-defmethod): New `code' argument.
18579
18580 * emacs-lisp/eieio-comp.el: Remove.
18581
18582 * emacs-lisp/edebug.el (edebug-eval-defun)
18583 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
18584 (edebug-toggle): Avoid `eval'.
18585
18586 * emacs-lisp/disass.el (disassemble-internal): Handle new
18587 `closure' objects.
18588 (disassemble-1): Handle new byte codes.
18589
18590 * emacs-lisp/cl.el (pushnew): Silence warning.
18591
18592 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
18593 (cl-byte-compile-throw): Remove.
18594 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
18595
18596 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
18597 closures.
18598
18599 * emacs-lisp/cconv.el: New file.
18600
18601 * emacs-lisp/bytecomp.el: Use lexical binding instead of
18602 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
18603 (byte-compile-initial-macro-environment):
18604 Handle declare-function here.
18605 (byte-compile--lexical-environment): New var.
18606 (byte-stack-ref, byte-stack-set, byte-discardN)
18607 (byte-discardN-preserve-tos): New lap codes.
18608 (byte-interactive-p): Don't use any more.
18609 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
18610 New macros.
18611 (byte-compile-lapcode): Use them and handle new lap codes.
18612 (byte-compile-obsolete): Remove.
18613 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
18614 (byte-compile-arglist-warn): Check late def of inlinable funs.
18615 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
18616 since they should have been expanded by now.
18617 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
18618 (byte-compile-from-buffer): Remove unused second arg.
18619 (byte-compile-preprocess): New function.
18620 (byte-compile-toplevel-file-form): New function to distinguish
18621 file-form calls from outside from file-form calls from hunk-handlers.
18622 (byte-compile-file-form): Simplify.
18623 (byte-compile-file-form-defsubst): Remove.
18624 (byte-compile-file-form-defmumble): Simplify now that
18625 byte-compile-lambda always returns a byte-code-function.
18626 (byte-compile): Preprocess.
18627 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
18628 Remove, not used any more.
18629 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
18630 (byte-compile-make-args-desc): New funs.
18631 (byte-compile-lambda): Handle lexical functions. Always return
18632 a byte-code-function.
18633 (byte-compile-reserved-constants): New var, to make up room for
18634 closed-over variables.
18635 (byte-compile-constants-vector): Obey it.
18636 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
18637 (byte-compile-macroexpand-declare-function): New function.
18638 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
18639 byte-code-functions.
18640 (byte-compile-form): Check obsolescence here.
18641 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
18642 (byte-compile-variable-ref): Remove.
18643 (byte-compile-dynamic-variable-op): New fun.
18644 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18645 (byte-compile-variable-set): New funs.
18646 (byte-compile-discard): Add 2 args.
18647 (byte-compile-stack-ref, byte-compile-stack-set)
18648 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
18649 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
18650 macroexpand-all instead.
18651 (byte-compile-quote-form): Remove.
18652 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
18653 (byte-compile-bind, byte-compile-unbind): New funs.
18654 (byte-compile-let): Handle let* and lexical binding.
18655 (byte-compile-let*): Remove.
18656 (byte-compile-catch, byte-compile-unwind-protect)
18657 (byte-compile-track-mouse, byte-compile-condition-case):
18658 Handle a new :fun-body form, used for lexical scoping.
18659 (byte-compile-save-window-excursion)
18660 (byte-compile-with-output-to-temp-buffer): Remove.
18661 (byte-compile-defun): Simplify.
18662 (byte-compile-stack-adjustment): New fun.
18663 (byte-compile-out): Use it.
18664 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
18665
18666 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
18667 handler any more.
18668
18669 * emacs-lisp/byte-opt.el: Use lexical binding.
18670 (byte-inline-lapcode): Remove (to bytecomp).
18671 (byte-compile-inline-expand): Pay attention to inlining to/from
18672 lexically bound code.
18673 (byte-compile-unfold-lambda): Don't handle byte-code-functions
18674 any more.
18675 (byte-optimize-form-code-walker): Don't handle save-window-excursion
18676 any more and don't call compiler-macros.
18677 (byte-compile-splice-in-already-compiled-code): Remove.
18678 (byte-code): Don't inline any more.
18679 (disassemble-offset): Receive `bytes' as argument rather than via
18680 dynamic scoping.
18681 (byte-compile-tag-number): Declare before first use.
18682 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
18683 `return' even if make-spliceable.
18684 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
18685 obsolete interactive-p.
18686 (byte-optimize-lapcode): Optimize new lap-codes.
18687 Don't trip up on new form of `byte-constant' lap code.
18688
18689 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
18690
18691 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
18692
18693 * custom.el (custom-initialize-default, custom-declare-variable):
18694 Use `defvar'.
18695
18696 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
18697 New variables.
18698 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
18699 (COMPILE_FIRST): Add macroexp and cconv.
18700 * makefile.w32-in: Mirror changes in Makefile.in.
18701
18702 * vc/cvs-status.el:
18703 * vc/diff-mode.el:
18704 * vc/log-edit.el:
18705 * vc/log-view.el:
18706 * vc/smerge-mode.el:
18707 * textmodes/bibtex-style.el:
18708 * textmodes/css-mode.el:
18709 * startup.el:
18710 * uniquify.el:
18711 * minibuffer.el:
18712 * newcomment.el:
18713 * reveal.el:
18714 * server.el:
18715 * mpc.el:
18716 * emacs-lisp/smie.el:
18717 * doc-view.el:
18718 * dired.el:
18719 * abbrev.el: Use lexical binding.
18720
18721 2011-04-01 Eli Zaretskii <eliz@gnu.org>
18722
18723 * info.el (info-display-manual): New function.
18724
18725 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18726
18727 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
18728
18729 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
18730
18731 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
18732 an entry for that server in rcirc-authinfo. (Bug#8385)
18733
18734 2011-03-31 Glenn Morris <rgm@gnu.org>
18735
18736 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
18737
18738 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
18739
18740 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
18741
18742 * progmodes/python.el (python-default-interpreter)
18743 (python-python-command-args, python-jython-command-args)
18744 (python-which-shell, python-which-args, python-which-bufname)
18745 (python-file-queue, python-comint-output-filter-function)
18746 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
18747 variables and functions.
18748
18749 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
18750
18751 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
18752 (completion-in-region-mode): New minor mode.
18753 (completion-in-region): Use it.
18754 (completion-in-region--data, completion-in-region-mode-map): New vars.
18755 (completion-in-region--postch): New function.
18756 (completion--capf-misbehave-funs, completion--capf-safe-funs):
18757 New vars.
18758 (completion--capf-wrapper): New function.
18759 (completion-at-point): Use it to track well-behavedness of
18760 hook functions.
18761 (completion-help-at-point): New command.
18762
18763 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
18764
18765 * vc/add-log.el (add-change-log-entry): Don't use whitespace
18766 syntax class to search for whitespace on a single line
18767 (Message-ID: <4D938140.4030905@redhat.com>).
18768
18769 2011-03-30 Leo Liu <sdl.web@gmail.com>
18770
18771 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
18772 New commands.
18773 (edit-abbrevs-map): Bind them here.
18774 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
18775
18776 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
18777
18778 * allout.el (allout-hide-by-annotation, allout-flag-region):
18779 Reduce possibility of overlay leakage by making them volatile.
18780
18781 * allout-widgets.el (allout-widgets-tally): Define as nil so the
18782 hash is not shared between buffers. Mode initialization is
18783 responsible for giving it a useful starting value.
18784 (allout-item-span): Reduce possibility of overlay leakage by
18785 making them volatile.
18786 (allout-widgets-count-buttons-in-region): Add diagnostic function
18787 for tracking down button overlay leaks.
18788
18789 2011-03-29 Leo Liu <sdl.web@gmail.com>
18790
18791 * ido.el (ido-read-internal): Use the default history var
18792 minibuffer-history if no HISTORY is specified.
18793
18794 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
18795
18796 * net/imap.el (imap-shell-open, imap-process-connection-type):
18797 Use imap-process-connection-type for 'shell' streams as well as
18798 Kerberos, SSL, other subprocesses.
18799
18800 2011-03-28 Leo Liu <sdl.web@gmail.com>
18801
18802 * abbrev.el (abbrev-table-empty-p): New function.
18803 (prepare-abbrev-list-buffer): Place empty abbrev tables after
18804 nonempty ones. (Bug#5937)
18805
18806 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
18807
18808 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
18809
18810 2011-03-27 Leo Liu <sdl.web@gmail.com>
18811
18812 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
18813 for foreground and background colors.
18814 (ansi-color-make-color-map): Adapt.
18815
18816 2011-03-25 Leo Liu <sdl.web@gmail.com>
18817
18818 * midnight.el (midnight-time-float): Remove. Note it calculates
18819 the microsecond component incorrectly and seconds-to-time does the
18820 same job.
18821 Remove redundant (require 'timer).
18822
18823 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
18824 (ido-completions): Remove unused arguments. (Bug#8329)
18825
18826 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18827
18828 * minibuffer.el (completion--flush-all-sorted-completions):
18829 Remove itself from hook.
18830 (completion-at-point): Let the functions perform the completion
18831 immediately and return nil or t.
18832 * comint.el (comint-dynamic-complete-functions): Now identical to
18833 completion-at-point-functions.
18834 (comint-dynamic-list-input-ring): Remove unused var `index'.
18835 (comint--match-partial-filename, comint--unquote&expand-filename):
18836 New funs, split from comint-match-partial-filename.
18837 (comint-dynamic-complete): Use completion-at-point.
18838 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
18839
18840 2011-03-24 Drew Adams <drew.adams@oracle.com>
18841
18842 * thingatpt.el: Support `defun'.
18843
18844 2011-03-23 Leo Liu <sdl.web@gmail.com>
18845
18846 * abbrevlist.el: Move to obsolete/abbrevlist.el.
18847
18848 * help-mode.el (help-mode-finish): Tweak regexp.
18849
18850 2011-03-23 Glenn Morris <rgm@gnu.org>
18851
18852 * eshell/esh-opt.el (eshell-eval-using-options):
18853 Do not bind unused local variable `eshell-option-stub'.
18854
18855 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
18856
18857 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
18858
18859 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
18860 keymap variable in `with-no-warnings' to avoid a warning when the
18861 keymap has been already `defconst'ed.
18862
18863 2011-03-22 Leo Liu <sdl.web@gmail.com>
18864
18865 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
18866 encode all chars in abbrevs; otherwise use emacs-mule or
18867 utf-8-emacs. (Bug#8308)
18868
18869 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
18870
18871 * simple.el (backward-delete-char-untabify):
18872 Avoid warning about using `delete-backward-char'.
18873
18874 * image.el (image-type-file-name-regexps): Make it variable.
18875 `imagemagick-register-types' modifies it, and the user may want
18876 to add new extensions for known image types.
18877 (imagemagick-register-types): Throw error if not using ImageMagick.
18878
18879 2011-03-22 Leo Liu <sdl.web@gmail.com>
18880
18881 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
18882 located before rcirc-prompt-end-marker.
18883 (rcirc-complete): Error if point is not after rcirc prompt.
18884 Handle the case when table is nil.
18885 (rcirc-user-authenticated): Define to fix compiler warning.
18886
18887 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
18888
18889 * custom.el (custom--inhibit-theme-enable): Make it affect only
18890 custom-theme-set-variables and custom-theme-set-faces.
18891 (provide-theme): Ignore custom--inhibit-theme-enable.
18892 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
18893 (custom-enabling-themes): Delete variable.
18894 (enable-theme): Accept only loaded themes as arguments.
18895 Ignore the special custom-enabled-themes variable.
18896 (custom-enabled-themes): Forbid themes from setting this.
18897 Eliminate use of custom-enabling-themes.
18898 (custom-push-theme): Quote "changed" custom var entry.
18899
18900 2011-03-21 Leo Liu <sdl.web@gmail.com>
18901
18902 * ido.el (ido-read-internal): Add ido-selected to history instead
18903 of user input.
18904
18905 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18906
18907 * subr.el (deferred-action-list, deferred-action-function):
18908 Mark obsolete.
18909
18910 2011-03-21 Leo Liu <sdl.web@gmail.com>
18911
18912 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
18913 change on 2011-02-13 (bug#8309).
18914
18915 * minibuffer.el (read-file-name-function): Change default value.
18916 (read-file-name--defaults): Rename from read-file-name-defaults.
18917 (read-file-name-default): Rename from read-file-name.
18918 (read-file-name): Call read-file-name-function.
18919
18920 2011-03-21 Glenn Morris <rgm@gnu.org>
18921
18922 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
18923 Doc fixes.
18924
18925 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
18926
18927 * cus-theme.el: Add missing provide statement.
18928 (customize-create-theme): Extract theme value correctly.
18929 (custom-theme-visit-theme): Autoload.
18930 (customize-create-theme): Prompt before inserting default faces.
18931
18932 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
18933
18934 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
18935 units and musical notes.
18936
18937 2011-03-20 Leo Liu <sdl.web@gmail.com>
18938
18939 * ido.el (ido-read-internal): Use completing-read-default.
18940 (ido-completing-read): Fix compatibility with completing-read.
18941
18942 2011-03-20 Christian Ohler <ohler@gnu.org>
18943
18944 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
18945 (ert-delete-all-tests): Use `called-interactively-p' rather than
18946 `interactive-p'.
18947 (ert--make-xrefs-region): Respect END.
18948
18949 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
18950
18951 * dired-aux.el (dired-create-directory): Signal an error if the
18952 directory already exists (Bug#8246).
18953
18954 * facemenu.el (list-colors-display): Call list-faces-display
18955 inside with-help-window.
18956 (list-colors-print): Use display property to align the final
18957 column, instead of checking window-width.
18958
18959 2011-03-19 Eli Zaretskii <eliz@gnu.org>
18960
18961 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
18962 windows-nt systems.
18963 (emerge-protect-metachars): Quote correctly for ms-dos and
18964 windows-nt systems.
18965
18966 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
18967
18968 * info.el (info-initialize): Replace all uses of `:' with
18969 path-separator for compatibility with non-Unix systems.
18970 Cache quoting of path-separator. (Bug#8258)
18971
18972 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
18973
18974 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
18975 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
18976 (mouse-avoidance-mode): Fix typos in docstrings.
18977
18978 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
18979
18980 * startup.el (package-subdirectory-regexp): Move from package.el.
18981 Omit \\` and \\', and let callers add them.
18982
18983 * emacs-lisp/package.el (package-strip-version)
18984 (package-load-all-descriptors): Add \\` and \\' to
18985 package-subdirectory-regexp before using it.
18986 (package-untar-buffer): New arg DIR; ensure that file untars only
18987 into this expected directory. Remove superfluous delete-region.
18988 (package-unpack): Caller changed.
18989 (package-tar-file-info): Use package-subdirectory-regexp.
18990
18991 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18992
18993 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
18994 diff-mode-shared-map (bug#8284).
18995 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
18996
18997 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18998
18999 * calendar/time-date.el (format-seconds): Use assoc instead of
19000 assoc-string, since assoc-string doesn't exist in XEmacs.
19001
19002 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
19003
19004 * custom.el (custom-known-themes): Reflow docstring.
19005 (custom-theme-load-path): Fix typo in docstring.
19006 (load-theme): Fix typo in error message.
19007 (custom-available-themes, custom-variable-theme-value):
19008 Use `let', not `let*'.
19009
19010 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
19011
19012 * calc/README: Mention inclusion of musical notes.
19013
19014 * calc/calc-units.el (calc-lu-quant): Rename from
19015 `calc-logunits-quantity'.
19016 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
19017 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
19018 (calc-db): Rename from `calc-dblevel'.
19019 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
19020 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
19021 (calc-np): Rename from `calc-nplevel'.
19022 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
19023 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
19024 (calc-lu-plus): Rename from `calc-logunits-add'.
19025 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
19026 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
19027 (calc-lu-minus): Rename from `calc-logunits-sub'.
19028 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
19029 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
19030 (calc-lu-times): Rename from `calc-logunits-mul'.
19031 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
19032 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
19033 (calc-lu-divide): Rename from `calc-logunits-div'.
19034 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
19035 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
19036
19037 * calc/calc-ext.el (calc-init-extensions): Update the names of the
19038 functions being autoloaded.
19039
19040 * calc/calc.el (calc-lu-power-reference): Rename from
19041 `calc-logunits-power-reference'.
19042 (calc-lu-field-reference): Rename from
19043 `calc-logunits-field-reference'.
19044
19045 * calc/calc-help.el (calc-l-prefix-help):
19046 Mention musical note functions.
19047
19048 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19049
19050 * minibuffer.el (completion-all-sorted-completions):
19051 Use :completion-cycle-penalty text property if present.
19052
19053 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
19054
19055 * allout.el (allout-yank-processing): Adjust for new rebulleting
19056 regime so bullet being yanked is used without prompting the user
19057 for a choice.
19058
19059 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
19060
19061 * startup.el (command-line): Warn the user that _emacs is deprecated.
19062
19063 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
19064
19065 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
19066 (delphi-verbose, delphi-comment-face, delphi-string-face)
19067 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
19068 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
19069 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
19070 (delphi-new-comment-line, delphi-font-lock-defaults)
19071 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
19072 Fix typos in docstrings.
19073
19074 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
19075
19076 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
19077 Invert the roles of character and string values for INSTEAD, so a
19078 string is used for the more common case of a defaulting prompt.
19079
19080 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19081
19082 * progmodes/ruby-mode.el (ruby-backward-sexp):
19083 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
19084 * play/gamegrid.el (gamegrid-make-face):
19085 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
19086 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
19087 * notifications.el (notifications-notify):
19088 * net/xesam.el (xesam-search-engines):
19089 * net/quickurl.el (quickurl-list-insert):
19090 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
19091
19092 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
19093
19094 * startup.el (command-line): Update package subdirectory regexp.
19095
19096 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19097
19098 * allout.el (allout-abbreviate-flattened-numbering)
19099 (allout-mode-deactivate-hook): Fix up obsolescence "date".
19100
19101 * subr.el (read-char-choice): Only show the cursor after the prompt,
19102 not after the answer.
19103
19104 2011-03-15 Kevin Ryde <user42@zip.com.au>
19105
19106 * help-fns.el (variable-at-point): Skip leading quotes, if any
19107 (bug#8253).
19108
19109 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19110
19111 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
19112 warning message.
19113
19114 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
19115
19116 * shell.el (shell): When called interactively, offer to change the
19117 shell file name on remote hosts.
19118
19119 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
19120
19121 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
19122 integration for LDAP parameters. The host, base, user or binddn,
19123 and secret tokens can be specified in a netrc file, for instance.
19124 This is optional because an `auth-source' parameter must be
19125 specified in the search attributes.
19126
19127 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
19128
19129 * help.el (describe-mode): Link to the mode's definition (bug#8185).
19130
19131 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19132
19133 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
19134 into declaration. Remove redundant and harmful binding.
19135
19136 2011-03-12 Eli Zaretskii <eliz@gnu.org>
19137
19138 * files.el (file-ownership-preserved-p): Pass `integer' as an
19139 explicit 2nd argument to `file-attributes'. If the file's owner
19140 is the Administrators group on Windows, and the current user is
19141 Administrator, consider that a match.
19142
19143 * server.el (server-ensure-safe-dir): Consider server directory
19144 safe on MS-Windows if its owner is the Administrators group while
19145 the current Emacs user is Administrator. Use `=' to compare
19146 numerical UIDs, since they could be integers or floats.
19147
19148 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
19149
19150 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
19151
19152 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
19153
19154 Sync with Tramp 2.2.1.
19155
19156 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
19157
19158 * net/trampver.el: Update release number.
19159
19160 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19161
19162 * progmodes/compile.el (compilation--previous-directory): Fix up
19163 various nil/dead-marker mismatches (bug#8014).
19164 (compilation-directory-properties, compilation-error-properties):
19165 Don't call it at a position past the one we're about to change.
19166
19167 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
19168 Disable obsolescence warnings in the file that declares it.
19169
19170 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
19171
19172 * allout-widgets.el (allout-widgets-tally):
19173 Initialize allout-widgets-tally as a hash table rather than nil to
19174 prevent mode-line redisplay warnings. Also, clarify the module
19175 description and fix a comment typo.
19176
19177 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
19178
19179 * help-fns.el (describe-variable): Don't complete keywords.
19180 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
19181
19182 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
19183
19184 * emacs-lisp/package.el (package-version-join): Impose a standard
19185 string representation for pre/alpha/beta version lists.
19186 (package-unpack-single): Standardize the directory name by passing
19187 it through package-version-join.
19188 (package-strip-rcs-id): Accept any version string that does not
19189 signal an error in version-to-list.
19190
19191 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
19192
19193 * simple.el (delete-trailing-whitespace): Return nil for the
19194 benefit of `write-file-functions'.
19195
19196 2011-03-10 Glenn Morris <rgm@gnu.org>
19197
19198 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
19199
19200 * vc/vc-git.el (vc-git-program): New option.
19201 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
19202 (vc-git--call): Use it.
19203
19204 * eshell/esh-util.el (eshell-condition-case): Doc fix.
19205
19206 * cus-edit.el (Custom-newline): If no button at point, look
19207 for a subgroup button at start-of-line. (Bug#2298)
19208
19209 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
19210
19211 2011-03-10 Julien Danjou <julien@danjou.info>
19212
19213 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
19214 `cursor-type' is nil.
19215
19216 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
19217
19218 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
19219
19220 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
19221
19222 * allout.el: Change so yank of distinctive-bullet items
19223 preserves the existing header prefix, rebulleting it if necessary,
19224 rather than replacing it. This is necessary for proper operation
19225 of cooperative addons like allout-widgets.
19226 (allout-make-topic-prefix, allout-rebullet-heading):
19227 Change SOLICIT arg to INSTEAD, and interpret additionally a string
19228 value as alternate bullet to be used, instead of prompting the user
19229 for a bullet character.
19230
19231 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
19232
19233 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19234 Do not use `tramp-file-name-port', because this returns also
19235 `tramp-default-port'.
19236
19237 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
19238
19239 * net/rcirc.el (rcirc-handler-001): Remove useless
19240 with-rcirc-process-buffer.
19241 (rcirc-check-auth-status): Swap arguments to string-match.
19242
19243 2011-03-09 Glenn Morris <rgm@gnu.org>
19244
19245 * shell.el (shell-mode):
19246 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
19247
19248 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
19249 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
19250
19251 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
19252
19253 * emacs-lisp/package.el (package-refresh-contents)
19254 (package-menu-execute): Use condition-case-no-debug.
19255
19256 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
19257
19258 * simple.el (shell-command-to-string): Use `process-file'.
19259
19260 * emacs-lisp/package.el (package-tar-file-info): Handle also
19261 remote files.
19262
19263 * emacs-lisp/package-x.el (package-upload-buffer-internal):
19264 Use `equal' for upload base check.
19265
19266 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
19267
19268 * textmodes/texinfo.el (texinfo-environments):
19269 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
19270
19271 2011-03-08 Glenn Morris <rgm@gnu.org>
19272
19273 * cus-start.el (cursor-in-non-selected-windows):
19274 Fix :set quoting oddness. (Bug#8192)
19275
19276 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
19277 in some setf expressions. (Bug#2159)
19278
19279 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
19280
19281 * custom.el (custom-available-themes): Return themes in
19282 alphabetical order.
19283
19284 See ChangeLog.15 for earlier changes.
19285
19286 ;; Local Variables:
19287 ;; coding: utf-8
19288 ;; End:
19289
19290 Copyright (C) 2011-2012 Free Software Foundation, Inc.
19291
19292 This file is part of GNU Emacs.
19293
19294 GNU Emacs is free software: you can redistribute it and/or modify
19295 it under the terms of the GNU General Public License as published by
19296 the Free Software Foundation, either version 3 of the License, or
19297 (at your option) any later version.
19298
19299 GNU Emacs is distributed in the hope that it will be useful,
19300 but WITHOUT ANY WARRANTY; without even the implied warranty of
19301 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19302 GNU General Public License for more details.
19303
19304 You should have received a copy of the GNU General Public License
19305 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.