]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* net/tramp-adb.el: New package.
[gnu-emacs] / lisp / ChangeLog
1 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2
3 * net/tramp-adb.el: New package.
4
5 2012-12-04 Chong Yidong <cyd@gnu.org>
6
7 * terminal.el: Move to obsolete/.
8
9 * longlines.el: Move to obsolete/.
10
11 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12 Remove code referring to longlines mode.
13
14 2012-12-03 Juri Linkov <juri@jurta.org>
15
16 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
17
18 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19
20 * textmodes/ispell.el (ispell-init-process)
21 (ispell-start-process, ispell-internal-change-dictionary):
22 Make sure personal dictionary name is expanded after initial
23 `default-directory' value. Use expanded strings for
24 keep/restart checks and for value (Bug#13019).
25
26 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
27
28 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
29
30 2012-12-03 Leo Liu <sdl.web@gmail.com>
31
32 * files.el (dir-locals-read-from-file): Check file non-empty
33 before reading. (Bug#13038)
34
35 2012-12-03 Glenn Morris <rgm@gnu.org>
36
37 * jka-cmpr-hook.el (jka-compr-get-compression-info):
38 Remove any version extension before checking filename. (Bug#13006)
39 (jka-compr-compression-info-list): Belated :version bump.
40
41 2012-12-03 Chong Yidong <cyd@gnu.org>
42
43 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
44
45 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
46 (buffer-menu): Doc fix (Bug#12294).
47
48 2012-12-03 Roland Winkler <winkler@gnu.org>
49
50 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
51 of diary-show-all-entries in the diary buffer (Bug#12994).
52
53 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
54
55 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
56 "<STDIN>". This is binary safe.
57
58 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
59
60 * calc/calc-forms.el (math-absolute-from-iso-dt)
61 (math-date-to-iso-dt, math-parse-iso-date-validate)
62 (math-iso-dt-to-date): New functions.
63 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
64 (math-fd-isoweekday): New variables.
65 (calc-date-notation, math-parse-standard-date, math-format-date)
66 (math-format-date-part): Add support for more formatting codes.
67
68 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
69
70 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
71 current buffer's file name when called interactively (Bug#12488).
72
73 2012-12-02 Juri Linkov <juri@jurta.org>
74
75 * info.el (info-display-manual): Don't clobber an existing Info
76 buffer (Bug#10770). Add completion (Bug#10771).
77
78 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
79
80 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
81 before using it for comparison (Bug#5297).
82
83 2012-12-01 Jari Aalto <jari.aalto@cante.net>
84
85 * textmodes/css-mode.el (css-current-defun-name): New function.
86 (css-mode): Use it.
87
88 * textmodes/sgml-mode.el (html-current-defun-name): New function.
89 (html-mode): Use it.
90
91 2012-12-01 Chong Yidong <cyd@gnu.org>
92
93 Modularize add-log-current-defun (Bug#2224).
94 Suggested by Jari Aalto.
95
96 * vc/add-log.el (add-log-current-defun-function): Doc fix.
97 (add-log-current-defun): Move mode-specific code to other files.
98 (add-log-lisp-like-modes, add-log-c-like-modes)
99 (add-log-tex-like-modes): Variables deleted.
100
101 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
102 (lisp-mode-variables): Use it.
103
104 * progmodes/cc-mode.el (c-common-init):
105 * progmodes/cperl-mode.el (cperl-mode): Set a value for
106 add-log-current-defun-function.
107
108 * progmodes/m4-mode.el (m4-current-defun-name): New function.
109 (m4-mode): Use it.
110
111 * progmodes/perl-mode.el (perl-current-defun-name): New.
112 (perl-mode): Use it.
113
114 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Use
115 lisp-current-defun-name.
116
117 * textmodes/tex-mode.el (tex-current-defun-name): New.
118 (tex-common-initialization): Use it.
119
120 * textmodes/texinfo.el (texinfo-current-defun-name): New.
121 (texinfo-mode): Use it.
122
123 2012-12-01 Chong Yidong <cyd@gnu.org>
124
125 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
126 * progmodes/autoconf.el (autoconf-mode):
127 * progmodes/js.el (js-mode):
128 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
129 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
130 * progmodes/perl-mode.el (perl-mode):
131 * progmodes/sh-script.el (sh-mode, sh-set-shell):
132 * textmodes/css-mode.el (css-mode):
133 * textmodes/sgml-mode.el (html-mode, sgml-mode)
134 (sgml-tags-invisible, sgml-guess-indent):
135 * textmodes/tex-mode.el (tex-common-initialization)
136 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
137 (doctex-mode, plain-tex-mode, latex-mode):
138 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
139
140 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
141
142 * vc/vc-hg.el (vc-hg-next-revision):
143 Ensure use of default "tip" output format. (Bug#6968)
144
145 2012-12-01 Kim F. Storm <storm@cua.dk>
146
147 * startup.el (fancy-startup-tail): Add a clickable link
148 (Bug#2176).
149
150 2012-12-01 Chong Yidong <cyd@gnu.org>
151
152 * startup.el (fancy-startup-tail): Improve the message about
153 auto-save files (Bug#2176).
154
155 * files.el (recover-session): Improve the descriptive message, and
156 use substitute-command-keys.
157
158 2012-12-01 Glenn Morris <rgm@gnu.org>
159
160 * ido.el (ido-file-internal):
161 Handle other-window, other-frame for dired. (Bug#13036)
162
163 2012-11-30 Glenn Morris <rgm@gnu.org>
164
165 * icomplete.el (icomplete-separator): Fix :version.
166
167 2012-11-30 Chong Yidong <cyd@gnu.org>
168
169 * shell.el (shell): For C-u M-x shell, use an inactive shell
170 buffer as the default (Bug#1975).
171 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
172 (shell-mode): Use them to reapply ansi colorization if Shell mode
173 is re-enabled.
174
175 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
176
177 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
178
179 2012-11-30 Samuel Bronson <naesten@gmail.com>
180
181 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
182 flag to xargs, for compatibility with BSD xargs (Bug#11703).
183
184 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
185
186 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
187 by move-to-column (Bug#3234).
188
189 2012-11-30 Chong Yidong <cyd@gnu.org>
190
191 * longlines.el (longlines-wrap-line, longlines-encode-region):
192 Preserve text properties (Bug#1425).
193
194 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
195
196 * vc/vc.el (vc-register): Allow registering a file which is
197 already registered with a different backend (Bug#10589).
198
199 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
200 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * icomplete.el: Change separator; add ido-style commands.
203 (icomplete-show-key-bindings): Remove custom var.
204 (icomplete-get-keys): Remove function.
205 (icomplete-forward-completions, icomplete-backward-completions):
206 New commands.
207 (icomplete-minibuffer-map): New var.
208 (icomplete-minibuffer-setup): Use it.
209 (icomplete-exhibit): Don't delay if the list of completions is known.
210 (icomplete-separator): New custom.
211 (icomplete-completions): Use it.
212 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
213 (minibuffer-force-complete-and-exit): New command.
214 (minibuffer--complete-and-exit): New function extracted from
215 minibuffer-complete-and-exit.
216 (minibuffer-complete-and-exit): Use it.
217
218 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
219 error message when the file doesn't exist (bug#12974).
220
221 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
222
223 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
224
225 2012-11-29 Glenn Morris <rgm@gnu.org>
226
227 * files.el (hack-dir-local-variables): Warn if try to set
228 coding via dir-locals, since it doesn't work. (Bug#7169)
229
230 Add desktop support for restoring vc-dir buffers. (Bug#10606)
231 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
232 Set buffer-local value of desktop-save-buffer.
233 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
234 New functions.
235 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
236 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
237
238 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
239 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
240 Doc fix.
241 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
242 Doc fixes.
243
244 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
245
246 * calc/calc-forms.el (calc-date-notation): Fix regexp
247 used to find time codes. Fix symbol for seconds.
248
249 2012-11-27 Glenn Morris <rgm@gnu.org>
250
251 * emacs-lisp/derived.el (derived-mode-make-docstring):
252 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
253
254 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * textmodes/table.el (table-insert): Don't use `symbol-name' on
257 lexically scoped variables (bug#13005).
258
259 2012-11-27 Glenn Morris <rgm@gnu.org>
260
261 * vc/vc-hooks.el (vc-mistrust-permissions):
262 Default to t, to avoid data-loss. (Bug#11490)
263
264 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
265
266 * progmodes/python.el (python-indent-guess-indent-offset):
267 If indentation is guessed make python-indent-offset buffer-local.
268
269 Fix Imenu regression.
270 * progmodes/python.el (python-nav-beginning-of-defun):
271 Fix forward movement when statement(s) separates point from defun.
272 (python-imenu-prev-index-position): New function.
273
274 2012-11-27 Eli Zaretskii <eliz@gnu.org>
275
276 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
277
278 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
279 Don't set buffer-file-type. Return nil. (Bug#12989)
280
281 2012-11-27 Glenn Morris <rgm@gnu.org>
282
283 * hippie-exp.el (hippie-expand-try-functions-list):
284 Re-autoload it. (Bug#12982)
285
286 2012-11-27 Eli Zaretskii <eliz@gnu.org>
287
288 * descr-text.el (describe-char-padded-string):
289 Call internal-char-font only on GUI frames. (Bug#11964)
290
291 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
292
293 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
294 and obsoletion message.
295
296 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
299 the constructs to keep outside of the `cl-block' (bug#12977).
300
301 2012-11-27 Chong Yidong <cyd@gnu.org>
302
303 * mouse.el (mouse-drag-line): Even if the line is not draggable,
304 keep reading until we get the up-event anyway, in order to process
305 the up-event for mouse-1-click-follows-link (Bug#12971).
306
307 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
310 base function is not yet defined (bug#12965).
311 (ad-activate-advised-definition): Use ad-compile-function.
312 (ad-activate): Use cond.
313
314 2012-11-25 Leo Liu <sdl.web@gmail.com>
315
316 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
317 (Bug#12979)
318
319 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
320
321 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
322 reftex-section-info-function in order to be compatible with
323 Texinfo integration.
324
325 * textmodes/reftex.el (reftex-section-pre-regexp)
326 (reftex-section-post-regexp, reftex-section-info-function):
327 New variable.
328 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
329 reftex-section-post-regexp, and reftex-section-info-function in order
330 to be compatible with Texinfo integration.
331
332 * textmodes/reftex-toc.el (reftex-toc-promote-action):
333 use reftex-section-pre-regexp variable in order to be compatible with
334 Texinfo integration.
335
336 2012-11-25 Chong Yidong <cyd@gnu.org>
337
338 * faces.el: Make face-spec-set more analogous to setq.
339 (face-spec-set): Change the third arg to specify whether this
340 function is being called via defface, customize, or a third party.
341 Set the appropriate symbol properties. Clear the override spec if
342 setting via Custom. Initialize face if necessary. (Bug#4988)
343 (face-spec-recalc): Allow theme faces to completely replace the
344 defface spec, in the same way as custom faces (Bug#8454).
345
346 * cus-face.el (custom-declare-face): Move face initialization to
347 face-spec-set.
348 (custom-theme-set-faces): Don't initialize the face name here, as
349 that is now done in face-spec-set.
350
351 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
352 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
353 Simplify by using the new arg to face-spec-set.
354
355 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
356 reset face-override-spec too, and use custom-declare-face.
357
358 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
359
360 * term/ns-win.el (ns-initialize-window-system): Move creation of
361 fontsets here (Bug#11964).
362
363 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
364
365 * ses.el (ses-rename-cell): Correct bug on mode-line update after
366 cell renaming.
367
368 2012-11-24 Chong Yidong <cyd@gnu.org>
369
370 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
371 obsolete.
372
373 * custom.el (custom-theme-set-variables): Use a topological sort
374 for ordering by custom dependencies (Bug#12952).
375 (custom--sort-vars, custom--sort-vars-1): New functions.
376
377 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
380 lexical-binding (bug#12938).
381
382 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
383
384 * image-mode.el (image-transform-check-size): Use assertions only
385 for images of type imagemagick.
386
387 Otherwise no error, image-transform-fit-to-{width,height} is
388 silently ignored, as before. Doc fix.
389
390 2012-11-24 Chong Yidong <cyd@gnu.org>
391
392 * faces.el (color-defined-p): Doc fix (Bug#12853).
393
394 2012-11-24 Juri Linkov <juri@jurta.org>
395
396 * dired.el (dired-mark): Add optional arg `interactive'.
397 Check for `use-region-p' if `interactive' is non-nil.
398 (dired-unmark, dired-flag-file-deletion): Add optional arg
399 `interactive'. Call `dired-mark' with the arg `interactive'.
400 (Bug#10624)
401
402 * wdired.el: Revert 2012-10-17 change partly and replace it with
403 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
404 (wdired-finish-edit): Add marks for new file names to
405 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
406 after `revert-buffer'.
407 (wdired-do-renames): Remove calls to `dired-remove-file',
408 `dired-add-file', `dired-add-entry'. (Bug#11795)
409
410 2012-11-24 Alan Mackenzie <acm@muc.de>
411
412 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
413
414 Fix bugs in the state cache. Enhance a debugging mechanism.
415 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
416 "brace at column zero" strategy for C++.
417 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
418 (c-parse-state-point): New variable.
419 (c-record-parse-state-state): Record old parse state with
420 `copy-tree'. Record previous value of point.
421 (c-debug-parse-state-double-cons): New debugging function.
422 (c-debug-parse-state): Call the above new function.
423 (c-toggle-parse-state-debug): Output a confirmatory message.
424
425 * progmodes/cc-mode.el (c-before-change, c-after-change):
426 Call c-invalidate-state-cache from `c-before-change' instead of
427 `c-after-change'.
428
429 2012-11-23 Chong Yidong <cyd@gnu.org>
430
431 * find-cmd.el (find-constituents): Add executable, ipath,
432 readable, samefile, writable, daystart, regextype (Bug#12856).
433
434 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
437
438 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
439
440 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
441 definition. This fixes a bootstrap failure.
442 (calc-gregorian-switch): In menu, put dates before regions.
443 This is easier to follow, lines up better in the menu, and lets us
444 coalesce regions that switch at the same time. Give country
445 names, not "Vatican", as that's better for non-expert users.
446 Use names that are stable between the date of switch and now, e.g.,
447 Bohemia and Moravia (which existed then and now) and not
448 Czechoslovakia (which didn't exist then and doesn't exist now).
449 What is now the U.S. mostly did not switch at the same time as
450 Britain, so omit the U.S. Correct spelling of "Britain".
451 Catholic Switzerland was too much of a mess, so omit it.
452
453 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
454
455 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
456 after the variable is changed.
457
458 2012-11-21 Daniel Colascione <dancol@dancol.org>
459
460 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
461 in SQL declarations for font-lock.
462 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
463
464 2012-11-21 Glenn Morris <rgm@gnu.org>
465
466 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
467 (face-italic-p): Add optional argument "inherit".
468
469 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
470 Remove -p suffix from names, for consistency with other set-face-*.
471 (set-face-inverse-video): Fix interactive spec.
472 * play/gamegrid.el (gamegrid-make-mono-tty-face):
473 * textmodes/table.el (table--update-cell-face):
474 Use set-face-inverse-video rather than now obsolete alias.
475
476 2012-11-21 Eli Zaretskii <eliz@gnu.org>
477
478 * simple.el (line-move): Don't call line-move-partial if
479 scroll-conservatively is in effect. (Bug#12927)
480
481 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
484 Fallback on completion-at-point rather than
485 pcomplete-expand-and-complete, and only if pcomplete actually failed.
486 (eshell-cmpl-initialize): Setup completion-at-point.
487
488 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
489
490 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
491
492 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
493
494 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
495 are remote, check out-of-band property for both.
496
497 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * window.el (switch-to-buffer): Re-add the warning that was lost in the
500 code rewrite.
501
502 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
503
504 More minor time fixes.
505 * calendar/time-date.el: Commentary fix.
506 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
507 too much other code depends on (0 0) time stamps.
508 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
509 Add a couple of FIXME comments.
510
511 Minor cleanup for times as lists of four integers.
512 * files.el (dir-locals-directory-cache):
513 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
514 Doc fixes.
515 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
516 * ps-bdf.el (bdf-file-newer-than-time):
517 Process four-integers time stamps, not two. Doc fixes.
518
519 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * uniquify.el (uniquify-managed): Use defvar-local.
522 (rename-buffer, create-file-buffer): Advise with advice-add.
523 (uniquify-unload-function): Unadvise accordingly.
524
525 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
526 (trace-buffer): Don't purecopy.
527 (trace-entry-message, trace-exit-message): Add `context' arg.
528 (trace--timer): New var.
529 (trace-make-advice): Adjust for use in nadvice.
530 Add `context' argument. Delay `display-buffer' via a timer.
531 (trace-function-internal): Use advice-add.
532 (trace--read-args): New function.
533 (trace-function-foreground, trace-function-background): Use it.
534 (trace-function): Rename to trace-function-foreground and redefine as
535 an alias to that new name.
536 (untrace-function, untrace-all): Adjust to the use of nadvice.
537
538 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
539
540 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
541
542 * subr.el (called-interactively-p-functions): New var.
543 (internal--called-interactively-p--get-frame): New macro.
544 (called-interactively-p, interactive-p): Rewrite in Lisp.
545 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
546 (called-interactively-p-functions): Use it.
547 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
548 (called-interactively-p-functions): Use it.
549 * allout.el (allout-called-interactively-p): Don't assume
550 called-interactively-p is a subr.
551
552 2012-11-20 Glenn Morris <rgm@gnu.org>
553
554 * profiler.el (profiler-report-mode-map): Add a menu.
555 No need to bind `q' because we derive from special-mode.
556 (profiler-report-find-entry): Handle calls from the menu-bar.
557
558 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * emacs-lisp/byte-run.el (defun-declarations-alist):
561 Allow a compiler-macro to be a lambda expression.
562
563 * progmodes/python.el: Use cl-lib. Move var declarations outside of
564 eval-when-compile.
565 (python-syntax-context): Add compiler-macro.
566 (python-font-lock-keywords): Simplify with De Morgan.
567
568 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
569
570 * files.el (load-file): Require match in minibuffer selection, as was
571 the case in Emacs-20 before we changed the spec to allow .elc files
572 (bug#12935).
573
574 * json.el: Don't require cl since we don't use it.
575 * color.el: Don't require cl.
576 (color-complement): `caddr' -> `nth 2'.
577
578 * calendar/time-date.el (time-to-seconds): De-obsolete.
579
580 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
581
582 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
583 year numbers.
584 (math-date-to-julian-dt): Adjust the initial approximation for the
585 year to deal with the new definition of the DATE.
586
587 2012-11-19 Daniel Colascione <dancol@dancol.org>
588
589 * term/w32-win.el (cygwin-convert-path-from-windows):
590 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
591
592 2012-11-18 Chong Yidong <cyd@gnu.org>
593
594 * filecache.el (file-cache--read-list): New function.
595 (file-cache-add-directory-list, file-cache-add-file-list)
596 (file-cache-delete-file-list, file-cache-delete-directory-list):
597 Use it to read a list of files or directories (Bug#12846).
598 (file-cache-add-file, file-cache-add-directory)
599 (file-cache-delete-file-list, file-cache-delete-file-regexp)
600 (file-cache-delete-directory): Print an message.
601
602 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
603
604 * calc/calc-forms.el (math-date-to-dt): Use integer date when
605 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
606
607 2012-11-18 Glenn Morris <rgm@gnu.org>
608
609 * image.el (insert-image, insert-sliced-image): Doc fix.
610
611 2012-11-18 Chong Yidong <cyd@gnu.org>
612
613 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
614 (Bug#12810).
615
616 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
617
618 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
619 response when the target file is in a subdirectory (Bug#12757).
620
621 2012-11-18 Chong Yidong <cyd@gnu.org>
622
623 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
624
625 2012-11-18 Glenn Morris <rgm@gnu.org>
626
627 * emacs-lisp/cl-lib.el (face-underline-p):
628 Use set-face-underline rather than the alias set-face-underline-p.
629
630 * window.el (with-temp-buffer-window): Doc fix.
631 * subr.el (with-output-to-temp-buffer):
632 Add doc xref to with-temp-buffer-window.
633
634 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
635
636 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
637 * calc/calc.el (math-format-date-cache): Declare.
638
639 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
640
641 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
642 It also uses January 1, 1 AD as its day number 1.
643 * calc/calc-forms.el (math-julian-date-beginning)
644 (math-julian-date-beginning-int): Implement this.
645
646 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
647
648 * descr-text.el (quail-find-key):
649 * dired.el (desktop-file-name):
650 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
651 * generic-x.el (comint-mode, comint-exec):
652 * image-dired.el (widget-forward):
653 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
654 (speedbar-change-expand-button-char)
655 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
656 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
657 * printing.el (easy-menu-add-item, easy-menu-remove-item)
658 (widget-field-action, widget-value-set):
659 * speedbar.el (imenu--make-index-alist):
660 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
661 (ring-length, ring-insert):
662 * vcursor.el (compare-windows-skip-whitespace):
663 * woman.el (dired-get-filename):
664 Declare functions.
665
666 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
667
668 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
669
670 * calc/calc.el (calc-gregorian-switch): New variable.
671
672 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
673 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
674 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
675 (math-leap-year-p): Add option to distinguish between Julian
676 and Gregorian calendars.
677 (math-day-number): Use `math-day-in-year' to do the computations.
678 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
679 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
680 to do the computations.
681 (math-date-to-dt): Use `math-date-to-julian-dt' and
682 `math-date-to-gregorian-dt' to do the computations.
683 (calcFunc-weekday, math-format-date-part): Use the new version of
684 the DATE to determine the weekday.
685 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
686 when necessary.
687
688 2012-11-17 Eli Zaretskii <eliz@gnu.org>
689
690 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
691 Cygwin; otherwise use 'file:'. (Bug#12914)
692 (cygwin-convert-path-from-windows): Declare, to avoid
693 byte-compiler warnings.
694
695 2012-11-17 Andreas Politz <politza@fh-trier.de>
696
697 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
698 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
699 prefix and negative numeric prefix args (Bug#12795).
700
701 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
702
703 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
704 Don't signal an error with a score that is too low to add to the
705 list of top scores. (Bug#12779)
706
707 2012-11-17 Chong Yidong <cyd@gnu.org>
708
709 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
710
711 * filecache.el (file-cache-add-file): Handle relative file name in
712 the argument (Bug#12694).
713
714 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
715
716 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
717
718 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
721
722 * emacs-lisp/cl-lib.el: Set more meaningful version number.
723
724 2012-11-16 Martin Rudalics <rudalics@gmx.at>
725
726 * window.el (enlarge-window, shrink-window): Don't mention return
727 value in doc-string (Bug#12896).
728 (window--display-buffer): Don't resize frames - it won't work
729 with all window managers and defeat pop-up-frame-alist.
730 (display-buffer-alist): In doc-string explain that CONDITION can
731 be a function and which arguments are passed to it (Bug#12854).
732 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
733 expressions (Bug#12854).
734 (display-buffer): Pass ACTION argument to
735 display-buffer-assq-regexp.
736
737 2012-11-16 Glenn Morris <rgm@gnu.org>
738
739 * window.el (fit-frame-to-buffer-bottom-margin)
740 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
741
742 * faces.el (face-underline-p): Use face-attribute-specified-or.
743
744 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
745
746 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
747
748 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
751
752 2012-11-16 Glenn Morris <rgm@gnu.org>
753
754 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
755 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
756
757 * faces.el (face-underline-p): Doc fix. Handle :underline being
758 things other than `t' (a string, a list).
759 (face-inverse-video-p): Doc fix.
760 (set-face-underline): Rename it back from set-face-underline-p.
761 Doc fix. Allow interactive input of values other than t.
762 (read-face-attribute): Apply formatting to :underline,
763 since like :box and :stipple it can take list values.
764
765 * term.el (ansi-term): Don't let C-x escape-char binding
766 clobber the more standard C-c binding. (Bug#12842)
767
768 * subr.el (set-temporary-overlay-map): Doc fix.
769
770 2012-11-16 Martin Rudalics <rudalics@gmx.at>
771
772 * window.el (record-window-buffer)
773 (display-buffer-record-window): When copying the markers to
774 window-point preserve window-point-insertion-type. (Bug#12588)
775
776 2012-11-16 Glenn Morris <rgm@gnu.org>
777
778 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
779 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
780 Use new names for hooks rather than obsolete aliases.
781
782 2012-11-15 Daniel Colascione <dancol@dancol.org>
783
784 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
785 prefix instead of "file:" so that when FILE-NAME begins with "//",
786 as it does when the target file is on a network share, url-handler
787 isn't confused.
788
789 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
792 a preactivated advice from an old advice.el; they're not compatible!
793
794 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
795
796 * emacs-lisp/nadvice.el (advice--make-interactive-form):
797 Fix string-spec case.
798
799 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
800
801 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
804 (advice--buffer-local-function-sample): New var.
805 (advice--set-buffer-local, advice--buffer-local): New functions.
806 (add-function, remove-function): Use them.
807
808 2012-11-15 Drew Adams <drew.adams@oracle.com>
809
810 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
811
812 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
815 potential binding of print-gensym to t, and prettify (back)quotes in
816 case they appear in args's default values (bug#12884).
817
818 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
821 (advice-eval-interactive-spec): New function.
822 (advice--make-interactive-form): Support around advice (bug#12844).
823
824 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
825
826 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
827 more strict. Add docstring.
828 (ruby-expression-expansion-re): Extract from
829 `ruby-match-expression-expansion'.
830 (ruby-syntax-propertize-function): After everything else, search
831 for expansions in string literals, mark their insides as
832 whitespace syntax and save match data for font-lock.
833 (ruby-font-lock-keywords): Use the 2nd group from expression
834 expansion matches.
835 (ruby-match-expression-expansion): Use the match data saved to the
836 text property in ruby-syntax-propertize-function.
837
838 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
841 (bug#12879).
842
843 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
844
845 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
846 start/end keyword a bit harder. Works with different values of N.
847 Add more comments.
848 (ruby-end-of-block): Update accordingly.
849
850 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * woman.el (woman-file-name): Don't mess with unread-command-events
853 (bug#12861).
854
855 * emacs-lisp/advice.el: Layer on top of nadvice.el.
856 Remove out of date self-require hack.
857 (ad-do-advised-functions): Use simple `dolist'.
858 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
859 (ad-advice-definition): Redefine as functions.
860 (ad-advice-classes): Move before first use.
861 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
862 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
863 (ad--defalias-fset): Remove functions.
864 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
865 (ad-get-orig-definition): Rewrite.
866 (ad-make-advised-definition-docstring): Change base docstring.
867 (ad-real-orig-definition): Rewrite.
868 (ad-map-arglists): Change name of called function.
869 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
870 (ad-make-advised-definition): Simplify.
871 (ad-assemble-advised-definition): Tweak for new calling context.
872 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
873 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
874 function and call ad-activate if needed.
875 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
876 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
877 (ad-compile-function): Compile ad-Advice-*.
878 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
879 (ad-start-advice, ad-stop-advice): Remove.
880
881 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
882
883 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
884 period before class method names, not after. Remove handling of
885 one impossible case. Add comments.
886
887 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * emacs-lisp/advice.el: Remove support for freezing.
890 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
891 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
892 Remove support for `freeze'.
893
894 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
895 override the default.
896 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
897 cl--dotimes/dolist.
898 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
899 `cl' is loaded.
900
901 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
902 from add-advice.
903 (advice--strip-macro): New function.
904 (advice--defalias-fset): Use them to handle macros.
905 (advice-add): Use them.
906 (advice-member-p): Correctly handle macros.
907
908 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
909
910 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
911 Never font-lock the beginning of singleton class as heredoc.
912
913 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
916
917 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
918
919 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
920 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
921 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
922
923 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
924
925 Fix end-of-defun misbehavior.
926 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
927 python-beginning-of-defun-function. Handle nested defuns
928 correctly.
929 (python-nav-end-of-defun): Rename from
930 python-end-of-defun-function. Ensure forward movement.
931 (python-info-current-defun): Reimplement to work as intended
932 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
933 parent defuns as soon as possible.
934
935 2012-11-13 Glenn Morris <rgm@gnu.org>
936
937 * progmodes/flymake.el (flymake-error-bitmap)
938 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
939 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
940
941 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
942
943 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
944 backward, always stop at indentation. Reverts the change from
945 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
946
947 2012-11-13 Glenn Morris <rgm@gnu.org>
948
949 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
950 Add ibuffer-filter-by-derived-mode.
951
952 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
953 the same name shadowing each other.
954
955 * window.el (with-temp-buffer-window): Doc tweak.
956
957 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
958
959 * help.el (temp-buffer-max-height):
960 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
961 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
962
963 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
964
965 * emacs-lisp/nadvice.el: New package.
966 * subr.el (special-form-p): New function.
967 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
968 (elp-all-instrumented-list): Remove var.
969 (elp-not-profilable): Remove elp-wrapper.
970 (elp-profilable-p): Use autoloadp and special-form-p.
971 (elp--advice-name): New const.
972 (elp-instrument-function): Use advice-add.
973 (elp--instrumented-p): New predicate.
974 (elp-restore-function): Use advice-remove.
975 (elp-restore-all, elp-reset-all): Use mapatoms.
976 (elp-set-master): Use elp--instrumented-p.
977 (elp--make-wrapper): Rename from elp-wrapper, return a function
978 suitable for advice-add. Use cl-inf.
979 (elp-results): Use mapatoms+elp--instrumented-p.
980 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
981 (debug-function-list): Remove var.
982 (debug): Rename arg, and then let-bind it explicitly inside.
983 (debugger-setup-buffer): Rename arg.
984 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
985 (debugger-frame-number): Adjust to new debug-on-entry setup.
986 (debug--implement-debug-on-entry): Rename from
987 implement-debug-on-entry, add argument.
988 (debugger-special-form-p): Remove, use special-form-p instead.
989 (debug-on-entry): Use advice-add.
990 (debug--function-list): New function.
991 (cancel-debug-on-entry): Use it, along with advice-remove.
992 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
993 (debugger-list-functions): Use debug--function-list instead of
994 debug-function-list.
995 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
996 (ad-special-form-p): Remove, use special-form-p instead.
997 (ad-set-advice-info): Use add-function and remove-function.
998 (ad--defalias-fset): Adjust accordingly.
999
1000 2012-11-10 Glenn Morris <rgm@gnu.org>
1001
1002 * mail/emacsbug.el (report-emacs-bug-tracker-url)
1003 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
1004 (report-emacs-bug-create-existing-bugs-buffer)
1005 (report-emacs-bug-parse-query-results)
1006 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
1007
1008 * term.el (term-default-fg-color, term-default-bg-color):
1009 Make obsolete, rather than just saying "deprecated" in the doc.
1010
1011 * term.el (term): Rename from `term-face'.
1012 (term-current-face, ansi-term-color-vector)
1013 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
1014 Update all users.
1015
1016 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
1017
1018 * server.el (server-create-window-system-frame): Handle Nextstep
1019 specially (Bug#12780).
1020
1021 2012-11-10 Glenn Morris <rgm@gnu.org>
1022
1023 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1024 Unautoload, and make obsolete. (Bug#7449)
1025
1026 2012-11-10 Chong Yidong <cyd@gnu.org>
1027
1028 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
1029 rename from diff-remove-trailing-whitespace (Bug#12831).
1030
1031 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
1034 miscompilation of trace.el.
1035
1036 2012-11-10 Glenn Morris <rgm@gnu.org>
1037
1038 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
1039
1040 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
1043 (bug#12812).
1044
1045 2012-11-10 Chong Yidong <cyd@gnu.org>
1046
1047 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
1048 a defcustom with an appropriate :set function.
1049 (minibuffer-default--in-prompt-regexps): New function.
1050
1051 2012-11-10 Glenn Morris <rgm@gnu.org>
1052
1053 * emacs-lisp/cl.el (define-setf-expander, defsetf)
1054 (define-modify-macro): Doc fixes.
1055
1056 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
1057 (gv-define-simple-setter): Update doc of `fix-return'.
1058
1059 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
1062 twice when `fix-return' is set (bug#12813).
1063
1064 * emacs-lisp/cl.el (defsetf): Pass the third arg to
1065 gv-define-simple-setter (bug#12812).
1066
1067 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
1068 (bug#12756).
1069
1070 2012-11-10 Glenn Morris <rgm@gnu.org>
1071
1072 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
1073
1074 * emacs-lisp/cl-extra.el (cl-prettyexpand):
1075 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
1076 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
1077 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
1078
1079 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
1080
1081 2012-11-10 Leo Liu <sdl.web@gmail.com>
1082
1083 * ido.el (ido-set-matches-1): Improve flex matching performance by
1084 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
1085
1086 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
1089 (ad--defalias-fset): New function.
1090 (ad-safe-fset): Remove.
1091 (ad-make-freeze-definition): Use cl-letf*.
1092
1093 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * subr.el (dolist): Don't bind VAR in RESULT.
1096
1097 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
1098 (fset, documentation): Don't save real def since we don't advise.
1099 (ad-do-advised-functions): Remove problematic `result-form'.
1100 (ad-safe-fset): `ad-real-fset' => `fset'.
1101 (ad-read-advised-function): Don't assume that ad-do-advised-functions
1102 uses CL's dolist internally.
1103 (ad-arglist): Remove unused arg `name'.
1104 (ad-docstring, ad-make-advised-docstring):
1105 `ad-real-documentation' => `documentation'.
1106 (warning-suppress-types): Declare.
1107 (ad-set-arguments): Simple CSE.
1108 (ad-recover-normality): Sanity check.
1109
1110 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
1111 (funcall '(lambda ..) ..) into ((lambda ..) ..).
1112
1113 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
1114
1115 * ses.el: symbol to coordinate mapping is made by symbol property
1116 `ses-cell'. This means that the same mapping is done for all SES
1117 sheets. That is good enough for cells with standard A1 names, but
1118 not for named cell. So a hash map is added for the latter.
1119 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
1120 (ses-sym-rowcol): Use hashmap for named cell.
1121 (ses-is-cell-sym-p): New defun.
1122 (ses-decode-cell-symbol): New defun.
1123 (ses-create-cell-variable): Add cell to hashmap when name is not
1124 A1-like.
1125 (ses-rename-cell): Check that cell new name is not already in
1126 spreadsheet with the use of ses-is-cell-sym-p
1127 (ses-rename-cell): Use hash map for named cells, but accept also
1128 renaming back to A1-like.
1129
1130 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * emacs-lisp/advice.el: Use new dynamic docstrings.
1133 (ad-make-advised-definition-docstring, ad-advised-definition-p):
1134 Use dynamic-docstring-function instead of ad-advice-info.
1135 (ad--make-advised-docstring): New function extracted from
1136 ad-make-advised-docstring.
1137 (ad-make-advised-docstring): Use it.
1138 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
1139 from sql-help.
1140 (sql-help): Use it with dynamic-docstring-function.
1141
1142 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
1143
1144 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * files.el (hack-one-local-variable--obsolete): New function.
1147 (hack-one-local-variable): Use it for obsolete settings.
1148
1149 * subr.el (locate-user-emacs-file): If both old and new name exist, use
1150 the new name.
1151
1152 * progmodes/js.el (js--filling-paragraph): New var.
1153 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
1154 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
1155 less sneaky.
1156
1157 2012-11-08 Julien Danjou <julien@danjou.info>
1158
1159 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
1160 `auto-mode-alist' (Bug#12835).
1161
1162 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
1165 (perl--prettify-symbols-alist): New const.
1166 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
1167 New functions.
1168 (perl-font-lock-keywords-2): Use them.
1169 (perl-electric-noindent-p): New function.
1170 (perl-mode): Use it to set up electric-indent-mode.
1171 (perl-electric-terminator, perl-indent-command): Mark obsolete.
1172 (perl-mode-map): Remove bindings for them.
1173 (perl-imenu-generic-expression, perl-outline-level):
1174 Match functions&packages in column>0.
1175
1176 * env.el (env--substitute-vars-regexp): New const.
1177 (substitute-env-vars): Use it. Add `only-defined' arg.
1178 * net/tramp.el (tramp-replace-environment-variables): Use it.
1179
1180 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1181 Byte-compile *before* eval in eval-and-compile.
1182 (byte-compile-log-warning): Remove redundant inhibit-read-only.
1183 (byte-compile-file-form-autoload): Don't hide actual definition.
1184 (byte-compile-maybe-guarded): Accept `functionp' as well.
1185
1186 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
1187
1188 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
1189
1190 * notifications.el (notifications-get-server-information-method):
1191 New defconst.
1192 (notifications-get-capabilities): Fix docstring.
1193 (notifications-get-server-information): New defun.
1194
1195 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1196
1197 * textmodes/ispell.el (ispell-region): Standard re-indent for better
1198 readability.
1199
1200 * textmodes/ispell.el: Experimental support for support debugging.
1201 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
1202 buffer for ispell.
1203 (ispell-print-if-debug): New function to print stuff to
1204 `ispell-debug-buffer' if debugging is enabled.
1205 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
1206 show some debugging info.
1207 (ispell-buffer-with-debug): New function that creates a debugging
1208 buffer and calls `ispell-buffer' with debugging enabled.
1209
1210 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
1211 comment in autoconf mode. (Bug#12768)
1212
1213 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
1214
1215 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
1216 frame-first-window, frame-root-window, frame-selected-window,
1217 minibuffer-selected-window, minibuffer-window,
1218 window-absolute-pixel-edges, window-at, window-body-height,
1219 window-body-width, window-display-table, window-combination-limit,
1220 window-frame, window-fringes, window-inside-absolute-pixel-edges,
1221 window-inside-edges, window-inside-pixel-edges, window-left-child,
1222 window-left-column, window-margins, window-next-buffers,
1223 window-next-sibling, window-new-normal, window-new-total,
1224 window-normal-size, window-parameter, window-parameters, window-parent,
1225 window-pixel-edges, window-point, window-prev-buffers,
1226 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
1227 window-start, window-text-height, window-top-child, window-top-line,
1228 window-total-height, window-total-width and window-use-time to the list
1229 of functions without side-effects.
1230 (toplevel): Add window-valid-p to the list of error-free functions
1231 without side-effects.
1232
1233 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1234
1235 * textmodes/ispell.el (ispell-program-name):
1236 Update spellchecker parameters when customized.
1237
1238 2012-11-04 Glenn Morris <rgm@gnu.org>
1239
1240 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
1241
1242 2012-11-04 Chong Yidong <cyd@gnu.org>
1243
1244 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
1245 same-window-* variables.
1246
1247 2012-11-04 Juri Linkov <juri@jurta.org>
1248
1249 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
1250 (isearch-describe-key, isearch-describe-mode): Use a display
1251 action instead of binding same-window-* variables (Bug#10040).
1252
1253 2012-11-03 Glenn Morris <rgm@gnu.org>
1254
1255 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1256 Rename handler properties back from cl-- to cl-. (Bug#12788)
1257
1258 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
1259
1260 2012-11-03 Eli Zaretskii <eliz@gnu.org>
1261
1262 * term/pc-win.el: Don't load term/internal from here.
1263
1264 * loadup.el: Load term/internal from here.
1265
1266 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
1267
1268 * progmodes/python.el (inferior-python-mode): Fix hang in
1269 jit-lock (Bug#12645).
1270
1271 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1272
1273 * window.el (switch-to-visible-buffer)
1274 (switch-to-buffer-preserve-window-point): Fix doc-strings.
1275
1276 2012-11-03 Glenn Morris <rgm@gnu.org>
1277
1278 * emacs-lisp/cl-lib.el (cl--random-time):
1279 Rename from cl-random-time. (Bug#12773)
1280 (cl--gensym-counter, cl--random-state): Update callers.
1281 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
1282
1283 2012-11-03 Chong Yidong <cyd@gnu.org>
1284
1285 * cus-start.el: Make cursor-type customizable (Bug#11633).
1286
1287 2012-11-02 Glenn Morris <rgm@gnu.org>
1288
1289 * filecache.el: No need to load find-lisp when compiling.
1290 (find-lisp-find-files): Autoload it.
1291 (file-cache-add-directory-recursively): Don't require find-lisp.
1292
1293 * image.el (image-type-from-file-name): Trivial simplification.
1294
1295 * emacs-lisp/bytecomp.el (byte-compile-eval):
1296 Decouple "noruntime" and "cl-functions" warnings.
1297
1298 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
1299
1300 * play/gomoku.el (gomoku-display-statistics): Update mode line
1301 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
1302
1303 2012-10-31 Martin Rudalics <rudalics@gmx.at>
1304
1305 * window.el (quit-restore-window): If the window has been
1306 created on an existing frame and ended up as the sole window on
1307 that frame, do not delete it (Bug#12764).
1308
1309 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1312 Rename from sh--inside-arithmetic-expression, handle more cases
1313 (bug#11263).
1314
1315 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
1316 (sh-font-lock-open-heredoc): Use it (bug#12770).
1317
1318 2012-10-30 Glenn Morris <rgm@gnu.org>
1319
1320 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
1321
1322 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
1323
1324 2012-10-29 Chong Yidong <cyd@gnu.org>
1325
1326 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
1327 function key is stored in a keyboard macro (Bug#4894).
1328
1329 * thingatpt.el (number-at-point): Apply a thing-at-point property.
1330
1331 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
1334 header comments".
1335 (diff-unified->context, diff-context->unified)
1336 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
1337
1338 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
1339
1340 * files.el (find-alternate-file): Only ask one question (bug#12487).
1341
1342 2012-10-29 Chong Yidong <cyd@gnu.org>
1343
1344 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
1345 Suggested by Dan Nicolaescu (Bug#6326).
1346
1347 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
1348
1349 * startup.el (fancy-about-screen): Don't message (Bug#12680).
1350
1351 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
1352
1353 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
1354
1355 * face-remap.el (face-remap-add-relative): Handle the case where a
1356 face-remapping-alist entry is a cons cell (Bug#12762).
1357
1358 2012-10-29 Kevin Ryde <user42@zip.com.au>
1359
1360 * woman.el (woman-parse-numeric-value): Handle picas correctly
1361 (Bug#12639).
1362
1363 2012-10-29 Glenn Morris <rgm@gnu.org>
1364
1365 * emacs-lisp/cl.el (defsetf): Doc fix.
1366
1367 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
1370 syntax to the matching opener, if any (bug#12547).
1371 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
1372 matching open as a "case-(".
1373 (sh-smie-rc-grammar): Add a corresponding rule for it.
1374
1375 2012-10-28 Daniel Hackney <dan@haxney.org>
1376
1377 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
1378 "PKGNAME-autoloads.el" in case we created it.
1379
1380 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
1383 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
1384 (completion--twq-all): Disable too-strict assertions.
1385
1386 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
1387
1388 2012-10-27 Eli Zaretskii <eliz@gnu.org>
1389
1390 * profiler.el (profiler-report-make-entry-part): Fix help-echo
1391 text to match the real keybindings.
1392
1393 2012-10-27 Juri Linkov <juri@jurta.org>
1394
1395 * wdired.el (wdired-keep-marker-rename): New defcustom.
1396 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
1397 (Bug#11795)
1398
1399 * dired.el (dired-keep-marker-rename): Add reference to
1400 `wdired-keep-marker-rename' in the docstring.
1401 Add default character value ?R to display initially in
1402 Customization UI instead of ?@.
1403
1404 2012-10-27 Martin Rudalics <rudalics@gmx.at>
1405
1406 * window.el (display-buffer): In doc-string describe
1407 window-height and window-width alist entries.
1408
1409 * time.el (display-time-world): Restore fit-window-to-buffer
1410 behavior.
1411
1412 2012-10-27 Chong Yidong <cyd@gnu.org>
1413
1414 * subr.el (insert-buffer-substring-as-yank): Doc fix.
1415
1416 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
1417
1418 * minibuffer.el (completion-category-overrides): New completion
1419 category `bookmark' (bug#11131).
1420
1421 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * emacs-lisp/advice.el (ad-assemble-advised-definition):
1424 Silence bogus compiler warnings for ad-do-it.
1425
1426 * bookmark.el (bookmark-completing-read): Set the completion category
1427 to `bookmark' (bug#11131).
1428
1429 2012-10-26 Bastien <bzg@altern.org>
1430 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * face-remap.el: Use lexical-binding.
1433 (text-scale-adjust): Improve docstring. Use itself for the temporary
1434 overlay-map bindings, so as to repeat the "Use..." message each time.
1435
1436 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * emacs-lisp/macroexp.el (macroexp--expand-all):
1439 Obey byte-compile-warning-enabled-p (bug#12486).
1440
1441 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
1442 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
1443
1444 2012-10-26 Martin Rudalics <rudalics@gmx.at>
1445
1446 * mouse.el (mouse-drag-line): Move last form into preceding when
1447 clause (Bug#12731).
1448
1449 * help.el (resize-temp-buffer-window): Fix doc-string.
1450
1451 2012-10-25 David Engster <deng@randomsample.de>
1452
1453 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
1454 Remove. This feature is already integrated in imenu.
1455
1456 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
1457 always loaded. Require `speedbar' unconditionally.
1458
1459 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
1462
1463 * minibuffer.el (minibuffer-force-complete): Fix thinko.
1464
1465 * net/ldap.el (ldap-search-internal): The official ldif format starts
1466 with a "version: 1" header (bug#12724).
1467
1468 * emacs-lisp/package.el (package-installed-p): Warn if not ready
1469 (bug#12721).
1470
1471 2012-10-25 Glenn Morris <rgm@gnu.org>
1472
1473 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1474
1475 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * minibuffer.el (minibuffer-force-complete): Use one more marker
1478 for the temporary-overlay-map command (bug#12619).
1479
1480 2012-10-24 Chong Yidong <cyd@gnu.org>
1481
1482 * time.el (display-time-world-mode): Derive from special-mode.
1483 (display-time-world): Use display-buffer (Bug#12708).
1484 (display-time-world-mode-map): Variable deleted.
1485 (display-time-world-display): Wrap the final delete-char inside
1486 inhibit-read-only.
1487
1488 2012-10-24 Chong Yidong <cyd@gnu.org>
1489
1490 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1491 Doc fix.
1492
1493 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1494
1495 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * minibuffer.el (completion--all-sorted-completions-location): New var.
1498 (completion--cache-all-sorted-completions)
1499 (completion--flush-all-sorted-completions): Use it.
1500 (completion-in-region, completion-in-region--postch)
1501 (completion-at-point, completion-help-at-point): Use markers in
1502 completion-in-region--data (bug#12619).
1503
1504 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * progmodes/compile.el (compilation-start): Try to handle common
1507 quoting of `cd' argument (bug#12640).
1508
1509 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1510 (bug#12671).
1511
1512 2012-10-23 Glenn Morris <rgm@gnu.org>
1513
1514 * progmodes/gud.el (gud-menu-map):
1515 Check gdb-active-process is bound. (Bug#12358)
1516
1517 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * repeat.el (repeat): Set real-this-command (bug#12232).
1520
1521 * htmlfontify.el (hfy-post-html-hook):
1522 * filesets.el (filesets-cache-fill-content-hook):
1523 * arc-mode.el (archive-extract-hook):
1524 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1525 * net/rcirc.el (rcirc-sentinel-functions)
1526 (rcirc-receive-message-functions, rcirc-activity-functions)
1527 (rcirc-print-functions):
1528 * net/dbus.el (dbus-event-error-functions):
1529 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1530 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1531 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1532 * term/sun.el (sun-raw-prefix-hooks):
1533 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1534
1535 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
1536
1537 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1538 Set `tramp-chunksize' to 1. This improves the performance.
1539 (tramp-smb-wait-for-output): Add timeout to
1540 `tramp-accept-process-output' calls.
1541
1542 2012-10-23 Chong Yidong <cyd@gnu.org>
1543
1544 * faces.el (font-list-limit): Define as an obsolete variable.
1545
1546 * startup.el (command-line):
1547 * cus-start.el: Don't refer to font-list-limit.
1548
1549 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1550
1551 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * subr.el (internal-temp-output-buffer-show): Rename from
1554 temp-output-buffer-show, since previously compiled files expect this name.
1555
1556 2012-10-23 Glenn Morris <rgm@gnu.org>
1557
1558 * image.el (image-type-from-file-name): If multiple types match,
1559 return the first one that is supported. (Bug#9045)
1560
1561 2012-10-22 Glenn Morris <rgm@gnu.org>
1562
1563 * image.el (imagemagick-enabled-types): Doc fix.
1564
1565 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1566
1567 * progmodes/which-func.el (which-func-current): The hash-table may have
1568 an explicit nil (bug#12338).
1569
1570 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * electric.el (electric-pair-delete-selection-self-insert-function):
1573 Rename to electric-pair-will-use-region, return a boolean.
1574 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1575
1576 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1577 (delete-selection-pre-hook): Use use-region-p.
1578 (delete-selection-self-insert-function): Remove.
1579 (self-insert-command): Obey self-insert-uses-region-functions.
1580 (self-insert-iso): Revert to previous setting, since we don't actually
1581 know what that command does.
1582 (delete-selection-self-insert-hooks): Remove.
1583
1584 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1585
1586 * delsel.el (delete-selection-helper): New function, extracted from
1587 delete-selection-pre-hook.
1588 (delete-selection-pre-hook): Use it.
1589 (delete-selection-self-insert-function): New function.
1590 (delete-selection-self-insert-hooks): New hook.
1591 (self-insert-command, self-insert-iso): Use it.
1592 * electric.el (electric-pair-syntax): New function, extracted from
1593 electric-pair-post-self-insert-function.
1594 (electric-pair-post-self-insert-function): Use it.
1595 (electric-pair-delete-selection-self-insert-function): New function.
1596 (electric-pair-mode): Require delsel and setup
1597 delete-selection-self-insert-hooks (bug#11520).
1598
1599 2012-10-20 Chong Yidong <cyd@gnu.org>
1600
1601 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1602 no changes to show (Bug#12586).
1603
1604 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1605 list explicitly (Bug#12571).
1606
1607 2012-10-20 Arne Jørgensen <arne@arnested.dk>
1608
1609 * progmodes/flymake.el (flymake-create-temp-inplace):
1610 Use file-truename.
1611
1612 2012-10-20 Eli Zaretskii <eliz@gnu.org>
1613
1614 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1615
1616 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1617
1618 * calc/calc-units.el (math-extract-units): Properly extract powers
1619 of units.
1620
1621 2012-10-20 Daniel Colascione <dancol@dancol.org>
1622
1623 * frame.el (make-frame): Set x-display-name as we used to in order
1624 to unbreak creating an X11 frame from an Emacs daemon started
1625 without a display.
1626
1627 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * minibuffer.el (minibuffer-force-complete): Make the next completion use
1630 the same completion-field (bug#12221).
1631
1632 2012-10-19 Martin Rudalics <rudalics@gmx.at>
1633
1634 * emacs-lisp/debug.el (debug): Record height of debugger window
1635 also when debugger will be back (Bug#8789).
1636
1637 2012-10-18 Chong Yidong <cyd@gnu.org>
1638
1639 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1640 Convert to defcustom.
1641 (gdb-get-source-file): Don't bind pop-up-windows.
1642
1643 * progmodes/gud.el (gud-display-line): Don't specially re-use
1644 other frames for the gdb-mi case (Bug#12648).
1645
1646 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * emacs-lisp/advice.el: Clean up commentary a bit.
1649 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1650 (byte-code-function-p): Never redefine.
1651
1652 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1653
1654 2012-10-18 Glenn Morris <rgm@gnu.org>
1655
1656 * dired.el (dired-sort-toggle): Some ls implementations only allow
1657 a single option string. (Bug#12666)
1658
1659 * minibuffer.el (completion-cycle-threshold): Doc fix.
1660
1661 2012-10-17 Kenichi Handa <handa@gnu.org>
1662
1663 * international/mule.el (set-keyboard-coding-system):
1664 Recover input meta mode when the new coding system doesn not use 8-bit.
1665 Supply TERMINAL arg to set-input-meta-mode.
1666
1667 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1668
1669 * wdired.el (wdired-old-marks): New variable.
1670 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1671 (wdired-do-renames): Move point with renamed file and don't lose
1672 mark status (Bug#11795).
1673
1674 2012-10-16 Juri Linkov <juri@jurta.org>
1675
1676 * replace.el (query-replace-help): Mention multi-buffer replacement
1677 keys in the Help message. (Bug#12655)
1678
1679 2012-10-15 Chong Yidong <cyd@gnu.org>
1680
1681 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1682
1683 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1684
1685 * window.el (display-buffer): Doc fix.
1686
1687 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1688 Adjust the msft regexp to the output of Studio 2010, and move msft
1689 before edg-1. See the discussion on emacs-devel,
1690 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1691 for the details.
1692
1693 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1696 (oset): Move uses of object-class-fast macro after its definition.
1697
1698 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1699
1700 2012-10-13 Chong Yidong <cyd@gnu.org>
1701
1702 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1703 enabled, re-enable it (Bug#11963).
1704
1705 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1706
1707 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1708 non-nil, restore window configuration (Bug#12623).
1709
1710 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * help-fns.el (describe-variable, describe-function-1):
1713 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1714
1715 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1716
1717 2012-10-12 Glenn Morris <rgm@gnu.org>
1718
1719 * mail/rmailsum.el (rmail-header-summary):
1720 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1721
1722 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1723
1724 * progmodes/python.el (python-mode-map):
1725 Replace subtitute-key-definition with proper command remapping.
1726 (python-nav--up-list): Fix behavior for blocks on the same level.
1727
1728 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1731
1732 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1733 changes to the format of load-history.
1734
1735 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1736 completion-ignore-case in case that var is buffer-local (bug#12615).
1737
1738 2012-10-11 Kenichi Handa <handa@gnu.org>
1739
1740 * international/eucjp-ms.el: Re-generated.
1741
1742 2012-10-10 Kenichi Handa <handa@gnu.org>
1743
1744 * select.el (xselect--encode-string): If a coding is specified for
1745 selection, and that is compatible with COMPOUND_TEXT, use it.
1746
1747 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1748
1749 * window.el (switch-to-buffer-preserve-window-point): New option.
1750 (switch-to-buffer):
1751 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1752
1753 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1756 Don't document nil as a useful value (bug#12583).
1757
1758 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1759
1760 * net/tramp.el (tramp-debug-message):
1761 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1762 (with-tramp-progress-reporter): Rename from
1763 `tramp-with-progress-reporter'.
1764 (with-tramp-file-property, with-tramp-connection-property):
1765 Move from tramp-cache.el, rename from `with-file-property' and
1766 `with-connection-property', respectively.
1767
1768 * net/tramp-cache.el: Remove `with-file-property' and
1769 `with-connection-property'.
1770
1771 * net/tramp.el:
1772 * net/tramp-gvfs.el:
1773 * net/tramp-sh.el:
1774 * net/tramp-smb.el: Adapt callees.
1775
1776 * net/trampver.el: Update release number.
1777
1778 2012-10-09 Glenn Morris <rgm@gnu.org>
1779
1780 * w32-fns.el (set-message-beep):
1781 * term/w32-win.el (set-message-beep): Update declarations.
1782
1783 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1786 (mode-line-widen, mode-line-input-method-map)
1787 (mode-line-coding-system-map, mode-line-remote)
1788 (mode-line-unbury-buffer, mode-line-bury-buffer)
1789 (mode-line-next-buffer, mode-line-previous-buffer):
1790 Replace save-selected-window+select-window => with-selected-window.
1791
1792 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1793 * progmodes/cc-vars.el (bq-process): Remove, unused.
1794
1795 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1796
1797 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1798
1799 Implemented `backward-up-list'-like navigation.
1800 * progmodes/python.el (python-nav-up-list)
1801 (python-nav-backward-up-list): New functions.
1802 (python-mode-map): Define substitute key for backward-up-list to
1803 python-nav-backward-up-list.
1804
1805 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1806
1807 * progmodes/python.el (python-fill-paragraph): Rename from
1808 python-fill-paragraph-function. Fixed fill-paragraph for
1809 decorators (Bug#12605).
1810
1811 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1812
1813 * progmodes/python.el (python-shell-output-filter): Handle extra
1814 carriage return in OSX (Bug#12409).
1815
1816 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1817
1818 Fix shell handling of unbalanced quotes and parens in output.
1819 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1820 (python-syntax-propertize-function): Use it.
1821 (python-shell-output-syntax-table): New var.
1822 (inferior-python-mode): Prevent unbalanced parens/quotes from
1823 previous output mess with current input context.
1824
1825 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1826
1827 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1828 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1829
1830 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1831
1832 * ffap.el (ffap-replace-file-component): Support Tramp file name
1833 syntax, not only ange-ftp's one.
1834
1835 2012-10-08 Glenn Morris <rgm@gnu.org>
1836
1837 * cus-start.el (message-log-max): Set :version.
1838
1839 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1840
1841 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1842
1843 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1844 the minibuffer window (Bug#10851).
1845
1846 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1847
1848 Enhancements on forward-sexp movement.
1849 * progmodes/python.el (python-nav-beginning-of-statement)
1850 (python-nav-end-of-statement): Return point-marker.
1851 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1852 (python-info-current-symbol)
1853 (python-info-statement-starts-block-p): Rename from
1854 python-info-beginning-of-block-p.
1855 (python-info-statement-ends-block-p): Rename from
1856 python-info-end-of-block-p.
1857 (python-info-beginning-of-statement-p)
1858 (python-info-end-of-statement-p)
1859 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1860 New functions.
1861
1862 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1865 frame-selected-windows.
1866
1867 2012-10-08 Daniel Colascione <dancol@dancol.org>
1868
1869 * battery.el (battery-status-function): Check for
1870 w32-battery-status itself, not system-time windows-nt.
1871
1872 * frame.el: Require cl-lib.
1873 (display-format-alist): New variable mapping frame types to
1874 functions that initialize them.
1875 (window-system-for-display): New function: interprets
1876 display-format-alist.
1877 (make-frame-on-display): Remove existing display-selection logic
1878 and just forward to make-frame, which will now DTRT.
1879 (make-frame): Restructure to use window-system-for-display to
1880 figure out how to create a frame on a given display.
1881 (display-mouse-p): Look for frame-type w32, not a particular
1882 system-type.
1883
1884 * loadup.el: Load w32 lisp code when we have the w32 feature.
1885
1886 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1887 system-type windows-nt.
1888
1889 * server.el (server-create-window-system-frame): Look for window
1890 type.
1891 (server-proces-filter): Only force a window system when windows-nt
1892 _and_ w32. Explain why.
1893
1894 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1895 of window systems we configure for the mode.
1896
1897 * startup.el (command-line): Mark window system is initialized
1898 after we've done it.
1899
1900 * common-win.el (x-select-text): Look for w32, not windows-nt.
1901
1902 * ns-win.el: Require cl-lib. Add ourselves to
1903 display-format-alist.
1904 (ns-initialize-window-system): Assert we're not initialized twice.
1905
1906 * w32-win.el: Enable lexical binding; require cl-lib; add
1907 ourselves to display-format-alist.
1908 (w32-handle-dropped-file): Convert incoming dropped files from
1909 Windows paths to Cygwin ones before passing them on to the rest of
1910 Emacs.
1911 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1912 (w32-initialize-window-system): Assert we're not initialized twice.
1913
1914 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1915 (x-initialize-window-system): Assert we're not initialized twice.
1916
1917 * w32-common-fns.el: New File.
1918 (w32-version, w32-using-nt, w32-get-clipboard-data)
1919 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1920 (w32-charset-info-alist, x-last-selected, text)
1921 (x-get-selection-value, x-selection-value): Move here.
1922
1923 * w32-fns.el: Require w32-common-fns.
1924 (w32-version, w32-using-nt, w32-get-clipboard-data)
1925 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1926 (w32-charset-info-alist, x-last-selected, text)
1927 (x-get-selection-value, x-selection-value): Move to
1928 w32-common-fns.
1929
1930 * w32-vars.el:
1931 (w32-allow-system-shell, w32-system-shells): Define only in
1932 non-cygwin case.
1933
1934 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1937 (read-passwd): Remove a few more potential sources of leaks.
1938
1939 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1940
1941 * progmodes/python.el (inferior-python-mode)
1942 (python-shell-make-comint): Fix initialization of local
1943 variables copied from parent buffer.
1944
1945 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1946
1947 * term/ns-win.el (ns-read-file-name): Update declaration to match
1948 nsfns.m.
1949 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1950 it is set when font is acted upon.
1951
1952 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1953
1954 Enhancements to indentation.
1955 * progmodes/python.el (python-indent-context): Give priority to
1956 inside-string context. Make comments indentation markers.
1957 (python-indent-region): Do not mess with strings, unless it's the
1958 enclosing set of quotes.
1959
1960 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * window.el (internal--before-save-selected-window)
1963 (internal--after-save-selected-window): New functions extracted from
1964 save-selected-window. Make sure we return the `alist' we construct.
1965 (save-selected-window): Use them.
1966
1967 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1968 Use with-selected-window.
1969
1970 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1971 forms that define macros (bug#12593).
1972
1973 2012-10-07 Kenichi Handa <handa@gnu.org>
1974
1975 * international/mule-conf.el (compound-text-with-extensions):
1976 Add :mime-charset property as x-ctext.
1977
1978 2012-10-07 Stefan Merten <smerten@oekonux.de>
1979
1980 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1981 (rst-indent-literal-normal, rst-indent-literal-minimized)
1982 (rst-indent-comment): Correct :version tag.
1983 (rst-official-cvs-rev): Correct version string.
1984
1985 2012-10-07 Glenn Morris <rgm@gnu.org>
1986
1987 * mail/rmailmm.el (rmail-mime-process-multipart):
1988 Do not confuse a multipart message with an epilogue
1989 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1990
1991 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1992
1993 Fix shell output retrieval and comint-prompt-regexp init.
1994 * progmodes/python.el (inferior-python-mode):
1995 (python-shell-make-comint): Fix initialization of
1996 comint-prompt-regexp from copied file local variables.
1997 (python-shell-fetched-lines): Remove var.
1998 (python-shell-output-filter-in-progress): Rename from
1999 python-shell-fetch-lines-in-progress.
2000 (python-shell-output-filter-buffer): Rename from
2001 python-shell-fetch-lines-string.
2002 (python-shell-fetch-lines-filter): Delete function.
2003 (python-shell-output-filter): New function.
2004 (python-shell-send-string-no-output): Use them.
2005
2006 2012-10-07 Glenn Morris <rgm@gnu.org>
2007
2008 * hi-lock.el (hi-lock-process-phrase):
2009 Try to make it less fragile. (Bug#7161)
2010
2011 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
2012
2013 2012-10-06 Glenn Morris <rgm@gnu.org>
2014
2015 * ehelp.el (electric-help-mode): Use help-mode rather than
2016 non-existent mode `help'.
2017 (electric-help-map): Use button-buffer-map. (Bug#10917)
2018
2019 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
2020 (reftex-create-bibtex-footer): Fix custom types.
2021
2022 * progmodes/sh-script.el (sh-indent-after-continuation):
2023 Add explicit :group.
2024
2025 * textmodes/rst.el (rst-preferred-decorations)
2026 (rst-shift-basic-offset): Clarify obsolescence versions.
2027
2028 * profiler.el (profiler): Add missing group :version tag.
2029 * avoid.el (mouse-avoidance-banish-position):
2030 * proced.el (proced-renice-command):
2031 * calc/calc.el (calc-ensure-consistent-units):
2032 * calendar/icalendar.el (icalendar-import-format-uid):
2033 * net/tramp.el (tramp-save-ad-hoc-proxies):
2034 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2035 * progmodes/flymake.el (flymake-error-bitmap)
2036 (flymake-warning-bitmap, flymake-fringe-indicator-position):
2037 * progmodes/sh-script.el (sh-indent-after-continuation):
2038 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
2039 (verilog-before-save-font-hook, verilog-after-save-font-hook):
2040 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
2041 (vhdl-array-index-record-field-in-sensitivity-list)
2042 (vhdl-indent-comment-like-next-code-line):
2043 * textmodes/reftex-vars.el (reftex-ref-style-alist)
2044 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
2045 (reftex-cite-key-separator, reftex-create-bibtex-header)
2046 (reftex-create-bibtex-footer):
2047 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2048 (rst-indent-literal-normal, rst-indent-literal-minimized)
2049 (rst-indent-comment): Add missing custom :version tags.
2050
2051 * calendar/timeclock.el (timeclock-modeline-display):
2052 Add missing obsolete alias for renamed user option.
2053
2054 * strokes.el (strokes-modeline-string):
2055 * emulation/crisp.el (crisp-mode-modeline-string):
2056 * eshell/esh-mode.el (eshell-status-in-modeline):
2057 Aliases to defcustoms must come before the defcustom.
2058
2059 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
2060 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2061 (cal-tex-cursor-week-monday): Doc fixes.
2062 (cal-tex-cursor-week2-summary): Doc fix.
2063 Rename from cal-tex-cursor-week-at-a-glance.
2064
2065 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
2066 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
2067
2068 * calendar/calendar.el (calendar-mode-map):
2069 Add cal-tex-cursor-week2-summary.
2070
2071 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
2074
2075 * subr.el (read-passwd-map): New var.
2076 (read-passwd): Use `read-string' again.
2077 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
2078
2079 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
2080
2081 * register.el (append-to-register, prepend-to-register):
2082 Deactivate mark, as does `copy-to-register' (bug#12389).
2083
2084 2012-10-06 Chong Yidong <cyd@gnu.org>
2085
2086 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
2087
2088 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
2089
2090 * international/characters.el: Fix simple mistake ((car chars) ->
2091 elt), delete duplicated code.
2092
2093 2012-10-06 Glenn Morris <rgm@gnu.org>
2094
2095 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
2096
2097 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
2098
2099 * color.el (color-hsl-to-rgb): Fix incorrect results for
2100 small and large hue values. (Bug#12559)
2101
2102 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
2103
2104 Enhancements to docstring formatting when filling paragraphs.
2105 * progmodes/python.el (python-fill-docstring-style): Rename from
2106 python-fill-string-style. Added new style.
2107 (python-fill-string): Use new style. Better checks for
2108 docstrings.
2109
2110 2012-10-05 Glenn Morris <rgm@gnu.org>
2111
2112 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
2113
2114 * color.el (color-name-to-rgb, color-rgb-to-hex)
2115 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2116 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2117 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2118 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2119
2120 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
2121
2122 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
2123
2124 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
2125 to get the correct size across symlinks.
2126
2127 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
2128
2129 2012-10-04 Juri Linkov <juri@jurta.org>
2130
2131 * replace.el (query-replace-interactive): Declare obsolete.
2132 (query-replace-read-from): Add the last incremental search string
2133 to the list of default values accessible via M-n.
2134 (map-query-replace-regexp): Use `read-regexp'.
2135 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2136 (map-query-replace-regexp, replace-string, replace-regexp):
2137 Fix docstrings to replace mentions of `query-replace-interactive'
2138 with alternatives. (Bug#12526)
2139
2140 2012-10-04 Juri Linkov <juri@jurta.org>
2141
2142 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
2143 (dired-pop-to-buffer): Declare obsolete.
2144 (dired-mark-pop-up): Doc fix.
2145
2146 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
2147
2148 Allow user to set docstring style for fill-paragraph.
2149 * progmodes/python.el
2150 (python-fill-comment-function, python-fill-string-function)
2151 (python-fill-decorator-function, python-fill-paren-function):
2152 Remove :safe for defcustoms.
2153 (python-fill-string-style): New defcustom
2154 (python-fill-paragraph-function): Enhance context detection.
2155 (python-fill-string): Honor python-fill-string-style settings.
2156
2157 2012-10-04 Martin Rudalics <rudalics@gmx.at>
2158
2159 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
2160 after setting its buffer (Bug#10805).
2161
2162 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
2163
2164 Fix cornercase for string syntax.
2165 * progmodes/python.el (python-syntax-propertize-function):
2166 Simplify and enhance the regexp for unescaped quotes. Now it also
2167 matches quotes in weird situations like the single quote in
2168 "something\"'".
2169 (python-syntax-stringify): Simplify num-quotes detecting code.
2170
2171 2012-10-03 Glenn Morris <rgm@gnu.org>
2172
2173 * help-macro.el (three-step-help):
2174 Revert 2012-09-29 change. (Bug#12567)
2175
2176 2012-10-03 Martin Rudalics <rudalics@gmx.at>
2177
2178 * menu-bar.el (kill-this-buffer): Don't do anything when
2179 `menu-frame' is not alive or visible (Bug#8184).
2180
2181 * emacs-lisp/debug.el (debug): When quitting the debugger window
2182 restore current buffer (Bug#12502).
2183
2184 2012-10-02 Chong Yidong <cyd@gnu.org>
2185
2186 * progmodes/hideif.el (hif-lookup, hif-defined):
2187 Handle semantic-c-takeover-hideif.
2188
2189 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
2190
2191 Change sampling interval units from ms to ns.
2192 * profiler.el (profiler-sampling-interval): Change units
2193 from ms to ns, multiplying the default by 1000000 so that
2194 it remains 1 ms.
2195 (profiler-report-cpu-line-format): Give enough room for
2196 the maximum counters on 64-bit hosts.
2197 (profiler-report-render-calltree-1): Call them "CPU samples",
2198 not "Time (ms)", since they are not milliseconds now (and
2199 never really were).
2200
2201 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
2202
2203 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
2204 Fix querying BBDB for entries without a last name (Bug#11580).
2205
2206 2012-10-02 Chong Yidong <cyd@gnu.org>
2207
2208 * emacs-lisp/eieio.el: Restore Version header.
2209
2210 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * vc/diff-mode.el (diff--auto-refine-data): New var.
2213 (diff-hunk): Use it to delay refinement.
2214 (diff-mode): Remove overlays when we turn off font-lock.
2215
2216 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
2217 (table-initialize-table-fixed-width-mode)
2218 (table-set-table-fixed-width-mode): Remove functions.
2219 (table-command-list): Move initialization into declaration.
2220 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
2221 (table-with-cache-buffer): Use `declare'.
2222 (table-span-cell): Simplify via CSE.
2223 (table-fixed-width-mode): Use define-minor-mode.
2224 (table-call-interactively, table-funcall, table-apply): Remove.
2225 (table-function): New function, to replace them.
2226
2227 * bookmark.el (bookmark-search-pattern): Remove var.
2228 (bookmark-read-search-input): Remove function.
2229 (bookmark-bmenu-search): Reimplement using a minibuffer.
2230
2231 * faces.el (modeline): Remove obsolete face name.
2232
2233 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
2234 and give a non-nil default value.
2235 (add-change-log-entry): Simplify accordingly.
2236
2237 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
2238
2239 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
2240 (vc-git-log-edit-toggle-amend): New function.
2241 (vc-git-log-edit-toggle-signoff): New function.
2242 (vc-git-log-edit-mode): New major mode.
2243 (vc-git-log-edit-mode-map): Keymap for it.
2244 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
2245
2246 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
2247 header names.
2248 (log-edit-toggle-header): New function.
2249 (log-edit-extract-headers): Accept function values in HEADERS alist.
2250
2251 2012-10-01 David Engster <deng@randomsample.de>
2252
2253 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
2254 from symbol property and change message to be more consistent with
2255 Emacs proper.
2256 (eieio-describe-generic): Add filename for each implementation.
2257 Fix indices for generic and normal methods.
2258 (eieio-method-def, eieio-class-def): New buttons.
2259 (eieio-help-find-method-definition)
2260 (eieio-help-find-class-definition): New functions.
2261 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
2262 class, constructor and method definitions.
2263
2264 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
2265 information in symbol property.
2266 (scoped-class): Remove.
2267 (eieio-slot-name-index, call-next-method): Check if it is bound.
2268
2269 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
2270
2271 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
2272 (eieio-custom-mode): New major mode.
2273 (eieio-customize-object): Use it.
2274
2275 2012-10-01 Eric Ludlam <zappo@gnu.org>
2276
2277 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
2278 specifying the expected class, and whether subclassing is allowed.
2279 (eieio-persistent-convert-list-to-object):
2280 (eieio-persistent-validate/fix-slot-value)
2281 (eieio-persistent-slot-type-is-class-p): New functions.
2282 (eieio-named::slot-missing): Doc fix.
2283
2284 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
2285 Stop using unused publd variable.
2286
2287 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2288 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
2289 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
2290 (eieio-speedbar-handle-click): Do not specify a class for the
2291 method. Fixes method invocation order problems with EDE.
2292
2293 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
2296 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
2297
2298 2012-10-01 Karl Fogel <kfogel@red-bean.com>
2299
2300 * bookmark.el (bookmark-version-control): Give tags in the
2301 :type choices (Bug#12309), and improve doc string.
2302 (bookmark-write-file): Bind `print-circle' to `t' to allow
2303 circular custom bookmark types. (Bug#12503)
2304
2305 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2306
2307 Revert the FOLLOW-SYMLINKS change for file-attributes.
2308 * files.el (remote-file-name-inhibit-cache, after-find-file):
2309 * time.el (display-time-file-nonempty-p): Undo last change.
2310
2311 * profiler.el (profiler-sampling-interval): Change default back to 1.
2312 See Stefan Monnier in
2313 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
2314
2315 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
2316
2317 Shell output catching a la gud-gdb.
2318 * progmodes/python.el (python-shell-fetch-lines-in-progress)
2319 (python-shell-fetch-lines-string, python-shell-fetched-lines):
2320 New Vars.
2321 (python-shell-fetch-lines-filter): New function.
2322 (python-shell-send-string-no-output): Use them.
2323
2324 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
2325
2326 * profiler.el (profiler-sampling-interval): Rename from
2327 profiler-sample-interval.
2328 (profiler-sampling-interval): Default to 10.
2329 (profiler-find-profile): New command (was profiler-find-log).
2330 (profiler-find-profile-other-window): New command.
2331 (profiler-find-profile-other-frame): New command.
2332 (profiler-profile): Introduce API-level data structure.
2333
2334 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2335
2336 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2337 * files.el (remote-file-name-inhibit-cache):
2338 * time.el (display-time-file-nonempty-p): Use it.
2339 * files.el (after-find-file): Don't chase links before calling
2340 file-exists-p, as file-exists-p already does the right thing.
2341
2342 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2343
2344 Merge from standalone RefTeX repository.
2345
2346 The following ChangeLog entries are shortened versions of the
2347 original ones with file paths adapted. A not so strongly edited
2348 version of the original ChangeLog can be found in the commit log.
2349
2350 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
2351 (reftex-arg-cite): Use `reftex-cite-key-separator'.
2352 Correctly handle new value type returned by `reftex-citation'.
2353
2354 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
2355 that entries with whitespace at various places are found.
2356 Doc fix. Include entries that are cross-referenced from cited entries.
2357 Include @String definitions in the resulting bib file. Add header
2358 and footer defined in `reftex-create-bibtex-header' and
2359 `reftex-create-bibtex-footer'.
2360 (reftex-do-citation): Make it possible again to insert
2361 non-existent entries. Save match data when asking for optional
2362 arguments. Return all keys, not just the first one.
2363 (reftex-all-used-citation-keys): Fix regexp to correctly extract
2364 all citations in the same line.
2365 (reftex-parse-bibtex-entry): Accept additional optional argument
2366 `raw' and keep quotes or braces if it is non-nil. Match fields
2367 containing hyphens besides word constituents.
2368 (reftex-get-string-refs): New function.
2369 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
2370 and ask if it should be reread in case it did.
2371 (reftex-pop-to-bibtex-entry)
2372 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
2373 entries with spaces or tabs in front of arguments.
2374 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
2375 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
2376 Match entries containing numbers and symbol constituents.
2377 (reftex-do-citation, reftex-figure-out-cite-format):
2378 Use `reftex-cite-key-separator'.
2379
2380 * textmodes/reftex-dcr.el: Move provide statement to end of file.
2381 (reftex-mouse-view-crossref): Explain why point is set.
2382
2383 * textmodes/reftex-global.el: Whitespace changes.
2384
2385 * textmodes/reftex-index.el: Move provide statement to end of
2386 file.
2387 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
2388 (reftex-index-visit-phrases-buffer): Set marker when visiting
2389 buffer. This allows for returning from the phrases file to the
2390 file one was just editing instead of the file where the last
2391 phrases was added from.
2392 (reftex-index-phrases-syntax-table): New variable. Give ?\"
2393 punctuation syntax as it usually is not used as string quote in
2394 TeX-related modes and may occur unmatched. The change also
2395 prevents fontification of quoted content.
2396 (reftex-index-phrases-mode): Use it.
2397
2398 * textmodes/reftex-parse.el (reftex-parse-from-file):
2399 Move backward one char if a `\' was matched after a section macro.
2400 (reftex-parse-from-file): Use beginning of match instead of end as
2401 bound.
2402
2403 * textmodes/reftex-ref.el: Adapt creation of
2404 `reftex-<package>-<macro>' functions to new structure of
2405 `reftex-ref-style-alist'.
2406 (reftex-reference): Use `reftex-ref-style-list' function.
2407 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
2408 reference macro if `reftex-ref-macro-prompt' is non-nil.
2409 (reftex-reference): Pass refstyle to `reftex-format-special'.
2410 Determine reference macro by looking at
2411 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
2412 Use only one special format function.
2413 (reftex-varioref-vref, reftex-fancyref-fref)
2414 (reftex-fancyref-Fref): Remove definitions. The functions are now
2415 generated from `reftex-ref-style-alist'.
2416 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
2417 Remove.
2418 (reftex-format-special): New function.
2419
2420 * textmodes/reftex-sel.el
2421 (reftex-select-cycle-ref-style-internal): Adapt to new structure
2422 of `reftex-ref-style-alist'. Remove code for testing macro type.
2423 (reftex-select-toggle-varioref)
2424 (reftex-select-toggle-fancyref): Remove.
2425 (reftex-select-cycle-ref-style-internal)
2426 (reftex-select-cycle-ref-style-forward)
2427 (reftex-select-cycle-ref-style-backward): New functions.
2428 (reftex-select-label-map): Use `v' and `V' for general cycling
2429 through reference styles. Add `p' for switching between number
2430 and page reference types.
2431
2432 * textmodes/reftex-toc.el (reftex-re-enlarge):
2433 Call `enlarge-window' only if there is something to do because in Emacs
2434 the horizontal version throws an error even if the parameter is 0.
2435
2436 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
2437 (reftex-plug-into-AUCTeX): Doc fix.
2438 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
2439 string. Adapt to new name.
2440 (reftex-ref-style-alist): Change structure so that it is not
2441 possible to use multiple different package names within a style.
2442 Remove the symbols for symbols for macro type distinction.
2443 Add characters for macro selection.
2444 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
2445 (reftex-create-bibtex-footer): New variables.
2446 (reftex-format-ref-function): Mention third argument of special
2447 format function.
2448 (reftex-ref-style-alist, reftex-ref-style-default-list):
2449 New variables.
2450 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
2451 to new implementation. Mark as obsolete. Add compatibility code
2452 for honoring the variable values in case they are set.
2453 (reftex-cite-format-builtin, reftex-bibliography-commands):
2454 Add support for ConTeXt.
2455 (reftex-format-ref-function, reftex-format-cite-function):
2456 Fix custom type.
2457 (reftex-cite-key-separator): New variable.
2458
2459 * textmodes/reftex.el (reftex-syntax-table-for-bib)
2460 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
2461 `reftex-syntax-table' because parens have to retain their paren
2462 syntax in order for parsing of BibTeX entries like @book(...) to
2463 work.
2464 (reftex-in-comment): Do not error out if `comment-start-skip' is
2465 not set. Deal correctly with escaped comment characters.
2466 (reftex-tie-multifile-symbols): Add doc string.
2467 Initialize `reftex-ref-style-list'.
2468 (reftex-untie-multifile-symbols): Add doc string.
2469 (reftex-add-index-macros): Doc fix.
2470 (reftex-ref-style-activate, reftex-ref-style-toggle)
2471 (reftex-ref-style-list): New functions.
2472 (reftex-mode-menu): Use them. Adapt to new structure of
2473 `reftex-ref-style-alist'.
2474 (reftex-select-with-char): Kill the RefTeX Select buffer when
2475 done.
2476 (reftex-remove-if): New function.
2477 (reftex-erase-all-selection-and-index-buffers)
2478 (reftex-mode-menu): Reference styles are now computed from
2479 `reftex-ref-style-alist'. Fix typo.
2480 (reftex-report-bug): New function.
2481 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2482 algorithms with O(n log n). Introduce optional argument SORT (not
2483 yet used).
2484
2485 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
2486
2487 Enhancements for triple-quote string syntax.
2488 * progmodes/python.el (python-syntax-propertize-function):
2489 Match both quote cases in one regexp.
2490 (python-syntax-stringify): Handle matches properly.
2491
2492 2012-09-30 Juri Linkov <juri@jurta.org>
2493
2494 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
2495 to nil around the call to `insert' to prevent
2496 directory time modification by lock_file. (Bug#2295)
2497 * tar-mode.el (tar-summarize-buffer): Idem.
2498
2499 2012-09-30 Juri Linkov <juri@jurta.org>
2500
2501 * facemenu.el (list-colors-sort): Add option "Luminance".
2502 (list-colors-sort-key): Implement it.
2503
2504 * vc/diff-mode.el (diff-refine-removed):
2505 * vc/ediff-init.el (ediff-fine-diff-A):
2506 * vc/smerge-mode.el (smerge-refined-removed):
2507 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
2508
2509 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
2510
2511 * term/ns-win.el (x-file-dialog): New function.
2512
2513 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * ido.el (ido-max-directory-size): Default to nil; the current
2516 default is small for POSIX systems, and impractical on Windows 7
2517 now that lstat returns directory sizes for NTFS.
2518
2519 2012-09-30 Martin Rudalics <rudalics@gmx.at>
2520
2521 In buffer display functions handle window-height/window-width
2522 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
2523 * window.el (window--display-buffer): New argument ALIST.
2524 Obey window-height and window-width alist entries.
2525 (window--try-to-split-window): New argument ALIST.
2526 Bind window-combination-limit to t when the window's size shall be
2527 changed and window-combination-limit equals `window-size'.
2528 (display-buffer-in-atom-window)
2529 (display-buffer-in-major-side-window)
2530 (display-buffer-in-side-window, display-buffer-same-window)
2531 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2532 (display-buffer-pop-up-window, display-buffer-below-selected)
2533 (display-buffer-at-bottom, display-buffer-in-previous-window)
2534 (display-buffer-use-some-window): Adjust all callers of
2535 window--display-buffer and window--try-to-split-window.
2536 (fit-frame-to-buffer): New option.
2537 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2538 is non-nil.
2539 (display-buffer-in-major-side-window): Evaluate window-height /
2540 window-width alist entries.
2541
2542 * help.el (temp-buffer-resize-frames)
2543 (temp-buffer-resize-regexps): Remove options.
2544 (temp-buffer-resize-mode): Adjust doc-string.
2545 (resize-temp-buffer-window): Don't consult
2546 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2547 temp-buffer-resize-frames.
2548
2549 * dired.el (dired-mark-pop-up):
2550 Call display-buffer-below-selected with a fit-window-to-buffer alist
2551 entry.
2552
2553 2012-09-30 Chong Yidong <cyd@gnu.org>
2554
2555 * server.el (server-host): Document the security implications.
2556 (server-auth-key): Doc fix.
2557
2558 * startup.el (initial-buffer-choice): Doc fix.
2559
2560 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2561
2562 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2563 restriction change.
2564
2565 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2566
2567 * help-fns.el (help-fns--obsolete): Fix last change.
2568
2569 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2572 (minor-mode-map-alist): Remove redundant code.
2573
2574 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2575 visited in a buffer.
2576 (cvs-insert-visited-file): New function.
2577 (find-file-hook): Use it.
2578
2579 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2580
2581 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2582 chose face.
2583 (log-edit-empty-buffer-p): Don't require a space after a header.
2584
2585 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2586
2587 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2588
2589 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2590 a proper minor-mode.
2591
2592 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2593
2594 2012-09-29 Glenn Morris <rgm@gnu.org>
2595
2596 * winner.el (winner-mode): Remove variable (let define-minor-mode
2597 handle it).
2598 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2599 Doc fixes.
2600 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2601 (winner-mode): Use define-minor-mode.
2602
2603 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2604 the full definition in loaddefs, rather than duplicating it.
2605
2606 * help-macro.el (three-step-help): No need to autoload defcustom.
2607
2608 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2609 (inferior-lisp-program, inferior-lisp-load-command)
2610 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2611 No need to autoload defcustoms.
2612
2613 * hippie-exp.el (hippie-expand-try-functions-list)
2614 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2615 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2616 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2617 (hippie-expand-only-buffers): No need to autoload defcustoms.
2618 * progmodes/vhdl-mode.el (vhdl-line-expand):
2619 Explicitly load hippie-exp, so it does not get autoloaded
2620 while hippie-expand-try-functions-list is let-bound.
2621
2622 2012-09-28 Glenn Morris <rgm@gnu.org>
2623
2624 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2625
2626 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2627 Only "cl.el" counts as cl these days.
2628
2629 2012-09-28 Juri Linkov <juri@jurta.org>
2630
2631 Display archive errors in the echo area instead of inserting
2632 to the file buffer.
2633
2634 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2635 to STDERR-TEST that can be a regexp matching a successful output.
2636 Create a temporary file and redirect stderr to it. Search for
2637 STDERR-TEST in the stderr output and display it in the echo area
2638 if no match is found.
2639 (archive-extract-by-file): New function like
2640 `archive-extract-by-stdout' but extracting archives to files
2641 and looking for successful matches in stdout. Function body is
2642 mostly copied from `archive-rar-extract'.
2643 (archive-rar-extract): Use `archive-extract-by-file'.
2644 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2645
2646 2012-09-28 Leo Liu <sdl.web@gmail.com>
2647
2648 * pcomplete.el (pcomplete-show-completions):
2649 Use minibuffer-message to make pcomplete usable in minibuffer.
2650
2651 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2652
2653 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * type-break.el: Use lexical-binding.
2656 (type-break-mode): Use define-minor-mode.
2657
2658 * emacs-lisp/pcase.el (pcase--mark-used): New.
2659 (pcase--u1): Use it (bug#12512).
2660
2661 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2662 in load-history with the right file name.
2663
2664 2012-09-28 Tassilo Horn <tsdh@gnu.org>
2665
2666 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2667 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2668 (doc-view-get-bounding-box): Make bounding box slicing work for
2669 ODF and DVI documents.
2670
2671 2012-09-28 Glenn Morris <rgm@gnu.org>
2672
2673 * type-break.el (type-break-mode, type-break-interval)
2674 (type-break-good-rest-interval, type-break-keystroke-threshold):
2675 No need to autoload.
2676 (type-break-good-rest-interval, type-break-keystroke-threshold):
2677 Add :set-after.
2678
2679 2012-09-28 Chong Yidong <cyd@gnu.org>
2680
2681 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2682 Add :version tag.
2683
2684 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2687
2688 2012-09-27 Glenn Morris <rgm@gnu.org>
2689
2690 * faces.el (x-display-name): Declare (for without-x builds).
2691
2692 * linum.el (linum-format): Don't autoload it. Improve :type.
2693
2694 * progmodes/tcl.el: Don't require outline when compiling.
2695 (outline-regexp, outline-level): Declare.
2696 * textmodes/sgml-mode.el: Don't require outline when compiling.
2697 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2698
2699 * term.el (term-ansi-reset):
2700 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2701
2702 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2703 files for RCS and SCCS. (Bug#9781)
2704
2705 2012-09-27 Chong Yidong <cyd@gnu.org>
2706
2707 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2708 change; value should be t.
2709
2710 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * image-mode.el: Use lexical-binding.
2713 (image-mode-winprops): Use t to stand for the window of
2714 a buffer that's not displayed.
2715 * doc-view.el (doc-view-new-window-function): Handle the new
2716 t in winprops.
2717 (doc-view-enlarge): Make it a real nop if the size is not changed.
2718 (doc-view-display): Handle the case where the buffer is not (yet?)
2719 displayed in any window.
2720 (doc-view-saved-settings): New var.
2721 (doc-view-mode): Use it.
2722 (doc-view-fallback-mode): Set it.
2723
2724 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2725 Set lexical-binding.
2726 (minibuffer-eldef-shorten-default): New var.
2727 (minibuffer-default-in-prompt-regexps): Use it for new default.
2728 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2729
2730 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2731
2732 * international/uni-bidi.el:
2733 * international/uni-category.el:
2734 * international/uni-name.el:
2735 * international/uni-numeric.el: Regenerate.
2736
2737 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2738 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * profiler.el: New file.
2741
2742 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2745 (testcover-reinstrument): Simplify with CSE.
2746
2747 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2748
2749 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2750
2751 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2752
2753 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2754 (verilog-auto-input, verilog-auto-insert-lisp)
2755 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2756 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2757 (verilog-auto-unused, verilog-auto-wire)
2758 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2759 newline. Reported by Andrew Jones.
2760 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2761 Reported by Brad Dobbie.
2762 (verilog-batch-delete-trailing-whitespace):
2763 Create verilog-batch-delete-trailing-whitespace.
2764 Reported by Brad Dobbie.
2765 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2766 parameters from another module. Reported by Dan Katz.
2767 (verilog-auto, verilog-auto-assign-modport)
2768 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2769 AUTOINOUTMODPORT for UVM interface module shell generation.
2770 Reported by Brad Dobbie.
2771 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2772 standard behavior.
2773 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2774 Reported by Matt Martin.
2775
2776 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2777
2778 * window.el (window--resize-child-windows): When resizing child
2779 windows proportionally, process them in reverse order to
2780 preserve the "when splitting a window the new one gets the odd
2781 line" behavior.
2782 (window--resize-root-window-vertically): When resizing the
2783 minibuffer window try to affect only windows at the bottom of the
2784 frame. (Bug#12419)
2785
2786 2012-09-25 Chong Yidong <cyd@gnu.org>
2787
2788 * subr.el (declare): Doc fix.
2789
2790 * help-fns.el (help-fns--obsolete): Handle macros properly.
2791
2792 2012-09-25 Chong Yidong <cyd@gnu.org>
2793
2794 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2795 this function obsolete.
2796
2797 * calendar/cal-x.el (calendar-two-frame-setup)
2798 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2799 * calendar/calendar.el (american-calendar, european-calendar)
2800 (calendar-for-loop):
2801 * comint.el (comint-dynamic-simple-complete)
2802 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2803 * desktop.el (desktop-load-default):
2804 * dired-x.el (dired-omit-here-always)
2805 (dired-hack-local-variables, dired-default-directory):
2806 * emacs-lisp/derived.el (derived-mode-class):
2807 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2808 * emacs-lock.el (toggle-emacs-lock):
2809 * epa.el (epa-display-verify-result):
2810 * epg.el (epg-sign-keys, epg-start-sign-keys)
2811 (epg-passphrase-callback-function):
2812 * eshell/esh-util.el (eshell-for):
2813 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2814 (eshell-add-to-window-buffer-names):
2815 * files.el (locate-file-completion):
2816 * imenu.el (imenu-example--create-c-index)
2817 (imenu-example--create-lisp-index)
2818 (imenu-example--lisp-extract-index-name)
2819 (imenu-example--name-and-position):
2820 * international/mule-cmds.el (princ-list):
2821 * international/mule-diag.el (decode-codepage-char):
2822 * international/mule-util.el (detect-coding-with-priority):
2823 * iswitchb.el (iswitchb-read-buffer):
2824 * mail/mailalias.el (mail-complete):
2825 * mail/sendmail.el (mail-sent-via):
2826 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2827 (mouse-major-mode-menu):
2828 * password-cache.el (password-read-and-add):
2829 * pcomplete.el (pcomplete-parse-comint-arguments):
2830 * progmodes/sh-script.el (sh-maybe-here-document):
2831 * replace.el (query-replace-regexp-eval):
2832 * savehist.el (savehist-load):
2833 * simple.el (choose-completion-delete-max-match):
2834 * term.el (term-dynamic-simple-complete):
2835 * vc/ediff-init.el (ediff-check-version):
2836 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2837 * vc/vc.el (vc-diff-switches-list):
2838 * view.el (view-return-to-alist-update): Likewise.
2839
2840 * subr.el (eval-next-after-load, makehash, insert-string)
2841 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2842 mark obsolete.
2843 (mode-line-inverse-video): Variable deleted.
2844
2845 * international/mule-util.el (string-to-sequence): Remove.
2846
2847 * calendar/calendar.el (calendar-version):
2848 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2849 (icalendar-convert-diary-to-ical):
2850 * cus-edit.el (custom-mode):
2851 * ansi-color.el (ansi-color-unfontify-region):
2852 * international/latin1-disp.el (latin1-char-displayable-p):
2853 * progmodes/cwarn.el (turn-on-cwarn-mode):
2854 * progmodes/which-func.el (which-func-update-1):
2855 Use define-obsolete-function-alias.
2856
2857 * net/newst-backend.el (newsticker-cache-filename):
2858 * net/newst-treeview.el (newsticker-groups-filename):
2859 Fix incorrect obsolescence declaration.
2860
2861 * allout.el (allout-passphrase-hint-string): Likewise.
2862 (allout-init): Use a declare form to mark obsolete.
2863
2864 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2865 this applies to functions.
2866
2867 * iswitchb.el (iswitchb-read-buffer): Move code of
2868 iswitchb-define-mode-map here, and delete that obsolete function.
2869
2870 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2871 font-lock-reference-face.
2872
2873 2012-09-25 Glenn Morris <rgm@gnu.org>
2874
2875 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2876 Doc fixes.
2877
2878 * eshell/em-term.el (eshell-term-name):
2879 Default to term-term-name. (Bug#12485)
2880
2881 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2882
2883 * progmodes/python.el (python-shell-send-buffer): Better handling
2884 of "if __name__ == '__main__':" conditionals when sending the buffer.
2885
2886 2012-09-24 Glenn Morris <rgm@gnu.org>
2887
2888 * eshell/esh-cmd.el (eshell-find-alias-function):
2889 Tighten up file-name regexp. (Bug#12499)
2890
2891 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2892
2893 Enhancements for triple-quote string syntax.
2894 * progmodes/python.el (python-quote-syntax): Remove.
2895 (python-syntax-propertize-function): New value.
2896 (python-syntax-count-quotes, python-syntax-stringify):
2897 New functions.
2898
2899 2012-09-24 Chong Yidong <cyd@gnu.org>
2900
2901 * mail/supercite.el (sc-version): Remove obsolete function.
2902 (sc-describe): Don't mark as obsolete, since it is bound.
2903 (sc-submit-bug-report): Remove.
2904
2905 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2906 (cvs-commit-buffer-require-final-newline): Remove.
2907 (log-edit-require-final-newline)
2908 (log-edit-changelog-full-paragraphs): Default to t.
2909
2910 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2911 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2912 * vc/vc.el (vc-checkout-carefully): Likewise.
2913
2914 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2915 (emerge-version): Remove.
2916
2917 * progmodes/compile.el (compile-internal): Remove.
2918 (compilation-parse-errors-function): Fix typo.
2919
2920 * international/mule.el (set-char-table-default): Remove.
2921 (set-coding-priority, make-coding-system, generic-char-p)
2922 (charset-list, charset-bytes, charset-id): Use declare to mark
2923 functions as obsolete.
2924
2925 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2926 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2927 * vc/vc-hooks.el (vc-default-registered): Don't use
2928 vc-master-templates.
2929
2930 * font-lock.el (font-lock-reference-face):
2931 Use define-obsolete-variable-alias.
2932
2933 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2934 * calendar/calendar.el (calendar-font-lock-keywords):
2935 * calendar/diary-lib.el (diary-font-lock-keywords)
2936 (diary-fancy-font-lock-keywords):
2937 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2938 * textmodes/reftex-index.el (reftex-insert-index):
2939 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2940 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2941 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2942 * progmodes/prolog.el (prolog-font-lock-keywords):
2943 * progmodes/idlwave.el (idlwave-idl-keywords):
2944 * progmodes/ada-mode.el (ada-font-lock-keywords):
2945 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2946
2947 2012-09-24 Glenn Morris <rgm@gnu.org>
2948
2949 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2950
2951 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2952
2953 * progmodes/python.el (python-indent-line): More consistent cursor
2954 movement behavior.
2955
2956 2012-09-23 Stefan Merten <smerten@oekonux.de>
2957
2958 * textmodes/rst.el: Fix compiler warning.
2959
2960 2012-09-23 Roland Winkler <winkler@gnu.org>
2961
2962 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2963 Transcribe also LaTeX hyphenation.
2964 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2965 bibtex-reformat-previous-options.
2966
2967 2012-09-23 Roland Winkler <winkler@gnu.org>
2968
2969 * proced.el (proced-renice-command): New variable.
2970 (proced-marked-processes): New function.
2971 (proced-with-processes-buffer): New macro.
2972 (proced-send-signal): Use them.
2973 (proced-renice): New command bound to r.
2974
2975 2012-09-23 Roland Winkler <winkler@gnu.org>
2976
2977 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2978 ibuffer-saved-filter-groups has one element, shortcut the call of
2979 completing-read. (Bug#12331)
2980
2981 2012-09-23 Chong Yidong <cyd@gnu.org>
2982
2983 * bindings.el (mode-line-toggle-read-only):
2984 * bs.el (bs-toggle-readonly):
2985 * buff-menu.el (Buffer-menu-toggle-read-only):
2986 * dired.el (dired-toggle-read-only):
2987 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2988
2989 2012-09-23 Chong Yidong <cyd@gnu.org>
2990
2991 * image.el (image-type-available-p): Adapt to init-image-library
2992 argument changes.
2993
2994 2012-09-22 Juri Linkov <juri@jurta.org>
2995
2996 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2997 `dired-toggle-read-only'. (Bug#12462)
2998
2999 2012-09-22 Martin Rudalics <rudalics@gmx.at>
3000
3001 * subr.el (temp-output-buffer-show): New function.
3002 (with-output-to-temp-buffer): Call temp-output-buffer-show
3003 instead of internal-temp-output-buffer-show.
3004
3005 2012-09-22 Chong Yidong <cyd@gnu.org>
3006
3007 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
3008 (Bug#12462).
3009
3010 * repeat.el (repeat): Doc fix (Bug#12348).
3011
3012 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
3013 (Bug#10909).
3014
3015 * simple.el (shell-command-on-region): Doc fix.
3016 (read-only-mode): Doc fix.
3017
3018 2012-09-22 Eli Zaretskii <eliz@gnu.org>
3019
3020 * emacs-lisp/timer.el (run-with-idle-timer)
3021 (timer-activate-when-idle): Warn against reinvoking an idle timer
3022 from within its own timer action. (Bug#12447)
3023
3024 2012-09-22 Martin Rudalics <rudalics@gmx.at>
3025
3026 * cus-start.el (window-combination-limit): Add new optional
3027 values.
3028 * window.el (temp-buffer-window-show)
3029 (window--try-to-split-window): Handle new values of
3030 window-combination-limit (Bug#1806).
3031 (split-window): Test window-combination-limit for t instead of
3032 non-nil.
3033 (display-buffer-at-bottom): New buffer display action function.
3034 * help.el (temp-buffer-resize-regexps): New option.
3035 (temp-buffer-resize-mode): Rewrite doc-string.
3036 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
3037 Don't resize reused window. Suggested by Glenn Morris.
3038
3039 2012-09-22 Stefan Merten <smerten@oekonux.de>
3040
3041 * textmodes/rst.el: Revamp section title faces.
3042 (rst-official-version)
3043 (rst-package-emacs-version-alist): Sync with official version
3044 V1.4.0.
3045 (rst-faces-defaults, rst-set-level-default)
3046 (rst-level-face-max, rst-level-face-base-color)
3047 (rst-level-face-base-light, rst-level-face-format-light)
3048 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
3049 (rst-adornment-faces-alist): Match new setup.
3050 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
3051 (rst-level-5, rst-level-6): New faces.
3052
3053 2012-09-22 Chong Yidong <cyd@gnu.org>
3054
3055 * simple.el (undo): Handle indirect buffers (Bug#8207).
3056
3057 2012-09-21 Leo Liu <sdl.web@gmail.com>
3058
3059 IDO: Disable match re-ordering for buffer switching.
3060 * ido.el (ido-buffer-disable-smart-matches): New variable.
3061 (ido-set-matches-1): Use it. (Bug#2042)
3062
3063 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
3064
3065 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3066 Fix 2011-05-17 change. (Bug#12418)
3067
3068 2012-09-21 Leo Liu <sdl.web@gmail.com>
3069
3070 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
3071
3072 2012-09-21 Glenn Morris <rgm@gnu.org>
3073
3074 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
3075 Be more robust about locating simple.el.
3076
3077 2012-09-21 Glenn Morris <rgm@gnu.org>
3078
3079 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
3080
3081 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
3082
3083 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
3084
3085 2012-09-20 Juri Linkov <juri@jurta.org>
3086
3087 * replace.el (query-replace-read-from): Use `read-regexp' instead
3088 of `read-from-minibuffer' when `regexp-flag' is non-nil.
3089 (occur-read-primary-args): Use `read-regexp' instead of
3090 `read-string'.
3091 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
3092 `read-from-minibuffer'.
3093 * isearch.el (isearch-occur): Use `read-regexp' instead of
3094 `read-string'.
3095 * dired.el (dired-read-regexp): Use `read-regexp' instead of
3096 `read-from-minibuffer'.
3097 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
3098 of `read-string'. (Bug#7567)
3099
3100 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
3101 and allow accepting a list of strings prepended to a list of
3102 standard default values. Doc fix. (Bug#12321)
3103
3104 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
3105
3106 * replace.el (read-regexp): Don't add ": " when PROMPT already
3107 ends with a colon and space. (Bug#12321)
3108
3109 2012-09-20 Tassilo Horn <tsdh@gnu.org>
3110
3111 * doc-view.el (doc-view-display): Better fix for the cl-assertion
3112 error.
3113
3114 2012-09-20 Stefan Merten <smerten@oekonux.de>
3115
3116 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
3117 Fixes feature request bug#11711.
3118 (rst-mode): Create `imenu-create-index-function'.
3119 (rst-get-stripped-line): Delete after refactoring.
3120 (rst-section-tree, rst-section-tree-rec)
3121 (rst-section-tree-point): Refactor and document properly.
3122 (rst-imenu-find-adornments-for-position)
3123 (rst-imenu-convert-cell, rst-imenu-create-index):
3124 New function.
3125
3126 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
3129 (macroexp--expand-all): Use it.
3130 (macroexp--funcall-and-return): Remove by folding it into its sole
3131 caller (macroexp--warn-and-return).
3132 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
3133 Use macroexp--obsolete-warning.
3134
3135 * calc/calc.el: Fix last change by removing the whole chunk, since it
3136 was only needed back when Calc was not bundled.
3137
3138 2012-09-20 Martin Rudalics <rudalics@gmx.at>
3139
3140 * emacs-lisp/debug.el (debug): Restore assignment to
3141 debugger-old-buffer removed on 2012-09-08.
3142
3143 2012-09-20 Juri Linkov <juri@jurta.org>
3144
3145 * dired-aux.el (dired-diff): Remove (require 'diff) since
3146 `diff-latest-backup-file' is now autoloaded.
3147
3148 2012-09-20 Chong Yidong <cyd@gnu.org>
3149
3150 * vc/diff.el (diff-latest-backup-file): Autoload.
3151
3152 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * calc/calc.el: Remove redundant autoload shape check.
3155 (sel-mode): Don't defvar.
3156 (calc-get-stack-element): Add `sel-mode' arg instead.
3157 (calc-top, calc-top-list): Pass it this additional argument.
3158 * calc/calc-store.el (calc-store-map):
3159 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
3160 (calc-map-equation, calc-outer-product, calc-inner-product):
3161 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
3162
3163 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
3164
3165 2012-09-19 Juri Linkov <juri@jurta.org>
3166
3167 * dired-aux.el (dired-diff): Add (require 'diff) because
3168 `diff-latest-backup-file' is not autoloaded.
3169 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
3170 of `dired-get-filename' to t to not report error when there is
3171 no default file on the current line.
3172
3173 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
3176 macroexp--eval-if-compile.
3177 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
3178 (macroexp--expand-all): Use them (bug#12371).
3179
3180 * doc-view.el (doc-view-guess-paper-size)
3181 (doc-view-scale-bounding-box): Fix unbound `caddr'.
3182
3183 2012-09-19 Tassilo Horn <tsdh@gnu.org>
3184
3185 New feature: set optimal slice from BoundingBox information.
3186 * doc-view.el (doc-view-mode-map): Add keybinding.
3187 (doc-view-menu): Add menu entry.
3188 (doc-view-set-slice): Adapt docstring.
3189 (doc-view-get-bounding-box, doc-view-guess-paper-size)
3190 (doc-view-scale-bounding-box)
3191 (doc-view-set-slice-from-bounding-box): New functions.
3192 (doc-view-paper-sizes): New defvar.
3193
3194 2012-09-19 Glenn Morris <rgm@gnu.org>
3195
3196 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
3197 (byte-compile-log-warning): Autoload. (Bug#12371)
3198
3199 * calendar/calendar.el (calendar-american-month-header)
3200 (calendar-european-month-header, calendar-iso-month-header)
3201 (calendar-month-header): New options.
3202 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
3203 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
3204
3205 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
3206
3207 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
3208
3209 2012-09-18 Juri Linkov <juri@jurta.org>
3210
3211 * dired-aux.el (dired-diff): Restore original functionality of
3212 getting the default value, but keep new feature of using the
3213 latest existing backup file (`diff-latest-backup-file').
3214
3215 2012-09-18 Juri Linkov <juri@jurta.org>
3216
3217 * dired.el (dired-mark): If the region is active in Transient Mark
3218 mode, mark all files in the active region. Doc fix.
3219 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
3220 Doc fix. (Bug#10624)
3221
3222 2012-09-18 Juri Linkov <juri@jurta.org>
3223
3224 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
3225 attributes for M-n are pulled from the file at point.
3226 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
3227 Suggested by Drew Adams. (Bug#10624)
3228
3229 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
3230
3231 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
3232 whitespace after "end".
3233 (ruby-do-end-to-brace): Collapse block to one line if it fits
3234 within fill-column.
3235
3236 2012-09-18 Martin Rudalics <rudalics@gmx.at>
3237
3238 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
3239 value.
3240 (debug): Don't remove debugger window when debugger is expected
3241 to be back.
3242
3243 2012-09-18 Chong Yidong <cyd@gnu.org>
3244
3245 * custom.el (defface): Doc fix.
3246
3247 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
3248
3249 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
3250
3251 * progmodes/compile.el (compilation-start): Use compilation-always-kill
3252 to initialize query-on-exit; then test that instead (bug#12288).
3253
3254 2012-09-17 Stefan Merten <smerten@oekonux.de>
3255
3256 * textmodes/rst.el: Add support for `testcover'.
3257 (rst-defcustom-testcover, rst-testcover-add-compose)
3258 (rst-testcover-add-1value): New functions.
3259 (rst-portable-mark-active-p): Replace by `use-region-p'.
3260 (rst-update-section, rst-classify-adornment)
3261 (rst-find-title-line): Mark `1value' forms.
3262 (rst-classify-adornment): Remove superfluous form.
3263 (rst-update-section, rst-get-adornments-around)
3264 (rst-adornment-complete-p, rst-get-next-adornment)
3265 (rst-adjust, rst-promote-region)
3266 (rst-display-adornments-hierarchy, rst-straighten-adornments)
3267 (rst-find-pfx-in-region, rst-section-tree-rec)
3268 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
3269 (rst-toc-node, rst-toc, rst-forward-section)
3270 (rst-iterate-leftmost-paragraphs)
3271 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
3272 (rst-bullet-list-region)
3273 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
3274 (rst-compile-find-conf, rst-compile)
3275 (rst-repeat-last-character): Fix style.
3276
3277 2012-09-17 Chong Yidong <cyd@gnu.org>
3278
3279 * comint.el (comint--complete-file-name-data): Don't add a space
3280 if the status is `sole'; that adds a gratuitous space in the
3281 completion-cycling case (Bug#12092).
3282
3283 * pcomplete.el (pcomplete-completions-at-point): Likewise.
3284
3285 2012-09-17 Richard Stallman <rms@gnu.org>
3286
3287 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
3288 only in the mime-shown mode, not in raw mode.
3289 (rmail-mime): Toggle off mime by displaying the message without
3290 mime processing. (Bug#12305)
3291
3292 * mail/rmail.el (rmail-retry-failure):
3293 Turn off mime processing first. (Bug#12037)
3294
3295 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
3296
3297 2012-09-17 Chong Yidong <cyd@gnu.org>
3298
3299 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
3300 (shell-dynamic-complete-functions): Convert to defcustom.
3301 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
3302
3303 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
3304 * comint.el (comint-prompt-read-only):
3305 * custom.el (defcustom):
3306 * hi-lock.el (hi-lock-mode):
3307 * ibuffer.el (ibuffer-formats):
3308 * ielm.el (ielm-prompt-read-only):
3309 * novice.el (disable-command):
3310 * saveplace.el (toggle-save-place):
3311 * speedbar.el (speedbar-supported-extension-expressions):
3312 * startup.el (auto-save-list-file-prefix, init-file-user)
3313 (after-init-hook, inhibit-startup-echo-area-message):
3314 * strokes.el (strokes-help):
3315 * time-stamp.el (time-stamp):
3316 * calendar/calendar.el (calendar, diary-file):
3317 * calendar/diary-lib.el (diary-mail-entries, diary)
3318 (diary-list-entries-hook):
3319 * calendar/holidays.el (holidays, calendar-holidays):
3320 * calendar/lunar.el (lunar-phases):
3321 * calendar/solar.el (sunrise-sunset):
3322 * emulation/edt.el (edt-load-keys):
3323 * emulation/viper.el (viper-mode):
3324 * eshell/em-alias.el (eshell-command-aliases-list):
3325 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3326 * international/ogonek.el (ogonek-information):
3327 * net/tramp-cmds.el (tramp-bug):
3328 * net/quickurl.el (quickurl-reread-hook-postfix):
3329 * play/decipher.el (decipher-font-lock-keywords):
3330 * progmodes/cc-styles.el (c-set-style):
3331 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
3332 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3333 * progmodes/octave-mod.el (octave-mode):
3334 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
3335 * progmodes/verilog-mode.el (verilog-read-defines):
3336 * textmodes/two-column.el (2C-mode): Likewise.
3337
3338 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3339
3340 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
3341 that holds many addresses.
3342
3343 2012-09-16 Chong Yidong <cyd@gnu.org>
3344
3345 * align.el (align-areas): Call the indication function with
3346 positions instead of markers for arguments (Bug#12343).
3347
3348 * files.el (parse-colon-path): Use split-string (Bug#12351).
3349
3350 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
3351 (display-buffer-function): Mark as obsolete.
3352
3353 * progmodes/compile.el (compilation-parse-errors): Accept list
3354 values similar to font-lock-keywords (Bug#12136).
3355 Suggested by Oleksandr Manzyuk.
3356 (compilation-error-regexp-alist): Doc fix.
3357
3358 2012-09-15 Glenn Morris <rgm@gnu.org>
3359
3360 * version.el (emacs-bzr-version-bzr): New function.
3361 (emacs-bzr-get-version): Add optional EXTERNAL argument.
3362
3363 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
3364 checkouts, check the parent dirstate matches the branch.
3365 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
3366 empty string.
3367
3368 * version.el (emacs-bzr-version): Doc fix.
3369 (emacs-bzr-version-dirstate): New function.
3370 (emacs-bzr-get-version): For lightweight checkouts, if the parent
3371 is local try and check that it matches the branch. If not, just
3372 use dirstate information. (Bug#12441)
3373
3374 2012-09-14 Juri Linkov <juri@jurta.org>
3375
3376 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
3377 (Bug#12399)
3378
3379 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
3382
3383 * emacs-lisp/edebug.el: Miscellaneous cleanup.
3384 Remove obsolete byte-compiler hack that tried to silence some warnings.
3385 (edebug-submit-bug-report): Remove.
3386 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
3387 Remove aliases, use the un-prefixed name instead.
3388 (edebug-pop-to-buffer): Consider other frames.
3389 (edebug-original-read):: Make it more obvious that it's always defined.
3390 (edebug--make-form-data-entry, edebug--form-data-name)
3391 (edebug--form-data-begin, edebug--form-data-end): Rename from the
3392 single-dashed name, and implement with cl-defstruct.
3393 (edebug-set-form-data-entry): Use the standard accessors.
3394 (edebug-make-top-form-data-entry): Use push.
3395 (edebug-no-match): Drop useless `funcall'.
3396 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
3397 to functions.
3398 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
3399 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
3400 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
3401 (easy-menu-define, with-custom-print): Remove redundant specs.
3402 (edebug-outside-overriding-local-map)
3403 (edebug-outside-overriding-terminal-local-map): Remove, unused.
3404 (edebug--display): Bind unread-command-events directly to nil rather
3405 than binding it to unread-command-events and later setting it to nil.
3406 (edebug--display): Kill edebug-eval-buffer here...
3407 (edebug--recursive-edit): ...rather than here.
3408 Bind standard-output and standard-input.
3409 (edebug-eval): Check cl-macroexpand-all is fboundp.
3410 (edebug-temp-display-freq-count): Fix last change.
3411
3412 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
3413 * subr.el (noreturn, 1value): Add `debug' spec.
3414 * emacs-lisp/advice.el: Require cl-lib.
3415 (ad-copy-tree): Remove, use copy-tree instead.
3416 (ad-dolist): Remove use dolist or cl-dolist instead.
3417 (ad-do-return): Remove, use cl-return instead.
3418 (defadvice): Add `debug' spec.
3419
3420 2012-09-13 Juri Linkov <juri@jurta.org>
3421
3422 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
3423 (Bug#12399)
3424
3425 2012-09-13 Glenn Morris <rgm@gnu.org>
3426
3427 * calc/calc.el (math-compose-expr):
3428 * calc/calc-ext.el (math-compose-expr):
3429 * progmodes/cc-defs.el (cl-macroexpand-all):
3430 * progmodes/cc-langs.el (delete-duplicates, mapcan)
3431 (cl-macroexpand-all): Update declarations.
3432
3433 * vc/vc.el: No need to require ediff.
3434 (ediff-load-version-control): Declare.
3435 (ediff-vc-internal): Fix declaration.
3436 (vc-version-ediff): Require ediff.
3437
3438 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3439
3440 Use a more backwards-compatible timer format (Bug#12430).
3441 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
3442 being right after USECS, as that better supports old code that
3443 inadvisedly looked directly at the timer vector.
3444
3445 2012-09-13 Kenichi Handa <handa@gnu.org>
3446
3447 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3448 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
3449 `coding-priority' property of these language environment.
3450
3451 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3452
3453 Fix glitches caused by addition of psec to timers (Bug#12430).
3454 * image.el (image-animate-timer):
3455 * time.el (display-time-world-timer):
3456 Use timer--function and timer--args rather than raw access to
3457 timer vector.
3458
3459 2012-09-13 Glenn Morris <rgm@gnu.org>
3460
3461 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3462 If not compiling a file, try using load-file-name.
3463
3464 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
3467 Fix last change.
3468 (edebug-update-eval-list): Use `push'.
3469
3470 * emacs-lisp/edebug.el: Use lexical-binding.
3471 Remove the "edebug-" prefix from non-dynamically-scoped variables.
3472 Mark unused args with underscore.
3473 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3474 (edebug-form-data): Use defvar-local.
3475 (edebug-make-before-and-after-form, edebug-make-after-form):
3476 Use backquote.
3477 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3478 Not dynamically scoped any more.
3479 (edebug--enter-trace): Add arguments `function' and `args'.
3480 Rename from edebug-enter-trace.
3481 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
3482 (edebug--update-coverage): Add `after-index' and `value' args.
3483 Rename from edebug-update-coverage.
3484 (edebug-slow-after): Call it accordingly.
3485 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
3486 edebug-recursive-edit.
3487 (edebug--display): Call it accordingly. Add args `value',
3488 `offset-index', and `arg-mode'. Rename from edebug-display.
3489 (edebug-debugger, edebug): Call it accordingly.
3490 (edebug-eval-display-list): Use dolist.
3491
3492 2012-09-12 Juri Linkov <juri@jurta.org>
3493
3494 * info.el (Info-search): Don't check for isearch-mode and
3495 isearch-regexp before let-binding search-spaces-regexp to
3496 Info-search-whitespace-regexp.
3497 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3498 search-whitespace-regexp if isearch-lax-whitespace or
3499 isearch-regexp-lax-whitespace is non-nil.
3500 (Info-mode): Don't set local variable search-whitespace-regexp.
3501 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3502
3503 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3506 (debugger-env-macro): Remove support for unread-command-char.
3507
3508 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3509 the temporary map re-appearing on emulation-mode-map-alists.
3510
3511 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3512 since 22.1.
3513
3514 * ehelp.el (with-electric-help): Accept functions in
3515 electric-help-form-to-execute.
3516 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3517 And replace unread-command-char -> unread-command-events.
3518
3519 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
3520
3521 Sync with Tramp 2.2.6.
3522
3523 * net/tramp.el (tramp-accept-process-output): Don't use
3524 JUST-THIS-ONE in the XEmacs case.
3525
3526 * net/trampver.el: Update release number.
3527
3528 2012-09-12 Martin Rudalics <rudalics@gmx.at>
3529
3530 * emacs-lisp/debug.el (debugger-previous-window-height):
3531 New variable.
3532 (debug): When debugger-jumping-flag is non-nil try to restore
3533 height of debugger window. (Bug#8789)
3534
3535 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3538 overriding-local-map and pre/post-command-hook here.
3539 (edebug-recursive-edit): Do it here instead (bug#12345).
3540 (edebug-outside-unread-command-char): Remove all uses of
3541 unread-command-char.
3542
3543 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3544 inhibit-debugger is bound instead.
3545
3546 2012-09-11 Bastien Guerry <bzg@gnu.org>
3547
3548 * subr.el (set-temporary-overlay-map): Add a docstring.
3549 (Bug#12346)
3550
3551 2012-09-11 Bastien Guerry <bzg@gnu.org>
3552
3553 * minibuffer.el (completion-table-subvert): Fix docstring.
3554 (Bug#12347)
3555
3556 2012-09-11 Bastien Guerry <bzg@gnu.org>
3557
3558 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
3559
3560 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3561
3562 * progmodes/sql.el: Version 3.1
3563 (sql-db2-escape-newlines): New variable.
3564 (sql-escape-newlines-filter): Use it.
3565
3566 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3569
3570 2012-09-10 Dan Nicolaescu <dann@gnu.org>
3571
3572 * vc/diff-mode.el (diff-mode-menu):
3573 Bind diff-remove-trailing-whitespace.
3574
3575 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3578 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3579 (emacs-lisp-byte-code-mode): New functions.
3580 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3581 (eval-defun-2): Remove bogus interactive spec.
3582 (lisp-indent-line): Remove redundant whole-exp code, now done in
3583 indent-according-to-mode.
3584 (save-match-data): Remove redundant indent data.
3585
3586 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3587 Use `declare'.
3588
3589 2012-09-09 Juri Linkov <juri@jurta.org>
3590
3591 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3592 (replace-lax-whitespace, query-replace-regexp)
3593 (query-replace-regexp-eval, replace-regexp): Doc fix.
3594 (perform-replace, replace-highlight): Let-bind
3595 isearch-lax-whitespace to replace-lax-whitespace and
3596 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3597
3598 * isearch.el (isearch-query-replace): Let-bind
3599 replace-lax-whitespace to isearch-lax-whitespace and
3600 replace-regexp-lax-whitespace to
3601 isearch-regexp-lax-whitespace. (Bug#10885)
3602
3603 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3606
3607 2012-09-09 Alan Mackenzie <acm@muc.de>
3608
3609 * progmodes/cc-engine.el (c-state-cache-init):
3610 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3611 (c-record-parse-state-state):
3612 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3613
3614 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3615
3616 * register.el (register-separator): Rename from
3617 separator-register. All uses changed. Doc fix.
3618 (register): Fix version.
3619
3620 2012-09-09 Chong Yidong <cyd@gnu.org>
3621
3622 * replace.el (query-replace-map): Bind four new symbols for
3623 requesting window scrolling.
3624
3625 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3626 query-replace-map (Bug#8948).
3627
3628 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3629
3630 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3631 since they are now in query-replace-map.
3632
3633 * window.el (scroll-other-window-down): Make the arg optional.
3634
3635 2012-09-09 Chong Yidong <cyd@gnu.org>
3636
3637 * files.el (hack-local-variables-confirm): Use quit-window to kill
3638 the *Local Variables* buffer.
3639
3640 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3641
3642 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3643 not just expect to be at its beginning. Adjust callees.
3644 Succeed when do-end block has no space before the pipe character.
3645 (ruby-brace-to-do-end): When the original block is one-liner,
3646 convert to multiline. Reindent the result.
3647
3648 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
3649
3650 * register.el (register): New group.
3651 (separator-register): New user option.
3652 (increment-register): Route it to `append-to-register', if
3653 register contains text. Implication is that `C-x r +' can now be
3654 used for appending to a text register (bug#12217).
3655 (append-to-register, prepend-to-register): Add separator based on
3656 `separator-register'.
3657
3658 2012-09-08 Alan Mackenzie <acm@muc.de>
3659
3660 AWK Mode: make auto-newline work when there's "==" in the pattern.
3661 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3662 correctly.
3663 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3664 Test more rigorously for "=" token.
3665
3666 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3667
3668 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3669 Only fail when reached LIMIT.
3670
3671 2012-09-08 Chong Yidong <cyd@gnu.org>
3672
3673 * dired.el (dired-mode-map): Don't bind M-=.
3674
3675 * dired-aux.el (dired-diff): Use backup file as default.
3676
3677 2012-09-08 Drew Adams <drew.adams@oracle.com>
3678
3679 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3680
3681 2012-09-08 Chong Yidong <cyd@gnu.org>
3682
3683 * subr.el (syntax-after, syntax-class): Doc fix.
3684
3685 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3686
3687 * window.el (display-buffer-in-previous-window): New buffer
3688 display action function.
3689
3690 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3691 (debugger-previous-window): New variable.
3692 (debug): Rewrite using display-buffer-in-previous-window,
3693 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3694
3695 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3698
3699 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3700
3701 * progmodes/python.el (python-shell-send-string):
3702 When default-directory is remote, create temp file on remote
3703 filesystem.
3704 (python-shell-send-file): When file is remote, pass local view of
3705 file paths to remote Python interpreter. (Bug#12340)
3706
3707 2012-09-07 Chong Yidong <cyd@gnu.org>
3708
3709 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3710
3711 * files.el (after-find-file): Don't fail on a read-only buffer if
3712 require-final-newline is `visit' or `visit-save' (Bug#11156).
3713
3714 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3715
3716 * userlock.el (ask-user-about-supersession-threat):
3717 Use read-char-choice (Bug#12093).
3718
3719 2012-09-07 Chong Yidong <cyd@gnu.org>
3720
3721 * subr.el (buffer-narrowed-p): New function.
3722
3723 * ses.el (ses-widen):
3724 * simple.el (count-words--buffer-message):
3725 * net/browse-url.el (browse-url-of-buffer): Use it.
3726
3727 * simple.el (count-words-region): Don't signal an error if there
3728 is a non-nil prefix arg and the mark is not set.
3729
3730 * help.el (describe-key-briefly): Allow the message to be seen
3731 when invoked from the minibuffer (Bug#7014).
3732
3733 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3734
3735 * progmodes/ruby-mode.el (ruby-end-of-defun)
3736 (ruby-beginning-of-defun): Simplify, allow indentation before
3737 block beginning and end keywords.
3738 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3739 (ruby-end-of-defun): Expect that the point is at the beginning of
3740 the defun.
3741
3742 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3745 (bug#12367).
3746 (cl--make-usage-args): Strip _ from argument names.
3747
3748 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3749
3750 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3751 obsolete alias speedbar-key-map.
3752 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3753 (vhdl-index-menu-init): Don't use obsolete variable
3754 font-lock-maximum-size.
3755
3756 2012-09-06 Chong Yidong <cyd@gnu.org>
3757
3758 * frame.el (window-system-version): Mark as obsolete.
3759
3760 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3761 of obsolete variable speedbar-key-map.
3762
3763 2012-09-06 Juri Linkov <juri@jurta.org>
3764
3765 * replace.el (replace-lax-whitespace): New defcustom.
3766 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3767 (replace-string, replace-regexp): Mention it in docstrings.
3768 (perform-replace, replace-highlight): Let-bind
3769 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3770 to the values of replace-lax-whitespace and regexp-flag.
3771 Don't let-bind search-whitespace-regexp. (Bug#10885)
3772
3773 * isearch.el (isearch-query-replace): Let-bind
3774 replace-lax-whitespace instead of let-binding
3775 replace-search-function and replace-re-search-function.
3776 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3777 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3778 (isearch-toggle-symbol): Set isearch-regexp to nil
3779 in isearch-word mode (like in isearch-toggle-word).
3780
3781 2012-09-06 Juri Linkov <juri@jurta.org>
3782
3783 * replace.el (replace-search-function)
3784 (replace-re-search-function): Set default values to nil.
3785 (perform-replace): Let-bind isearch-related variables based on
3786 replace-related values, call `isearch-search-fun' and let-bind
3787 the result to `search-function'. Remove code that sets
3788 `search-function' and `search-string' separately for
3789 `delimited-flag'.
3790 (replace-highlight): Add new argument `delimited-flag' and
3791 rename other arguments to the names used in `perform-replace'.
3792 Let-bind `isearch-word' to the argument `delimited-flag'.
3793 (Bug#10885, bug#10887)
3794
3795 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3796
3797 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3798 ruby-beginning-of-indent, simplify, allow all keywords to have
3799 indentation before them.
3800 (ruby-beginning-of-indent): Adjust for above. Search until the
3801 found point is not inside a string or comment.
3802 (ruby-font-lock-keywords): Allow symbols to start with "@"
3803 character, give them higher priority than variables.
3804 (ruby-syntax-propertize-function)
3805 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3806 matchers. Expression expansions are not comments when inside a
3807 string, and there comment syntax status is irrelevant.
3808 (ruby-match-expression-expansion): New function. Check that
3809 expression expansion is inside a string, and it's not escaped.
3810 (ruby-font-lock-keywords): Use it.
3811
3812 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3813
3814 * help.el (temp-buffer-max-height): New default value.
3815 (temp-buffer-resize-frames): New option.
3816 (resize-temp-buffer-window): Optionally resize frame.
3817
3818 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3819 (fit-frame-to-buffer): New function.
3820
3821 2012-09-05 Glenn Morris <rgm@gnu.org>
3822
3823 * emulation/cua-rect.el (cua--init-rectangles):
3824 * textmodes/picture.el (picture-mode-map):
3825 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3826 like forward-char and backward-char. (Bug#12317)
3827
3828 2012-09-05 Leo Liu <sdl.web@gmail.com>
3829
3830 * progmodes/flymake.el (flymake-warning-re): New variable.
3831 (flymake-parse-line): Use it.
3832
3833 2012-09-05 Glenn Morris <rgm@gnu.org>
3834
3835 * calendar/holidays.el (holiday-christian-holidays):
3836 Rename an entry. (Bug#12289)
3837
3838 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3841 (bug#12222).
3842
3843 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 * loadup.el: Load macroexp. Remove hack.
3846 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3847 (macroexp--expand-all): Use it to get better warnings.
3848 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3849 (internal-macroexpand-for-load): New functions.
3850 (macroexp--pending-eager-loads): New var.
3851 (emacs-startup-hook): New hack to replace one in loadup.el.
3852 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3853 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3854 (cl-psetf): Simplify.
3855 (cl-defstruct): Add indent rule.
3856
3857 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3858
3859 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3860 over `user-mail-address' for the SMTP MAIL FROM envelope.
3861 (smtpmail-via-smtp): Ditto.
3862
3863 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3864
3865 * progmodes/ruby-mode.el: Clean up keybindings.
3866 (ruby-mode-map): Don't bind ruby-electric-brace,
3867 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3868 backward-kill-word, reindent-then-newline-and-indent.
3869 (ruby-mark-defun): Remove.
3870 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3871 (ruby-mode): Set local beginning-of-defun-function and
3872 end-of-defun-function values.
3873
3874 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3875
3876 * window.el (temp-buffer-window-setup-hook)
3877 (temp-buffer-window-show-hook): New hooks.
3878 (temp-buffer-window-setup, temp-buffer-window-show)
3879 (with-temp-buffer-window): New functions.
3880 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3881 (special-display-popup-frame): Make sure the window used shows BUFFER.
3882
3883 * help.el (temp-buffer-resize-mode): Fix doc-string.
3884 (resize-temp-buffer-window): New optional argument WINDOW.
3885
3886 * files.el (recover-file, save-buffers-kill-emacs):
3887 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3888
3889 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3890
3891 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3892 remote definition of `default-directory', ensure we can connect.
3893
3894 2012-09-02 Juri Linkov <juri@jurta.org>
3895
3896 Toggle whitespace matching mode with M-s SPC.
3897 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3898
3899 * isearch.el (search-whitespace-regexp): Doc fix.
3900 Remove cons cell customization.
3901 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3902 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3903 New variables.
3904 (isearch-forward, isearch-forward-regexp): Doc fix.
3905 (isearch-toggle-lax-whitespace): New command.
3906 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3907 (re-search-forward-lax-whitespace)
3908 (re-search-backward-lax-whitespace): New functions.
3909 (isearch-whitespace-regexp): Remove function.
3910 (isearch-query-replace): Let-bind replace-search-function and
3911 replace-re-search-function.
3912 (isearch-occur): Let-bind search-spaces-regexp according to the
3913 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3914 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3915 condition for C-q SPC.
3916 (isearch-search-fun-default): Use new functions mentioned above.
3917 (isearch-search-forward, isearch-search-backward): Remove functions.
3918 (isearch-search): Don't let-bind search-spaces-regexp.
3919 (isearch-lazy-highlight-space-regexp): Remove variable.
3920 (isearch-lazy-highlight-lax-whitespace)
3921 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3922 (isearch-lazy-highlight-new-loop): Use them.
3923 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3924
3925 2012-09-02 Chong Yidong <cyd@gnu.org>
3926
3927 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3928
3929 2012-09-02 Glenn Morris <rgm@gnu.org>
3930
3931 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3932
3933 2012-09-01 Glenn Morris <rgm@gnu.org>
3934
3935 * term.el: Tidy up menu definitions.
3936 (term-mode-map): Use easymenu for In/Out, Complete menus.
3937 (term-pager-break-map): Initialize in the defvar.
3938 (term-terminal-menu, term-signals-menu): Define with easymenu.
3939 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3940 (term-pager-menu): New, extracted from term-process-pager.
3941 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3942 (term-update-mode-line): Propertize line/char and page items.
3943 (term-process-pager): Move keymap initialization elsewhere.
3944
3945 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3946
3947 * window.el (switch-to-prev-buffer): Handle additional values of
3948 BURY-OR-KILL argument. Don't switch in minibuffer window.
3949 (switch-to-next-buffer): Don't switch in minibuffer window.
3950 (quit-restore-window): New function based on quit-window.
3951 Handle additional values of former KILL argument.
3952 (quit-window): Call quit-restore-window with appropriate
3953 interpretation of KILL argument.
3954 (display-buffer-below-selected): New buffer display action
3955 function.
3956
3957 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * minibuffer.el (completion-at-point-functions): Complete docstring
3960 (bug#12254).
3961
3962 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3963
3964 Better seed support for (random).
3965 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3966 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3967 * play/mpuz.el, play/tetris.el, play/zone.el:
3968 * calc/calc-comb.el (math-init-random-base):
3969 * play/blackbox.el (bb-init-board):
3970 * play/life.el (life):
3971 * server.el (server-use-tcp):
3972 * type-break.el (type-break):
3973 Remove unnecessary call to (random t).
3974 * net/sasl.el (sasl-unique-id-function):
3975 Change (random t) to (random), now that the latter is more random.
3976 * play/life.el (life-initialized): Remove no-longer-needed var.
3977
3978 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3979
3980 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3981 Consider frame's buffer predicate when choosing the buffer.
3982 (Bug#12081)
3983
3984 2012-08-30 Richard Stallman <rms@gnu.org>
3985
3986 * simple.el (special-mode-map): Delete binding for `z'.
3987
3988 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3989
3990 * progmodes/compile.el (compilation-always-kill): Doc fix.
3991
3992 2012-08-30 Chong Yidong <cyd@gnu.org>
3993
3994 * window.el (display-buffer-reuse-frames): Make the obsolescence
3995 message more informative.
3996
3997 2012-08-30 Glenn Morris <rgm@gnu.org>
3998
3999 * paren.el (show-paren-delay):
4000 Add a :set function. Doc fix. (Bug#12297)
4001
4002 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
4003
4004 * progmodes/compile.el (compilation-always-kill): New var.
4005 (compilation-start): Use it.
4006
4007 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4008
4009 * simple.el (read-only-mode): Move from files.el for bootstrapping.
4010 * files.el (read-only-mode): Move to simple.el.
4011
4012 * files.el (read-only-mode): New minor mode.
4013 (toggle-read-only): Use it and mark obsolete.
4014 (find-file--read-only):
4015 * vc/vc.el (vc-next-action, vc-checkout):
4016 * vc/vc-cvs.el (vc-cvs-checkout):
4017 * obsolete/vc-mcvs.el (vc-mcvs-update):
4018 * ffap.el (ffap--toggle-read-only): Update callers.
4019
4020 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
4021
4022 * eshell/esh-ext.el (eshell-external-command): Do not examine
4023 remote shell scripts.
4024 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
4025
4026 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
4027 "/usr/local/sbin".
4028
4029 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
4032
4033 2012-08-28 Leo Liu <sdl.web@gmail.com>
4034
4035 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
4036 completion-at-point. (Bug#12220)
4037
4038 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
4039
4040 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
4041
4042 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
4045 be buffer-local; add delete-trailing-whitespace (bug#12259).
4046
4047 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
4048
4049 * progmodes/hideif.el (hif-compress-define-list):
4050 Fix typo. (Bug#11951)
4051
4052 2012-08-28 Dan Nicolaescu <dann@gnu.org>
4053
4054 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
4055 buffer local setting.
4056
4057 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
4058 rcirc-encode-coding-system.
4059
4060 2012-08-28 Leo Liu <sdl.web@gmail.com>
4061
4062 * net/rcirc.el (rcirc-split-message): New function.
4063 (rcirc-send-message): Use it. (Bug#12051)
4064
4065 2012-08-28 Juri Linkov <juri@jurta.org>
4066
4067 * info.el (Info-fontify-node): Hide empty lines at the end of
4068 the node. (Bug#12272)
4069
4070 2012-08-27 Drew Adams <drew.adams@oracle.com>
4071
4072 * dired.el (dired-pop-to-buffer): Make window start at beginning
4073 of buffer (Bug#12281).
4074
4075 2012-08-26 Chong Yidong <cyd@gnu.org>
4076
4077 * window.el (special-display-regexps, special-display-frame-alist)
4078 (special-display-buffer-names, special-display-function)
4079 (display-buffer-reuse-frames): Mark as obsolete.
4080
4081 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
4082
4083 * help.el (help-print-return-message): Don't treat
4084 display-buffer-reuse-frames specially.
4085
4086 2012-08-26 Chong Yidong <cyd@gnu.org>
4087
4088 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4089 New variable, replacing gdb-frame-parameters.
4090 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
4091 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
4092 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
4093 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
4094 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
4095 the functions directly with gdb-display-buffer-other-frame-action.
4096 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
4097 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
4098 (gdb-display-stack-buffer, gdb-display-locals-buffer)
4099 (gdb-display-registers-buffer): Define directly.
4100 (def-gdb-display-buffer): Macro deleted.
4101 (gdb-display-buffer): Remove second and third args, callers don't
4102 use them. Defer to the default display-buffer behavior, apart
4103 from making windows dedicated.
4104 (gdb-setup-windows): Don't call display-buffer unnecessarily.
4105
4106 * progmodes/gud.el (gud-display-line): Just use display-buffer.
4107
4108 * window.el (display-buffer-pop-up-frame): Handle a
4109 pop-up-frame-parameters alist entry.
4110 (display-buffer): Document it.
4111
4112 2012-08-26 Chong Yidong <cyd@gnu.org>
4113
4114 * isearch.el (search-whitespace-regexp): Make string and nil
4115 values apply to both ordinary and regexp search. Allow a cons
4116 cell value to distinguish between the two.
4117 (isearch-whitespace-regexp, isearch-search-forward)
4118 (isearch-search-backward): New functions.
4119 (isearch-occur, isearch-search-fun-default, isearch-search)
4120 (isearch-lazy-highlight-new-loop): Use them.
4121 (isearch-forward, isearch-forward-regexp): Doc fix.
4122
4123 2012-08-26 Chong Yidong <cyd@gnu.org>
4124
4125 * faces.el (help-argument-name): Always inherit from italic
4126 (Bug#12213).
4127
4128 2012-08-25 Martin Rudalics <rudalics@gmx.at>
4129
4130 * window.el (window--even-window-heights): Even heights when
4131 WINDOW and the selected window form a vertical combination.
4132 (display-buffer-use-some-window): Provide that window used gets
4133 sized back by quit-window. (Bug#11880) and (Bug#12091)
4134
4135 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
4136
4137 Fix file time stamp problem with bzr and CVS (Bug#12001).
4138 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
4139 in the file's time stamp, since the version control system loses
4140 that information.
4141
4142 2012-08-22 Juri Linkov <juri@jurta.org>
4143
4144 * info.el (Info-fontify-node): Hide the suffix of the
4145 Info file name in the header line. (Bug#12187)
4146
4147 2012-08-22 Glenn Morris <rgm@gnu.org>
4148
4149 * calendar/cal-tex.el (cal-tex-weekly-common):
4150 Restore leading blank page.
4151
4152 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
4153
4154 * misc.el (forward-to-word, backward-to-word): Activate or extend
4155 the region under `shift-select-mode'. (Bug#12231)
4156
4157 2012-08-22 Bastien Guerry <bzg@gnu.org>
4158
4159 * progmodes/executable.el (executable-prefix): Set to "#!" instead
4160 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
4161 gives details on why the space is never needed.
4162
4163 2012-08-22 Martin Rudalics <rudalics@gmx.at>
4164
4165 * window.el (walk-window-tree, window-with-parameter):
4166 New optional argument MINIBUF to control whether these functions
4167 should run on the minibuffer window.
4168 (window-at-side-list): Don't operate on minibuffer window.
4169 (window-in-direction): Simplify and rewrite doc-string.
4170 (window--size-ignore): Rename to window--size-ignore-p.
4171 Update callers.
4172 (display-buffer-in-atom-window, window--major-non-side-window)
4173 (window--major-side-window, display-buffer-in-major-side-window)
4174 (delete-side-window, display-buffer-in-side-window):
4175 New functions.
4176 (window--side-check, window-deletable-p, delete-window)
4177 (delete-other-windows, split-window): Handle side windows and
4178 atomic windows appropriately.
4179 (window--display-buffer): Call display-buffer-record-window also
4180 when the window buffer did not change.
4181
4182 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
4183
4184 * help-fns.el (help-fns--key-bindings):
4185 Abbreviate non-symbol remap targets. (Bug#12174)
4186
4187 2012-08-22 Martin Rudalics <rudalics@gmx.at>
4188
4189 * dired.el (dired-mark-remembered): Don't clobber point.
4190 (Bug#11795)
4191
4192 2012-08-22 Glenn Morris <rgm@gnu.org>
4193
4194 * progmodes/bug-reference.el (bug-reference): New custom group.
4195 (bug-reference-bug-regexp): Make it a defcustom.
4196
4197 2012-08-22 Daiki Ueno <ueno@unixuser.org>
4198
4199 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
4200 (js-paren-indent-offset, js-square-indent-offset)
4201 (js-curly-indent-offset): Add :safe (Bug#12257).
4202
4203 2012-08-22 Edward O'Connor <hober0@gmail.com>
4204
4205 * json.el (json-key-format): Add error properties.
4206 (json-encode-key): New function.
4207 (json-encode-hash-table, json-encode-alist, json-encode-plist):
4208 Use json-encode-key.
4209
4210 2012-08-22 Glenn Morris <rgm@gnu.org>
4211
4212 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
4213 (cal-tex-leftday, cal-tex-rightday): Remove functions.
4214 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
4215 Update for above change.
4216
4217 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
4218
4219 * cus-face.el (custom-face-attributes): Fix customize type for the
4220 :underline attribute. (Bug#11805)
4221
4222 2012-08-21 Martin Rudalics <rudalics@gmx.at>
4223
4224 * window.el (window-point-1, set-window-point-1): Remove.
4225 (window-in-direction, record-window-buffer)
4226 (set-window-buffer-start-and-point, split-window-below)
4227 (window--state-get-1, display-buffer-record-window):
4228 Replace calls to window-point-1 and set-window-point-1 by calls to
4229 window-point and set-window-point respectively.
4230
4231 2012-08-21 Glenn Morris <rgm@gnu.org>
4232
4233 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
4234 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
4235 Use it.
4236
4237 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
4238 (cal-tex-shortday): New function.
4239 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
4240 (cal-tex-cursor-filofax-daily): Use the above.
4241
4242 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
4243 New functions.
4244 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4245 (cal-tex-cursor-filofax-week): Use them.
4246
4247 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
4248 New constants.
4249 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4250 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
4251
4252 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
4253 (cal-tex-end-document): Don't rely on buffer name.
4254
4255 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
4256 Use cal-tex-vspace.
4257 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
4258 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
4259 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
4260 Use cal-tex-arg.
4261
4262 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
4263 (cal-tex-cursor-week, cal-tex-cursor-week2)
4264 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
4265 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4266 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
4267 (cal-tex-insert-preamble, cal-tex-b-document)
4268 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
4269 Improve cal-tex-cmd usage.
4270
4271 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
4272 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
4273 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
4274 (cal-tex-weekly-paper): New function.
4275 (cal-tex-cursor-week, cal-tex-cursor-week2)
4276 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4277 (cal-tex-cursor-day): Use it.
4278
4279 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
4280 (cal-tex-cursor-filofax-week): Remove leading blank page.
4281
4282 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4283 Add autoload cookie. For now at least, don't use color, since
4284 no other cal-tex function does.
4285
4286 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
4287 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4288 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
4289
4290 2012-08-21 Juri Linkov <juri@jurta.org>
4291
4292 * info.el (Info-file-attributes): New variable.
4293 (info-insert-file-contents): Add file attributes to
4294 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
4295 `Info-toc-nodes' when previous modtime of the Info file is less
4296 than new modtime.
4297 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
4298 of info.el. (Bug#12230)
4299
4300 2012-08-20 Glenn Morris <rgm@gnu.org>
4301
4302 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
4303 * calendar/holidays.el (calendar-holiday-list):
4304 Report errors with display-warning rather than beep'n'sleep.
4305
4306 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
4307
4308 * net/tramp.el (tramp-accept-process-output): Accept only output
4309 from PROC. Otherwise, process filters and sentinels might be
4310 confused. (Bug#12145)
4311
4312 2012-08-20 Chong Yidong <cyd@gnu.org>
4313
4314 * descr-text.el (describe-text-properties-1): Use overlays-in to
4315 report on empty overlays (Bug#3322).
4316
4317 2012-08-20 Glenn Morris <rgm@gnu.org>
4318
4319 * mail/rmailout.el (rmail-output-read-file-name):
4320 Trap and report errors in rmail-output-file-alist elements.
4321
4322 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
4323 since most non-font-lock faces are not also variables).
4324
4325 2012-08-20 Edward Reingold <reingold@iit.edu>
4326
4327 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4328 New function. (Bug12160)
4329
4330 2012-08-19 Glenn Morris <rgm@gnu.org>
4331
4332 * mail/rmailout.el (rmail-output-read-file-name):
4333 Fix previous change (when the alist is nil or does not match).
4334
4335 2012-08-19 Chong Yidong <cyd@gnu.org>
4336
4337 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
4338 (Bug#12228).
4339
4340 2012-08-18 Chong Yidong <cyd@gnu.org>
4341
4342 * simple.el (yank-handled-properties): New defcustom.
4343 (yank-excluded-properties): Add font-lock-face and category.
4344 (yank): Doc fix.
4345
4346 * subr.el (remove-yank-excluded-properties):
4347 Obey yank-handled-properties. The special handling of font-lock-face
4348 and category is now done this way, instead of being hard-coded.
4349 (insert-for-yank-1): Remove font-lock-face handling.
4350 (yank-handle-font-lock-face-property)
4351 (yank-handle-category-property): New function.
4352
4353 2012-08-17 Glenn Morris <rgm@gnu.org>
4354
4355 * mail/rmailout.el (rmail-output-read-file-name):
4356 Check rmail-output-file-alist against the full message body
4357 in the correct rmail buffer. (Bug#12214)
4358
4359 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
4360
4361 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4362 Eliminate superfluous prompt. (Bug#12203)
4363
4364 2012-08-17 Chong Yidong <cyd@gnu.org>
4365
4366 * mouse.el (mouse-appearance-menu): If x-select-font returns a
4367 font spec, set the font directly (Bug#3228).
4368
4369 2012-08-17 Martin Rudalics <rudalics@gmx.at>
4370
4371 * window.el (delete-window): Fix last fix.
4372
4373 2012-08-16 Martin Rudalics <rudalics@gmx.at>
4374
4375 * window.el (window-valid-p): Move to window.c.
4376 (window-child, window-child-count, window-last-child)
4377 (window-normalize-window, window-combined-p)
4378 (window-combinations, window-atom-root, window-min-size)
4379 (window-sizable, window-sizable-p, window-size-fixed-p)
4380 (window-min-delta, window-max-delta, window--resizable)
4381 (window--resizable-p, window-resizable, window-total-size)
4382 (window-full-height-p, window-full-width-p, window-body-size)
4383 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
4384 (minimize-window, window-deletable-p, delete-window)
4385 (delete-other-windows, set-window-buffer-start-and-point)
4386 (next-buffer, previous-buffer, split-window, balance-windows-2)
4387 (set-window-text-height, window-buffer-height)
4388 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4389 (truncated-partial-width-window-p): Minor code adjustments.
4390 In doc-strings state whether the argument window has to denote a
4391 live, valid or any window.
4392
4393 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
4394
4395 * progmodes/subword.el (subword-forward-function)
4396 (subword-backward-function, subword-forward-regexp)
4397 (subword-backward-regexp): New variables.
4398 (subword-forward, subword-forward-internal, subword-backward-internal):
4399 Use new variables, eg so that different "word" definitions
4400 can be easily used. (Bug#11411)
4401
4402 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
4405 for composite selectors.
4406 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
4407 operation just because we can't find a previous revision.
4408
4409 2012-08-15 Chong Yidong <cyd@gnu.org>
4410
4411 * frame.el (set-frame-font): Accept font objects.
4412
4413 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
4416
4417 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
4418
4419 * man.el (Man-overstrike-face, Man-underline-face)
4420 (Man-reverse-face): Remove variables.
4421 (Man-overstrike, Man-underline, Man-reverse): New faces.
4422 (Man-fontify-manpage): Use them instead of the variables.
4423 (Man-cleanup-manpage): Comment change.
4424 (Man-ansi-color-map): New variable.
4425 (Man-fontify-manpage): Use it.
4426 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
4427
4428 Implement ANSI SGR parameters 22-27 (bug#12146).
4429 * ansi-color.el (ansi-colors): Doc fix.
4430 (ansi-color-context, ansi-color-context-region): Doc fix.
4431 (ansi-color--find-face): New function.
4432 (ansi-color-apply, ansi-color-apply-on-region): Use it.
4433 Rename the local variable `face' to `codes' since it is now a list of
4434 ansi codes. Doc fix.
4435 (ansi-color-get-face): Remove.
4436 (ansi-color-parse-sequence): New function, derived from
4437 ansi-color-get-face.
4438 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
4439 codes 22-27.
4440
4441 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * subr.el (read-passwd): Allow use from a minibuffer.
4444
4445 2012-08-14 Eli Zaretskii <eliz@gnu.org>
4446
4447 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
4448 inside comments and strings as identifiers.
4449
4450 * progmodes/gud.el (gud-tooltip-print-command): Quote the
4451 expression to evaluate. This allows to evaluate expressions with
4452 embedded whitespace.
4453 (gud-tooltip-tips): Add a blank before the newline in the
4454 message-box text, for the benefit of message-box emulation on
4455 MS-Windows.
4456
4457 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
4458 messages from GDB, pop them up in a tooltip to give feedback to
4459 user.
4460 (gdb-tooltip-print-1): Quote the expression to evaluate.
4461 This allows to evaluate expressions with embedded whitespace.
4462 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
4463 if the TTY name is nil or empty (which happens when communicating
4464 with the inferior via pipes, e.g. on MS-Windows).
4465 (gdb-internals): If GDB sends a "&\n" empty debugging message,
4466 don't send that to the GUD buffer.
4467
4468 2012-08-14 Glenn Morris <rgm@gnu.org>
4469
4470 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4471 Optimize away setq-default with no args, as for setq. (Bug#12195)
4472
4473 2012-08-14 Chong Yidong <cyd@gnu.org>
4474
4475 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4476
4477 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4478 (Bug#12085).
4479
4480 2012-08-14 Glenn Morris <rgm@gnu.org>
4481
4482 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4483
4484 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
4485
4486 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4487 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4488 Use cached shell name.
4489
4490 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4491
4492 * progmodes/python.el (python-shell-send-string):
4493 (python-shell-send-setup-code): Do not use `format' with `message'.
4494
4495 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
4496
4497 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4498 (ruby-percent-literal-beg-re): New constant.
4499 (ruby-syntax-general-delimiters-goto-beg): Rename to
4500 `ruby-syntax-enclosing-percent-literal', improve literal type check.
4501 (ruby-syntax-propertize-general-delimiters): Rename to
4502 `ruby-syntax-propertize-percent-literal', it's a shorter and more
4503 popular term. Adjust comments everywhere.
4504 (ruby-syntax-propertize-percent-literal): Only propertize when not
4505 inside a simple string or comment. When the literal is unclosed,
4506 leave the text after it unpropertized.
4507 (ruby-syntax-methods-before-regexp): New constant.
4508 (ruby-syntax-propertize-function): Use it to recognize regexps.
4509 Don't look at the text after regexp, just use the whitelist.
4510
4511 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
4512
4513 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4514 non-nil always load the compiled file if it exists. (Bug#12197)
4515
4516 2012-08-14 Chong Yidong <cyd@gnu.org>
4517
4518 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4519 (hi-lock-set-pattern): When deciding whether to use font lock or
4520 overlays, look at font-lock-mode instead of font-lock-fontified
4521 (Bug#12168).
4522 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4523 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4524
4525 2012-08-14 Daiki Ueno <ueno@unixuser.org>
4526
4527 * subr.el (internal--after-with-selected-window): Fix typo
4528 (Bug#12193).
4529
4530 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4531
4532 Use `completion-table-dynamic' for completion functions.
4533 * progmodes/python.el
4534 (python-shell-completion--do-completion-at-point)
4535 (python-shell-completion--get-completions):
4536 Remove functions.
4537 (python-shell-completion-complete-at-point): New function.
4538 (python-completion-complete-at-point): Use it.
4539
4540 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
4541
4542 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4543 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4544
4545 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * subr.el (function-get): Refine `autoload' arg so it can also
4548 autoload functions for gv.el (bug#12191).
4549 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4550 autoloads macros.
4551
4552 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4553 Prefer pcase-let over destructuring-bind.
4554 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4555 Also, remove whitespace as we go, rather than after accumulating the
4556 various places.
4557
4558 * subr.el (internal--before-with-selected-window)
4559 (internal--after-with-selected-window): Fix typo seleted->selected.
4560 (with-selected-window): Adjust callers.
4561 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4562
4563 2012-08-13 Bastien Guerry <bzg@gnu.org>
4564
4565 * window.el (special-display-popup-frame): Minor docstring
4566 enhancement. (Bug#12172)
4567
4568 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4569
4570 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4571 type 1-6.
4572 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4573 extended headers.
4574
4575 * files.el (hack-local-variables-filter): Remove useless eval.
4576
4577 2012-08-13 Martin Rudalics <rudalics@gmx.at>
4578
4579 * subr.el (with-selected-window): Fix last change.
4580
4581 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4582
4583 * subr.el (internal--before-with-seleted-window)
4584 (internal--after-with-seleted-window): New functions.
4585 (with-selected-window): Use them, to replace dependency on
4586 tty-top-frame.
4587
4588 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4589
4590 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4591 binding for `newline'.
4592 (ruby-move-to-block): When moving backward, stop at block opening,
4593 not indentation.
4594 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4595 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4596 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4597 `ruby-toggle-block'.
4598
4599 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * ibuffer.el (ibuffer-do-toggle-read-only):
4602 * dired.el (dired-toggle-read-only):
4603 * buff-menu.el (Buffer-menu-toggle-read-only):
4604 * bindings.el (mode-line-toggle-read-only):
4605 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4606
4607 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4608
4609 * descr-text.el (describe-char): Put the overlays over the
4610 "displayed as" character.
4611
4612 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4613
4614 * calc/calc-units.el (math-default-units-table): Give an
4615 initial value.
4616 (math-put-default-units): Add options to put composite units and
4617 unit systems in the default units table.
4618 (calc-convert-units): Send composite units to
4619 `math-put-default-units' when appropriate.
4620
4621 2012-08-11 Glenn Morris <rgm@gnu.org>
4622
4623 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4624
4625 * tutorial.el (help-with-tutorial):
4626 * emacs-lisp/copyright.el (copyright-update-directory):
4627 * emacs-lisp/autoload.el (autoload-find-generated-file)
4628 (autoload-find-file): Disable local eval: (for insurance).
4629
4630 * files.el (hack-local-variables-filter): If an eval: form is not
4631 known to be safe, and enable-local-variables is :safe, then ignore
4632 the form totally, as is done for non-eval forms. (Bug#12155)
4633 This is CVE-2012-3479.
4634
4635 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4638 (rx-form): Simplify.
4639
4640 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4641
4642 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4643 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4644 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4645 (ruby-syntax-propertize-function): Adjust for changes in
4646 `ruby-syntax-propertize-heredoc'.
4647
4648 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4649
4650 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4651 binding (use `M-;' instead).
4652 (ruby-singleton-class-p): New function.
4653 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4654
4655 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4658
4659 2012-08-10 Chong Yidong <cyd@gnu.org>
4660
4661 * progmodes/python.el (python-shell-get-process-name): Don't mess
4662 with same-window-buffer-names.
4663
4664 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4665 (eshell-remove-from-window-buffer-names): Make obsolete.
4666 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4667 (eshell): Just use pop-to-buffer-same-window instead.
4668
4669 2012-08-10 Chong Yidong <cyd@gnu.org>
4670
4671 * bindings.el: Bind M-= back to count-words-region.
4672
4673 * simple.el (count-words-region): Accept a prefix arg for acting
4674 on the entire buffer.
4675 (count-words--buffer-message): New helper function.
4676
4677 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4680 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4681 (event-start, event-end): Use posn-at-point to return a more
4682 informative posn.
4683 (posnp): New function.
4684 * mouse.el (popup-menu-normalize-position): Use it.
4685
4686 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4687
4688 * mouse.el (popup-menu-normalize-position): New function.
4689 (popup-menu): Use `popup-menu-normalize-position' to normalize
4690 the form for POSITION argument.
4691
4692 * term/x-win.el (x-menu-bar-open):
4693 Use the value returend from (posn-at-point) as position
4694 passed to `popup-menu'.
4695
4696 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4697
4698 * calc/calccomp.el (math-compose-expr): Add extra argument
4699 indicating that parentheses should be put around products in
4700 denominators. Give multiplication precedence over division during
4701 composition.
4702
4703 2012-08-09 Chong Yidong <cyd@gnu.org>
4704
4705 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4706 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4707 (Man-untabify-command, manual-program): Convert to defcustom
4708 (Bug#10429).
4709
4710 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4711
4712 * descr-text.el (describe-char): Don't insert extra newlines
4713 (Bug#10127).
4714
4715 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4716 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4717
4718 * align.el (align-region): Delete temporary markers (Bug#10047).
4719 Plus some code cleanups.
4720
4721 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4722
4723 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4724 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4725 (python-shell-internal-last-output): Use make-local-variable
4726 instead of make-variable-buffer-local.
4727
4728 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4729
4730 * progmodes/python.el: Enhancements to forward-sexp.
4731 (python-nav-forward-sexp): Rename from
4732 python-nav-forward-sexp-function.
4733 (python-nav--forward-sexp, python-nav--backward-sexp):
4734 New functions.
4735
4736 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4737
4738 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4739 modes and simplification modes.
4740
4741 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * delsel.el (delete-selection-pre-hook): Don't propagate the
4744 file-supersession signals (bug#12161).
4745
4746 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4749 (cl-map-extents): Add compatibility aliases (bug#12135).
4750
4751 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4752
4753 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4754 tests by `ignore-error'.
4755 (tramp-find-shell): Open also a new shell, when cache is already
4756 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4757
4758 2012-08-08 Juri Linkov <juri@jurta.org>
4759
4760 * bookmark.el: Add `defaults' property to the bookmark record.
4761 (bookmark-current-buffer): Doc fix.
4762 (bookmark-make-record): Add `defaults' property with default values
4763 to the bookmark record.
4764 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4765 with `bookmark-insert-current-bookmark'.
4766 (bookmark-set): Get `defaults' property from the bookmark record
4767 and use it in `read-from-minibuffer'.
4768 (bookmark-insert-current-bookmark): Remove function.
4769
4770 * info.el (Info-bookmark-make-record): Add `defaults' property
4771 with values of canonical Info node name, the current Info file
4772 name and the current Info node name. (Bug#12107)
4773
4774 2012-08-08 Juri Linkov <juri@jurta.org>
4775
4776 * files.el (basic-save-buffer): Use `buffer-name' as the default
4777 of `read-file-name' when buffer is not visiting a file (bug#12128).
4778
4779 2012-08-08 Juri Linkov <juri@jurta.org>
4780
4781 * info.el (Info-isearch-search): Doc fix.
4782 (Info-search): Change search-failed message from "initial node" to
4783 "end of node" (bug#12078).
4784 (Info-isearch-search): Change `isearch-string-state' to
4785 `isearch--state-string'.
4786
4787 2012-08-08 Glenn Morris <rgm@gnu.org>
4788
4789 * language/persian.el: Remove file.
4790 * language/misc-lang.el: Move unique part of persian.el here.
4791 * loadup.el: Remove language/persian.
4792
4793 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4794
4795 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4796
4797 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4798
4799 * progmodes/python.el Fixed defsubst warning.
4800 (python-syntax-context) Rename from python-info-ppss-context.
4801 (python-syntax-context-type): Rename from
4802 python-info-ppss-context-type.
4803 (python-syntax-comment-or-string-p): Rename from
4804 python-info-ppss-comment-or-string-p.
4805
4806 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4807
4808 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4809
4810 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4811
4812 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4813 a defcustom that is quoted with backquote.
4814
4815 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4816 Fix handling of interactive spec when the body uses return.
4817 (math-do-arg-check, math-define-function-body): Use backquote forms.
4818 * calc/calc-ext.el (math-defcache): Likewise.
4819 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4820 * allout.el (allout-new-exposure): Likewise.
4821 * calc/calcalg2.el (math-tracing-integral): Likewise.
4822 * info.el (Info-last-menu-item): Likewise.
4823 * emulation/vip.el (vip-loop): Likewise.
4824 * textmodes/artist.el (artist-funcall): Likewise.
4825 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4826 Construct menu-item directly.
4827
4828 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4829 Don't declare.
4830
4831 2012-08-07 Chong Yidong <cyd@gnu.org>
4832
4833 * simple.el (deactivate-mark): Preserve text properties when
4834 saving the primary selection (Bug#8384).
4835
4836 2012-08-07 Kevin Ryde <user42@zip.com.au>
4837
4838 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4839 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4840 and continue processing (Bug#12110).
4841
4842 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4845 syntax-propertize-function (bug#10095).
4846
4847 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4850 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4851 describe-function-1.
4852 (describe-function-1): Use them. Move compiler macro after sig.
4853 (help-fns--compiler-macro): Use function-get. Assume we're already in
4854 standard-output. Adjust layout to new call order.
4855
4856 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4857 re-binding a symbol that has a symbol-macro (bug#12119).
4858
4859 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4860
4861 * language/persian.el: New file. (Bug#11812)
4862 * loadup.el: Add language/persian.el.
4863
4864 2012-08-06 Chong Yidong <cyd@gnu.org>
4865
4866 * window.el (window--maybe-raise-frame): New function.
4867 (window--display-buffer): Split off from here.
4868 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4869 (display-buffer-pop-up-window, display-buffer-use-some-window):
4870 Obey an inhibit-switch-frame action alist entry.
4871 (display-buffer): Update doc.
4872
4873 * replace.el (occur-after-change-function): Avoid losing focus by
4874 using the inhibit-switch-frame display parameter (Bug#12139).
4875
4876 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4877
4878 Make internal shell process buffer names start with space.
4879 * progmodes/python.el (python-shell-make-comint): Add optional
4880 argument INTERNAL.
4881 (run-python-internal): Use it.
4882 (python-shell-internal-get-or-create-process): Check for new
4883 internal buffer names.
4884
4885 2012-08-06 Glenn Morris <rgm@gnu.org>
4886
4887 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4888 Do less getting and setting of environment variables.
4889
4890 2012-08-05 Chong Yidong <cyd@gnu.org>
4891
4892 * proced.el (proced): Add substitution string to docstring to
4893 trigger autoloading of the proced library on C-h f (Bug#1768).
4894
4895 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4896 Don't show defvars which have no second argument (Bug#8638).
4897
4898 * imenu.el (imenu-generic-expression): Move documentation here
4899 from imenu--generic-function.
4900 (imenu--generic-function): Refer to imenu-generic-expression.
4901
4902 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4903
4904 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4905 indentation declaration.
4906 (viper-loop): Add indentation declaration (Bug#7025).
4907
4908 2012-08-05 Chong Yidong <cyd@gnu.org>
4909
4910 * help-fns.el (describe-variable): Add hyperlink for
4911 directory-local variables files. Improve buffer-local and
4912 permanent-local reporting; suggested by MON KEY (Bug#6644).
4913
4914 * help-mode.el (help-dir-local-var-def): New button type.
4915
4916 * files.el (kill-buffer-hook): Provide a defvar.
4917
4918 2012-08-05 Glenn Morris <rgm@gnu.org>
4919
4920 * eshell/esh-ext.el (eshell/addpath):
4921 Also update eshell-path-env. (Bug#12013)
4922
4923 2012-08-05 Chong Yidong <cyd@gnu.org>
4924
4925 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4926
4927 * fringe.el (fringe-styles): Add docstring.
4928 (fringe--check-mode): New function.
4929 (set-fringe-mode, set-fringe-style): Use it.
4930 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4931
4932 * files.el (set-auto-mode): Fix invalid setq call.
4933
4934 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 * isearch.el: Misc simplification; use defstruct.
4937 (isearch-mode-map): Dense maps now work like sparse ones.
4938 (isearch--state): New defstruct.
4939 (isearch-string-state, isearch-message-state, isearch-point-state)
4940 (isearch-success-state, isearch-forward-state)
4941 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4942 (isearch-wrapped-state, isearch-barrier-state)
4943 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4944 replaced by defstruct's accessors.
4945 (isearch--set-state): Rename from isearch-top-state and change
4946 calling convention.
4947 (isearch-push-state): Use new isearch--get-state.
4948 (isearch-toggle-word): Disable regexp when enabling word.
4949 (isearch-message-prefix): Remove unused arg _c-q-hack.
4950 (isearch-message-suffix): Remove unused arg _ellipsis.
4951
4952 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4953
4954 * simple.el (list-processes--refresh): For a server use :host or
4955 :local as the address.
4956 (list-processes): Doc fix.
4957
4958 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4959
4960 * lisp/mpc.el: Support password in host argument.
4961 (mpc--proc-connect): Parse and use new password element.
4962 Set mpc-proc variable instead of returning process.
4963 (mpc-proc): Adjust accordingly.
4964
4965 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4966
4967 * whitespace.el (whitespace-display-mappings): Use Unicode
4968 codepoints, instead of emacs-mule codepoints. See
4969 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4970 for the details.
4971
4972 * files.el (file-truename): Don't skip symlink-chasing part on
4973 windows-nt. Incorporate the resolution of 8+3 short aliases on
4974 Windows into the loop that recursively chases symlinks.
4975 Compare directory and its parent case-insensitively on MS-Windows and
4976 MS-DOS.
4977
4978 2012-08-03 Chong Yidong <cyd@gnu.org>
4979
4980 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4981
4982 * sort.el (sort-regexp-fields): Doc fix.
4983
4984 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4985
4986 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4987 labels regex position point at the expected place.
4988
4989 2012-08-03 MON KEY <monkey@sandpframing.com>
4990
4991 * net/imap.el (imap-interactive-login, imap-authenticate)
4992 (imap-mailbox-lsub, imap-mailbox-list)
4993 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4994 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4995 (imap-parse-response): Doc fix.
4996
4997 2012-08-03 João Távora <joaotavora@gmail.com>
4998
4999 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
5000 if sexp scanning does not move point (Bug#5734).
5001
5002 2012-08-02 Tassilo Horn <tsdh@gnu.org>
5003
5004 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
5005 Add listings, minted, and ctable packages.
5006 (reftex-label-alist-builtin): Move listings, minted, and ctable
5007 entries before LaTeX.
5008 (reftex-label-alist): Docfix.
5009
5010 2012-08-02 Bastien Guerry <bzg@gnu.org>
5011
5012 * replace.el (occur): Fix docstring (bug#12122).
5013
5014 2012-08-02 Glenn Morris <rgm@gnu.org>
5015
5016 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
5017
5018 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
5019
5020 Obsolete alias inactivate-current-input-method-function (Bug#10150).
5021 * international/mule-cmds.el: Create
5022 inactivate-current-input-method-function as an obsolete alias for
5023 deactivate-current-input-method-function. See Katsumi Yamaoka in
5024 <http://bugs.gnu.org/10150#46>.
5025
5026 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5027
5028 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
5029 of nested `if's.
5030
5031 2012-08-01 Glenn Morris <rgm@gnu.org>
5032
5033 * progmodes/autoconf.el (autoconf-definition-regexp):
5034 Add AH_TEMPLATE, adjust submatch numbering.
5035 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
5036 (autoconf-current-defun-function): Update for above change.
5037 (autoconf-current-defun-function): First skip to end of current word.
5038
5039 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
5040
5041 * calendar/cal-html.el (cal-html-insert-agenda-days):
5042 Fix typo. (Bug#12018)
5043
5044 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
5045
5046 Shell processes: enhancements to startup and CEDET compatibility.
5047 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
5048 (python-shell-make-comint): accept-process-output at startup.
5049 (run-python-internal): Set inferior-python-mode-hook to nil.
5050 (python-shell-internal-get-or-create-process): call sit-for.
5051 (python-preoutput-result): Add obsolete alias.
5052 (python-shell-internal-send-string): Use it.
5053 (python-shell-send-setup-code): Remove call to
5054 accept-process-output.
5055
5056 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
5057
5058 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
5059 (Bug#12108)
5060
5061 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
5062
5063 * calc-mode.el (calc-basic-simplification-mode): Rename from
5064 `calc-limited-simplification-mode'.
5065 (calc-alg-simplification-mode): New function.
5066 (calc-set-simplify-mode): Adjust message.
5067
5068 * calc.el (calc-set-mode-line): Adjust mode line display for
5069 basic simplification mode.
5070
5071 * calc-help.el (calc-m-prefix-help): Update help message.
5072
5073 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
5074 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
5075
5076 2012-07-31 Bastien Guerry <bzg@gnu.org>
5077
5078 * man.el (man): Fix comment. (bug#12101)
5079
5080 2012-07-31 Martin Rudalics <rudalics@gmx.at>
5081
5082 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5083 Don't return a non-nil value when no suitable buffer was found.
5084
5085 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
5086
5087 * progmodes/python.el (run-python-internal): Disable font lock for
5088 internal shells.
5089
5090 2012-07-30 Stefan Merten <smerten@oekonux.de>
5091
5092 * textmodes/rst.el: Silence `checkdoc-ispell'.
5093 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5094 (rst-official-version, rst-official-cvs-rev)
5095 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
5096 (rst-mode-map): New key binding.
5097
5098 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
5099
5100 Update .PHONY listings in makefiles.
5101 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
5102 autoloads, update-subdirs, updates, bzr-update, update-authors,
5103 compile-onefile, compile-calc, backup-compiled-files,
5104 compile-after-backup, compile-one-process, mh-autoloads,
5105 bootstrap-clean, distclean, maintainer-clean.
5106
5107 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5108
5109 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
5110 (calc-set-mode-line): Don't display "AlgSimp ".
5111
5112 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
5113 (calc-lim-simplify-mode): New function.
5114 (calc-set-simplify-mode): Default to 'alg.
5115 (calc-default-simplify-mode): Make algebraic simplifications
5116 the default.
5117
5118 * calc/calc-ext.el (calc-init-extensions): Remove binding for
5119 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
5120
5121 * calc/calc-help.el (calc-m-prefix-help): Change messages to
5122 indicate new simplification modes.
5123
5124 * calc/README: Mention new default simplification mode.
5125
5126 * calc/calc.el (math-normalize-error): New variable.
5127 (math-normalize): Set `math-normalize-error' to t
5128 when there's an error.
5129
5130 * calc/calc-alg.el (math-simplify): Don't simplify when
5131 `math-normalize' returns an error.
5132
5133 2012-07-29 Eli Zaretskii <eliz@gnu.org>
5134
5135 * international/mule-cmds.el (set-locale-environment): Revert last
5136 change, since display-graphic-p returns nil when this function is
5137 called during startup. Instead...
5138
5139 * term/w32console.el (terminal-init-w32console): ...setup the
5140 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
5141
5142 2012-07-29 Juri Linkov <juri@jurta.org>
5143
5144 * simple.el (goto-line): Don't display default line number in the
5145 prompt because it should be displayed by `read-number' (bug#9952).
5146 Add the current line number to the defaults of `goto-line' to
5147 allow its easier modification by users with `M-n' (bug#9201).
5148
5149 * subr.el (read-number): Support multiple default values like in
5150 other minibuffer reading functions. Replace `read' with
5151 `string-to-number' for consistency with `number-to-string'.
5152
5153 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
5154
5155 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
5156 * emulation/viper-init.el (viper-deactivate-input-method-action):
5157 Rename from viper-inactivate-input-method-action.
5158 (viper-deactivate-input-method):
5159 Rename from viper-inactivate-input-method.
5160 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
5161 * international/mule-cmds.el (deactivate-input-method):
5162 Rename from inactivate-input-method.
5163 Also run input-method-deactivate-hook.
5164 (deactivate-current-input-method-function):
5165 Rename from inactivate-current-input-method-function.
5166 (input-method-deactivate-hook): New hook.
5167 (input-method-inactivate-hook): Mark obsolete.
5168 (inactivate-input-method): Mark obsolete.
5169
5170 * international/quail.el (quail-activate):
5171 Also run quail-deactivate-hook.
5172 (quail-deactivate): Rename from quail-inactivate.
5173 * international/robin.el (robin-activate):
5174 Also run robin-deactivate-hook.
5175 (robin-deactivate): Rename from robin-inactivate.
5176
5177 2012-07-29 Chong Yidong <cyd@gnu.org>
5178
5179 * simple.el (indicate-copied-region): New function.
5180 (kill-ring-save): Split off from here.
5181
5182 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
5183 (kill-rectangle): Set deactivate-mark to t on read-only error.
5184
5185 * register.el (copy-to-register, copy-rectangle-to-register):
5186 Deactivate the mark, and use indicate-copied-region (Bug#10056).
5187 (append-to-register, prepend-to-register): Call indicate-copied-region.
5188
5189 2012-07-29 Juri Linkov <juri@jurta.org>
5190
5191 * simple.el (async-shell-command-buffer): New defcustom.
5192 (shell-command): Use it. (Bug#4719)
5193
5194 2012-07-28 Eli Zaretskii <eliz@gnu.org>
5195
5196 * international/mule-cmds.el (set-locale-environment): In a
5197 console session on MS-Windows, set up keyboard and terminal
5198 encoding from the OEM codepage, not the ANSI codepage.
5199 (Bug#12055)
5200
5201 2012-07-28 Chong Yidong <cyd@gnu.org>
5202
5203 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
5204 gdb-get-location.
5205
5206 2012-07-28 Leo Liu <sdl.web@gmail.com>
5207
5208 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
5209 the alist (bug#12029).
5210
5211 2012-07-28 Eli Zaretskii <eliz@gnu.org>
5212
5213 * makefile.w32-in (custom-deps, finder-data, updates, compile)
5214 (compile-always, compile-first)
5215 ($(lisp)/calendar/cal-loaddefs.el)
5216 ($(lisp)/calendar/diary-loaddefs.el)
5217 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5218 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
5219 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
5220 instead of on update-subdirs.
5221 (bootstrap-clean): Delete $(lisp)/subdirs.el.
5222
5223 2012-07-28 Chong Yidong <cyd@gnu.org>
5224
5225 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
5226 directory if vc-deduce-backend returns nil (Bug#7350).
5227
5228 * simple.el (delete-trailing-lines): New option.
5229 (delete-trailing-whitespace): Obey it (Bug#11879).
5230
5231 2012-07-28 David Engster <deng@randomsample.de>
5232
5233 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
5234 Explanation of new 'symbol-qnames feature in doc-strings.
5235 (xml-maybe-do-ns): Return expanded names as plain symbols if
5236 'symbol-qnames was provided in XML-NS argument (Bug#11916).
5237 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
5238
5239 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
5240
5241 Consistent completion in inferior python with emacs -nw.
5242 * progmodes/python.el (inferior-python-mode): replace "<tab>"
5243 binding in inferior-python-mode-map with "\t".
5244 (python-shell-completion-complete-at-point)
5245 (python-completion-complete-at-point): Remove interactive spec.
5246
5247 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
5248
5249 * calc/calccomp.el (math-compose-expr): Undo previous change.
5250
5251 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
5252
5253 * progmodes/python.el (python-mode-map): Add keybinding for
5254 run-python.
5255 (python-shell-make-comint): Fix pop-to-buffer call.
5256 (run-python): Autoload. New arg SHOW.
5257 (python-shell-get-or-create-process): Do not pop python process
5258 buffer.
5259
5260 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
5261
5262 * notifications.el (notifications-on-action-signal)
5263 (notifications-on-closed-signal): Use also the bus address for the map.
5264 (notifications-notify, notifications-close-notification)
5265 (notifications-get-capabilities): Add optional argument BUS.
5266
5267 2012-07-27 Tassilo Horn <tsdh@gnu.org>
5268
5269 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5270 Add support for the lstlisting and minted environments, and for the
5271 ctable macro.
5272 * textmodes/reftex.el (reftex-compile-variables): Also recognize
5273 labels written in keyvals syntax.
5274
5275 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
5276
5277 * calc/calccomp.el (math-compose-expr): Use parentheses when
5278 there is a product in the denominator of a fraction.
5279
5280 2012-07-26 Eli Zaretskii <eliz@gnu.org>
5281
5282 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5283 ($(lisp)/calendar/diary-loaddefs.el)
5284 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5285 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
5286 Fixes failures in parallel bootstrap because subdirs.el is being
5287 rewritten while the autoload files are built at the same time,
5288 which needs to load subdirs.el.
5289
5290 2012-07-26 Martin Rudalics <rudalics@gmx.at>
5291
5292 * mouse.el (popup-menu): Fix doc-string and re-indent code.
5293 (mouse-drag-line): Don't exit tracking when a switch-frame or
5294 switch-window event occurs (Bug#12006).
5295
5296 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * mouse.el (popup-menu): Fix last change.
5299
5300 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 Autoload from Lisp with more care. Follow aliases when looking for
5303 function properties.
5304 * subr.el (autoloadp): New function.
5305 (symbol-file): Use it.
5306 (function-get): New function.
5307 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
5308 autoload-do-load.
5309 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
5310 (lisp-indent-function):
5311 * emacs-lisp/gv.el (gv-get):
5312 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
5313 * emacs-lisp/byte-opt.el (byte-optimize-form):
5314 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5315 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
5316 Use function-get.
5317 * emacs-lisp/cl.el: Don't propagate function properties any more.
5318
5319 * speedbar.el (speedbar-add-localized-speedbar-support):
5320 * emacs-lisp/disass.el (disassemble-internal):
5321 * desktop.el (desktop-load-file):
5322 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
5323 (describe-function-1):
5324 * emacs-lisp/find-func.el (find-function-noselect):
5325 * emacs-lisp/elp.el (elp-instrument-function):
5326 * emacs-lisp/advice.el (ad-has-proper-definition):
5327 * apropos.el (apropos-safe-documentation, apropos-macrop):
5328 * emacs-lisp/debug.el (debug-on-entry):
5329 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
5330 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5331 * calc/calc.el (name): Use autoloadp & autoload-do-load.
5332
5333 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
5334
5335 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
5336 function, not an obsolete variable (Bug#12046).
5337
5338 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
5339
5340 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
5341
5342 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
5343
5344 * emacs-lisp/pp.el (pp-display-expression): Select old selected
5345 window only if it is still live (Bug#12034).
5346
5347 2012-07-25 Martin Rudalics <rudalics@gmx.at>
5348
5349 * subr.el (redirect-frame-focus): Add advertised calling
5350 convention (Bug#12030).
5351
5352 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
5353
5354 Prefer typical American spelling for "acknowledgment".
5355 * vc/add-log.el (change-log-acknowledgment): Rename from
5356 change-log-acknowledgement, with an alias for the old name.
5357
5358 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
5359
5360 * calc-alg.el (math-simplify-divide): Don't cross multiply
5361 in an equation when the lhs is a variable.
5362
5363 2012-07-24 Julien Danjou <julien@danjou.info>
5364
5365 * net/netrc.el (netrc-find-service-number, netrc-store-data):
5366 Remove, unused.
5367
5368 2012-07-23 Eli Zaretskii <eliz@gnu.org>
5369
5370 * startup.el (command-line): Don't display an empty user name in
5371 the error message about non-existent home directory, when
5372 init-file-user was set to an empty string. See
5373 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
5374 for the details and context.
5375
5376 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
5377
5378 * ses.el (ses-cell-formula-aset): New macro.
5379 (ses-cell-references-aset): New macro.
5380 (ses-cell-p): New function.
5381 (ses-rename-cell): Do no longer rely on complex operations like
5382 ses-cell-set-formula or ses-set-cell to change the cell and handle
5383 the undo at the same time, but rather use lower level new macros
5384 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
5385 the undo directly. Refresh the mode line.
5386
5387 2012-07-21 Leo Liu <sdl.web@gmail.com>
5388
5389 * progmodes/cc-cmds.el (c-defun-name):
5390 Use match-string-no-properties instead for consistency.
5391
5392 2012-07-20 Leo Liu <sdl.web@gmail.com>
5393
5394 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
5395 (Bug#7879)
5396
5397 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
5398
5399 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
5402 * progmodes/bug-reference.el, misearch.el: Provide themselves
5403 (bug#11915).
5404
5405 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
5406 of narrowed buffer (bug#11966).
5407
5408 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
5409
5410 * ses.el (ses-rename-cell): Set new name also in reference list of
5411 cells of which the renamed cell depends.
5412
5413 2012-07-20 Masatake YAMATO <yamato@redhat.com>
5414
5415 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
5416 to check whether menu-bar is shown or not. If not shown,
5417 show the menu-bar as a popup menu instead of using tmm.
5418 * mouse.el (popup-menu): Accept `point' as `position' argument.
5419
5420 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
5421
5422 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
5423 up inside string symbol literal (bug#11923).
5424
5425 2012-07-20 Eli Zaretskii <eliz@gnu.org>
5426
5427 * startup.el (fancy-startup-text): Read the whole tutorial, not
5428 just its first 256 bytes. Prevents gibberish in display of the
5429 tutorial title.
5430
5431 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5432
5433 Drop idle buffer compaction due to an absence of the
5434 proved efficiency.
5435 * compact.el: Remove.
5436
5437 2012-07-19 Sam Steingold <sds@gnu.org>
5438
5439 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
5440 vc-bzr-pull & vc-bzr-merge-branch.
5441 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
5442 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
5443 for consistency with compilation-error-regexp-alist.
5444 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
5445 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
5446 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
5447 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
5448
5449 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * emacs-lisp/chart.el: Use lexical-binding.
5452 (chart-emacs-storage): Don't hardcode the list of entries.
5453
5454 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5455
5456 Next round of tweaks caused by Fgarbage_collect changes.
5457 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
5458
5459 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5460
5461 Compact buffers when idle.
5462 * compact.el: New file.
5463
5464 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5465
5466 * subr.el (eventp): Presume that if it looks vaguely like an event,
5467 it's an event (bug#10190).
5468
5469 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
5470
5471 Enhancements to ppss related code (thanks Stefan).
5472 * progmodes/python.el (python-indent-context)
5473 (python-indent-calculate-indentation, python-indent-dedent-line)
5474 (python-indent-electric-colon, python-nav-forward-block)
5475 (python-mode-abbrev-table)
5476 (python-info-assignment-continuation-line-p): Simplify checks
5477 for ppss context.
5478 (python-info-continuation-line-p): Cleanup.
5479 (python-info-ppss-context): Do not catch 'quote.
5480 (python-info-ppss-context-type)
5481 (python-info-ppss-comment-or-string-p): Simplify.
5482
5483 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
5484
5485 * progmodes/python.el: Enhancements to eldoc support.
5486 (python-info-current-symbol): New function.
5487 (python-eldoc-at-point): Use python-info-current-symbol.
5488 (python-info-current-defun): Fix cornercase on first defun scan.
5489 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5490 and signal error when no inferior python process is available.
5491
5492 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
5493
5494 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5495 assume it's always t.
5496 (vc-git-registered): Remove caching, the function is only called
5497 once.
5498 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5499
5500 2012-07-18 Chong Yidong <cyd@gnu.org>
5501
5502 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5503
5504 * simple.el (count-words): Report on narrowing (Bug#9959).
5505
5506 * bindings.el: Bind M-= to count-words.
5507
5508 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5509
5510 2012-07-18 Masatake YAMATO <yamato@redhat.com>
5511
5512 * progmodes/sh-script.el (sh-imenu-generic-expression):
5513 Capture a function with `function' keyword and without parentheses
5514 like "function FOO" (bug#11856).
5515
5516 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
5517
5518 * window.el (split-window-sensibly): Make WINDOW argument
5519 optional.
5520
5521 2012-07-18 Chong Yidong <cyd@gnu.org>
5522
5523 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5524
5525 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5526 and make C-x 8 RET exit isearch (Bug#11439).
5527
5528 * international/iso-transl.el: Move isearch-mode-map key
5529 definitions to isearch.el.
5530
5531 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5534 (eieio-defclass): Use gv-define-setter when possible.
5535
5536 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5537
5538 Reflect recent changes in Fgarbage_collect.
5539 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5540 reflect new format of data returned by Fgarbage_collect.
5541
5542 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5543
5544 New utility functions + python-info-ppss-context fix (Bug#11910).
5545 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5546 (python-info-ppss-comment-or-string-p): New functions.
5547 (python-info-ppss-context): Small fix for string check.
5548
5549 2012-07-17 Juri Linkov <juri@jurta.org>
5550
5551 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5552 (dired-do-async-shell-command): Don't add `*' at the end of the
5553 command (Bug#11815).
5554 (dired-do-shell-command): Doc fix.
5555 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5556 Join the individual commands using either "&" or ";" as the
5557 separator depending on the values of these trailing characters.
5558 At the end re-add the trailing "&". (Bug#10598)
5559
5560 * simple.el (async-shell-command): Sync the interactive spec with
5561 `shell-command'. Doc fix.
5562 (shell-command): Doc fix.
5563
5564 2012-07-17 Juri Linkov <juri@jurta.org>
5565
5566 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5567
5568 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5569
5570 Final renames and doc fixes for movement commands (bug#11899).
5571 * progmodes/python.el (python-nav-beginning-of-statement):
5572 Rename from python-nav-statement-start.
5573 (python-nav-end-of-statement): Rename from
5574 python-nav-statement-end.
5575 (python-nav-beginning-of-block): Rename from
5576 python-nav-block-start.
5577 (python-nav-end-of-block): Rename from python-nav-block-end.
5578
5579 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5580
5581 * progmodes/python.el (python-shell-send-string-no-output):
5582 Allow accept-process-output to quit, keeping shell process ready for
5583 future interactions (Bug#11868).
5584
5585 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5588
5589 * emacs-lisp/elint.el (elint-find-args-in-code):
5590 Use help-function-arglist, so as to handle lexical byte-code.
5591
5592 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5593 change (bug#11826).
5594
5595 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5598 Avoid spuriously marking the buffer as modified because of c-is-sws.
5599
5600 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5601 as not-a-comment (bug#11946).
5602
5603 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5604 for uninterned vars.
5605
5606 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5607 Use read-event since we don't really want to read chars but bytes.
5608
5609 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5610 $$..$$ but also $..$ using regexps (bug#11953).
5611 Use tex-verbatim for \url and \path.
5612 (tex-font-lock-keywords): Define as defconst like the others.
5613 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5614
5615 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5616
5617 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5618 alias for insert-char.
5619
5620 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5621
5622 * progmodes/python.el: Simplified imenu implementation.
5623 (python-nav-jump-to-defun): Remove command.
5624 (python-mode-map): Use `imenu' instead.
5625 (python-nav-list-defun-positions-cache)
5626 (python-imenu-include-defun-type, python-imenu-make-tree)
5627 (python-imenu-subtree-root-label, python-imenu-index-alist):
5628 Remove vars.
5629 (python-nav-list-defun-positions, python-nav-read-defun)
5630 (python-imenu-tree-assoc, python-imenu-make-element-tree)
5631 (python-imenu-make-tree, python-imenu-create-index):
5632 Remove functions.
5633 (python-mode): Update to interact with imenu by setting
5634 `imenu-extract-index-name-function' only.
5635
5636 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5637
5638 * progmodes/python.el: Enhancements to navigation commands.
5639 (python-nav-backward-sentence)
5640 (python-nav-forward-sentence): Remove.
5641 (python-nav-backward-statement, python-nav-forward-statement)
5642 (python-nav-statement-start, python-nav-statement-end)
5643 (python-nav-backward-block, python-nav-forward-block)
5644 (python-nav-block-start, python-nav-block-end)
5645 (python-nav-forward-sexp-function)
5646 (python-info-current-line-comment-p)
5647 (python-info-current-line-empty-p): New functions.
5648 (python-indent-context): Use `python-nav-statement-start'.
5649
5650 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
5651
5652 * eshell/em-ls.el (eshell/ls): Use `apply'.
5653
5654 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5655 multi-hops, instead of Tramp internals.
5656
5657 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5658
5659 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5660 when F1 and F2 are located on different hosts.
5661
5662 2012-07-14 Chong Yidong <cyd@gnu.org>
5663
5664 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5665 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5666 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5667 (xterm-mouse--read-event-sequence-1000)
5668 (xterm-mouse--read-event-sequence-1006): New functions. For old
5669 mouse protocol, handle M-mouse-X events correctly.
5670 (xterm-mouse-event): New arg specifying mouse protocol.
5671 (turn-on-xterm-mouse-tracking-on-terminal)
5672 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5673 sequence to toggle extended coordinates on newer XTerms.
5674 This appears to be harmless on terminals which do not support this.
5675
5676 2012-07-14 Leo Liu <sdl.web@gmail.com>
5677
5678 Add fringe bitmap indicators for flymake. (Bug#11253)
5679 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5680 (flymake-make-overlay): New arg BITMAP.
5681 (flymake-error-bitmap, flymake-warning-bitmap)
5682 (flymake-fringe-indicator-position): New user variables.
5683
5684 * fringe.el: New bitmap exclamation-mark.
5685
5686 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5687
5688 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5689 also (Bug#7879).
5690
5691 2012-07-14 Chong Yidong <cyd@gnu.org>
5692
5693 * electric.el (electric-pair-post-self-insert-function): Fix pair
5694 insertion in empty-region case (Bug#11520).
5695
5696 2012-07-14 Chong Yidong <cyd@gnu.org>
5697
5698 * bindings.el: Consolidate ctl-x-r-map bindings.
5699 Bind copy-rectangle-as-kill to C-x r w.
5700
5701 * rect.el, register.el: Move bindings to bindings.el.
5702
5703 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5704
5705 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5706
5707 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5708
5709 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5710
5711 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5712
5713 * bindings.el (top): Use `mapc' instead of `mapcar'.
5714
5715 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5716
5717 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * progmodes/sql.el (sql-comint): Suppress the check for program on
5720 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5721 (Bug#11908)
5722
5723 2012-07-13 Chong Yidong <cyd@gnu.org>
5724
5725 * bindings.el: Assign a non-nil permanent-local property to
5726 per-buffer variables which lack a default value (Bug#11930).
5727
5728 * help-fns.el (describe-variable): In the "automatically becomes
5729 local" notice, take note of permanent-local variables.
5730
5731 2012-07-13 Chong Yidong <cyd@gnu.org>
5732
5733 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5734 to allow printing the message when called from Lisp.
5735
5736 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5737 Remove toggle-read-only.
5738
5739 * bs.el (bs-toggle-readonly):
5740 * buff-menu.el (Buffer-menu-toggle-read-only):
5741 Remove with-no-warnings around toggle-read-only.
5742
5743 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5744 Remove with-no-warnings around toggle-read-only.
5745 (ffap-read-only, ffap-read-only-other-window)
5746 (ffap-read-only-other-frame): Callers changed.
5747
5748 * help-mode.el: Don't require view package.
5749 (help-mode-finish): Set buffer-read-only instead of calling
5750 toggle-read-only.
5751
5752 * bindings.el (mode-line-toggle-read-only):
5753 * dired.el (dired-toggle-read-only):
5754 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5755 with non-nil second arg.
5756
5757 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5758 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5759 directly.
5760
5761 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5762
5763 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5764 not incf.
5765
5766 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5767
5768 More CL cleanups and reduction of use of cl.el.
5769 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5770 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5771 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5772 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5773 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5774 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5775 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5776 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5777 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5778 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5779 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5780 * eshell/em-cmpl.el, eshell/em-banner.el:
5781 * calendar/parse-time.el: Use cl-lib.
5782 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5783 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5784 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5785 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5786 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5787 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5788 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5789 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5790 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5791 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5792 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5793 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5794 `lambda' rather than with `quote'.
5795 (eshell-do-opt): Adjust accordingly.
5796 (eshell-process-option): Simplify.
5797 * eshell/esh-var.el:
5798 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5799 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5800 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5801 to `pcase--dontcare'.
5802 * emacs-lisp/cl.el (labels): Mark obsolete.
5803 (cl--letf, letf): Move to cl-lib.
5804 (cl--letf*, letf*): Remove.
5805 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5806 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5807 (cl-progv): Rewrite.
5808 (cl--letf, cl-letf): Move from cl.el.
5809 (cl-letf*): New macro.
5810 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5811
5812 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5813
5814 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5815
5816 2012-07-11 Chong Yidong <cyd@gnu.org>
5817
5818 * vc/log-edit.el (log-edit-vc-backend): New variable.
5819 (log-edit): Doc fix.
5820
5821 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5822 argument of log-edit to set up all local variables.
5823 (vc-start-logentry): New optional arg specifying VC backend.
5824
5825 * vc/vc.el (vc-checkin): Use it.
5826 (vc-deduce-fileset): Handle Log Edit buffers.
5827 (vc-diff): Make first argument optional too.
5828
5829 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5830
5831 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5832
5833 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5834 command, just in case. The function is not needed anymore.
5835 (eshell-external-command): Do not call `eshell-remote-command'.
5836
5837 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 Reduce use of (require 'cl).
5840 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5841 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5842 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5843 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5844 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5845 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5846 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5847 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5848 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5849 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5850 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5851 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5852 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5853 (byte-compile-unfold-bcf, byte-compile-check-variable):
5854 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5855 (byte-compile-nilconstp):
5856 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5857 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5858
5859 * emacs-lisp/gv.el (cond): Make it a valid place.
5860 (if): Simplify slightly.
5861
5862 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5863 (pcase--self-quoting-p): New function.
5864 (pcase--u1): Use it.
5865
5866 2012-07-10 Glenn Morris <rgm@gnu.org>
5867
5868 * emacs-lisp/authors.el (authors-fixed-entries):
5869 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5870
5871 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5872
5873 Rename configure.in to configure.ac (Bug#11603).
5874 * emacs-lisp/authors.el (authors-canonical-file-name):
5875 * progmodes/autoconf.el (autoconf-mode):
5876 Prefer configure.ac to configure.in.
5877
5878 2012-07-08 Chong Yidong <cyd@gnu.org>
5879
5880 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5881 Implement the mouse-1-click-follows-link handling properly.
5882
5883 * info.el (Info-link-keymap): Use follow-link mechanism for
5884 header-line links (Bug#374).
5885
5886 * simple.el (deactivate-mark): Do not set the primary selection
5887 if another program has acquired it (Bug#11772).
5888
5889 2012-07-07 Kevin Ryde <user42@zip.com.au>
5890
5891 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5892 (woman-decode-region): Replace escaped-escapes without destroying
5893 bold or underline (Bug#11552).
5894 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5895
5896 2012-07-07 Chong Yidong <cyd@gnu.org>
5897
5898 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5899 (interprogram-cut-function, interprogram-paste-function):
5900 Mention that we typically mean the clipboard.
5901
5902 2012-07-06 Glenn Morris <rgm@gnu.org>
5903
5904 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5905
5906 * files.el (toggle-read-only): Restrict message to interactive use.
5907
5908 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5909
5910 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5911
5912 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5913
5914 2012-07-06 Glenn Morris <rgm@gnu.org>
5915
5916 * Makefile.in (compile-one-process): Rename from "recompile".
5917
5918 * Makefile.in (bzr-update): "compile" is the same as "recompile
5919 autoloads", but parallelizable, so use that instead.
5920
5921 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5922
5923 * window.el (quit-window): Always restore window height when
5924 it's saved in quit-restore parameter (Bug#11810).
5925
5926 2012-07-06 Glenn Morris <rgm@gnu.org>
5927
5928 * simple.el (kill-whole-line): Doc tweak.
5929
5930 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5931
5932 * files.el (file-relative-name): Compare file names
5933 case-insensitively if on MS-Windows or MS-DOS, or if
5934 read-file-name-completion-ignore-case is non-nil. Don't use
5935 case-fold-search for this purpose. (Bug#11827)
5936
5937 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5938
5939 * calendar/cal-dst.el (calendar-current-time-zone):
5940 Return calendar-current-time-zone-cache if non-nil.
5941
5942 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5943 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5944
5945 * calendar/cal-dst.el (calendar-current-time-zone):
5946 Return calendar-current-time-zone-cache if non-nil.
5947
5948 2012-07-06 Glenn Morris <rgm@gnu.org>
5949
5950 * Makefile.in (cvs-update): Remove old alias.
5951
5952 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5953
5954 Sync with Tramp 2.2.6-pre.
5955
5956 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5957 compatible declaration.
5958
5959 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5960 Protect `list-load-path-shadows' call.
5961
5962 * net/tramp-compat.el (top): Require packages, which aren't
5963 autoloaded anymore for XEmacs. Protect call of
5964 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5965 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5966 it hurts at least for SXEmacs.
5967 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5968 standard-value for `temporary-file-directory'.
5969
5970 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5971 Redirect stderr to /dev/null.
5972 (tramp-sh-handle-write-region): uid and gid can be floats.
5973 Reported by Russell Sim <russell.sim@gmail.com>.
5974 (tramp-sh-handle-vc-registered): Hide errors.
5975 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5976 and `start-file-process'.
5977 (tramp-maybe-open-connection): Check also whether `non-essential'
5978 is bound.
5979
5980 2012-07-04 Chong Yidong <cyd@gnu.org>
5981
5982 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5983 (xml-parse-tag): Likewise, and avoid changing entity tables.
5984 (xml-syntax-table): Define from scratch, making sure not to give
5985 x2000 and other Unicode spaces whitespace syntax, since those are
5986 not spaces in XML.
5987 (xml-parse-fragment): Delete unused function.
5988 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5989 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5990 (xml-entity-ref, xml-pe-reference-re)
5991 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5992 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5993 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5994 (xml-entity-value-re): Use syntax references in regexps where
5995 possible; no need to define inside a let-binding.
5996 (xml-parse-dtd): Use xml-pe-reference-re.
5997 (xml-entity-or-char-ref-re): New defconst.
5998 (xml-parse-string, xml-substitute-special): Use it.
5999
6000 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6001
6002 * files.el (locate-dominating-file): Allow `name' to be a predicate.
6003 (find-file--read-only): New function.
6004 (find-file-read-only, find-file-read-only-other-window)
6005 (find-file-read-only-other-frame): Use it.
6006 (insert-file-contents-literally): Don't `fset'.
6007 (get-free-disk-space): Use locate-dominating-file.
6008
6009 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
6010 function is already compiled.
6011
6012 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
6013
6014 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
6015
6016 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
6017 files on the same host.
6018
6019 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
6020
6021 * help-fns.el (describe-function-1): Only call
6022 help-fns--autoloaded-p when we have a file name. (Bug#11848)
6023
6024 2012-07-03 Chong Yidong <cyd@gnu.org>
6025
6026 * xml.el: Protect parser against XML bombs.
6027 (xml-entity-expansion-limit): New variable.
6028 (xml-parse-string, xml-substitute-special): Use it.
6029 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
6030
6031 2012-07-03 Glenn Morris <rgm@gnu.org>
6032
6033 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6034 Allow linking to specific messages in debbugs reports (eg 123#5).
6035
6036 2012-07-02 Chong Yidong <cyd@gnu.org>
6037
6038 * xml.el: Fix entity and character reference expansion, allowing
6039 them to expand into markup as per XML spec.
6040 (xml-default-ns): New variable.
6041 (xml-entity-alist): Use XML spec definitions for lt and amp.
6042 (xml-parse-region): Make first two arguments optional.
6043 Discard text properties.
6044 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
6045 All callers changed.
6046 (xml-parse-tag): Call xml-parse-tag-1. For backward
6047 compatibility, this function should not modify buffer contents.
6048 (xml-parse-tag-1): Fix opening-tag regexp.
6049 (xml-parse-string): Rewrite, handling entity and character
6050 references properly.
6051 (xml--entity-replacement-text): Signal an error if a parameter
6052 entity is undefined.
6053
6054 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6055
6056 * comint.el (comint-output-filter): Filter out repeated prompts.
6057
6058 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
6059 and file-name-absolute-p.
6060 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
6061 internal calls.
6062
6063 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
6064
6065 Spelling fixes.
6066 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
6067 Rename from byte-compile--refiy-function. All uses changed.
6068
6069 2012-07-01 Chong Yidong <cyd@gnu.org>
6070
6071 * xml.el (xml--parse-buffer): New function. Move most of
6072 xml-parse-region here.
6073 (xml-parse-region): Copy region into a temporary buffer, since
6074 parameter entity substitution requires changing buffer contents.
6075 Use xml--parse-buffer.
6076 (xml-parse-file): Use xml--parse-buffer.
6077 (xml-parse-dtd): Make parameter entity substitution work right.
6078 Use proper regexps for ELEMENT declarations (Bug#7172).
6079
6080 2012-06-30 Glenn Morris <rgm@gnu.org>
6081
6082 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
6083
6084 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
6085 Remove outdated and unnecessary dbus declarations.
6086
6087 2012-06-30 Eli Zaretskii <eliz@gnu.org>
6088
6089 * emacs-lisp/timer.el (timer-until): Subtract results of
6090 float-time, instead of taking float-time of the result of
6091 time-subtract, since float-time signals an error for negative time
6092 arguments.
6093
6094 2012-06-30 Chong Yidong <cyd@gnu.org>
6095
6096 * xml.el (xml-*-re): Convert defvars into defconsts, and
6097 eval-and-compile them so eval-and-compile works on derivatives.
6098 (xml--entity-replacement-text): Use eval-and-comple.
6099
6100 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
6101
6102 * vc/vc-git.el (vc-git-registered): Use cache property
6103 `git-registered'.
6104 (vc-git-mode-line-string): Call `vc-working-revision' instead of
6105 `vc-git-working-revision' in order to benefit from the cache.
6106 (vc-git-root): Use cache property `git-root'. (Bug#11757)
6107
6108 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
6109
6110 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
6111 removed (likely outside Emacs). (Bug#11757)
6112
6113 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * emacs-lisp/cl-lib.el: Require macroexp.
6116
6117 2012-06-30 Chong Yidong <cyd@gnu.org>
6118
6119 * xml.el: Implement XML parameter entities.
6120 (xml-parameter-entity-alist): New variable.
6121 (xml-parse-region, xml-parse-fragment): Preserve previous values
6122 of xml-entity-alist and xml-parameter-entity-alist, so that
6123 repeated calls on different documents do not change them.
6124 (xml-parse-tag): Fix doctype regexp.
6125 (xml--entity-replacement-text): New function.
6126 (xml-parse-dtd): Use it. Don't handle system entities; doing that
6127 properly requires url retrieval which is unimplemented.
6128 (xml-escape-string): Doc fix.
6129
6130 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
6133
6134 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
6135
6136 * fringe.el (fringe-mode): Doc fix.
6137
6138 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
6139
6140 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
6141 is non-nil.
6142 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
6143 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
6144
6145 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
6146
6147 * calendar/cal-dst.el (calendar-current-time-zone):
6148 Return calendar-current-time-zone-cache if non-nil.
6149
6150 2012-06-29 Masatake YAMATO <yamato@redhat.com>
6151
6152 * progmodes/which-func.el (which-func-format):
6153 Add mouse-face. (Bug#11698)
6154
6155 2012-06-29 Leo Liu <sdl.web@gmail.com>
6156
6157 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
6158
6159 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * minibuffer.el (minibuffer-confirm-exit-commands):
6162 Add completion-at-point (bug#11725).
6163
6164 2012-06-29 Glenn Morris <rgm@gnu.org>
6165
6166 * progmodes/f90.el (f90-font-lock-keywords-2):
6167 Add some preprocessor elements. (Bug#10499)
6168
6169 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6170
6171 * progmodes/cperl-mode.el (cperl-update-syntaxification):
6172 Use syntax-propertize (bug#11739).
6173
6174 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
6175
6176 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
6177
6178 2012-06-28 Julien Danjou <julien@danjou.info>
6179
6180 * term.el (term-handle-colors-array): Use a set of new faces to
6181 color the terminal. Also uses :inverse-video property.
6182 (term-default-fg-color): Set to nil by default, deprecate in favor
6183 of `term-face'.
6184 (term-default-bg-color): Set to nil by default, deprecate in favor
6185 of `term-face'.
6186 (term-current-face): Use `term-face' by default.
6187 (term-bold-attribute): Variable deleted.
6188
6189 2012-06-28 Glenn Morris <rgm@gnu.org>
6190
6191 * simple.el (completion-list-mode-finish):
6192 Don't use toggle-read-only. (Since completion-list-mode has
6193 a special mode-class, it wasn't doing anything extra anyway.)
6194
6195 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 Make inlining of other-mode interpreted functions work (bug#11799).
6198 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
6199 (byte-compile): Use it to fix compilation of lexical-binding closures.
6200 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
6201 function, if needed.
6202
6203 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * help-mode.el (help-make-xrefs): Don't just withstand
6206 cyclic-variable-indirection but any error in documentation-property.
6207
6208 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
6209 memory use.
6210 * bindings.el (bindings--define-key): New function.
6211 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
6212 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
6213 * bindings.el: Use it to purecopy define-key bindings.
6214
6215 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
6216
6217 * emacs-lisp/cl.el (flet): Mark obsolete.
6218 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
6219 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
6220 * progmodes/js.el (js-c-fill-paragraph):
6221 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
6222 (ebrowse-switch-member-buffer-to-derived-class):
6223 * play/5x5.el (5x5-solver): Use cl-flet.
6224
6225 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
6226 (cl--symbol-function): New macro.
6227 (cl--letf, cl--letf*): Use it.
6228
6229 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6230 Strip "toggle-" if any.
6231
6232 2012-06-27 Glenn Morris <rgm@gnu.org>
6233
6234 * info.el (Info-default-directory-list): Move here from paths.el.
6235 * paths.el: Remove file, which is now empty.
6236 * loadup.el: No longer load "paths".
6237
6238 * custom.el (custom-initialize-delay): Doc fix.
6239
6240 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6241 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6242 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6243 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6244 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6245 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
6246 * eshell/eshell.el (eshell-defgroup): Remove alias.
6247
6248 2012-06-27 Chong Yidong <cyd@gnu.org>
6249
6250 * help.el (help-enable-auto-load): New variable.
6251
6252 * help-fns.el (help-fns--autoloaded-p): New function.
6253 (describe-function-1): Refer to a function as "autoloaded" if it
6254 was autoloaded at any time in the past. Perform autoloading if
6255 help-enable-auto-load is non-nil.
6256
6257 2012-06-26 Eli Zaretskii <eliz@gnu.org>
6258
6259 * makefile.w32-in (compile, compile-always): Depend on
6260 update-subdirs, not on subdirs.el. Otherwise, several different
6261 sub-targets of 'bootstrap' running in parallel could
6262 simultaneously write to subdirs.el, producing a garbled file.
6263
6264 2012-06-26 Sam Steingold <sds@gnu.org>
6265
6266 * files.el (file-name-base): New convenience function.
6267 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
6268 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
6269 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
6270 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
6271 * textmodes/ispell.el, textmodes/reftex-ref.el:
6272 * textmodes/tex-mode.el: Use it.
6273 Did not touch cedet and org because they are maintained elsewhere.
6274
6275 2012-06-26 Martin Rudalics <rudalics@gmx.at>
6276
6277 * calendar/calendar.el (calendar-exit): Don't try to delete or
6278 iconify last frame. See:
6279 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
6280
6281 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
6282
6283 * server.el (server-process-filter): Remember dir in the
6284 process's `server-client-directory' properties.
6285
6286 2012-06-24 Chong Yidong <cyd@gnu.org>
6287
6288 * xml.el (xml-parse-tag): Correctly handle comment embedded in
6289 non-tag text.
6290
6291 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
6292
6293 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
6294
6295 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6296
6297 * help-fns.el (describe-variable): Don't croak when doc is not found.
6298 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
6299 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
6300 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
6301 * emacs-lisp/smie.el (smie-next-sexp): CSE.
6302 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
6303 ((lambda ..) ..).
6304 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
6305
6306 2012-06-23 Chong Yidong <cyd@gnu.org>
6307
6308 * info.el (Info-mouse-follow-link): Accept symbol values of
6309 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
6310 (Info-fontify-node): Use Info-link-keymap for all navigation
6311 buttons, with link-args property to perform the desired action.
6312 (Info-link-keymap): Doc fix.
6313 (Info-next-link-keymap, Info-prev-link-keymap)
6314 (Info-up-link-keymap): Delete now-unused keymaps.
6315
6316 2012-06-23 Chong Yidong <cyd@gnu.org>
6317
6318 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
6319
6320 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
6321 system abbrevs.
6322
6323 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
6324
6325 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
6328 (bug#11719).
6329
6330 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
6331 the requote function doesn't work properly (bug#11714).
6332
6333 2012-06-23 Glenn Morris <rgm@gnu.org>
6334
6335 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
6336
6337 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 Further GV/CL cleanups.
6340 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
6341 gv-expander.
6342 (gv--defun-declaration): New function.
6343 (defun-declarations-alist): Use it.
6344 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
6345 (gv-place): Autoload.
6346 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
6347 original definition of dotimes and dolist.
6348 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
6349 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
6350 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
6351 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6352 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
6353 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
6354 to the function's definition.
6355 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
6356 * window.el:
6357 * files.el:
6358 * faces.el:
6359 * env.el: Don't use CL.
6360
6361 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
6362
6363 Support higher-resolution time stamps (Bug#9000).
6364
6365 * calendar/time-date.el (with-decoded-time-value): New arg
6366 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
6367 (encode-time-value): New optional arg PICO. New type 3.
6368 (time-to-seconds) [!float-time]: Support the new picoseconds
6369 component if it's used.
6370 (seconds-to-time, time-subtract, time-add):
6371 Support ps-resolution time stamps as well.
6372
6373 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
6374 (timerp): Timer vectors now have length 9, not 8.
6375 (timer--time): Support new-style (4-part) time stamps.
6376 (timer-next-integral-multiple-of-time): Time stamps now have
6377 picosecond resolution, so take a bit more care about rounding.
6378 (timer-relative-time, timer-inc-time): New optional arg psecs.
6379 (timer-set-time-with-usecs): Set psecs to 0.
6380 (timer--activate): Check psecs component, too.
6381
6382 * proced.el (proced-time-lessp): Support ps-resolution stamps.
6383
6384 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6385
6386 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
6387 Move the non-essential binding to the post/pre-command-hook where it is
6388 more obviously correct.
6389
6390 * subr.el (read-passwd): Don't use a history at all.
6391 * savehist.el (savehist-save): Remove password saved accidentally
6392 because of the above bug.
6393
6394 2012-06-22 Bastien Guerry <bzg@gnu.org>
6395
6396 * files.el (toggle-read-only): Display a message telling whether
6397 the buffer is read-only or not (bug#11726).
6398
6399 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * emacs-lisp/gv.el: New file.
6402 * subr.el (push, pop): Extend to generalized variables.
6403 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
6404 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
6405 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
6406 gv-define-simple-setter, and gv-define-expander.
6407 Remove setf-methods defined in gv. Rename cl-setf -> setf.
6408 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
6409 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
6410 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
6411 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
6412 gv-letplace.
6413 (cl-defstruct): Don't define setf-method any more.
6414 * emacs-lisp/cl.el (flet): Don't autoload.
6415 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
6416 (define-setf-expander, defsetf, define-modify-macro)
6417 (cl-struct-setf-expander): Move from cl-lib.el.
6418 * emacs-lisp/syntax.el:
6419 * emacs-lisp/ewoc.el:
6420 * emacs-lisp/smie.el:
6421 * emacs-lisp/cconv.el:
6422 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
6423 (timer--time): Use gv-define-simple-setter.
6424 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
6425 to avoid coding-system problems in subr.el. Adjust all users.
6426 (macroexp--maxsize, macroexp-small-p): New functions.
6427 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
6428 * scroll-bar.el (scroll-bar-mode):
6429 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6430 (normal-erase-is-backspace-mode): Don't use the `eq' place.
6431 * winner.el (winner-configuration, winner-make-point-alist)
6432 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
6433 * files.el (locate-file-completion-table): Avoid list*.
6434
6435 2012-06-22 Chong Yidong <cyd@gnu.org>
6436
6437 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
6438 (dired-create-files): Doc fix (Bug#11329).
6439 (dired-do-copy): Doc fix (Bug#11334).
6440 (dired-mark-read-string): Doc fix (Bug#11553).
6441
6442 * dired.el (dired-recursive-copies, dired-recursive-deletes):
6443 Doc fix (Bug#11326).
6444 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
6445 (dired-dwim-target): Doc fix.
6446
6447 * wdired.el (wdired-mode): Doc fix.
6448
6449 2012-06-22 Glenn Morris <rgm@gnu.org>
6450
6451 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
6452 (pcmpl-rpm-cache-stamp-file): New constant.
6453 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
6454 (pcmpl-rpm-packages): Optionally cache list of packages.
6455
6456 * pcmpl-rpm.el (pcmpl-rpm): New group.
6457 (pcmpl-rpm-query-options): New option.
6458 (pcmpl-rpm-packages): No need to inline it.
6459 Use pcmpl-rpm-query-options.
6460
6461 * calendar/calendar.el (calendar-in-read-only-buffer):
6462 Avoid some needless mode changes.
6463
6464 2012-06-21 Chong Yidong <cyd@gnu.org>
6465
6466 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
6467 (desktop-path): Remove . from the default value (Bug#10977).
6468 (desktop-read): Use user-emacs-directory if desktop-path is nil.
6469
6470 2012-06-20 Chong Yidong <cyd@gnu.org>
6471
6472 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6473
6474 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
6475
6476 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6477 (bug#11201).
6478
6479 2012-06-20 Chong Yidong <cyd@gnu.org>
6480
6481 * term.el (term-window-width): Handle the case of a missing right
6482 fringe (Bug#8837).
6483 (term-check-size): Use window-text-height (Bug#5445).
6484 (term-mode): Use define-derived-mode. Minor cleanups.
6485 Set font-lock-defaults (Bug#7692).
6486 (term-move-columns, term-insert-char, term-emulate-terminal)
6487 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
6488
6489 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
6490
6491 * net/ange-ftp.el (ange-ftp-get-passwd):
6492 Bind `enable-recursive-minibuffers'.
6493 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6494
6495 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
6496
6497 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6498
6499 2012-06-19 Glenn Morris <rgm@gnu.org>
6500
6501 * progmodes/python.el (python-mode): Derive from prog-mode.
6502
6503 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6504
6505 * emulation/edt.el (edt-default-menu-bar-update-buffers)
6506 (edt-user-menu-bar-update-buffers): New functions.
6507 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6508
6509 2012-06-19 Chong Yidong <cyd@gnu.org>
6510
6511 * subr.el (with-selected-window): Preserve the selected window's
6512 terminal's top-frame (Bug#4702).
6513
6514 * window.el (save-selected-window): Likewise.
6515
6516 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * progmodes/python.el (python-rx-constituents): Move backquote.
6519 (python-skeleton-define, python-define-auxiliary-skeleton):
6520 Use `declare'.
6521
6522 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
6523
6524 * minibuffer.el (read-file-name-default): Revert the patch from
6525 2012-06-17.
6526
6527 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6530 (pcase--u1, pcase--q1): Don't use apply-partially.
6531
6532 2012-06-18 Glenn Morris <rgm@gnu.org>
6533
6534 * progmodes/python.el (python-proc, python-buffer)
6535 (python-send-receive, python-send-string): Fix obsolete versions.
6536
6537 2012-06-18 Martin Rudalics <rudalics@gmx.at>
6538
6539 * window.el (special-display-p): Completely remove stringp
6540 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6541
6542 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
6543
6544 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6545
6546 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6547
6548 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6549 * net/tramp-sh.el (tramp-maybe-open-connection):
6550 Throw if `non-essential' is non-nil.
6551
6552 2012-06-17 Martin Rudalics <rudalics@gmx.at>
6553
6554 * window.el (special-display-p): Signal an error if BUFFER-NAME
6555 is not a string (Bug#11713).
6556
6557 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6558
6559 * progmodes/python.el (python-info-beginning-of-backslash):
6560 Rename from python-info-beginning-of-backlash, as a spelling fix.
6561
6562 2012-06-17 Chong Yidong <cyd@gnu.org>
6563
6564 * term.el (term-emulate-terminal): If term-check-size is called,
6565 move point to the process mark without resetting point (Bug#4635).
6566
6567 2012-06-17 Glenn Morris <rgm@gnu.org>
6568
6569 * international/mule-cmds.el (mule-menu-keymap)
6570 (set-language-environment, set-locale-environment): Doc tweaks.
6571
6572 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6573
6574 * cus-face.el (custom-face-attributes): Add wave-style underline
6575 attribute.
6576 * faces.el (set-face-attribute): Update docstring to describe
6577 wave-style underline attribute.
6578
6579 2012-06-16 Chong Yidong <cyd@gnu.org>
6580
6581 * term/xterm.el (terminal-init-xterm): Discard input before
6582 querying background mode (Bug#10959).
6583
6584 2012-06-16 Stefan Merten <smerten@oekonux.de>
6585
6586 * textmodes/rst.el: Added and corrected some comments.
6587 (rst-re-alist-def): Improve symbol syntax.
6588 (rst-mode-syntax-table): Correct syntax entries.
6589 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6590 (rst-official-version, rst-official-cvs-rev): Update version
6591 information.
6592
6593 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
6594
6595 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6596 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6597
6598 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6599
6600 * progmodes/python.el: New python.el merge.
6601 (python-guess-indent): Obsolete var.
6602 (python-indent-guess-indent-offset): New defcustom.
6603 (python-indent): Obsolete var.
6604 (python-indent-offset): New defcustom.
6605 (python-python-command, python-jython-command): Delete var.
6606 (python-shell-interpreter): New defcustom.
6607 (python-pdbtrack-do-tracking-p): Delete var.
6608 (python-pdbtrack-activate): New defcustom.
6609 (python-use-skeletons): Obsolete var.
6610 (python-skeleton-autoinsert): New defcustom.
6611 (inferior-python-filter-regexp, python-continuation-offset)
6612 (python-honour-comment-indentation, python-indent-string-contents)
6613 (python-jython-packages, python-mode-hook)
6614 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6615 (python-shell-prompt-alist)
6616 (python-source-modes): Delete defcustoms.
6617 (python-check-buffer-name, python-eldoc-setup-code)
6618 (python-eldoc-string-code, python-ffap-setup-code)
6619 (python-ffap-string-code, python-fill-comment-function)
6620 (python-fill-decorator-function, python-fill-paren-function)
6621 (python-fill-string-function, python-imenu-include-defun-type)
6622 (python-imenu-make-tree, python-imenu-subtree-root-label)
6623 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6624 (python-shell-compilation-regexp-alist)
6625 (python-shell-completion-module-string-code)
6626 (python-shell-completion-pdb-string-code)
6627 (python-shell-completion-setup-code)
6628 (python-shell-completion-string-code)
6629 (python-shell-enable-font-lock, python-shell-exec-path)
6630 (python-shell-extra-pythonpaths)
6631 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6632 (python-shell-process-environment)
6633 (python-shell-prompt-block-regexp)
6634 (python-shell-prompt-output-regexp)
6635 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6636 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6637 (python-shell-virtualenv-path): New defcustoms.
6638 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6639 (inferior-python-mode-syntax-table, python--prompt-regexp)
6640 (python-buffer, python-command python-python-command)
6641 (python-default-template, python-imports, python-indent-index)
6642 (python-indent-list, python-indent-list-length)
6643 (python-mode-running, python-pdbtrack-is-tracking-p)
6644 (python-preoutput-continuation, python-preoutput-leftover)
6645 (python-preoutput-result, python-preoutput-skip-next-prompt)
6646 (python-prev-dir/file, python-recursing)
6647 (python-saved-check-command, python-version-checked)
6648 (python-which-func-length-limit)
6649 (view-return-to-alist): Delete vars.
6650 (python-check-custom-command, python-dotty-syntax-table)
6651 (python-imenu-index-alist, python-indent-current-level)
6652 (python-indent-dedenters, python-indent-levels)
6653 (python-nav-beginning-of-defun-regexp)
6654 (python-nav-list-defun-positions-cache)
6655 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6656 (python-shell-internal-buffer)
6657 (python-skeleton-available): New vars.
6658 (def-python-skeleton): Delete macro.
6659 (python-skeleton-define): New macro.
6660 (python-define-auxiliary-skeleton, python-rx): New macros.
6661 (python-insert-class): Delete command.
6662 (python-skeleton-class): New command.
6663 (python-insert-def): Delete command.
6664 (python-skeleton-def): New command.
6665 (python-insert-for): Delete command.
6666 (python-skeleton-for): New command.
6667 (python-insert-if): Delete command.
6668 (python-skeleton-if): New command.
6669 (python-insert-try/except, python-insert-try/finally): Delete commands.
6670 (python-skeleton-try): New command.
6671 (python-insert-while): Delete command.
6672 (python-skeleton-while): New command.
6673 (python-backspace): Delete command.
6674 (python-indent-dedent-line-backspace): New command.
6675 (python-electric-colon): Delete command.
6676 (python-indent-electric-colon): New command.
6677 (python-guess-indent): Delete command.
6678 (python-indent-guess-indent-offset): New command.
6679 (python-shift-left): Delete command.
6680 (python-indent-shift-left): New command.
6681 (python-shift-right): Delete command.
6682 (python-indent-shift-right): New command.
6683 (python-find-function): Delete command.
6684 (python-nav-jump-to-defun): New command.
6685 (python-next-statement): Delete command.
6686 (python-nav-forward-sentence): New command.
6687 (python-previous-statement): Delete command.
6688 (python-nav-backward-sentence): New command.
6689 (python-fill-paragraph): Delete command.
6690 (python-fill-paragraph-function): New command.
6691 (python-send-buffer): Delete command.
6692 (python-shell-send-buffer): New command.
6693 (python-send-defun): Delete command.
6694 (python-shell-send-defun): New command.
6695 (python-send-region, python-send-region-and-go): Delete commands.
6696 (python-shell-send-region)
6697 (python-shell-switch-to-shell): New commands.
6698 (python-send-string): Delete command.
6699 (python-shell-send-string): New command.
6700 (python-switch-to-python): Delete command.
6701 (python-shell-switch-to-shell): New command.
6702 (python-describe-symbol): Delete command.
6703 (python-eldoc-at-point): New command.
6704 (python--set-prompt-regexp, python-args-to-list)
6705 (python-after-info-look, python-check-version)
6706 (python-check-comint-prompt, python-find-imports)
6707 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6708 (python-unload-function, python-expand-template)
6709 (python-maybe-jython, python-preoutput-filter)
6710 (python-pdbtrack-get-source-buffer)
6711 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6712 (python-pdbtrack-toggle-stack-tracking)
6713 (python-pdbtrack-track-stack-file, python-initial-text)
6714 (python-first-word, python-comment-line-p, python-send-command)
6715 (python-setup-brm, python-sentinel, python-set-proc)
6716 (python-skip-out, python-input-filter, python-outdent-p)
6717 (python-outline-level, python-backslash-continuation-line-p)
6718 (python-end-of-block, python-end-of-statement, python-mark-block)
6719 (python-beginning-of-block, python-beginning-of-statement)
6720 (python-blank-line-p, python-beginning-of-string)
6721 (python-open-block-statement-p): Delete functions.
6722 (python-indent-line, python-indent-line-1): Delete functions.
6723 (python-indent-line): New function.
6724 (python-indentation-levels): Delete function.
6725 (python-indent-calculate-levels): New function.
6726 (python-proc): Delete function.
6727 (python-shell-get-process): New function.
6728 (python-send-receive): Delete function.
6729 (python-shell-send-string-no-output): New function.
6730 (python-module-path): Delete function.
6731 (python-ffap-module-path): New function.
6732 (python-completion-at-point)
6733 (python-symbol-completions): Delete functions.
6734 (python-completion-complete-at-point): New function.
6735 (python-load-file): Delete function.
6736 (python-shell-send-file): New function.
6737 (python-calculate-indentation): Delete function.
6738 (python-indent-calculate-indentation): New function.
6739 (python-skip-comments/blanks): Delete function.
6740 (python-util-forward-comment): New function.
6741 (python-continuation-line-p): Delete function.
6742 (python-info-continuation-line-p): New function.
6743 (python-which-func, python-current-defun): Delete function.
6744 (python-info-current-defun): New function.
6745 (python-beginning-of-defun): Delete function.
6746 (python-nav-beginning-of-defun): New function.
6747 (python-close-block-statement-p)
6748 (python-block-end-p): Delete function.
6749 (python-info-closing-block): New function.
6750 (python-comint-output-filter-function)
6751 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6752 (python-fill-comment, python-fill-decorator, python-fill-paren)
6753 (python-fill-string, python-imenu-make-element-tree)
6754 (python-imenu-make-tree, python-imenu-tree-assoc)
6755 (python-indent-context, python-indent-dedent-line)
6756 (python-indent-line-function)
6757 (python-indent-post-self-insert-function)
6758 (python-indent-toggle-levels)
6759 (python-info-assignment-continuation-line-p)
6760 (python-info-beginning-of-backlash)
6761 (python-info-block-continuation-line-p)
6762 (python-info-closing-block-message)
6763 (python-info-line-ends-backslash-p)
6764 (python-info-looking-at-beginning-of-defun)
6765 (python-info-ppss-context, python-info-ppss-context-type)
6766 (python-nav-list-defun-positions, python-nav-read-defun)
6767 (python-nav-sentence-end, python-nav-sentence-start)
6768 (python-pdbtrack-comint-output-filter-function)
6769 (python-pdbtrack-set-tracked-buffer)
6770 (python-shell-calculate-exec-path)
6771 (python-shell-calculate-process-environment)
6772 (python-shell-completion--do-completion-at-point)
6773 (python-shell-completion--get-completions)
6774 (python-shell-completion-complete-at-point)
6775 (python-shell-completion-complete-or-indent)
6776 (python-shell-get-or-create-process)
6777 (python-shell-get-process-name)
6778 (python-shell-internal-get-or-create-process)
6779 (python-shell-internal-get-process-name)
6780 (python-shell-internal-send-string, python-shell-make-comint)
6781 (python-shell-parse-command, python-shell-send-setup-code)
6782 (python-skeleton-add-menu-items)
6783 (python-util-clone-local-variables, python-util-position)
6784 (run-python-internal, python-indentation-levels)
6785 (python-nav-beginning-of-defun)
6786 (python-completion-complete-at-point): New functions.
6787 (run-python): Change arguments. New API requirements.
6788
6789 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6790
6791 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6792 (bug#11649).
6793
6794 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6795 (macroexp--expand-all): Use it.
6796
6797 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6798 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6799 Use `cl-function' instead.
6800
6801 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6802
6803 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6804 Suggested by Stefan Monnier while discussing bug#11657.
6805
6806 2012-06-14 Sam Steingold <sds@gnu.org>
6807
6808 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6809
6810 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6811
6812 * play/doctor.el (doctor-doc): Remove parameter and use
6813 doctor-sent instead of sent.
6814 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6815
6816 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * files.el: Require cl-lib.
6819 (file-name-non-special): Replace case -> cl-case.
6820
6821 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6822
6823 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6824 mapping from #' to function*.
6825
6826 2012-06-13 Chong Yidong <cyd@gnu.org>
6827
6828 * mouse.el (mouse-drag-track): Do not set the mark if the user
6829 releases the mouse without selecting anything (Bug#11588).
6830
6831 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6834 as well (bug#11646).
6835
6836 * loadup.el: Count byte-code functions as well.
6837
6838 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6839 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6840
6841 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6842 (bug#11649). Add cl-defun and cl-defmacro.
6843
6844 2012-06-13 Drew Adams <drew.adams@oracle.com>
6845
6846 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6847 Fix last change.
6848
6849 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6850
6851 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6852 Otherwise, it blocks in batch mode.
6853
6854 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6855
6856 * help-mode.el (bookmark-make-record-default): Declare.
6857
6858 2012-06-13 Chong Yidong <cyd@gnu.org>
6859
6860 * emacs-lisp/package.el (list-packages): Compute a list of
6861 packages that are newly-available since the last list-packages
6862 invocation.
6863 (package-menu--new-package-list): New var.
6864 (package-menu--generate, package-menu--print-info)
6865 (package-menu--status-predicate, package-menu-mark-install):
6866 Handle new status label "new".
6867
6868 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6871 conversion to backquotes.
6872
6873 2012-06-12 Chong Yidong <cyd@gnu.org>
6874
6875 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6876 Rename from gud-inhibit-global-bindings.
6877
6878 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6879
6880 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6881 hook from nxml-glyph-set-hook.
6882
6883 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6884 declaration.
6885
6886 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6887
6888 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6889 Convert to defcustom.
6890
6891 2012-06-12 Drew Adams <drew.adams@oracle.com>
6892
6893 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6894 New functions.
6895 (help-mode): Use them.
6896
6897 2012-06-11 Glenn Morris <rgm@gnu.org>
6898
6899 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6900 Use preprocessor face for directives.
6901 (fortran-directive-re): Doc fix.
6902
6903 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6906 conversion to backquotes (bug#11652).
6907
6908 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6909 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6910 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6911 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6912 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6913 (cl-ninth, cl-tenth): Mark them as inlinable.
6914 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6915 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6916 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6917 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6918 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6919 (cl-list*, cl-adjoin): Don't put an autoload manually.
6920 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6921 (cl--compiler-macro-list*): Add autoload cookie.
6922 (cl--compiler-macro-cXXr): New function.
6923
6924 * help-fns.el (help-fns--compiler-macro): New function extracted from
6925 describe-function-1; follow aliases and use `compiler-macro' property.
6926 (describe-function-1): Use it.
6927
6928 2012-06-11 Chong Yidong <cyd@gnu.org>
6929
6930 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6931 is uninstalled, if imagemagick is installed.
6932
6933 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * emacs-lisp/cl-lib.el: Use lexical-binding.
6936 (cl-map-extents, cl-maclisp-member): Remove.
6937 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6938 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6939 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6940 * emacs-lisp/cl-extra.el: Use lexical-binding.
6941 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6942 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6943 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6944 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6945 * emacs-lisp/cl-seq.el: Use lexical-binding.
6946 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6947 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6948 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6949 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6950 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6951 CL's internals.
6952
6953 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6954
6955 Sync with Tramp 2.2.6-pre.
6956
6957 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6958 `print-length' and `print-level' to nil, in order to avoid
6959 truncation. Reported by Christopher Schmidt
6960 <christopher@ristopher.com>.
6961
6962 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6963
6964 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6965 New defmacro.
6966 (tramp-compat-copy-directory): Add optional argument
6967 COPY-CONTENTS. It is not handled yet.
6968
6969 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6970 (tramp-ftp-file-name-p): Simplify.
6971
6972 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6973 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6974 connection vector.
6975
6976 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6977 (tramp-methods): Do not use `tramp-password-end-of-line'.
6978 (tramp-completion-function-alist-putty): Handle UNIX case.
6979 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6980 (tramp-do-file-attributes-with-stat)
6981 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6982 gid as real numbers. They could run out of integer range on cygwin.
6983 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6984 (tramp-sh-handle-expand-file-name): Handle hops.
6985 (tramp-open-connection-setup-interactive-shell):
6986 Use `tramp-cleanup'. Move check for busyboxes ...
6987 (tramp-find-shell): ... here. Simplify implementation.
6988 Set "remote-shell" property also for alternative shells.
6989 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6990 If failing, a regular file would be written otherwise.
6991 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6992 (tramp-find-inline-encoding): Cache the coding commands in the
6993 process cache. Apply test command on the remote side, if defined.
6994 (tramp-find-inline-compress): Cache the compress commands in the
6995 process cache.
6996 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6997 when requested. Handle hops.
6998 (tramp-current-connection): New defvar.
6999 (tramp-maybe-open-connection): Use `tramp-cleanup'.
7000 Throw `suppress', if there was a failed connection shortly before.
7001 Handle user interrupt. (Bug#10187)
7002 (tramp-get-inline-compress, tramp-get-inline-coding):
7003 Read connection properties from the process cache.
7004
7005 * net/tramp-smb.el (tramp-smb-server-version)
7006 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
7007 New defconsts.
7008 (tramp-smb-prompt): Extend for powershell prompt.
7009 (tramp-smb-file-name-handler-alist): Add handlers for
7010 `process-file', `shell-command' and `start-file-process'.
7011 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
7012 (tramp-smb-winexe-shell-command-switch): New defcustoms.
7013 (tramp-smb-file-name-p): Simplify.
7014 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
7015 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
7016 (tramp-smb-shell-quote-argument): New defuns.
7017 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
7018 Implement using "tar". By this, time-stamps are preserved.
7019 (tramp-smb-handle-copy-file): Handle also the case of directories.
7020 (tramp-smb-do-file-attributes-with-stat)
7021 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
7022 Use `tramp-get-connection-buffer').
7023 (tramp-smb-handle-rename-file): Use "rename", when source and
7024 target are on the same share.
7025 (tramp-smb-maybe-open-connection): Handle wrong passwords.
7026 Use `tramp-smb-server-version'.
7027 (tramp-smb-wait-for-output): Remove prompt.
7028
7029 * net/tramp.el (top): Require 'cl.
7030 (tramp-methods, tramp-rsh-end-of-line):
7031 Remove `tramp-password-end-of-line' from docstring.
7032 (tramp-save-ad-hoc-proxies): New defcustom.
7033 (tramp-completion-function-alist): Adapt docstring.
7034 (tramp-default-password-end-of-line): Remove defcustom.
7035 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
7036 (tramp-user-regexp, tramp-file-name-regexp-unified)
7037 (tramp-file-name-regexp-url): Extend regexp by hop separator.
7038 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
7039 (tramp-remote-file-name-spec-regexp): New defconst.
7040 (tramp-file-name-structure): Extend structure for hops.
7041 (tramp-get-method-parameter): Move up.
7042 (tramp-file-name-p, tramp-dissect-file-name)
7043 (with-parsed-tramp-file-name): Handle hops.
7044 (tramp-file-name-hop): New defun.
7045 (tramp-make-tramp-file-name): New optional arg HOP.
7046 (tramp-message-show-progress-reporter-message): New defvar.
7047 (tramp-with-progress-reporter): Use it. We cannot use
7048 `tramp-message-show-message' here, because this suppresses also
7049 error buffers.
7050 (tramp-error-with-buffer): Suppress buffer view, if
7051 `tramp-message-show-message' is nil.
7052 Use `tramp-get-connection-buffer'.
7053 (tramp-cleanup): New defun.
7054 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
7055 (tramp-file-name-handler): If `debug-on-error' is set, propagate
7056 an error unchanged.
7057 (tramp-completion-handle-file-name-all-completions): Handle hops.
7058 Fix an error when called from ido.
7059 (tramp-completion-dissect-file-name): Use better local variable
7060 name. Add hop to the vector.
7061 (tramp-handle-insert-file-contents): Use progress-reporter for the
7062 whole scenario.
7063 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
7064 to `t'.
7065 (tramp-check-for-regexp): Simplify search.
7066 (tramp-enter-password): Remove it. Move implementation ...
7067 (tramp-action-password): ... here.
7068 (tramp-mode-string-to-int, tramp-local-host-p)
7069 (tramp-make-tramp-temp-file, tramp-read-passwd)
7070 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
7071 Set tramp-autoload cookie.
7072
7073 * net/trampver.el: Update release number.
7074
7075 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7076 Michael Albinus <michael.albinus@gmx.de>
7077
7078 * net/tramp.el (tramp-set-completion-function): Fix docstring.
7079 (tramp-parse-group, tramp-parse-file)
7080 (tramp-parse-shostkeys-sknownhosts): New defuns.
7081 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
7082 (tramp-parse-shosts-group, tramp-parse-sconfig)
7083 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
7084 (tramp-parse-sknownhosts, tramp-parse-hosts)
7085 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
7086 Use them.
7087 (tramp-parse-passwd-group, tramp-parse-netrc-group)
7088 (tramp-parse-putty-group): Don't narrow.
7089 (tramp-parse-putty): Make a loop.
7090 (tramp-file-name-handler): Catch the `suppress' signal.
7091
7092 2012-06-11 Chong Yidong <cyd@gnu.org>
7093
7094 * image.el (imagemagick-register-types): Put the ImageMagick entry
7095 at the end of image-type-file-name-regexps.
7096
7097 2012-06-11 Johan Bockgård <bojohan@gnu.org>
7098
7099 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
7100 (pcase, pcase-let*, pcase-dolist): Use them.
7101
7102 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * emacs-lisp/pcase.el (pcase--let*): New function.
7105 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
7106 (pcase--expand): Use macroexp-let².
7107
7108 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
7111 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
7112 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
7113 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
7114 * emacs-lisp/derived.el: Use pcase instead of `cl'.
7115 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
7116
7117 2012-06-10 Glenn Morris <rgm@gnu.org>
7118
7119 * mail/rmail.el (rmail-yank-current-message): Leave point at
7120 correct position. (Bug#11660)
7121
7122 2012-06-10 Chong Yidong <cyd@gnu.org>
7123
7124 * allout-widgets.el: Fix code header.
7125
7126 2012-06-10 Chong Yidong <cyd@gnu.org>
7127
7128 * cus-edit.el (customize-changed-options-previous-release):
7129 Bump to 24.1.
7130
7131 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
7132
7133 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
7134
7135 2012-06-09 Chong Yidong <cyd@gnu.org>
7136
7137 * ebuff-menu.el (electric-buffer-list): Preserve header line.
7138
7139 2012-06-09 Martin Rudalics <rudalics@gmx.at>
7140
7141 * window.el (special-display-popup-frame): Don't use
7142 window--display-buffer (Bug#11651).
7143
7144 2012-06-09 Eli Zaretskii <eliz@gnu.org>
7145
7146 Fix parallel builds: make sure loaddefs.el is not being written
7147 while Lisp files are compiled.
7148 (compile): Don't depend on 'mh-autoloads'.
7149 (compile-CMD, compile-SH): Depend on 'autoloads'.
7150 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
7151
7152 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
7153
7154 2012-06-09 Chong Yidong <cyd@gnu.org>
7155
7156 * face-remap.el (face-remap-add-relative, face-remap-set-base)
7157 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
7158 Doc fixes (Bug#11225).
7159
7160 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
7163 a function if there's a clear indication that it has a compiler-macro.
7164 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
7165 (macro-declarations-alist): Add arglist to declaration functions.
7166 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
7167 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
7168 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
7169 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
7170 Also add autoload to find the compiler macro.
7171 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
7172 (cl--compiler-macro-member, cl--compiler-macro-assoc)
7173 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
7174 (cl--compiler-macro-get): New functions, replacing calls to
7175 cl-define-compiler-macro.
7176 (cl-typep) [compiler-macro]: Use macroexp-let².
7177
7178 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
7179
7180 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
7181 string properly, fixes Bug#11473.
7182
7183 2012-06-08 Chong Yidong <cyd@gnu.org>
7184
7185 * faces.el (set-face-attribute): Doc fix.
7186 (modify-face): Don't use :bold and :italic.
7187 (error, warning, success): Tweak definitions.
7188
7189 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
7190 (custom-modified, custom-set, custom-changed, custom-themed)
7191 (custom-saved, custom-button, custom-button-mouse)
7192 (custom-button-pressed, custom-state, custom-comment-tag)
7193 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
7194 (custom-group-subtitle): Use new-style face specs.
7195 (custom-invalid-face, custom-rogue-face, custom-modified-face)
7196 (custom-set-face, custom-changed-face, custom-saved-face)
7197 (custom-button-face, custom-button-pressed-face)
7198 (custom-documentation-face, custom-state-face)
7199 (custom-comment-face, custom-comment-tag-face)
7200 (custom-variable-tag-face, custom-variable-button-face)
7201 (custom-face-tag-face, custom-group-tag-face-1)
7202 (custom-group-tag-face): Remove obsolete face alias.
7203
7204 * epa.el (epa-validity-high, epa-validity-medium)
7205 (epa-validity-low, epa-mark, epa-field-name, epa-string)
7206 (epa-field-name, epa-field-body):
7207 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7208 (font-lock-keyword-face, font-lock-builtin-face)
7209 (font-lock-function-name-face, font-lock-variable-name-face)
7210 (font-lock-type-face, font-lock-constant-face):
7211 * ido.el (ido-first-match, ido-only-match, ido-subdir)
7212 (ido-virtual, ido-indicator, ido-incomplete-regexp):
7213 * speedbar.el (speedbar-button-face, speedbar-file-face)
7214 (speedbar-directory-face, speedbar-tag-face)
7215 (speedbar-selected-face, speedbar-highlight-face)
7216 (speedbar-separator-face):
7217 * whitespace.el (whitespace-newline, whitespace-space)
7218 (whitespace-hspace, whitespace-tab, whitespace-trailing)
7219 (whitespace-line, whitespace-space-before-tab)
7220 (whitespace-space-after-tab, whitespace-indentation)
7221 (whitespace-empty):
7222 * emulation/cua-base.el (cua-global-mark):
7223 * eshell/em-prompt.el (eshell-prompt):
7224 * net/newst-plainview.el (newsticker-new-item-face)
7225 (newsticker-old-item-face, newsticker-immortal-item-face)
7226 (newsticker-obsolete-item-face, newsticker-date-face)
7227 (newsticker-statistics-face, newsticker-default-face):
7228 * net/newst-reader.el (newsticker-feed-face)
7229 (newsticker-extra-face, newsticker-enclosure-face):
7230 * net/newst-treeview.el (newsticker-treeview-face)
7231 (newsticker-treeview-new-face, newsticker-treeview-old-face)
7232 (newsticker-treeview-immortal-face)
7233 (newsticker-treeview-obsolete-face)
7234 (newsticker-treeview-selection-face):
7235 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
7236 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
7237 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
7238 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
7239 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
7240 (nxml-outline-active-indicator, nxml-outline-ellipsis):
7241 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
7242 (mpuz-text):
7243 * progmodes/vera-mode.el (vera-font-lock-number)
7244 (vera-font-lock-function, vera-font-lock-interface):
7245 * textmodes/table.el (table-cell): Use new-style face specs, and
7246 don't use the old :bold and :italic attributes.
7247
7248 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7249 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
7250 (ebrowse-member-class, ebrowse-progress): Likewise.
7251 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7252 (ebrowse-file-name-face, ebrowse-default-face)
7253 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7254 (ebrowse-progress-face): Remove obsolete faces.
7255
7256 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7257 Inherit from error and warning faces respectively.
7258
7259 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7260 Likewise.
7261 (flyspell-incorrect-face, flyspell-duplicate-face):
7262 Remove obsolete aliases.
7263
7264 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
7265
7266 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7267 Avoid infloop.
7268
7269 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * startup.el (argv, argi): Make lexically scoped.
7272 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
7273 * emacs-lisp/cl-macs.el: Use lexical-binding.
7274 Rename cl-bind-* to cl--bind-*.
7275 * files.el: Don't require `cl' since it doesn't use it.
7276 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
7277
7278 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
7279
7280 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
7281 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
7282 instead of calling external sort utility.
7283 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
7284
7285 2012-06-08 Eli Zaretskii <eliz@gnu.org>
7286
7287 * descr-text.el (describe-char): Mention how to insert the
7288 character, if the current input method doesn't support it.
7289 See the discussion in this thread for the details:
7290 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
7291
7292 2012-06-08 Sam Steingold <sds@gnu.org>
7293
7294 * bindings.el (global-map): Bind XF86Forward to next-buffer and
7295 XF86Back to previous-buffer.
7296 (minibuffer-local-map): Bind them to next-history-element and
7297 previous-history-element respectively.
7298 * help-mode.el (help-mode-map): Bind them to help-go-forward and
7299 help-go-back respectively.
7300 * info.el (Info-mode-map): Bind them to Info-history-forward and
7301 Info-history-back respectively.
7302 These are the keys next to Up on the ThinkPad keyboard.
7303
7304 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
7307 * emacs-lisp/cl-macs.el: Provide itself.
7308 (cl--labels-convert-cache): New var.
7309 (cl--labels-convert): New function.
7310 (cl-flet, cl-labels): New implementation with new semantics, relying on
7311 lexical-binding.
7312 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
7313 (cl-closure-vars, cl--function-convert-cache)
7314 (cl--function-convert): Move from cl-macs.el.
7315 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
7316 rename by removing the "cl-" prefix.
7317 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
7318
7319 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
7322 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
7323 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
7324 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
7325 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
7326 (cl-hash-table-count): Add old compatibility aliases.
7327
7328 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
7329 Use macroexpand-all-environment instead.
7330 (cl--old-macroexpand): New var.
7331 (cl--sm-macroexpand): New function.
7332 (cl-symbol-macrolet): Use it during macro expansion.
7333 (cl--function-convert-cache): New var.
7334 (cl--function-convert): New function, extracted from
7335 cl-macroexpand-all.
7336 (cl-lexical-let): Use it.
7337
7338 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
7339 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
7340 (cl-member): Remove old alias.
7341
7342 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
7343 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
7344 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
7345 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
7346 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
7347 (cl-macroexpand-cmacs): Remove var.
7348 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
7349 Use macroexpand-all instead.
7350
7351 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
7354 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
7355 (macroexp-copyable-p): New functions and macros.
7356 * emacs-lisp/edebug.el (edebug-unwrap):
7357 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
7358 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
7359 (pcase--let*): Remove.
7360 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
7361 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
7362 macroexp-const-p instead.
7363 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
7364
7365 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
7366 instead of "cl-" for internal definitions. Use macroexp-const-p.
7367 (cl-old-bc-file-form): Remove var.
7368 (cl-const-exprs-p): Remove fun.
7369 (cl-labels, cl-macrolet): Use backquote.
7370 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
7371 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
7372 (cl-define-setf-expander): Rename from cl-define-setf-method.
7373 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
7374
7375 * international/mule-cmds.el: Don't require CL.
7376 (view-hello-file): Don't use `letf'.
7377
7378 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * tmm.el (tmm-prompt): Use string-prefix-p.
7381 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
7382 (tmm-add-prompt): Use minibuffer-completion-help.
7383 (tmm-delete-map): Remove.
7384
7385 * subr.el (kbd): Make it its own function.
7386
7387 2012-06-07 Stefan Merten <smerten@oekonux.de>
7388
7389 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
7390 Silence compiler warnings. Fix versions.
7391 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7392 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
7393 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7394 (rst-package-emacs-version-alist): Correct Emacs version to
7395 represent major merge with upstream.
7396 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7397
7398 2012-06-06 Glenn Morris <rgm@gnu.org>
7399
7400 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
7401 Only print environment variables if set.
7402
7403 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
7406 (macroexp--cons): Rename from maybe-cons.
7407 (macroexp--accumulate): Rename from macroexp-accumulate.
7408 (macroexp--all-forms): Rename from macroexpand-all-forms.
7409 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
7410 (macroexp--expand-all): Rename from macroexpand-all-1.
7411
7412 2012-06-06 Sam Steingold <sds@gnu.org>
7413
7414 * calendar/calendar.el (calendar-in-read-only-buffer):
7415 Call `special-mode' to enable the standard read-only keybindings.
7416
7417 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
7420 with "loading" messages (bug#11635).
7421
7422 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
7423
7424 * files.el (enable-remote-dir-locals): New option.
7425 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
7426
7427 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7428 Ensure, that the temp directory is local.
7429
7430 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
7431 `temporary-file-directory'.
7432
7433 * progmodes/python.el (python-send-region): Ensure, that the
7434 temporary file is created also in the remote case.
7435
7436 2012-06-06 Glenn Morris <rgm@gnu.org>
7437
7438 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
7439 (vc-rcs-update-changelog): Use it.
7440
7441 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
7442
7443 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
7444 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
7445 (vc-sccs-diff): Replace use of the external vcdiff script.
7446
7447 2012-06-05 Glenn Morris <rgm@gnu.org>
7448
7449 * ledit.el: Move to obsolete/.
7450
7451 2012-06-05 Sam Steingold <sds@gnu.org>
7452
7453 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
7454 patch (Bug#11140).
7455
7456 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * emacs-lisp/cust-print.el: Move to obsolete.
7459
7460 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
7461 compiler-macro expansion.
7462
7463 Add native compiler-macro support.
7464 * emacs-lisp/macroexp.el (macroexpand-all-1):
7465 Support compiler-macros directly. Properly follow aliases and apply
7466 the compiler macros more thoroughly.
7467 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
7468 macroexpand now properly follows aliases.
7469 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7470 (cl-compiler-macroexpand): Use new prop.
7471 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7472
7473 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7474
7475 2012-06-05 Martin Rudalics <rudalics@gmx.at>
7476
7477 * window.el (get-lru-window, get-mru-window, get-largest-window):
7478 New argument NOT-SELECTED to avoid picking the selected window.
7479 (window--display-buffer-1, window--display-buffer-2): Replace by
7480 new function window--display-buffer
7481 (display-buffer-same-window, display-buffer-reuse-window)
7482 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7483 Use window--display-buffer.
7484 (display-buffer-use-some-window): Remove temporary dedication
7485 hack by calling get-lru-window and get-largest-window with
7486 NOT-SELECTED argument non-nil. Call window--display-buffer.
7487
7488 2012-06-05 Glenn Morris <rgm@gnu.org>
7489
7490 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7491 Replace external vcdiff script.
7492
7493 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7494
7495 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7496
7497 2012-06-04 Chong Yidong <cyd@gnu.org>
7498
7499 * image.el (imagemagick-types-inhibit): Revert last change.
7500 Add INFO and M.
7501 (imagemagick-enabled-types): Remove CIN and EPS*.
7502
7503 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * emacs-lisp/cl-lib.el: Rename from cl.el.
7506 * emacs-lisp/cl.el: New compatibility file.
7507 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7508 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7509 to obey the "cl-" prefix.
7510 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7511
7512 2012-06-03 Glenn Morris <rgm@gnu.org>
7513
7514 * emacs-lisp/authors.el (authors-aliases): Addition.
7515
7516 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7517 Fix :version.
7518
7519 2012-06-03 Stefan Merten <smerten@oekonux.de>
7520
7521 * textmodes/rst.el: Add comments.
7522 (rst-transition, rst-adornment): New faces.
7523 (rst-adornment-faces-alist): Make default safe to reevaluate.
7524 Fixes
7525 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7526 Improve customization tags.
7527 (rst-define-level-faces): Clarify meaning.
7528
7529 2012-06-03 Chong Yidong <cyd@gnu.org>
7530
7531 * progmodes/compile.el (compilation-mode-line-fail)
7532 (compilation-mode-line-run, compilation-mode-line-exit):
7533 New faces.
7534 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7535
7536 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7537
7538 * progmodes/which-func.el (which-func-update-ediff-windows):
7539 New function. Use it in ediff-select-hook (Bug#11478).
7540
7541 2012-06-03 Chong Yidong <cyd@gnu.org>
7542
7543 * bindings.el: Remove explicit help text from format-mode-line.
7544 It is now supplied by mode-line-default-help-echo.
7545 (mode-line-front-space, mode-line-end-spaces)
7546 (mode-line-misc-info): New variables.
7547 (mode-line-modes, mode-line-position): Move the default value to
7548 the variable definition.
7549 (mode-line-default-help-echo): New defcustom.
7550 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7551 (mode-line-modified-help-echo): New functions.
7552 (mode-line-mule-info, mode-line-modified): Use them.
7553 (mode-line-eol-desc, propertized-buffer-identification):
7554 Consistency fixes for help text.
7555 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7556 set-buffer-file-coding-system (Bug#289).
7557 (mode-line-mule-info-help-echo): Update help text.
7558
7559 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * simple.el (execute-extended-command): Set real-this-command
7562 (bug#11506).
7563
7564 2012-06-02 Chong Yidong <cyd@gnu.org>
7565
7566 Remove incorrect uses of "modeline" in comments, docstrings, and
7567 function/variable names (Bug#10329).
7568
7569 * cus-edit.el (mode-line):
7570 * dframe.el (dframe-mouse-hscroll):
7571 * emacs-lisp/re-builder.el:
7572 * emacs-lisp/easy-mmode.el (define-minor-mode):
7573 * frame.el (set-frame-name):
7574 * help.el (lookup-minor-mode-from-indicator):
7575 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7576 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7577 (c-toggle-hungry-state):
7578 * progmodes/antlr-mode.el (antlr-language-alist):
7579 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7580 * progmodes/vhdl-mode.el (vhdl-mode):
7581 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7582 * term/ns-win.el (ns-face-at-pos):
7583 * term/sup-mouse.el (sup-mouse-report):
7584 * textmodes/flyspell.el (flyspell-mode-line-string):
7585 * textmodes/ispell.el (ispell-highlight-face):
7586 * textmodes/reftex-global.el:
7587 * vc/vc-arch.el (vc-arch-mode-line-string):
7588 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7589 * vc/vc-git.el (vc-git-mode-line-string):
7590 * vc/vc-hooks.el (vc-display-status)
7591 (vc-default-mode-line-string):
7592 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7593
7594 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7595
7596 * dired.el (dired-sort-set-mode-line): Rename from
7597 dired-sort-set-modeline. All callers changed.
7598
7599 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7600 eshell-status-in-modeline.
7601
7602 * foldout.el (foldout-mode-line-string): Rename from
7603 foldout-modeline-string. All callers changed.
7604 (foldout-update-mode-line): Rename from foldout-update-modeline.
7605
7606 * subr.el (redraw-modeline): Make into obsolete alias.
7607
7608 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7609 timeclock-modeline-display. Make old name an alias.
7610 (timeclock-update-mode-line): Likewise. All callers changed.
7611 (timeclock-mode-line-display): No need to check before using
7612 add-hook.
7613 (timeclock-relative, timeclock-day-over-hook)
7614 (timeclock-use-elapsed, timeclock-mode-string)
7615 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7616
7617 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7618 crisp-mode-modeline-string.
7619
7620 * play/solitaire.el (solitaire-build-mode-line): Rename from
7621 solitaire-build-modeline. All callers changed.
7622
7623 * play/zone.el (zone-hiding-mode-line): Rename from
7624 zone-hiding-modeline. All callers changed.
7625 (zone): Remove unusued `modeline-hidden-level' property.
7626
7627 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7628 xscheme-modeline-initialize. All callers changed.
7629
7630 * strokes.el (strokes-lighter): Rename from
7631 strokes-modeline-string.
7632
7633 * textmodes/sgml-mode.el (html-face-tag-alist)
7634 (html-tag-face-alist): Use mode-line face instead of obsolete
7635 alias modeline.
7636
7637 2012-06-02 Stefan Merten <smerten@oekonux.de>
7638
7639 * textmodes/rst.el: Always require `cl'.
7640 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7641
7642 2012-06-02 Chong Yidong <cyd@gnu.org>
7643
7644 * image.el (imagemagick-enabled-types): Rename from
7645 imagemagick-types-enable. Add many more types.
7646 (imagemagick-types-inhibit): Change default to nil.
7647 (imagemagick-filter-types): Caller changed.
7648
7649 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * emacs-lisp/cl-macs.el: Use backquotes.
7652 (cl-transform-function-property): Use eval-and-compile rather than
7653 abusing `require'.
7654 (defstruct): Use declare-function instead of with-no-warnings.
7655
7656 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7657 (byte-compile-output-docform): Re-add the print-circle bindings.
7658 (byte-compile-fix-header): Use #$ just because it's shorter.
7659 (byte-compile-output-file-form): Remove defun/defmacro.
7660
7661 2012-06-01 Martin Rudalics <rudalics@gmx.at>
7662
7663 * simple.el (choose-completion): Remove now obsolete binding for
7664 owindow.
7665
7666 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
7667
7668 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7669 in order to avoid "Stack overflow in regexp matcher".
7670
7671 2012-05-31 Glenn Morris <rgm@gnu.org>
7672
7673 * image.el: For clarity, call imagemagick-register-types at
7674 top-level, rather than relying on a custom :initialize.
7675 (imagemagick-types-enable): New option. (Bug#11557)
7676 (imagemagick-filter-types): New function. (Bug#7406)
7677 (imagemagick-register-types): Use imagemagick-filter-types.
7678 If disabling support, remove elements altogether rather
7679 than using an impossible regexp.
7680 (imagemagick-types-inhibit): Give it the default init function.
7681
7682 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7685 Handle arbitrary file name lengths (Bug#11585).
7686
7687 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7688
7689 * desktop.el (desktop-read): Clear previous and next buffers for
7690 all windows and bury *Messages* buffer (bug#11556).
7691
7692 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 Add `declare' for `defun'. Align `defmacro's with it.
7695 * emacs-lisp/easy-mmode.el (define-minor-mode)
7696 (define-globalized-minor-mode): Don't autoload the var definitions.
7697 * emacs-lisp/byte-run.el: Use lexical-binding.
7698 (defun-declarations-alist, macro-declarations-alist): New vars.
7699 (defmacro, defun): Use them.
7700 (make-obsolete, define-obsolete-function-alias)
7701 (make-obsolete-variable, define-obsolete-variable-alias):
7702 Use `declare'.
7703 (macro-declaration-function): Mark obsolete.
7704 * emacs-lisp/autoload.el: Use lexical-binding.
7705 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7706
7707 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7708
7709 * textmodes/ispell.el (ispell-with-no-warnings):
7710 Define as a macro.
7711 (ispell-kill-ispell, ispell-change-dictionary):
7712 Use `called-interactively-p' for Emacs instead of obsolete
7713 `interactive-p'.
7714
7715 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7718 (macro-declaration-function): Move var from C code.
7719 (macro-declaration-function): Define function with defalias.
7720 * emacs-lisp/macroexp.el (macroexpand-all-1):
7721 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7722 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7723 defun/defmacro any more.
7724 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7725 Provide fallback for unknown arglist.
7726 (byte-compile-arglist-warn): Change calling convention.
7727 (byte-compile-output-file-form): Move print-vars binding.
7728 (byte-compile-output-docform): Simplify accordingly.
7729 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7730 (byte-compile-defmacro-declaration): Remove.
7731 (byte-compile-file-form-defmumble): Generalize to defalias.
7732 (byte-compile-output-as-comment): Return byte-positions.
7733 Simplify callers accordingly.
7734 (byte-compile-lambda): Use `assert'.
7735 (byte-compile-defun, byte-compile-defmacro): Remove.
7736 (byte-compile-file-form-defalias):
7737 Use byte-compile-file-form-defmumble.
7738 (byte-compile-defalias-warn): Remove.
7739
7740 2012-05-29 Stefan Merten <smerten@oekonux.de>
7741
7742 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7743 possible. Fix authors. Improve comments. Improve loading of `cl'.
7744
7745 (rst-mode-abbrev-table): Merge definition.
7746 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7747 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7748
7749 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7750
7751 * calendar/icalendar.el
7752 (icalendar-export-region): Export UID properly.
7753
7754 2012-05-29 Leo Liu <sdl.web@gmail.com>
7755 * calendar/icalendar.el (icalendar-import-format):
7756 Add `icalendar-import-format-uid' (Bug#11525).
7757 (icalendar-import-format-uid): New.
7758 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7759 Export UID.
7760
7761 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7764 different alternative patterns.
7765 (pcase-codegen): Be more careful to preserve identity.
7766 (pcase--u1): Don't forget to mark vars as used.
7767
7768 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7769 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7770 (byte-compile-from-buffer): ...rather than here.
7771
7772 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7773 functions from byte-compile-function-environment.
7774
7775 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7776
7777 * window.el (window-deletable-p): Avoid deleting the root window
7778 of a frame with an active minibuffer.
7779
7780 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7781
7782 * simple.el (choose-completion): Use quit-window (Bug#11567).
7783
7784 2012-05-29 Chong Yidong <cyd@gnu.org>
7785
7786 * whitespace.el (whitespace-cleanup): Fix usage of
7787 whitespace-empty-at-bob-regexp (Bug#11492).
7788
7789 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7790
7791 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7792 revert (Bug#11488).
7793
7794 2012-05-29 Juri Linkov <juri@jurta.org>
7795
7796 * isearch.el (isearch-mode-map): Bind `M-s _' to
7797 `isearch-toggle-symbol'. Bind `M-s c' to
7798 `isearch-toggle-case-fold'.
7799 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7800 (isearch-forward): Add `M-s _' to the docstring.
7801 (isearch-forward-symbol, isearch-toggle-case-fold)
7802 (isearch-symbol-regexp): New functions. (Bug#11381)
7803
7804 2012-05-29 Juri Linkov <juri@jurta.org>
7805
7806 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7807 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7808 a function, call it to get the regexp.
7809 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7810 property `isearch-message-prefix' instead of the string "word ".
7811 (isearch-search-fun-default): For the case of `isearch-word',
7812 return a lambda that calls re-search-forward/re-search-backward
7813 with a regexp returned by `word-search-regexp' or by the function
7814 in `isearch-word'.
7815
7816 2012-05-29 Juri Linkov <juri@jurta.org>
7817
7818 * isearch.el (isearch-search-fun-default): New function.
7819 (isearch-search-fun): Move default part to the new function
7820 `isearch-search-fun-default'.
7821 (isearch-search-fun-function): Set the default value to
7822 `isearch-search-fun-default'. (Bug#11381)
7823
7824 * comint.el (comint-history-isearch-end):
7825 Use `isearch-search-fun-default'.
7826 (comint-history-isearch-search): Use `isearch-search-fun-default'
7827 and remove spacial case for `isearch-word'.
7828 (comint-history-isearch-wrap): Remove spacial case for
7829 `isearch-word'.
7830
7831 * hexl.el (hexl-isearch-search-function):
7832 Use `isearch-search-fun-default'.
7833
7834 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7835 Use `word-search-regexp' for `isearch-word'.
7836
7837 * misearch.el (multi-isearch-search-fun):
7838 Use `isearch-search-fun-default'.
7839
7840 * simple.el (minibuffer-history-isearch-search):
7841 Use `isearch-search-fun-default' and remove spacial case for
7842 `isearch-word'.
7843 (minibuffer-history-isearch-wrap): Remove spacial case for
7844 `isearch-word'.
7845
7846 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7847 Remove spacial case for `isearch-word'.
7848 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7849
7850 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7851
7852 Decrease XEmacs incompatibilities.
7853 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7854 Use `string-match'.
7855 (flyspell-delete-region-overlays): Use alternative definition for
7856 XEmacs.
7857 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7858 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7859 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7860 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7861 `define-obsolete-face-alias' under XEmacs, but old method.
7862
7863 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7864 `with-no-warnings' definition or Emacs alias.
7865 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7866 (ispell-word): Do not use `region-p' if XEmacs.
7867
7868 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7869
7870 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7871 Check for `ispell-dictionary-base-alist' instead of full
7872 `ispell-dictionary-alist'.
7873 (ispell-init-process): Show spellchecker when starting new Ispell
7874 process.
7875
7876 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7879 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7880
7881 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7882
7883 * version.el (motif-version-string, gtk-version-string)
7884 (ns-version-string): Declare.
7885
7886 2012-05-27 Juri Linkov <juri@jurta.org>
7887
7888 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7889 after the `eval-defun-1' specialcaseing
7890 like in `edebug-eval-defun' (bug#10181).
7891
7892 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7893 like in `eval-defun-1'.
7894
7895 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7896
7897 * mail/sendmail.el (mail-yank-region):
7898 Recognize rmail-yank-current-message in addition to insert-buffer.
7899 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7900 a *mail* buffer created through rmail-start-mail with sendmail as
7901 mail-user-agent.
7902
7903 2012-05-27 Chong Yidong <cyd@gnu.org>
7904
7905 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7906 Default to 256 (Bug#11267).
7907
7908 * help.el (describe-mode): Doc fix.
7909
7910 2012-05-26 Glenn Morris <rgm@gnu.org>
7911
7912 * w32-fns.el (w32-init-info): Remove.
7913 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7914
7915 * info.el (info-initialize): For self-contained NS builds, put the
7916 included info/ directory at the front. (Bug#2791)
7917
7918 * paths.el (Info-default-directory-list): Make it a defcustom,
7919 mainly so that we can use custom-initialize-delay.
7920
7921 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * subr.el (buffer-has-markers-at): Mark obsolete.
7924
7925 * subr.el (lambda): Use declare.
7926
7927 * emacs-lisp/lisp-mode.el (lambda):
7928 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7929
7930 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7931
7932 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7933
7934 2012-05-26 Glenn Morris <rgm@gnu.org>
7935
7936 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7937
7938 2012-05-25 Glenn Morris <rgm@gnu.org>
7939
7940 * paths.el: Remove no-byte-compile.
7941 * loadup.el: No need to load paths.el uncompiled.
7942
7943 * image.el (imagemagick-types-inhibit): Doc fix.
7944
7945 * version.el: Remove no-byte-compile and associated formatting.
7946 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7947 is ancient code from when there was an "inc-vers.el".
7948
7949 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * progmodes/gdb-mi.el: Minor style changes.
7952 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7953 Turn into minor modes.
7954 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7955 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7956 (gdb-shell): Remove unneeded let-binding.
7957 (gdb-get-many-fields): Eliminate O(n²) behavior.
7958
7959 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7960
7961 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7962 platforms that don't link in fontset.c.
7963
7964 2012-05-25 Juri Linkov <juri@jurta.org>
7965
7966 Use the same diff color scheme as in modern VCSes (bug#10181).
7967
7968 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7969 to avoid confusion with `diff-added' that now uses green colors.
7970 (diff-removed): Use shades of red.
7971 (diff-added): Use shades of green.
7972 (diff-changed): Leave just the yellow color.
7973 (diff-use-changed-face): New variable.
7974 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7975 how to highlight context diff changes.
7976 (diff-refine-change): Use shades of yellow.
7977 (diff-refine-removed): New face that uses shades of red.
7978 (diff-refine-added): New face that uses shades of green.
7979 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7980 `diff-refine-removed' in the call to `smerge-refine-subst'
7981 depending on the value of `diff-use-changed-face'.
7982
7983 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7984 (smerge-other): Use shades of green.
7985 (smerge-base): Use shades of yellow.
7986 (smerge-refined-change): Empty face.
7987 (smerge-refined-removed): New face that uses shades of red.
7988 (smerge-refined-added): New face that uses shades of green.
7989 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7990 args `props-r' and `props-a', and use them. Doc fix.
7991 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7992 on its value use different faces `smerge-refined-change',
7993 `smerge-refined-removed', `smerge-refined-added' in the call to
7994 `smerge-refine-subst'.
7995
7996 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7997 Add face condition `min-colors 88' with shades of red.
7998 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7999 `min-colors 88' with shades of green.
8000 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
8001 `min-colors 88' with shades of yellow.
8002
8003 2012-05-24 Glenn Morris <rgm@gnu.org>
8004
8005 * paths.el (prune-directory-list, remote-shell-program): Move to...
8006 * files.el (prune-directory-list, remote-shell-program): ...here.
8007 For the latter, delay initialization, prefer ssh, just search PATH.
8008
8009 * paths.el (term-file-prefix): Move to faces.el (the only user).
8010 * faces.el (term-file-prefix): Move here, make it a defcustom.
8011
8012 * paths.el (news-directory, news-path, news-inews-program):
8013 Move to gnus/nnspool.el.
8014
8015 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
8016
8017 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
8018 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
8019 Make the latter a defcustom, with a delayed initialization.
8020
8021 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
8022 These were deleted from Gnus itself late 2010.
8023
8024 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
8025
8026 * progmodes/which-func.el (which-func-ff-hook):
8027 Check against user-error, not error.
8028
8029 * emacs-lisp/edebug.el (top): Do not load or set up loading of
8030 cl-specs.el, which no longer exists.
8031
8032 2012-05-22 Glenn Morris <rgm@gnu.org>
8033
8034 * info.el (info-emacs-bug): New command.
8035 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
8036 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
8037
8038 2012-05-21 Glenn Morris <rgm@gnu.org>
8039
8040 * makefile.w32-in (update-subdirs-SH):
8041 * Makefile.in (update-subdirs): Update for moved update-subdirs.
8042
8043 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8044
8045 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
8046
8047 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8048 Simplify Maven regexp, and make sure the file can't start with a space
8049 (bug#11517).
8050
8051 2012-05-21 Glenn Morris <rgm@gnu.org>
8052
8053 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8054 Scrap superfluous subshells.
8055
8056 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
8059 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
8060
8061 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
8062
8063 * calc/calc.el (calc-ensure-consistent-units): New variable.
8064
8065 * calc/calc-units.el (math-consistent-units-p)
8066 (math-check-unit-consistency): New functions.
8067 (calc-quick-units, calc-convert-units):
8068 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
8069 is non-nil.
8070 (calc-extract-units): Fix typo.
8071
8072 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
8075
8076 * textmodes/flyspell.el: Commenting style, plus code simplifications.
8077 (flyspell-default-deplacement-commands): Don't spell check after
8078 repeated window/frame switches (e.g. triggered by mouse-movement).
8079 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
8080 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
8081 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
8082 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
8083 Remove unused vars.
8084 (flyspell-get-casechars, flyspell-get-not-casechars):
8085 Simplify; Don't bother removing a ] just to add it back.
8086 * textmodes/ispell.el (ispell-program-name): Use executable-find.
8087
8088 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8089
8090 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
8091 New functions.
8092 (math-function-table): Add support for more C functions.
8093
8094 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8095
8096 * textmodes/flyspell.el (flyspell-check-pre-word-p)
8097 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8098 Protect delay handling for otherchars against empty otherchars.
8099
8100 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
8103 their respective macro declarations.
8104 * skeleton.el (define-skeleton):
8105 * progmodes/compile.el (define-compilation-mode):
8106 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
8107 (define-ibuffer-filter):
8108 * emacs-lisp/generic.el (define-generic-mode):
8109 * emacs-lisp/easy-mmode.el (define-minor-mode)
8110 (define-globalized-minor-mode):
8111 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
8112 * emacs-lisp/byte-run.el (defsubst):
8113 * custom.el (deftheme): Add doc-string metadata.
8114
8115 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
8118
8119 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8120
8121 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
8122
8123 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
8124 * emacs-lisp/cl-macs.el: Idem.
8125 * emacs-lisp/cl-specs.el: Remove.
8126
8127 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 Minor renaming of internal CL functions and variables.
8130 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
8131 (cl--position): Rename from cl-position.
8132 (cl--delete-duplicates): Rename from cl-delete-duplicates.
8133 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
8134 (cl--random-state): Rename from *random-state*.
8135
8136 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
8139 parens around the arg list (bug#11499).
8140
8141 2012-05-17 Juri Linkov <juri@jurta.org>
8142
8143 * isearch.el (word-search-regexp, word-search-backward)
8144 (word-search-forward, word-search-backward-lax)
8145 (word-search-forward-lax): Move functions from search.c
8146 (bug#10145, bug#11381).
8147
8148 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8149
8150 * textmodes/flyspell.el (flyspell-check-pre-word-p)
8151 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8152 Delay for otherchars as for normal word components.
8153
8154 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * minibuffer.el (completion--sifn-requote): Fix last change.
8157 (minibuffer-local-must-match-filename-map):
8158 Move define-obsolete-variable-alias before its var.
8159
8160 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
8163
8164 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
8165 behavior.
8166 (completion--string-equal-p): New function.
8167 (completion--twq-all): Use it to get better assertion failure data.
8168
8169 Only handle ".." and '..' quoting in shell-mode (bug#11466).
8170 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
8171 (shell--requote-argument): New functions.
8172 (shell-completion-vars): Use them.
8173 (shell--parse-pcomplete-arguments): Rename from
8174 shell-parse-pcomplete-arguments.
8175 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
8176 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
8177 Obey comint-file-name-quote-list.
8178
8179 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
8180 (smie-indent-keyword): Use it.
8181
8182 2012-05-14 Stefan Merten <smerten@oekonux.de>
8183
8184 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
8185
8186 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8187
8188 * net/rlogin.el (rlogin-mode-map): Fix last change.
8189
8190 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8191
8192 * mail/smtpmail.el (smtpmail-send-command): Send the command and
8193 the following \r\n using a single `process-send-string', since the
8194 Lotus SMTP server refuses to accept any commands if they are sent
8195 with two `process-send-string's (Bug#11444).
8196
8197 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * shell.el (shell-parse-pcomplete-arguments):
8200 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
8201
8202 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8203
8204 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
8205 (image-transform-scale, image-transform-right-angle-fudge): New vars.
8206 (image-transform-width, image-transform-fit-width): New functions.
8207 (image-transform-properties): Use them.
8208 (image-transform-check-size): New function.
8209 (image-toggle-display-image): Use it (for testing).
8210 (image-transform-set-rotation): Reduce angle mod 360.
8211 Delete obsolete comment.
8212
8213 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8214
8215 * image-mode.el: Fix scaling (bug#11399).
8216 (image-transform-resize): Doc fix.
8217 (image-transform-properties): Default scale is 1 and height should
8218 be an integer.
8219
8220 2012-05-13 Johan Bockgård <bojohan@gnu.org>
8221
8222 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
8223 than hard-coding `car', to fix misbehavior when moving forward.
8224
8225 2012-05-13 Chong Yidong <cyd@gnu.org>
8226
8227 * emacs-lisp/tabulated-list.el (tabulated-list-format)
8228 (tabulated-list-entries, tabulated-list-padding)
8229 (tabulated-list-sort-key): Make permanent-local.
8230
8231 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
8232 (electric-buffer-list): Put electric buffer menu
8233 command descriptions in this docstring, instead of the docstring
8234 of electric-buffer-menu-mode. Code cleanups.
8235 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
8236 Electric-buffer-menu-mode.
8237 (electric-buffer-update-highlight): Minor code cleanup.
8238
8239 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
8240
8241 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
8242 (Bug#11447)
8243
8244 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 Move define-obsolete-variable-alias before the var's definition.
8247 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
8248 * tooltip.el (tooltip-hook):
8249 * textmodes/reftex-toc.el (reftex-toc-map):
8250 * textmodes/reftex-sel.el (reftex-select-label-map)
8251 (reftex-select-bib-map):
8252 * textmodes/reftex-index.el (reftex-index-map)
8253 (reftex-index-phrases-map):
8254 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
8255 * progmodes/meta-mode.el (meta-mode-map):
8256 * novice.el (disabled-command-hook):
8257 * loadhist.el (unload-hook-features-list):
8258 * frame.el (blink-cursor):
8259 * files.el (find-file-not-found-hooks, write-file-hooks)
8260 (write-contents-hooks):
8261 * emulation/tpu-edt.el (GOLD-map):
8262 * emacs-lock.el (emacs-lock-from-exiting):
8263 * emacs-lisp/generic.el (generic-font-lock-defaults):
8264 * emacs-lisp/chart.el (chart-map):
8265 * dos-fns.el (register-name-alist):
8266 * dired-x.el (dired-omit-files-p):
8267 * desktop.el (desktop-enable):
8268 * cus-edit.el (custom-mode-hook):
8269 * buff-menu.el (buffer-menu-mode-hook):
8270 * bookmark.el (bookmark-read-annotation-text-func)
8271 (bookmark-exit-hooks):
8272 * allout.el (allout-mode-deactivate-hook)
8273 (allout-exposure-change-hook, allout-structure-added-hook)
8274 (allout-structure-deleted-hook, allout-structure-shifted-hook):
8275 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
8276 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
8277 comes before the corresponding variable's definition.
8278
8279 2012-05-12 Chong Yidong <cyd@gnu.org>
8280
8281 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
8282 (Buffer-menu-mouse-select): Restore function (Bug#11459).
8283 (Buffer-menu-mode-map): Bind it.
8284 (Buffer-menu--pretty-name): Add a mouse-face property.
8285
8286 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
8289 (prolog-upper-case-string, prolog-lower-case-string)
8290 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
8291 (prolog-use-smie, prolog-smie-grammar): New vars.
8292 (prolog-smie-forward-token, prolog-smie-backward-token)
8293 (prolog-smie-rules): New funs.
8294 (prolog-comment-indent): Remove.
8295 (prolog-mode-variables): Use default comment indentation instead.
8296 Setup SMIE.
8297 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
8298 (prolog-mode): Don't call them any more.
8299 (prolog-electric-colon, prolog-electric-dash)
8300 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
8301
8302 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
8303
8304 * minibuffer.el (completion--twq-all): Again, allow case differences.
8305
8306 * term.el: Move keymap initialization code to be more idiomatic.
8307 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
8308 (term-terminal-menu): Move initialization into declaration.
8309 (term-escape-char): Let the user set it in her .emacs.
8310
8311 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
8312 Provide SMIE-based indentation (not enabled by default yet).
8313 (sh-mode-map): Don't bind electric keys.
8314 Use electric-pair-mode instead of skeleton-pair.
8315 (sh-assignment-regexp): Fit within 80 columns.
8316 (sh-indent-supported): Specify actual shell name instead of boolean.
8317 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
8318 (sh-maybe-here-document): Use it. Make obsolete.
8319 (sh-electric-here-document-mode) New minor mode.
8320 (sh-mode): Use it. Don't set sh-indent-supported-here here.
8321 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
8322 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
8323 (sh-smie-rc-grammar, sh-use-smie): New vars.
8324 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
8325 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
8326 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
8327 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
8328 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
8329 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
8330 (sh-set-shell): Use smie-setup if requested.
8331
8332 * term.el (term-set-escape-char): Properly set term-escape-char.
8333 See http://stackoverflow.com/questions/10524656.
8334
8335 2012-05-10 Chong Yidong <cyd@gnu.org>
8336
8337 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
8338 Use url-generic-parse-url, and handle host names and Windows
8339 filenames properly.
8340 (ffap-url-unwrap-remote): Use url-generic-parse-url.
8341 (ffap-url-unwrap-remote): Accept list values, specifying a list of
8342 URL schemes to work on.
8343 (ffap--toggle-read-only): New function.
8344 (ffap-read-only, ffap-read-only-other-window)
8345 (ffap-read-only-other-frame): Use it.
8346 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
8347 necessary for ffap-url-unwrap-remote.
8348
8349 2012-05-10 Dave Abrahams <dave@boostpro.com>
8350
8351 * cus-start.el (create-lockfiles): Add it.
8352
8353 2012-05-09 Chong Yidong <cyd@gnu.org>
8354
8355 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
8356 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
8357
8358 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8359
8360 * shell.el (shell-completion-vars): Fix last change (bug#11348).
8361
8362 2012-05-09 Chong Yidong <cyd@gnu.org>
8363
8364 * ansi-color.el (ansi-color-process-output): Check for validity of
8365 comint-last-output-start before using it. This avoids a bad
8366 interaction with gdb-mi's input/output buffer.
8367
8368 2012-05-09 Glenn Morris <rgm@gnu.org>
8369
8370 * files.el (dir-locals-read-from-file):
8371 Mention dir-locals in any error message.
8372
8373 2012-05-09 Chong Yidong <cyd@gnu.org>
8374
8375 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
8376 package (Bug#11410).
8377
8378 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
8379 variables into description.
8380
8381 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8382
8383 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
8384 shell-delimiter-argument-list (bug#11348).
8385 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
8386
8387 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * textmodes/rst.el: Silence byte-compiler warnings.
8390 (rst-re-alist, rst-reset-section-caches): Move around.
8391 (rst-re): Use `characterp', not `char-valid-p'.
8392 (font-lock-beg, font-lock-end): Declare.
8393
8394 * progmodes/idlw-shell.el (specs): Remove reference to deleted
8395 variable `idlwave-shell-activate-alt-keybindings' and simplify.
8396
8397 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
8398
8399 2012-05-08 Glenn Morris <rgm@gnu.org>
8400
8401 * files.el (auto-mode-alist): Treat ".make" like ".mk".
8402
8403 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * vc/log-edit.el: Add GNU coding standards highlighting.
8406 (log-edit-font-lock-gnu-style)
8407 (log-edit-font-lock-gnu-keywords): New vars.
8408 (log-edit-font-lock-keywords): New fun.
8409 (log-edit-mode): Don't fold case in font-lock.
8410 (log-edit-font-lock-keywords): Do not assume case-folding.
8411
8412 * imenu.el: Misc cleanup. Make docstrings out of comments.
8413 Use lexical-binding.
8414 (imenu--index-alist, imenu--last-menubar-index-alist)
8415 (imenu-menubar-modified-tick): Use defvar-local.
8416 (imenu--split-menu): Remove unused var.
8417 (imenu--cleanup-seen): Declare as global.
8418 (imenu--cleanup): Use dolist.
8419
8420 * subr.el (defvar-local): Add debug spec and doc-string position.
8421
8422 2012-05-08 Glenn Morris <rgm@gnu.org>
8423
8424 * language/burmese.el, language/cham.el, language/czech.el:
8425 * language/english.el, language/georgian.el, language/greek.el:
8426 * language/japanese.el, language/khmer.el, language/korean.el:
8427 * language/lao.el, language/misc-lang.el, language/romanian.el:
8428 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
8429 * language/thai.el, language/utf-8-lang.el:
8430 Remove no-byte-compile setting.
8431
8432 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
8433
8434 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8435
8436 * progmodes/make-mode.el (makefile-browse):
8437 Remove unnecessary interactive. (Bug#11324)
8438
8439 2012-05-07 Glenn Morris <rgm@gnu.org>
8440
8441 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
8442
8443 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
8444
8445 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * loadup.el: Preload newcomment.el.
8448 * newcomment.el: Move autoload-only code to toplevel.
8449
8450 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
8451 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8452 Handle new :right-align column property.
8453 (tabulated-list-print-col): Idem, plus use `display' text-property to
8454 try and preserve alignment for variable pitch fonts.
8455
8456 2012-05-07 Chong Yidong <cyd@gnu.org>
8457
8458 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
8459 (tabulated-list-use-header-line): New var.
8460 (tabulated-list-init-header): Use it.
8461 (tabulated-list-print-fake-header): New function.
8462 (tabulated-list-print): Use it.
8463 (tabulated-list-sort-button-map): Add non-header-line commands.
8464 (tabulated-list-init-header): Add column name property to basic
8465 labels as well.
8466 (tabulated-list-col-sort): Handle non-header-line button case.
8467 (tabulated-list--sort-by-column-name): Fix a corner case.
8468
8469 * buff-menu.el (list-buffers--refresh):
8470 Handle Buffer-menu-use-header-line.
8471
8472 2012-05-06 Chong Yidong <cyd@gnu.org>
8473
8474 * buff-menu.el: Convert to Tabulated List mode.
8475 (Buffer-menu-buffer+size-width): Make obsolete.
8476 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8477 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8478 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
8479 documentation into docstring of buffer-menu.
8480 (Buffer-menu-toggle-files-only): Add an informative message.
8481 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8482 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8483 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8484 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8485 (Buffer-menu-execute, Buffer-menu-select)
8486 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8487 (Buffer-menu-bury): Use Tabulated List machinery.
8488 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8489 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
8490 Delete.
8491 (list-buffers--refresh): New function.
8492 (list-buffers-noselect): Use it.
8493 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8494 (Buffer-menu--pretty-file-name): New helper functions.
8495
8496 * loadup.el: Preload tabulated-list.
8497
8498 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8499 tabulated-list-sort-column.
8500 (tabulated-list-init-header): Add the initial aligning space even
8501 if tabulated-list-padding is zero.
8502
8503 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
8504
8505 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8506 whose cdr is not a cons cell correctly (bug#11038).
8507
8508 2012-05-06 Chong Yidong <cyd@gnu.org>
8509
8510 * emacs-lisp/tabulated-list.el (tabulated-list-format):
8511 Accept additional plist in column descriptors.
8512 (tabulated-list-init-header): Obey it.
8513 (tabulated-list-get-entry): New function.
8514 (tabulated-list-put-tag): Use it. Use string-width instead of
8515 length.
8516 (tabulated-list--column-number): New function.
8517 (tabulated-list-print): Use it.
8518 (tabulated-list-print-col): New function.
8519 Set `tabulated-list-column-name' property on each column's text.
8520 (tabulated-list-print-entry): Use it.
8521 (tabulated-list-delete-entry, tabulated-list-set-col):
8522 New functions.
8523 (tabulated-list-sort-column): New command (Bug#11337).
8524
8525 * buff-menu.el (list-buffers): Move C-x C-b binding from
8526 buff-menu.el to bindings.el.
8527
8528 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8529 :advertised-binding feature.
8530
8531 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8532
8533 * progmodes/compile.el (compilation-internal-error-properties):
8534 Calculate start position correctly when end-col is set but
8535 end-line is not (Bug#11382).
8536
8537 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8538
8539 * man.el (Man-unindent): Use text-property-default-nonsticky to
8540 prevent untabify from inheriting face properties (Bug#11408).
8541
8542 2012-05-05 Stefan Merten <smerten@oekonux.de>
8543
8544 * textmodes/rst.el: Major merge with upstream development up to
8545 Docutils SVN r7399 / rst.el V1.2.1.
8546
8547 Clarify maintainership and authors.
8548
8549 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8550 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8551 (rst-official-version, rst-official-cvs-rev, rst-version)
8552 (rst-package-emacs-version-alist): New functions and variables
8553 for version information.
8554
8555 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8556 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8557 (rst-mode-syntax-table, rst-mode): New and corrected functions
8558 and variables representing reStructuredText features.
8559
8560 (rst-re): New function for reStructuredText regexes. Use in
8561 many places.
8562
8563 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8564 (rst-mode-map): Rebind keys.
8565
8566 (rst-mode-lazy, rst-font-lock-keywords)
8567 (rst-font-lock-extend-region)
8568 (rst-font-lock-extend-region-internal)
8569 (rst-font-lock-extend-region-extend)
8570 (rst-font-lock-find-unindented-line-limit)
8571 (rst-font-lock-find-unindented-line-match)
8572 (rst-adornment-level, rst-font-lock-adornment-level)
8573 (rst-font-lock-adornment-match)
8574 (rst-font-lock-handle-adornment-pre-match-form)
8575 (rst-font-lock-handle-adornment-matcher): Major revision of
8576 font-locking. Integrate with other code. Use `jit-lock-mode'.
8577
8578 (rst-preferred-adornments, rst-adjust-hook)
8579 (rst-new-adornment-down, rst-preferred-bullets)
8580 (rst-preferred-bullets, rst-indent, rst-indent-width)
8581 (rst-indent-field, rst-indent-literal-normal)
8582 (rst-indent-literal-minimized, rst-indent-comment): Change,
8583 extend and improve customization.
8584
8585 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8586 (rst-normalize-cursor-position, rst-get-decoration)
8587 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8588 (rst-rstrip, rst-toc-insert-find-delete-contents)
8589 (rst-shift-fill-region, rst-compute-bullet-tabs)
8590 (rst-debug-print-tabs, rst-debug-mark-found)
8591 (rst-shift-region-guts, rst-shift-region-right)
8592 (rst-shift-region-left, rst-use-char-classes)
8593 (rst-font-lock-keywords-function)
8594 (rst-font-lock-indentation-point)
8595 (rst-font-lock-find-unindented-line-begin)
8596 (rst-font-lock-find-unindented-line-end)
8597 (rst-font-lock-find-unindented-line)
8598 (rst-font-lock-adornment-point, rst-font-lock-level)
8599 (rst-adornment-level-alist): Remove functions and variables.
8600
8601 (rst-compare-adornments, rst-get-adornment-match)
8602 (rst-suggest-new-adornment, rst-get-adornments-around)
8603 (rst-adornment-complete-p, rst-get-next-adornment)
8604 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8605 (rst-straighten-adornments): Standardize function names to
8606 use "adornment" instead of "decoration". Correct callers.
8607 Similar standardizing in many places.
8608
8609 (rst-update-section, rst-adjust, rst-promote-region)
8610 (rst-enumerate-region, rst-bullet-list-region)
8611 (rst-repeat-last-character): Correct use of `interactive'.
8612
8613 (rst-classify-adornment, rst-find-all-adornments)
8614 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8615 (rst-find-leftmost-column, rst-repeat-last-character):
8616 Refactor functions.
8617
8618 (rst-find-title-line, rst-reset-section-caches)
8619 (rst-get-adornments-around, rst-adjust-adornment-work)
8620 (rst-arabic-to-roman, rst-roman-to-arabic)
8621 (rst-insert-list-pos, rst-insert-list-new-item)
8622 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8623 New functions.
8624
8625 (rst-all-sections, rst-section-hierarchy)
8626 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8627 New variables.
8628
8629 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8630 configuration instead of only buffer. Change where necessary.
8631
8632 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8633 (rst-shift-region, rst-adaptive-fill): New functions for
8634 indentation and filling.
8635
8636 (rst-comment-line-break, rst-comment-indent)
8637 (rst-comment-insert-comment, rst-comment-region)
8638 (rst-uncomment-region): New functions for handling comments.
8639
8640 (rst-compile): Quote shell arguments.
8641
8642 (rst-compile-pdf-preview, rst-compile-slides-preview):
8643 Delete temporary files after use.
8644
8645 2012-05-05 Glenn Morris <rgm@gnu.org>
8646
8647 * calendar/cal-html.el: Optionally include holidays in the output.
8648 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8649 (cal-html-holidays): New option.
8650 (cal-html-css-default): Add holiday entry.
8651 (holiday-in-range): Autoload it.
8652 (cal-html-htmlify-entry): Add optional class argument.
8653 (cal-html-htmlify-list): Add optional holidays argument.
8654 (cal-html-insert-agenda-days): Include holidays in the output.
8655 (cal-html-one-month): Maybe include holidays.
8656
8657 * calendar/holidays.el (holiday-in-range):
8658 Move here from cal-tex-list-holidays.
8659 * calendar/cal-tex.el (cal-tex-list-holidays):
8660 Make it an obsolete alias for holiday-in-range. Update all callers.
8661
8662 2012-05-05 Chong Yidong <cyd@gnu.org>
8663
8664 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8665 Nextstep.
8666
8667 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8668
8669 * files.el (file-auto-mode-skip): New var.
8670 (set-auto-mode-1): Use it.
8671
8672 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * repeat.el: Use lexical-binding.
8675 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8676 (repeat-undo-count): Remove.
8677 (repeat):
8678 * progmodes/octave-mod.el (octave-abbrev-start):
8679 * progmodes/f90.el (f90-abbrev-start):
8680 * face-remap.el (text-scale-adjust):
8681 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8682
8683 * emacs-lisp/pcase.el (pcase--let*): New function.
8684 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8685 a bit more.
8686 (pcase--split-pred): Be more clever about ruling out overlap between
8687 a predicate and some constant pattern.
8688 (pcase--q1): Use `null' instead of (eq foo nil).
8689
8690 * subr.el (setq-local, defvar-local): New macros.
8691 (kbd): Redefine as an alias.
8692 (with-selected-window): Leave unrelated frames alone.
8693 (set-temporary-overlay-map): New function.
8694
8695 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * subr.el (user-error): New function.
8698 * window.el (switch-to-buffer):
8699 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8700 (smerge-match-conflict):
8701 * simple.el (previous-matching-history-element)
8702 (next-matching-history-element, goto-history-element, undo-more)
8703 (undo-start):
8704 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8705 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8706 (next-file, tags-loop-scan, list-tags, complete-tag):
8707 * progmodes/compile.el (compilation-loop):
8708 * mouse.el (mouse-minibuffer-check):
8709 * man.el (Man-bgproc-sentinel, Man-goto-page):
8710 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8711 (Info-history-forward, Info-follow-reference, Info-menu)
8712 (Info-extract-menu-item, Info-extract-menu-counting)
8713 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8714 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8715 (Info-next-reference, Info-prev-reference, Info-index)
8716 (Info-index-next, Info-follow-nearest-node)
8717 (Info-copy-current-node-name):
8718 * imenu.el (imenu--make-index-alist)
8719 (imenu-default-create-index-function, imenu-add-to-menubar):
8720 * files.el (basic-save-buffer, recover-file):
8721 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8722 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8723 (checkdoc-message-text, checkdoc-defun):
8724 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8725 * cus-edit.el (customize-changed-options, customize-rogue)
8726 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8727 (custom-variable-mark-to-reset-standard)
8728 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8729 (custom-file):
8730 * completion.el (check-completion-length):
8731 * comint.el (comint-search-arg)
8732 (comint-previous-matching-input-string-position)
8733 (comint-previous-matching-input)
8734 (comint-replace-by-expanded-history-before-point, comint-send-input)
8735 (comint-copy-old-input, comint-backward-matching-input)
8736 (comint-goto-process-mark, comint-set-process-mark):
8737 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8738 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8739
8740 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * dabbrev.el (dabbrev--ignore-case-p): New function.
8743 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8744 Use it.
8745
8746 * files.el (automount-dir-prefix): Mark as obsolete.
8747
8748 2012-05-04 Glenn Morris <rgm@gnu.org>
8749
8750 * patcomp.el, play/bruce.el: Move to obsolete/.
8751
8752 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8753
8754 Fix minor Y10k bugs.
8755 * arc-mode.el (archive-unixdate):
8756 * autoinsert.el (auto-insert-alist):
8757 * calc/calc-forms.el (math-this-year):
8758 * emacs-lisp/copyright.el (copyright-current-year)
8759 (copyright-update-year, copyright):
8760 * tar-mode.el (tar-clip-time-string):
8761 * time.el (display-time-update):
8762 Don't assume years have 4 digits.
8763
8764 2012-05-04 Chong Yidong <cyd@gnu.org>
8765
8766 * dos-w32.el (file-name-buffer-file-type-alist)
8767 (direct-print-region-use-command-dot-com):
8768 * ffap.el (ffap-menu-regexp):
8769 * find-file.el (ff-special-constructs):
8770 * follow.el (follow-debug):
8771 * forms.el (forms--debug):
8772 * iswitchb.el (iswitchb-all-frames):
8773 * ido.el (ido-all-frames):
8774 * emacs-lisp/timer.el (timer-max-repeats):
8775 * mail/feedmail.el (feedmail-mail-send-hook)
8776 (feedmail-mail-send-hook-queued):
8777 * mail/footnote.el (footnote-signature-separator):
8778 * mail/mailabbrev.el (mail-alias-separator-string)
8779 (mail-abbrev-mode-regexp):
8780 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8781 * progmodes/idlwave.el (idlwave-libinfo-file)
8782 (idlwave-default-completion-case-is-down)
8783 (idlwave-library-routines): Convert defvars to defcustoms.
8784
8785 * mail/rmail.el (rmail-decode-mime-charset):
8786 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8787 (idlwave-shell-fix-inserted-breaks)
8788 (idlwave-shell-activate-alt-keybindings)
8789 (idlwave-shell-use-breakpoint-glyph):
8790 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8791
8792 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8795
8796 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8797
8798 * progmodes/verilog-mode.el (font-lock-keywords):
8799 Fix mis-highligting auto. Reported by Craig Barner.
8800 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8801 defines from global name space. Reported by Dan Dever.
8802 (verilog-auto-reset, verilog-auto-reset-widths)
8803 (verilog-auto-tieoff): Support using unbased numbers for
8804 AUTORESET and AUTOTIEOFF.
8805 (verilog-submit-bug-report): Update variable list.
8806 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8807 parenthesis from not matching. Reported by Michael Rytting.
8808 (verilog-auto-template-lint): Fix hash error when linting modules
8809 with no used templates.
8810 (verilog-warn, verilog-warn-error)
8811 (verilog-warn-fatal): When non-interactive report multiple
8812 warnings before exiting. Suggested by Brad Dobbie.
8813 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8814 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8815 to report unused template errors. Reported by Brad Dobbie.
8816 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8817 nets, bug438. Reported by Vns Blore.
8818 (verilog-auto-inout-module, verilog-auto-reg)
8819 (verilog-read-decls, verilog-read-sub-decls-sig)
8820 (verilog-signals-edit-wire-reg, verilog-signals-with):
8821 Fix passing of Verilog data types in ANSI input/output ports
8822 such as "output logic" into the AUTOs. Special case "wire" and
8823 "reg" for backwards compatibility presuming Verilog 2001.
8824 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8825 (verilog-preprocess): Fix replication of preprocess output.
8826 Reported by Brad Dobbie.
8827 (verilog-auto-inst-interfaced-ports):
8828 Create verilog-auto-inst-interfaced-ports, bug429.
8829 Reported by Julian Gorfajn.
8830 (verilog-after-save-font-hook)
8831 (verilog-before-save-font-hook): New variable.
8832 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8833 (verilog-save-font-mods): Wrap disabling fontification, reported
8834 by David Rogoff.
8835 (verilog-do-indent, verilog-pretty-declarations-auto)
8836 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8837 Reported by Pierre-David Pfister.
8838 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8839 of class declarations, bug292. Reported by Kevin Heilman.
8840 (verilog-read-decls): Fix 'parameter type' not appearing in
8841 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8842 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8843 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8844 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8845 Reported by David Kravitz.
8846
8847 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8848
8849 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8850 assignment with tests in ifs and for loops.
8851 (verilog-extended-complete-re, verilog-complete-reg): Change so
8852 that DPI inport functions don't look like fuction declarations.
8853 (verilog-pretty-expr): Don't line up assignment
8854 operations to the test and increment in if and for loops
8855 (verilog-extended-complete-re, verilog-complete-reg): Change so
8856 that DPI inport functions don't look like fuction declarations.
8857
8858 2012-05-03 Kenichi Handa <handa@m17n.org>
8859
8860 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8861 decoding, and show a warning message without signaling an error
8862 (Bug#11282).
8863
8864 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8865
8866 * emacs-lisp/bytecomp.el
8867 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8868 since cconv.el might have introduced :fun-body, internal-make-closure,
8869 and friends for bytecomp to handle (bug#11391).
8870 * custom.el (defcustom): Avoid ((λ ..) ..).
8871
8872 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8873
8874 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8875
8876 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8877
8878 * notifications.el (dbus-debug):
8879 * term/linux.el (gpm-mouse-enable):
8880 * term/screen.el (xterm-register-default-colors): Declare.
8881
8882 2012-05-02 Chong Yidong <cyd@gnu.org>
8883
8884 * cus-start.el (gc-cons-percentage, exec-suffixes)
8885 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8886 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8887 (make-cursor-line-fully-visible, void-text-area-pointer)
8888 (font-list-limit): Add customization data.
8889
8890 * allout.el (allout-exposure-change-functions)
8891 (allout-structure-added-functions)
8892 (allout-structure-deleted-functions)
8893 (allout-structure-shifted-functions): Rename abnormal hooks from
8894 *-hook, and convert to defcustoms.
8895 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8896 Convert to defcustoms.
8897 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8898
8899 * allout-widgets.el: Hook callers changed.
8900
8901 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8902
8903 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8904 the yanked message in preference to the default value of
8905 buffer-file-coding-system.
8906
8907 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8908
8909 * window.el (display-buffer--action-function-custom-type):
8910 Fix entry.
8911
8912 2012-05-02 Alan Mackenzie <acm@muc.de>
8913
8914 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8915
8916 2012-05-01 Glenn Morris <rgm@gnu.org>
8917
8918 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8919
8920 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8921
8922 * cus-edit.el (custom-variable-documentation): Simplify with format.
8923
8924 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8925 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 * simple.el (suggest-key-bindings, execute-extended-command):
8928 Move from keyboard.c.
8929
8930 2012-05-01 Chong Yidong <cyd@gnu.org>
8931
8932 * follow.el: Eliminate advice.
8933 (set-process-filter, process-filter, sit-for): Advice deleted.
8934 (follow-mode-off-hook): Obsolete hook removed.
8935 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8936 Vars deleted.
8937 (follow-auto): Use a :set function.
8938 (follow-mode): Rewritten. Don't advise process filters.
8939 (follow-switch-to-current-buffer-all, follow-scroll-up)
8940 (follow-scroll-down): Assume follow-mode is bound.
8941 (follow-comint-scroll-to-bottom)
8942 (follow-align-compilation-windows): New functions.
8943 (follow--window-sorter): New function.
8944 (follow-all-followers): Use it to explicitly sort windows by their
8945 positions; don't make assumptions about next-window order.
8946 (follow-windows-start-end, follow-delete-other-windows-and-split)
8947 (follow-calc-win-start): Doc fix.
8948 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8949 vertical-motion unnecessarily.
8950 (follow-adjust-window): New function.
8951 (follow-post-command-hook): Use it.
8952 (follow-call-set-process-filter, follow-call-process-filter)
8953 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8954 (follow-stop-intercept-process-output, follow-generic-filter):
8955 Functions deleted.
8956 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8957 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8958 New functions, replacing advice on scroll-bar-* commands.
8959 (follow-mwheel-scroll): New function (Bug#4112).
8960
8961 * comint.el (comint-adjust-point): New function.
8962 (comint-postoutput-scroll-to-bottom): Use it.
8963 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8964
8965 2012-05-01 Glenn Morris <rgm@gnu.org>
8966
8967 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8968 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8969 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8970 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8971 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8972 Remove no-byte-compile setting.
8973
8974 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8977 all-completions code to not return a number in the last cdr.
8978
8979 2012-04-30 Leo Liu <sdl.web@gmail.com>
8980
8981 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8982 read-only error.
8983
8984 2012-04-29 Chong Yidong <cyd@gnu.org>
8985
8986 * follow.el (follow-calc-win-end): Rewrite to handle partial
8987 screen lines correctly (Bug#8390).
8988 (follow-avoid-tail-recenter): Minor cleanup.
8989
8990 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 Avoid the obsolete `assoc' package.
8993 * speedbar.el (speedbar-refresh): Avoid adelete.
8994 (speedbar-file-lists): Simplify and avoid aput.
8995 * man.el (Man--sections, Man--refpages): New vars, replacing
8996 Man-sections-alist and Man-refpages-alist.
8997 (Man-build-section-alist, Man-build-references-alist):
8998 Use them; avoid aput.
8999 (Man--last-section, Man--last-refpage): New vars.
9000 (Man-follow-manual-reference): Use them.
9001 Use the `default' arg of completing-read.
9002 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
9003
9004 2012-04-27 Chong Yidong <cyd@gnu.org>
9005
9006 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
9007
9008 * startup.el (x-apply-session-resources): New function.
9009
9010 * term/ns-win.el (ns-initialize-window-system):
9011 * term/w32-win.el (w32-initialize-window-system):
9012 * term/x-win.el (x-initialize-window-system): Use it to properly
9013 set menu-bar-mode and other vars from X resources, even if the
9014 initial frame is not a window-system frame (Bug#2299).
9015
9016 * subr.el (read-key): Avoid running filter function when setting
9017 up temporary tool bar entries (Bug#9922).
9018
9019 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
9020
9021 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
9022 (Bug#11344)
9023
9024 2012-04-27 Chong Yidong <cyd@gnu.org>
9025
9026 * select.el (xselect--encode-string): New function, split from
9027 xselect-convert-to-string.
9028 (xselect-convert-to-string): Use it.
9029 (xselect-convert-to-filename, xselect-convert-to-os)
9030 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
9031 returned strings are properly encoded (Bug#11315).
9032
9033 2012-04-27 Chong Yidong <cyd@gnu.org>
9034
9035 * simple.el (delete-active-region): Move to killing custom group.
9036
9037 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
9038
9039 * progmodes/which-func.el (which-func-current): Quote %
9040 characters for mode-line processing.
9041
9042 2012-04-27 Chong Yidong <cyd@gnu.org>
9043
9044 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
9045 reaching eob (Bug#11286).
9046
9047 2012-04-27 Eli Zaretskii <eliz@gnu.org>
9048
9049 * progmodes/gdb-mi.el (gdb-control-level): New variable.
9050 (gdb): Make it buffer-local and init to zero.
9051 (gdb-control-commands-regexp): New variable.
9052 (gdb-send): Don't wrap in "-interpreter-exec console" if
9053 gdb-control-level is positive. Increment gdb-control-level
9054 whenever the command matches gdb-control-commands-regexp, and
9055 decrement it each time the command is "end". (Bug#11279)
9056
9057 2012-04-27 Martin Rudalics <rudalics@gmx.at>
9058
9059 * window.el (adjust-window-trailing-edge, enlarge-window)
9060 (shrink-window, window-resize):
9061 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
9062 windows (Bug#11276).
9063
9064 2012-04-27 Chong Yidong <cyd@gnu.org>
9065
9066 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
9067 fix "missing prefix" warning. All callers changed.
9068
9069 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * emacs-lisp/assoc.el: Move to obsolete/.
9072
9073 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
9076
9077 * term/ns-win.el (ns-define-service):
9078 * progmodes/pascal.el (pascal-goto-defun):
9079 * progmodes/js.el (js--read-tab):
9080 * progmodes/etags.el (tags-lazy-completion-table):
9081 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
9082 * emacs-lisp/ewoc.el (ewoc--wrap):
9083 * emacs-lisp/assoc.el (aput, adelete, amake):
9084 * doc-view.el (doc-view-convert-current-doc):
9085 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
9086
9087 2012-04-26 Chong Yidong <cyd@gnu.org>
9088
9089 * image.el (image-type-from-buffer): Only return supported image
9090 type (Bug#9045).
9091
9092 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
9093 value, for symmetry with diff-end-of-hunk.
9094 (diff-split-hunk, diff-find-source-location)
9095 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
9096 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
9097 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
9098 compute the relevant hunk or file properly (Bug#6005).
9099 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
9100
9101 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * vc/vc-mtn.el:
9104 * vc/vc-hg.el:
9105 * vc/vc-git.el:
9106 * vc/vc-dir.el:
9107 * vc/vc-cvs.el:
9108 * vc/vc-bzr.el:
9109 * vc/vc-arch.el:
9110 * vc/vc.el: Replace lexical-let by lexical-binding.
9111 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
9112 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
9113 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
9114
9115 2012-04-26 Chong Yidong <cyd@gnu.org>
9116
9117 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
9118 (diff-mode-shared-map): Bind it to / and [remap undo].
9119
9120 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
9121 (ediff-window-setup-function): Use it as the default, to set up
9122 windows based on whether the current frame is graphical (Bug#2138).
9123 (ediff-choose-window-setup-function-automatically): Make obsolete.
9124
9125 * vc/ediff-init.el: Always define ediff-pixel-width/height.
9126
9127 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * ffap.el: Remove old code for obsolete package.
9130 (ffap-complete-as-file-p): Remove.
9131
9132 Use completion-table-with-quoting for comint and pcomplete.
9133 * comint.el (comint--unquote&requote-argument)
9134 (comint--unquote-argument, comint--requote-argument): New functions.
9135 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
9136 (comint-quote-filename): Use regexp-opt-charset.
9137 (comint--common-suffix, comint--common-quoted-suffix)
9138 (comint--table-subvert): Remove.
9139 (comint-unquote-function, comint-requote-function): New vars.
9140 (comint--complete-file-name-data): Use them with
9141 completion-table-with-quoting.
9142 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
9143 * pcomplete.el (pcomplete-arg-quote-list)
9144 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
9145 (pcomplete-unquote-argument-function): Default to non-nil.
9146 (pcomplete-unquote-argument): Simplify.
9147 (pcomplete--common-quoted-suffix): Remove.
9148 (pcomplete-requote-argument-function): New var.
9149 (pcomplete--common-suffix): New function.
9150 (pcomplete-completions-at-point): Use completion-table-with-quoting
9151 and completion-table-subvert.
9152
9153 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
9154 (minibuffer--double-dollars): Preserve properties.
9155 (completion--sifn-requote): New function.
9156 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
9157
9158 * minibuffer.el: Add support for completion of quoted/escaped data.
9159 (completion-table-with-quoting, completion-table-subvert): New funs.
9160 (completion--twq-try, completion--twq-all): New functions.
9161 (completion--nth-completion): New function.
9162 (completion-try-completion, completion-all-completions): Use it.
9163
9164 2012-04-25 Leo Liu <sdl.web@gmail.com>
9165
9166 * progmodes/python.el (python-pdbtrack-get-source-buffer):
9167 Use compilation-message if available to find real filename.
9168
9169 2012-04-25 Chong Yidong <cyd@gnu.org>
9170
9171 * vc/diff-mode.el (diff-setup-whitespace): New function.
9172 (diff-mode): Use it.
9173
9174 * vc/diff.el (diff-sentinel):
9175 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
9176 Whitespace mode variables based on diff style (Bug#8612).
9177
9178 2012-04-25 Leo Liu <sdl.web@gmail.com>
9179
9180 * progmodes/python.el (python-send-region): Add suffix .py to the
9181 temp file.
9182
9183 * files.el (auto-mode-alist): Use javascript-mode instead.
9184
9185 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
9186
9187 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
9188
9189 * net/soap-client.el (soap-resolve-references-for-sequence-type)
9190 (soap-resolve-references-for-array-type): Hack to prevent self
9191 references, see Bug#9.
9192 (soap-parse-envelope): Report the contents of the 'detail' node
9193 when receiving a fault reply.
9194 (soap-parse-envelope): Report the contents of the entire 'detail' node.
9195
9196 * net/soap-inspect.el (soap-sample-value-for-simple-type)
9197 (soap-inspect-simple-type): New function.
9198
9199 * net/soap-client.el (soap-simple-type): New struct.
9200 (soap-default-xsd-types, soap-default-soapenc-types)
9201 (soap-decode-basic-type, soap-encode-basic-type):
9202 support unsignedInt and double basic types.
9203 (soap-resolve-references-for-simple-type)
9204 (soap-parse-simple-type, soap-encode-simple-type): New function.
9205 (soap-parse-schema): Parse xsd:simpleType declarations.
9206
9207 * net/soap-client.el (soap-default-xsd-types)
9208 (soap-default-soapenc-types): Add integer, byte and anyURI types.
9209 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
9210 the local name of "soapenc:Array".
9211 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
9212 decoding integer, byte and anyURI xsd types.
9213
9214 2012-04-25 Chong Yidong <cyd@gnu.org>
9215
9216 * cus-edit.el (custom-buffer-create-internal): Update header text.
9217
9218 2012-04-25 Eli Zaretskii <eliz@gnu.org>
9219
9220 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
9221 settings on 'system-type', not on 'window-system'. On MS-Windows,
9222 set interactive-mode on in GDB.
9223
9224 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9225
9226 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
9227 (ruby-syntax-propertize-regexp): Remove.
9228 (ruby-syntax-propertize-function): Split regexp into chunks.
9229 Match following code directly.
9230
9231 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
9232
9233 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
9234 (ruby-syntax-propertize-regexp): New function.
9235 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
9236 by a special keyword.
9237
9238 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
9239 (ruby-syntax-general-delimiters-goto-beg)
9240 (ruby-syntax-propertize-general-delimiters): New functions.
9241 (ruby-syntax-propertize-function): Use them to handle GDL.
9242 (ruby-font-lock-keywords): Move old handling of GDL...
9243 (ruby-font-lock-syntactic-keywords): .. to here.
9244 (ruby-calculate-indent): Adjust indentation for GDL.
9245
9246 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
9247
9248 * notifications.el (top): Remove unneeded declarations.
9249 (notifications-specification-version): Change to "1.2".
9250 (notifications-interface, notifications-notify-method)
9251 (notifications-close-notification-method): Fix docstring.
9252 (notifications-get-capabilities-method): New defconst.
9253 (notifications-notify): Add :action-items, :resident and
9254 :transient hints. Change "image_data" to "image-data" and
9255 "image_path" to "image-path".
9256 (notifications-get-capabilities): New defun.
9257
9258 2012-04-24 Leo Liu <sdl.web@gmail.com>
9259
9260 * progmodes/python.el: Move hideshow setup to the end.
9261
9262 2012-04-24 Martin Rudalics <rudalics@gmx.at>
9263
9264 * window.el (handle-select-window): Clear echo area since this is
9265 no more done by read_char (Bug#11304).
9266
9267 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9268
9269 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
9270 and `/ M' to filter-derived-mode.
9271 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
9272 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9273 (ibuffer-mark-by-mode): Use default rather than initial-input.
9274 (ibuffer-filter-by-derived-mode): Autoload and require-match.
9275
9276 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
9277
9278 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
9279 (ibuffer-filter-by-derived-mode): New filter.
9280 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
9281
9282 2012-04-23 Andreas Politz <politza@fh-trier.de>
9283
9284 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
9285
9286 2012-04-23 Chong Yidong <cyd@gnu.org>
9287
9288 * cus-edit.el (customize-apropos, customize-apropos-options):
9289 Disable matching of non-option variables (Bug#11176).
9290 (customize-option, customize-option-other-window)
9291 (customize-changed-options): Doc fix.
9292 (customize-apropos-options, customize-apropos-faces)
9293 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
9294
9295 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
9296 Fix word list splitting (Bug#11132).
9297 (apropos-symbol, apropos-keybinding, apropos-label)
9298 (apropos-property, apropos-function-button)
9299 (apropos-variable-button, apropos-misc-button): New faces.
9300 (apropos-symbol-face, apropos-keybinding-face)
9301 (apropos-label-face, apropos-property-face, apropos-match-face):
9302 Variables removed (Bug#8396).
9303 (apropos-library-button, apropos-format-plist, apropos-print)
9304 (apropos-print-doc, apropos-describe-plist): Callers changed.
9305
9306 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
9307
9308 * net/xesam.el (xesam-mode-map): Use let-bound map in
9309 initialization. (Bug#11292)
9310
9311 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9312
9313 Preserve ispell session localwords when switching back to
9314 original buffer.
9315
9316 * textmodes/ispell.el (ispell-buffer-session-localwords):
9317 New buffer-local variable to hold buffer session localwords.
9318 (ispell-kill-ispell): Add option 'clear to delete session
9319 localwords.
9320 (ispell-command-loop, ispell-change-dictionary)
9321 (ispell-buffer-local-words): Preserve session localwords when
9322 needed.
9323
9324 * textmodes/flyspell.el (flyspell-process-localwords)
9325 (flyspell-do-correct): Preserve session localwords when needed.
9326
9327 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9328
9329 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
9330 using obsolete `translation-table-for-input'.
9331 (ispell-word, ispell-process-line, ispell-complete-word):
9332 Use plain `insert' instead of removed `ispell-insert-word'.
9333
9334 2012-04-22 Chong Yidong <cyd@gnu.org>
9335
9336 * cus-edit.el (custom-variable-menu)
9337 (custom-variable-reset-saved, custom-face-menu)
9338 (custom-face-reset-saved): If there is no saved value, make the
9339 "reset-saved" operation bring back the default (Bug#9509).
9340 (custom-face-state): Properly detect themed faces.
9341
9342 * faces.el (face-spec-set): Stop supporting deprecated form of
9343 third arg.
9344
9345 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
9346
9347 Move functions from C to Lisp. Make non-blocking method calls
9348 the default. Implement further D-Bus standard interfaces.
9349
9350 * net/dbus.el (dbus-message-internal): Declare function.
9351 Remove unneeded function declarations.
9352 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
9353 (dbus-message-type-method-return, dbus-message-type-error)
9354 (dbus-message-type-signal): Declare variables. Remove local
9355 definitions.
9356 (dbus-interface-dbus, dbus-interface-peer)
9357 (dbus-interface-introspectable, dbus-interface-properties)
9358 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
9359 Adapt docstring.
9360 (dbus-interface-objectmanager): New defconst.
9361 (dbus-call-method, dbus-call-method-asynchronously)
9362 (dbus-send-signal, dbus-method-return-internal)
9363 (dbus-method-error-internal, dbus-register-service)
9364 (dbus-register-signal, dbus-register-method): New defuns, moved
9365 from dbusbind.c
9366 (dbus-call-method-handler, dbus-setenv)
9367 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
9368 New defuns.
9369 (dbus-call-method-non-blocking): Make it an obsolete function.
9370 (dbus-unregister-object, dbus-unregister-service)
9371 (dbus-handle-event, dbus-register-property)
9372 (dbus-property-handler): Obey the new structure of
9373 `bus-registered-objects'.
9374 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
9375 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9376 Use `dbus-call-method'.
9377
9378 2012-04-22 Chong Yidong <cyd@gnu.org>
9379
9380 * cus-edit.el (custom-commands, custom-reset-menu)
9381 (Custom-reset-standard): Tweak labels.
9382 (custom-reset-button-menu): Change default to t.
9383 (custom-buffer-create-internal): For the custom-reset-button-menu
9384 case, put the revert button first.
9385 (custom-group-subtitle): New face.
9386 (custom-group-value-create): Align docstring to a specific column.
9387
9388 * wid-edit.el (widget-documentation-link-add): Don't handle
9389 indentation in this function.
9390 (widget-documentation-string-indent-to): New function.
9391 (widget-documentation-string-value-create): Use it.
9392
9393 * autorevert.el (auto-revert):
9394 * epg-config.el (epg):
9395 * ibuffer.el (ibuffer):
9396 * mpc.el (mpc):
9397 * ses.el (ses):
9398 * eshell/eshell.el (eshell):
9399 * net/ange-ftp.el (ange-ftp):
9400 * progmodes/ebnf2ps.el (postscript):
9401 * progmodes/flymake.el (flymake):
9402 * progmodes/prolog.el (prolog):
9403 * progmodes/verilog-mode.el (verilog-mode):
9404 * progmodes/which-func.el (which-func):
9405 * term/xterm.el (xterm):
9406 * textmodes/picture.el (picture):
9407 * textmodes/tildify.el (tildify):
9408 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
9409 customization buffers.
9410
9411 2012-04-22 Alan Mackenzie <acm@muc.de>
9412
9413 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
9414 Adding a ) can hide the resulting (..) from searches. Fix it.
9415 Bound the backward search to the position of the existing (.
9416
9417 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
9418
9419 * progmodes/verilog-mode.el (verilog-mode): Check whether
9420 which-func-modes is t before adding verilog-mode.
9421 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
9422
9423 2012-04-21 Leo Liu <sdl.web@gmail.com>
9424
9425 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
9426
9427 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
9428
9429 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
9430 filling of the last column of a table (Bug#5635).
9431 (woman-find-next-control-line): New arg, specifying an additional
9432 regexp component for the control line.
9433 (woman2-roff-buffer): Use it.
9434 (woman-break-table): New function.
9435 (woman2-TS): Use it.
9436
9437 2012-04-21 Chong Yidong <cyd@gnu.org>
9438
9439 * woman.el (woman-set-buffer-display-table, woman-decode-region)
9440 (woman-horizontal-escapes, woman-negative-vertical-space)
9441 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
9442 (WoMan-warn-ignored): Use ?\s instead of ?\ .
9443
9444 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * minibuffer.el (completion-file-name-table): Complete user names.
9447
9448 2012-04-20 Leo Liu <sdl.web@gmail.com>
9449
9450 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
9451 and pcase-let*.
9452
9453 2012-04-20 Chong Yidong <cyd@gnu.org>
9454
9455 * server.el (server-execute): Respect initial-buffer-choice if it
9456 is a string and there are no files to open (Bug#2825).
9457 (server-create-window-system-frame, server-create-tty-frame):
9458 Don't switch buffers here.
9459 (server-process-filter): Only try to open a window system frame if
9460 compiled with graphical support (Bug#8314).
9461
9462 2012-04-20 Dan Nicolaescu <dann@gnu.org>
9463
9464 * battery.el (battery-echo-area-format): Display remaining time
9465 for sysfs backend too (Bug#11269).
9466 (battery-linux-sysfs): Fix conditional for the charge.
9467
9468 2012-04-20 Chong Yidong <cyd@gnu.org>
9469
9470 * progmodes/gdb-mi.el (gdb): Revert previous change.
9471 (gdb-inferior-io--init-proc): New function.
9472 (gdb-init-1): Use it.
9473 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9474 responsible for allocating a new pty and hooking it to gdb when
9475 the old pty gets an EIO due to process exit.
9476 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
9477 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9478 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9479
9480 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9481
9482 * window.el (window-min-size, window-sizable, window-min-delta)
9483 (window-max-delta, window--resizable, window-resizable)
9484 (window-total-size, window-full-height-p, window-full-width-p)
9485 (window-in-direction, window--resize-mini-window, window-resize)
9486 (window--resize-child-windows-normal)
9487 (window--resize-child-windows, window--resize-siblings)
9488 (window--resize-this-window, adjust-window-trailing-edge)
9489 (enlarge-window, shrink-window): Doc fixes.
9490
9491 2012-04-20 Chong Yidong <cyd@gnu.org>
9492
9493 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9494 New function to call delete-process on the gdb-inferior buffer's pty.
9495 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9496 pty process (Bug#11273).
9497 (gdb-update): New arg to suppress talking to the gdb process.
9498 (gdb-done-or-error): Use it.
9499 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9500 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9501 sentinel not being called.
9502
9503 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9504
9505 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9506
9507 2012-04-20 Glenn Morris <rgm@gnu.org>
9508
9509 * net/network-stream.el (open-network-stream): Doc fix.
9510
9511 2012-04-20 Chong Yidong <cyd@gnu.org>
9512
9513 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9514
9515 2012-04-20 Alan Mackenzie <acm@muc.de>
9516
9517 Ensure searching for keywords is case sensitive.
9518
9519 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9520 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9521 (c-defun-name, c-mark-function, c-cpp-define-name)
9522 (c-comment-indent, c-scan-conditionals, c-indent-defun)
9523 (c-context-line-break): Bind case-fold-search to nil.
9524
9525 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9526 Bind case-fold-search to nil.
9527
9528 2012-04-20 Chong Yidong <cyd@gnu.org>
9529
9530 * mail/sendmail.el (mail-bury): Call return action with the right
9531 Rmail buffer (Bug#11242).
9532
9533 * server.el (server-process-filter): Handle corner case where both
9534 tty and nowait options are present (Bug#11102).
9535
9536 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9537
9538 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
9539 (top level): Put into the executable the ident-style '$Id:' tag on
9540 windows-nt as well.
9541
9542 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * electric.el (electric-indent-post-self-insert-function): Check that
9545 electric-indent-mode is enabled in current buffer.
9546
9547 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9548
9549 * imenu.el (imenu-progress-message): Restore; it is "used" in
9550 erc/erc-imenu.el and net/snmp-mode.el.
9551
9552 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9553
9554 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9555 (mouse-avoidance-nudge-mouse): Remove unused binding.
9556
9557 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9558
9559 * descr-text.el (describe-char):
9560 * progmodes/python.el (python-describe-symbol):
9561 Don't call `toggle-read-only', set `buffer-read-only'.
9562
9563 * imenu.el (imenu-default-goto-function): Mark unused args.
9564 (imenu-progress-message): Remove obsolete macro; all callers changed.
9565
9566 * subr.el (keymap-canonicalize): Remove unused binding.
9567 (read-passwd): Mark unused arg.
9568
9569 * tutorial.el (tutorial--display-changes): Remove unused binding.
9570 (tutorial--save-tutorial-to): Remove unused variable.
9571
9572 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9573 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9574 (package-generate-autoloads, package-menu--generate)
9575 (package-menu--find-upgrades): Remove unused bindings.
9576
9577 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9578 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9579 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9580 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9581 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9582 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9583 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9584 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9585 (cua-delete-char-rectangle): Mark unused args.
9586 (cua-align-rectangle): Remove unused binding.
9587
9588 * mail/rmail.el (compilation--message->loc)
9589 (epa--find-coding-system-for-mime-charset): Declare.
9590
9591 * net/dbus.el (dbus-register-service): Declare.
9592 (dbus-name-owner-changed-handler): Remove unused binding.
9593
9594 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9595 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9596 (nxml-scan-backward-within): Mark unused arg.
9597 (nxml-dynamic-markup-word): Remove unused binding.
9598
9599 * mouse.el (mouse-menu-major-mode-map):
9600 * emacs-lisp/authors.el (authors-scan-change-log)
9601 (authors-add-to-author-list):
9602 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9603 * emacs-lisp/smie.el (smie-auto-fill):
9604 * mail/sendmail.el (mail-bury):
9605 * mail/unrmail.el (unrmail):
9606 * net/tls.el (open-tls-stream):
9607 * textmodes/picture.el (picture-mouse-set-point):
9608 Remove unused bindings.
9609
9610 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
9611
9612 * net/tramp.el (tramp-action-password): Let-bind
9613 `enable-recursive-minibuffers' to t.
9614
9615 2012-04-18 Sam Steingold <sds@gnu.org>
9616
9617 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9618 instead of 'string to accommodate values like [f11].
9619 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9620 * progmodes/gdb-mi.el: Likewise.
9621
9622 2012-04-18 Leo Liu <sdl.web@gmail.com>
9623
9624 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9625 current buffer.
9626 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9627 LOCAL is nil.
9628
9629 2012-04-18 Chong Yidong <cyd@gnu.org>
9630
9631 * simple.el (line-move): Use forward-line if in batch mode
9632 (Bug#11053).
9633
9634 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9635
9636 * files.el (after-find-file): Do not try to add a final newline if
9637 the buffer is read-only (Bug#11156).
9638
9639 2012-04-17 Richard Stallman <rms@gnu.org>
9640
9641 * mail/rmail.el (rmail-start-mail):
9642 Pass (rmail-mail-return...) for the return-action.
9643 Pass (rmail-yank-current-message...) for the yank-action.
9644 (rmail-yank-current-message): New function.
9645 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9646 (rmail-reply): Likewise.
9647 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9648
9649 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9650 buffer, not the last. Reject temp buffers. Use the rmail-mode
9651 buffer, not newbuf.
9652
9653 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
9654
9655 * server.el (server-ensure-safe-dir): Simplify.
9656
9657 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * emacs-lisp/smie.el: Provide smarter auto-filling.
9660 (smie-auto-fill): New function.
9661 (smie-setup): Use it.
9662
9663 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9664
9665 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
9666
9667 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9668 (comment-indent): Use it.
9669
9670 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9671
9672 * ses.el: The overall change is to add cell renaming, that is
9673 setting fancy names for cell symbols other than name matching
9674 "\\`[A-Z]+[0-9]+\\'" regexp .
9675 (ses-localvars): Add ses--renamed-cell-symb-list.
9676 (ses-create-cell-variable): New defun.
9677 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9678 (ses-relocate-formula): Relocate formulas only for cells the
9679 symbols of which are not renamed, i.e. symbols whose names do not
9680 match regexp "\\`[A-Z]+[0-9]+\\'".
9681 (ses-relocate-all): Relocate values only for cells the symbols of
9682 which are not renamed.
9683 (ses-load): Create cells variables as the (ses-cell ...) are read,
9684 in order to check row col consistency with cell symbol name only
9685 for cells that are not renamed.
9686 (ses-replace-name-in-formula): New defun.
9687 (ses-rename-cell): New defun.
9688
9689 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9690
9691 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9692 New option (bug#11118).
9693 (perl-calculate-indent): Respect it.
9694
9695 2012-04-17 Glenn Morris <rgm@gnu.org>
9696
9697 * dired-aux.el (dired-mark-read-string): Doc fix.
9698
9699 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9700
9701 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9702 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9703
9704 2012-04-17 Glenn Morris <rgm@gnu.org>
9705
9706 * mouse.el (mouse-drag-track):
9707 * speedbar.el (speedbar-frame-mode):
9708 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9709
9710 2012-04-16 Leo Liu <sdl.web@gmail.com>
9711
9712 * progmodes/python.el: Trivial cleanup.
9713
9714 2012-04-16 Glenn Morris <rgm@gnu.org>
9715
9716 * vc/vc.el (vc-string-prefix-p):
9717 * vc/pcvs-util.el (cvs-string-prefix-p):
9718 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9719 * mpc.el (mpc-string-prefix-p):
9720 Make all of these into obsolete aliases for string-prefix-p.
9721 Update callers.
9722 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9723
9724 * textmodes/two-column.el: Move custom options to the start.
9725 (frame-width): Remove compat definition.
9726 (2C-associate-buffer, 2C-dissociate):
9727 Use with-current-buffer rather than save-excursion.
9728 (2C-dissociate): Force a mode-line update.
9729 (2C-autoscroll): Use ignore-errors.
9730
9731 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9732 Autoload trivia.
9733
9734 * emacs-lisp/cl-extra.el (*random-state*):
9735 Remove unnecessary declaration.
9736
9737 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9738
9739 * play/cookie1.el (cookie-snarf):
9740 Give an explicit error if input file cannot be read.
9741
9742 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9743
9744 * progmodes/perl-mode.el (c-macro-expand):
9745 Remove unnecessary autoload (it is in loaddefs.el).
9746
9747 * textmodes/picture.el (picture-desired-column)
9748 (picture-update-desired-column): Convert comments to doc-strings.
9749 (picture-substitute): Remove function.
9750 (picture-mode-map): Initialize in the defvar.
9751
9752 * woman.el: Remove eval-after-load for tar-mode.
9753 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9754 (woman-tar-extract-file): Autoload it.
9755
9756 * frame.el (automatic-hscrolling): Make this alias obsolete.
9757
9758 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9759
9760 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9761 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9762 (ispell-dictionary-base-alist): Revert to original XEmacs
9763 friendly version for default. [:alpha:] will be added in
9764 `ispell-set-spellchecker-params' if needed.
9765
9766 2012-04-16 Chong Yidong <cyd@gnu.org>
9767
9768 * image.el (imagemagick--file-regexp): New variable.
9769 (imagemagick-register-types): Use it.
9770 (imagemagick-types-inhibit): Add :set function. Allow new value
9771 of t to inhibit all types.
9772
9773 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9774 so we can preload it.
9775
9776 * loadup.el (fboundp): Preload regexp-opt, needed by
9777 imagemagick-register-types.
9778
9779 2012-04-15 Chong Yidong <cyd@gnu.org>
9780
9781 * frame.el (scrolling): Remove nearly unused customization group.
9782
9783 * scroll-all.el (scroll-all-mode): Move to windows group.
9784
9785 2012-04-15 Chong Yidong <cyd@gnu.org>
9786
9787 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9788
9789 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9792 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9793
9794 2012-04-15 Glenn Morris <rgm@gnu.org>
9795
9796 * simple.el (process-file-side-effects): Doc fix.
9797
9798 2012-04-15 Glenn Morris <rgm@gnu.org>
9799
9800 * international/mule-cmds.el (set-language-environment): Doc fix.
9801
9802 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9803
9804 * server.el (server-auth-key, server-generate-key): Doc fixes.
9805 (server-get-auth-key): Doc fix. Use `string-match-p'.
9806 (server-start): Reflow docstring.
9807
9808 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9809
9810 * server.el (server-generate-key): `called-interactively-p'
9811 requires a parameter.
9812
9813 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9814
9815 * server.el (server-auth-key): New variable.
9816 (server-generate-key, server-get-auth-key): New function.
9817 (server-start): Use the new variable and functions to allow
9818 setting a permanent server key (bug#9423).
9819
9820 2012-04-14 Leo Liu <sdl.web@gmail.com>
9821
9822 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9823
9824 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9825
9826 Spelling fixes.
9827 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9828 Emacs uses American spelling.
9829
9830 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9831
9832 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9833 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9834 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9835 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9836
9837 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9838
9839 * progmodes/which-func.el (which-func-modes): Change default.
9840
9841 2012-04-14 Kim F. Storm <storm@cua.dk>
9842
9843 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9844 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9845
9846 2012-04-14 Chong Yidong <cyd@gnu.org>
9847
9848 * custom.el (custom-theme-set-variables): Doc fix.
9849
9850 2012-04-14 Glenn Morris <rgm@gnu.org>
9851
9852 * international/mule.el (set-auto-coding-for-load): Doc fix.
9853
9854 2012-04-14 Alan Mackenzie <acm@muc.de>
9855
9856 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9857 imenu work again for Objective C Mode. Correct the *-index values,
9858 these having been disturbed by a previous change in 2011-08.
9859
9860 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9861 Correct two search limits.
9862
9863 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9866
9867 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9868
9869 * international/characters.el: Fix sorting.
9870
9871 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9872
9873 * international/characters.el: Add more missing Latin case pairs.
9874
9875 2012-04-14 Glenn Morris <rgm@gnu.org>
9876
9877 * files.el (dir-locals-set-class-variables): Doc fix.
9878
9879 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9880
9881 * international/characters.el: Add set-case-syntax-pair call for
9882 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9883 counterpart. (Bug#11209)
9884
9885 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9886
9887 2012-04-14 Glenn Morris <rgm@gnu.org>
9888
9889 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9890
9891 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9892
9893 * textmodes/ispell.el (ispell-dictionary-base-alist):
9894 Add data for Hebrew.
9895
9896 2012-04-14 Chong Yidong <cyd@gnu.org>
9897
9898 * net/rcirc.el (rcirc-cmd-quit):
9899 Revert 2012-03-18 change (Bug#11192).
9900
9901 2012-04-14 Glenn Morris <rgm@gnu.org>
9902
9903 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9904
9905 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9906
9907 * minibuffer.el (completion-in-region-mode-map):
9908 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9909
9910 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9911
9912 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9913
9914 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9915
9916 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9917 to allow `C-M-f' and `C-M-b' to move to the nearest path
9918 separator (bug#9511).
9919
9920 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9921
9922 * avoid.el: Require cl when compiling. And also move the
9923 `provide' to the end.
9924
9925 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9926
9927 * avoid.el (mouse-avoidance-banish-position): New variable.
9928 (mouse-avoidance-banish-destination): Use it (bug#10165).
9929
9930 2012-04-13 Leo Liu <sdl.web@gmail.com>
9931
9932 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9933
9934 2012-04-13 Ken Brown <kbrown@cornell.edu>
9935
9936 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9937 this is no longer needed now that cygstart understands file:// URLs.
9938 (browse-url-filename-alist): For the same reason, don't modify
9939 file:// URLs on Cygwin.
9940
9941 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9944 the region on shift if the binding is already shifted (bug#11221).
9945
9946 2012-04-12 Glenn Morris <rgm@gnu.org>
9947
9948 * mail/mailpost.el: Move to obsolete/.
9949
9950 2012-04-12 Drew Adams <drew.adams@oracle.com>
9951
9952 * imenu.el (imenu--generic-function): Ignore invisible definitions
9953 (bug#10123).
9954
9955 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9956
9957 * hexl.el (hexl-bits): New variable.
9958 (hexl-options): Mention the variable in the doc string.
9959 (hexl-rulerise, hexl-line-displen): New functions.
9960 (hexl-mode): Mention the new variable.
9961 (hexl-mode, hexl-current-address, hexl-current-address):
9962 Use the displen.
9963 (hexl-ascii-start-column): New function.
9964 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9965 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9966
9967 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9968
9969 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9970 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9971 the encoding, as expected by hunspell.
9972
9973 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9974
9975 * battery.el (battery--linux-sysfs-regexp): New const.
9976 (battery-status-function): Use it. Remove yeeloong special case.
9977 (battery-yeeloong-sysfs): Remove.
9978 (battery-echo-area-format): Remove yeeloong special case.
9979
9980 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9981
9982 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9983 Reported by Noah Friedman.
9984
9985 * subr.el (read-passwd): Use read-string.
9986
9987 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9988
9989 * vcursor.el (vcursor-move): Increase the priority of the overlay
9990 (bug#9663).
9991
9992 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9993
9994 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9995 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9996
9997 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9998
9999 * textmodes/artist.el (artist-mode): Convert artist-mode to use
10000 define-minor-mode (bug#10760).
10001
10002 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10003
10004 * progmodes/grep.el (rgrep): Tweak the find command line so
10005 that directories matching `grep-find-ignored-files' won't be
10006 pruned (bug#10351).
10007
10008 2012-04-11 Chong Yidong <cyd@gnu.org>
10009
10010 * startup.el (command-line): Remove support for long-obsolete
10011 variable font-lock-face-attributes.
10012
10013 2012-04-11 Glenn Morris <rgm@gnu.org>
10014
10015 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
10016
10017 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * window.el (window--state-get-1): Obey window-point-insertion-type.
10020
10021 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
10022
10023 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
10024 to previous function when point is on the first character of a
10025 function. Take care of that in `narrow-to-defun' (bug#6157).
10026
10027 2012-04-11 Glenn Morris <rgm@gnu.org>
10028
10029 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
10030 not just file-errors.
10031
10032 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
10033 (vc-bzr-sha1): Use internal sha1.
10034
10035 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
10038
10039 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
10040
10041 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
10042 that start in the middle of the line (bug#10496).
10043
10044 2012-04-10 Dan Nicolaescu <dann@gnu.org>
10045
10046 * battery.el (battery-linux-proc-acpi): Only one battery is
10047 discharged at a time, but that seems to confuse battery.el when
10048 computing `rate-type' for the battery not being discharged
10049 (bug#10332).
10050
10051 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
10054
10055 * international/quail.el: Use dolist and simplify.
10056 (quail-define-package, quail-update-keyboard-layout)
10057 (quail-define-rules): Use dolist.
10058 (quail-insert-kbd-layout, quail-get-translation): CSE.
10059
10060 * tmm.el: Use dolist, remove left over hook.
10061 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
10062 Use dolist.
10063 (calendar-load-hook): Don't mess with it.
10064
10065 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
10066 Use derived-mode-p. Run the diff asynchronously.
10067
10068 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10069
10070 * obsolete/mouse-sel.el: Add an Obsolete-since header.
10071
10072 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
10073
10074 * misc.el: Display absolute path of loaded DLLs (bug#10424).
10075 (list-dynamic-libraries--loaded): New function.
10076 (list-dynamic-libraries--refresh): Use it.
10077
10078 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
10079
10080 * progmodes/python.el (python-fill-paragraph):
10081 Make python-fill-region in a multiline string work when font-lock is
10082 disabled (bug#7018).
10083
10084 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
10085
10086 * language/european.el (cp775): Add oem/legacy (en)coding on
10087 DOS/MS Windows for the Baltic languages. There are still plenty
10088 of texts written in this encoding/codepage (bug#6519).
10089
10090 2012-04-10 Glenn Morris <rgm@gnu.org>
10091
10092 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
10093 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
10094
10095 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
10096
10097 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
10098 next-line "n" and previous-line "p" in order to make recentf more
10099 consistent with ibuffer, dired or org-mode (bug#9387).
10100
10101 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10102
10103 * image.el (put-image): Return the overlay created instead of the
10104 optional input string (bug#7834). Note that this may break code
10105 that is (for some reason or other) depending on `put-image'
10106 returning the string.
10107
10108 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
10109
10110 * simple.el (zap-to-char): Allow zapping using input methods
10111 (bug#1580).
10112
10113 * textmodes/fill.el (fill-region): Leave point and mark where they
10114 were before filling (bug#5399).
10115
10116 2012-04-09 Glenn Morris <rgm@gnu.org>
10117
10118 * version.el (emacs-bzr-get-version):
10119 Handle lightweight checkouts of local branches.
10120
10121 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
10122
10123 * international/characters.el: Recover lost case pairs. (Bug#11209)
10124
10125 2012-04-09 Chong Yidong <cyd@gnu.org>
10126
10127 * custom.el (custom-variable-p): Return nil for non-symbol
10128 arguments instead of signaling an error.
10129 (user-variable-p): Obsolete alias for custom-variable-p.
10130
10131 * apropos.el (apropos-variable):
10132 * files-x.el (read-file-local-variable):
10133 * simple.el (set-variable):
10134 * woman.el (woman-mini-help):
10135 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
10136
10137 2012-04-09 Glenn Morris <rgm@gnu.org>
10138
10139 * startup.el (normal-top-level): Don't look for leim-list.el
10140 in places where it will not be found. (Bug#910)
10141
10142 * international/mule-cmds.el (set-default-coding-systems):
10143 * files.el (normal-mode):
10144 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
10145 This function was removed with ucs-tables.el in 2008.
10146
10147 2012-04-08 Eli Zaretskii <eliz@gnu.org>
10148
10149 * textmodes/ispell.el (ispell-check-version): For hunspell, set
10150 ispell-encoding8-command to "-i", without a trailing space.
10151 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
10152 separate command-line arguments, to specify the encoding, since
10153 that's how hunspell expects it.
10154
10155 2012-04-08 Glenn Morris <rgm@gnu.org>
10156
10157 * loadup.el: Load bindings before cus-start.
10158 This reduces somewhat the number of "rogue" settings in emacs -Q.
10159
10160 2012-04-07 Glenn Morris <rgm@gnu.org>
10161
10162 * version.el (emacs-bzr-get-version): New function.
10163 (emacs-bzr-version): New variable.
10164 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
10165 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
10166
10167 2012-04-07 Eli Zaretskii <eliz@gnu.org>
10168
10169 * international/uni-bidi.el, international/uni-category.el:
10170 * international/uni-combining.el, international/uni-decimal.el:
10171 * international/uni-decomposition.el, international/uni-digit.el:
10172 * international/uni-lowercase.el, international/uni-mirrored.el:
10173 * international/uni-name.el, international/uni-numeric.el:
10174 * international/uni-titlecase.el, international/uni-uppercase.el:
10175 Update for Unicode 6.1.
10176
10177 2012-04-07 Eli Zaretskii <eliz@gnu.org>
10178
10179 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
10180
10181 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10182
10183 * window.el (shrink-window): Mention the `window-min-height'
10184 variable in the doc string.
10185
10186 2012-04-05 Bastien Guerry <bzg@altern.org>
10187
10188 * color.el (color-lighten-name): Fix typo.
10189
10190 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * server.el (server--on-display-p): New function.
10193 (server--on-display-p): Use it.
10194
10195 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
10196
10197 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
10198 (bug#11145).
10199
10200 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * comint.el (comint--common-quoted-suffix): Check string boundary
10203 before comparing (bug#11158).
10204 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
10205
10206 2012-04-04 Chong Yidong <cyd@gnu.org>
10207
10208 * minibuffer.el (completion-extra-properties): Doc fix.
10209
10210 * subr.el (delayed-warnings-hook): Doc fix.
10211
10212 2012-04-04 Daiki Ueno <ueno@unixuser.org>
10213
10214 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
10215 selection (Bug#11159).
10216 (epa-insert-keys): Inform that the default public key will be
10217 exported if no key is selected.
10218
10219 2012-04-04 Richard Stallman <rms@gnu.org>
10220
10221 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
10222
10223 2012-04-03 Chong Yidong <cyd@gnu.org>
10224
10225 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
10226 mail-insert-file, not its obsolete alias mail-attach-file.
10227
10228 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
10229
10230 * notifications.el (notifications-notify): Fix docstring.
10231
10232 2012-04-02 Glenn Morris <rgm@gnu.org>
10233
10234 * emacs-lisp/authors.el (authors-aliases): Another addition.
10235
10236 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
10237
10238 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
10239 `tramp-compat-call-process' instead of `tramp-local-call-process'.
10240 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
10241
10242 2012-04-01 Chong Yidong <cyd@gnu.org>
10243
10244 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
10245 Handle root directory properly.
10246 (copy-directory): Caller changed.
10247
10248 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10249 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
10250
10251 2012-03-31 Glenn Morris <rgm@gnu.org>
10252
10253 * term/xterm.el (xterm-extra-capabilities): Doc fix.
10254
10255 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
10256
10257 * calendar/calendar.el (calendar-window-list)
10258 (calendar-hide-window): Restore. (Bug#11140)
10259 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
10260
10261 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
10262
10263 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10264
10265 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10266 Check if file is a symlink (Bug#10489).
10267
10268 * files.el (copy-directory): Likewise.
10269
10270 2012-03-30 Chong Yidong <cyd@gnu.org>
10271
10272 * image.el (imagemagick-types-inhibit)
10273 (imagemagick-register-types): Doc fix.
10274
10275 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10276
10277 * textmodes/ispell.el (ispell-get-extended-character-mode):
10278 Disable extended-char-mode for hunspell. hunspell does not support it
10279 and treats ~word as ordinary words in pipe mode.
10280
10281 2012-03-30 Glenn Morris <rgm@gnu.org>
10282
10283 * tutorial.el (help-with-tutorial): Ensure local variables don't
10284 happen to make the buffer read-only. (Bug#11127)
10285
10286 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
10289 (perl-calculate-indent): Return `noindent' in strings.
10290
10291 2012-03-28 Sam Steingold <sds@gnu.org>
10292
10293 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
10294 instead of the broken adhockery which does not prevent calendar
10295 buffers from being displayed at random after exit.
10296 (calendar-window-list, calendar-hide-window): Remove the broken
10297 adhockery.
10298
10299 2012-03-28 Glenn Morris <rgm@gnu.org>
10300
10301 * replace.el (query-replace-map): Doc fix.
10302
10303 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
10304
10305 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
10306 contents. (Bug#11109)
10307
10308 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10309
10310 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
10311 (bug#11077).
10312 (avl-tree--check, avl-tree--check-node): New funs.
10313
10314 2012-03-27 Martin Rudalics <rudalics@gmx.at>
10315
10316 * window.el (switch-to-visible-buffer): New option.
10317 (switch-to-prev-buffer, switch-to-next-buffer):
10318 Observe switch-to-visible-buffer. Make sure that checking for a window
10319 showing a buffer already is done on the same frame.
10320
10321 2012-03-27 Glenn Morris <rgm@gnu.org>
10322
10323 * startup.el (mail-host-address): Doc fix.
10324
10325 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
10328 than 197 variables.
10329
10330 2012-03-26 Ami Fischman <ami@fischman.org>
10331
10332 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
10333
10334 2012-03-26 Glenn Morris <rgm@gnu.org>
10335
10336 * files.el (save-buffers-kill-emacs): Doc fix.
10337
10338 * startup.el (normal-top-level, command-line, command-line-1):
10339 Give them doc strings.
10340
10341 2012-03-25 Eli Zaretskii <eliz@gnu.org>
10342
10343 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
10344 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
10345
10346 2012-03-25 Chong Yidong <cyd@gnu.org>
10347
10348 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10349 theme if it was previously enabled before (Bug#11031).
10350
10351 * cus-theme.el (custom-theme-write-faces): Retrieve current face
10352 spec with custom-face-get-current-spec if its :shown-value is not
10353 determined yet (Bug#9337).
10354 (customize-create-theme, custom-theme-revert): Doc fixes.
10355
10356 * button.el (button-at): Minor addition to docstring.
10357
10358 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
10359
10360 * vc/vc.el (vc-merge): Fix a prompt.
10361
10362 2012-03-24 Chong Yidong <cyd@gnu.org>
10363
10364 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
10365 point (Bug#9623).
10366
10367 * button.el (button-at): Minor addition to docstring.
10368
10369 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10370
10371 * newcomment.el (comment-choose-indent): No space after BOL.
10372
10373 2012-03-22 Sam Steingold <sds@gnu.org>
10374
10375 * window.el (switch-to-prev-buffer): Revert last patch because the
10376 bug turned out to be an advertised feature (Elisp manual 28.14).
10377
10378 2012-03-22 Glenn Morris <rgm@gnu.org>
10379
10380 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
10381 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
10382
10383 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10384
10385 * net/network-stream.el (network-stream-open-starttls): Make error
10386 message under Windows be less misleading.
10387
10388 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
10389
10390 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
10391 understands (bug#9942).
10392
10393 2012-03-22 Chong Yidong <cyd@gnu.org>
10394
10395 * simple.el (end-of-visible-line): Handle return value of
10396 next-single-property-change properly (Bug#9371).
10397
10398 2012-03-22 Kenichi Handa <handa@m17n.org>
10399
10400 * international/quail.el (quail-insert-kbd-layout): Fix previous
10401 change. To avoid unwanted bidi reordering, use
10402 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
10403
10404 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
10405
10406 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
10407 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
10408 (ruby-beginning-of-indent): Be more careful with the difference
10409 between word-boundary and symbol boundary.
10410 (ruby-mode-syntax-table): Make : a symbol constituent.
10411
10412 2012-03-21 Andreas Politz <politza@fh-trier.de>
10413
10414 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
10415
10416 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 * progmodes/etags.el (tags-completion-at-point-function):
10419 Improve last fix.
10420
10421 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
10422
10423 2012-03-21 Sam Steingold <sds@gnu.org>
10424
10425 * progmodes/etags.el (tags-completion-at-point-function):
10426 Avoid the error when point is inside the pattern.
10427
10428 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
10429
10430 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
10431 line (Bug#10855).
10432
10433 2012-03-21 Drew Adams <drew.adams@oracle.com>
10434
10435 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
10436
10437 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
10438
10439 * ido.el (ido-set-current-directory, ido-read-internal)
10440 (ido-choose-completion-string, ido-completion-help): Handle nil
10441 value of ido-completion-buffer (Bug#11008).
10442
10443 2012-03-21 Sam Steingold <sds@gnu.org>
10444
10445 * window.el (switch-to-prev-buffer): Do not switch to a visible
10446 window previous buffer, just like with the frame previous buffers.
10447
10448 2012-03-21 Chong Yidong <cyd@gnu.org>
10449
10450 * faces.el (make-face, make-empty-face, copy-face):
10451 * face-remap.el (face-remap-add-relative, face-remap-set-base):
10452 Doc fixes.
10453
10454 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10455
10456 * wid-edit.el (widget-complete-field): Remove (bug#11051).
10457 (widget-complete): Remove broken use of it.
10458
10459 2012-03-20 Chong Yidong <cyd@gnu.org>
10460
10461 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10462 Use string-width and truncate-string-width to handle arbitrary
10463 characters.
10464
10465 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
10466
10467 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
10468 to draw rectangles, not squares. (Regression introduced by revno
10469 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
10470
10471 2012-03-18 Chong Yidong <cyd@gnu.org>
10472
10473 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10474 it is not yet defined (for temacs).
10475
10476 2012-03-18 Leo Liu <sdl.web@gmail.com>
10477
10478 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10479 prefix.
10480
10481 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10482
10483 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10484 (ispell-choices-win-default-height, ispell-silently-savep)
10485 (ispell-dictionary-alist, ispell-encoding8-command)
10486 (ispell-check-version, ispell-aspell-find-dictionary)
10487 (ispell-valid-dictionary-list, ispell-words-keyword)
10488 (ispell-get-word, ispell-internal-change-dictionary)
10489 (ispell-region, ispell-skip-region-list)
10490 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10491 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10492 (ispell-message-text-end, ispell-message)
10493 (ispell-buffer-local-parsing): Doc fix.
10494
10495 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
10496
10497 * htmlfontify.el: Add support for code block fontification for ODT
10498 export (Bug #9914).
10499 (hfy-optimisations): Define new option
10500 `body-text-only'
10501 (hfy-fontify-buffer): Honor above setting.
10502 (hfy-begin-span, hfy-end-span): New routines factored out form
10503 `hfy-fontify-buffer'.
10504 (hfy-begin-span-handler, hfy-end-span-handler): New variables
10505 that permit insertion of custom tags.
10506 (hfy-fontify-buffer): Use above handlers.
10507 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10508 (hfy-face-to-css): Re-defined to be a variable.
10509 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
10510 over multiple runs. This is made possible by having the caller let
10511 bind a special variable `hfy-user-sheet-assoc'.
10512 (htmlfontify-string): New defun.
10513 (hfy-compile-face-map): Make sure that the last char in the
10514 buffer is correctly fontified.
10515 (hfy-face-resolve-face): Whitespace only change.
10516
10517 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10518
10519 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10520 message more clear.
10521
10522 2012-03-16 Leo Liu <sdl.web@gmail.com>
10523
10524 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10525
10526 2012-03-16 Alan Mackenzie <acm@muc.de>
10527
10528 Further optimise the handling of large macros.
10529
10530 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10531 limit to a call of `c-literal-limits'.
10532 (c-determine-+ve-limit): New function.
10533 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10534 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
10535 In CASE 5B, restrict a search limit to 500.
10536 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10537
10538 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10539 Restrict macro bounds to +-500 from after-change's BEG END.
10540
10541 2012-03-16 Leo Liu <sdl.web@gmail.com>
10542
10543 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10544
10545 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10546
10547 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
10548 `special-mode' setting of `buffer-read-only'. (Bug#11010)
10549
10550 2012-03-16 Glenn Morris <rgm@gnu.org>
10551
10552 * view.el (view-buffer, view-buffer-other-window)
10553 (view-buffer-other-frame): Doc fixes re special mode-class.
10554
10555 * subr.el (eval-after-load): If named feature is provided not from
10556 a file, run after-load forms. (Bug#10946)
10557
10558 * calendar/calendar.el (calendar-insert-at-column):
10559 Handle non-unit-width characters a bit better. (Bug#10978)
10560
10561 2012-03-15 Chong Yidong <cyd@gnu.org>
10562
10563 * emacs-lisp/ring.el (ring-extend): New function.
10564 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10565
10566 * comint.el (comint-read-input-ring)
10567 (comint-add-to-input-history): Grow comint-input-ring lazily.
10568
10569 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10572 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10573
10574 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10575 (imenu-add-to-menubar): Don't add a redundant index.
10576 (imenu-update-menubar): Handle a dynamically composed keymap.
10577
10578 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10579
10580 * mail/sendmail.el (mail-encode-header):
10581 Bind rfc2047-encode-encoded-words to nil.
10582
10583 2012-03-13 Glenn Morris <rgm@gnu.org>
10584
10585 * calendar/calendar.el (calendar-string-spread):
10586 Handle non-unit-width characters a bit better. (Bug#10978)
10587
10588 2012-03-13 Leo Liu <sdl.web@gmail.com>
10589
10590 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10591 directory and file as argument (Bug#10822).
10592
10593 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10594
10595 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10596 For dynamically generated code, follow $PC.
10597 (gdb-disassembly-handler-custom): Handle no function name case.
10598
10599 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10600
10601 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10602 * emulation/ws-mode.el (ws-query-replace):
10603 * sort.el (sort-regexp-fields):
10604 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10605
10606 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * dabbrev.el: Fix cycle completion order (bug#10963).
10609 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10610 (dabbrev-completion): Don't use an obarray; provide
10611 a cycle-sort-function.
10612
10613 2012-03-12 Leo Liu <sdl.web@gmail.com>
10614
10615 * simple.el (kill-new): Use equal-including-properties for comparison.
10616 (kill-do-not-save-duplicates): Doc fix.
10617
10618 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * dabbrev.el: Fix cycle completion (bug#10963).
10621 Use lexical binding and wrap to 80 columns.
10622 (dabbrev-completion): Delay computing the list of completions.
10623
10624 2012-03-12 Kenichi Handa <handa@m17n.org>
10625
10626 * international/quail.el (quail-insert-kbd-layout): Surround each
10627 row by LRO and PDF instead of inserting many LRMs. Pad the left
10628 and right of each non-spacing marks. Insert invisible space
10629 between lower and upper characters to prevent composition.
10630
10631 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10632
10633 * minibuffer.el (minibuffer-complete): Don't get confused when the
10634 function is run twice via different commands (bug#10958).
10635 (complete-with-action): Fix docstring.
10636
10637 2012-03-12 Chong Yidong <cyd@gnu.org>
10638
10639 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10640 (nxml-completion-at-point-function): New function.
10641 (nxml-mode): Use it.
10642 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10643
10644 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10645 Load generated autoloads file before byte compiling (Bug#10970).
10646 (package--make-autoloads-and-compile): New helper fun.
10647
10648 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10649
10650 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10651
10652 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
10653
10654 * autorevert.el (auto-revert-handler): Ensure, that
10655 file-readable-p is applied only for local files or in
10656 auto-revert-tail-mode.
10657
10658 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10659
10660 * server.el (server-eval-at): Handle non-tcp connections.
10661 Decode result string.
10662
10663 * server.el (server-msg-size): New constant.
10664 (server-reply-print): New function.
10665 (server-eval-and-print): Use it.
10666 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10667 Handle -print-nonl.
10668
10669 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10670
10671 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10672 (Bug#10987).
10673
10674 2012-03-11 Chong Yidong <cyd@gnu.org>
10675
10676 * simple.el (goto-line): Doc fix (Bug#9938).
10677
10678 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10679
10680 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10681 when finished (Bug#10963).
10682
10683 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10684
10685 * window.el (split-window-below): Fix bug in case where
10686 split-window-keep-point is nil (Bug#10971).
10687
10688 2012-03-11 Juri Linkov <juri@jurta.org>
10689
10690 * replace.el (replace-highlight): Set isearch-word to nil
10691 unconditionally. (Bug#10887)
10692
10693 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10694
10695 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10696 mairix-replace-illegal-chars; all callers changed. Don't remove
10697 ^, ~, and = characters: they are meaningful in mairix search specs.
10698 (mairix-widget-create-query): Add usage information about mairix
10699 search forms: negating words, searching for substrings, etc.
10700
10701 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10702
10703 * international/fontset.el (font-encoding-alist): Add an entry for
10704 ksx1001 (Bug#5667).
10705
10706 2012-03-10 Richard Stallman <rms@gnu.org>
10707
10708 * mail/sendmail.el (mail-encode-header):
10709 Set rfc2047-encode-encoded-words.
10710
10711 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10712
10713 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10714 view buffer means not swapped.
10715 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10716 (rmail-write-region-annotate): Error if real text has disappeared.
10717
10718 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10719
10720 2012-03-10 Chong Yidong <cyd@gnu.org>
10721
10722 * emulation/cua-rect.el (cua--init-rectangles):
10723 * emulation/cua-base.el (cua--init-keymaps):
10724 Add delete-forward-char to remappings (Bug#9666).
10725
10726 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10727
10728 * speedbar.el (speedbar-unhighlight-one-tag-line):
10729 Avoid unhighlighting due to frame switching (Bug#10275).
10730
10731 2012-03-10 Chong Yidong <cyd@gnu.org>
10732
10733 * minibuffer.el (completion-in-region, completion-help-at-point):
10734 Give the completion field overlay a high priority (Bug#6830).
10735
10736 * dired.el (dired-goto-file): Recognize absolute file name
10737 listings (Bug#7126).
10738 (dired-goto-file-1): New helper function.
10739 (dired-toggle-read-only): Inhibit warnings.
10740
10741 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10742
10743 * net/dbus.el (dbus-property-handler): Return empty array if
10744 there are no properties.
10745
10746 2012-03-09 Leo Liu <sdl.web@gmail.com>
10747
10748 * savehist.el (savehist-printable): Stricter check for string
10749 value (Bug#10937).
10750
10751 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10752
10753 * mail/smtpmail.el (smtpmail-send-it):
10754 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10755 valid mbox format.
10756
10757 2012-03-09 Glenn Morris <rgm@gnu.org>
10758
10759 * files.el (dir-locals-find-file):
10760 Don't check result is regular, readable.
10761 (dir-locals-read-from-file): Demote errors.
10762
10763 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10764
10765 * international/quail.el (quail-insert-kbd-layout):
10766 Insert invisible LRM characters before each character in a keyboard
10767 layout cell, to prevent their reordering by bidi display engine.
10768 For details, see the discussion in
10769 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10770
10771 2012-03-08 Alan Mackenzie <acm@muc.de>
10772
10773 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10774 the starting position; make it extend the marked region when
10775 invoked repeatedly - all under appropriate circumstances.
10776 Fixes bugs #5525, #10906.
10777
10778 2012-03-08 Glenn Morris <rgm@gnu.org>
10779
10780 * files.el (locate-dominating-file, dir-locals-find-file):
10781 Undo 2012-03-06 change.
10782
10783 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10784
10785 * international/quail.el (quail-help):
10786 Force bidi-paragraph-direction be left-to-right. See discussion in
10787 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10788 for the reason.
10789
10790 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10791
10792 Avoid superfluous registering of signals. (Bug#10807)
10793
10794 * notifications.el (notifications-on-action-object)
10795 (notifications-on-close-object): New defvars.
10796 (notifications-on-action-signal, notifications-on-closed-signal):
10797 Unregister the signal if not needed any longer.
10798 (notifications-notify): Register `notifications-action-signal' or
10799 `notifications-closed-signal', if :on-action or :on-close has been
10800 passed as argument.
10801
10802 2012-03-07 Chong Yidong <cyd@gnu.org>
10803
10804 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10805 non-X platforms.
10806
10807 2012-03-06 Glenn Morris <rgm@gnu.org>
10808
10809 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10810 (x-disown-selection-internal, x-get-selection-internal):
10811 Doc fix (add arglist signatures). (Bug#10783)
10812
10813 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10814
10815 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10816 Handle breakpoints with no "type".
10817
10818 2012-03-06 Glenn Morris <rgm@gnu.org>
10819
10820 * files.el (locate-dominating-file): Add optional predicate argument.
10821 (dir-locals-find-file): Make use of above change.
10822
10823 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10824
10825 * info.el (Info-insert-dir): Also try "dir.gz".
10826
10827 2012-03-06 Glenn Morris <rgm@gnu.org>
10828
10829 * files.el (dir-locals-find-file):
10830 Ignore non-readable or non-regular files. (Bug#10928)
10831
10832 * files.el (locate-dominating-file): Doc fix.
10833
10834 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10835
10836 * calendar/calendar.el (calendar-set-mode-line):
10837 `getenv' returns a string. (Bug#10951)
10838
10839 2012-03-05 Leo Liu <sdl.web@gmail.com>
10840
10841 * simple.el (backward-delete-char-untabify): Constrain point to
10842 field (Bug#10939).
10843
10844 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10845
10846 2012-03-05 Chong Yidong <cyd@gnu.org>
10847
10848 * simple.el (count-words): If called from Lisp, return the word
10849 count, for symmetry with `count-lines'. Arglist changed.
10850 (count-words--message): Args changed. Consolidate counting code
10851 from count-words and count-words-region.
10852 (count-words-region): Caller changed.
10853 (count-lines-region): Make it an obsolete alias.
10854
10855 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10856
10857 * saveplace.el (save-place-to-alist)
10858 (save-place-ignore-files-regexp): Allow value nil to disable this
10859 feature.
10860
10861 2012-03-04 Chong Yidong <cyd@gnu.org>
10862
10863 * faces.el (face-spec-reset-face): For the default face, reset the
10864 attributes to default values (Bug#10748).
10865
10866 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10867
10868 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10869 previous patch: Check `message-send-mail-function', and not the
10870 default function (bug#10897).
10871
10872 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10873
10874 * notifications.el (notifications-on-action-signal)
10875 (notifications-on-closed-signal): Check for unique service name of
10876 incoming event. Fix error in removing entry.
10877 (top): Register for signals with wildcard service name.
10878 (notifications-notify): Use daemon unique service name for map entries.
10879
10880 2012-03-04 Chong Yidong <cyd@gnu.org>
10881
10882 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10883
10884 2012-03-04 Glenn Morris <rgm@gnu.org>
10885
10886 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10887 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10888 (expand-abbrev, define-abbrev-table): Doc fixes.
10889
10890 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10891
10892 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10893 `message-default-send-mail-function' and not `send-mail-function'
10894 when doing the prompting for `sendmail-query-once' before sending
10895 in Message buffers (bug#10897).
10896
10897 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10898 This is inconsistent with all the other stream functions, which leave
10899 the setting up to the higher levels (if so wanted) (bug#10931).
10900
10901 2012-03-02 Alan Mackenzie <acm@muc.de>
10902
10903 Depessimize the handling of very large macros.
10904
10905 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10906 (c-macro-cache-syntactic): New variables to implement a one
10907 element macro cache.
10908 (c-invalidate-macro-cache): New function.
10909 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10910 Adapt to use the new cache.
10911 (c-state-safe-place): Use better the cache of safe positions.
10912 (c-state-semi-nonlit-pos-cache)
10913 (c-state-semi-nonlit-pos-cache-limit):
10914 New variables for...
10915 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10916 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10917 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10918 Use c-state-semi-safe-place.
10919
10920 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10921 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10922
10923 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10924
10925 * jka-compr.el (jka-compr-call-process):
10926 Apply `file-accessible-directory-p' only when the default directory is
10927 not remote.
10928
10929 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10930
10931 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10932 access of FILE2, if FILE1 does not exist.
10933
10934 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10935 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10936
10937 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10938 Add "PAGER=" to `process-environment'.
10939
10940 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10941
10942 * progmodes/sql.el: Bug fix
10943 (sql-get-login-ext): Save login values in globals.
10944 (sql-get-login): Use new version of `sql-get-login-ext'.
10945 (sql-interactive-mode): Set global `sql-connection' to nil.
10946 (sql-connect): Set global values for connection.
10947 (sql-product-interactive): Save global values as buffer local.
10948
10949 2012-02-29 Leo Liu <sdl.web@gmail.com>
10950
10951 * abbrev.el (define-abbrevs): Reset sys to nil.
10952
10953 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10954
10955 * files.el (file-equal-p): Rename from `files-equal-p'.
10956 Return nil when one or both files don't exist.
10957 (file-subdir-of-p): Now only top directory must exists,
10958 return nil if it doesn't.
10959 (copy-directory): No need to test with `file-subdir-of-p' after
10960 creating dir.
10961 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10962 to `file-equal-p'.
10963
10964 2012-02-28 Glenn Morris <rgm@gnu.org>
10965
10966 * shell.el (shell-mode):
10967 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10968 * play/landmark.el (landmark-font-lock-face-O):
10969 * play/handwrite.el (handwrite):
10970 * play/gomoku.el (gomoku-O):
10971 * net/browse-url.el (browse-url-browser-display):
10972 * international/mule.el (define-charset):
10973 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10974 * filesets.el (filesets-find-file-delay):
10975 * eshell/em-xtra.el (eshell-xtra):
10976 * eshell/em-unix.el (eshell-grep):
10977 * emulation/viper.el (viper-mode):
10978 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10979 * emacs-lisp/easymenu.el (easy-menu-define):
10980 * calendar/timeclock.el (timeclock-use-display-time):
10981 * bs.el (bs-mode):
10982 * bookmark.el (bookmark-save-flag):
10983 Doc fix (standardize possessive apostrophe usage).
10984
10985 2012-02-27 Chong Yidong <cyd@gnu.org>
10986
10987 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10988 Fix key-binding lookup for ESC key (Bug#9146).
10989
10990 * font-lock.el (font-lock-specified-p): Rename from
10991 font-lock-spec-present. Callers changed.
10992
10993 2012-02-27 Daniel Hackney <dan@haxney.org>
10994
10995 * emacs-lisp/package.el (package-compute-transaction):
10996 Handle holding a package version to t in package-load-list.
10997
10998 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10999
11000 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
11001 (tramp-get-inode, tramp-get-device): Use cached values.
11002
11003 2012-02-26 Alan Mackenzie <acm@muc.de>
11004
11005 Check there is a font-lock specification before doing initial
11006 fontification.
11007
11008 * font-core.el (font-lock-mode): Move the conditional from
11009 :after-hook to font-lock-initial-fontify.
11010 (font-lock-default-function): Move the check for a specification
11011 to font-lock-spec-present.
11012
11013 * font-lock.el (font-lock-initial-fontify): Call ...
11014 (font-lock-spec-present): New function.
11015
11016 2012-02-26 Jim Blandy <jimb@red-bean.com>
11017
11018 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
11019 (gdb-send): Apply it to the operand of the '-interpreter-exec
11020 console' command, so that we can pass arguments with (say) quotes
11021 in them. Store exact string sent in gdb-debug-log (Bug#10765).
11022
11023 2012-02-26 Chong Yidong <cyd@gnu.org>
11024
11025 * help-fns.el (describe-function-1): Clarify description of
11026 remapping (Bug#10844).
11027
11028 * files.el (files-equal-p): Doc fix.
11029 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
11030 and quit the loop once a mismatch is found.
11031
11032 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
11033
11034 * bs.el (bs--show-with-configuration): Don't throw an error
11035 if the window cannot be split; otherwise, subsequent calls to
11036 bs-show fail, restoring a stale window config. (Bug#10882)
11037
11038 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
11039
11040 * term/ns-win.el (global-map): Bind ns-drag-file to
11041 ns-find-file (Bug#5855, Bug#10050).
11042
11043 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
11044
11045 * calendar/parse-time.el (parse-time-string): Allow extractor to
11046 return nil.
11047
11048 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
11049
11050 * net/tramp.el (tramp-file-name-for-operation):
11051 Add `files-equal-p' and `file-subdir-of-p'.
11052
11053 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
11054 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
11055 Add COPY-CONTENTS argument.
11056
11057 2012-02-25 Chong Yidong <cyd@gnu.org>
11058
11059 Add custom groups for VC backends, for consistency with vc-bzr.
11060
11061 * vc/vc-arch.el (vc-arch):
11062 * vc/vc-cvs.el (vc-cvs):
11063 * vc/vc-git.el (vc-git):
11064 * vc/vc-hg.el (vc-hg):
11065 * vc/vc-mtn.el (vc-mtn):
11066 * vc/vc-rcs.el (vc-rcs):
11067 * vc/vc-sccs.el (vc-sccs):
11068 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
11069 All relevant defcustoms reassigned.
11070
11071 2012-02-25 Chong Yidong <cyd@gnu.org>
11072
11073 * newcomment.el (comment-styles): Add autoload (Bug#10868).
11074
11075 * term/x-win.el (x-initialize-window-system): Reduce default for
11076 x-selection-timeout to 5 seconds (Bug#8869).
11077
11078 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11079
11080 * files.el (files-equal-p, file-subdir-of-p): New functions.
11081 (copy-directory): Error when trying to copy a directory on itself.
11082 Add missing copy-contents arg to tramp handler.
11083 * dired-aux.el (dired-copy-file-recursive): Same.
11084 (dired-create-files): Modify destination when source is equal to
11085 dest when copying files.
11086 Return also when dest is a subdir of source. (Bug#10489)
11087
11088 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
11089
11090 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
11091 (Bug#10874)
11092
11093 2012-02-23 Alan Mackenzie <acm@muc.de>
11094
11095 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
11096 parameter "after-hook:" to allow the expansion to run code after
11097 the execution of the mode hooks.
11098
11099 * font-lock.el (font-lock-initial-fontify): New function extracted
11100 from font-lock-mode-internal.
11101
11102 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
11103 :after-hook.
11104
11105 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11106
11107 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
11108 (completion--cache-all-sorted-completions): New function.
11109 (completion-all-sorted-completions): Use it.
11110 (completion--do-completion, minibuffer-force-complete):
11111 Use it to re-instate the flush hook.
11112
11113 * icomplete.el (icomplete-completions): Replace last fix with a better
11114 one (bug#10850).
11115
11116 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
11117
11118 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
11119 when it might call us back infinitely (bug#10797).
11120
11121 2012-02-23 Glenn Morris <rgm@gnu.org>
11122
11123 * minibuffer.el (completion-category-overrides): Doc fix.
11124
11125 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 * minibuffer.el (completion-table-with-context): Fix inf-loop.
11128 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
11129
11130 2012-02-23 Glenn Morris <rgm@gnu.org>
11131
11132 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
11133 (authors-obsolete-files-regexps, authors-ignored-files)
11134 (authors-ambiguous-files, authors-renamed-files-alist):
11135 Add more entries.
11136
11137 2012-02-23 Juri Linkov <juri@jurta.org>
11138
11139 * isearch.el (isearch-occur): Sync interactive spec with occur's
11140 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
11141
11142 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
11143
11144 2012-02-22 Juri Linkov <juri@jurta.org>
11145
11146 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
11147 (ucs-insert): Doc fix. Check for hex digits in the string.
11148 Don't display `nil' in the error message. (Bug#10857)
11149
11150 2012-02-22 Alan Mackenzie <acm@muc.de>
11151
11152 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
11153
11154 2012-02-22 Glenn Morris <rgm@gnu.org>
11155
11156 * ffap.el (ffap-c-path):
11157 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
11158
11159 2012-02-22 Chong Yidong <cyd@gnu.org>
11160
11161 * custom.el (load-theme): Doc fix.
11162
11163 2012-02-22 Glenn Morris <rgm@gnu.org>
11164
11165 * dired-x.el (dired-guess-shell-alist-default):
11166 Remove escape sequences from nroff output. (Bug#172)
11167
11168 2012-02-21 Glenn Morris <rgm@gnu.org>
11169
11170 * vc/emerge.el (emerge-defvar-local):
11171 Set `permanent-local' property rather than unused `preserved'.
11172
11173 * textmodes/picture.el (picture-delete-char): New alias.
11174 (picture-mode-map): Use it. (Bug#10860)
11175 (picture-mode): Doc fix.
11176
11177 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
11178
11179 * newcomment.el (uncomment-region-default): Remove unused binding.
11180
11181 2012-02-21 Glenn Morris <rgm@gnu.org>
11182
11183 * textmodes/picture.el (picture-motion, picture-motion-reverse)
11184 (picture-self-insert, picture-tab-chars): Doc fix.
11185 (picture-mode-map): Fix C-a, C-e.
11186
11187 2012-02-20 Glenn Morris <rgm@gnu.org>
11188
11189 * emacs-lisp/authors.el (authors-aliases): Add another entry.
11190
11191 2012-02-20 Leo Liu <sdl.web@gmail.com>
11192
11193 * icomplete.el (icomplete-completions): Check FROM arg before
11194 passing to substring (Bug#10850).
11195
11196 2012-02-19 Chong Yidong <cyd@gnu.org>
11197
11198 * comint.el: Require ansi-color.
11199 (comint-output-filter-functions): Add ansi-color-process-output.
11200
11201 * ansi-color.el: Don't set comint-output-filter-functions; it is
11202 now in the initial value defined in comint.el.
11203 (ansi-color-apply-face-function): New variable.
11204 (ansi-color-apply-on-region): Use it.
11205 (ansi-color-apply-overlay-face): New function.
11206
11207 * shell.el (shell): No need to require ansi-color.
11208 (shell-mode): Use ansi-color-apply-face-function to highlight
11209 color escapes using font-lock-face property (Bug#10835).
11210
11211 2012-02-19 Chong Yidong <cyd@gnu.org>
11212
11213 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
11214 mode-line formats (Bug#10839).
11215
11216 2012-02-18 Glenn Morris <rgm@gnu.org>
11217
11218 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
11219
11220 * mail/undigest.el (unforward-rmail-message): Doc fix.
11221
11222 * saveplace.el (save-place-ignore-files-regexp): Add :version.
11223
11224 2012-02-18 Eli Zaretskii <eliz@gnu.org>
11225
11226 * international/characters.el (script-list): Sync with the latest
11227 Unicode Character Database.
11228
11229 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
11230
11231 * international/titdic-cnv.el: Remove duplicate coding tag.
11232 * language/cham.el: Likewise.
11233 * language/tai-viet.el: Likewise.
11234
11235 2012-02-18 Glenn Morris <rgm@gnu.org>
11236
11237 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
11238 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
11239 (calendar-bahai-all-holidays-flag, calendar-other-dates):
11240 * calendar/diary-lib.el (diary-abbreviated-year-flag):
11241 * calendar/holidays.el (holiday-bahai-holidays)
11242 (calendar-holidays, list-holidays):
11243 Use utf-8 Bahá'í in doc-strings, menus, etc.
11244
11245 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
11246
11247 * saveplace.el (save-place-ignore-files-regexp): New variable
11248 allowing for excluding files from saving their location of point.
11249 The default value matches the temporary commit message editing
11250 files from Git, SVN, Bazaar, and Mercurial.
11251 (save-place-to-alist): Use it.
11252
11253 2012-02-17 Lawrence Mitchell <wence@gmx.li>
11254 Stefan Monnier <monnier@iro.umontreal.ca>
11255
11256 * newcomment.el (uncomment-region-default): Don't leave extra space
11257 when an arg is provided (bug#8150).
11258
11259 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
11260
11261 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
11262
11263 2012-02-17 Glenn Morris <rgm@gnu.org>
11264
11265 * net/socks.el: Require network-stream. (Bug#10599)
11266
11267 2012-02-17 Kenichi Handa <handa@m17n.org>
11268
11269 * international/charprop.el:
11270 * international/uni-name.el:
11271 * international/uni-old-name.el:
11272 * international/uni-comment.el: Regenerate.
11273
11274 2012-02-16 Glenn Morris <rgm@gnu.org>
11275
11276 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
11277 Interactively in calendar buffer, give an error if not on a date.
11278
11279 2012-02-15 Glenn Morris <rgm@gnu.org>
11280
11281 * shell.el (shell-delimiter-argument-list):
11282 Revert 2011-02-17 change. (Bug#8027)
11283
11284 2012-02-15 Chong Yidong <cyd@gnu.org>
11285
11286 * minibuffer.el (completion-at-point-functions): Doc fix.
11287
11288 * custom.el (defcustom): Doc fix; note use of defvar.
11289
11290 2012-02-15 Glenn Morris <rgm@gnu.org>
11291
11292 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
11293 Doc fixes.
11294
11295 2012-02-14 Glenn Morris <rgm@gnu.org>
11296
11297 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
11298
11299 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
11300
11301 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
11302 way the ports list is computed.
11303 (smtpmail-query-smtp-server): Prompt the user for a port number if
11304 we can't connect to any of the standard ports (bug#10810).
11305
11306 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
11307
11308 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
11309
11310 2012-02-13 Glenn Morris <rgm@gnu.org>
11311
11312 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
11313
11314 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
11315
11316 * net/gnutls.el (gnutls-trustfiles): New variable.
11317 (gnutls-negotiate): Use it.
11318
11319 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
11320
11321 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
11322 does its stuff if Gnus is running.
11323
11324 2012-02-13 Alan Mackenzie <acm@muc.de>
11325
11326 Fix a loop in c-set-fl-decl-start.
11327
11328 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
11329 c-backward-syntactic-ws actually moves backwards.
11330
11331 2012-02-13 Leo Liu <sdl.web@gmail.com>
11332
11333 * net/rcirc.el (rcirc-markup-attributes): Move point to the
11334 beginning so that all \C-o chars are removed.
11335
11336 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
11337
11338 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
11339
11340 2012-02-12 Alan Mackenzie <acm@muc.de>
11341
11342 Fix infinite loop with long macros.
11343 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
11344
11345 2012-02-12 Chong Yidong <cyd@gnu.org>
11346
11347 * window.el (display-buffer): Doc fix (Bug#10785).
11348
11349 2012-02-12 Glenn Morris <rgm@gnu.org>
11350
11351 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11352 (x-disown-selection-internal, x-get-selection-internal):
11353 Sync docs with the xselect.c versions.
11354
11355 * allout-widgets.el: Add missing license notice.
11356
11357 2012-02-11 Glenn Morris <rgm@gnu.org>
11358
11359 * select.el (x-get-selection-internal, x-own-selection-internal)
11360 (x-disown-selection-internal):
11361 * x-dnd.el (x-get-selection-internal): Update declarations.
11362
11363 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
11364
11365 * window.el (window-sides-slots):
11366 * tool-bar.el (tool-bar-position):
11367 * term/xterm.el (xterm-extra-capabilities):
11368 * ses.el (ses-self-reference-early-detection):
11369 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
11370 (verilog-auto-wire-type)
11371 (verilog-auto-delete-trailing-whitespace)
11372 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
11373 (verilog-auto-tieoff-declaration):
11374 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
11375 (sql-oracle-statement-starters, sql-oracle-scan-on):
11376 * progmodes/prolog.el (prolog-align-comments-flag)
11377 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
11378 (prolog-left-indent-regexp, prolog-paren-indent-p)
11379 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
11380 (prolog-types, prolog-mode-specificators)
11381 (prolog-determinism-specificators, prolog-directives)
11382 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
11383 (prolog-electric-dot-flag)
11384 (prolog-electric-dot-full-predicate-template)
11385 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
11386 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
11387 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
11388 (prolog-program-switches, prolog-prompt-regexp)
11389 (prolog-debug-on-string, prolog-debug-off-string)
11390 (prolog-trace-on-string, prolog-trace-off-string)
11391 (prolog-zip-on-string, prolog-zip-off-string)
11392 (prolog-use-standard-consult-compile-method-flag)
11393 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
11394 (prolog-imenu-max-lines, prolog-info-predicate-index)
11395 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
11396 (prolog-char-quote-workaround):
11397 * progmodes/cc-vars.el (c-defun-tactic):
11398 * net/tramp.el (tramp-encoding-command-interactive)
11399 (tramp-local-end-of-line):
11400 * net/soap-client.el (soap-client):
11401 * net/netrc.el (netrc-file):
11402 * net/gnutls.el (gnutls):
11403 * minibuffer.el (completion-category-overrides)
11404 (completion-cycle-threshold)
11405 (completion-pcm-complete-word-inserts-delimiters):
11406 * man.el (Man-name-local-regexp):
11407 * mail/feedmail.el (feedmail-display-full-frame):
11408 * international/characters.el (glyphless-char-display-control):
11409 * eshell/em-ls.el (eshell-ls-date-format):
11410 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
11411 (lisp-lambda-list-keyword-parameter-indentation)
11412 (lisp-lambda-list-keyword-parameter-alignment):
11413 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
11414 * dired-x.el (dired-omit-verbose):
11415 * cus-theme.el (custom-theme-allow-multiple-selections):
11416 * calc/calc.el (calc-highlight-selections-with-faces)
11417 (calc-lu-field-reference, calc-lu-power-reference)
11418 (calc-note-threshold):
11419 * battery.el (battery-mode-line-limit):
11420 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11421 (archive-7z-update):
11422 * allout.el (allout-prefixed-keybindings)
11423 (allout-unprefixed-keybindings)
11424 (allout-inhibit-auto-fill-on-headline)
11425 (allout-flattened-numbering-abbreviation):
11426 * allout-widgets.el (allout-widgets-auto-activation)
11427 (allout-widgets-icons-dark-subdir)
11428 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
11429 (allout-widgets-theme-dark-background)
11430 (allout-widgets-theme-light-background)
11431 (allout-widgets-item-image-properties-emacs)
11432 (allout-widgets-item-image-properties-xemacs)
11433 (allout-widgets-run-unit-tests-on-load)
11434 (allout-widgets-time-decoration-activity)
11435 (allout-widgets-hook-error-post-time)
11436 (allout-widgets-track-decoration):
11437 Add missing :version tags to new defcustoms and defgroups.
11438
11439 * progmodes/sql.el (sql-ansi-statement-starters)
11440 (sql-oracle-statement-starters): Add custom type.
11441
11442 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
11443 (prolog-system-version): Give it a type.
11444
11445 2012-02-11 Eli Zaretskii <eliz@gnu.org>
11446
11447 * term/pc-win.el (x-select-text, x-selection-owner-p)
11448 (x-own-selection-internal, x-disown-selection-internal)
11449 (x-get-selection-internal): Sync doc strings and argument lists
11450 with xselect.c, common-win.el and x-win.el. (Bug#10783)
11451
11452 2012-02-11 Leo Liu <sdl.web@gmail.com>
11453
11454 * progmodes/python.el (python-end-of-statement): Fix infinite
11455 loop. (Bug#10788)
11456
11457 2012-02-10 Glenn Morris <rgm@gnu.org>
11458
11459 * international/mule-cmds.el (unify-8859-on-encoding-mode)
11460 (unify-8859-on-decoding-mode): Properly mark as obsolete.
11461
11462 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
11463
11464 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
11465 about SMTP before checking the From header.
11466
11467 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
11468 into own function for reuse by emacsbug.el.
11469
11470 2012-02-10 Leo Liu <sdl.web@gmail.com>
11471
11472 * subr.el (condition-case-unless-debug): Rename from
11473 condition-case-no-debug. All callers changed.
11474 (with-demoted-errors): Fix caller.
11475
11476 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11477 * nxml/rng-valid.el (rng-do-some-validation):
11478 * emacs-lisp/package.el (package-refresh-contents)
11479 (package-menu-execute):
11480 * desktop.el (desktop-create-buffer):
11481 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
11482
11483 2012-02-10 Glenn Morris <rgm@gnu.org>
11484
11485 * textmodes/bibtex.el:
11486 Add missing :version tags for new/changed defcustoms.
11487
11488 * files.el (remote-file-name-inhibit-cache): Doc fixes.
11489
11490 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
11491
11492 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11493 (smtpmail-via-smtp): Use it, or fall back on the From address.
11494 (smtpmail-send-it): Ditto.
11495
11496 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
11497
11498 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11499 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
11500 (byte-compile-tmp-var): New const.
11501 (byte-compile-defvar): Use it to minimize .elc size.
11502 Just use `defvar' rather than simulate it (bug#10761).
11503
11504 2012-02-09 Glenn Morris <rgm@gnu.org>
11505
11506 * files.el (rename-uniquely): Doc fix. (Bug#3806)
11507
11508 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11509 Add :version tags.
11510
11511 * progmodes/compile.el (compilation-error-screen-columns)
11512 (compilation-first-column, compilation-filter-start): Doc fixes.
11513
11514 * vc/log-view.el (log-view-toggle-entry-display):
11515 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11516
11517 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11518 (report-emacs-bug-can-use-xdg-email):
11519 (report-emacs-bug-insert-to-mailer): Doc fixes.
11520 (report-emacs-bug): Message fix.
11521
11522 * net/browse-url.el (browse-url-can-use-xdg-open)
11523 (browse-url-xdg-open): Doc fixes.
11524
11525 * electric.el (electric-indent-mode, electric-pair-mode)
11526 (electric-layout-rules, electric-layout-mode): Doc fixes.
11527 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11528
11529 2012-02-08 Martin Rudalics <rudalics@gmx.at>
11530
11531 * server.el (server-unselect-display): Don't inadvertently kill
11532 the current buffer. (Bug#10729)
11533
11534 2012-02-08 Glenn Morris <rgm@gnu.org>
11535
11536 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11537 (sql-list-table): Doc fixes.
11538
11539 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11540 Comment out (does nothing).
11541
11542 * completion.el (dynamic-completion-mode):
11543 * dirtrack.el (dirtrack-debug-mode):
11544 * electric.el (electric-layout-mode):
11545 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11546 * face-remap.el (text-scale-mode, buffer-face-mode):
11547 * iimage.el (iimage-mode):
11548 * image-mode.el (image-transform-mode):
11549 * minibuffer.el (completion-in-region-mode):
11550 * scroll-lock.el (scroll-lock-mode):
11551 * simple.el (next-error-follow-minor-mode):
11552 * tar-mode.el (tar-subfile-mode):
11553 * tooltip.el (tooltip-mode):
11554 * vcursor.el (vcursor-use-vcursor-map):
11555 * wid-browse.el (widget-minor-mode):
11556 * emulation/tpu-edt.el (tpu-edt-mode):
11557 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11558 * international/iso-ascii.el (iso-ascii-mode):
11559 * language/thai-util.el (thai-word-mode):
11560 * mail/supercite.el (sc-minor-mode):
11561 * net/goto-addr.el (goto-address-mode):
11562 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11563 * progmodes/cwarn.el (cwarn-mode):
11564 * progmodes/flymake.el (flymake-mode):
11565 * progmodes/glasses.el (glasses-mode):
11566 * progmodes/hideshow.el (hs-minor-mode):
11567 * progmodes/pascal.el (pascal-outline-mode):
11568 * textmodes/enriched.el (enriched-mode):
11569 * vc/smerge-mode.el (smerge-mode):
11570 Doc fixes (minor mode argument).
11571
11572 2012-02-07 Eli Zaretskii <eliz@gnu.org>
11573
11574 * ls-lisp.el (ls-lisp-sanitize): New function.
11575 (ls-lisp-insert-directory): Use it to fix or remove any elements
11576 in file-alist with missing attributes. (Bug#4673)
11577
11578 2012-02-07 Alan Mackenzie <acm@muc.de>
11579
11580 Fix spurious recognition of c-in-knr-argdecl.
11581
11582 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11583 putative K&R region.
11584
11585 2012-02-07 Alan Mackenzie <acm@muc.de>
11586
11587 * progmodes/cc-engine.el (c-forward-objc-directive):
11588 Prevent looping in "#pragma mark @implementation".
11589
11590 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
11591
11592 * notifications.el (notifications-on-closed-signal): Make `reason'
11593 optional. (Bug#10744)
11594
11595 2012-02-07 Glenn Morris <rgm@gnu.org>
11596
11597 * emacs-lisp/easy-mmode.el (define-minor-mode):
11598 Doc fixes for the macro and the mode it defines.
11599
11600 * image.el (imagemagick-types-inhibit): Doc fix.
11601
11602 * cus-start.el (imagemagick-render-type): Add it.
11603
11604 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11605
11606 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11607 Set the default at load time, too, so that `font-lock-fontify-buffer'
11608 can be called without setting up the entire mode first. This fixes
11609 a bug in `mm-inline-text' with C MIME parts.
11610
11611 2012-02-06 Chong Yidong <cyd@gnu.org>
11612
11613 * simple.el (list-processes--refresh): Delete exited processes
11614 (Bug#8094).
11615
11616 * comint.el (comint-next-prompt): next-single-char-property-change
11617 and prev-single-char-property-change never return nil (Bug#8657).
11618
11619 * custom.el (defcustom): Doc fix (Bug#9711).
11620
11621 2012-02-05 Chong Yidong <cyd@gnu.org>
11622
11623 * cus-edit.el (custom-variable-reset-backup): Quote the value
11624 before storing it in the customized-value property (Bug#6712).
11625 (custom-display): Add a customization type tag.
11626 (custom-buffer-create-internal): Improve tooltip message.
11627
11628 * wid-edit.el (widget-field-value-get): New optional arg to
11629 suppress trailing whitespace truncation.
11630 (character): Use it (Bug#2689).
11631
11632 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11633
11634 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11635 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11636
11637 2012-02-05 Chong Yidong <cyd@gnu.org>
11638
11639 * cus-edit.el (custom-variable-value-create): For mismatched
11640 types, show the current value (Bug#7600).
11641
11642 * custom.el (defcustom): Doc fix.
11643
11644 2012-02-05 Glenn Morris <rgm@gnu.org>
11645
11646 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11647
11648 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
11649
11650 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11651 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11652 (pp-last-sexp): Use `looking-at-p'.
11653
11654 2012-02-04 Glenn Morris <rgm@gnu.org>
11655
11656 * files.el (revert-buffer):
11657 Doc fix (mention revert-buffer-in-progress-p).
11658
11659 * emacs-lisp/ert-x.el (ert-simulate-command):
11660 Check deferred-action-list (which is obsolete) is bound.
11661
11662 * subr.el (with-wrapper-hook): Doc fixes.
11663
11664 * simple.el (filter-buffer-substring-functions)
11665 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11666
11667 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11668
11669 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11670 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11671
11672 2012-02-04 Leo Liu <sdl.web@gmail.com>
11673
11674 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11675
11676 2012-02-04 Glenn Morris <rgm@gnu.org>
11677
11678 * image.el (image-extension-data): Add obsolete alias.
11679
11680 * isearch.el (isearch-update): Doc fix.
11681
11682 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11683
11684 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11685
11686 2012-02-03 Glenn Morris <rgm@gnu.org>
11687
11688 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11689 (image-animate-timeout): Doc fix.
11690
11691 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11692
11693 2012-02-02 Glenn Morris <rgm@gnu.org>
11694
11695 * server.el (server-auth-dir): Doc fix.
11696 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11697
11698 * subr.el (run-mode-hooks): Doc fix.
11699
11700 2012-02-02 Juri Linkov <juri@jurta.org>
11701
11702 * image-mode.el (image-toggle-display-image): Remove tautological
11703 `major-mode' from the `derived-mode-p' test.
11704
11705 2012-02-02 Kenichi Handa <handa@m17n.org>
11706
11707 * composite.el (compose-region): Cancel previous change.
11708
11709 2012-02-02 Kenichi Handa <handa@m17n.org>
11710
11711 * composite.el (compose-region, compose-string): Signal error for
11712 a null string component (Bug#6988).
11713
11714 2012-02-01 Chong Yidong <cyd@gnu.org>
11715
11716 * view.el (view-buffer-other-window, view-buffer-other-frame):
11717 Handle special modes like view-buffer (Bug#10650).
11718 (view-buffer): Simplify.
11719
11720 * frame.el (set-frame-font): Tweak meaning of third argument.
11721
11722 * dynamic-setting.el (font-setting-change-default-font):
11723 Use set-frame-font (Bug#9982).
11724
11725 2012-02-01 Glenn Morris <rgm@gnu.org>
11726
11727 * progmodes/compile.el (compilation-internal-error-properties):
11728 Respect compilation-first-column in the "*compilation*" buffer.
11729
11730 * emacs-lisp/easy-mmode.el (define-minor-mode):
11731 Relax :variable's test for a named function.
11732
11733 2012-01-31 Alan Mackenzie <acm@muc.de>
11734
11735 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11736 off by one error.
11737
11738 2012-01-31 Chong Yidong <cyd@gnu.org>
11739
11740 * frame.el (set-frame-font): New arg ALL-FRAMES.
11741
11742 * menu-bar.el (menu-set-font): Use set-frame-font.
11743
11744 * faces.el (face-spec-reset-face): Don't apply unspecified
11745 attribute values to the default face.
11746
11747 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11748
11749 * progmodes/cwarn.el (cwarn): Remove dead link.
11750 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11751 Remove * from defcustom docstrings.
11752 (turn-on-cwarn-mode): Make obsolete.
11753 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11754 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11755
11756 2012-01-31 Glenn Morris <rgm@gnu.org>
11757
11758 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11759 Fix :variable handling of mode a symbol not equal to modefun.
11760 Allow named functions to be used as the cdr of :variable.
11761
11762 2012-01-30 Glenn Morris <rgm@gnu.org>
11763
11764 * emacs-lisp/authors.el (authors-fixed-entries):
11765 Remove reference to deleted file rnewspost.el.
11766
11767 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11768
11769 * window.el (window-with-parameter): Remove unused variable `windows'.
11770 (window--side-check): Remove unused variable `code'.
11771 (window--resize-siblings): Remove unused variable `first'.
11772 (adjust-window-trailing-edge): Remove unused variable `failed'.
11773 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11774 Use `let', not `let*'.
11775 (balance-windows-2): Remove unused variable `found'.
11776 (window--state-put-2): Remove unused variable `splits'.
11777 (window-state-put): Remove unused variable `selected'.
11778 (same-window-p): Use `string-match-p'.
11779 (display-buffer-assq-regexp): Remove unused variable `value'.
11780 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11781 Mark argument ALIST as ignored.
11782 (pop-to-buffer): Remove unused variable `old-window'.
11783
11784 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11785
11786 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11787 and .lzma compressed files.
11788
11789 2012-01-29 Chong Yidong <cyd@gnu.org>
11790
11791 * frame.el (window-system-default-frame-alist): Doc fix.
11792
11793 * dynamic-setting.el (font-setting-change-default-font): Don't
11794 change the default face if SET-FONT argument is non-nil (Bug#9982).
11795
11796 2012-01-29 Samuel Bronson <naesten@gmail.com>
11797
11798 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11799
11800 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11801
11802 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11803 breakpoints in files outside current directory (Bug#6098).
11804
11805 2012-01-29 Chong Yidong <cyd@gnu.org>
11806
11807 * progmodes/python.el: Require ansi-color at top-level.
11808
11809 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11810 Define and use in Emacs Lisp mode (Bug#9360).
11811 (lisp-mode-abbrev-table): Add doc.
11812 (lisp-mode-variables): Don't set local-abbrev-table.
11813 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11814
11815 2012-01-28 Roland Winkler <winkler@gnu.org>
11816
11817 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11818
11819 2012-01-28 Roland Winkler <winkler@gnu.org>
11820
11821 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11822 (bibtex-set-dialect): Use it. Either set global values of
11823 dialect-dependent variables or bind these variables buffer-locally
11824 (Bug#10254).
11825 (bibtex-mode): Call bibtex-set-dialect via
11826 hack-local-variables-hook.
11827 (bibtex-dialect): Update docstring.
11828 Add safe-local-variable predicate.
11829 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11830 bibtex-set-dialect.
11831 (bibtex-mode-map): Define menu for each dialect.
11832 (bibtex-entry): Fix docstring.
11833
11834 2012-01-28 Chong Yidong <cyd@gnu.org>
11835
11836 * eshell/esh-arg.el (eshell-quote-argument): New function.
11837
11838 * eshell/esh-ext.el (eshell-invoke-batch-file):
11839 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11840 first arg to eshell-parse-command (Bug#10523).
11841
11842 2012-01-28 Drew Adams <drew.adams@oracle.com>
11843
11844 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11845 `default-directory' is non-nil.
11846
11847 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11848
11849 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11850 line that displays system-configuration-options. (Bug#9924)
11851
11852 2012-01-28 Drew Adams <drew.adams@oracle.com>
11853
11854 * descr-text.el (describe-char): Show information about POS, in
11855 addition to information about the character at POS. Improve and
11856 update the doc string. Change "code point" to "code point in
11857 charset", to avoid confusion with the character's Unicode code
11858 point shown above that. (Bug#10129)
11859
11860 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11861
11862 * descr-text.el (describe-char): Show the raw character, not only
11863 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11864 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11865 for the reasons.
11866
11867 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11868
11869 * emacs-lisp/package.el (package-install):
11870 Run package-refresh-contents if there is no archive yet (Bug#9798).
11871
11872 2012-01-28 Chong Yidong <cyd@gnu.org>
11873
11874 * emacs-lisp/package.el (package-maybe-load-descriptor):
11875 New function, split from package-maybe-load-descriptor.
11876 (package-maybe-load-descriptor): Use it.
11877 (package-download-transaction): Fully load required packages
11878 inside the loop, so that `require' calls work (Bug#10593).
11879 (package-install): No need to call package-initialize now.
11880
11881 2012-01-28 Chong Yidong <cyd@gnu.org>
11882
11883 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11884
11885 * tooltip.el (tooltip-mode): Doc fix.
11886 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11887
11888 * frame.el (set-cursor-color): Doc fix (Bug#352).
11889
11890 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11891 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11892
11893 * cus-edit.el (custom-buffer-create-internal): Fix search button
11894 action (Bug#10542).
11895 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11896
11897 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11898
11899 * dired.el (dired-mark-files-regexp):
11900 Include any subdirectory components. (Bug#10445)
11901
11902 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11903
11904 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11905 Handle [host]:port syntax. (Bug#10533)
11906
11907 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11908
11909 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11910
11911 2012-01-26 Glenn Morris <rgm@gnu.org>
11912
11913 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11914 * term.el (term-raw-escape-map): Use Control-X-prefix.
11915 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11916
11917 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11918
11919 * window.el (window-state-get, window--state-get-1): Don't deal
11920 with fixed-sizeness of windows. Simplify code.
11921
11922 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11923
11924 * window.el (window--state-get-1, window--state-put-2):
11925 Don't save and restore the mark.
11926
11927 2012-01-25 Chong Yidong <cyd@gnu.org>
11928
11929 * custom.el (custom-variable-p): Doc fix.
11930
11931 2012-01-25 Glenn Morris <rgm@gnu.org>
11932
11933 * dired.el (dired-goto-file): Handle some of the more common
11934 characters that `ls -b' escapes. (Bug#10596)
11935
11936 * progmodes/compile.el (compilation-next-error-function):
11937 Respect compilation-first-column in the "*compilation*" buffer.
11938 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11939
11940 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11941
11942 2012-01-24 Glenn Morris <rgm@gnu.org>
11943
11944 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11945
11946 2012-01-24 Julien Danjou <julien@danjou.info>
11947
11948 * color.el (color-rgb-to-hsl): Fix value computing.
11949 (color-hue-to-rgb): New function.
11950 (color-hsl-to-rgb): New function.
11951 (color-clamp, color-saturate-hsl, color-saturate-name)
11952 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11953 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11954
11955 2012-01-24 Glenn Morris <rgm@gnu.org>
11956
11957 * vc/vc-rcs.el (vc-rcs-create-tag):
11958 * vc/vc-sccs.el (vc-sccs-create-tag):
11959 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11960
11961 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11962
11963 * eshell/esh-util.el (eshell-read-hosts-file):
11964 Skip comment lines. (Bug#10549)
11965
11966 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11967
11968 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11969
11970 * subr.el (display-delayed-warnings): Doc fix.
11971 (collapse-delayed-warnings): New function to collapse identical
11972 adjacent warnings.
11973 (delayed-warnings-hook): Add it.
11974
11975 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11976
11977 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11978
11979 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11980 (tramp-default-user-alist): Don't add "pscp".
11981 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11982 property "login-as", if set. (Bug#10530)
11983
11984 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11985
11986 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11987 "plink1" and "psftp". (Bug#10530)
11988
11989 2012-01-21 Kenichi Handa <handa@m17n.org>
11990
11991 * international/mule-cmds.el (prefer-coding-system): Show a
11992 warning message if the default value of file-name-coding-system
11993 was not changed.
11994
11995 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11996
11997 * windmove.el (windmove-reference-loc):
11998 Fix windmove-reference-loc miscalculation.
11999
12000 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
12001
12002 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
12003 default unit.
12004
12005 2012-01-21 Glenn Morris <rgm@gnu.org>
12006
12007 * international/mule.el (auto-coding-alist): Add .tbz.
12008
12009 * files.el (local-enable-local-variables): Doc fix.
12010 (inhibit-local-variables-regexps): Rename from
12011 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
12012 Doc fix. Add some extensions from auto-coding-alist.
12013 (inhibit-local-variables-suffixes):
12014 Rename from inhibit-first-line-modes-suffixes. Doc fix.
12015 (inhibit-local-variables-p):
12016 New function, extracted from set-auto-mode-1.
12017 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
12018 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
12019 (hack-local-variables): Doc fix. Make the mode-only case
12020 respect enable-local-variables and friends.
12021 Respect inhibit-local-variables-regexps for file-locals, but
12022 not for directory-locals.
12023 (set-visited-file-name):
12024 Take account of inhibit-local-variables-regexps.
12025 Whether it applies may change as the file name is changed.
12026 * jka-cmpr-hook.el (jka-compr-install):
12027 * jka-compr.el (jka-compr-uninstall):
12028 Update for inhibit-first-line-modes-suffixes name change.
12029
12030 2012-01-20 Martin Rudalics <rudalics@gmx.at>
12031
12032 * help-macro.el (make-help-screen): Temporarily restore original
12033 binding for minor-mode-map-alist (Bug#10454).
12034
12035 2012-01-19 Julien Danjou <julien@danjou.info>
12036
12037 * color.el (color-name-to-rgb): Use the white color to find the max
12038 color component value and return correctly computed values.
12039 (color-name-to-rgb): Add missing float conversion for max value.
12040
12041 2012-01-19 Martin Rudalics <rudalics@gmx.at>
12042
12043 * window.el (window--state-get-1, window-state-get): Do not use
12044 special state value for window-persistent-parameters.
12045 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
12046 (window--state-put-2): Reset all window parameters to nil before
12047 assigning values of persistent parameters.
12048
12049 2012-01-18 Alan Mackenzie <acm@muc.de>
12050
12051 Eliminate sluggishness and hangs in fontification of "semicolon
12052 deserts".
12053
12054 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
12055 Change value 10000 -> 3000.
12056 (c-state-safe-place): Reformulate so it doesn't stack up an
12057 infinite number of wrong entries in c-state-nonlit-pos-cache.
12058 (c-determine-limit-get-base, c-determine-limit): New functions to
12059 determine backward search limits disregarding literals.
12060 (c-find-decl-spots): Amend commenting.
12061 (c-cheap-inside-bracelist-p): New function which detects "={".
12062
12063 * progmodes/cc-fonts.el
12064 (c-make-font-lock-BO-decl-search-function): Give a limit to a
12065 backward search.
12066 (c-font-lock-declarations): Fix an occurrence of point being
12067 undefined. Check additionally for point being in a bracelist or
12068 near a macro invocation without a semicolon so as to avoid a
12069 fruitless time consuming search for a declarator. Give a more
12070 precise search limit for declarators using the new
12071 c-determine-limit.
12072
12073 2012-01-18 Glenn Morris <rgm@gnu.org>
12074
12075 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
12076 (set-auto-mode): Doc fixes.
12077
12078 2012-01-17 Glenn Morris <rgm@gnu.org>
12079
12080 * isearch.el (search-nonincremental-instead): Fix doc typo.
12081
12082 * dired.el (dired-insert-directory): Handle newlines in directory name.
12083 (dired-build-subdir-alist): Unescape newlines in directory name.
12084
12085 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
12086
12087 * net/tramp.el (tramp-local-end-of-line): New defcustom.
12088 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
12089 (tramp-action-terminal): Use it. (Bug#10530)
12090
12091 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
12092
12093 * minibuffer.el (completion--replace): Strip properties (bug#10062).
12094
12095 2012-01-16 Martin Rudalics <rudalics@gmx.at>
12096
12097 * window.el (window-state-ignored-parameters): Remove variable.
12098 (window--state-get-1): Rename argument MARKERS to IGNORE.
12099 Handle persistent window parameters. Make copy of clone-of
12100 parameter only if requested. (Bug#10348)
12101 (window--state-put-2): Install a window parameter only if it has
12102 a non-nil value or an existing parameter shall be overwritten.
12103
12104 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
12105
12106 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
12107
12108 2012-01-14 Eli Zaretskii <eliz@gnu.org>
12109
12110 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
12111 don't pass the (nil) value of `upnode' to string-match.
12112
12113 2012-01-14 Chong Yidong <cyd@gnu.org>
12114
12115 * startup.el (command-line): Fix X resource class for cursorColor.
12116 Fix values recognized by the cursorBlink resource.
12117
12118 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
12119
12120 * epg.el (epg--make-temp-file): Avoid permission race condition
12121 when running on old Emacs versions (bug#10403).
12122
12123 2012-01-14 Glenn Morris <rgm@gnu.org>
12124
12125 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
12126
12127 2012-01-13 Alan Mackenzie <acm@muc.de>
12128
12129 Fix filling for when filladapt mode is enabled.
12130
12131 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
12132 c-mask-paragraph, pass in `fill-paragraph' rather than
12133 `fill-region-as-paragraph'. (This is a reversion of a previous
12134 change.)
12135 * progmodes/cc-mode.el (c-basic-common-init):
12136 Make fill-paragraph-handle-comment buffer local and set it to nil.
12137
12138 2012-01-13 Glenn Morris <rgm@gnu.org>
12139
12140 * dired.el (dired-switches-escape-p): New function.
12141 (dired-insert-directory): Use dired-switches-escape-p.
12142 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
12143
12144 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
12145
12146 2012-01-12 Glenn Morris <rgm@gnu.org>
12147
12148 * mail/sendmail.el (mail-mode): Update paragraph-separate for
12149 changes in adaptive-fill-regexp. (Bug#10276)
12150
12151 2012-01-11 Alan Mackenzie <acm@muc.de>
12152
12153 Fix Emacs bug #10463 - put `widen's around the critical spots.
12154
12155 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
12156 widen around each invocation of c-state-pp-to-literal. Remove an
12157 unused let variable.
12158
12159 2012-01-11 Glenn Morris <rgm@gnu.org>
12160
12161 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
12162 Doc fix.
12163
12164 2012-01-10 Chong Yidong <cyd@gnu.org>
12165
12166 * net/network-stream.el (network-stream-open-starttls):
12167 Avoid emitting a confusing error message when the server gives a bad
12168 response to the capability command.
12169
12170 2012-01-10 Glenn Morris <rgm@gnu.org>
12171
12172 * mail/unrmail.el (unrmail): Tweak previous change.
12173
12174 2012-01-09 Chong Yidong <cyd@gnu.org>
12175
12176 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
12177
12178 2012-01-08 Alan Mackenzie <acm@muc.de>
12179
12180 Optimise font locking in long enum definitions.
12181
12182 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
12183 arm to a cond form to handle enums.
12184 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
12185 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
12186
12187 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
12188
12189 * files.el (move-file-to-trash): Preserve default file modes on error.
12190 (Bug#10401)
12191
12192 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12193
12194 * faces.el (set-face-attribute): Clarify the meaning of the nil
12195 frame (bug#10294).
12196
12197 * subr.el (with-selected-frame): Mention that the selected frame
12198 is restored (bug#9980).
12199
12200 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
12201 (bug#9759).
12202
12203 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
12204 (password-read): Don't autoload unused function.
12205
12206 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
12207
12208 * progmodes/which-func.el (which-func-mode): Turn into a
12209 non-interactive function and mark as obsolete (bug#10428).
12210
12211 2012-01-06 Chong Yidong <cyd@gnu.org>
12212
12213 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
12214 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
12215 functions, along with 1 and -1.
12216
12217 2012-01-06 Eli Zaretskii <eliz@gnu.org>
12218
12219 * time.el (display-time-load-average)
12220 (display-time-default-load-average): Doc fixes. See the thread
12221 starting at
12222 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
12223 for the details.
12224
12225 2012-01-06 Glenn Morris <rgm@gnu.org>
12226
12227 * mail/unrmail.el (unrmail): Give an explicit error if the input file
12228 has no messages. (Bug#10377)
12229
12230 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
12231 than Info-edit. (Bug#10385)
12232
12233 * time.el (display-time-load-average, display-time-next-load-average):
12234 Doc fixes.
12235
12236 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
12237 local setting of buffer-read-only to the input buffer. (Bug#10419)
12238
12239 * calendar/calendar.el (calendar-mode):
12240 Locally set scroll-margin to 0. (Bug#10379)
12241
12242 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
12243
12244 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
12245
12246 2012-01-05 Glenn Morris <rgm@gnu.org>
12247
12248 * eshell/em-unix.el (diff-no-select): Autoload it.
12249 (eshell/diff): Use diff-no-select. (Bug#10420)
12250
12251 2012-01-05 Chong Yidong <cyd@gnu.org>
12252
12253 * shell.el (shell-dynamic-complete-functions): Revert last change.
12254 (shell-command-completion-function): New function.
12255 (shell-completion-vars): Use it to implement
12256 shell-completion-execonly (Bug#10417).
12257
12258 * custom.el (enable-theme): Don't set custom-safe-themes.
12259
12260 * cus-theme.el (custom-theme-merge-theme):
12261 Ignore custom-enabled-themes and custom-safe-themes.
12262
12263 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
12264
12265 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
12266 first prompt in `sql-interacive-mode'.
12267 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
12268 keywords.
12269 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
12270 (sql-product-interactive): Bug fix: Set `sql-buffer' in
12271 context of original buffer. Invoke `sql-login-hook'.
12272
12273 2012-01-04 Eli Zaretskii <eliz@gnu.org>
12274
12275 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
12276 letters in cite-prefix.
12277
12278 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12279
12280 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
12281
12282 2012-01-03 Chong Yidong <cyd@gnu.org>
12283
12284 * shell.el (shell-dynamic-complete-functions):
12285 Put pcomplete-completions-at-point, so as to try
12286 comint-filename-completion first (Bug#10417).
12287
12288 2012-01-02 Richard Stallman <rms@gnu.org>
12289
12290 * battery.el (battery-status-function):
12291 Detect when to use battery-yeeloong-sysfs.
12292 (battery-echo-area-format): Add string for Yeeloong.
12293 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
12294 (battery-yeeloong-sysfs): New function.
12295
12296 2012-01-02 Chong Yidong <cyd@gnu.org>
12297
12298 * dirtrack.el (dirtrack-list): Eliminate unused third element.
12299 (dirtrack): Merge code for handling relative filenames in prompt
12300 from shell-dir-cookie-watcher.
12301 (dirtrack-debug-message): New arg to avoid excess format calls.
12302
12303 * shell.el (shell-dir-cookie-re): Variable deleted.
12304 (shell-dir-cookie-watcher): Function deleted.
12305 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
12306 with dirtrack-mode.
12307
12308 2012-01-01 Eli Zaretskii <eliz@gnu.org>
12309
12310 * term/w32-win.el (dynamic-library-alist) <gnutls>:
12311 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
12312 libgnutls-26.dll.
12313
12314 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
12315
12316 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
12317
12318 2011-12-31 Eli Zaretskii <eliz@gnu.org>
12319
12320 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
12321 headers of non-MIME messages, when rmail-enable-mime is non-nil.
12322
12323 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
12324
12325 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
12326 also for alternative shells.
12327 (tramp-open-connection-setup-interactive-shell): Check, whether
12328 the shell is a busybox.
12329 (tramp-send-command): Don't suppress multiple prompts for
12330 busyboxes, it hurts.
12331
12332 2011-12-28 Chong Yidong <cyd@gnu.org>
12333
12334 * progmodes/gdb-mi.el (gdb-get-source-file-list)
12335 (gdb-get-source-file): Move mode line update to
12336 gdb-get-source-file (Bug#10087).
12337
12338 2011-12-25 Chong Yidong <cyd@gnu.org>
12339
12340 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
12341 gud-gdb-marker-filter without taking it as an argument.
12342 (gud-gdb-run-command-fetch-lines): Caller changed.
12343 (gud-gdb-completion-function): New variable.
12344 (gud-gdb-completion-at-point): Use it.
12345 (gud-gdb-completions-1): Split from gud-gdb-completions.
12346
12347 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
12348 function as separate arguments.
12349 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
12350 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
12351 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
12352 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
12353 (gdb-stopped, def-gdb-auto-update-trigger)
12354 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
12355 (gdb-get-changed-registers, gdb-get-main-selected-frame):
12356 Callers changed.
12357 (gud-gdbmi-completions): New function.
12358 (gdb): Use it for generating the completion table.
12359
12360 2011-12-24 Alan Mackenzie <acm@muc.de>
12361
12362 Introduce a mechanism to widen the region used in context font
12363 locking. Use this to protect declarations from losing their contexts.
12364
12365 * progmodes/cc-langs.el (c-before-font-lock-functions):
12366 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
12367 (c-before-context-fontification-functions): New defvar, a list of
12368 functions to be run just before context (etc.) font locking.
12369
12370 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
12371 New, functionality extracted from
12372 c-neutralize-syntax-in-and-mark-CPP.
12373 (c-in-after-change-fontification): New variable.
12374 (c-after-change): Set c-in-after-change-fontification.
12375 (c-set-fl-decl-start): Rejig its interface, so it can be called
12376 from both after-change and context fontifying.
12377 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
12378 New functions.
12379 (c-standard-font-lock-fontify-region-function): New variable.
12380 (c-font-lock-fontify-region): New function.
12381
12382 2011-12-24 Juri Linkov <juri@jurta.org>
12383
12384 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
12385 (Bug#10348)
12386
12387 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
12388
12389 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
12390 existence of source file. (Bug#10325)
12391
12392 2011-12-23 Alan Mackenzie <acm@muc.de>
12393
12394 Fix unstable fontification inside templates.
12395
12396 * progmodes/cc-langs.el (c-before-font-lock-functions):
12397 Newly created from the singular version. The (c c++ objc) entry now
12398 additionally has c-set-fl-decl-start. The other languages (apart
12399 from AWK) have that as a single entry.
12400
12401 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12402 The functionality for "local" declarations has been extracted to
12403 c-set-fl-decl-start.
12404
12405 * progmodes/cc-mode.el (c-common-init, c-after-change):
12406 Changes due to pluralisation of c-before-font-lock-functions.
12407 (c-set-fl-decl-start): New function, extracted from
12408 c-font-lock-enclosing-decls and enhanced.
12409
12410 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
12411
12412 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
12413
12414 2011-12-22 Juri Linkov <juri@jurta.org>
12415
12416 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
12417
12418 2011-12-22 Chong Yidong <cyd@gnu.org>
12419
12420 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
12421
12422 2011-12-21 Drew Adams <drew.adams@oracle.com>
12423
12424 * files.el (file-remote-p): Fix docstring. (Bug#10319)
12425
12426 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12427
12428 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
12429
12430 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12431
12432 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
12433 highlighting and support. Fix up comments for capitalization.
12434 (cfengine-mode-debug): New var.
12435 (cfengine3-mode): Change the modeline indicator to "CFE3".
12436 (cfengine3-font-lock-keywords): Improve defun highlighting.
12437 (cfengine2-actions): Rename from `cfengine-actions'.
12438 (cfengine2-font-lock-keywords): Rename from
12439 `cfengine-font-lock-keywords'.
12440 (cfengine2-imenu-expression): Rename from
12441 `cfengine-imenu-expression'.
12442 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
12443 (cfengine2-beginning-of-defun): Rename from
12444 `cfengine-beginning-of-defun'.
12445 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
12446 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
12447 (cfengine2-mode): Rename from `cfengine-mode'. Change the
12448 modeline indicator to "CFE2".
12449 (cfengine-mode): Defalias to `cfengine-auto-mode'.
12450 (cfengine-mode-abbrevs): Mark obsolete.
12451
12452 2011-12-21 Chong Yidong <cyd@gnu.org>
12453
12454 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
12455 filename argument.
12456
12457 2011-12-20 Martin Rudalics <rudalics@gmx.at>
12458
12459 * window.el (window-normalize-buffer-to-display): Remove.
12460 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
12461
12462 2011-12-19 Chong Yidong <cyd@gnu.org>
12463
12464 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
12465 Don't signal an error in a predicate function; return non-nil.
12466 (vc-dir-mark-file): Move the error here.
12467 (vc-dir-mark-unmark): If acting on the region, keep going if one
12468 of the entries cannot be marked/unmarked.
12469 (vc-dir-mark-all-files): If current entry is a directory, mark
12470 only child files, as documented.
12471
12472 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
12473
12474 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
12475 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
12476 addition.
12477
12478 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
12479
12480 * term/ns-win.el (ns-get-selection-internal)
12481 (ns-store-selection-internal): Declare.
12482 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12483 Declare as obsolete.
12484 (ns-get-pasteboard, ns-paste-secondary):
12485 Use ns-get-selection-internal.
12486 (ns-set-pasteboard, ns-copy-including-secondary):
12487 Use ns-store-selection-internal.
12488
12489 2011-12-17 Chong Yidong <cyd@gnu.org>
12490
12491 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
12492 (vc-deduce-fileset): Doc fix.
12493
12494 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
12495
12496 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12497
12498 2011-12-13 Sam Steingold <sds@gnu.org>
12499
12500 * man.el (Man-getpage-in-background): When running under a
12501 window-system, ignore $MANWIDTH and $COLUMNS.
12502
12503 2011-12-15 Kenichi Handa <handa@m17n.org>
12504
12505 * language/ethio-util.el: Change coding tag to utf-8-emacs.
12506 (setup-ethiopic-environment-internal): Comment out key-binding for
12507 ethio-toggle-punctuation.
12508
12509 2011-12-13 Alan Mackenzie <acm@muc.de>
12510
12511 Add the switch statement to AWK Mode.
12512
12513 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
12514 "default" to the keywords regexp.
12515
12516 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
12517 expression as the rest.
12518 (c-nonlabel-token-key): Allow string literals for AWK.
12519 Refactor for the other modes.
12520
12521 Large brace-block initialisation makes CC Mode slow: Fix.
12522 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
12523 routines. Limit backward searching in c-font-lock-enclosing.decl.
12524
12525 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12526 pp-state and literal type in addition to the limits.
12527 (c-state-safe-place): New defun, extracted from c-state-literal-at.
12528 (c-state-literal-at): Use the above new defun.
12529 (c-slow-in-literal, c-fast-in-literal): Remove.
12530 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
12531
12532 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12533 being in a literal. Add a limit for backward searching.
12534
12535 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12536 c-slow-in-literal.
12537
12538 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12539
12540 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12541
12542 2011-12-13 Martin Rudalics <rudalics@gmx.at>
12543
12544 * window.el (delete-other-windows): Use correct frame in call to
12545 window-with-parameter.
12546
12547 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12548
12549 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12550 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12551 (makefile-gmake-statements, makefile-makepp-statements):
12552 Use it and add new makepp keywords.
12553 (makefile-makepp-font-lock-keywords): Add new patterns.
12554 (makefile-match-function-end): Match new [...] and [[...]].
12555
12556 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
12557
12558 * ses.el (ses-call-printer-return, ses-cell-property-get)
12559 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12560 (ses-create-cell-variable, ses-reset-header-string)
12561 (ses-cell-set-formula, ses-repair-cell-reference-all)
12562 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12563 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12564 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12565 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12566 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12567 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12568 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12569 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12570 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12571 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12572 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12573 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12574
12575 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12576
12577 * ses.el: The overall change is to add cell renaming, that is
12578 setting fancy names for cell symbols other than name matching
12579 "\\`[A-Z]+[0-9]+\\'" regexp .
12580 (ses-create-cell-variable): New defun.
12581 (ses-relocate-formula): Relocate formulas only for cells the
12582 symbols of which are not renamed, i.e. symbols whose names do not
12583 match regexp "\\`[A-Z]+[0-9]+\\'".
12584 (ses-relocate-all): Relocate values only for cells the symbols of
12585 which are not renamed.
12586 (ses-load): Create cells variables as the (ses-cell ...) are read,
12587 in order to check row col consistency with cell symbol name only
12588 for cells that are not renamed.
12589 (ses-replace-name-in-formula): New defun.
12590 (ses-rename-cell): New defun.
12591
12592 2011-12-11 Chong Yidong <cyd@gnu.org>
12593
12594 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12595 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12596
12597 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12598
12599 * window.el (other-window): Fix docstring.
12600
12601 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12602
12603 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12604 `from' or `to' address before taking its substring.
12605 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12606 encoded name is chopped in the middle of the encoded string, and
12607 thus displayed encoded.
12608
12609 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
12610
12611 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12612
12613 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12614
12615 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12616 to use texinfo-update-node and commands that call it if the
12617 Texinfo file uses @node lines without next/prev/up pointers.
12618 Correct outdated description about texinfo-master-menu.
12619 (texinfo-all-menus-update, texinfo-master-menu)
12620 (texinfo-update-node, texinfo-every-node-update)
12621 (texinfo-multiple-files-update): Doc fix. Warn against updating
12622 all the @node lines.
12623 (texinfo-master-menu): Only call texinfo-update-node if the prefix
12624 argument is numeric. Explain better in the doc string what the
12625 function really does.
12626 (texinfo-insert-master-menu-list): Improve the error message
12627 displayed if there's no menu in the Top node.
12628 (Bug#2975) See also this thread:
12629 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12630
12631 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12632
12633 * speedbar.el (speedbar-supported-extension-expressions):
12634 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12635
12636 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
12637
12638 * printing.el (pr-mode-alist):
12639 * simple.el (filter-buffer-substring-functions)
12640 (completion-list-insert-choice-function):
12641 * window.el (window-with-parameter, window-atom-root)
12642 (window-sides-slots, window-size-fixed, window-min-delta)
12643 (window-max-delta, window--resize-mini-window)
12644 (window--resize-child-windows-normal, window-tree)
12645 (delete-other-windows, quit-window, split-window)
12646 (display-buffer-record-window, special-display-buffer-names)
12647 (special-display-regexps, special-display-popup-frame)
12648 (same-window-p, split-window-sensibly)
12649 (display-buffer-overriding-action, display-buffer-alist)
12650 (display-buffer-base-action, display-buffer, switch-to-buffer)
12651 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12652 (fit-window-to-buffer, recenter-positions)
12653 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12654 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12655 and remove unneeded backslashes in docstrings.
12656
12657 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12658
12659 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12660
12661 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12662 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12663 end in ".mk".
12664 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12665 when reading the makefile (bug#10116).
12666
12667 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12670 (bug#10116).
12671
12672 2011-12-06 Glenn Morris <rgm@gnu.org>
12673
12674 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12675
12676 2011-12-06 Chong Yidong <cyd@gnu.org>
12677
12678 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12679
12680 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12681
12682 * textmodes/table.el (table-shorten-cell): Fix typo.
12683
12684 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12685
12686 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12687
12688 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12689
12690 * descr-text.el (describe-char): Fix display of strong
12691 right-to-left characters and directional embeddings and overrides.
12692
12693 * simple.el (what-cursor-position): Fix display of codepoints of
12694 strong right-to-left characters.
12695
12696 2011-12-05 Chong Yidong <cyd@gnu.org>
12697
12698 * faces.el (read-color): Doc fix.
12699
12700 2011-12-05 Glenn Morris <rgm@gnu.org>
12701
12702 * align.el (align--set-marker): Add doc-string.
12703 Don't try to move something that is not a marker. (Bug#10216)
12704
12705 2011-12-04 Glenn Morris <rgm@gnu.org>
12706
12707 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12708 overly zealous deletion of trailing whitespace.
12709
12710 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12711
12712 * server.el (server-delete-client): On Windows, do not try to delete
12713 the only terminal.
12714 (server-process-filter): On Windows, treat requests for a tty frame as
12715 if they were for a GUI frame if the running server is in GUI mode.
12716
12717 2011-12-03 Glenn Morris <rgm@gnu.org>
12718
12719 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12720
12721 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * electric.el: Streamline electric-indent's hook.
12724 (electric-indent-chars): Revert to simple list.
12725 (electric-indent-functions): New var.
12726 (electric-indent-post-self-insert-function): Use it.
12727
12728 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12729 there's no inferior buffer (bug#10196).
12730 (prolog-consult-compile): Don't use toggle-read-only.
12731
12732 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12733
12734 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12735 interrupt. (Bug#10187)
12736
12737 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12740 (bug#9160).
12741
12742 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12743 (bug#10191).
12744
12745 2011-12-02 Juri Linkov <juri@jurta.org>
12746
12747 * info.el (Info-search): Display "end of manual" when Isearch
12748 reaches the end of single-file Info manual. (Bug#9918)
12749
12750 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12751
12752 * isearch.el (isearch-message-prefix): Run the input method part
12753 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12754
12755 2011-12-02 Juri Linkov <juri@jurta.org>
12756
12757 * isearch.el (isearch-occur): Use `word-search-regexp' for
12758 `isearch-word'.
12759 (isearch-search-and-update): Add condition for `isearch-word' and
12760 call `word-search-regexp'. (Bug#10145)
12761
12762 2011-12-01 Glenn Morris <rgm@gnu.org>
12763
12764 * eshell/em-hist.el (eshell-hist-initialize):
12765 Handle eshell-history-size nil and HISTSIZE set or unset.
12766 (eshell-history-file-name, eshell-history-size): Fix custom type.
12767
12768 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12771
12772 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12773
12774 * progmodes/verilog-mode.el (verilog-pretty-expr):
12775 Rework verilog-pretty-expr to handle new assignment operators in system
12776 verilog, such as += *= and the like.
12777 (verilog-assignment-operator-re): Regular expression to find the
12778 assigment operator in a verilog assignment.
12779 (verilog-assignment-operation-re): Regular expression to find an
12780 assignment statement for pretty-expr.
12781 (verilog-in-attribute-p): Query returns true if point is in an
12782 attribute context; used to skip these for expression line up from
12783 pretty-expr.
12784 (verilog-in-parameter-p): Query returns true if point is in an
12785 parameter definition context; used to skip these for expression
12786 line up from pretty-expr.
12787 (verilog-in-parenthesis-p): Query returns true if point is in a
12788 parenthetical expression, specifically ( ) but not [ ] or { };
12789 used by pretty-expr.
12790 (verilog-just-one-space): If there is no space, don't add one.
12791 (verilog-get-lineup-indent-2): Specifically skip just attribute
12792 contexts for expression lineup, rather than skipping all
12793 parenthetical expressions.
12794 (verilog-calculate-indent): Fix comment, and fix indent.
12795 (verilog-do-indent): Indent declarations in lists (suggested by
12796 Joachim Lechner).
12797 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12798 skeleton items.
12799 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12800 by Alain Mellan).
12801
12802 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12803
12804 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12805 parameters with embedded comments. Reported by Ray Stevens.
12806 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12807 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12808 Reported by Tim Holt.
12809 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12810 instantiated by upper module causing wrong expansion until AUTOed a
12811 second time. Reported by K C Buckenmaier.
12812 (verilog-diff-auto): Fix showing .* as a difference when
12813 `verilog-auto-star-save' off. Reported by Dan Dever.
12814 (verilog-auto-reset, verilog-read-always-signals)
12815 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12816 temporary signals in reset list if
12817 verilog-auto-reset-blocking-in-non is nil, and match assignment
12818 style to each signal's assignment type, bug381.
12819 Reported by Thomas Esposito.
12820 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12821 (verilog-uvm-statement-re): Support UVM indentation and
12822 highlighting, with old OVM keywords only.
12823 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12824 Support AUTOTIEOFF creating non-wire data types.
12825 Suggested by Jonathan Greenlaw.
12826 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12827 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12828 (verilog-inject-sense, verilog-read-inst-pins)
12829 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12830 Fix mismatching parenthesis inside commented out code when deleting
12831 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12832 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12833 non-numeric vector width. Reported by Alex Reed.
12834 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12835 detecting signals with parameter widths. Reported by Alex Reed.
12836 (verilog-auto-delete-trailing-whitespace):
12837 With `verilog-auto-delete-trailing-whitespace' remove trailing
12838 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12839 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12840 Fix verilog-scan-cache corruption when running user AUTO expansion
12841 hooks that call indentation routines.
12842 (verilog-simplify-range-expression): Fix typo ignoring lower case
12843 identifiers.
12844 (verilog-delete-auto): Fix delete-autos to also remove user created
12845 automatics, as long as they start with AUTO.
12846 (verilog-batch-diff-auto, verilog-diff-auto)
12847 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12848 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12849 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12850 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12851 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12852 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12853 is disabled and its cache will get corrupt, causing AUTOS not to
12854 expand. Instead use only -quick functions.
12855 (verilog-scan-region): Fix scanning over escaped quotes.
12856 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12857 (verilog-re-search-backward-quick)
12858 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12859 related functions now ignore strings, to fix misparsing of strings
12860 with magic comments embedded in them.
12861 (verilog-read-auto-template):
12862 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12863 Reported by Brad Dobbie.
12864 (verilog-read-auto-template):
12865 Fix 'verilog-auto-inst-template-numbers' with comments.
12866 Reported by Brad Dobbie.
12867 (verilog-auto-inst, verilog-auto-inst-param)
12868 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12869 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12870 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12871 debugging templates without merge conflicts, bug357.
12872 Reported by Brad Dobbie.
12873 (verilog-read-auto-template):
12874 Fix verilog-auto-inst-template-numbers with multiple templates.
12875 Reported by Brad Dobbie.
12876 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12877 abbrevs so user won't be asked to save.
12878 (verilog-read-auto-lisp-present): Fix to start at beginning of
12879 buffer in case called outside of verilog-auto.
12880 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12881 to "X-2". Reported by Matthew Myers.
12882 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12883 all inputs from module templates. Reported by Leith Johnson.
12884 (verilog-module-inside-filename-p): Fix locating programs as with
12885 modules.
12886 (verilog-auto-inst-port): Fix vl-width expressions when using
12887 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12888 (verilog-decls-get-regs, verilog-decls-get-signals,
12889 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12890 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12891 verilog-read-decls): Combine reg and wire structures into one var
12892 structure to represent SystemVerilog concepts.
12893 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12894 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12895 (verilog-auto-wire-type, verilog-insert-definition):
12896 Add verilog-auto-wire-type and AUTOLOGIC to support using
12897 SystemVerilog "logic" keyword instead of "wire"/"reg".
12898 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12899 to declares outputs that also have assignments (presumably in an
12900 ifdef or generate if so there's not a driver conflict).
12901 Reported by Matthew Myers.
12902 (verilog-auto-declare-nettype, verilog-insert-definition):
12903 Add verilog-auto-declare-nettype to fix declarations using
12904 `default_nettype none. Reported by Julian Gorfajn.
12905 (verilog-read-always-signals-recurse, verilog-read-decls)
12906 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12907 malformed end statement, bug325. Reported by Joshua Wise and
12908 Andrew Drake.
12909 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12910 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12911 when expanding .* in interfaces, bug320.
12912 Reported by Pierre-David Pfister.
12913 (verilog-read-module-name): Fix import statements between module
12914 name and open parenthesis, bug317.
12915 Reported by Pierre-David Pfister.
12916 (verilog-simplify-range-expression): Fix simplification of
12917 multiplications inside AUTOWIRE connections, bug303.
12918 (verilog-auto-inst-port): Support parameter expansion in
12919 multidimensional arrays.
12920 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12921 after "assert property". Reported by Julian Gorfajn.
12922 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12923 with multiplication, bug303.
12924 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12925 Reported by Jan Frode Lonnum.
12926
12927 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12928
12929 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12930 (hfy-shell-file-name, hfy-shell):
12931 * international/fontset.el (x-decompose-font-name): Fix typos.
12932
12933 2011-11-29 Ken Brown <kbrown@cornell.edu>
12934
12935 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12936 (gdb-version): Remove defvar.
12937 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12938 (gdb-gud-context-command, gdb-non-stop-handler)
12939 (gdb-current-context-command, gdb-stopped): Use it.
12940 (gdb-init-1): Enable pretty printing here.
12941 (gdb-non-stop-handler): Don't enable pretty-printing here.
12942 Check to see if the target supports non-stop mode; if not, turn off
12943 non-stop mode. Use the following.
12944 (gdb-check-target-async): New defun.
12945 (gud-watch, gdb-stopped): Fix whitespace.
12946 (gdb-get-source-file): Don't try to display the source file if
12947 `gdb-main-file' is nil.
12948
12949 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12950
12951 * align.el: Try to generate fewer markers (bug#10047).
12952 (align--set-marker): New macro.
12953 (align-region): Use it.
12954
12955 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12958
12959 2011-11-29 Chong Yidong <cyd@gnu.org>
12960
12961 * indent.el (indent-for-tab-command, indent-according-to-mode):
12962 Doc fix.
12963 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12964
12965 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12966
12967 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12968 aware of remote file names. (Bug#10124)
12969
12970 2011-11-29 Chong Yidong <cyd@gnu.org>
12971
12972 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12973
12974 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12975
12976 * files.el (find-file): Don't use force-same-window (bug#10144).
12977 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12978 use pop-to-buffer if the selected window can't be used.
12979 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12980
12981 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12982
12983 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12984 special-mode-map.
12985
12986 2011-11-28 Chong Yidong <cyd@gnu.org>
12987
12988 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12989
12990 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12991
12992 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12993 gdb-get-source-file-list on gdb-create-source-file-list.
12994
12995 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12996
12997 * whitespace.el (whitespace-newline): Use a different foreground
12998 color for 16-color light-background displays.
12999
13000 2011-11-24 Chong Yidong <cyd@gnu.org>
13001
13002 * window.el (display-buffer--special-action): Doc fix.
13003
13004 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
13005
13006 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
13007 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
13008 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
13009 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
13010 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
13011 (avl-tree-stack-first):
13012 * emacs-lisp/cconv.el (cconv--analyse-use):
13013 * net/gnutls.el (gnutls-negotiate): Fix typos.
13014
13015 2011-11-24 Glenn Morris <rgm@gnu.org>
13016
13017 * lpr.el (lpr-windows-system, lpr-lp-system):
13018 * mail/binhex.el (binhex-begin-line):
13019 * progmodes/grep.el (grep-history, grep-find-history):
13020 * textmodes/flyspell.el:
13021 * vc/pcvs-defs.el (cvs-global-menu):
13022 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
13023 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
13024 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
13025
13026 * net/tls.el: Fix case of "GnuTLS".
13027
13028 * paths.el (rmail-file-name): Format doc-string for make-docfile.
13029
13030 * version.el (emacs-build-system): Give it a doc-string.
13031
13032 2011-11-24 Juri Linkov <juri@jurta.org>
13033
13034 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
13035
13036 2011-11-24 Glenn Morris <rgm@gnu.org>
13037
13038 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
13039 if called on a non-mime message just toggle the headers. (Bug#8006)
13040
13041 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
13042
13043 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
13044 (allout-lead-with-comment-string, allout-structure-deleted-hook)
13045 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
13046 (allout-rebullet-heading, allout-open-sibtopic)
13047 (allout-toggle-current-subtree-encryption)
13048 (allout-toggle-subtree-encryption, allout-encrypt-string)
13049 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
13050 (allout-distinctive-bullets-string, allout-auto-activation):
13051 * window.el (window-normalize-buffer-to-display):
13052 * progmodes/verilog-mode.el (verilog-batch-indent):
13053 * textmodes/bibtex.el (bibtex-field-braces-opt)
13054 (bibtex-field-strings-opt):
13055 * vc/cvs-status.el (cvs-tree-merge):
13056 Fix typos.
13057
13058 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
13059
13060 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
13061 `non-essential' to t, in order to avoid remote connections.
13062
13063 2011-11-23 Eli Zaretskii <eliz@gnu.org>
13064
13065 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13066 On MS-DOS and MS-Windows, compare with loaddefs.el
13067 case-insensitively.
13068
13069 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13070
13071 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
13072
13073 2011-11-23 Glenn Morris <rgm@gnu.org>
13074
13075 * paths.el (rmail-file-name): Reformat the doc-string so that it
13076 is picked up.
13077
13078 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
13079 (rmail-auto-file): Ignore case in the "special" field names,
13080 as mail-fetch-field does for all others.
13081
13082 * mail/rmail.el (rmail-forward):
13083 * mail/rmailkwd.el (rmail-set-label):
13084 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
13085 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
13086
13087 * mail/rmail.el (rmail-current-message): Doc fix.
13088
13089 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
13090
13091 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * server.el (server-eval-and-print): Allow C-g (bug#6585).
13094
13095 2011-11-22 Glenn Morris <rgm@gnu.org>
13096
13097 * mail/rmailmm.el (test-rmail-mime-handler)
13098 (test-rmail-mime-bulk-handler)
13099 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
13100
13101 2011-11-21 Juri Linkov <juri@jurta.org>
13102
13103 * calc/calc.el (calc-read-key-sequence):
13104 Let-bind `input-method-function' to nil. (Bug#10018)
13105
13106 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13107
13108 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
13109 Tell the caller that the next line needs recomputation, even
13110 though it doesn't start a sexp (bug#10094).
13111
13112 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13113
13114 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
13115
13116 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13117
13118 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13119 Use force-same-window.
13120
13121 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13122
13123 * descr-text.el (describe-char-unicode-data):
13124 * json.el (json-string-escape):
13125 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
13126 (Footnote-unicode, Footnote-style-p):
13127 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
13128
13129 2011-11-20 Chong Yidong <cyd@gnu.org>
13130
13131 * window.el (replace-buffer-in-windows): Restore interactive spec.
13132
13133 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13134
13135 * electric.el (electric-indent-mode): Fix last change (too optimistic).
13136
13137 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
13138 (byte-compile-global-not-obsolete-vars): New var.
13139 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
13140 Use it.
13141 (byte-compile-warn-obsolete): Align text with the one in *Help*.
13142
13143 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
13144
13145 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
13146 * progmodes/pascal.el (electric-pascal-equal):
13147 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
13148 * xml.el (xml-substitute-special): Fix typos.
13149
13150 2011-11-20 Glenn Morris <rgm@gnu.org>
13151
13152 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
13153 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
13154 Doc fixes.
13155 (rmail-decode-mime-charset): Mark as obsolete.
13156
13157 * mail/rmailsum.el (rmail-message-regexp-p-1):
13158 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
13159 Before using mime functions, check they are set. (Bug#10077)
13160
13161 2011-11-19 Juri Linkov <juri@jurta.org>
13162
13163 * info.el (Info-finder-find-node): Use `package--builtins' instead
13164 of `package-alist'. Use node names formed by the pattern "Keyword "
13165 and the keyword name.
13166
13167 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
13168
13169 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
13170
13171 2011-11-19 Juri Linkov <juri@jurta.org>
13172
13173 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
13174 that calls `revert-buffer' on all Info buffers. (Bug#9915)
13175 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
13176 `old-history', `old-history-forward'. Add let-binding
13177 `window-selected'. Remove calls to `kill-buffer',
13178 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
13179 before calling `Info-find-node', so `Info-find-node-2' will reread
13180 the Info file. Restore window positions only when `window-selected'
13181 is non-nil.
13182
13183 2011-11-19 Juri Linkov <juri@jurta.org>
13184
13185 * isearch.el (isearch-lazy-highlight-new-loop):
13186 Remove condition `(not isearch-error)'. (Bug#9918)
13187
13188 * misearch.el (multi-isearch-search-fun): Add condition
13189 `(not bound)' to ignore lazy-highlighting search.
13190 Add the search-failed message "end of multi" when the end of
13191 multi-sequence is reached. Uncapitalize the search-failed
13192 message "Repeat for next buffer".
13193
13194 * info.el (Info-search): Add the search-failed message
13195 "end of the manual" when the end of the manual is reached
13196 in Isearch mode.
13197
13198 2011-11-19 Juri Linkov <juri@jurta.org>
13199
13200 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
13201 Use non-destructive `remove' instead of `delete' because
13202 `Info-history-list' stored to `Info-isearch-initial-history-list' in
13203 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
13204
13205 2011-11-19 Juri Linkov <juri@jurta.org>
13206
13207 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
13208 to nil instead of binding `search-ring' and `regexp-search-ring'.
13209 (Bug#9185)
13210
13211 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13212
13213 * simple.el (line-move): Force movement by logical lines for any
13214 hscrolled window, not only when auto-hscroll-mode is on.
13215 (line-move-visual): Update doc string to that effect. (Bug#10076)
13216
13217 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
13218
13219 * language/european.el (macintosh): Define as alias for mac-roman.
13220
13221 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13222
13223 * mail/rmailmm.el (rmail-mime-display-header)
13224 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
13225 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
13226 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
13227 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
13228 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
13229 of a raw aref.
13230 (rmail-mime-entity-segment): To get past the tagline, move forward
13231 2 more lines, to account for the 2 empty lines that precede and
13232 follow the line with the buttons.
13233 (rmail-mime-update-tagline): Move one more line, to get past the
13234 empty line that follows the buttons in the tagline. (Bug#9520)
13235
13236 2011-11-19 Martin Rudalics <rudalics@gmx.at>
13237
13238 * window.el (window-max-delta-1, window-min-delta-1)
13239 (window-min-size-1, window-state-get-1, window-state-put-1)
13240 (window-state-put-2): Use "window--" prefix.
13241
13242 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13243
13244 * emacs-lisp/smie.el: Improve warnings and conflict detection.
13245 (smie-warning-count): New var.
13246 (smie-set-prec2tab): Use it.
13247 (smie-bnf->prec2): Improve warnings. Add docstring.
13248 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
13249 (smie-bnf--set-class): New function.
13250 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
13251 corner case.
13252
13253 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
13254 (compilation-error-properties, compilation-move-to-column):
13255 Handle compilation-first-column while in the target buffer.
13256
13257 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
13258 Don't hardcode point-min==1.
13259
13260 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
13261 (eshell-rewrite-for-command): Remove workaround.
13262 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
13263 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
13264 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
13265
13266 * files-x.el (modify-file-local-variable): Obey commenting conventions.
13267
13268 2011-11-17 Glenn Morris <rgm@gnu.org>
13269
13270 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13271 Ignore buffer-local generated-autoload-file if it is the same
13272 as the global value. (Bug#10049)
13273
13274 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
13275
13276 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
13277 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
13278 (reftex-toc-previous-heading, reftex-toc-max-level)
13279 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
13280 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
13281 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13282 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13283 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
13284 (reftex-toc-rename-label, reftex-toc-visit-location)
13285 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
13286 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
13287 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
13288 leaving "*toc*" only for references to the buffer.
13289
13290 2011-11-17 Martin Rudalics <rudalics@gmx.at>
13291
13292 * window.el (window-resize, delete-window, split-window):
13293 Replace window-splits by window-combination-resize.
13294 * cus-start.el (window-splits): Replace by window-combination-resize.
13295
13296 2011-11-17 Glenn Morris <rgm@gnu.org>
13297
13298 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13299 Make bash entry derive from sh entry, not shell entry.
13300
13301 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
13302
13303 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
13304 local file name.
13305
13306 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13307
13308 * menu-bar.el (menu-bar-file-menu):
13309 * printing.el (pr-ps-utility):
13310 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
13311 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
13312 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
13313 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
13314 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
13315 (icalendar--convert-cyclic-to-ical)
13316 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
13317 (icalendar--convert-ical-to-diary)
13318 (icalendar--convert-recurring-to-diary)
13319 (icalendar--convert-non-recurring-all-day-to-diary)
13320 (icalendar-import-format-sample):
13321 * progmodes/idlw-shell.el (idlwave-shell-mode):
13322 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
13323 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
13324 (vhdl-ps-print-init): Fix typos.
13325
13326 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
13327
13328 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
13329 FSF and collapse date sequence, obscure author/maintainer email address
13330 better, remove extra version line, track relocation of author's webpage.
13331
13332 * progmodes/python.el (python-pdbtrack-input-prompt)
13333 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
13334 regular python pdb prompts. Adjustments shamelessly taken exactly as
13335 suggested in EmacsWiki page (tiny change):
13336 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
13337
13338 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13339
13340 * expand.el (expand-pos, expand-index, expand-point):
13341 Remove redundant info from docstring.
13342 (expand-add-abbrevs): Doc fix.
13343 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
13344 (expand-sample-perl-mode-expand-list): Fix typos.
13345
13346 * net/dbus.el (dbus-event-member-name):
13347 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
13348 * term/pc-win.el (msdos-create-frame-with-faces):
13349 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
13350
13351 2011-11-16 Martin Rudalics <rudalics@gmx.at>
13352
13353 * window.el (split-window, window-state-get-1)
13354 (window-state-put-1, window-state-put-2): Rename occurrences of
13355 window-nest to window-combination-limit.
13356 * cus-start.el (window-nest): Rename to window-combination-limit.
13357
13358 2011-11-16 Chong Yidong <cyd@gnu.org>
13359
13360 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
13361 regexp (Bug#10033).
13362
13363 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13364
13365 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
13366 `completing-read' will remove *Completions* and will preserve
13367 current-buffer for us.
13368 (tmm-add-prompt): Users of *Completions* will always (re)set its
13369 major mode.
13370 (tmm-old-comp-map): Remove.
13371
13372 2011-11-16 Glenn Morris <rgm@gnu.org>
13373
13374 * mail/rmailedit.el: Require rmailmm when compiling.
13375 (rmail-old-mime-state): New declaration.
13376 (rmail-edit-current-message): If editing a mime message,
13377 edit the "raw" message from the mbox buffer.
13378 (rmail-cease-edit): Handle mime messages. (Bug#9840)
13379
13380 2011-11-15 Glenn Morris <rgm@gnu.org>
13381
13382 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
13383 which wasn't being used. Add optional arg to force given state.
13384 (rmail-mime): Add optional arg to force given state.
13385
13386 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13387
13388 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13389 * frame.el (display-mm-dimensions-alist):
13390 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
13391 (outline-move-subtree-down):
13392 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
13393 (newsticker--treeview-do-get-node):
13394 * net/quickurl.el (quickurl-list-buffer-name):
13395 * progmodes/dcl-mode.el (dcl-mode):
13396 * progmodes/gdb-mi.el (gdb-mapcar*):
13397 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
13398
13399 2011-11-15 Glenn Morris <rgm@gnu.org>
13400
13401 * mail/rmail.el (rmail-file-coding-system): It's only ever used
13402 in a boolean sense, so just make it a boolean, and fix the doc.
13403 (rmail-show-mime-function, rmail-mime-feature)
13404 (rmail-require-mime-maybe): Doc fixes.
13405 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
13406
13407 * mail/rmailmm.el (rmail-show-mime): Doc fix.
13408
13409 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13410
13411 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
13412 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
13413 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
13414 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
13415
13416 2011-11-15 Glenn Morris <rgm@gnu.org>
13417
13418 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
13419 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
13420 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
13421 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
13422 (rmail-mime, rmail-show-mime): Doc fixes.
13423
13424 * term/ns-win.el (mode-line-frame-identification):
13425 Leave it alone. (Bug#10051)
13426
13427 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
13428
13429 * mail/rmailout.el (rmail-output-to-rmail-buffer):
13430 Handle empty buffers. (Bug#9978)
13431
13432 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
13433
13434 * international/mule.el (define-charset):
13435 * mail/rmailmm.el (rmail-mime-find-header-encoding):
13436 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
13437 * progmodes/verilog-mode.el (verilog-backward-token):
13438 * textmodes/ispell.el (lookup-words):
13439 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
13440
13441 2011-11-14 Glenn Morris <rgm@gnu.org>
13442
13443 * progmodes/executable.el
13444 (executable-make-buffer-file-executable-if-script-p):
13445 Handle file-modes returning nil.
13446
13447 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
13448 message - not necessary, and causes problems. (Bug#9831)
13449
13450 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
13451
13452 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
13453
13454 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
13455 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
13456 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
13457
13458 2011-11-12 Martin Rudalics <rudalics@gmx.at>
13459
13460 * window.el (window-resize, delete-window): Use window-splits
13461 variable instead of function.
13462 (window-state-get-1, window-state-put-2, window-state-put):
13463 Don't deal with windows' splits status.
13464
13465 2011-11-12 Glenn Morris <rgm@gnu.org>
13466
13467 * apropos.el (apropos-do-all, apropos-library, apropos-value)
13468 (apropos-documentation): Doc fixes.
13469
13470 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
13471
13472 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13473 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13474
13475 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13476
13477 * electric.el (electric-indent-post-self-insert-function): Make it
13478 possible for a char to only indent in some circumstances.
13479 (electric-indent-mode): Simplify.
13480
13481 2011-11-11 Martin Rudalics <rudalics@gmx.at>
13482
13483 * window.el (windows-with-parameter): Remove unused function.
13484 (windows-at-side): Rename to window-at-side-list.
13485 (window-check, window-atom-check, window-atom-check-1)
13486 (window-side-check, window-size-ignore, window-size-fixed-1)
13487 (window-in-direction-2): Prefix with "window--".
13488 (window-tree-1): Rename to window--subtree, fix doc-string.
13489
13490 2011-11-11 Glenn Morris <rgm@gnu.org>
13491
13492 * subr.el (eval-after-load): If FILE is already loaded,
13493 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
13494
13495 2011-11-10 Glenn Morris <rgm@gnu.org>
13496
13497 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13498 Call svn via vc-svn-command rather than vc-do-command.
13499 (vc-svn-command): Add --non-interactive. (Bug#9993)
13500 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13501
13502 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13503 Add toggle-read-only. (Bug#7292)
13504 * files.el (toggle-read-only): Mention that it should only
13505 be used interactively. (Bug#10006)
13506
13507 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13510 Adjust regexp for OCaml warnings.
13511
13512 * electric.el (electric-pair-post-self-insert-function): Let user
13513 turn it off buffer-locally (bug#9932).
13514
13515 * progmodes/python.el (python-beginning-of-statement):
13516 Rewrite (bug#2703).
13517
13518 * progmodes/compile.el: Better handle TABs (bug#9749).
13519 (compilation-internal-error-properties)
13520 (compilation-next-error-function): Obey the target buffer's
13521 compilation-error-screen-columns.
13522
13523 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
13524
13525 * progmodes/meta-mode.el: Remove obsolete comments.
13526 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13527 Fix typos in docstrings.
13528
13529 2011-11-09 Martin Rudalics <rudalics@gmx.at>
13530
13531 * window.el (window-size-fixed-p): Rewrite doc-string.
13532 (window-resizable-p): Rename to window--resizable-p. Update callers.
13533 (window--resizable): New function. Make all callers of
13534 window-resizable call window--resizable instead.
13535 (window-resizable): Rewrite in terms of window--resizable.
13536
13537 2011-11-08 Glenn Morris <rgm@gnu.org>
13538
13539 * progmodes/delphi.el (delphi-mode-syntax-table):
13540 Let define-derived-mode define a proper syntax table. (Bug#9994)
13541
13542 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13543
13544 * window.el: Stay away from defsubst.
13545 (window-list-no-nils): Remove.
13546 (window-state-get-1, window-state-get): Use backquote instead.
13547
13548 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13549
13550 * emacs-lisp/find-func.el (find-function-read):
13551 Fix incorrect use of default argument in `completing-read'.
13552
13553 2011-11-08 Martin Rudalics <rudalics@gmx.at>
13554
13555 * window.el (display-buffer-function, special-display-function):
13556 Mention display-buffer-record-window but do not mention
13557 help-setup parameter in doc-strings.
13558 (window-min-delta): Fix doc-string typo.
13559
13560 2011-11-08 Chong Yidong <cyd@gnu.org>
13561
13562 * window.el (window-total-height, window-total-width): Doc fix.
13563 (window-body-size): Move from C.
13564 (window-body-height, window-body-width): Move to C.
13565
13566 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * window.el: Make special-display like display-buffer-alist (bug#9532).
13569 (display-buffer--special-action): New function, morphed
13570 from display-buffer--special.
13571 (display-buffer): Use it to handle special-display-buffers at higher
13572 priority (just after display-buffer-alist).
13573 (display-buffer-fallback-action, display-buffer--other-frame-action)
13574 (pop-to-buffer-same-window): Remove display-buffer--special.
13575
13576 2011-11-07 Glenn Morris <rgm@gnu.org>
13577
13578 * calendar/cal-menu.el (cal-menu-set-date-title):
13579 Do nothing if not in a calendar. (Bug#9976)
13580
13581 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13582
13583 * files.el (find-file): Always use selected-window.
13584
13585 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13586
13587 * window.el (window-combinations): Make WINDOW argument
13588 mandatory. Rewrite doc-string.
13589 (walk-window-subtree, window-atom-check, window-min-delta)
13590 (window-max-delta, window--resize-this-window)
13591 (window--resize-root-window-vertically, window-tree)
13592 (balance-windows, window-state-put): Rewrite doc-strings as to
13593 not mention the term "subwindow".
13594 (window--resize-subwindows-skip-p): Rename to
13595 window--resize-child-windows-skip-p.
13596 (window--resize-subwindows-normal): Rename to
13597 window--resize-child-windows-normal.
13598 (window--resize-subwindows): Rename to
13599 window--resize-child-windows.
13600 (window-or-subwindow-p): Rename to window--in-subtree-p.
13601
13602 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13603
13604 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13605 Ensure that mbox format messages end in two newlines (Bug#9974).
13606
13607 2011-11-06 Chong Yidong <cyd@gnu.org>
13608
13609 * window.el (window-combination-p): Function deleted; its
13610 side-effect is not used in any existing code.
13611 (window-combinations, window-combined-p): Call window-*-child
13612 directly.
13613
13614 2011-11-05 Chong Yidong <cyd@gnu.org>
13615
13616 * window.el (window-valid-p): Rename from window-any-p.
13617 (window-size-ignore, window-state-get): Callers changed.
13618 (window-normalize-window): Rename from window-normalize-any-window.
13619 New arg LIVE-ONLY, replacing window-normalize-live-window.
13620 (window-normalize-live-window): Delete.
13621 (window-combination-p, window-combined-p, window-combinations)
13622 (walk-window-subtree, window-atom-root, window-min-size)
13623 (window-sizable, window-sizable-p, window-size-fixed-p)
13624 (window-min-delta, window-max-delta, window-resizable)
13625 (window-resizable-p, window-full-height-p, window-full-width-p)
13626 (window-current-scroll-bars, window-point-1, set-window-point-1)
13627 (window-at-side-p, window-in-direction, window-resize)
13628 (adjust-window-trailing-edge, maximize-window, minimize-window)
13629 (window-deletable-p, delete-window, delete-other-windows)
13630 (record-window-buffer, unrecord-window-buffer)
13631 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13632 (quit-window, split-window, window-state-put)
13633 (set-window-text-height, fit-window-to-buffer)
13634 (shrink-window-if-larger-than-buffer): Callers changed.
13635
13636 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13637
13638 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13639 rfc2047-decode-string.
13640 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13641 warnings.
13642
13643 * window.el (window-body-height, window-body-width): Mention in
13644 the doc string that the return values are in frame's canonical
13645 units. (Bug#9949)
13646
13647 2011-11-03 Alan Mackenzie <acm@muc.de>
13648
13649 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13650 change in cc-engine.el.
13651
13652 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13653
13654 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13655
13656 2011-11-02 Martin Rudalics <rudalics@gmx.at>
13657
13658 * window.el (quit-window): Call unrecord-window-buffer after
13659 showing another buffer in the window. (Bug#9937)
13660 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13661
13662 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
13663
13664 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13665 Accept status with more than 9 shelves. (Bug#9935)
13666 Reported by Colin D Bennett <colin@gibibit.com>.
13667
13668 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13669
13670 * help.el (with-help-window): Don't reference
13671 temp-buffer-show-specifiers in doc-string.
13672
13673 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13674
13675 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13676 menu-item.
13677
13678 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13679
13680 * whitespace.el: New version 13.2.2.
13681 (whitespace-newline-mode): Disable properly. Reported by Sarah
13682 <EmacsWiki>.
13683
13684 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13685
13686 * net/newst-treeview.el: Remove "Time-stamp".
13687 (newsticker--group-manage-orphan-feeds): Do not call
13688 newsticker--treeview-tree-update.
13689 (newsticker-treeview-update, newsticker-treeview):
13690 Call newsticker--treeview-tree-update if necessary.
13691
13692 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13693
13694 * window.el (window-iso-combination-p, window-iso-combined-p)
13695 (window-iso-combinations): Remove "iso-" infix.
13696 Suggested by Chong Yidong.
13697 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13698 (window-max-delta-1, window-resize, window--resize-siblings)
13699 (window--resize-this-window, adjust-window-trailing-edge)
13700 (split-window, balance-windows-1)
13701 (shrink-window-if-larger-than-buffer):
13702 * calendar/calendar.el (calendar-generate-window):
13703 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13704
13705 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13706
13707 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13708 in place (bug#9907).
13709 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13710 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13711 (eshell-structure-basic-command, eshell-rewrite-while-command)
13712 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13713 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13714 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13715 (eshell-do-pipelines-synchronously, eshell-eval-command):
13716 Use backquotes and prefer setq to set.
13717 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13718 (eshell-macrop): Use functionp.
13719 (eshell-do-eval): Handle multiple expressions in `while' body.
13720
13721 2011-10-30 Chong Yidong <cyd@gnu.org>
13722
13723 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13724 instead of set-mark (Bug#9810).
13725
13726 2011-10-30 Chong Yidong <cyd@gnu.org>
13727
13728 * window.el (split-window-below, split-window-right): Rename from
13729 split-window-above-each-other and split-window-side-by-side
13730 respectively. All callers changed.
13731 (split-window-sensibly, split-window-sensibly): Use them.
13732 (split-window-keep-point): Doc fix.
13733
13734 * isearch.el: Add isearch-scroll property to split-window-below
13735 and split-window-right.
13736
13737 * follow.el (follow-mode):
13738 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13739 * progmodes/ada-xref.el (ada-gdb-application):
13740 * emulation/vip.el (vip-buffer-in-two-windows):
13741 * image-dired.el (image-dired-dired-with-window-configuration):
13742 * dired-x.el (dired-do-find-marked-files):
13743 * dired.el (dired-pop-to-buffer):
13744 * bs.el (bs--show-with-configuration):
13745 * vc/emerge.el (emerge-setup-windows):
13746 * textmodes/two-column.el (2C-two-columns):
13747 * textmodes/reftex-toc.el (reftex-toc):
13748 * progmodes/gdb-mi.el (gdb-setup-windows):
13749 * progmodes/fortran.el (fortran-window-create):
13750 * net/newst-treeview.el (newsticker--treeview-window-init):
13751 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13752 * emulation/tpu-edt.el (tpu-gold-map):
13753 * emulation/crisp.el (crisp-mode-map):
13754 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13755
13756 2011-10-29 Chong Yidong <cyd@gnu.org>
13757
13758 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13759
13760 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13761
13762 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13763 forged Ispell output (Bug#7904).
13764
13765 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13766
13767 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13768
13769 * doc-view.el: Avoid ugly errors about not finding nil.
13770 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13771 (doc-view-dvipdf-program, doc-view-unoconv-program)
13772 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13773 Avoid nil or absolute file name as default value.
13774 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13775
13776 2011-10-28 Alan Mackenzie <acm@muc.de>
13777
13778 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13779
13780 2011-10-28 Alan Mackenzie <acm@muc.de>
13781
13782 Amend the handling of c-beginning/end-of-defun in nested declaration
13783 scopes.
13784
13785 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13786 cc-langs.el. Change it to a defcustom.
13787
13788 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13789 cc-vars.el.
13790
13791 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13792 Prevent "class foo : bar" being spuriously recognized as a label.
13793
13794 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13795 Add parameter `inclusive' (to include enclosing braces in the region).
13796 (c-widen-to-enclosing-decl-scope): New function.
13797 (c-while-widening-to-decl-block): New macro.
13798 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13799 outward for defun boundaries, and correspondingly change symbol
13800 `respect-enclosure' to `go-outward'.
13801 (c-declaration-limits): Change algorithm to report only the "innermost"
13802 defun's boundaries.
13803
13804 2011-10-28 Deniz Dogan <deniz@dogan.se>
13805
13806 * net/rcirc.el (rcirc-mode): Use hard newlines.
13807
13808 2011-10-28 Alan Mackenzie <acm@muc.de>
13809
13810 Amend to indent and fontify macros "which include their own semicolon"
13811 correctly, using the "virtual semicolon" mechanism.
13812
13813 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13814
13815 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13816 Recode to scan one line at a time rather than having \n and \r
13817 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13818 (c-forward-label): Amend for virtual semicolons.
13819 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13820
13821 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13822 of the new C macros.
13823
13824 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13825 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13826 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13827 (c-opt-cpp-macro-define): Make into a full language variable.
13828 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13829 AWK Mode (including \n, \r) removed, no longer needed.
13830
13831 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13832 Invoke c-make-macro-with-semi-re.
13833
13834 * progmodes/cc-vars.el (c-macro-with-semi-re):
13835 (c-macro-names-with-semicolon): New variables.
13836 (c-make-macro-with-semi-re): New function.
13837
13838 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * vc/log-edit.el: Fill empty field rather than adding new one.
13841 (log-edit-add-field): New function.
13842 (log-edit-insert-changelog): Use it.
13843
13844 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13845
13846 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13847
13848 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13849
13850 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13851 (gdb--check-interpreter): New function.
13852 (gdb): Use it.
13853
13854 2011-10-27 Glenn Morris <rgm@gnu.org>
13855
13856 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13857 (least-positive-float, least-negative-float)
13858 (least-positive-normalized-float, least-negative-normalized-float)
13859 (float-epsilon, float-negative-epsilon):
13860 Remove unnecessary declarations.
13861
13862 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13863 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13864 (least-positive-float, least-negative-float)
13865 (least-positive-normalized-float, least-negative-normalized-float)
13866 (float-epsilon, float-negative-epsilon): Add doc-strings,
13867 based on those in cl.texi.
13868
13869 * files.el (set-visited-file-name): If the major-mode changed,
13870 reload the local variables. (Bug#9796)
13871
13872 2011-10-27 Chong Yidong <cyd@gnu.org>
13873
13874 * subr.el (change-major-mode-after-body-hook): New hook.
13875 (run-mode-hooks): Run it.
13876
13877 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13878 Use change-major-mode-before-body-hook.
13879
13880 * simple.el (fundamental-mode):
13881 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13882 change introducing fundamental-mode-hook.
13883
13884 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13885
13886 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13887
13888 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13889
13890 * ido.el (ido-file-name-all-completions-1): Do not require
13891 tramp.el explicitly. (Bug#7583)
13892
13893 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13894
13895 * progmodes/octave-mod.el:
13896 * progmodes/octave-inf.el: Update maintainer.
13897
13898 2011-10-26 Chong Yidong <cyd@gnu.org>
13899
13900 * subr.el (with-wrapper-hook): Rewrite doc.
13901
13902 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13903
13904 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13905 filenames "/method:foo:". (Bug#9793)
13906
13907 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13908
13909 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13910 (bug#9865).
13911
13912 2011-10-24 Glenn Morris <rgm@gnu.org>
13913
13914 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13915
13916 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13917
13918 * notifications.el: Add the requirement of a running D-Bus session
13919 bus to the Commentary.
13920
13921 2011-10-24 Juri Linkov <juri@jurta.org>
13922
13923 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13924 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13925 (Bug#9364)
13926
13927 2011-10-24 Juri Linkov <juri@jurta.org>
13928
13929 * info.el (Info-following-node-name-re): Add newline to the list
13930 of allowed characters for leading space. (Bug#9824)
13931
13932 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13933
13934 * progmodes/octave-inf.el (inferior-octave-mode-map):
13935 Fix C-c C-h binding.
13936 * progmodes/octave-mod.el (octave-help): Remove.
13937
13938 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13939
13940 Sync with Tramp 2.2.3.
13941
13942 * net/tramp-cache.el (top): Pacify byte-compiler using
13943 `init-file-user' and `site-run-file'.
13944
13945 * net/trampver.el: Update release number.
13946
13947 2011-10-23 Chong Yidong <cyd@gnu.org>
13948
13949 * files.el (toggle-read-only): Remove obsolete comment about
13950 version control.
13951
13952 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13953 for toggle-read-only. Note that this hasn't called vc-next-action
13954 since 2008-05-02, though it wasn't documented at the time.
13955
13956 * vc/ediff-init.el (ediff-toggle-read-only-function):
13957 Use toggle-read-only.
13958
13959 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13960
13961 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13962 of c-parse-state.
13963
13964 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13965 correct faulty logical expression.
13966 (c-parse-state-state, c-record-parse-state-state):
13967 (c-replay-parse-state-state): New defvar/defuns.
13968 (c-debug-parse-state): Use new functions.
13969
13970 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13971
13972 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13973 last fix. Use window-in-direction correctly.
13974
13975 2011-10-21 Chong Yidong <cyd@gnu.org>
13976
13977 * progmodes/idlwave.el (idlwave-mode):
13978 * progmodes/vera-mode.el (vera-mode): No need to set
13979 require-final-newline; that's done in prog-mode.
13980 Suggested by Stefan Monnier.
13981
13982 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13983
13984 * mouse.el (mouse-drag-window-above)
13985 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13986 (mouse-drag-mode-line-1, mouse-drag-header-line)
13987 (mouse-drag-vertical-line-rightward-window): Remove.
13988 (mouse-drag-line): New function.
13989 (mouse-drag-mode-line, mouse-drag-header-line)
13990 (mouse-drag-vertical-line): Call mouse-drag-line.
13991 * window.el (window-at-side-p, windows-at-side): New functions.
13992
13993 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13994
13995 * tar-mode.el (tar-grind-file-mode):
13996 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13997
13998 2011-10-21 Chong Yidong <cyd@gnu.org>
13999
14000 * progmodes/idlwave.el (idlwave-mode):
14001 * progmodes/vera-mode.el (vera-mode):
14002 Use mode-require-final-newline.
14003
14004 2011-10-20 Glenn Morris <rgm@gnu.org>
14005
14006 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
14007
14008 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
14009
14010 * emulation/cua-base.el (cua-set-mark): Fix case of string.
14011
14012 2011-10-20 Chong Yidong <cyd@gnu.org>
14013
14014 * emulation/cua-base.el (cua-mode):
14015 * mail/footnote.el (footnote-mode):
14016 * mail/mailabbrev.el (mail-abbrevs-mode):
14017 * net/xesam.el (xesam-minor-mode):
14018 * progmodes/bug-reference.el (bug-reference-mode):
14019 * progmodes/cap-words.el (capitalized-words-mode):
14020 * progmodes/compile.el (compilation-minor-mode)
14021 (compilation-shell-minor-mode):
14022 * progmodes/gud.el (gud-tooltip-mode):
14023 * progmodes/hideif.el (hide-ifdef-mode):
14024 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14025 * progmodes/subword.el (subword-mode):
14026 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14027 * progmodes/which-func.el (which-function-mode):
14028 * term/tvi970.el (tvi970-set-keypad-mode):
14029 * term/vt100.el (vt100-wide-mode):
14030 * textmodes/flyspell.el (flyspell-mode):
14031 * textmodes/ispell.el (ispell-minor-mode):
14032 * textmodes/nroff-mode.el (nroff-electric-mode):
14033 * textmodes/paragraphs.el (use-hard-newlines):
14034 * textmodes/refill.el (refill-mode):
14035 * textmodes/reftex.el (reftex-mode):
14036 * textmodes/rst.el (rst-minor-mode):
14037 * textmodes/sgml-mode.el (html-autoview-mode)
14038 (sgml-electric-tag-pair-mode):
14039 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
14040 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
14041 * emulation/crisp.el (crisp-mode):
14042 * emacs-lisp/eldoc.el (eldoc-mode):
14043 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
14044 minor mode behavior.
14045
14046 2011-10-19 Juri Linkov <juri@jurta.org>
14047
14048 * descr-text.el (describe-char): Add #x2010 and #x2011 to
14049 the list of hard-coded chars with escape-glyph face.
14050
14051 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14052
14053 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
14054
14055 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
14056
14057 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
14058 running process.
14059
14060 2011-10-19 Glenn Morris <rgm@gnu.org>
14061
14062 * vc/vc-bzr.el (vc-bzr-after-dir-status):
14063 Ignore ignored files. (Bug#9726)
14064
14065 2011-10-19 Chong Yidong <cyd@gnu.org>
14066
14067 Doc fix for minor modes, stating that an omitted argument enables
14068 the mode unconditionally when called from Lisp.
14069
14070 * abbrev.el (abbrev-mode):
14071 * allout.el (allout-mode):
14072 * autoinsert.el (auto-insert-mode):
14073 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14074 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14075 (global-auto-revert-mode):
14076 * battery.el (display-battery-mode):
14077 * composite.el (global-auto-composition-mode)
14078 (auto-composition-mode):
14079 * delsel.el (delete-selection-mode):
14080 * desktop.el (desktop-save-mode):
14081 * dired-x.el (dired-omit-mode):
14082 * dirtrack.el (dirtrack-mode):
14083 * doc-view.el (doc-view-minor-mode):
14084 * double.el (double-mode):
14085 * electric.el (electric-indent-mode, electric-pair-mode):
14086 * emacs-lock.el (emacs-lock-mode):
14087 * epa-hook.el (auto-encryption-mode):
14088 * follow.el (follow-mode):
14089 * font-core.el (font-lock-mode):
14090 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
14091 * help.el (temp-buffer-resize-mode):
14092 * hilit-chg.el (highlight-changes-mode)
14093 (highlight-changes-visible-mode):
14094 * hi-lock.el (hi-lock-mode):
14095 * hl-line.el (hl-line-mode, global-hl-line-mode):
14096 * icomplete.el (icomplete-mode):
14097 * ido.el (ido-everywhere):
14098 * image-file.el (auto-image-file-mode):
14099 * image-mode.el (image-minor-mode):
14100 * iswitchb.el (iswitchb-mode):
14101 * jka-cmpr-hook.el (auto-compression-mode):
14102 * linum.el (linum-mode):
14103 * longlines.el (longlines-mode):
14104 * master.el (master-mode):
14105 * mb-depth.el (minibuffer-depth-indicate-mode):
14106 * menu-bar.el (menu-bar-mode):
14107 * minibuf-eldef.el (minibuffer-electric-default-mode):
14108 * mouse-sel.el (mouse-sel-mode):
14109 * msb.el (msb-mode):
14110 * mwheel.el (mouse-wheel-mode):
14111 * outline.el (outline-minor-mode):
14112 * paren.el (show-paren-mode):
14113 * recentf.el (recentf-mode):
14114 * reveal.el (reveal-mode, global-reveal-mode):
14115 * rfn-eshadow.el (file-name-shadow-mode):
14116 * ruler-mode.el (ruler-mode):
14117 * savehist.el (savehist-mode):
14118 * scroll-all.el (scroll-all-mode):
14119 * scroll-bar.el (scroll-bar-mode):
14120 * server.el (server-mode):
14121 * shell.el (shell-dirtrack-mode):
14122 * simple.el (auto-fill-mode, transient-mark-mode)
14123 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
14124 (line-number-mode, column-number-mode, size-indication-mode)
14125 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
14126 * strokes.el (strokes-mode):
14127 * time.el (display-time-mode):
14128 * t-mouse.el (gpm-mouse-mode):
14129 * tool-bar.el (tool-bar-mode):
14130 * tooltip.el (tooltip-mode):
14131 * type-break.el (type-break-mode-line-message-mode)
14132 (type-break-query-mode):
14133 * view.el (view-mode):
14134 * whitespace.el (whitespace-mode, whitespace-newline-mode)
14135 (global-whitespace-mode, global-whitespace-newline-mode):
14136 * xt-mouse.el (xterm-mouse-mode): Doc fix.
14137
14138 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14139 Fix autogenerated docstring.
14140
14141 2011-10-19 Juri Linkov <juri@jurta.org>
14142
14143 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
14144 by checking environment variables "DESKTOP_SESSION" and
14145 "XDG_CURRENT_DESKTOP". (Bug#9779)
14146
14147 2011-10-19 Juri Linkov <juri@jurta.org>
14148
14149 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
14150 (browse-url-chromium-program, browse-url-chromium-arguments):
14151 New defcustoms.
14152 (browse-url-default-browser): Check for `browse-url-chromium' and
14153 call `browse-url-chromium-program'.
14154 (browse-url-chromium): New command. (Bug#9779)
14155
14156 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
14157
14158 * facemenu.el (list-colors-duplicates): On Windows, detect more
14159 duplicates by assuming that only colors matching "^System" are
14160 special "system colors". (Bug#9722)
14161
14162 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14163
14164 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
14165 to distinguish the author from the committer.
14166
14167 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
14168
14169 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
14170
14171 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
14172
14173 * international/mule.el (sgml-html-meta-auto-coding-function):
14174 Add support for detecting encoding in HTML5 specified only as
14175 <meta charset="UTF-8">. Implementation just makes http-equiv and
14176 content-type parts from HTML4 encoding string optional. (Bug#9716)
14177
14178 2011-10-18 Glenn Morris <rgm@gnu.org>
14179
14180 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
14181
14182 2011-10-18 Chong Yidong <cyd@gnu.org>
14183
14184 * faces.el (cursor): Doc fix.
14185
14186 2011-10-17 Chong Yidong <cyd@gnu.org>
14187
14188 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
14189
14190 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
14191
14192 * dirtrack.el (dirtrack): Support shell buffers with path
14193 prefixes, e.g. tramp-based remote shells. (Bug#9647)
14194
14195 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
14196
14197 * json.el: Bump version to 1.3 and note change in History.
14198 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
14199
14200 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14201
14202 * comint.el (comint-insert-input, comint-send-input)
14203 (comint-get-old-input-default, comint-backward-matching-input)
14204 (comint-next-prompt): Use nil instead of `input' for field property of
14205 past user input (bug#114).
14206
14207 * minibuffer.el (completion--replace): Inherit surrounding properties
14208 (bug#114).
14209 (minibuffer-complete-and-exit): Use it.
14210
14211 * comint.el (comint--table-subvert): Quote the all-completions output
14212 (bug#9160).
14213
14214 2011-10-17 Martin Rudalics <rudalics@gmx.at>
14215
14216 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
14217
14218 * menu-bar.el (menu-bar-file-menu): Add entry for making new
14219 window on right of selected. (Bug#9350) Reword other window
14220 entries and separate them from frame entries.
14221
14222 2011-10-15 Glenn Morris <rgm@gnu.org>
14223
14224 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
14225 Doc fixes.
14226
14227 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
14228
14229 * net/network-stream.el (network-stream-open-starttls):
14230 Improve detection of failure due to lack of TLS support.
14231
14232 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
14233 putting the input text in front and in bold.
14234
14235 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
14238
14239 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
14240 empty buffer.
14241
14242 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
14243 unread-command-events rather than pushing yet-another event.
14244
14245 2011-10-14 Eli Zaretskii <eliz@gnu.org>
14246
14247 * mail/sendmail.el (sendmail-query-once): Improve the wording of
14248 the explanation of the possible choices. Make the options passed
14249 to completing-read shorter.
14250
14251 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14252
14253 * textmodes/flyspell.el (flyspell-large-region): Make sure
14254 extended character mode is used if defined (Bug#1339).
14255
14256 2011-10-13 Eli Zaretskii <eliz@gnu.org>
14257
14258 * simple.el (what-cursor-position): Fix the display of the
14259 character info for LRE, LRO, RLE, and RLO characters by appending
14260 an invisible PDF.
14261
14262 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14263
14264 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
14265 even in case of error; add debug spec; simplify data flow.
14266 (with-timeout-handler): Remove.
14267
14268 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
14269
14270 Fix Bug#6019, Bug#9315.
14271
14272 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
14273 complete `buffer-file-name', the local file name part could look
14274 remotely (for example on VMS).
14275
14276 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
14277 `tramp-run-real-handler'.
14278 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
14279 already quoted by '"'.
14280
14281 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
14282 Let `file-name-handler-alist' be nil, the local file name part
14283 could look remotely (for example on VMS).
14284
14285 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
14288 from here...
14289 (flyspell-post-command-hook): ...to here.
14290
14291 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14292
14293 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
14294 if not needed.
14295 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
14296 using completion. Protect against "slow" callers.
14297 Remove the "message hack".
14298
14299 2011-10-11 Juri Linkov <juri@jurta.org>
14300
14301 * isearch.el (isearch-lazy-highlight-word): New variable.
14302 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
14303 Use it. (Bug#9727)
14304
14305 2011-10-11 Glenn Morris <rgm@gnu.org>
14306
14307 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
14308 like f90-previous-statement does.
14309
14310 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14311
14312 * eshell/eshell.el (eshell-command): History should be saved
14313 only in interactive use, to avoid error.
14314
14315 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14316
14317 * minibuffer.el (completion-file-name-table): Fix last change,
14318 i.e. ignore normal errors but not the other ones.
14319
14320 2011-10-10 Martin Rudalics <rudalics@gmx.at>
14321
14322 * window.el (special-display-buffer-names)
14323 (special-display-regexps): Remove some remnants of earlier
14324 changes from doc-strings.
14325 (quit-windows-on): New function.
14326
14327 * vc/vc.el (vc-revert, vc-rollback):
14328 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
14329 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
14330 (Bug#6183) (Bug#7074) (Bug#7447)
14331
14332 2011-10-09 Martin Rudalics <rudalics@gmx.at>
14333
14334 * window.el (frame-auto-hide-function): Add version tag.
14335 (Bug#9699)
14336
14337 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
14338
14339 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
14340 condition.
14341
14342 2011-10-09 Leo Liu <sdl.web@gmail.com>
14343
14344 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
14345 (Bug#9701)
14346
14347 2011-10-08 Glenn Morris <rgm@gnu.org>
14348
14349 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
14350 before the first code statement zero indent. (Bug#9690)
14351
14352 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
14353
14354 * simple.el (count-words-region): Always count in the region.
14355 Report the number of lines and characters too.
14356 (count-words): New command, which counts in the buffer if the
14357 region is inactive, as count-words-region used to.
14358 (count-words--message): New function. Handle plurals.
14359 (count-lines-region): Make it an alias for count-words-region.
14360
14361 * bindings.el (esc-map): Replace count-lines-region with
14362 count-words-region.
14363
14364 2011-10-08 Martin Rudalics <rudalics@gmx.at>
14365
14366 * window.el (window--delete): Delete dedicated frame
14367 unconditionally when argument KILL is non-nil. (Bug#9699)
14368 (switch-to-buffer): Fix doc-string typo.
14369
14370 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14371
14372 * eshell/eshell.el (eshell-command): Avoid using hooks.
14373
14374 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
14375
14376 * bindings.el ([M-left],[M-right]): Bind to left-word and
14377 right-word respectively.
14378
14379 2011-10-07 Glenn Morris <rgm@gnu.org>
14380
14381 * cus-start.el (debug-on-quit): Fix custom type.
14382
14383 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14384
14385 * subr.el (define-key-after): Clarify that the function is not
14386 useful for non-menu keymaps.
14387
14388 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
14389
14390 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14391
14392 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
14393 in current minibuffer (Fix bug with recursive minibuffers).
14394
14395 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
14396
14397 * progmodes/gdb-mi.el (gdb): Doc fix.
14398
14399 2011-10-05 Martin Rudalics <rudalics@gmx.at>
14400
14401 * window.el (frame-auto-hide-function): New option replacing
14402 frame-auto-delete. Suggested by Stefan Monnier.
14403 (window--delete): Call frame-auto-hide-function instead of
14404 investigating frame-auto-delete.
14405 (window-point-1, set-window-point-1): New functions.
14406 (window-in-direction, record-window-buffer, window-state-get-1)
14407 (display-buffer-record-window): Use window-point-1 instead of
14408 window-point.
14409 (set-window-buffer-start-and-point): Use set-window-point-1.
14410
14411 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14412
14413 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
14414
14415 2011-10-05 Glenn Morris <rgm@gnu.org>
14416
14417 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
14418 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
14419
14420 2011-10-05 Leo Liu <sdl.web@gmail.com>
14421
14422 * subr.el (read-char-choice): Fix argument to buffer-live-p which
14423 works with buffer object.
14424
14425 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14426
14427 * mpc.el (mpc-tool-bar-map): Add labels.
14428
14429 2011-10-04 Glenn Morris <rgm@gnu.org>
14430
14431 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14432
14433 2011-10-04 Martin Rudalics <rudalics@gmx.at>
14434
14435 * window.el (window--delete): New function.
14436 (frame-auto-delete): Resuscitate option.
14437 (bury-buffer, replace-buffer-in-windows)
14438 (quit-window): Rewrite using window--delete.
14439 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14440 Pass display-buffer-mark-dedicated to window--display-buffer-2
14441 (Bug#9639).
14442
14443 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14444
14445 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
14446 returns a list (bug#9554). Add remote file name completion.
14447 * comint.el (comint--table-subvert): Curry and get quote&unquote
14448 functions as arguments.
14449 (comint--complete-file-name-data): Adjust call accordingly.
14450 * pcomplete.el (pcomplete--table-subvert): Remove.
14451 (pcomplete-completions-at-point): Use comint--table-subvert instead.
14452
14453 * minibuffer.el (completion-table-case-fold): Use currying.
14454 (completion--styles-type, completion--cycling-threshold-type):
14455 New constants.
14456 (completion-styles, completion-category-overrides)
14457 (completion-cycle-threshold): Use them.
14458 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
14459 completion-table-case-fold.
14460
14461 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
14462
14463 * minibuffer.el (completion-category-overrides): Fix type of styles
14464 and add more user friendly tags (bug#9660).
14465
14466 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
14469 (mule-input-method-string): New widget.
14470 (default-input-method, language-info-custom-alist): Use it.
14471
14472 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * pcomplete.el: Require comint.
14475 (pcomplete--common-suffix): Remove.
14476 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14477 (pcomplete--table-subvert): Sync with comint--table-subvert.
14478 (pcomplete--entries): Use comint-completion-file-name-table.
14479 * comint.el (comint-unquote-filename): Simplify.
14480 (comint-completion-file-name-table): New function (bug#9616).
14481 (comint--complete-file-name-data): Use it.
14482
14483 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14484 (pcmpl-gnu-tar-buffer): Remove.
14485 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
14486 around. Make sure pcomplete-suffix-list is only changed temporarily.
14487 Don't look inside the tar's file if it's too large.
14488
14489 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
14490
14491 * cus-edit.el (custom-mode-map):
14492 * epa.el (epa-key-list-mode-map):
14493 * man.el (Man-mode-map):
14494 * startup.el (splash-screen-keymap):
14495 * simple.el (special-mode-map): Use scroll-up-command and
14496 scroll-down-command.
14497
14498 * progmodes/idlw-help.el (idlwave-help-mode-map):
14499 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14500 * net/newst-plainview.el (newsticker-mode-map):
14501 * emulation/ws-mode.el (wordstar-mode-map):
14502 * emulation/vi.el (vi-com-map):
14503 * calc/calc-graph.el (calc-graph-show-dumb):
14504 * term/sun.el (terminal-init-sun):
14505 * term/ns-win.el (global-map):
14506 * progmodes/grep.el (grep-mode-map):
14507 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14508 * mail/rmail.el (rmail-mode-map):
14509 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14510
14511 * custom.el (custom-safe-themes, load-theme): Treat value of t for
14512 custom-safe-themes as special.
14513
14514 2011-10-01 Julien Danjou <julien@danjou.info>
14515
14516 * notifications.el (notifications-notify): Fix docstring.
14517
14518 2011-10-01 Per Starbäck <per@starback.se>
14519
14520 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
14521
14522 2011-09-30 Martin Rudalics <rudalics@gmx.at>
14523
14524 * startup.el (command-line-1): Fix last fix by inserting
14525 initial-scratch-message into *scratch* before displaying it.
14526 (Bug#9605) and (Bug#9636)
14527
14528 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14529
14530 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14531 window is hscrolled, move by logical lines. (Bug#9607)
14532 (line-move-visual): Update the doc string to the above effect.
14533
14534 2011-09-29 Martin Rudalics <rudalics@gmx.at>
14535
14536 * window.el (display-buffer-record-window): When WINDOW is the
14537 selected window use `point' instead of `window-point'. (Bug#9626)
14538
14539 * startup.el (command-line-1): Use insert-before-markers when
14540 inserting initial-scratch-message. (Bug#9605)
14541
14542 * help.el (help-window): Remove variable.
14543
14544 2011-09-29 Glenn Morris <rgm@gnu.org>
14545
14546 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14547
14548 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
14549
14550 * descr-text.el (describe-char-categories): Accept category
14551 descriptions more than one line long.
14552
14553 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14554
14555 * simple.el (delete-trailing-whitespace): Fix last change.
14556
14557 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14558 Don't confuse "y => 3" as the beginning of a `y' operation.
14559
14560 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14561 object has more than 4 slots (bug#9613).
14562
14563 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14564
14565 * subr.el (with-output-to-temp-buffer):
14566 * net/quickurl.el (quickurl, quickurl-browse-url):
14567 Fix typos in docstrings.
14568
14569 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14570
14571 * minibuffer.el (completion-styles)
14572 (completion-category-overrides): Cross reference each other in doc
14573 strings.
14574
14575 2011-09-27 Glenn Morris <rgm@gnu.org>
14576
14577 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14578 to split-string. (Bug#9606)
14579
14580 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14581
14582 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14583 (bug#9615).
14584
14585 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
14586
14587 * emacs-lisp/package.el (list-packages): Fix echo area message.
14588
14589 2011-09-27 Leo Liu <sdl.web@gmail.com>
14590
14591 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14592
14593 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14594
14595 * net/dbus.el (dbus-unregister-object): Don't release services for
14596 registered signals. (Bug#9581)
14597
14598 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14599
14600 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14601 function that picks between cfengine 2 and 3 support
14602 automatically. Update docs accordingly.
14603
14604 2011-09-22 Kenichi Handa <handa@m17n.org>
14605
14606 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14607 ZERO.
14608 (indian-itrans-v5-table-for-tamil): New variable.
14609 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14610
14611 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14612
14613 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14614 that's true if the current command involved collapsing of text.
14615 It's reset to false at the beginning of the next command.
14616 (allout-post-command-business): Move the cursor to the beginning
14617 of entry if the cursor is hidden and collapsing activity just
14618 happened.
14619
14620 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14621
14622 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14623 tracking (Bug#9541).
14624
14625 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
14626
14627 * net/newst-reader.el (newsticker-html-renderer)
14628 (newsticker-show-news): Automatically load html rendering package
14629 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14630 because w3m-fill-column is let-bound" and the error "Symbol's value
14631 as variable is void: w3m-fill-column".
14632
14633 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14634
14635 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14636 Release services only if they are defined. (Bug#9581)
14637
14638 2011-09-23 Richard Stallman <rms@gnu.org>
14639
14640 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14641 distinguish start of paragraph from start of its text.
14642
14643 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14644
14645 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14646 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14647 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14648
14649 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14650
14651 * international/mule-diag.el (mule-diag): Insert a newline after
14652 each fontset description.
14653
14654 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * simple.el (delete-trailing-whitespace):
14657 Document last change; simplify.
14658
14659 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14660
14661 * simple.el (delete-trailing-whitespace): Also delete
14662 extra newlines at the end of the buffer.
14663
14664 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14665 (picture-newline): Use forward-line so as to ignore fields.
14666
14667 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14668
14669 * subr.el (with-wrapper-hook): Fix edebug spec.
14670
14671 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14672
14673 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14674 (bug#4538).
14675
14676 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14677
14678 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14679 Fix nasty bug using wrong cached values.
14680
14681 2011-09-23 Alan Mackenzie <acm@muc.de>
14682
14683 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14684
14685 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14686
14687 * window.el (pop-to-buffer): Ensure right window is selected if we
14688 chose another frame.
14689
14690 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14691
14692 * simple.el (what-cursor-position): Use get-char-property-change
14693 and next-single-char-property-change, to be able to show display
14694 properties that come from overlays as well as text properties.
14695
14696 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14697
14698 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14699
14700 * cmuscheme.el (run-scheme, switch-to-scheme):
14701 * cus-edit.el (customize-group, custom-buffer-create)
14702 (customize-browse):
14703 * info.el (info):
14704 * shell.el (shell):
14705 * mail/sendmail.el (mail):
14706 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14707
14708 2011-09-22 Richard Stallman <rms@gnu.org>
14709
14710 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14711 move back only to line beg, don't move back over blank lines.
14712
14713 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14714
14715 * files.el (copy-directory): Set directory attributes only in case
14716 they could be retrieved from the source directory. (Bug#9565)
14717
14718 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14719
14720 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14721 (hs-find-block-beginning, hs-hide-level-recursive):
14722 Ignore strings as well as comments. (Bug#9502)
14723
14724 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14725
14726 * progmodes/sql.el (sql-comint-postgres):
14727 Convert port number to a string. (Bug#9566)
14728
14729 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14730
14731 * window.el (quit-window): Undedicate window when switching to
14732 previous buffer. Reported by Thierry Volpiatto
14733 <thierry.volpiatto@gmail.com>.
14734 (special-display-popup-frame): When popping up a new frame reset
14735 its previous buffers to nil. Simplify code.
14736
14737 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14738
14739 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14740 and process filter, as done also in `shell-command'.
14741
14742 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14743
14744 * window.el (set-window-buffer-start-and-point):
14745 Call set-window-start with NOFORCE argument t.
14746 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14747 (quit-window): Reword doc-string. Handle new format of
14748 quit-restore parameter. Don't delete window if it has a
14749 previous buffer we can show instead of the present one.
14750 (display-buffer-record-window): Rewrite using a new format for
14751 the quit-restore window parameter
14752 (special-display-popup-frame, display-buffer-same-window)
14753 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14754 (display-buffer-pop-up-window, display-buffer-use-some-window):
14755 Adapt symbol passed to display-buffer-record-window.
14756 * help.el (help-window-setup): Handle new format of quit-restore
14757 parameter.
14758
14759 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14760
14761 * faces.el (face-list): Fix docstring (bug#9564).
14762
14763 * window.el (display-buffer--action-function-custom-type):
14764 Don't include internal functions in the Custom interface.
14765
14766 2011-09-20 Juri Linkov <juri@jurta.org>
14767
14768 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14769 (Info-forward-node, Info-backward-node, Info-next-preorder)
14770 (Info-last-preorder): Use it. (Bug#9528)
14771
14772 2011-09-20 Juri Linkov <juri@jurta.org>
14773
14774 * info.el (Info-last-preorder): Visit last menu item only when
14775 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14776
14777 2011-09-20 Julien Danjou <julien@danjou.info>
14778
14779 * password-cache.el (password-cache-remove): Remove entries even if the
14780 value is nil, so that password with a nil value (negative caching) is
14781 possible to invalidate.
14782
14783 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14784
14785 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14786 all whitespace around breakpoint. (Bug#9553)
14787 (f90-find-breakpoint): Only break at whitespace inside a comment.
14788
14789 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14790
14791 * minibuffer.el (completion-file-name-table): Keep track of errors.
14792 (completion-table-with-predicate): Handle the case where pred1 is nil.
14793 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14794
14795 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14796
14797 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14798 (debugger-return-value): Signal an error if the debugging context does
14799 not await any return value.
14800
14801 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14802 * image-mode.el (image-toggle-display-text)
14803 (image-toggle-display-image): Stay away from evil `intangible'.
14804
14805 2011-09-19 Leo Liu <sdl.web@gmail.com>
14806
14807 * replace.el (occur-revert-arguments): Make it permanent-local.
14808 (occur-mode): Don't call font-lock-defontify.
14809
14810 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14811
14812 * net/ldap.el (ldap-search-internal): Don't push empty search
14813 result (Bug#9508).
14814
14815 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14818
14819 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14820
14821 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14822 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14823
14824 2011-09-18 Juri Linkov <juri@jurta.org>
14825
14826 * buff-menu.el (Buffer-menu-mode-map):
14827 * dired.el (dired-mode-map):
14828 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14829 (lisp-interaction-mode-map):
14830 * emacs-lisp/package.el (package-menu-mode-map):
14831 * epa.el (epa-key-list-mode-map):
14832 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14833 (menu-bar-options-menu):
14834 * outline.el (outline-mode-menu-bar-map):
14835 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14836 * vc/vc-dir.el (vc-dir-menu-map):
14837 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14838 Capitalize non-function content words in menu item strings.
14839
14840 * dired.el (dired-mode-map): Add menu item for
14841 `image-dired-dired-toggle-marked-thumbs'.
14842
14843 2011-09-18 Juri Linkov <juri@jurta.org>
14844
14845 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14846 to `isearch-case-fold-search' and restore its original value
14847 after the `isearch-mode' call.
14848
14849 2011-09-18 Juri Linkov <juri@jurta.org>
14850
14851 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14852 because `zgrep' returns 1 for successful matches (bug#9226).
14853
14854 2011-09-18 Juri Linkov <juri@jurta.org>
14855
14856 * info.el (Info-extract-menu-node-name): Check the second match
14857 for empty string (second test-case of bug#9528).
14858 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14859 intermediate nodes to the history (first test-case of bug#9528).
14860
14861 2011-09-18 Juri Linkov <juri@jurta.org>
14862
14863 * info.el (Info-mode-syntax-table): New variable.
14864 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14865
14866 2011-09-18 Juri Linkov <juri@jurta.org>
14867
14868 * info.el (Info-file-supports-index-cookies):
14869 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14870 outputs one more line for long file names (bug#4142).
14871
14872 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14873
14874 * newcomment.el (comment-normalize-vars): If prompting for
14875 comment-start, set comment-start-skip too (Bug#8424).
14876
14877 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14878
14879 * icomplete.el: Fix previous fix of Bug#5849.
14880 (icomplete-mode): Don't set completion-show-inline-help.
14881 (icomplete-minibuffer-setup): Set completion-show-inline-help
14882 locally during icompletion.
14883
14884 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14885
14886 * woman.el (woman2-process-escapes): Don't delete unrecognized
14887 escapes (Bug#7843).
14888
14889 * files.el (inhibit-first-line-modes-regexps): Add image files.
14890 (hack-local-variables-prop-line): Return nil for malformed
14891 prop-lines (Bug#9044).
14892
14893 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14894
14895 * net/tramp.el (top): Don't require 'shell.
14896 (tramp-methods): Fix docstring.
14897 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14898 Return complete remote file name. Handle "smb" case.
14899 Use `tramp-tmpdir', if defined for the respective method.
14900 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14901
14902 * net/tramp-compat.el (top): Require 'shell.
14903
14904 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14905 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14906 `tramp-current-host'.
14907 (tramp-get-remote-tmpdir): Remove.
14908
14909 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14910 `tramp-tmpdir' entries.
14911 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14912 (tramp-smb-handle-file-attributes): Ignore errors.
14913 (tramp-smb-wait-for-output): Check also for process end.
14914
14915 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14916
14917 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14918 when sending QUIT (bug#9312).
14919
14920 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14921
14922 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14923 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14924 occur-mode-display-occurrence.
14925 (occur-edit-mode): Add usage message.
14926 (occur-cease-edit): New command.
14927 (occur-after-change-function): Use text properties to find the
14928 position of the prefix text.
14929 (occur-engine): Set stickiness of prefix text properties.
14930
14931 2011-09-17 Glenn Morris <rgm@gnu.org>
14932
14933 * progmodes/etags.el (complete-tag):
14934 Fix call to completion-in-region. (Bug#9526)
14935
14936 2011-09-17 Juri Linkov <juri@jurta.org>
14937
14938 * textmodes/ispell.el (ispell-word): Add to the error message
14939 the word, ispell program name and current dictionary (bug#9121).
14940 (ispell-tex-arg-end): Capitalize "error" in the error message.
14941
14942 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14943
14944 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14945 check. (Bug#4251)
14946
14947 2011-09-17 Juri Linkov <juri@jurta.org>
14948
14949 * window.el (window-safe-min-height, window-safe-min-width):
14950 Fix typos (followup to bug#9522).
14951
14952 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14953
14954 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14955
14956 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14957
14958 * simple.el (line-move): If goal-column is set, move by logical
14959 lines, not by display lines. (Bug#971)
14960 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14961 to reflect the above change.
14962
14963 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14964
14965 * image.el (imagemagick-register-types): Use regexp-opt.
14966
14967 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14968
14969 * window.el (display-buffer-base-action): Rename from
14970 display-buffer-default-action. Make default value empty.
14971 (display-buffer-overriding-action): Convert to defvar.
14972 (display-buffer-fallback-action): New var.
14973
14974 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14975
14976 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14977 declaration.
14978 (package--add-to-archive-contents): If there is a duplicate entry
14979 with an older version, remove it.
14980 (package-menu-mark-delete, package-menu-mark-install)
14981 (package-menu-mark-unmark): Make unused args optional.
14982 (package-menu-mark-obsolete-for-deletion):
14983 Use package-menu-get-status instead of a regexp search.
14984 (package-menu-get-status): Use tabulated-list-entry.
14985 (package-menu-mark-upgrades): New command.
14986 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14987 (package-menu-execute): Do installation before deletion.
14988 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14989 instead of checking major-mode.
14990 (package-menu--find-upgrades): New function.
14991
14992 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14993
14994 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14995 passwords in the log buffer.
14996 (smtpmail-process-filter): Update the process marker so that the
14997 "broken by peer" status message is inserted in the right place.
14998
14999 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15000
15001 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
15002 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
15003 bibtex-completion-at-point-function.
15004 (bibtex-completion-at-point-function): Use them.
15005
15006 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
15007
15008 * mpc.el (mpc-constraints-tag-lookup): New function.
15009 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
15010 also to browser "album|playlist".
15011
15012 2011-09-14 Juri Linkov <juri@jurta.org>
15013
15014 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
15015 (isearch-edit-string): Use length of `isearch-string' when
15016 `isearch-fail-pos' returns nil.
15017 (isearch-message): Remove duplicate code and call
15018 `isearch-fail-pos' with arg `t'.
15019
15020 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
15021
15022 * replace.el (occur-mode-goto-occurrence): Don't force using other
15023 window (Bug#9499).
15024
15025 * dired-aux.el (dired-do-chmod): Don't provide initial input.
15026
15027 2011-09-14 Martin Rudalics <rudalics@gmx.at>
15028
15029 * window.el (display-buffer-window): Remove.
15030 (display-buffer-record-window): Use help-setup window parameter
15031 instead of variable display-buffer-window.
15032 (display-buffer-function, special-display-buffer-names)
15033 (special-display-function): Mention help-setup parameter instead
15034 of display-buffer-window in doc-string.
15035 * help.el (help-window-setup): New argument help-window.
15036 Use help-window-setup parameter instead of display-buffer-window.
15037 Reword some messages.
15038 (with-help-window): Pass window used for displaying the buffer
15039 to help-window-setup. Don't set display-buffer-window.
15040
15041 2011-09-13 Glenn Morris <rgm@gnu.org>
15042
15043 * emacs-lisp/debug.el (debugger-make-xrefs):
15044 Preserve point. (Bug#9462)
15045
15046 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
15047
15048 * window.el (window-deletable-p): Use next-frame.
15049
15050 2011-09-13 Martin Rudalics <rudalics@gmx.at>
15051
15052 * window.el (window-auto-delete): Remove.
15053 (window-deletable-p): Remove argument FORCE. Don't deal with
15054 dedication and previous buffers.
15055 (switch-to-prev-buffer): Don't delete window.
15056 (delete-windows-on): Delete a window's frame if and only if the
15057 window is dedicated.
15058 (replace-buffer-in-windows): Delete buffer's window or frame if
15059 and only if window is dedicated.
15060 (quit-window): Handle quit-restore as before last change.
15061 (bury-buffer): Delete window only if window-deletable-p returns t.
15062
15063 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
15064
15065 * window.el (window-deletable-p): Never delete the last frame on a
15066 given terminal.
15067
15068 2011-09-13 Glenn Morris <rgm@gnu.org>
15069
15070 * help.el (describe-key-briefly): Copy previous standard-output change.
15071
15072 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
15073
15074 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
15075
15076 2011-09-13 Glenn Morris <rgm@gnu.org>
15077
15078 * emacs-lisp/lisp-mode.el (lisp-indent-function):
15079 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
15080
15081 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
15082
15083 * dired-aux.el (dired-mark-read-string): Don't return default
15084 value on empty input (Bug#9361).
15085 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
15086 Omit initial minibuffer contents.
15087 (dired-do-chmod): Signal an error on empty input.
15088 (dired-mark-read-string): Don't return default on empty input.
15089
15090 * files.el (file-modes-symbolic-to-number): Doc fix.
15091
15092 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 * international/mule-cmds.el (ucs-completions): Remove.
15095 (read-char-by-name): Use complete-with-action instead; add metadata.
15096
15097 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
15098
15099 * window.el (display-buffer--action-function-custom-type)
15100 (display-buffer--action-custom-type): New vars.
15101 (display-buffer-alist, display-buffer-default-action)
15102 (display-buffer-overriding-action): Add defcustom types.
15103
15104 * frame.el (delete-other-frames): Doc fix (Bug#276).
15105
15106 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15107
15108 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
15109
15110 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
15111
15112 Change modes that used same-window-* vars to use switch-to-buffer.
15113
15114 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
15115 Use switch-to-buffer.
15116
15117 * cus-edit.el (customize-group, custom-buffer-create)
15118 (customize-browse, custom-buffer-create-other-window):
15119 Use switch-to-buffer or switch-to-buffer-other-window.
15120
15121 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
15122 (Info-prev, Info-up, Info-speedbar-goto-node)
15123 (info-display-manual): Use switch-to-buffer.
15124 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
15125
15126 * mail/sendmail.el (mail): Use switch-to-buffer.
15127 (mail-recover): Use switch-to-buffer-other-window.
15128
15129 * cmuscheme.el (run-scheme, switch-to-scheme):
15130 * ielm.el (ielm):
15131 * shell.el (shell):
15132 * net/rlogin.el (rlogin):
15133 * net/telnet.el (telnet, rsh):
15134 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
15135
15136 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
15137
15138 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
15139
15140 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15141
15142 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
15143 so don't mention it (bug#9301).
15144 (dired-sort-toggle-or-edit): Clarify string further.
15145
15146 * faces.el (face-spec-set-match-display): Make `(type graphic)'
15147 match `x', `w32' and `ns', like the manual says (bug#9029).
15148
15149 * subr.el (eval-after-load): Doc string clarification (bug#9125).
15150 (process-kill-buffer-query-function): Mention the buffer name in
15151 the query.
15152
15153 * image-mode.el (image-next-line): The line parameter is mandatory
15154 (bug#9258).
15155
15156 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
15157 which can be useful (bug#9301).
15158
15159 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
15160
15161 * subr.el (match-string): Mention that the current buffer should
15162 be the same as the search was done in (bug#9282).
15163
15164 * facemenu.el: Disable the remove-* commands if the mark isn't
15165 active (bug#9162).
15166
15167 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
15168
15169 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
15170 of display-buffer.
15171 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
15172
15173 * replace.el (occur-mode-goto-occurrence)
15174 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
15175 and display-buffer.
15176
15177 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
15178 display-buffer.
15179
15180 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
15181 special-display and same-window variables.
15182 (mail-other-window): Use switch-to-buffer-other-window.
15183 (mail-other-frame): USe switch-to-buffer-other-frame.
15184
15185 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
15186 Use display-buffer-other-frame.
15187 (gdb-display-gdb-buffer): Use pop-to-buffer.
15188
15189 * progmodes/gud.el (gud-goto-info): Use info-other-window.
15190
15191 * progmodes/python.el: Don't set same-window-buffer-names.
15192
15193 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
15194
15195 * window.el (display-buffer-alist): Add *Python*.
15196
15197 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
15198
15199 * window.el (display-buffer-alist): Add entry for buffers
15200 previously handled same-window-*.
15201 (display-buffer-alist, display-buffer-default-action)
15202 (display-buffer-overriding-action): Mark as risky.
15203 (display-buffer-alist): Document action function changes.
15204 (display-buffer--same-window-action)
15205 (display-buffer--other-frame-action): New variables.
15206 (switch-to-buffer, display-buffer-other-frame): Use them.
15207 (display-buffer): Rename reuse-frame entry to reusable-frames.
15208 (display-buffer-reuse-selected-window): Function deleted.
15209 (display-buffer-reuse-window): Handle reusable-frames alist entry.
15210 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
15211 (display-buffer-special): New function.
15212 (display-buffer--maybe-pop-up-frame-or-window): Rename from
15213 display-buffer-reuse-or-pop-window. Split off special-display
15214 part into display-buffer-special.
15215 (display-buffer-use-some-window): Don't perform any special
15216 pop-up-frames handling.
15217 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
15218 (display-buffer--maybe-same-window): Rename from
15219 display-buffer-maybe-same-window.
15220
15221 * info.el: Don't set same-window-regexps.
15222 (info-setup): New function.
15223 (info-other-window, info): Call it.
15224
15225 * cus-edit.el: Don't set same-window-regexps.
15226 (customize-group): New argument.
15227 (customize-group-other-window): Use it.
15228 (customize-face, customize-face-other-window): Likewise.
15229 (custom-buffer-create-other-window): Use pop-to-buffer directly.
15230
15231 * net/rlogin.el:
15232 * net/telnet.el:
15233 * progmodes/gud.el: Don't set same-window-regexps.
15234
15235 * cmuscheme.el:
15236 * ielm.el:
15237 * shell.el:
15238 * mail/sendmail.el:
15239 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
15240
15241 2011-09-10 Juri Linkov <juri@jurta.org>
15242
15243 * isearch.el (isearch-edit-string): Remove obsolete mention of
15244 `C-w' (`isearch-yank-word-or-char') from docstring.
15245 (isearch-query-replace): Fix typo in docstring (bug#9466).
15246
15247 2011-09-10 Juri Linkov <juri@jurta.org>
15248
15249 * paren.el (show-paren-function): Don't show escaped parens.
15250 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
15251
15252 2011-09-10 Eli Zaretskii <eliz@gnu.org>
15253
15254 * mail/sendmail.el (mml-to-mime, mml-attach-file)
15255 (mm-default-file-encoding): Remove autoload forms, they are
15256 replaced with autoload cookies in mml.el and mm-encode.el.
15257 (mail-add-attachment): New command.
15258 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
15259 (mail-mode): Mention mail-insert-file and mail-add-attachment in
15260 the doc string.
15261 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
15262
15263 2011-09-10 Reuben Thomas <rrt@sc3d.org>
15264
15265 * simple.el (count-words-region): Use buffer if there's no region
15266 (bug#9429).
15267
15268 2011-09-09 Juri Linkov <juri@jurta.org>
15269
15270 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
15271 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
15272 (wdired-isearch-filter-read-only): New function. (Bug#6362)
15273
15274 2011-09-09 Alan Mackenzie <acm@muc.de>
15275
15276 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
15277 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
15278
15279 2011-09-09 Eli Zaretskii <eliz@gnu.org>
15280
15281 Fix for Savannah bug#9392.
15282 * simple.el (mail-encode-mml): New defvar.
15283
15284 * mail/rmail.el (mail-encode-mml): Add a defvar.
15285 (rmail-enable-mime-composing): Default to t.
15286 (rmail-forward): Use MIME method of forwarding only if both
15287 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
15288 Set mail-encode-mml non-nil if the MIME method was used.
15289
15290 * mail/sendmail.el (mml-to-mime): Add autoload form.
15291 (mail-encode-mml): Add a defvar.
15292 (mail-mode): Make mail-encode-mml buffer-local and initialize it
15293 to nil.
15294 (mail-send): If mail-encode-mml is non-nil, run the outgoing
15295 message through mml-to-mime, and reset mail-encode-mml to nil.
15296
15297 2011-09-09 Glenn Morris <rgm@gnu.org>
15298
15299 * woman.el (woman-if-body): When processing an .el block,
15300 do not delete the next .el block as well. (Bug#9447)
15301 (woman-special-characters): Add oq, cq, and hy characters.
15302
15303 2011-09-08 Martin Rudalics <rudalics@gmx.at>
15304
15305 * window.el (window-deletable-p): Make sure window is live before
15306 invoking window-prev-buffers.
15307
15308 2011-09-08 Leo Liu <sdl.web@gmail.com>
15309
15310 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
15311
15312 2011-09-08 Juri Linkov <juri@jurta.org>
15313
15314 * progmodes/compile.el (compilation-environment): Make it
15315 a defcustom (bug#8340).
15316
15317 2011-09-08 Martin Rudalics <rudalics@gmx.at>
15318
15319 * window.el (frame-auto-delete): Rename to window-auto-delete.
15320 Make it control auto-deletion of windows and/or frames.
15321 (window-deletable-p): New argument FORCE. Rewrite conditions
15322 for deleting window/frame. (Bug#9419)
15323 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
15324 Rewrite handling of case when window/frame can be deleted.
15325 (delete-windows-on): Call window-deletable-p with new FORCE
15326 argument t. (Bug#9456)
15327
15328 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
15329
15330 * help-mode.el (help-mode): Restore autoload.
15331
15332 2011-09-07 Juri Linkov <juri@jurta.org>
15333
15334 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
15335 `compilation-environment'. Set buffer-local
15336 `compilation-environment' to `thisenv' later after (funcall mode).
15337 (Bug#8340)
15338
15339 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
15340 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
15341 instead of replacing its value. (Bug#8340)
15342
15343 2011-09-07 Juri Linkov <juri@jurta.org>
15344
15345 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
15346 based on text properties put by `grep-filter' instead of matching
15347 escape sequences.
15348 (grep-mode): Set buffer-local `compilation-error-screen-columns'
15349 to the value of `grep-error-screen-columns' (bug#9438).
15350
15351 2011-09-07 Juri Linkov <juri@jurta.org>
15352
15353 * simple.el (next-error-highlight, next-error-highlight-no-select):
15354 Doc fix (bug#9432).
15355
15356 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
15357
15358 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15359 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
15360
15361 2011-09-07 Leo Liu <sdl.web@gmail.com>
15362
15363 * net/rcirc.el (rcirc-mode): Conditionally initialize
15364 rcirc-input-ring.
15365
15366 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15367
15368 * emacs-lisp/find-func.el (find-function-C-source): Only set
15369 find-function-C-source-directory after checking that we found a source
15370 file there (bug#9440).
15371
15372 2011-09-06 Alan Mackenzie <acm@muc.de>
15373
15374 * isearch.el (isearch-other-meta-char): Wherever a key list is
15375 unread, "unread" the prefix arg, too. This fixes bug #8901.
15376
15377 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
15378
15379 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
15380
15381 2011-09-05 Juri Linkov <juri@jurta.org>
15382
15383 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
15384
15385 2011-09-05 Juri Linkov <juri@jurta.org>
15386
15387 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
15388 keeping point where processing of grep matches begins, and
15389 continue to delete remaining escape sequences from the same point.
15390 (grep-filter): Make leading zero optional in "0?1;31m" because
15391 git-grep emits "\033[1;31m" escape sequences unlike expected
15392 "\033[01;31m" as GNU Grep does (bug#9408).
15393 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
15394
15395 2011-09-05 Juri Linkov <juri@jurta.org>
15396
15397 * subr.el (y-or-n-p): Capitalize "yes".
15398
15399 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
15400
15401 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
15402 `tramp-cache-unload-hook' where appropriate.
15403 (tramp-methods): Rename `tramp-remote-sh' to
15404 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
15405 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
15406
15407 * net/tramp-sh.el (top): Don't require 'shell.
15408 (tramp-methods): Add `tramp-remote-shell' and
15409 `tramp-remote-shell-args' entries.
15410 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
15411 (tramp-sh-handle-shell-command): Remove.
15412 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15413 Use `tramp-remote-shell'.
15414
15415 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
15416
15417 * mail/sendmail.el (sendmail-query-once-function): Delete.
15418 (sendmail-query-once): Save directly to send-mail-function.
15419 Update message-send-mail-function too.
15420
15421 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
15422
15423 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15424
15425 * progmodes/python.el (python-mode-map): Use correct function to
15426 start python interpreter from menu-bar (as reported by Geert
15427 Kloosterman).
15428 (inferior-python-mode-map): Fix typo.
15429 (python-shell-map): Remove.
15430
15431 2011-09-03 Deniz Dogan <deniz@dogan.se>
15432
15433 * net/rcirc.el (rcirc-print): Simplify code for
15434 rcirc-scroll-show-maximum-output. There is no need to walk
15435 through all windows to find the right one.
15436
15437 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15438
15439 * help.el (help-return-method): Doc fix.
15440
15441 2011-09-03 Martin Rudalics <rudalics@gmx.at>
15442
15443 * window.el (window-deletable-p): Don't return a non-nil value
15444 when there's a buffer that was shown in the window before.
15445 (Bug#9419)
15446 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15447 Set window's previous buffers to nil.
15448
15449 2011-09-03 Eli Zaretskii <eliz@gnu.org>
15450
15451 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
15452 newline before and after the tag line, so it doesn't interfere
15453 with determining the paragraph direction of bidirectional text.
15454
15455 2011-09-03 Leo Liu <sdl.web@gmail.com>
15456
15457 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
15458
15459 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15460
15461 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
15462 (pop-to-buffer): Change interactive spec. Pass second argument
15463 directly to display-buffer.
15464 (display-buffer): Fix interactive spec. Use functionp to
15465 distinguish between a function and a list of functions.
15466
15467 * abbrev.el (edit-abbrevs):
15468 * arc-mode.el (archive-extract):
15469 * autoinsert.el (auto-insert):
15470 * bookmark.el (bookmark-bmenu-list):
15471 * files.el (find-file):
15472 * view.el (view-buffer):
15473 * progmodes/compile.el (compilation-goto-locus):
15474 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15475
15476 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15477
15478 * window.el (display-buffer-alist): Doc fix.
15479 (display-buffer): Add docstring. Don't treat
15480 display-buffer-default specially.
15481 (display-buffer-reuse-selected-window)
15482 (display-buffer-same-window, display-buffer-maybe-same-window)
15483 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15484 (display-buffer-pop-up-window)
15485 (display-buffer-reuse-or-pop-window)
15486 (display-buffer-use-some-window): New functions.
15487 (display-buffer-default-action): Use them.
15488 (display-buffer-default): Delete.
15489 (pop-to-buffer-1): Fix choice of actions.
15490
15491 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15492
15493 * minibuffer.el (completion--insert-strings): Don't get confused by
15494 completion entries that end with an LF char.
15495
15496 2011-09-01 Eli Zaretskii <eliz@gnu.org>
15497
15498 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15499
15500 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
15501
15502 * window.el (display-buffer): Restore interactive spec.
15503 (display-buffer-same-window, display-buffer-other-window):
15504 New functions.
15505 (pop-to-buffer-1): New function. Use the above.
15506 (pop-to-buffer, pop-to-buffer-same-window): Use it.
15507 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
15508
15509 * view.el (view-buffer-other-window, view-buffer-other-frame):
15510 Just use pop-to-buffer.
15511
15512 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15513
15514 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
15515
15516 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
15517
15518 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
15519
15520 2011-08-31 Richard Stallman <rms@gnu.org>
15521
15522 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15523 of the separation of rmail-view-buffer from rmail-buffer.
15524 If you say no to "replace original", the decrypt is in the
15525 view buffer. If you say yes, the decrypt goes into the
15526 rmail buffer also.
15527
15528 2011-08-31 Martin Rudalics <rudalics@gmx.at>
15529
15530 * window.el (display-buffer-window): Rewrite doc-string.
15531 (display-buffer-record-window): New function.
15532 (display-buffer-macro-specifiers)
15533 (display-buffer-even-window-sizes, display-buffer-set-height)
15534 (display-buffer-set-width, display-buffer-in-window)
15535 (display-buffer-reuse-window, display-buffer-split-specifiers)
15536 (display-buffer-side-specifiers, display-buffer-split-window-1)
15537 (display-buffer-split-window, display-buffer-split-atom-window)
15538 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15539 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15540 (display-buffer-other-window-means-other-frame)
15541 (display-buffer-normalize-special)
15542 (display-buffer-normalize-default)
15543 (display-buffer-normalize-argument)
15544 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15545 (display-buffer-normalize-specifiers, display-buffer-frame)
15546 (display-buffer-same-window, display-buffer-same-frame)
15547 (display-buffer-other-window)
15548 (display-buffer-same-frame-other-window)
15549 (display-buffer-other-frame, pop-to-buffer-same-window)
15550 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15551 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15552 (switch-to-buffer-same-frame)
15553 (switch-to-buffer-other-window-same-frame)
15554 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15555 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15556 (display-buffer-alist-set): Remove.
15557 (display-buffer-function, special-display-buffer-names)
15558 (special-display-regexps, special-display-function):
15559 In doc-string refer to display-buffer-window and quit-restore
15560 parameter.
15561 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15562 (special-display-frame-alist, special-display-popup-frame)
15563 (same-window-buffer-names, same-window-regexps, same-window-p)
15564 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15565 (split-window-preferred-function, split-height-threshold)
15566 (split-width-threshold, window-splittable-p)
15567 (split-window-sensibly, window--try-to-split-window)
15568 (window--frame-usable-p, even-window-heights)
15569 (window--even-window-heights, window--display-buffer-1)
15570 (window--display-buffer-2, display-buffer-other-frame):
15571 Restore old Emacs 23 code, order and doc-strings where applicable.
15572 (display-buffer-default, display-buffer-assq-regexp): New functions.
15573 (display-buffer-alist): Rewrite doc-string.
15574 (display-buffer-default-action)
15575 (display-buffer-overriding-action): New variables.
15576 (display-buffer, switch-to-buffer): Rewrite.
15577 (pop-to-buffer): Restore Emacs 23 behavior but use
15578 window-normalize-buffer-to-display.
15579 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15580 Restore Emacs 23 behavior but use
15581 window-normalize-buffer-to-switch-to.
15582 (pop-to-buffer-same-window): Rewrite.
15583 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15584 Rewrite using Emacs 23 options.
15585
15586 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
15587
15588 * net/tramp.el (tramp-root-regexp): Remove.
15589 (tramp-completion-file-name-regexp-unified)
15590 (tramp-completion-file-name-regexp-separate)
15591 (tramp-completion-file-name-regexp-url): Don't use leading volume
15592 letter on w32 systems. (Bug#5303, Bug#9311)
15593 (tramp-drop-volume-letter): Simplify definition.
15594 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15595
15596 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15597
15598 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15599 (bug#9356).
15600
15601 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15602
15603 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15604
15605 2011-08-29 Juri Linkov <juri@jurta.org>
15606
15607 * isearch.el (isearch-done): Don't display message "Mark saved"
15608 when arg `edit' is non-nil to prevent its flicker in the echo area.
15609
15610 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15611
15612 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15613 obsolete packages for deletion.
15614
15615 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15616
15617 * help-mode.el (help-mode-map): Add special-mode-map to parent.
15618 (help-mode): Derive help-mode from special-mode. Don't invoke
15619 view-mode from help-mode.
15620 (help-xref-override-view-map): Remove.
15621 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15622 view-mode is not used anymore.
15623
15624 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15625
15626 * server.el (server-port): Doc fix.
15627
15628 * cus-theme.el (custom-theme-choose-mode): Inherit from
15629 special-mode (Bug#9124).
15630 (custom-theme-choose-mode-map): Add special-mode to parent.
15631
15632 2011-08-28 Alan Mackenzie <acm@muc.de>
15633
15634 * progmodes/cc-fonts.el
15635 (c-make-font-lock-BO-decl-search-function): New function.
15636 (c-basic-matchers-after - "Fontify the clauses after various
15637 keywords"): Extract the three keyword lists for the 3 erroneous
15638 constructs from the list of four, and use the new function above
15639 in place of an old one.
15640
15641 2011-08-28 Deniz Dogan <deniz@dogan.se>
15642
15643 * net/rcirc.el (rcirc-insert-prev-input)
15644 (rcirc-insert-next-input): Remove unused argument.
15645
15646 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15649
15650 2011-08-27 Alan Mackenzie <acm@muc.de>
15651
15652 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15653 handle function pointer parameters properly.
15654
15655 2011-08-27 Martin Rudalics <rudalics@gmx.at>
15656
15657 * window.el (display-buffer-reuse-window): Fix case where
15658 selected window was reused with non-nil OTHER-WINDOW argument.
15659 (Bug#9381)
15660
15661 2011-08-27 Deniz Dogan <deniz@dogan.se>
15662
15663 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15664 oftc's NickServ messages.
15665
15666 2011-08-27 Glenn Morris <rgm@gnu.org>
15667
15668 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15669
15670 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15671
15672 * emacs-lisp/package.el (package-install): Call package-initialize
15673 if called interactively.
15674
15675 2011-08-26 Leo Liu <sdl.web@gmail.com>
15676
15677 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15678
15679 2011-08-25 Juri Linkov <juri@jurta.org>
15680
15681 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15682 `search-whitespace-regexp' (bug#9364).
15683
15684 2011-08-25 Juri Linkov <juri@jurta.org>
15685
15686 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15687 `regexp-search-ring' to their global values to protect from
15688 updating by `read-from-minibuffer' (bug#9185).
15689
15690 2011-08-25 Juri Linkov <juri@jurta.org>
15691
15692 * textmodes/ispell.el (ispell-command-loop): Add newline
15693 at the end of the "Use option `i'..." line.
15694
15695 2011-08-25 Juri Linkov <juri@jurta.org>
15696
15697 * battery.el (display-battery-mode): If `battery-status-function'
15698 or `battery-mode-line-format' is nil, display the message and set
15699 `display-battery-mode' to nil (bug#9363).
15700
15701 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15702
15703 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15704 bidi-string-mark-left-to-right; they are unnecessary now.
15705
15706 2011-08-25 Deniz Dogan <deniz@dogan.se>
15707
15708 * net/quickurl.el: Documentation typo fixes.
15709
15710 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15711
15712 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15713
15714 2011-08-25 Glenn Morris <rgm@gnu.org>
15715
15716 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15717
15718 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15719 (smtpmail-via-smtp): Handle nil response from smtp.
15720
15721 2011-08-24 Juri Linkov <juri@jurta.org>
15722
15723 * proced.el (proced-marked): Inherit from `error' instead of
15724 `font-lock-warning-face'.
15725
15726 * ibuffer.el (ibuffer-marked-face): Change default face from
15727 `font-lock-warning-face' to `warning'.
15728 (ibuffer-deletion-face): Change default face from
15729 `font-lock-type-face' to `error'.
15730
15731 * battery.el (battery-update): Use the face `error' instead of
15732 `font-lock-warning-face' (bug#6117).
15733
15734 2011-08-24 Juri Linkov <juri@jurta.org>
15735
15736 * faces.el (success): Change face color from "Green3" to
15737 "ForestGreen" on light background (bug#9353).
15738
15739 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15740
15741 * window.el (quit-window): Rename from quit-restore-window.
15742 Use same arglist as old quit-window.
15743 (frame-auto-delete): Doc fix.
15744
15745 * view.el (view-mode-exit): Use quit-window.
15746
15747 2011-08-24 Juri Linkov <juri@jurta.org>
15748
15749 * isearch.el (isearch-ring-adjust1): Start visiting previous
15750 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15751 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15752 for empty search string (when the last search string is reused
15753 automatically) to adjust the isearch ring to the last element and
15754 prepare the correct index for further M-p commands (bug#9185).
15755
15756 2011-08-24 Kenichi Handa <handa@m17n.org>
15757
15758 * international/ucs-normalize.el: If decomposition property of
15759 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15760 nil.
15761 (nfd, nfkd): Likewise.
15762
15763 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15764
15765 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15766 from process filters aren't reliably transmitted to the surrounding
15767 accept-process-output.
15768 (mpc-proc-check): New function.
15769 (mpc-proc-sync): Use it (bug#8293)
15770
15771 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15772
15773 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15774 Add compatibility functions (bug#9313).
15775
15776 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15777
15778 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15779
15780 * international/uni-bidi.el: Regenerate.
15781
15782 2011-08-23 Kenichi Handa <handa@m17n.org>
15783
15784 * international/charprop.el:
15785 * international/uni-bidi.el:
15786 * international/uni-category.el:
15787 * international/uni-combining.el:
15788 * international/uni-comment.el:
15789 * international/uni-decimal.el:
15790 * international/uni-decomposition.el:
15791 * international/uni-digit.el:
15792 * international/uni-lowercase.el:
15793 * international/uni-mirrored.el:
15794 * international/uni-name.el:
15795 * international/uni-numeric.el:
15796 * international/uni-old-name.el:
15797 * international/uni-titlecase.el:
15798 * international/uni-uppercase.el: Regenerate.
15799
15800 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15801
15802 * help.el (help-window-setup): Fix message displayed when other
15803 window is reused. (Bug#9341)
15804
15805 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15806
15807 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15808 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15809
15810 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15811 Mark obsolete.
15812 * shell.el (shell-parse-pcomplete-arguments): New function.
15813 (shell-completion-vars): Use it instead (bug#9160).
15814
15815 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15816
15817 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15818 strings and comments (bug#9333).
15819
15820 * emacs-lisp/debug.el (debug-arglist): New function.
15821 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15822 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15823
15824 2011-08-22 Juri Linkov <juri@jurta.org>
15825
15826 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15827 Revert regexp that highlights output switches to its old
15828 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15829
15830 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15831 to check for empty output (bug#9226).
15832
15833 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15834
15835 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15836 symbol-constituent as the default, as that stops font-lock from
15837 working properly (Bug#8843).
15838
15839 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15840
15841 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15842 `coding-system-for-*' around the process open call to avoid
15843 auth-source side effects.
15844 (smtpmail-try-auth-methods): Expand the secret password.
15845 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15846 probe hangs.
15847
15848 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15849
15850 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15851
15852 * emacs-lisp/find-func.el (find-function-noselect): New arg
15853 lisp-only.
15854
15855 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15856 signal an error for built-in functions (Bug#6664).
15857
15858 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15859
15860 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15861 (smtpmail-try-auth-methods): Use it.
15862
15863 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15864
15865 * font-lock.el (font-lock-fontify-region)
15866 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15867 (font-lock-default-unfontify-buffer)
15868 (font-lock-default-fontify-region)
15869 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15870
15871 * progmodes/compile.el (compilation-error-properties):
15872 Fix confusion between file struct and message struct (Bug#9319).
15873 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15874 `ant' regexp.
15875
15876 * net/browse-url.el (browse-url-firefox): Don't call
15877 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15878
15879 2011-08-20 Glenn Morris <rgm@gnu.org>
15880
15881 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15882
15883 * tutorial.el (tutorial--default-keys): Update some default bindings.
15884
15885 * files.el (hack-local-variables): Fully ignore case for "mode:".
15886
15887 2011-08-20 Alan Mackenzie <acm@muc.de>
15888
15889 Resolve invalid use of a regexp in regexp-opt.
15890
15891 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15892 detection for a java annotation.
15893
15894 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15895 detection for a java annotation.
15896
15897 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15898 handling for java.
15899 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15900
15901 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15902
15903 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15904 (Bug#9274).
15905
15906 2011-08-20 Alan Mackenzie <acm@muc.de>
15907
15908 Fontify CPP expressions correctly when starting in the middle of
15909 such a construct. Mainly for when jit-lock etc. starts a chunk
15910 here.
15911
15912 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15913 variable.
15914 (c-make-font-lock-search-form): New function, extracted from
15915 c-make-font-lock-search-function.
15916 (c-make-font-lock-search-function): Use the above function.
15917 (c-make-font-lock-context-search-function): New function.
15918 (c-cpp-matchers): Enhance the preprocessor expression case with
15919 the above function
15920 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15921 which takes an expression.
15922
15923 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15924
15925 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15926
15927 * window.el (display-buffer-reuse-window)
15928 (display-buffer-pop-up-window): Don't reuse or split a side
15929 window.
15930
15931 2011-08-19 Glenn Morris <rgm@gnu.org>
15932
15933 * files.el (hack-local-variables-prop-line, hack-local-variables):
15934 Downcase "Mode:". (Bug#9331)
15935
15936 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15937
15938 * international/characters.el: Add L and R categories.
15939
15940 * subr.el (bidi-string-mark-left-to-right): Rename from
15941 string-mark-left-to-right. Use category search.
15942
15943 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15944
15945 2011-08-18 Juri Linkov <juri@jurta.org>
15946
15947 * faces.el (error, warning, success): New faces with definitions
15948 copied from old default values of `font-lock-warning-face',
15949 `compilation-warning', `compilation-info' (bug#6117).
15950
15951 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15952
15953 * progmodes/compile.el (compilation-error): Inherit from `error'.
15954 (compilation-warning): Inherit from `warning'.
15955 (compilation-info): Inherit from `success'.
15956
15957 * dired.el (dired-marked): Inherit from `warning'.
15958 (dired-flagged): Inherit from `error'.
15959
15960 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15961
15962 * mail/smtpmail.el (auth-source): Require to avoid problems with
15963 binding variables (bug#9298). Also clean up some unused
15964 autoloads.
15965
15966 * net/network-stream.el (network-stream-open-starttls):
15967 Support using starttls.el without using gnutls-cli.
15968
15969 2011-08-17 Juri Linkov <juri@jurta.org>
15970
15971 * progmodes/grep.el (rgrep): Handle the case when
15972 `grep-find-command' is a cons cell (bug#9278).
15973
15974 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15975
15976 * window.el (display-buffer-pop-up-frame): Run frame creation
15977 function with BUFFER current (as special-display-popup-frame
15978 does). Reported by Drew Adams.
15979
15980 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15981
15982 * epa-mail.el: Simplify GnuPG group expansion using
15983 epg-expand-group.
15984 (epa-mail-group-alist, epa-mail-group-modtime)
15985 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15986 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15987 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15988 Remove.
15989
15990 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15991
15992 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15993
15994 2011-08-16 Alan Mackenzie <acm@muc.de>
15995
15996 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15997 Correct, to avoid the inside of macros.
15998
15999 2011-08-16 Richard Stallman <rms@gnu.org>
16000
16001 * epa-mail.el: Handle GnuPG group definitions.
16002 (epa-mail-group-alist, epa-mail-group-modtime)
16003 (epa-mail-gnupg-conf-file): New variables.
16004 (epa-mail-parse-groups, epa-mail-sync-groups)
16005 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
16006 (epa-mail-expand-recipients): New functions.
16007 (epa-mail-encrypt): Call epa-mail-expand-recipients.
16008
16009 * mail/rmail.el (rmail-epa-decrypt): New command.
16010
16011 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
16012 Don't bind buffer-read-only, just inhibit-read-only.
16013 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
16014 (epa-decrypt-armor-in-region): Make error message clearer.
16015
16016 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
16017
16018 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
16019 and "a2b" to "ab" for `prefix'.
16020
16021 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
16022
16023 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
16024 filter groups.
16025 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
16026 Fourquet (Bug#8804).
16027
16028 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
16029
16030 * startup.el (argi): Declare as global variable (bug#9275).
16031
16032 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
16033
16034 * subr.el (string-mark-left-to-right): Search the entire string
16035 for RTL script, not just the terminating character. Doc fix.
16036
16037 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
16038
16039 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
16040 New function.
16041 (js--regexp-literal, js-syntax-propertize-function): Remove.
16042 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
16043 (js-mode-map): Don't rebind electric keys.
16044 (js-insert-and-indent): Remove.
16045 (js-mode): Setup electric-layout and electric-indent instead.
16046
16047 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
16048
16049 2011-08-12 Daiki Ueno <ueno@unixuser.org>
16050
16051 * epa.el (epa-progress-callback-function): Fix the logic of
16052 displaying progress.
16053 * epa-file.el (epa-file-insert-file-contents): Make progress
16054 display more user-friendly.
16055 (epa-file-write-region): Ditto.
16056
16057 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
16058
16059 * subr.el (string-mark-left-to-right): New function.
16060
16061 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
16062 Use string-mark-left-to-right.
16063 (list-buffers-noselect): Caller changed.
16064
16065 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16066 Use string-mark-left-to-right.
16067 (tabulated-list-print): Recenter after moving point.
16068
16069 2011-08-10 Juri Linkov <juri@jurta.org>
16070
16071 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
16072 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
16073 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
16074
16075 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
16076
16077 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
16078 (Bug#7554).
16079
16080 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
16081
16082 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
16083 character. (Bug#6594)
16084
16085 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
16086
16087 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
16088 (image-dired--with-db-file): New macro.
16089 (image-dired-write-tags, image-dired-remove-tag)
16090 (image-dired-create-gallery-lists, image-dired-write-comments)
16091 (image-dired-get-comment, image-dired-mark-tagged-files)
16092 (image-dired-list-tags, image-dired-gallery-generate): Use it.
16093 (image-dired-gallery-generate): Use insert-file-contents.
16094
16095 * time.el (display-time-world-list, display-time-world-display):
16096 * time-stamp.el (time-stamp-string):
16097 * vc/add-log.el (add-change-log-entry): Use setenv instead of
16098 set-time-zone-rule (Bug#7337).
16099
16100 2011-08-08 Daiki Ueno <ueno@unixuser.org>
16101
16102 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
16103 (epg-error-to-string, epg-errors-to-string): New function.
16104 (epg-wait-for-completion): Reverse errors list.
16105 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
16106 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
16107 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
16108 (epg-sign-keys, epg-generate-key-from-file)
16109 (epg-generate-key-from-string): Format errors by using
16110 epg-errors-to-string (bug#9255).
16111 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
16112
16113 2011-08-07 Juri Linkov <juri@jurta.org>
16114
16115 * faces.el (list-faces-display): Remove extra angle bracket
16116 from `help-mode-map'.
16117
16118 * info.el (Info-history-toc-nodes): Doc fix.
16119
16120 * longlines.el (longlines-mode): Doc fix.
16121
16122 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
16123
16124 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
16125 of statements and in a few more cases (bug#9183).
16126
16127 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
16128 New functions.
16129 (cl-transform-lambda): Use them (bug#9239).
16130
16131 2011-08-05 Martin Rudalics <rudalics@gmx.at>
16132
16133 * window.el (display-buffer-same-window)
16134 (display-buffer-same-frame, display-buffer-other-window)
16135 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16136 (pop-to-buffer-other-window)
16137 (pop-to-buffer-same-frame-other-window)
16138 (pop-to-buffer-other-frame): Make them defuns.
16139 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
16140
16141 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16142
16143 * subr.el (make-composed-keymap): Move from C. Change calling
16144 convention, and improve docstring to bring attention to a subtle point.
16145 * minibuffer.el (completing-read-default): Adjust accordingly.
16146
16147 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
16148
16149 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
16150 (tramp-open-shell): Use `tramp-shell-quote-argument'.
16151
16152 * net/trampver.el: Update release number.
16153
16154 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16155
16156 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
16157 "in" (bug#9190).
16158
16159 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16160
16161 * mail/sendmail.el (sendmail-query-once): Restore the current
16162 buffer after querying (bug#9074).
16163
16164 * dired.el (dired-flagged): Use different faces for marked and
16165 flagged files (bug#6117).
16166
16167 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
16168 (bug#4433).
16169
16170 * ido.el (ido-mode): Switch off the message if called
16171 non-interactively.
16172
16173 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
16174 before 587, since it appears that that's more likely to work for
16175 more people.
16176
16177 * cus-edit.el (custom-file): When running under emacs -q, always
16178 refuse to save the customizations, even if the .emacs file doesn't
16179 exist.
16180
16181 * info.el: Remove the `Info-beginning-of-buffer' function
16182 (bug#8325).
16183
16184 * net/network-stream.el (network-stream-open-starttls):
16185 Use `starttls-available-p' to see whether starttls.el can be used.
16186
16187 2011-08-01 Martin Rudalics <rudalics@gmx.at>
16188
16189 * window.el (display-buffer-in-window): Don't set dedicated status
16190 of window here (Bug#9215).
16191 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16192 (display-buffer-pop-up-side-window)
16193 (display-buffer-in-side-window): Set dedicated status of window here.
16194
16195 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
16196
16197 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
16198 before binding generated-autoload-file.
16199
16200 2011-08-01 Deniz Dogan <deniz@dogan.se>
16201
16202 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
16203
16204 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
16205
16206 Sync with Tramp 2.2.2.
16207
16208 * net/trampver.el: Update release number.
16209
16210 2011-07-30 Juri Linkov <juri@jurta.org>
16211
16212 * dired-aux.el (dired-touch-initial): Remove function.
16213 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
16214 current time, and `default' to the last modification time of the
16215 current marked file (bug#6887).
16216
16217 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
16218
16219 * simple.el (goto-line): Use string-to-number to provide a
16220 numeric argument to read-number (bug#9163).
16221
16222 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
16223
16224 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
16225 connection process, it could be nil.
16226
16227 2011-07-27 Leo Liu <sdl.web@gmail.com>
16228
16229 Simplify url handling in rcirc-mode.
16230
16231 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
16232 (rcirc-browse-url-at-mouse): Remove.
16233 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
16234
16235 2011-07-26 Alan Mackenzie <acm@muc.de>
16236
16237 Fontify bitfield declarations properly.
16238
16239 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
16240 (c-symbol-chars): Now exported as a lang variable.
16241 (c-not-primitive-type-keywords): New lang variable.
16242
16243 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
16244 QT keyword "more" to prevent "more slots: ...." being spuriously
16245 parsed as a bitfield declaration.
16246
16247 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16248 Refactor and enhance to handle bitfield declarations.
16249 (c-punctuation-in): New function.
16250 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
16251 declarations properly.
16252
16253 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
16254
16255 * calendar/icalendar.el (icalendar--all-events): Take care of
16256 multiple vcalendars in a single file.
16257 (icalendar--convert-float-to-ical): Checkdoc fixes.
16258
16259 2011-07-25 Deniz Dogan <deniz@dogan.se>
16260
16261 * image.el (insert-image): Clarifying docstring.
16262
16263 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
16264
16265 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
16266 `tramp-send-command-and-check' if there is no error.
16267 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
16268
16269 2011-07-22 Alan Mackenzie <acm@muc.de>
16270
16271 Prevent cc-langs.elc being loaded at run time.
16272
16273 * progmodes/cc-mode.el: Remove two autoload forms which loaded
16274 cc-langs.
16275
16276 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
16277 "(require 'cc-langs)". Quote a form so it will evaluate at
16278 (cc-mode's) compilation time.
16279
16280 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
16281
16282 * net/tramp.el (tramp-file-name-handler): Avoid recursive
16283 loading. (Bug#9114)
16284
16285 2011-07-21 Martin Rudalics <rudalics@gmx.at>
16286
16287 * window.el (display-buffer-pop-up-window)
16288 (display-buffer-pop-up-side-window)
16289 (display-buffer-in-side-window): Call display-buffer-set-height
16290 and display-buffer-set-width after setting the new window's
16291 buffer so `fit-window-to-buffer' and friends work on the right buffer.
16292
16293 2011-07-20 Sam Steingold <sds@gnu.org>
16294
16295 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
16296 (etags-tags-included-tables): Call `convert-standard-filename' on
16297 the file names contained in TAGS so that windows Emacs can handle
16298 TAGS files created by cygwin ctags.
16299
16300 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16301
16302 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
16303 which apparently didn't work.
16304
16305 2011-07-19 Roland Winkler <winkler@gnu.org>
16306
16307 * proced.el (proced-send-signal): For *Marked Processes* buffer
16308 put point at beginning of buffer.
16309
16310 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
16311
16312 * proced.el (proced-format): Make header lines align with the text
16313 (bug#1779).
16314
16315 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16316
16317 * view.el (view-buffer): Allow running in `special' modes if we're
16318 visiting a file (bug#8615).
16319
16320 2011-07-19 Martin Rudalics <rudalics@gmx.at>
16321
16322 * window.el (display-buffer-alist-of-strings-p)
16323 (display-buffer-alist-set-1, display-buffer-alist-set-2):
16324 New functions.
16325 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
16326 more accurately.
16327
16328 2011-07-18 Alan Mackenzie <acm@muc.de>
16329
16330 Fontify declarators properly when, e.g., a jit-lock chunk begins
16331 inside a declaration.
16332
16333 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
16334
16335 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16336 New function.
16337 (c-complex-decl-matchers): Insert reference to
16338 c-font-lock-enclosing-decls.
16339
16340 * progmodes/cc-engine.el (c-backward-single-comment):
16341 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
16342 to nil around calls to (forward-comment -1).
16343
16344 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16345
16346 * image.el (put-image): Doc typo fix.
16347
16348 * progmodes/etags.el (tags-search): Doc typo fix.
16349
16350 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
16351 password if we get errors 550 to 554.
16352
16353 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16354
16355 * net/gnutls.el (gnutls-log-level): Remove.
16356
16357 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
16358 indentation character (bug#6380).
16359
16360 * files.el (buffer-offer-save): Made permanently local (bug#6241).
16361
16362 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
16363 to clarify what the problem is (bug#4291).
16364
16365 * simple.el (current-kill): Clarify what
16366 `interprogram-paste-function' does (bug#7500).
16367 (auto-fill-mode): Document `auto-fill-function' in relation to
16368 `auto-fill-mode' (bug#2470).
16369
16370 2011-07-16 Lawrence Mitchell <wence@gmx.li>
16371
16372 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
16373 method if slot is read-only (bug#9035).
16374
16375 2011-07-16 Martin Rudalics <rudalics@gmx.at>
16376
16377 * frame.el (select-frame-set-input-focus): New argument NORECORD.
16378 * window.el (pop-to-buffer): Select window used even if it was
16379 selected before, see discussion of (Bug#8615), (Bug#6954).
16380 Pass argument NORECORD on to select-frame-set-input-focus.
16381
16382 2011-07-15 Glenn Morris <rgm@gnu.org>
16383
16384 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
16385 Respect help-form.
16386
16387 2011-07-09 Lawrence Mitchell <wence@gmx.li>
16388
16389 * net/gnutls.el (gnutls-min-prime-bits): New variable.
16390 (gnutls-negotiate): Use it.
16391
16392 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16393
16394 * net/gnutls.el (gnutls-negotiate):
16395 Upcase `gnutls-algorithm-priority'.
16396
16397 2011-07-15 Glenn Morris <rgm@gnu.org>
16398
16399 * jka-compr.el (jka-compr-verbose): Move from here...
16400 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
16401 Add missing :version tag.
16402 * info.el: No need to require jka-compr when compiling.
16403
16404 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16405
16406 * net/gnutls.el (gnutls-algorithm-priority): New variable.
16407 (gnutls-negotiate): Use it.
16408
16409 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
16410
16411 * info.el (Info-beginning-of-buffer): New command.
16412 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
16413 announcing `b' as the key (bug#8325).
16414 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
16415
16416 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
16417
16418 * international/mule-cmds.el
16419 (describe-specified-language-support): Make the error message
16420 clearer (bug#8905).
16421
16422 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
16423
16424 * isearch.el (isearch-barrier): Add a doc string, since it's
16425 mentioned in a function doc string (bug#8678).
16426
16427 2011-07-15 Martin Rudalics <rudalics@gmx.at>
16428
16429 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
16430 buffer argument (Bug#9083) and self-identifying label argument.
16431
16432 2011-07-15 Glenn Morris <rgm@gnu.org>
16433
16434 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
16435
16436 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16437
16438 * man.el (Man-fontify-manpage): Fix message when formatting the
16439 man page (bug#7929).
16440
16441 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16442
16443 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
16444 argument LRM; if non-nil, append an invisible LRM character to the
16445 buffer name.
16446 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
16447 last argument non-nil, when formatting buffer names.
16448 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
16449 paragraph direction.
16450
16451 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16452
16453 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
16454 the man page name (bug#7929).
16455
16456 * image.el (put-image): Mention the `put-image' overlay property
16457 (bug#7834).
16458
16459 * scroll-bar.el (set-scroll-bar-mode): Mention that
16460 `scroll-bar-mode' lists the values (bug#7772).
16461
16462 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
16463 command (bug#7729).
16464
16465 * rect.el (apply-on-rectangle): Return the point after the last
16466 operation.
16467 (string-rectangle): Go to the point after the last operation
16468 (bug#7522).
16469
16470 * printing.el (pr-toggle-region): Clarify the documentation
16471 slightly (bug#7493).
16472
16473 * time.el (display-time-update):
16474 Allow `display-time-mail-function' to return nil (bug#7158).
16475 Fix suggested by Detlev Zundel.
16476
16477 * vc/diff.el (diff): Clarify the order the file names are read
16478 (bug#7111).
16479
16480 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16481 the doc string (bug#7015).
16482
16483 * font-lock.el (font-lock-maximum-decoration): Mention what
16484 numeric levels mean (bug#6935).
16485
16486 * startup.el (initial-buffer-choice): Don't mention the `none'
16487 selection, which is against policy.
16488
16489 2011-07-14 Martin Rudalics <rudalics@gmx.at>
16490
16491 * window.el (display-buffer-normalize-special):
16492 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
16493
16494 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16495
16496 * subr.el (version<, version<=, version=): Mention "-CVS" and
16497 "-12345" alpha version numbers.
16498
16499 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16500
16501 * bindings.el: Add advertised binding for set-mark-command
16502 (Bug#5772).
16503
16504 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16505
16506 * bindings.el (mode-line-other-buffer):
16507 * bookmark.el (bookmark-bmenu-2-window):
16508 * bs.el (bs-cycle-next, bs-cycle-previous):
16509 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16510 switch-to-buffer.
16511
16512 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16513 Delete.
16514
16515 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
16516
16517 * follow.el (follow-debug-message, follow-redisplay):
16518 * jka-cmpr-hook.el (with-auto-compression-mode):
16519 Fix typos in docstrings.
16520
16521 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16522
16523 * subr.el (with-silent-modifications): Clarify somewhat what the
16524 macro inhibits (bug#6525).
16525
16526 * simple.el (eval-expression): Note what it does if called
16527 interactively (bug#6495).
16528
16529 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16530
16531 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16532 Use pop-to-buffer buffer-or-name if it is nil.
16533
16534 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16535 Remove switch-to-buffer.
16536
16537 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16538
16539 * files.el (make-directory): Clarify that an error will be raised
16540 if there's an error (bug#6397).
16541
16542 * startup.el (initial-buffer-choice): Add `none' as a choice
16543 (bug#6234).
16544
16545 * subr.el (add-hook): Clarify section about buffer-local hooks
16546 (bug#6218).
16547
16548 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16549
16550 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16551
16552 * tabify.el (untabify): Preserve the current column so that point
16553 doesn't move (bug#6032).
16554
16555 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16556
16557 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16558 Rewrite to avoid awkward possessive "s" (bug#5986).
16559
16560 2011-07-13 Glenn Morris <rgm@gnu.org>
16561
16562 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16563 (dired-insert-directory): Give a message the first time
16564 if ls is found not to support --dired.
16565
16566 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16567
16568 * simple.el (toggle-truncate-lines): Clarify what is toggled
16569 (bug#5580). Text by Drew Adams.
16570
16571 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16572
16573 * simple.el (blink-matching-open): Make the error message from the
16574 last change less verbose.
16575
16576 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16577
16578 * font-lock.el (font-lock-comment-face): Use the high contrast
16579 "yellow" color for font-lock-comment-face on low color terminals
16580 using a dark background color (bug#4221).
16581
16582 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16583
16584 * dired.el (dired-insert-set-properties): Make the doc string
16585 reflect what it does now (bug#5325).
16586
16587 * simple.el (blink-matching-open): Say that we were unable to find
16588 the match within the limit, if we're limited (bug#5122).
16589
16590 * international/mule-cmds.el (prefer-coding-system): Add an
16591 example (bug#4869).
16592
16593 * progmodes/etags.el (tags-search): Document `file-list-form'
16594 (bug#4731).
16595
16596 2011-07-13 Lawrence Mitchell <wence@gmx.li>
16597
16598 * net/browse-url.el (browse-url-default-browser)
16599 (browse-url-browser-function): Make the default browser choice a
16600 bit more logical (bug#4300). Also clean up the doc string.
16601
16602 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16603
16604 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16605 binary endings (bug#4440).
16606
16607 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16608
16609 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16610 which can be pretty annoying (bug#8971).
16611
16612 * jka-compr.el (jka-compr-verbose): New variable, and use
16613 throughout (bug#8971).
16614
16615 * info.el (Info-find-file): Fall back on the installation
16616 directory if we can't find the info node anywhere else.
16617
16618 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16619
16620 * vc/vc.el (vc-revert-file):
16621 Don't set file time-stamp in the past. (Bug#5181)
16622
16623 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16624
16625 * files.el (after-find-file): Give a better error message when
16626 trying to find a symlink that points to a file that doesn't exist
16627 (bug#4398).
16628
16629 * progmodes/cc-vars.el: Remove (probably) misleading comment
16630 (bug#4396).
16631
16632 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16633
16634 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16635
16636 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16637
16638 * mouse-sel.el: Hack restoring functionality, while keeping
16639 compatibility with 2010-07-03 changes to mouse selection.
16640 (mouse-sel-primary-overlay): New var.
16641 (mouse-sel-selection-alist): Use it.
16642 (mouse-sel-mode): Doc fix; remove points that are default features
16643 of mouse.el.
16644
16645 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16646
16647 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16648 Fix previous fix (bug#2490).
16649
16650 2011-07-12 Roland Winkler <winkler@gnu.org>
16651
16652 * textmodes/bibtex.el (bibtex-initialize):
16653 Use pop-to-buffer-same-window.
16654 (bibtex-search-entries): Fix interactive call.
16655
16656 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16657
16658 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16659 Fontise bytecomp Error lines more correctly (bug#2490).
16660 Fix suggested by Johan Bockgård.
16661
16662 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16663
16664 * dired-x.el (dired-guess-default): Use `delete-dups'.
16665
16666 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16667
16668 * dired.el (dired-mark-prompt):
16669 * dired-aux.el (dired-read-shell-command): Doc fix.
16670
16671 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16672
16673 * mail/sendmail.el (sendmail-query-once):
16674 Use `customize-save-variable' unconditionally, now that it works under
16675 emacs -Q.
16676
16677 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16678
16679 * cus-edit.el (custom-file): Take an optional no-error variable.
16680 (customize-save-variable): Set the variable, and give a warning if
16681 running under "emacs -q".
16682
16683 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16684
16685 * loadhist.el (unload-feature-special-hooks):
16686 Add `auto-coding-functions', `fill-nobreak-predicate' and
16687 `find-directory-functions' (bug#5327).
16688
16689 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16690
16691 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16692
16693 * cus-edit.el (custom-guess-name-alist): -alist variables should
16694 use the `alist' type (bug#3120). Suggested by Drew Adams.
16695
16696 * printing.el: Add documentation to all the `pr-toggle-' commands.
16697
16698 2011-07-11 Leo Liu <sdl.web@gmail.com>
16699
16700 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16701 backends where it makes sense (bug#2623).
16702
16703 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16704
16705 * dired-x.el (dired-guess-default): Remove duplicate shell command
16706 entries (bug#2028).
16707 (dired-guess-default): Fix grammar in doc string (bug#2028).
16708 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16709
16710 * subr.el (remove-duplicates): New conveniency function.
16711
16712 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16713
16714 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16715 (bug#1526).
16716
16717 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16718
16719 * window.el (display-buffer-normalize-default): Don't invert
16720 meaning of even-window-heights. Reported by Eli Zaretskii
16721 <eliz@gnu.org>.
16722
16723 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16724
16725 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16726
16727 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16728
16729 * window.el (display-buffer): Fix arguments to
16730 display-buffer-reuse-window in last change.
16731
16732 * faces.el (link): Use a less saturated blue on light backgrounds.
16733
16734 * startup.el (fancy-startup-text, fancy-about-text)
16735 (fancy-startup-tail): Use font-lock faces, for background safety.
16736
16737 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16738
16739 * emulation/viper-cmd.el (viper-change-state-to-vi):
16740 Limit triggering of abbrev expansion (Bug#9038).
16741
16742 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16743
16744 * window.el (display-buffer-default-specifiers): Remove.
16745 (display-buffer-macro-specifiers): Remove default specifiers.
16746 (display-buffer-alist): Default to nil.
16747 (display-buffer-reuse-window): New optional argument other-window.
16748 (display-buffer-pop-up-window): Allow splitting internal
16749 windows. Check whether a live window was created.
16750 (display-buffer-other-window-means-other-frame)
16751 (display-buffer-normalize-arguments): Rename to
16752 display-buffer-normalize-argument and rewrite. Set the
16753 other-window specifier.
16754 (display-buffer-normalize-special): New function.
16755 (display-buffer-normalize-options): Rename to
16756 display-buffer-normalize-default and rewrite.
16757 (display-buffer-normalize-options-inhibit): Remove.
16758 (display-buffer-normalize-specifiers): Rewrite.
16759 (display-buffer): Process other-window specifier and call
16760 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16761 more faithfully.
16762 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16763 (display-buffer-alist-set): Don't handle 'unset default values.
16764 (display-buffer-in-window, display-buffer-alist-set):
16765 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16766 <tassilo@member.fsf.org>.
16767
16768 2011-07-09 Leo Liu <sdl.web@gmail.com>
16769
16770 * register.el (insert-register): Restore accidental change on
16771 2011-06-26. (Bug#9028)
16772
16773 2011-07-09 Glenn Morris <rgm@gnu.org>
16774
16775 * subr.el (remq): Handle the empty list. (Bug#9024)
16776
16777 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16778
16779 * mail/sendmail.el (send-mail-function): No longer delay custom
16780 initialization.
16781 * custom.el (custom-initialize-delay): Doc fix.
16782
16783 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16784
16785 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16786
16787 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16788
16789 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16790 human-friendly prompt.
16791
16792 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16793
16794 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16795 provided by a particular plugin.
16796
16797 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16798
16799 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16800 save customizations (with "emacs -Q"), just set the variable
16801 instead of erroring out.
16802
16803 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16804
16805 2011-07-08 Juri Linkov <juri@jurta.org>
16806
16807 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16808 (archive-zip-update-case): Use 7z if found by `executable-find'.
16809 The order of searching the available programs is the same as in
16810 `archive-zip-extract' (bug#8968).
16811
16812 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16813
16814 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16815 (menu-bar-options-menu): Tweak descriptions.
16816
16817 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16818
16819 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16820 menu items into verb phrases (bug#1421). Also refill to fit under
16821 80 columns.
16822
16823 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16824
16825 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16826 (Info-read-node-name): Doc fix (Bug#1084).
16827
16828 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16829 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16830 (end-of-sexp, beginning-of-sexp)
16831 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16832 (forward-symbol, forward-same-syntax, word-at-point)
16833 (sentence-at-point): Doc fix (Bug#1144).
16834
16835 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16836
16837 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16838 should cover it (bug#1281).
16839
16840 * cus-edit.el (custom-show): Mark as obsolete.
16841
16842 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16843 negotiation fails, then possibly try again with a non-encrypted
16844 connection (bug#9017).
16845
16846 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16847 be used.
16848
16849 2011-07-07 Richard Stallman <rms@gnu.org>
16850
16851 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16852 property, and handle its changed format.
16853 Look for the correct line number.
16854 Use file's line contents (but not past first =) to find
16855 correct line in message.
16856
16857 2011-07-07 Kenichi Handa <handa@m17n.org>
16858
16859 * international/characters.el (build-unicode-category-table):
16860 Delete it.
16861 (unicode-category-table): Set it by unicode-property-table-internal.
16862
16863 * international/mule-cmds.el (char-code-property-alist): Move to
16864 to src/chartab.c.
16865 (get-char-code-property): Call unicode-property-table-internal to
16866 load a file. Call get-unicode-property-internal where necessary.
16867 (put-char-code-property): Call unicode-property-table-internal to
16868 load a file. Call put-unicode-property-internal where necessary.
16869 put-unicode-property-internal where necessary.
16870 (char-code-property-description):
16871 Call unicode-property-table-internal to load a file.
16872
16873 * international/charprop.el:
16874 * international/uni-bidi.el:
16875 * international/uni-category.el:
16876 * international/uni-combining.el:
16877 * international/uni-comment.el:
16878 * international/uni-decimal.el:
16879 * international/uni-decomposition.el:
16880 * international/uni-digit.el:
16881 * international/uni-lowercase.el:
16882 * international/uni-mirrored.el:
16883 * international/uni-name.el:
16884 * international/uni-numeric.el:
16885 * international/uni-old-name.el:
16886 * international/uni-titlecase.el:
16887 * international/uni-uppercase.el: Regenerate.
16888
16889 * loadup.el: Load international/charprop.el before
16890 international/characters.
16891
16892 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16893
16894 * window.el (next-buffer, previous-buffer): Signal an error if
16895 called from a minibuffer window.
16896
16897 * bindings.el: Revert 2011-07-04 change.
16898
16899 2011-07-06 Richard Stallman <rms@gnu.org>
16900
16901 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16902 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16903 Treat markers like ints.
16904 (rmail-mime-entity): Doc fix.
16905
16906 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16907
16908 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16909 defcustom again for backwards compatibility.
16910
16911 * simple.el (shell-command-on-region): Fill.
16912
16913 * dired-aux.el (dired-kill-line): Add a doc string.
16914
16915 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16916 to "\\sw\\|\\s_" (bug#358).
16917
16918 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16919 (dired-unmark-backward): Ditto.
16920 (dired-flag-backup-files): Ditto.
16921
16922 * dired-x.el (dired-mark-sexp): Ditto.
16923
16924 2011-07-06 Richard Stallman <rms@gnu.org>
16925
16926 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16927 (rmail-mime-entity): New arg TRUNCATED.
16928 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16929 New functions.
16930 (rmail-mime-save): Warn if entity is truncated.
16931 (rmail-mime-toggle-hidden): Likewise, for showing.
16932 (rmail-mime-process-multipart): Record when an entity is truncated.
16933
16934 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16935 if ENTITY is a string.
16936
16937 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16938
16939 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16940 of faces when `M-C-x'-ing their definitions (bug#8378).
16941 Also clean up the code slightly.
16942
16943 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16944 because that makes the colors go away.
16945
16946 * mail/sendmail.el (send-mail-function): Change the default to
16947 `sendmail-query-once'.
16948 (sendmail-query-once): Add an autoload cookie.
16949
16950 * net/network-stream.el (network-stream-open-starttls): Try using
16951 a plain connection even if the server offered STARTTLS, and we
16952 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16953 capability. This should make smtpmail.el work in slightly more
16954 configurations.
16955
16956 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16957
16958 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16959 New defun.
16960 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16961
16962 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16963
16964 * progmodes/sql.el: Version 3.0
16965 (sql-product-alist): Add product :completion-object,
16966 :completion-column, and :statement attributes.
16967 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16968 (sql-mode-syntax-table): Mark all punctuation.
16969 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16970 ansi keywords.
16971 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16972 (sql-mode-oracle-font-lock-keywords): Improve.
16973 (sql-oracle-show-reserved-words): New function for development.
16974 (sql-product-font-lock): Simplify for source code buffers.
16975 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16976 New functions.
16977 (sql-highlight-product): Set product specific syntax table.
16978 (sql-mode-map): Add statement movement functions.
16979 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16980 New variable.
16981 (sql-statement-regexp, sql-beginning-of-statement)
16982 (sql-end-of-statement, sql-signum): New functions.
16983 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16984 (sql-show-sqli-buffer): Bug fix.
16985 (sql-interactive-mode): Store connection data as buffer local.
16986 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16987 with sql-interactive-mode.
16988 (sql-save-connection): Save buffer local settings.
16989 (sql-connection-menu-filter): Change menu entry name.
16990 (sql-product-interactive): Bug fix.
16991 (sql-preoutput-hold): New variable.
16992 (sql-interactive-remove-continuation-prompt): Bug fixes.
16993 (sql-debug-redirect): New variable.
16994 (sql-str-literal): New function.
16995 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16996 Redesign.
16997 (sql-oracle-save-settings, sql-oracle-restore-settings)
16998 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16999 (sql-completion-object, sql-completion-column)
17000 (sql-completion-sqlbuf): New variables.
17001 (sql-build-completions-1, sql-build-completions)
17002 (sql-try-completion): New functions.
17003 (sql-read-table-name): Use them.
17004 (sql-contains-names): New buffer local variable.
17005 (sql-list-all, sql-list-table): Use it.
17006 (sql-oracle-completion-types): New variable.
17007 (sql-oracle-completion-object, sql-sqlite-completion-object)
17008 (sql-postgres-completion-object): New functions.
17009
17010 2011-07-06 Glenn Morris <rgm@gnu.org>
17011
17012 * window.el (pop-to-buffer): Doc fix.
17013
17014 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
17015
17016 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
17017
17018 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
17019
17020 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
17021
17022 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
17023
17024 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
17025
17026 * button.el (button): Inherit from link face. Suggested by Dan
17027 Nicolaescu.
17028
17029 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17030
17031 * progmodes/gdb-mi.el: Fit in 80 columns.
17032 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
17033 switch-to-buffer.
17034
17035 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
17036 if imenu is simply not configured (bug#8941).
17037
17038 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
17039
17040 * allout.el (allout-post-undo-hook): New allout outline-change
17041 event hook to signal undo activity.
17042 (allout-post-command-business): Run allout-post-undo-hook if an
17043 undo just occurred.
17044 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
17045 * allout-widgets.el (allout-widgets-after-undo-function):
17046 Ensure the integrity of the current item's decoration after it has been
17047 in the vicinity of an undo.
17048 (allout-widgets-mode): Include allout-widgets-after-undo-function
17049 on the new allout-post-undo-hook.
17050
17051 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
17054 Let define-derived-mode define it.
17055 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
17056 cycles of abbrev-table inheritance (bug#8998).
17057
17058 2011-07-05 Roland Winkler <winkler@gnu.org>
17059
17060 * textmodes/bibtex.el: Add support for biblatex.
17061 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
17062 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
17063 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
17064 (bibtex-entry-alist, bibtex-field-alist): New variables.
17065 (bibtex-entry-field-alist): Obsolete alias for
17066 bibtex-BibTeX-entry-alist.
17067 (bibtex-entry-alist, bibtex-field-alist): New widgets.
17068 (bibtex-set-dialect): New command.
17069 (bibtex-entry-type, bibtex-entry-head)
17070 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
17071 Bind via bibtex-set-dialect.
17072 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
17073 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
17074 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
17075 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
17076 Define via bibtex-set-dialect.
17077 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
17078 Obey bibtex-no-opt-remove-re.
17079 (bibtex-vec-push, bibtex-vec-incr): New functions.
17080 (bibtex-format-entry, bibtex-field-list)
17081 (bibtex-print-help-message, bibtex-validate)
17082 (bibtex-search-entries): Use new format of bibtex-entry-alist.
17083
17084 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17085
17086 * progmodes/compile.el (compilation-goto-locus):
17087 * net/tramp-cmds.el (tramp-append-tramp-buffers):
17088 * bs.el (bs-cycle-next, bs-cycle-previous):
17089 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
17090 * bindings.el (mode-line-other-buffer):
17091 * autoinsert.el (auto-insert):
17092 * arc-mode.el (archive-extract):
17093 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
17094
17095 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17096
17097 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
17098 Fix check of `emacs-lock-unlockable-modes'.
17099 Coerce true values of `emacs-lock--try-unlocking' to t.
17100
17101 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17102
17103 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
17104 * emacs-lock.el: New file.
17105
17106 2011-07-05 Julien Danjou <julien@danjou.info>
17107
17108 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
17109 than `boundp' to check if face is set.
17110
17111 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
17112
17113 * register.el (registerv-make):
17114 * window.el (window-min-height): Fix typos in docstrings.
17115
17116 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
17117
17118 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
17119 Update doc string.
17120
17121 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
17122
17123 * server.el (server-execute): Catch quit and call
17124 `server-return-error' to pass the error back to emacsclient and
17125 close the connection (bug#8942).
17126
17127 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
17128
17129 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
17130 insecure exception for current topic. Also note that auto-saves
17131 are handled differently.
17132
17133 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
17134 State variables for tracking auto-save inhibition situation.
17135
17136 (allout-write-contents-hook-handler): Rename from
17137 'allout-write-file-hook-handler', and describe how it depends on
17138 write-contents-functions sensitivity to non-nil value to prevent
17139 file write.
17140
17141 (allout-auto-save-hook-handler): Remove. auto-save does not check
17142 this in individual buffers, only in the starting buffer, so this
17143 is not the right way for us to inhibit auto-save in a buffer
17144 according to its condition.
17145
17146 (allout-mode): Use new allout-write-contents-hook-handler, and
17147 only with write-contents-functions. Remove auto-save provisions -
17148 they're implemented elsewhere.
17149
17150 (allout-before-change-handler): If undo is in progress, note that
17151 for attention of allout-post-command-business.
17152
17153 (allout-post-command-business): If the command we're following was
17154 an undo, check for change in the status of encrypted items and
17155 adjust auto-save inhibitions accordingly.
17156
17157 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
17158 according to whether there are or aren't any plain-text topics
17159 pending encryption.
17160
17161 (allout-inhibit-auto-save-info-for-decryption):
17162 Adjust buffer-saved-size and some allout state to inhibit auto-saves
17163 if there are plain-text topics pending encryption.
17164
17165 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
17166 buffer-saved-size and some allout state to not inhibit auto-saves
17167 if there are no longer any plain-text topics pending encryption.
17168
17169 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
17170 No longer provide for exemption of the current topic.
17171
17172 2011-07-04 Juri Linkov <juri@jurta.org>
17173
17174 Add 7z operations to delete and save changed members (bug#8968).
17175 * arc-mode.el (archive-7z-expunge, archive-7z-update):
17176 New defcustoms.
17177 (archive-7z-write-file-member): New function.
17178 (archive-7z-summarize): Fix the number of dashes in the
17179 listing output.
17180
17181 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17182
17183 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
17184 (bug#8958).
17185
17186 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
17187
17188 * bindings.el: Ignore next-buffer and previous-buffer in
17189 minibuffer-local-map.
17190
17191 * font-lock.el (font-lock-builtin-face): Change light background
17192 color to dark slate blue (Bug#6693).
17193
17194 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
17195
17196 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
17197
17198 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17199
17200 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
17201 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17202 Add switch-to-buffer.
17203
17204 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17205
17206 * isearch.el (isearch-search-fun-function): Clarify further the
17207 meaning of the function returned.
17208
17209 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
17210
17211 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
17212
17213 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
17214 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
17215 Use it.
17216 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
17217 `tramp-default-remote-path' does not exist.
17218 (tramp-send-command-and-read): New optional argument NOERROR.
17219 (tramp-open-connection-setup-interactive-shell)
17220 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
17221 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
17222 (tramp-process-sentinel): Flush also process' connection property.
17223 (tramp-sh-handle-start-file-process): Do not set process
17224 sentinel. It is done now ...
17225 (tramp-maybe-open-connection): ... here. (Bug#8929)
17226
17227 2011-07-04 MON KEY <monkey@sandpframing.com>
17228
17229 * play/animate.el (animate-string): Doc fixes and allow changing
17230 the buffer name (bug#5417).
17231
17232 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17233
17234 * play/animate.el (animation-buffer-name): Rename from *animate*.
17235
17236 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
17237
17238 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
17239 This is simpler and helps future-proof the code.
17240 (timer-until): Use time-subtract and float-time.
17241 (timer--time-less-p): Use time-less-p.
17242
17243 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
17244
17245 * type-break.el (timep): Use the value of `float-time' to avoid a
17246 byte-compiler warning.
17247
17248 * server.el (server-eval-and-print): Return any result, even nil.
17249
17250 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
17251
17252 * type-break.el: Accept time formats that the builtins accept.
17253 (timep, type-break-time-difference): Accept any format that
17254 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
17255 This is simpler and helps future-proof the code.
17256 (type-break-time-difference): Round rather than ignoring
17257 subseconds components.
17258
17259 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17260
17261 * info.el (Info-apropos-matches): Make non-interactive, since it
17262 doesn't seem to do anything useful as a command (bug#8829).
17263
17264 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
17265
17266 * frame.el (frame-background-mode, frame-set-background-mode):
17267 Move from faces.el.
17268 (frame-default-terminal-background): New function.
17269
17270 * custom.el (custom-push-theme): Don't record faces in `changed'
17271 theme; this doesn't work correctly for per-frame face settings.
17272 (disable-theme): Use face-set-after-frame-default to reset faces.
17273 (custom--frame-color-default): New function.
17274
17275 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17276
17277 * dired.el (dired-flagging-regexp): Remove unused variable
17278 (bug#8769).
17279
17280 2011-03-29 Kevin Ryde <user42@zip.com.au>
17281
17282 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17283 `perl-Test2' extend to match possible "fail #N" rep count
17284 (bug#8377).
17285
17286 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17287
17288 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
17289 `smtpmail-via-smtp' now returns the error instead of nil.
17290
17291 * isearch.el (isearch-search-fun-function): Clarify the doc string
17292 (bug#8101).
17293
17294 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
17295
17296 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
17297 unnecessary spaces (bug#8987).
17298
17299 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17300
17301 * net/network-stream.el (open-network-stream): Use the
17302 :end-of-capability command thoughout.
17303
17304 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17305
17306 * net/network-stream.el (open-network-stream): Add the
17307 :end-of-capability command parameter, used by pop3.el.
17308
17309 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17310
17311 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
17312
17313 * fringe.el (fringe-query-style): Remove redundant text " (type ?
17314 for list)" (bug#6475).
17315
17316 * files.el (file-expand-wildcards): Ignore non-readable
17317 sub-directories while trying to find matches instead of signaling
17318 an error (bug#6297).
17319
17320 * man.el (Man-reference-regexp): Allow matching possible
17321 word-wrapped references (bug#6289).
17322
17323 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
17324 for consistency with the other vc buffers (bug#6197).
17325 (vc-checkin): Ditto.
17326
17327 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
17328
17329 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
17330
17331 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17332
17333 * custom.el (defcustom): Clarify that :set is only used in the
17334 Customize user interface (bug#6089).
17335
17336 * progmodes/flymake.el (flymake-mode): If the buffer isn't
17337 associated with a file, refuse to run instead of erroring out
17338 (bug#6084).
17339
17340 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
17341 the doc string, since it appears that using `fill-column' always
17342 controls the width (bug#7845).
17343
17344 * simple.el (shell-command-on-region): Say where the error output
17345 went if `shell-command-default-error-buffer' is set (bug#6857).
17346
17347 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
17348
17349 * allout.el (allout-yank-processing): Adjust cursor position for
17350 backwards-deleted space.
17351
17352 (allout-rebullet-heading): Register changes with
17353 allout-exposure-changed-hook, so the modified topic is properly
17354 decorated.
17355
17356 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17357
17358 * minibuffer.el (completion-in-region): Document PREDICATE
17359 (bug#7136).
17360
17361 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
17362 of keyword/argument pairs (bug#6904).
17363
17364 * replace.el (multi-occur):
17365 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
17366
17367 2011-07-02 Drew Adams <drew.adams@oracle.com>
17368
17369 * dired.el (dired-mark-if): Make the message about whether it's
17370 marking or unmarking clearer (bug#8523).
17371
17372 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17373
17374 * disp-table.el (display-table-print-array): New function.
17375 (describe-display-table): Use it to print the vectors more pretty
17376 (Bug#8859).
17377
17378 2011-07-02 Martin Rudalics <rudalics@gmx.at>
17379
17380 * window.el (window-state-get-1): Don't assign clone numbers.
17381 Add clone-of item to list of window parameters.
17382 (window-state-put-2): Don't process clone numbers.
17383 (display-buffer-alist): Fix doc-string.
17384
17385 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17386
17387 * subr.el (remq): Don't allocate if it's not needed.
17388 (keymap--menu-item-binding, keymap--menu-item-with-binding)
17389 (keymap--merge-bindings): New functions.
17390 (keymap-canonicalize): Use them to refine the canonicalization.
17391 * minibuffer.el (minibuffer-local-completion-map)
17392 (minibuffer-local-must-match-map): Move initialization from C.
17393 (minibuffer-local-filename-completion-map): Move initialization from C;
17394 don't inherit from anything here.
17395 (minibuffer-local-filename-must-match-map): Make obsolete.
17396 (completing-read-default): Use make-composed-keymap to combine
17397 minibuffer-local-filename-completion-map with either
17398 minibuffer-local-must-match-map or
17399 minibuffer-local-filename-completion-map.
17400
17401 2011-07-01 Glenn Morris <rgm@gnu.org>
17402
17403 * type-break.el (type-break-time-sum): Use dolist.
17404
17405 * textmodes/flyspell.el (flyspell-word-search-backward):
17406 Replace CL function.
17407
17408 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17409
17410 * mouse.el (mouse--strip-first-event): New function.
17411 (function-key-map): Use it to map fringe clicks to normal clicks
17412 by default.
17413
17414 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
17415 (vc-bzr-revision-completion-table): Add support for annotate and date.
17416
17417 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
17418 inherit from parent.
17419
17420 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17421
17422 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
17423 (dired-show-file-type): Doc fixup (bug#8818).
17424
17425 * dired.el (dired-mode): Fix up the doc string as suggested by
17426 Drew Adams (bug#8817).
17427
17428 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
17429 cookie, since the manual says that it should be possible to add
17430 this function to `find-file-hook' (bug#8709).
17431
17432 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17433
17434 * progmodes/cfengine.el: Moved all cfengine3.el functionality
17435 here. Noted Ted Zlatanov as the maintainer.
17436 (cfengine-common-settings, cfengine-common-syntax): New functions
17437 to set up common things between `cfengine-mode' and
17438 `cfengine3-mode'.
17439 (cfengine3-mode): New mode.
17440 (cfengine3-defuns cfengine3-defuns-regex
17441 (cfengine3-class-selector-regex cfengine3-category-regex)
17442 (cfengine3-vartypes cfengine3-font-lock-keywords)
17443 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
17444 (cfengine3-indent-line): Add from cfengine3.el.
17445
17446 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
17447
17448 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
17449
17450 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
17451
17452 2011-07-01 Martin Rudalics <rudalics@gmx.at>
17453
17454 * window.el (same-window-buffer-names, same-window-regexps)
17455 (same-window-p, special-display-frame-alist)
17456 (special-display-popup-frame, special-display-function)
17457 (special-display-buffer-names, special-display-regexps)
17458 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
17459 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17460 (split-window-preferred-function, split-height-threshold)
17461 (split-width-threshold, even-window-heights)
17462 (display-buffer-mark-dedicated, window-splittable-p)
17463 (split-window-sensibly, window-safely-shrinkable-p):
17464 Un-obsolete.
17465 (display-buffer): Don't spread args with function specifier
17466 because special-display-popup-frame won't like it.
17467
17468 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
17469
17470 Time-stamp simplifications and fixes.
17471 These improve accuracy slightly, and future-proof the code
17472 against some potential changes to current-time format.
17473
17474 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17475 by using time-since and float-time.
17476
17477 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17478 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
17479 + NNN microseconds".
17480
17481 * type-break.el (type-break-time-sum): Rewrite using time-add.
17482
17483 * play/hanoi.el (hanoi-current-time-float): Remove.
17484 All uses replaced by float-time.
17485
17486 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17487 This yields a more-accurate answer.
17488 (rng-time-to-float): Remove; no longer needed.
17489
17490 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17491
17492 * calendar/timeclock.el (timeclock-seconds-to-time):
17493 Defalias to seconds-to-time, since they're the same thing.
17494
17495 * emacs-lisp/elp.el (elp-elapsed-time):
17496 * emacs-lisp/benchmark.el (benchmark-elapse):
17497 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17498
17499 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17500
17501 * window.el (bury-buffer): Don't iconify the only frame.
17502 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17503 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
17504
17505 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
17506
17507 * eshell/em-smart.el (eshell-smart-display-navigate-list):
17508 Add mouse-yank-primary.
17509
17510 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17511
17512 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17513
17514 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * emacs-lisp/find-func.el (find-library--load-name): New fun.
17517 (find-library-name): Use it to find relative load names when provided
17518 absolute file name (bug#8803).
17519
17520 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17521
17522 * textmodes/flyspell.el (flyspell-word): Consider words that
17523 differ only in case as potential doublons (bug#5687).
17524
17525 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17526 Remove two rather uninteresting debugging-like messages to make
17527 debbugs.el more silent.
17528
17529 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17530 a password-like phrase.
17531
17532 2011-06-30 Masatake YAMATO <yamato@redhat.com>
17533
17534 * progmodes/cc-guess.el: New file.
17535
17536 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
17537
17538 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17539 derived from `c-basic-common-init'.
17540
17541 * progmodes/cc-mode.el (top-level): Require cc-guess.
17542 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17543
17544 2011-06-30 Lawrence Mitchell <wence@gmx.li>
17545
17546 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17547
17548 2011-06-30 Alan Mackenzie <acm@muc.de>
17549
17550 * progmodes/cc-engine.el (c-guess-continued-construct):
17551 Correct the handling of template-args-cont, particularly for when font
17552 lock is disabled. Name this case as "CASE G".
17553
17554 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17555
17556 * allout.el (allout-yank-processing): Fix injection of extra space
17557 between bullet and non-whitespace character in first topic when
17558 pasting, ensuring that the actual spacing in the pasted topic
17559 following the bullet char is preserved. This extra space was
17560 causing pasted encrypted topics to get a decrypted status even
17561 when the content was actually still encrypted. Now the decryption
17562 status from before the paste is preserved.
17563
17564 (allout-flag-region): Set all allout overlays so they evaporate
17565 when reduced to zero length (evanescent), to prevent overlay
17566 leakage.
17567
17568 2011-06-30 Glenn Morris <rgm@gnu.org>
17569
17570 * w32-fns.el (w32-charset-info-alist): Declare.
17571
17572 * find-dired.el (find-grep-options): Simplify.
17573
17574 * term/ns-win.el (ns-set-resource): Declare.
17575
17576 * ses.el (row, col): Declare dynamic variables honestly.
17577
17578 * textmodes/reftex-parse.el (index-tags): Declare.
17579
17580 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
17581
17582 * cus-edit.el (customize-push-and-save): New function.
17583
17584 * files.el (hack-local-variables-confirm): Use it.
17585
17586 * custom.el (load-theme): New arg NO-CONFIRM.
17587 Use customize-push-and-save (Bug#8720).
17588 (custom-enabled-themes): Doc fix.
17589
17590 * cus-theme.el (customize-create-theme)
17591 (custom-theme-merge-theme): Callers to load-theme changed.
17592
17593 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17594
17595 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17596 short URLs have at least one dot in them (bug #7614).
17597
17598 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17599 nil, because using a pty is apparently too slow (bug #895).
17600
17601 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17602
17603 * mail/sendmail.el (sendmail-query-once): New function.
17604 (sendmail-query-once-function): New variable.
17605
17606 2011-06-29 Glenn Morris <rgm@gnu.org>
17607
17608 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17609
17610 * ses.el (top-level): Require cl when compiling.
17611 (ses-set-localvars): Fix error statement.
17612 Call it at compile time to silence a storm of warnings.
17613
17614 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17615
17616 * window.el (normalize-live-buffer): Rename to
17617 window-normalize-buffer.
17618 (normalize-live-frame): Rename to window-normalize-frame.
17619 (normalize-any-window): Rename to window-normalize-any-window.
17620 (normalize-live-window): Rename to window-normalize-live-window.
17621 (make-window-atom): Rename to window-make-atom.
17622 (window-resize-reset): Rename to window--resize-reset.
17623 (window-resize-reset-1): Rename to window--resize-reset-1.
17624 (resize-mini-window): Rename to window--resize-mini-window.
17625 (resize-subwindows-skip-p): Rename to
17626 window--resize-subwindows-skip-p.
17627 (resize-subwindows-normal): Rename to
17628 window--resize-subwindows-normal.
17629 (resize-subwindows): Rename to window--resize-subwindows.
17630 (resize-other-windows): Rename to window--resize-siblings.
17631 (resize-this-window): Rename to window--resize-this-window.
17632 (resize-root-window): Rename to window--resize-root-window.
17633 (resize-root-window-vertically): Rename to
17634 window--resize-root-window-vertically.
17635 (normalize-buffer-to-display): Rename to
17636 window-normalize-buffer-to-display.
17637 (normalize-buffer-to-switch-to): Rename to
17638 window-normalize-buffer-to-switch-to.
17639 Correspondingly update all callers of the functions listed
17640 above.
17641 (display-buffer-alist, display-buffer-normalize-arguments)
17642 (display-buffer-normalize-options, display-buffer)
17643 (display-buffer-alist-set): Use "function" instead of
17644 "fun-with-args".
17645
17646 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
17647
17648 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17649 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17650 debbugs.gnu.org. Mention acknowledgment email.
17651
17652 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17653
17654 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17655 buffer multibyteness, since it shouldn't matter.
17656
17657 2011-06-28 Martin Rudalics <rudalics@gmx.at>
17658
17659 * window.el (display-buffer-in-side-window): Handle dedicated
17660 windows as in display-buffer-reuse-window.
17661 (display-buffer-normalize-alist): Use value of override
17662 specifier.
17663 (display-buffer-normalize-specifiers): Use value of
17664 other-window-means-other-frame specifier.
17665 (display-buffer-alist): Rewrite some texts in widgets.
17666 (display-buffer): Spread arguments when calling function
17667 specified by fun-with-args.
17668
17669 2011-06-28 Deniz Dogan <deniz@dogan.se>
17670
17671 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17672 Unnest `let'.
17673
17674 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17675 selectors (Bug#5732).
17676 (css-proprietary-nmstart-re): Use `regexp-opt'.
17677
17678 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17679
17680 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17681 (eshell-ls-date-format): New defcustom.
17682 (eshell-ls-file): Use it.
17683
17684 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17685
17686 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17687
17688 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17689
17690 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17691 (ange-ftp-make-tmp-name): New arg.
17692 (ange-ftp-file-local-copy): Use it.
17693
17694 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17695
17696 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17697 no-conversion (Bug#8870).
17698
17699 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17700
17701 * window.el (window-right, window-left, window-child)
17702 (window-child-count, window-last-child)
17703 (window-iso-combination-p, walk-window-tree-1)
17704 (window-atom-check-1, window-tree-1, delete-window)
17705 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17706 new naming conventions - window-vchild, window-hchild,
17707 window-next and window-prev are now called window-top-child,
17708 window-left-child, window-next-sibling and window-prev-sibling
17709 respectively.
17710 (resize-window-reset): Rename to window-resize-reset.
17711 (resize-window-reset-1): Rename to window-resize-reset-1.
17712 (resize-window): Rename to window-resize.
17713 (window-min-height, window-min-width)
17714 (resize-mini-window, resize-this-window, resize-root-window)
17715 (resize-root-window-vertically, adjust-window-trailing-edge)
17716 (enlarge-window, shrink-window, maximize-window)
17717 (minimize-window, delete-window, quit-restore-window)
17718 (split-window, balance-windows, balance-windows-area-adjust)
17719 (balance-windows-area, window-state-put-2)
17720 (display-buffer-even-window-sizes, display-buffer-set-height)
17721 (display-buffer-set-width, set-window-text-height)
17722 (fit-window-to-buffer): Rename all "resize-window" prefixed
17723 calls to use the "window-resize" prefix convention.
17724 (display-buffer-alist): Fix symbol for label specifier.
17725 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17726 corresponding specifier.
17727 Reported by Juanma Barranquero <lekktu@gmail.com>.
17728
17729 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17730
17731 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17732 convention.
17733 (ses-call-printer): Does not pass an empty string to formatter when the
17734 cell is empty to keep from barking printer Calc math-format-value.
17735
17736 2011-06-27 Richard Stallman <rms@gnu.org>
17737
17738 * battery.el (battery-mode-line-limit): New variable.
17739 (battery-update): Handle it.
17740
17741 * mail/rmailmm.el (rmail-mime-process-multipart):
17742 Handle truncated messages.
17743
17744 2011-06-27 Glenn Morris <rgm@gnu.org>
17745
17746 * progmodes/flymake.el (flymake-err-line-patterns):
17747 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17748
17749 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17750
17751 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17752 (ses--clean-!, ses--clean-_): New functions.
17753 (ses-range): Add configurability of readout order, and conversion
17754 to Calc vector.
17755
17756 * ses.el (ses-repair-cell-reference-all): New function.
17757 (ses-cell-symbol): Set macro as safe, so that it can be used in
17758 formulas.
17759
17760 * ses.el: Update cycle detection algorithm.
17761 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17762 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17763 (ses-set-localvars): New function.
17764 (ses-make-cell): Add property-list as a cell element.
17765 (ses-cell-property-get-fun, ses-cell-property-get)
17766 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17767 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17768 New functions.
17769 (ses-cell-property-set, ses-cell-property-pop)
17770 (ses-cell-property-get-handle): New macro.
17771 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17772 New aliases, used for code readability.
17773 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17774 cycle detection.
17775 (ses-self-reference-early-detection): New defcustom.
17776 (ses-formula-references): Robustify against self-referring cells.
17777 (ses-mode): Use ses-set-localvars.
17778 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17779 before lauching the update processing.
17780 (ses-initialize-Dijkstra-attempt): New function.
17781 (ses-recalculate-cell): Update for cycle detection based on
17782 Dijkstra algorithm.
17783
17784 * ses.el: Fix commenting and indenting convention.
17785
17786 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17787
17788 * bs.el (bs-cycle-next): Complete last change.
17789
17790 2011-06-27 Drew Adams <drew.adams@oracle.com>
17791
17792 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17793
17794 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17795
17796 * net/network-stream.el (network-stream-open-starttls):
17797 Don't re-get capabilities unless we've reestablished connection.
17798 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17799
17800 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17801 to binary to possibly avoid line encoding issues on Windows (among
17802 other things).
17803
17804 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17805
17806 * net/network-stream.el (open-network-stream): Return an :error
17807 saying what the problem was, if possible.
17808
17809 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17810 server.
17811
17812 * net/network-stream.el (network-stream-open-starttls): If we
17813 wanted to use STARTTLS, and the server offered it, but we weren't
17814 able to because we had no STARTTLS support, then close the connection.
17815 (open-network-stream): Return an :error element, if present.
17816
17817 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17818
17819 * hl-line.el (hl-line-sticky-flag): Doc fix.
17820 (global-hl-line-sticky-flag): New option (Bug#8323).
17821 (global-hl-line-highlight): Obey it.
17822
17823 * vc/vc.el (vc-revert-show-diff): Default to t.
17824
17825 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17826
17827 * allout-widgets.el (allout-widgets-post-command-business):
17828 Stop decorating intermediate isearch matches. They're not being
17829 undecorated when an isearch is continued past, and isearch
17830 automatically collapses them. This leads to "widget leaks", where
17831 decorated items accumulate in collapsed areas. Lines with lots of
17832 hidden widgets can slow down cursor travel, substantially.
17833 Too much complicated machinery would be needed to ensure undecoration,
17834 so we're doing without this nicety.
17835
17836 (allout-widgets-tally-string): Don't try to do a hash-table-count
17837 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17838 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17839 *Messages* when allout-widgets-maintain-tally is t.
17840
17841 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17842
17843 * window.el (display-buffer-normalize-argument): Rename to
17844 display-buffer-normalize-arguments. Handle special meaning of
17845 LABEL argument. Respect special-display-function when popping up
17846 a new frame. Fix code searching for a window showing the buffer
17847 on another frame.
17848 (display-buffer-normalize-specifiers):
17849 Call display-buffer-normalize-arguments.
17850 (display-buffer-in-window): Don't undedicate the window if its
17851 buffer remains the same.
17852 Reported by Drew Adams <drew.adams@oracle.com>.
17853 (display-buffer-alist): Add choice for same-window macro
17854 specfier.
17855 (display-buffer): Mention special meaning of LABEL argument in
17856 doc-string. Fix quoting. Don't pop up a new frame even as
17857 fallback.
17858
17859 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17860
17861 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17862 avoid deleting the current window in some cases (bug#8911).
17863
17864 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17865
17866 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17867 (Bug#8934)
17868
17869 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17870
17871 * net/network-stream.el (network-stream-open-starttls):
17872 Use built-in TLS support if `gnutls-available-p' is true.
17873 (network-stream-open-tls): Ditto.
17874
17875 2011-06-26 Leo Liu <sdl.web@gmail.com>
17876
17877 * register.el (registerv): New struct.
17878 (registerv-make): New function.
17879 (jump-to-register, describe-register-1, insert-register):
17880 Support the jump-func, print-func and insert-func slot of a registerv
17881 struct. (Bug#8415)
17882
17883 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17884
17885 * vc/vc.el (vc-revert-show-diff): New defcustom.
17886 (vc-diff-internal): New arg specifying diff buffer.
17887 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17888 reuse an existing *vc-diff* buffer (Bug#8927).
17889
17890 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17891
17892 2011-06-26 Glenn Morris <rgm@gnu.org>
17893
17894 * progmodes/f90.el (f90-critical-indent): New option.
17895 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17896 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17897 (f90-mode): Doc fix.
17898 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17899 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17900 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17901 (f90-match-end): Handle block, critical.
17902
17903 2011-06-25 Glenn Morris <rgm@gnu.org>
17904
17905 * calendar/diary-lib.el (diary-included-files): Doc fix.
17906 (diary-include-files): New function, extracted from
17907 diary-include-other-diary-files and diary-mark-included-diary-files.
17908 (diary-include-other-diary-files, diary-mark-included-diary-files):
17909 Just call diary-include-files.
17910 (diary-mark-entries): Reset diary-included-files on first call.
17911
17912 * calendar/diary-lib.el (diary-mark-entries)
17913 (diary-mark-included-diary-files):
17914 Visit included diary-files in temp buffers.
17915
17916 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17917 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17918 (f90-start-block-re, f90-imenu-generic-expression)
17919 (f90-looking-at-program-block-start, f90-no-block-limit):
17920 Add support for submodules.
17921
17922 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17923 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17924
17925 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17926
17927 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17928 buffer-file-type before setting its value, to avoid disastrous
17929 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17930
17931 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17932
17933 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17934
17935 * ses.el (ses-unload-function):
17936 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17937
17938 * proced.el (proced-unload-function):
17939 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17940
17941 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17942
17943 * server.el (server-create-window-system-frame): Add parameters arg.
17944 (server-process-filter): Doc fix. Handle frame-parameters.
17945
17946 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17947
17948 Fix bug#8730, bug#8781.
17949
17950 * loadhist.el (unload--set-major-mode): New function.
17951 (unload-feature): Use it.
17952
17953 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17954 (python-unload-function): New function.
17955
17956 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17957
17958 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17959
17960 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17961
17962 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17963 the candidates list.
17964
17965 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17966
17967 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17968
17969 2011-06-23 Richard Stallman <rms@gnu.org>
17970
17971 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17972 (rmail-variables): Set next-error-move-function.
17973 (rmail-what-message): Take argument POS.
17974 (rmail-next-error-move): New function.
17975
17976 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17977
17978 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17979 messages for adjacent non-terminals.
17980
17981 2011-06-23 Richard Stallman <rms@gnu.org>
17982
17983 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17984 (rmail-show-message-1): Preserve buffer modified flag.
17985 (rmail-start-mail): Don't specify use of rmail-mail-return;
17986 that's done by mail-bury now.
17987 (rmail-mail-return): Handle arg NEWBUF.
17988
17989 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17990
17991 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17992 SIZE is a number.
17993
17994 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17995
17996 * window.el (get-lru-window, get-mru-window)
17997 (get-largest-window): Never return a minibuffer window.
17998 (display-buffer-pop-up-window): Fix a bug that could lead to
17999 reusing the minibuffer window.
18000 (display-buffer): Pass original specifier argument to
18001 display-buffer-function instead of the normalized one.
18002 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18003
18004 2011-06-22 Leo Liu <sdl.web@gmail.com>
18005
18006 * minibuffer.el (completing-read-function)
18007 (completing-read-default): Move from minibuf.c.
18008
18009 2011-06-22 Richard Stallman <rms@gnu.org>
18010
18011 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
18012 to Rmail even if not started by a special Rmail command.
18013
18014 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
18015 Copy the buffer currently showing just one message.
18016
18017 2011-06-22 Roland Winkler <winkler@gnu.org>
18018
18019 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
18020 (bibtex-clean-entry): First delete the old key so that a
18021 customized algorithm for generating the new key does not get
18022 confused by the old key.
18023 (bibtex-url): Obey regexp of first step.
18024 (bibtex-search-entries): Do not use add-to-list with local
18025 list-var.
18026
18027 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18028
18029 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
18030 stored a user name, then query for the password first, instead of
18031 waiting for SMTP to give an error message and the trying again.
18032
18033 2011-06-22 Lawrence Mitchell <wence@gmx.li>
18034
18035 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
18036 BUFFER in call-process.
18037
18038 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18039
18040 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
18041 QUIT twice.
18042 (smtpmail-try-auth-methods): Require user name and password from
18043 auth-source.
18044
18045 2011-06-22 Martin Rudalics <rudalics@gmx.at>
18046
18047 * window.el (display-buffer-default-specifiers)
18048 (display-buffer-alist): Remove entries for pop-up-frame-alist.
18049 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
18050 (split-window): Normalize SIDE argument (Bug#8916).
18051
18052 * frame.el (pop-up-frame-alist, pop-up-frame-function)
18053 (special-display-frame-alist, special-display-popup-frame):
18054 Remove duplicate declarations. These are now in window.el.
18055
18056 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18057
18058 * mail/smtpmail.el (smtpmail-via-smtp):
18059 Set :use-starttls-if-possible so that we always use STARTTLS if the
18060 server supports it. SMTP servers that support STARTTLS commonly
18061 require it.
18062
18063 * net/network-stream.el (network-stream-open-starttls): Support
18064 upgrading to STARTTLS always, even if we don't have built-in support.
18065 (open-network-stream): Add the :always-query-capabilities keyword.
18066
18067 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
18068 upgrades with `open-network-stream', and rely solely on
18069 auth-source for all credentials. Big changes throughout the file,
18070 but in particular:
18071 (smtpmail-auth-credentials): Remove.
18072 (smtpmail-starttls-credentials): Remove.
18073 (smtpmail-via-smtp): Check for servers saying they want AUTH after
18074 MAIL FROM, too.
18075
18076 * net/network-stream.el (network-stream-open-starttls):
18077 Provide support for client certificates both for external and built-in
18078 STARTTLS.
18079 (auth-source): Require.
18080 (open-network-stream): Document the :client-certificate keyword.
18081 (network-stream-certificate): Change cert-cert to cert and
18082 cert-key to key.
18083
18084 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
18085
18086 * net/tramp-cache.el (top): Don't load the persistency file when
18087 "emacs -Q" has been called.
18088
18089 2011-06-21 Tim Harper <timcharper@gmail.com>
18090
18091 * term/ns-win.el (ns-initialize-window-system):
18092 Set application-specific `ApplePressAndHoldEnabled' system
18093 resource to NO as it is not yet supported by the NS port.
18094
18095 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
18096
18097 * misc.el (list-dynamic-libraries--refresh): Compute header here...
18098 (list-dynamic-libraries): ...not here.
18099
18100 2011-06-21 Leo Liu <sdl.web@gmail.com>
18101
18102 * subr.el (sha1): Implement sha1 using secure-hash.
18103
18104 2011-06-21 Martin Rudalics <rudalics@gmx.at>
18105
18106 * window.el (display-buffer-alist): In default value do not
18107 enforce searching a window on any but the selected frame.
18108 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18109 (display-buffer-select-window): Remove function.
18110 (display-buffer-in-window): When a window on another frame gets
18111 reused, do not select it any more but just raise its frame if
18112 necessary (Bug#8851) and (Bug#8856).
18113 (display-buffer-normalize-options): Handle pop-up-frames related
18114 options more faithfully.
18115 (pop-to-buffer): Don't rely on `display-buffer' selecting the
18116 window if it is on another frame.
18117 (display-buffer-alist, display-buffer-default-specifiers):
18118 Don't make new frame unsplittable by default.
18119 (display-buffer-normalize-argument): Fix doc-string typo and use
18120 'same-frame-other-window instead of 'other-window when associating
18121 with display-buffer-macro-specifiers.
18122
18123 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
18124
18125 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
18126 New functions.
18127 (5x5-mode-map, 5x5-mode-menu): Bind them.
18128 (5x5-draw-grid): Tweak the solver's rendering.
18129
18130 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18131
18132 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
18133 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
18134
18135 2011-06-21 Drew Adams <drew.adams@oracle.com>
18136
18137 * menu-bar.el: Use function variable instead of switch-to-buffer.
18138 (menu-bar-select-buffer-function): New variable.
18139 (menu-bar-update-buffers): Use it (bug#8876).
18140
18141 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18142
18143 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
18144 variable's status.
18145
18146 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
18147
18148 * x-dnd.el (x-dnd-version-from-flags)
18149 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
18150 and long as number (Bug#8899).
18151 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
18152
18153 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
18154
18155 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
18156 (completion-try-completion, completion-all-completions): Compute the
18157 metadata argument if it's missing; make it optional (bug#8795).
18158
18159 * wid-edit.el: Use lex-bind and move towards completion-at-point.
18160 (widget-complete): Use new :completion-function property.
18161 (widget-completions-at-point): New function.
18162 (default): Use :completion-function instead of :complete.
18163 (widget-default-completions): Rename from widget-default-complete;
18164 Rewrite.
18165 (widget-string-complete, widget-file-complete, widget-color-complete):
18166 Remove functions.
18167 (file, symbol, function, variable, coding-system, color):
18168 * international/mule-cmds.el (default-input-method, charset)
18169 (language-info-custom-alist):
18170 * cus-edit.el (face): Use new property :completions.
18171
18172 * progmodes/pascal.el (pascal-completions-at-point): New function.
18173 (pascal-mode): Use it.
18174 (pascal-mode-map): Use completion-at-point.
18175 (pascal-toggle-completions): Make obsolete.
18176 (pascal-complete-word, pascal-show-completions):
18177 * progmodes/octave-mod.el (octave-complete-symbol):
18178 Redefine as obsolete alias.
18179 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
18180 Signal absence of completion info for old Octave,
18181 (inferior-octave-complete): Redefine as obsolete alias.
18182 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
18183 (meta-completions-at-point): Rename from meta-complete-symbol and
18184 adapt it for use on completion-at-point-functions.
18185 (meta-common-mode): Use it.
18186 (meta-looking-at-backward, meta-match-buffer): Remove.
18187 (meta-complete-symbol): Redefine as obsolete alias.
18188 (meta-common-mode-map): Use completion-at-point.
18189 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
18190 (makefile-mode-map): Use completion-at-point.
18191 (makefile-completions-at-point): Rename from makefile-complete and
18192 adapt it for use on completion-at-point-functions.
18193 (makefile-mode): Use it.
18194 (makefile-complete): Redefine as obsolete alias.
18195
18196 2011-06-20 Deniz Dogan <deniz@dogan.se>
18197
18198 * net/rcirc.el: Delete trailing whitespaces once and for all.
18199
18200 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
18201
18202 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
18203
18204 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
18205
18206 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
18207
18208 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
18209
18210 2011-06-19 Martin Rudalics <rudalics@gmx.at>
18211
18212 * window.el (display-buffer-other-window-means-other-frame):
18213 Call display-buffer-normalize-alist.
18214 (display-buffer-normalize-specifiers-1): Rename to
18215 display-buffer-normalize-argument. New argument other-frame.
18216 Rewrite.
18217 (display-buffer-normalize-specifiers-2): Rename to
18218 display-buffer-normalize-options.
18219 (display-buffer-normalize-alist-1): New function.
18220 (display-buffer-normalize-specifiers-3): Rename to
18221 display-buffer-normalize-alist.
18222 Call display-buffer-normalize-alist-1.
18223 (display-buffer-normalize-options-inhibit): New variable.
18224 (display-buffer-normalize-specifiers): Rewrite calling
18225 display-buffer-normalize-alist,
18226 display-buffer-normalize-argument, and
18227 display-buffer-normalize-options. Don't call the latter if
18228 display-buffer-normalize-options-inhibit is non-nil.
18229 (frame-auto-delete): New option.
18230 (window-deletable-p): Use frame-auto-delete.
18231 (window-list-no-nils, window-state-ignored-parameters)
18232 (window-state-get-1, window-state-get, window-state-put-list)
18233 (window-state-put-1, window-state-put-2, window-state-put):
18234 New functions.
18235 (display-buffer-normalize-options): Move special-display-p group
18236 after pop-up-frame group (Bug#8851) and (Bug#8856).
18237
18238 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
18239
18240 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
18241 groups (Bug#8776).
18242 (rx-submatch-n): New function.
18243 (rx): Document it.
18244
18245 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
18246 (Bug#8768).
18247
18248 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
18249
18250 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
18251
18252 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
18253 anytime existing face settings are present (Bug#8889).
18254
18255 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
18256 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
18257 Remove unused argument.
18258
18259 2011-06-18 Martin Rudalics <rudalics@gmx.at>
18260
18261 * window.el (display-buffer-default-specifiers):
18262 Remove pop-up-frame. Add pop-up-window-min-height,
18263 pop-up-window-min-width, and another reuse-window specifier
18264 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
18265 (display-buffer-normalize-specifiers-2):
18266 Handle split-height-threshold and split-width-threshold also when
18267 pop-up-windows is unset. Add a reuse-window specifier for the
18268 case popping up a new window fails.
18269 (special-display-popup-frame): Remove double quoting.
18270 (display-buffer-normalize-specifiers-1): Fix thinko.
18271
18272 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
18273
18274 * shell.el (shell-completion-vars): Set pcomplete-termination-string
18275 according to comint-completion-addsuffix.
18276
18277 * pcomplete.el: Convert to lexical binding and fix bug#8819.
18278 (pcomplete-suffix-list): Mark as obsolete.
18279 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
18280 pcomplete-seen in the closure.
18281 (pcomplete-comint-setup): Setup completion-at-point as well.
18282 (pcomplete--entries): New function.
18283 (pcomplete--env-regexp): New var.
18284 (pcomplete-entries): Rewrite to work with partial-completion and
18285 without relying on pcomplete-suffix-list.
18286 (pcomplete-pare-list): Remove, unused.
18287
18288 2011-06-17 Martin Rudalics <rudalics@gmx.at>
18289
18290 * window.el (display-buffer-alist): Set pop-up-window-min-height
18291 and pop-up-window-min-width in default value. Reported by
18292 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
18293 other-window-means-other-frame.
18294 (display-buffer-macro-specifiers): Comment out entry for
18295 other-window specifier.
18296 (display-buffer-other-window-means-other-frame): New function.
18297 (display-buffer-normalize-specifiers-1): New arguments
18298 buffer-name and label. Treat other-window case specially.
18299 (display-buffer-normalize-specifiers-2): Treat other-window case
18300 specially.
18301 (display-buffer-normalize-specifiers-3): New function.
18302 (display-buffer-normalize-specifiers):
18303 Call display-buffer-normalize-specifiers-3.
18304
18305 2011-06-17 Martin Rudalics <rudalics@gmx.at>
18306
18307 * window.el (same-window-p): Fix two typos introduced when
18308 adding with-no-warnings.
18309 (display-buffer-normalize-specifiers-1): Don't check
18310 pop-up-frames for 'unset initialization.
18311 (display-buffer-normalize-specifiers-2): Major rewrite using
18312 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
18313 (pop-up-frames, display-buffer-reuse-frames)
18314 (display-buffer-mark-dedicated): Don't initialize to 'unset.
18315 Suggested by David Engster <deng@randomsample.de>.
18316 (even-window-heights): Initialize to 'unset.
18317 (display-buffer-alist-set): Handle new 'unset initializations.
18318 (display-buffer-macro-specifiers): Don't pop up a new frame in the
18319 other window case.
18320
18321 2011-06-16 Martin Rudalics <rudalics@gmx.at>
18322
18323 * window.el (display-buffer-normalize-specifiers-1):
18324 Respect current value of pop-up-frames for most reasonable values of
18325 second argument of display-buffer (Bug#8865).
18326 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
18327 (switch-to-buffer-other-window-same-frame)
18328 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
18329 Adams (Bug#8875).
18330 (display-buffer): Don't check noninteractive when calling
18331 display-buffer-pop-up-frame.
18332 (display-buffer-pop-up-frame): Never pop up a frame in
18333 noninteractive mode (Bug#8857).
18334 (enlarge-window, shrink-window): Don't report an error when the
18335 window can't be resized as requested (Bug#8862).
18336
18337 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18338
18339 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
18340
18341 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
18342
18343 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
18344
18345 2011-06-15 Alan Mackenzie <acm@muc.de>
18346
18347 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
18348 for declarators, disable knr checking to speed up for normal files.
18349 2: Refactor, replacing a sequence of nested if forms by a cond form.
18350
18351 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18352
18353 * net/network-stream.el (open-network-stream): Add the keyword
18354 :always-query-capabilities for the case where you want to force a
18355 `plain' network connection, but the protocol still requires the
18356 capabilitiy command (i.e., SMTP and EHLO).
18357
18358 * subr.el (process-live-p): Rename from `process-alive-p' for
18359 consistency with other `-live-p' functions.
18360
18361 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18362
18363 * window.el (same-window-buffer-names, same-window-regexps)
18364 (special-display-frame-alist, special-display-popup-frame)
18365 (special-display-function, special-display-buffer-names)
18366 (special-display-regexps, pop-up-frame-alist)
18367 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
18368 (pop-up-windows, split-window-preferred-function)
18369 (split-height-threshold, split-width-threshold, even-window-heights)
18370 (display-buffer-mark-dedicated): Don't encourage the use of
18371 display-buffer-alist from Elisp code.
18372
18373 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
18374
18375 * progmodes/python.el (python-mode): Derive from prog-mode.
18376 * progmodes/ps-mode.el (ps-mode):
18377 * progmodes/mixal-mode.el (mixal-mode):
18378 * progmodes/cfengine.el (cfengine-mode):
18379 * progmodes/ld-script.el (ld-script-mode): Likewise.
18380
18381 2011-06-15 Martin Rudalics <rudalics@gmx.at>
18382
18383 * window.el (display-buffer-alist): Trim default value to avoid
18384 popping up a new frame (Bug#8857) or reusing an arbitrary window
18385 on another frame.
18386 (display-buffer): Do not fall back on popping up a new frame in
18387 batch mode (Bug#8857).
18388
18389 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
18390
18391 * cus-theme.el (describe-theme-1): Use custom-theme-p.
18392 (custom-theme-summary): New function.
18393 (customize-themes): Use it.
18394
18395 2011-06-13 Glenn Morris <rgm@gnu.org>
18396
18397 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
18398
18399 2011-06-13 Martin Rudalics <rudalics@gmx.at>
18400
18401 * help.el (help-window): Remove variable.
18402 (help-window-point-marker, temp-buffer-max-height)
18403 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
18404 (help-print-return-message): Don't set help-window.
18405 (resize-temp-buffer-window): Rewrite cod eand doc-string.
18406 (help-window-setup-finish): Remove.
18407 (help-window-display-message, help-window-setup)
18408 (with-help-window): Major rewrite based on new
18409 display-buffer-window variable.
18410
18411 * help-mode.el (help-mode-finish): Remove help-window related
18412 code.
18413
18414 * view.el (view-exits-all-viewing-windows): Remove reference to
18415 view-return-to-alist in doc-string.
18416 (view-return-to-alist): Make obsolete.
18417 (view-buffer): Call pop-to-buffer-same-window and remove
18418 undo-window code.
18419 (view-buffer-other-window): Call pop-to-buffer-other-window and
18420 simplify code. Ignore second argument.
18421 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
18422 simplify code. Ignore second argument.
18423 (view-return-to-alist-update): Make obsolete.
18424 (view-mode-enter): Rename second argument to QUIT-RESTORE.
18425 Rewrite using quit-restore window parameters.
18426 (view-mode-exit): Rename second argument to EXIT-ONLY.
18427 Rewrite using quit-restore-window.
18428 (View-exit, View-exit-and-edit, View-leave, View-quit)
18429 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
18430 appropriate arguments.
18431 (view-end-message): Use quit-restore window parameter.
18432
18433 * window.el (display-buffer-function): Rewrite doc-string.
18434 (display-buffer-window, display-buffer-alist): New variables.
18435 (display-buffer-split-specifiers)
18436 (display-buffer-side-specifiers)
18437 (display-buffer-macro-specifiers): New constants.
18438 (display-buffer-even-window-sizes, display-buffer-set-height)
18439 (display-buffer-set-width, display-buffer-select-window)
18440 (display-buffer-in-window, display-buffer-reuse-window)
18441 (display-buffer-split-window-1, display-buffer-split-window)
18442 (display-buffer-split-atom-window, display-buffer-pop-up-window)
18443 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
18444 (display-buffer-in-side-window, normalize-buffer-to-display)
18445 (display-buffer-normalize-specifiers-1)
18446 (display-buffer-normalize-specifiers-2)
18447 (display-buffer-normalize-specifiers, display-buffer-frame):
18448 New functions.
18449 (display-buffer): Major rewrite.
18450 (display-buffer-other-window, display-buffer-other-frame)
18451 (pop-to-buffer, switch-to-buffer-other-window)
18452 (switch-to-buffer-other-frame): Rewrite.
18453 (display-buffer-same-window, display-buffer-same-frame)
18454 (display-buffer-same-frame-other-window)
18455 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18456 (pop-to-buffer-other-window)
18457 (pop-to-buffer-same-frame-other-window)
18458 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
18459 (switch-to-buffer-other-window-same-frame): New functions.
18460 (same-window-p, special-display-p): Rewrite disabling warnings.
18461 Make obsolete.
18462 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18463 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
18464 Make obsolete
18465 (same-window-buffer-names, same-window-regexps)
18466 (special-display-frame-alist, special-display-popup-frame)
18467 (special-display-function, special-display-buffer-names)
18468 (special-display-regexps, pop-up-frame-alist)
18469 (pop-up-frame-function, split-window-preferred-function)
18470 (split-height-threshold, split-width-threshold)
18471 (even-window-heights): Make obsolete.
18472
18473 2011-06-12 Glenn Morris <rgm@gnu.org>
18474
18475 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
18476 Misc simplifications.
18477
18478 2011-06-12 Martin Rudalics <rudalics@gmx.at>
18479
18480 * window.el (window-safely-shrinkable-p): Restore function which
18481 was inadvertently removed in change from 2011-06-11. Declare as
18482 obsolete.
18483
18484 * calendar/calendar.el (calendar-generate-window):
18485 Use window-iso-combined-p instead of combination of one-window-p and
18486 window-safely-shrinkable-p.
18487
18488 2011-06-12 Glenn Morris <rgm@gnu.org>
18489
18490 * progmodes/fortran.el (fortran-mode-syntax-table):
18491 * progmodes/f90.el (f90-mode-syntax-table):
18492 Set % to punctuation. (Bug#8820)
18493 (f90-find-tag-default): Remove, no longer needed.
18494
18495 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
18496
18497 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18498
18499 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
18500
18501 * image.el (image-animated-p): Return animation delay in seconds.
18502 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18503 (image-animate-timeout): Remove DELAY argument. Don't assume
18504 every subimage has the same delay; get it from image-animated-p.
18505 (image-animate): Caller changed.
18506
18507 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
18508
18509 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18510 to ignored backtrace functions.
18511
18512 2011-06-11 Glenn Morris <rgm@gnu.org>
18513
18514 * calendar/appt.el (appt-disp-window-function): Doc fix.
18515 (appt-check): Handle overlapping appointments. (Bug#8337)
18516
18517 2011-06-11 Martin Rudalics <rudalics@gmx.at>
18518
18519 * window.el (window-tree-1, window-tree): New functions, moving
18520 the latter to window.el.
18521 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18522 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18523 (bw-refresh-edges): Remove.
18524 (balance-windows-1, balance-windows-2): New functions.
18525 (balance-windows): Rewrite in terms of window tree functions,
18526 balance-windows-1 and balance-windows-2.
18527 (bw-adjust-window): Remove.
18528 (balance-windows-area-adjust): New function with functionality of
18529 bw-adjust-window but using resize-window.
18530 (set-window-text-height): Rewrite doc-string.
18531 Use normalize-live-window and resize-window.
18532 (enlarge-window-horizontally, shrink-window-horizontally):
18533 Rename argument to DELTA.
18534 (window-buffer-height): New function.
18535 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18536 Rewrite using new window resize routines.
18537 (kill-buffer-and-window, mouse-autoselect-window-select):
18538 Use ignore-errors instead of condition-case.
18539 (quit-window): Call delete-frame instead of delete-windows-on
18540 for the only buffer on frame.
18541
18542 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18543
18544 * loadup.el (top-level): Load window before files for the sake
18545 of replace-buffer-in-windows.
18546
18547 * files.el (read-buffer-to-switch)
18548 (switch-to-buffer-other-window)
18549 (switch-to-buffer-other-frame, display-buffer-other-frame):
18550 Move to window.el.
18551
18552 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18553 (previous-buffer): Move to window.el.
18554
18555 * bindings.el (unbury-buffer): Move to window.el.
18556
18557 * window.el (delete-other-windows-vertically): Move after
18558 definition of delete-other-windows.
18559 (other-window, delete-windows-on, replace-buffer-in-windows):
18560 Move here from window.c.
18561 (record-window-buffer, unrecord-window-buffer)
18562 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18563 (switch-to-next-buffer): New functions.
18564 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18565 from simple.el. Call switch-to-next-buffer.
18566 (previous-buffer): Move here from simple.el.
18567 Call switch-to-prev-buffer.
18568 (bury-buffer): Move here from buffer.c. Switch to previous
18569 buffer when window cannot be deleted.
18570 (unbury-buffer): Move here from bindings.el.
18571 (ctl-x-map): Move binding for other-window from window.c to
18572 here.
18573 (read-buffer-to-switch, switch-to-buffer-other-window)
18574 (switch-to-buffer-other-frame): Move here from files.el.
18575 (normalize-buffer-to-switch-to): New functions.
18576 (switch-to-buffer): Move here from buffer.c.
18577 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18578
18579 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18580
18581 * window.el (window-min-height, window-min-width): Move here
18582 from window.c. Add defcustoms and rewrite doc-strings.
18583 (resize-mini-window, resize-window): New functions.
18584 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18585 Move here from window.c.
18586 (maximize-window, minimize-window): New functions.
18587 (delete-window, delete-other-windows, split-window): Move here
18588 from window.c.
18589 (window-split-min-size): New function.
18590 (split-window-keep-point): Mention split-window-above-each-other
18591 instead of split-window-vertically.
18592 (split-window-above-each-other, split-window-vertically):
18593 Rename split-window-vertically to split-window-above-each-other
18594 and provide defalias for old definition.
18595 (split-window-side-by-side, split-window-horizontally):
18596 Rename split-window-horizontally to split-window-side-by-side
18597 and provide defalias for the old definition.
18598 (ctl-x-map): Move bindings for delete-window,
18599 delete-other-windows and enlarge-window here from window.c.
18600 Replace bindings for split-window-vertically and
18601 split-window-horizontally by bindings for
18602 split-window-above-each-other and split-window-side-by-side.
18603
18604 * cus-start.el (all): Remove entries for window-min-height and
18605 window-min-width. Add entries for window-splits and
18606 window-nest.
18607
18608 2011-06-09 Glenn Morris <rgm@gnu.org>
18609
18610 * calendar/appt.el (appt-mode-line): New function.
18611 (appt-check, appt-disp-window): Use it.
18612
18613 * files.el (hack-one-local-variable-eval-safep):
18614 Allow minor-modes with explicit +/-1 arguments.
18615
18616 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18617
18618 * term/xterm.el (xterm): Add defgroup.
18619 (xterm-extra-capabilities): Add defcustom to supply known xterm
18620 capabilities, skip querying them, or query them (default).
18621 (terminal-init-xterm): Use it.
18622 (terminal-init-xterm-modify-other-keys): New function to set up
18623 modifyOtherKeys support to simplify `terminal-init-xterm'.
18624
18625 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18626
18627 * window.el (resize-window-reset, resize-window-reset-1)
18628 (resize-subwindows-skip-p, resize-subwindows-normal)
18629 (resize-subwindows, resize-other-windows, resize-this-window)
18630 (resize-root-window, resize-root-window-vertically)
18631 (window-deletable-p, window-or-subwindow-p)
18632 (frame-root-window-p): New functions.
18633
18634 2011-06-09 Glenn Morris <rgm@gnu.org>
18635
18636 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18637 (ange-ftp-get-files): Use it.
18638
18639 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18640
18641 * mail/sendmail.el (mail-recover-1, mail-recover):
18642 * files.el (recover-file, recover-session):
18643 Handle dired-listing-switches not being just a single short option.
18644
18645 2011-06-09 Glenn Morris <rgm@gnu.org>
18646
18647 * calendar/appt.el (appt-display-message, appt-disp-window):
18648 Handle lists of appointments.
18649
18650 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18651
18652 * window.el (one-window-p): Move down in code.
18653 Rewrite doc-string.
18654 (window-current-scroll-bars): Rewrite doc-string.
18655 Normalize live window argument.
18656 (walk-windows, get-window-with-predicate, count-windows):
18657 Rewrite doc-string. Use window-list-1.
18658 (window-in-direction-2, window-in-direction, get-mru-window):
18659 New functions.
18660
18661 2011-06-08 Reuben Thomas <rrt@sc3d.org>
18662
18663 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18664 Doc fix (Bug#8713).
18665
18666 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
18667
18668 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18669
18670 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18671
18672 * loadhist.el (unload-feature-special-hooks):
18673 Add `comint-output-filter-functions'.
18674
18675 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18676
18677 * calendar/appt.el (appt-check): Move some initializations into the let.
18678
18679 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18680
18681 * window.el (window-height): Defalias to window-total-height.
18682 (window-width): Defalias to window-body-width.
18683
18684 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18685
18686 * image-mode.el (image-toggle-animation): New command.
18687 (image-mode-map): Bind it to RET.
18688 (image-mode): Update message.
18689 (image-toggle-display-image): Avoid a spurious cache flush.
18690 (image-transform-rotation): Doc fix.
18691 (image-transform-properties): Return quickly in the normal case.
18692 (image-animate-loop): Rename from image-animate-max-time.
18693
18694 * image.el (image-animate-max-time): Move to image-mode.el.
18695 (create-animated-image): Remove unnecessary function.
18696 (image-animate): Rename from image-animate-start. New arg.
18697 (image-animate-stop): Remove; just use image-animate-timer.
18698 (image-animate-timer): Use car-safe.
18699 (image-animate-timeout): Rename argument.
18700
18701 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18702
18703 * window.el (get-lru-window, get-largest-window): Move here from
18704 window.c. Rename first argument to ALL-FRAMES.
18705 Rephrase doc-strings.
18706 (get-buffer-window-list): Rewrite using window-list-1.
18707 Rephrase doc-string.
18708 (window-safe-min-height, window-safe-min-width): New constants.
18709 (window-size-ignore, window-min-size, window-min-size-1)
18710 (window-sizable, window-sizable-p, window-size-fixed-1)
18711 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18712 (window-max-delta-1, window-max-delta, window-resizable)
18713 (window-resizable-p, window-total-height, window-total-width)
18714 (window-body-width): New functions.
18715 (window-full-height-p, window-full-width-p): Rewrite using
18716 window-total-size.
18717 (window-body-height): Rewrite using window-body-size.
18718
18719 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18720
18721 * window.el (window-right, window-left, window-child)
18722 (window-child-count, window-last-child, window-any-p)
18723 (normalize-live-buffer, normalize-live-frame)
18724 (normalize-any-window, normalize-live-window)
18725 (window-iso-combination-p, window-iso-combined-p)
18726 (window-iso-combinations)
18727 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18728 (windows-with-parameter, window-with-parameter)
18729 (window-atom-root, make-window-atom, window-atom-check-1)
18730 (window-atom-check, window-side-check, window-check):
18731 New functions.
18732 (ignore-window-parameters, window-sides, window-sides-vertical)
18733 (window-sides-slots): New variables.
18734 (window-size-fixed): Move down in code. Minor doc-string fix.
18735
18736 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18737
18738 * comint.el (comint-dynamic-complete-as-filename)
18739 (comint-dynamic-complete-filename): Correctly call
18740 completion-in-region.
18741
18742 2011-06-05 Deniz Dogan <deniz@dogan.se>
18743
18744 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18745 in last change.
18746
18747 2011-06-05 Deniz Dogan <deniz@dogan.se>
18748
18749 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18750 (rcirc): Use it to prompt for encryption.
18751
18752 2011-06-05 Roland Winkler <winkler@gnu.org>
18753
18754 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18755 (bibtex-search-entries): New command bound to C-c C-a.
18756 (bibtex-display-entries): New function.
18757
18758 2011-06-05 Roland Winkler <winkler@gnu.org>
18759
18760 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18761 (bibtex-insert-kill): After yanking insert newline if necessary.
18762 (bibtex-initialize): Call bibtex-string-files-init only once.
18763 (bibtex-mode): Do not call easy-menu-add.
18764 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18765 (bibtex-yank): Set arg properly if nil.
18766
18767 2011-06-05 Roland Winkler <winkler@gnu.org>
18768
18769 * textmodes/bibtex.el (bibtex-search-entry-globally):
18770 New variable.
18771 (bibtex-search-entry): Use it.
18772
18773 2011-06-05 Roland Winkler <winkler@gnu.org>
18774
18775 * textmodes/bibtex.el (bibtex-entry-format): New option
18776 sort-fields.
18777 (bibtex-format-entry, bibtex-reformat): Honor this option.
18778 (bibtex-parse-entry): Return fields in proper order.
18779
18780 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18781
18782 * doc-view.el (doc-view-remove-if): Move computation of result out
18783 of `dolist' to silence misleading lexical-binding warning.
18784
18785 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18786
18787 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18788 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18789
18790 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18791
18792 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18793 "SunOS 5.10".
18794
18795 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18796
18797 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18798 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18799 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18800 (tramp-parse-putty):
18801 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18802 (tramp-completion-function-alist-ssh)
18803 (tramp-completion-function-alist-telnet)
18804 (tramp-completion-function-alist-su)
18805 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18806 cookie.
18807
18808 * net/tramp-ftp.el:
18809 * net/tramp-sh.el:
18810 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18811 load "tramp.el" `tramp-set-completion-function'.
18812
18813 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18814
18815 * shell.el: Require and use pcomplete.
18816 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18817 (shell-completion-vars): Set pcomplete-default-completion-function.
18818
18819 2011-06-04 Deniz Dogan <deniz@dogan.se>
18820
18821 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18822 `memq' (Bug#8799).
18823
18824 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18825
18826 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18827
18828 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18829
18830 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18831 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18832 * vc/log-view.el (log-view-beginning-of-defun):
18833 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18834 (smerge-refine-forward, smerge-refine-chopup-region):
18835 Silence warning for unused `dotimes' counter variables.
18836
18837 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18838
18839 * net/tramp.el (tramp-with-progress-reporter): Rename from
18840 with-progress-reporter. Use `declare'.
18841 * net/tramp-smb.el:
18842 * net/tramp-sh.el:
18843 * net/tramp-gvfs.el: Update all uses.
18844
18845 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18846
18847 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18848 buffer isn't killed before making it current.
18849
18850 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18851
18852 Silence various byte-compiler warnings.
18853 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18854 `access-type' and new obsolescence format.
18855 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18856 new format.
18857 (byte-compile-check-variable): New `access-type' argument.
18858 Only warn if the access-type is obsolete.
18859 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18860 (byte-compile-variable-set): Adjust callers.
18861 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18862 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18863 setting it as obsolete.
18864 * simple.el (minibuffer-completing-symbol):
18865 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18866 access as obsolete.
18867 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18868 obsolete yet.
18869 * international/quail.el (quail-mouse-choose-completion): Remove unused
18870 code referring to obsolete var.
18871 (quail-choose-completion-string): Remove.
18872 * server.el (server-clients-with, server-kill-buffer-query-function)
18873 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18874 * proced.el (proced-send-signal):
18875 * emacs-lisp/lisp.el (lisp-complete-symbol):
18876 Replace completion-annotate-function with completion-extra-properties.
18877
18878 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18879
18880 * simple.el (goto-line): Use read-number.
18881 (overriding-map-is-bound): Remove.
18882 (saved-overriding-map): Change default.
18883 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18884 Take the map as argument.
18885 (universal-argument, negative-argument, digit-argument): Use it.
18886 (restore-overriding-map): Adjust.
18887 (do-auto-fill): Use fill-forward-paragraph.
18888 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18889
18890 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18891 (minibuffer-inactive-mode): New major mode.
18892 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18893 the *Messages* buffer" hack.
18894 (mouse-popup-menubar): Don't burp if the event is a normal key.
18895
18896 Miscellaneous tweaks.
18897 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18898 lexical scoping as in subr.el's dolist and dotimes.
18899 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18900 Silence compiler warning.
18901 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18902 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18903 * international/ccl.el (ccl-compile): Trivial simplification.
18904 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18905 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18906 `printflag' argument.
18907 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18908 Purecopy the whole obsolescence data.
18909
18910 2011-06-01 Leo Liu <sdl.web@gmail.com>
18911
18912 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18913 improve doc-string as suggested by Marco Pessotto
18914 <melmothx@gmail.com>.
18915 (rcirc-print): Fix last change.
18916
18917 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18918
18919 * minibuffer.el (complete-with-action): Return nil for the metadata and
18920 boundaries of non-functional tables.
18921 (completion-table-dynamic): Return nil for the metadata.
18922 (completion-table-with-terminator): Add default case, using
18923 complete-with-action.
18924 (completion--metadata): New function.
18925 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18926 to try and avoid pathological performance problems.
18927 (completion--embedded-envvar-table): Return `category' metadata.
18928
18929 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18930
18931 * subr.el (process-alive-p): New tiny convenience function.
18932
18933 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18934
18935 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18936 content but also its previous major mode.
18937
18938 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18939
18940 * emacs-lisp/debug.el (debug): Restore the previous content of the
18941 *Backtrace* buffer when we exit with C-M-c.
18942
18943 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18944
18945 * minibuffer.el: Add metadata method to completion tables.
18946 (completion-category-overrides): New defcustom.
18947 (completion-metadata, completion--field-metadata)
18948 (completion-metadata-get, completion--styles)
18949 (completion--cycle-threshold): New functions.
18950 (completion-try-completion, completion-all-completions):
18951 Add `metadata' argument to choose completion-styles.
18952 (completion--do-completion): Use metadata to choose cycling.
18953 (completion-all-sorted-completions): Use metadata for sorting.
18954 Remove :completion-cycle-penalty which is not needed any more.
18955 (completion--try-word-completion): Add `metadata' argument.
18956 (minibuffer-completion-help): Check metadata for annotation function
18957 and sorting.
18958 (completion-file-name-table): Return `category' metadata.
18959 (minibuffer-completing-file-name): Make obsolete.
18960 * simple.el (minibuffer-completing-symbol): Make obsolete.
18961 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18962 completion-try-completion.
18963
18964 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18965
18966 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18967
18968 2011-05-30 Leo Liu <sdl.web@gmail.com>
18969
18970 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18971 (rcirc-print): Decode all incoming messages (bug#8744).
18972 (rcirc-decode-coding-system): Allow value nil for automatic coding
18973 system detection.
18974
18975 2011-06-01 Glenn Morris <rgm@gnu.org>
18976
18977 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18978
18979 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18980
18981 * image.el (image-animate-max-time): Allow nil and t values.
18982 Default to nil.
18983 (create-animated-image): Doc fix.
18984 (image-animate-start): Remove second arg; just use
18985 image-animate-max-time.
18986 (image-animate-timeout): Doc fix. Args changed.
18987
18988 * image-mode.el (image-toggle-display-image): Ensure that the
18989 image spec passed to the animate timer is the same object as in
18990 the buffer's display property (Bug#6981).
18991 (image-transform-properties): Doc fix.
18992
18993 * image.el (image-animate-max-time): Default to nil.
18994
18995 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18996
18997 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18998 entire buffer list (Bug#8184).
18999
19000 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19001
19002 * image.el (imagemagick-types-inhibit)
19003 (imagemagick-register-types): Doc fix.
19004
19005 2011-05-29 Deniz Dogan <deniz@dogan.se>
19006
19007 * net/rcirc.el (rcirc): Use the user's stored encryption method by
19008 default.
19009
19010 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
19011
19012 * select.el: Don't perform clipboard-manager saving in hooks;
19013 leave the hooks empty.
19014
19015 2011-05-28 Leo Liu <sdl.web@gmail.com>
19016
19017 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
19018 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
19019 (occur-edit-mode): New major mode (Bug#8463).
19020 (occur-after-change-function): New function.
19021 (occur-engine): Give Occur tags a read-only property.
19022
19023 2011-05-28 Kevin Ryde <user42@zip.com.au>
19024
19025 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
19026
19027 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19028
19029 * bindings.el (help-echo): Make the initial non-indicator dash
19030 empty on graphical terminals (Bug#7295).
19031
19032 * files.el (auto-mode-alist): Move config rule after the
19033 in-stripping one (Bug#8547).
19034
19035 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
19036
19037 * startup.el (normal-splash-screen): Remove gratuitous mode-line
19038 setting (Bug#8740).
19039
19040 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
19041
19042 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
19043 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
19044 (Bug#8539).
19045
19046 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19047
19048 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
19049
19050 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
19051
19052 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
19053 (hs-hide-block-at-point, hs-find-block-beginning)
19054 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
19055 (Bug#8279).
19056
19057 2011-05-28 Glenn Morris <rgm@gnu.org>
19058
19059 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
19060
19061 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
19062
19063 * help-fns.el (describe-function-1): If the function is a derived
19064 major mode, print the parent mode.
19065
19066 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
19067 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
19068
19069 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
19070
19071 * minibuffer.el (completion--capf-wrapper): Check applicability before
19072 returning non-nil for non-exclusive completion data.
19073 * progmodes/etags.el (tags-completion-at-point-function):
19074 * info-look.el (info-lookup-completions-at-point): Mark as
19075 non-exclusive.
19076 (info-complete): Adjust accordingly.
19077
19078 * info-look.el: Convert to lexical-binding and completion-at-point.
19079 (info-lookup-completions-at-point): New function.
19080 (info-complete): Use it and completion-in-region.
19081
19082 2011-05-28 Drew Adams <drew.adams@oracle.com>
19083
19084 * isearch.el: Let M-e start with point at the first mismatched char.
19085 (isearch-fail-pos): New function.
19086 (isearch-edit-string): Use it.
19087
19088 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
19089
19090 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19091
19092 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
19093
19094 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
19095 traversal functions for avl-trees.
19096 (avl-tree--stack): New struct.
19097 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
19098 (avl-tree-enter): Add optional `updatefun' arg.
19099 (avl-tree--do-enter): Add optional `updatefun' arg.
19100 Change return value.
19101 (avl-tree-delete): Add optional `test' and `nilflag' args.
19102 (avl-tree--do-delete): Add `test' and `nilflag' args.
19103 Change return value.
19104 (avl-tree-member): Add optional `nilflag'
19105 (avl-tree-member-p): New function.
19106 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
19107 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
19108 (avl-tree-stack-empty-p): New functions.
19109
19110 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
19111 avl-tree--del-balance1 and make it work both ways.
19112 (avl-tree--del-balance2): Remove.
19113 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
19114 make it work both ways.
19115 (avl-tree--enter-balance2): Remove.
19116 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
19117 New macros.
19118 (avl-tree--mapc, avl-tree-map): Add direction argument.
19119
19120 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
19121
19122 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
19123
19124 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
19125
19126 * select.el: Support clipboard managers with built-in function
19127 x-clipboard-manager-save, via delete-frame-functions and
19128 kill-emacs-hook.
19129 (xselect-convert-to-targets): Add MULTIPLE target to list.
19130 (xselect-convert-to-save-targets): New function.
19131
19132 2011-05-27 Kenichi Handa <handa@m17n.org>
19133
19134 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
19135 let-binding rfc2047-encode-encoded-words to nil.
19136
19137 2011-05-27 Glenn Morris <rgm@gnu.org>
19138
19139 * mail/emacsbug.el: Don't require url-util.
19140
19141 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
19142
19143 * files.el (set-auto-mode):
19144 Also respect mode: entries at the end of the file. (Bug#8586)
19145
19146 2011-05-26 Glenn Morris <rgm@gnu.org>
19147
19148 * files.el (hack-local-variables-prop-line, hack-local-variables):
19149 Downcase mode names, as seems to be traditional.
19150 (hack-local-variables, hack-local-variables-apply): Doc fixes.
19151
19152 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
19153 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
19154
19155 2011-05-25 Julien Danjou <julien@danjou.info>
19156
19157 * textmodes/rst.el (rst-define-level-faces): Do not define face
19158 symbol if it is already defined.
19159
19160 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
19161
19162 * play/5x5.el (5x5-new-game, 5x5-randomize):
19163 Reset 5x5-solver-output to nil when a new grid is cast.
19164 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
19165 these debugging traces, as defmacro breaks the compiled code.
19166
19167 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
19168
19169 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19170
19171 2011-05-24 Leo Liu <sdl.web@gmail.com>
19172
19173 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
19174 (vc-bzr-sha1): Adapt.
19175
19176 * sha1.el: Remove. Function `sha1' is now builtin.
19177
19178 * bindings.el: Provide sha1 feature.
19179
19180 2011-05-24 Kenichi Handa <handa@m17n.org>
19181
19182 * mail/sendmail.el: Require `rfc2047'.
19183 (mail-insert-from-field): Do not perform RFC2047 encoding.
19184 (mail-encode-header): New function.
19185 (sendmail-send-it): Set buffer-file-coding-system of the work
19186 buffer to the return value of select-message-coding-system.
19187 Call mail-encode-header.
19188
19189 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
19190
19191 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
19192
19193 * mail/supercite.el (sc-default-cite-frame):
19194 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
19195
19196 2011-05-24 Glenn Morris <rgm@gnu.org>
19197
19198 * progmodes/python.el (brm-menu): Declare.
19199
19200 * emulation/viper.el (viper-set-hooks): Declare.
19201
19202 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
19203 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
19204 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
19205 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
19206 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
19207 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
19208
19209 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
19210
19211 Add an :exit-function for completion-at-point.
19212
19213 * minibuffer.el (completion--done): New fun.
19214 (completion--do-completion): Use it. New arg `expect-exact'.
19215 (minibuffer-complete, minibuffer-complete-word): Don't output message,
19216 since completion--do-completion does it for us now.
19217 (minibuffer-force-complete): Use completion--done and
19218 completion--replace. Handle sole-completion case with more care.
19219 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
19220 (completion-extra-properties): New var.
19221 (completion-annotate-function): Make obsolete.
19222 (minibuffer-completion-help): Adjust accordingly.
19223 Use completion-list-insert-choice-function.
19224 (completion-at-point, completion-help-at-point):
19225 Bind completion-extra-properties.
19226 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
19227 * simple.el (completion-list-insert-choice-function): New var.
19228 (completion-setup-function): Preserve it.
19229 (choose-completion): Pay attention to it, shuffle the code a bit.
19230 (choose-completion-string): New arg `insert-function'.
19231
19232 * textmodes/bibtex.el: Convert to lexical binding.
19233 (bibtex-mode-map): Use completion-at-point.
19234 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
19235 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
19236 (bibtex-complete): Define as obsolete alias.
19237 (bibtex-complete-internal): Remove.
19238 (bibtex-format-entry): Remove unused sub-group in regexp.
19239 * shell.el (shell--command-completion-data)
19240 (shell-environment-variable-completion):
19241 * pcomplete.el (pcomplete-completions-at-point):
19242 * comint.el (comint--complete-file-name-data): Use :exit-function
19243 instead of completion-table-with-terminator so it also works for
19244 choose-completion.
19245
19246 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19247
19248 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
19249
19250 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
19251 (bug#8710).
19252
19253 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
19254
19255 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
19256
19257 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
19258 customization variable and implement: If non-nil, auto-fill will
19259 be inhibited while on topic's header line.
19260
19261 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
19262
19263 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
19264 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
19265 always have a solution in grid size = 5 cases.
19266 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
19267 (5x5-solver-output, 5x5-log-buffer): New vars.
19268 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
19269 Make these variables buffer local to achieve 5x5 multi-session-ness.
19270 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
19271 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
19272 (5x5-solve-suggest): New funs.
19273 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
19274 randomize a grid so that we ensure that there is always a solution.
19275 (5x5-make-random-grid): Allow other movement than flipping.
19276
19277 2011-05-23 Kevin Ryde <user42@zip.com.au>
19278
19279 * emacs-lisp/advice.el (ad-read-advised-function):
19280 Use `function-called-at-point' as the default, if it has
19281 advice and passes PREDICATE.
19282
19283 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19284
19285 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
19286 byte-compile-lambda if it's actually a lambda.
19287
19288 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
19289 Fix function quoting. Use backquote better.
19290
19291 2011-05-22 Yuanle Song <sylecn@gmail.com>
19292
19293 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
19294 matching (Bug#8516).
19295
19296 2011-01-22 Jari Aalto <jari.aalto@cante.net>
19297
19298 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
19299 different face (Bug#8178).
19300
19301 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
19302
19303 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
19304 defface (Bug#8144).
19305
19306 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19307
19308 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
19309 funcall as well (bug#8712). Warn when performing those conversions.
19310 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
19311
19312 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
19313
19314 2011-05-22 Glenn Morris <rgm@gnu.org>
19315
19316 * files.el (hack-local-variables-prop-line): Small simplifications.
19317 (hack-local-variables, hack-local-variables-prop-line):
19318 If MODE-ONLY, return the mode, rather than just `t'.
19319
19320 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
19321
19322 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
19323
19324 2011-05-21 Glenn Morris <rgm@gnu.org>
19325
19326 * files.el (hack-local-variables-prop-line, hack-local-variables):
19327 If only interested in the mode, don't bother doing the other stuff.
19328
19329 * image-mode.el (image-after-revert-hook):
19330 Redraw all frames on which the image is visible. (Bug#8567)
19331
19332 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
19333
19334 * wid-edit.el (widget-checklist-match-inline):
19335 Fix 2011-04-19 change. (Bug#8649)
19336
19337 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19338
19339 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
19340 Also allow singlespace after single-letter capitals followed by a dot.
19341
19342 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
19343 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
19344
19345 2011-05-20 Nix <nix@esperi.org.uk>
19346
19347 * files.el (basic-save-buffer-2):
19348 Fix handling of break-hardlink-on-save with non-existent files.
19349
19350 2011-05-19 Deniz Dogan <deniz@dogan.se>
19351
19352 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
19353 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
19354
19355 2011-05-19 Glenn Morris <rgm@gnu.org>
19356
19357 * progmodes/f90.el (f90-type-def-re):
19358 Handle "type, bind(c)". (Bug#8691)
19359
19360 * emacs-lisp/autoload.el (batch-update-autoloads):
19361 Set autoload-excludes by parsing loadup.el rather than Makefiles.
19362
19363 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
19364
19365 * net/tramp.el (tramp-process-actions): Set "first-password-request"
19366 property for the correct connection in case of multihops.
19367
19368 2011-05-18 Glenn Morris <rgm@gnu.org>
19369
19370 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
19371 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
19372
19373 Rationalize calendar handling of day and month abbrev-arrays.
19374 * calendar/calendar.el (calendar-customized-p): New function.
19375 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
19376 (calendar-day-name-array, calendar-month-name-array): Doc fix.
19377 Add :set function.
19378 (calendar-abbrev-length, calendar-day-abbrev-array)
19379 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
19380 (calendar-day-abbrev-array, calendar-month-abbrev-array):
19381 Elements may no longer be nil.
19382 (calendar-day-name, calendar-month-name):
19383 Update for changed nature of abbrev arrays.
19384 * calendar/diary-lib.el (diary-name-pattern):
19385 Update for changed nature of abbrev arrays.
19386 (diary-mark-entries-1): Update calendar-make-alist calls.
19387 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
19388 * calendar/cal-html.el (cal-html-day-abbrev-array):
19389 Simply inherit from calendar-day-abbrev-array.
19390
19391 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
19392
19393 * progmodes/grep.el (grep-mode): Disable default
19394 compilation-directory-matcher setting (bug#8684).
19395
19396 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
19397
19398 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
19399 instead of "head" and "tail". There were problems with SunOS 5.9,
19400 and it performs better.
19401
19402 2011-05-17 Glenn Morris <rgm@gnu.org>
19403
19404 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
19405
19406 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
19407 Replace obsolete function.
19408
19409 * shell.el (pcomplete-parse-arguments-function): Declare.
19410
19411 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
19412 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
19413 (appt-check): Doc fixes.
19414 (appt-disp-window-function, appt-delete-window-function):
19415 Remove needless special case in custom :type.
19416 (appt-display-count): Default to 0, not nil.
19417 (appt-check): Reset appt-display-count to 0, not nil.
19418
19419 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
19420
19421 * progmodes/python.el (python-font-lock-keywords):
19422 Add the Python 3.X keyword "nonlocal" (bug#8639).
19423
19424 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
19425
19426 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
19427
19428 2011-05-16 Kevin Ryde <user42@zip.com.au>
19429
19430 * info-look.el (makefile-automake-mode): New setups, looking in
19431 automake manual, then makefile-mode.
19432 (makefile-mode): Remove automake manual, have it just in
19433 makefile-automake-mode since there's various things different or
19434 not relevant to plain make.
19435 (makefile-mode): Remove "other-modes" non-existent automake-mode,
19436 believe a hypothetical automake-mode would go to makefile-mode,
19437 not the other way around.
19438
19439 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
19440
19441 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
19442 hunk-end tags (Bug#8672).
19443
19444 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
19445 vc-annotate-show-diff-revision-at-line (Bug#8671).
19446
19447 2011-05-14 Glenn Morris <rgm@gnu.org>
19448
19449 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
19450 in the middle of an existing one with multiple authors. (Bug#8645)
19451 (change-log-font-lock-keywords): Also handle multiple author lines
19452 with leading tabs. (Bug#8644)
19453
19454 * calendar/appt.el (appt-check): Rename some local variables.
19455 Some simplification/reordering.
19456
19457 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
19458 (feedmail-sendmail-f-doesnt-sell-me-out)
19459 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19460 (feedmail-debug-sit-for, feedmail-queue-express-hook)
19461 (feedmail-queue-runner-message-sender): Set :version.
19462 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
19463 (bbdb-dwim-net-address, vm-mail): Declare.
19464 (feedmail-binmail-gnulinuxish-template):
19465 Rename from feedmail-binmail-linuxish-template.
19466 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
19467 Use insert-buffer-substring.
19468
19469 2011-05-14 Bill Carpenter <bill@carpenter.org>
19470
19471 * mail/feedmail.el (feedmail-patch-level): Increase.
19472 (feedmail-debug): New custom group.
19473 (feedmail-confirm-outgoing-timeout)
19474 (feedmail-sendmail-f-doesnt-sell-me-out)
19475 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19476 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19477 (feedmail-sender-line, feedmail-from-line)
19478 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
19479 (feedmail-spray-this-address)
19480 (feedmail-spray-address-fiddle-plex-list)
19481 (feedmail-queue-use-send-time-for-date)
19482 (feedmail-queue-use-send-time-for-message-id)
19483 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19484 (feedmail-buffer-eating-function):
19485 Doc fixes.
19486 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19487 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19488 (feedmail-message-action-scroll-down): New functions.
19489 (feedmail-queue-directory, feedmail-queue-draft-directory):
19490 Use expand-file-name.
19491 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19492 Remove C-v help entry.
19493 (feedmail-queue-buffer-file-name): New variable.
19494 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19495 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19496 (feedmail-message-action-send-strong, feedmail-message-action-edit)
19497 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19498 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19499 (feedmail-message-action-toggle-spray)
19500 (feedmail-run-the-queue-no-prompts)
19501 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19502 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19503 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19504 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19505 (feedmail-envelope-deducer, feedmail-fiddle-from)
19506 (feedmail-fiddle-sender, feedmail-default-date-generator)
19507 (feedmail-fiddle-date, feedmail-fiddle-message-id)
19508 (feedmail-fiddle-spray-address)
19509 (feedmail-fiddle-list-of-spray-fiddle-plexes)
19510 (feedmail-fiddle-list-of-fiddle-plexes)
19511 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19512 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19513 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19514 Change default. Doc fix.
19515 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19516 (feedmail-binmail-linuxish-template): New constant.
19517 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
19518 Respect feedmail-sendmail-f-doesnt-sell-me-out.
19519 (feedmail-send-it): Add debug call.
19520 Use feedmail-queue-buffer-file-name, and
19521 feedmail-send-it-immediately-wrapper.
19522 (feedmail-message-action-send): Add debug call.
19523 Use feedmail-send-it-immediately-wrapper.
19524 (feedmail-queue-express-to-queue): Add debug call.
19525 Run feedmail-queue-express-hook.
19526 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19527 (feedmail-message-action-help-blat):
19528 Rename from feedmail-queue-send-edit-prompt-help-first.
19529 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19530 Check line-endings. Handle errors better.
19531 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19532 Doc fix. Add debug call.
19533 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19534 Use feedmail-queue-send-edit-prompt-inner.
19535 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19536 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19537 from feedmail-queue-send-edit-prompt.
19538 (feedmail-queue-send-edit-prompt-help)
19539 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19540 (feedmail-tidy-up-slug): Add debug call.
19541 Respect feedmail-queue-slug-suspect-regexp.
19542 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19543 (feedmail-dump-message-to-queue): Add debug call.
19544 Expand queue-directory.
19545 (feedmail-dump-message-to-queue): Change message slightly.
19546 Use feedmail-say-chatter.
19547 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19548 (feedmail-send-it-immediately-wrapper): New function.
19549 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19550 Insert empty string rather than newline. Handle full-frame case.
19551 Use catch/throw. Use feedmail-say-chatter.
19552 (feedmail-fiddle-from): Try mail-host-address.
19553 (feedmail-default-message-id-generator): Doc fix.
19554 Bind system-time-locale. Handle missing end.
19555 (feedmail-fiddle-x-mailer): Add debug call.
19556 Handle feedmail-x-mailer-line being nil.
19557 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19558 Add debug call. Use buffer-substring-no-properties.
19559 (feedmail-say-debug, feedmail-say-chatter): New functions.
19560 (feedmail-find-eoh): Give an explicit error.
19561
19562 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
19563
19564 * net/newst-treeview.el (newsticker-treeview-face): Change default
19565 family from helvetica to sans.
19566 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19567 etc/images/newsticker.
19568
19569 * net/newst-reader.el (newsticker-feed-face): Change default
19570 family from helvetica to sans.
19571
19572 * net/newst-plainview.el (newsticker-new-item-face)
19573 (newsticker-old-item-face, newsticker-immortal-item-face)
19574 (newsticker-obsolete-item-face, newsticker-date-face)
19575 (newsticker-statistics-face): Change default family from
19576 helvetica to sans.
19577 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19578 etc/images/newsticker.
19579
19580 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19581 (newsticker--process-auto-mark-filter-match): Tell user about
19582 auto-marking.
19583
19584 2011-05-13 Didier Verna <didier@xemacs.org>
19585
19586 Common Lisp indentation improvements on defmethod and lambda-lists.
19587 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19588 TODO entries.
19589 (lisp-lambda-list-keyword-parameter-indentation)
19590 (lisp-lambda-list-keyword-parameter-alignment)
19591 (lisp-lambda-list-keyword-alignment): New customizable user options.
19592 (lisp-indent-defun-method): Improve docstring.
19593 (extended-loop-p): Fix comment.
19594 (lisp-indent-lambda-list-keywords-regexp): New variable.
19595 (lisp-indent-lambda-list): New function.
19596 (lisp-indent-259): Use it.
19597 (lisp-indent-defmethod): Support for more than one
19598 method qualifier and properly indent methods lambda-lists.
19599 (defgeneric): Provide a missing common-lisp-indent-function property.
19600
19601 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19602
19603 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19604 bounds for the empty string (bug#8667).
19605
19606 2011-05-13 Glenn Morris <rgm@gnu.org>
19607
19608 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19609
19610 * mail/sendmail.el (sendmail-program): Try executable-find first.
19611 (sendmail-send-it): `sendmail-program' cannot be unbound.
19612
19613 * calendar/appt.el (appt-make-list): Simplify.
19614 (appt-time-msg-list): Doc fix.
19615 (appt-check): Change mode-line message at the time of the appointment.
19616
19617 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19618
19619 * progmodes/ld-script.el (ld-script-keywords)
19620 (ld-script-builtins): Update keywords list.
19621
19622 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19623
19624 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19625
19626 * shell.el (shell-completion-vars): New function.
19627 (shell-mode):
19628 * simple.el (read-shell-command): Use it.
19629 (blink-matching-open): No need for " [...]" in minibuffer-message.
19630
19631 2011-05-12 Glenn Morris <rgm@gnu.org>
19632
19633 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19634 (appt-check): Simplify.
19635
19636 2011-05-12 Eli Zaretskii <eliz@gnu.org>
19637
19638 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19639 literal "/dev/null".
19640
19641 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19642
19643 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19644 Fix typo.
19645
19646 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
19647
19648 * progmodes/which-func.el (which-function):
19649 Use add-log-current-defun instead of add-log-current-defun-function,
19650 which might not be defined (Bug#8260).
19651
19652 2011-05-12 Glenn Morris <rgm@gnu.org>
19653
19654 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19655 Let byte-compile-initial-macro-environment always take precedence.
19656
19657 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19658
19659 * net/rcirc.el: Add support for SSL/TLS connections.
19660 (rcirc-server-alist): New field `encryption'.
19661 (rcirc): Check `encryption' settings.
19662 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19663 Merge make-local-variable into `set'.
19664 (rcirc--connection-open-p): New function.
19665 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19666 the process is not a network process (e.g. running gnutls-cli).
19667 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19668 Make rcirc-(en|de)code-coding-system local here.
19669 (rcirc-mode): Merge make-local-variable into `set'.
19670 (rcirc-parent-buffer): Make permanent buffer-local.
19671 (rcirc-multiline-minor-mode): Don't do it here.
19672 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19673 there's no server buffer.
19674
19675 2011-05-11 Glenn Morris <rgm@gnu.org>
19676
19677 * newcomment.el (comment-kill): Prefix "unused" local.
19678
19679 * term/w32console.el (get-screen-color): Declare.
19680
19681 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19682 Handle symbol elements of byte-compile-initial-macro-environment.
19683
19684 2011-05-10 Leo Liu <sdl.web@gmail.com>
19685
19686 * bookmark.el (bookmark-bmenu-mode-map):
19687 Bind bookmark-bmenu-search to `/'.
19688
19689 * mail/footnote.el: Convert to utf-8 encoding.
19690 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19691 (Footnote-unicode): New function.
19692 (footnote-style-alist): Add unicode style to the list.
19693 (footnote-style): Doc fix.
19694
19695 2011-05-10 Jim Meyering <meyering@redhat.com>
19696
19697 Fix doubled-word typos.
19698 * international/quail.el (quail-insert-kbd-layout): and and -> and
19699 * kermit.el: and and -> and
19700 * net/ldap.el (ldap-search-internal): to to -> to
19701 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19702 * progmodes/js.el (js-mode): and and -> and
19703 * textmodes/artist.el (artist-move-to-xy): at at -> at
19704 (artist-draw-region-trim-line-endings): if if -> if
19705 And Safetyc -> Safety.
19706 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19707
19708 2011-05-10 Glenn Morris <rgm@gnu.org>
19709 Stefan Monnier <monnier@iro.umontreal.ca>
19710
19711 * files.el (hack-one-local-variable-eval-safep):
19712 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19713
19714 2011-05-10 Glenn Morris <rgm@gnu.org>
19715
19716 * calendar/diary-lib.el (diary-list-entries-hook)
19717 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19718 (diary-nongregorian-marking-hook, diary-list-entries)
19719 (diary-include-other-diary-files, diary-mark-entries)
19720 (diary-mark-included-diary-files): Doc fixes.
19721
19722 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19723
19724 * misc.el: Require tabulated-list.el during compilation.
19725
19726 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19727
19728 * progmodes/compile.el (compilation-start):
19729 Run compilation-filter-hook for the async case too.
19730 (compilation-filter-hook): Doc fix.
19731
19732 2011-05-09 Deniz Dogan <deniz@dogan.se>
19733
19734 * wdired.el: Remove outdated installation comment. Fix usage
19735 comment.
19736
19737 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19738
19739 * misc.el: Implement new command `list-dynamic-libraries'.
19740 (list-dynamic-libraries--loaded-only-p): New variable.
19741 (list-dynamic-libraries--refresh): New function.
19742 (list-dynamic-libraries): New command.
19743
19744 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19745
19746 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19747 Fix the ant regexp to handle end-line and end-column info from jikes.
19748 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19749 higher priority to avoid clobbering by gnu.
19750
19751 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19752
19753 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19754 if the face has existing theme settings (Bug#8454).
19755
19756 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19757
19758 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19759 Only match variables declared via `my' or `our' (Bug#8261).
19760
19761 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19762 special file names `.' and `..' (Bug#8259).
19763
19764 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19765
19766 * progmodes/grep.el (grep-mode-font-lock-keywords):
19767 Remove buffer-changing entries.
19768 (grep-filter): New function.
19769 (grep-mode): Add it to compilation-filter-hook.
19770
19771 * progmodes/compile.el (compilation-filter-hook)
19772 (compilation-filter-start): New defvars.
19773 (compilation-filter): Call compilation-filter-hook prior to
19774 updating the process mark.
19775
19776 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19777
19778 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19779
19780 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19781
19782 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19783 mailclient-send-it even if window-system is nil. (Bug#8595)
19784
19785 * term/w32console.el (terminal-init-w32console):
19786 Call get-screen-color and use its output to set the frame
19787 background-mode. (Bug#8597)
19788
19789 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19790
19791 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19792 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19793 New functions.
19794 (defgeneric, eieio--defmethod): Use them.
19795 (eieio-defgeneric): Remove.
19796 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19797
19798 2011-05-07 Glenn Morris <rgm@gnu.org>
19799
19800 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19801 Use let rather than let*.
19802 (timeclock-find-discrep): Remove unused local.
19803
19804 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19805
19806 * calendar/appt.el (appt-time-msg-list): Doc fix.
19807
19808 2011-05-06 Noah Friedman <friedman@splode.com>
19809
19810 * apropos.el (apropos-print-doc): Only use
19811 emacs-lisp-docstring-fill-column when it is bound to an integer,
19812 per that variable's documentation.
19813
19814 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19815
19816 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19817 and warnings are not silently discarded (e.g. use -d instead of -P).
19818
19819 2011-05-06 Glenn Morris <rgm@gnu.org>
19820
19821 * calendar/appt.el (appt-message-warning-time): Doc fix.
19822 (appt-warning-time-regexp): New option.
19823 (appt-make-list): Respect appt-message-warning-time.
19824
19825 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19826 New options.
19827 (diary-add-to-list): Strip comments from the displayed string.
19828 (diary-mode): Set comment-start and comment-end.
19829
19830 * vc/diff-mode.el (smerge-refine-subst): Declare.
19831 (diff-refine-hunk): Don't require smerge-mode when compiling.
19832
19833 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19834
19835 * simple.el (list-processes): Return nil as the docstring says.
19836
19837 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19838
19839 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19840 to "".
19841 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19842 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19843 determining of binary transfer. (Bug#7383)
19844
19845 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19846
19847 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19848 Fix port computation bug. (Bug#8618)
19849
19850 2011-05-05 Glenn Morris <rgm@gnu.org>
19851
19852 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19853
19854 * simple.el (shell-dynamic-complete-functions)
19855 (comint-dynamic-complete-functions): Declare.
19856
19857 * net/network-stream.el (gnutls-negotiate):
19858 * simple.el (tabulated-list-print): Fix declarations.
19859
19860 * progmodes/gud.el (syntax-symbol, syntax-point):
19861 Remove unnecessary and incorrect declarations.
19862
19863 * emacs-lisp/check-declare.el (check-declare-scan):
19864 Handle byte-compile-initial-macro-environment in bytecomp.el.
19865
19866 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19867
19868 Fix earlier half-done eieio-defmethod change (bug#8338).
19869 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19870 Streamline and change calling convention.
19871 (defmethod): Adjust accordingly and simplify.
19872 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19873 new eieio--defmethod.
19874 (slot-boundp): Minor CSE simplification.
19875
19876 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19877
19878 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19879 (glasses-make-readable): Use glasses-separate-capital-groups.
19880
19881 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19882
19883 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19884 (warning-series): Doc fix.
19885 (display-warning): Don't try to create the buffer if we just found it.
19886
19887 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19888
19889 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19890 (autoload-find-generated-file): New function.
19891 (generate-file-autoloads): Bind generated-autoload-file to
19892 buffer-file-name.
19893 (update-file-autoloads, update-directory-autoloads):
19894 Use autoload-find-generated-file. If called interactively, prompt for
19895 output file (Bug#7989).
19896 (batch-update-autoloads): Doc fix.
19897
19898 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19899
19900 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19901
19902 2011-05-04 Glenn Morris <rgm@gnu.org>
19903
19904 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19905 function, so it follows changes in calendar-date-style.
19906 (diary-fancy-date-matcher): New function.
19907 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19908 (diary-fancy-font-lock-fontify-region-function):
19909 Use diary-fancy-date-pattern as a function.
19910
19911 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19912 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19913
19914 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19915
19916 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19917 instead of positional arguments. Allow :keylist and :crlfiles
19918 arguments.
19919 (open-gnutls-stream): Call it.
19920
19921 * net/network-stream.el (network-stream-open-starttls): Adjust to
19922 call `gnutls-negotiate' with :process and :hostname arguments.
19923
19924 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19925
19926 * minibuffer.el (completion--message): New function.
19927 (completion--do-completion, minibuffer-complete)
19928 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19929 (completion--do-completion): Don't ignore completion-auto-help when in
19930 icomplete-mode.
19931
19932 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19933 internal encoding (e.g. tibetan zero is not whitespace).
19934 (global-whitespace-mode): Prefer save-current-buffer.
19935 (whitespace-trailing-regexp): Remove useless save-match-data.
19936 (whitespace-empty-at-bob-regexp): Minor simplification.
19937
19938 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19939
19940 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19941
19942 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19943
19944 * textmodes/ispell.el (ispell-add-per-file-word-list):
19945 Use `concat' to create string for insertion.
19946
19947 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19948
19949 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19950 Avoid open-line which runs post-self-insert-hook.
19951 (bibtex-fill-entry): Remove unused `end' var.
19952
19953 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19954
19955 * textmodes/ispell.el (ispell-add-per-file-word-list):
19956 Protect against `nil' value of `comment-start' (Bug#8579).
19957
19958 2011-05-03 Leo Liu <sdl.web@gmail.com>
19959
19960 * isearch.el (isearch-yank-pop): New command.
19961 (isearch-mode-map): Bind it to `M-y'.
19962 (isearch-forward): Mention it.
19963
19964 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19965
19966 * simple.el (minibuffer-complete-shell-command): Remove.
19967 (minibuffer-local-shell-command-map): Use completion-at-point.
19968 (read-shell-command): Setup completion vars here instead.
19969 (read-expression-map): Bind TAB to symbol completion.
19970
19971 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19972 error directly rather via storing it into `results'.
19973
19974 2011-05-02 Leo Liu <sdl.web@gmail.com>
19975
19976 * vc/diff.el: Fix description.
19977
19978 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19979
19980 * server.el (server-eval-at): New function.
19981
19982 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19983
19984 * net/network-stream.el (open-network-stream): Take a :nowait
19985 parameter and pass it on to `make-network-process'.
19986 (network-stream-open-plain): Ditto.
19987
19988 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19989
19990 * faces.el (face-spec-set-match-display): Don't match toolkit
19991 options on terminal frames.
19992
19993 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19994
19995 * progmodes/pascal.el: Use lexical binding.
19996 (pascal-mode-map): Remove author preferences.
19997
19998 * pcomplete.el (pcomplete-std-complete): Don't abuse
19999 completion-at-point.
20000
20001 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20002
20003 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
20004 removing code that has been dead since 1991 or so.
20005
20006 * startup.el (command-line): When warning about "_emacs", use a
20007 delayed warning to allow the user to filter it out.
20008
20009 2011-04-28 Deniz Dogan <deniz@dogan.se>
20010
20011 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
20012 user has not joined.
20013
20014 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20015
20016 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
20017 aren't any completions at point.
20018
20019 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
20020
20021 * subr.el (display-delayed-warnings): New function.
20022 (delayed-warnings-hook): New variable.
20023
20024 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20025
20026 * minibuffer.el (completion-at-point, completion-help-at-point):
20027 Don't presume that a given completion-at-point-function will always
20028 use the same calling convention.
20029
20030 * pcomplete.el (pcomplete-completions-at-point):
20031 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
20032 pcomplete-seen is non-nil.
20033 (pcomplete-comint-setup): Also recognize the new comint/shell
20034 completion functions.
20035 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
20036 pcomplete-seen is non-nil.
20037
20038 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
20039
20040 * calendar/icalendar.el (diary-lib): Add require statement.
20041 (icalendar--create-uid): Read out a uid from a text-property on
20042 the first character in the entry. This allows for code to add its
20043 own uid to the entry.
20044 (icalendar--convert-float-to-ical): Add export of
20045 `diary-float'-entries save for those with the optional DAY
20046 argument.
20047
20048 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
20049
20050 * subr.el (shell-quote-argument): Use alternate escaping strategy
20051 when we spot a variable reference in a string.
20052
20053 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
20054
20055 * cus-start.el (all): Define customization for debug-on-event.
20056
20057 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
20058
20059 * subr.el (shell-quote-argument): Escape correctly under Windows.
20060
20061 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20062
20063 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
20064
20065 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
20066
20067 * net/tramp.el (tramp-process-actions): Add POS argument.
20068 Delete region between POS and (pos).
20069
20070 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20071 Use `nil' position in `tramp-process-actions' call.
20072 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
20073
20074 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
20075 position in `tramp-process-actions' call.
20076
20077 * net/trampver.el: Update release number.
20078
20079 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20080
20081 * custom.el (defcustom): Obey lexical-binding.
20082
20083 Fix octave-inf completion problems reported by Alexander Klimov.
20084 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
20085 Inherit from octave-mode-syntax-table.
20086 (inferior-octave-mode): Set info-lookup-mode.
20087 (inferior-octave-completion-at-point): New function.
20088 (inferior-octave-complete): Use it and completion-in-region.
20089 (inferior-octave-dynamic-complete-functions): Use it as well, and use
20090 comint-filename-completion.
20091 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
20092 symbol elements which shouldn't be word elements.
20093 (octave-font-lock-keywords, octave-beginning-of-defun)
20094 (octave-function-header-regexp): Adjust regexps accordingly.
20095 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
20096
20097 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
20098
20099 * net/gnutls.el (gnutls-errorp): Declare before first use.
20100
20101 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
20102
20103 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
20104 verify-error, and verify-hostname-error parameters. Check whether
20105 default trustfile exists before going to use it. Add missing
20106 argument to gnutls-message-maybe call. Return value.
20107 Reported by Claudio Bley <claudio.bley@gmail.com>.
20108 (open-gnutls-stream): Add usage example.
20109
20110 * net/network-stream.el (network-stream-open-starttls): Give host
20111 parameter to `gnutls-negotiate'.
20112 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
20113 * subr.el (shell-quote-argument): Escape correctly under Windows.
20114
20115 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
20116
20117 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
20118 Use correct match group (bug#8438).
20119
20120 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
20121
20122 * emacs-lisp/package.el (package-built-in-p): Fix typo.
20123 (package-menu--generate): New arg specifying packages to show.
20124 (package-menu-refresh, package-menu-execute, list-packages):
20125 Callers changed.
20126 (package-show-package-list): New function, replacing deleted
20127 package--list-packages (renamed because it is non-internal).
20128
20129 * finder.el (finder-list-matches): Use package-show-package-list
20130 instead of deleted package--list-packages.
20131
20132 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
20133 Based on a previous implementation by Juanma Barranquero (Bug#8366).
20134 (vc-annotate-mode-map): Bind it to RET.
20135
20136 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
20137
20138 * progmodes/etags.el (next-file): Don't use set-buffer to change
20139 buffers (Bug#8478).
20140
20141 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
20142
20143 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
20144
20145 * apropos.el (apropos-label-face): Avoid variable-pitch face.
20146 (apropos-accumulator): Doc fix.
20147 (apropos-function, apropos-macro, apropos-command)
20148 (apropos-variable, apropos-face, apropos-group, apropos-widget)
20149 (apropos-plist): Add face property.
20150 (apropos-symbols-internal): Fix indentation.
20151 (apropos-print): Simplify help, and recognize apropos-multi-type.
20152 (apropos-print-doc): Use button-type-get to extract the button's
20153 face property. Fill docstring (Bug#8352).
20154
20155 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
20156
20157 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
20158
20159 * play/mpuz.el (mpuz-silent): Doc fix.
20160 (mpuz-mode-map): Use mapc.
20161 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
20162 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
20163 Fix typos in docstrings.
20164
20165 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
20166 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
20167
20168 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
20169
20170 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
20171
20172 * minibuffer.el (completion--do-completion): Avoid the "Next char
20173 not unique" prompt if icomplete-mode is enabled (Bug#5849).
20174
20175 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
20176 mouse-2 into unread-command-events, it is interpreted correctly.
20177
20178 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
20179 (image-toggle-display): Doc fix.
20180
20181 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
20182
20183 * textmodes/page.el (what-page): Use line-number-at-pos to
20184 calculate line number (Bug#6825).
20185
20186 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
20187
20188 * eshell/esh-mode.el (find-tag-interactive): Declare function.
20189 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
20190 Pass argument NO-DEFAULT to `find-tag-interactive'.
20191
20192 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
20193
20194 Lexical-binding cleanup.
20195
20196 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
20197 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
20198 * progmodes/ada-prj.el (ada-prj-initialize-values)
20199 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
20200 (ada-prj-show-value):
20201 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
20202 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
20203 (antlr-invalidate-context-cache, antlr-options-menu-filter)
20204 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
20205 * progmodes/bug-reference.el (bug-reference-push-button):
20206 * progmodes/fortran.el (fortran-line-length):
20207 * progmodes/glasses.el (glasses-change):
20208 * progmodes/octave-mod.el (octave-fill-paragraph):
20209 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
20210 (python-pdbtrack-grub-for-buffer, python-sentinel):
20211 * progmodes/sql.el (sql-save-connection):
20212 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
20213 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
20214 Mark unused parameters.
20215
20216 * progmodes/compile.el (compilation--flush-directory-cache)
20217 (compilation--flush-parse, compile-internal): Mark unused parameters.
20218 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
20219 (compilation-next-error-function): Remove unused variable `timestamp'.
20220
20221 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
20222 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
20223
20224 * progmodes/dcl-mode.el (dcl-end-of-command):
20225 Remove unused variable `start'.
20226 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
20227 (dcl-option-value-basic, dcl-option-value-offset)
20228 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
20229 Mark unused parameters.
20230 (dcl-save-local-variable): Remove unused variable `val'.
20231 (mode): Declare.
20232
20233 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
20234 Mark unused parameters.
20235 (delphi-ignore-changes): Move before first use.
20236 (delphi-charset-token-at): Remove unused variable `start'.
20237 (delphi-else-start): Remove unused variable `if-count'.
20238 (delphi-comment-block-start, delphi-comment-block-end):
20239 Remove unused variable `kind'.
20240 (delphi-indent-line): Remove unused variable `new-point'.
20241
20242 * progmodes/ebrowse.el (ebrowse-files-list)
20243 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
20244 Mark unused parameters. Don't quote `lambda'.
20245 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
20246 Don't quote `lambda'.
20247 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
20248 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
20249 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
20250 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
20251 Use `ignore-errors'.
20252 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
20253 (ebrowse-view/find-file-and-search-pattern)
20254 (ebrowse-view/find-member-declaration/definition):
20255 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
20256 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
20257 Rename parameter PREFIX-ARG to PREFIX.
20258 (ebrowse-tags-read-name): Remove unused variables `start' and
20259 `member-info'.
20260 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
20261 to `tags-file'.
20262
20263 * progmodes/etags.el (local-find-tag-hook): Declare.
20264 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
20265 Mark unused parameters.
20266
20267 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
20268 (executable-interpret): Mark unused parameter.
20269
20270 * progmodes/flymake.el (flymake-process-sentinel)
20271 (flymake-after-change-function)
20272 (flymake-create-temp-with-folder-structure)
20273 (flymake-get-include-dirs-dot): Mark unused parameters.
20274 (flymake-safe-delete-directory): Remove unused variable `err'.
20275
20276 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
20277 (speedbar-timer-fn, speedbar-line-text)
20278 (speedbar-change-expand-button-char, speedbar-delete-subblock)
20279 (speedbar-center-buffer-smartly): Declare functions.
20280 (gdb-find-watch-expression): Remove unused variable `array'.
20281 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
20282 (gdb-starting): Mark unused parameters.
20283 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
20284 (gdb-table-string): Remove unused variable `res'.
20285 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
20286 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
20287 (gdb-display-buffer): Remove unused variable `cur-size'.
20288
20289 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
20290 allow lexical-binding compilation.
20291 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
20292 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
20293 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
20294 Mark unused parameters.
20295 (gud-gdb-marker-filter): Remove unused variable `match'.
20296 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
20297 lambda expressions and funcall them, instead of using `fset'.
20298
20299 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
20300 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
20301
20302 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
20303 variable `header-beg'; use `let'.
20304
20305 * progmodes/icon.el (indent-icon-exp): Remove unused variables
20306 `restart', `last-sexp' and `at-do'.
20307
20308 * progmodes/js.el (js--debug): Mark unused parameter.
20309 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
20310 (js--splice-into-items): Remove unused variable `item'.
20311 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
20312
20313 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
20314 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
20315 (makefile-complete): Remove unused variable `try'.
20316 (makefile-fill-paragraph, makefile-match-function-end):
20317 Mark unused parameters.
20318
20319 * progmodes/octave-inf.el (inferior-octave-complete):
20320 Remove unused variable `proc'.
20321 (inferior-octave-output-digest): Mark unused parameter.
20322
20323 * progmodes/perl-mode.el (perl-calculate-indent):
20324 Remove unused variable `err'.
20325
20326 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
20327 (prolog-indent-line): Mark unused parameters.
20328 (prolog-indent-line): Remove unused variable `beg'.
20329
20330 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
20331 (reporter-dont-compact-list): Declare.
20332
20333 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
20334 Remove unused variable `char'.
20335 (sh-debug): Mark unused parameter.
20336 (sh-get-indent-info): Remove unused variable `start'.
20337 (sh-calculate-indent): Remove unused variable `var'.
20338
20339 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
20340 (simula-electric-keyword): Remove unused variable `null'.
20341 (simula-search-backward, simula-search-forward): Remove unused
20342 variables `begin' and `end'.
20343
20344 * progmodes/vera-mode.el (vera-guess-basic-syntax):
20345 Remove unused variable `pos'.
20346 (vera-electric-tab, vera-comment-uncomment-region):
20347 Mark unused parameters.
20348 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
20349
20350 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
20351
20352 * emacs-lisp/package.el (package--builtins, package-alist)
20353 (package-load-descriptor, package-built-in-p, package-activate)
20354 (define-package, package-installed-p)
20355 (package-compute-transaction, package-buffer-info)
20356 (package--push): Doc fix. Distinguish more clearly between
20357 version strings and version lists.
20358
20359 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
20360
20361 Lexical-binding cleanup.
20362
20363 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
20364 (5x5-make-mutate-best):
20365 * play/fortune.el (fortune-in-buffer):
20366 * play/gomoku.el (gomoku-init-display):
20367 * play/solitaire.el (solitaire, solitaire-do-check):
20368 * play/tetris.el (tetris-default-update-speed-function):
20369 Mark unused parameters.
20370
20371 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
20372 (bubbles--shift): Remove unused variable `char-org'.
20373 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
20374 (bubbles--show-images): Remove unused variable `char'.
20375
20376 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
20377 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
20378 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
20379 (decipher-analyze-buffer): Use ?\s.
20380 (decipher-make-checkpoint): Remove unused variable `mapping'.
20381
20382 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
20383
20384 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
20385 Remove unused variable `result'; use `let'.
20386
20387 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
20388 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
20389 (gametree-children-shown-p, gametree-compute-reduced-score):
20390 Use `ignore-errors'.
20391
20392 * play/handwrite.el (ps-lpr-switches): Declare.
20393 (handwrite): Remove unused variables `pmin' and `lastp'.
20394
20395 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
20396
20397 * play/landmark.el (landmark-init-display)
20398 (landmark-update-naught-weights): Mark unused parameters.
20399 (landmark-y): Remove unused variable `noise'. Simplify.
20400 (landmark-human-plays): Remove unused variable `score'.
20401
20402 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
20403 (mpuz-try-proposal): Remove unused variable `game'.
20404
20405 * play/zone.el (life-patterns): Declare.
20406
20407 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
20408
20409 * vc/vc.el (ediff-vc-internal): Declare function.
20410
20411 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20412
20413 * shell.el: Use lexical-binding and std completion UI.
20414 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
20415 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
20416 comint-preoutput-filter-functions rather than on
20417 comint-output-filter-functions.
20418 (shell-command-completion, shell--command-completion-data)
20419 (shell-filename-completion, shell-environment-variable-completion)
20420 (shell-c-a-p-replace-by-expanded-directory): New functions.
20421 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
20422 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
20423 (shell-dynamic-complete-environment-variable): Use them.
20424 (shell-dynamic-complete-as-environment-variable)
20425 (shell-dynamic-complete-as-command): Remove.
20426 (shell-match-partial-variable): Match past point.
20427 * comint.el: Clean up use of completion-at-point-functions.
20428 (comint-completion-at-point): New function.
20429 (comint-mode): Use it completion-at-point-functions.
20430 (comint-dynamic-complete): Make it obsolete.
20431 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
20432 (comint-c-a-p-replace-by-expanded-history): New function.
20433 (comint-dynamic-complete-functions)
20434 (comint-replace-by-expanded-history): Use it.
20435 * minibuffer.el (completion-table-with-terminator): Allow dynamic
20436 termination strings. Try harder to avoid second try-completion.
20437 (completion-in-region-mode-map): Disable bindings that don't work yet.
20438
20439 * comint.el: Use lexical-binding. Require CL.
20440 (comint-dynamic-complete-functions): Use comint-filename-completion.
20441 (comint-completion-addsuffix): Tweak custom type.
20442 (comint-filename-completion, comint--common-suffix)
20443 (comint--common-quoted-suffix, comint--table-subvert)
20444 (comint--complete-file-name-data): New functions.
20445 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
20446 (comint-dynamic-list-filename-completions): Use them.
20447 (comint-dynamic-simple-complete): Make obsolete.
20448
20449 * minibuffer.el (completion-in-region-mode):
20450 Keep completion-in-region-mode--predicate global.
20451 (completion-in-region--postch):
20452 Assume completion-in-region-mode--predicate is not null.
20453
20454 * progmodes/flymake.el (flymake-start-syntax-check-process):
20455 Obey `dir'. Simplify.
20456
20457 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
20458 we're in VC after all.
20459
20460 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
20461
20462 * vc/vc.el (vc-diff-build-argument-list-internal)
20463 (vc-version-ediff, vc-ediff): New commands.
20464 (vc-version-diff): Use vc-diff-build-argument-list-internal.
20465
20466 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20467
20468 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
20469 add sanity check.
20470
20471 * obsolete/erc-hecomplete.el: Make obsolete.
20472 * obsolete/: Standardize obsolescence info in the header.
20473
20474 2011-04-20 Glenn Morris <rgm@gnu.org>
20475
20476 * calendar/solar.el (solar-horizontal-coordinates):
20477 Use the longitude argument rather than `calendar-longitude'.
20478 (solar-date-next-longitude): Remove unused locals.
20479
20480 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20481
20482 * whitespace.el: New version 13.2.1.
20483
20484 2011-04-20 felix <EmacsWiki> (tiny change)
20485
20486 * whitespace.el (global-whitespace-mode): Keep highlight when
20487 switching between major modes on a file.
20488
20489 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20490
20491 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20492 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20493 multi-line comments as well.
20494
20495 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
20496
20497 Lexical-binding cleanup.
20498
20499 * arc-mode.el (archive-mode-revert):
20500 * cmuscheme.el (scheme-interactively-start-process):
20501 * custom.el (custom-initialize-delay):
20502 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20503 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20504 * emacs-lock.el (emacs-lock-clear-sentinel):
20505 * ezimage.el (defezimage):
20506 * follow.el (follow-avoid-tail-recenter):
20507 * fringe.el (set-fringe-mode-1):
20508 * generic-x.el (bat-generic-mode-compile):
20509 * help-mode.el (help-info-variable, help-do-xref)
20510 (help-mode-revert-buffer):
20511 * help.el (view-emacs-todo):
20512 * iswitchb.el (iswitchb-completion-help):
20513 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20514 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20515 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20516 * locate.el (locate-update):
20517 * longlines.el (longlines-encode-region)
20518 (longlines-after-change-function):
20519 * outline.el (outline-isearch-open-invisible):
20520 * ps-def.el (declare-function, charset-dimension, char-width)
20521 (encode-char):
20522 * ps-mule.el (ps-mule-plot-string):
20523 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20524 (recentf-edit-list-select, recentf-edit-list-validate)
20525 (recentf-open-files-action):
20526 * rect.el (delete-whitespace-rectangle-line)
20527 (rectangle-number-line-callback):
20528 * register.el (window-configuration-to-register)
20529 (frame-configuration-to-register):
20530 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20531 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20532 (xselect-convert-to-targets, xselect-convert-to-delete)
20533 (xselect-convert-to-filename, xselect-convert-to-charpos)
20534 (xselect-convert-to-lineno, xselect-convert-to-colno)
20535 (xselect-convert-to-os, xselect-convert-to-host)
20536 (xselect-convert-to-user, xselect-convert-to-class)
20537 (xselect-convert-to-name, xselect-convert-to-integer)
20538 (xselect-convert-to-atom, xselect-convert-to-identity):
20539 * subr.el (declare, ignore, process-kill-without-query)
20540 (text-clone-maintain):
20541 * terminal.el (te-get-char, te-tic-sentinel):
20542 * tool-bar.el (tool-bar-make-keymap):
20543 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20544 * type-break.el (type-break-mode, type-break-noninteractive-query):
20545 * view.el (View-back-to-mark):
20546 * wid-browse.el (widget-browse-action, widget-browse-widget)
20547 (widget-browse-widgets, widget-browse-sexp):
20548 * widget.el (define-widget-keywords):
20549 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20550 Mark unused parameters.
20551
20552 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20553 (align-areas): Remove unused variable `look'.
20554 (align-region): Remove unused variables `real-end' and `pos-list'.
20555
20556 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20557
20558 * bindings.el (mode-line-modified, mode-line-remote):
20559 Mark unused parameters.
20560 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20561
20562 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20563 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20564
20565 * comint.el (comint-history-isearch-pop-state)
20566 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20567 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20568 (comint-substitute-in-file-name): Doc fix.
20569
20570 * completion.el (cmpl-statistics-block): Mark unused parameter.
20571 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20572 (save-completions-to-file, load-completions-from-file):
20573 Remove unused local variable `e'.
20574
20575 * composite.el (compose-chars): Remove unused variable `len'.
20576 (lgstring-insert-glyph): Remove unused variable `g'.
20577 (compose-glyph-string): Remove unused variables `ascent',
20578 `descent', `lbearing' and `rbearing'.
20579 (compose-glyph-string-relative): Remove unused variables
20580 `lbearing', `rbearing' and `wadjust'.
20581 (compose-gstring-for-graphic): Remove unused variables `header',
20582 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20583 (compose-gstring-for-terminal): Remove unused variables `header'
20584 and `nchars'. Use `let', not `let*'.
20585
20586 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20587 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20588 (Custom-buffer-done, custom-buffer-create-internal)
20589 (custom-browse-visibility-action, custom-browse-group-tag-action)
20590 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20591 (widget-magic-mouse-down-action, custom-toggle-parent)
20592 (custom-add-parent-links, custom-toggle-hide-variable)
20593 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20594 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20595 (custom-face-menu-create, custom-variable-menu-create, get)
20596 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20597 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20598 (customize-apropos): Remove unused variable `tests'.
20599 (custom-group-value-create): Remove unused variable `hidden-p'.
20600 (sort-fold-case): Declare.
20601
20602 * cus-theme.el (custom-reset-standard-faces-list)
20603 (custom-reset-standard-variables-list): Declare.
20604 (customize-create-theme, custom-theme-revert, custom-theme-write)
20605 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20606 Mark unused parameters.
20607
20608 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20609
20610 * delim-col.el (delimit-columns-max): Move defvar before first use.
20611
20612 * descr-text.el (describe-char-categories): Don't quote `lambda'.
20613 (describe-char): Don't quote `lambda'. Mark unused parameter.
20614
20615 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20616 (auto-insert): Declare.
20617 (desktop-restore-file-buffer): Rename desktop-* parameters;
20618 mark unused ones.
20619 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20620 (desktop-buffer): Rename desktop-* parameters.
20621
20622 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20623 (dframe-reposition-frame-xemacs, dframe-help-echo)
20624 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20625 Mark unused parameters.
20626
20627 * dired-aux.el (backup-extract-version-start, overwrite-query)
20628 (overwrite-backup-query, rename-regexp-query)
20629 (rename-non-directory-query): Declare.
20630 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20631 (dired-add-entry): Remove unused variable `orig-file-name'.
20632 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20633 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20634 `dired-copy-preserve-time' directly.
20635 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20636 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20637
20638 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20639 (dired-virtual-revert, dired-make-relative-symlink):
20640 Mark unused parameters.
20641 (manual-program): Declare.
20642 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20643 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20644 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20645
20646 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20647
20648 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20649
20650 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20651 Declare.
20652
20653 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20654
20655 * electric.el (Electric-command-loop): Rename parameter
20656 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20657
20658 * expand.el (expand-in-literal): Remove unused variable `here'.
20659
20660 * facemenu.el (facemenu-add-new-color):
20661 Remove unused variable `docstring'.
20662
20663 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20664 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20665 (face-attr-construct): Mark unused parameter. Doc fix.
20666 (read-color): Remove unused variable `hex-string'.
20667
20668 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20669 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20670 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20671 (display-buffer-other-frame): Remove unused variable `old-window'.
20672 (kill-buffer-hook): Declare.
20673 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20674 Mark unused parameters.
20675 (after-find-file): Pass 1 to `auto-save-mode', not t.
20676
20677 * files-x.el (auto-insert): Declare.
20678 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20679
20680 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20681 variable `buf'. Mark unused parameter.
20682 (find-lisp-insert-directory): Mark unused parameter.
20683
20684 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20685 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20686 (format-common-tail): Remove, unused.
20687 (format-deannotate-region): Remove unused variable `loc'.
20688 (format-annotate-region): Remove unused variable `p'.
20689 (format-annotate-single-property-change): Remove unused variables
20690 `default' and `tail'.
20691
20692 * forms.el (read-file-filter): Declare.
20693 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20694
20695 * frame.el (frame-creation-function-alist): Mark unused parameter.
20696 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20697
20698 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20699 Remove unused parameters.
20700 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20701 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20702
20703 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20704 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20705 (hfy-prepare-tag-map): Mark unused parameters.
20706 (htmlfontify-buffer): Use `called-interactively-p'.
20707
20708 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20709 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20710 (ibuffer-do-occur): Mark unused parameters.
20711 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20712 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20713
20714 * ibuffer.el: Don't quote `lambda'.
20715 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20716 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20717 Mark unused parameters.
20718
20719 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20720 (ido-completing-read): Mark unused parameters.
20721 (ido-copy-current-word): Mark unused parameters;
20722 remove unused variable `name'.
20723 (ido-sort-merged-list): Remove unused parameter `dirs'.
20724
20725 * ielm.el (ielm-input-sender): Mark unused parameter.
20726 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20727 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20728 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20729 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20730 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20731
20732 * image-dired.el (image-dired-display-thumbs): Remove unused
20733 variables `curr-file' and `count'.
20734 (image-dired-remove-tag): Remove unused variable `start'.
20735 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20736 variable `curr-file'
20737 (image-dired-rotate-original): Remove unused variable `temp-file'.
20738 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20739 Remove unused variable `file'.
20740 (image-dired-gallery-generate): Remove unused variable `curr'.
20741 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20742
20743 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20744
20745 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20746
20747 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20748
20749 * isearch.el (minibuffer-history-symbol): Declare.
20750 (isearch-edit-string): Remove unused variable `err'.
20751 (isearch-message-prefix, isearch-message-suffix):
20752 Mark unused parameters.
20753
20754 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20755
20756 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20757
20758 * makesum.el (double-column): Remove unused variable `cnt'.
20759
20760 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20761 (ido-ignore-item-temp-list): Declare.
20762
20763 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20764 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20765 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20766 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20767 `mouse-col-delta'.
20768
20769 * mouse-sel.el (mouse-extend-internal):
20770 Remove unused variable `orig-window-frame'.
20771
20772 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20773 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20774 Move declarations before first use.
20775 (pcomplete-opt): Mark unused parameters; doc fix.
20776
20777 * proced.el (proced-revert): Mark unused parameter.
20778 (proced-send-signal): Remove unused variable `err'.
20779
20780 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20781 Rename parameter PREFIX-ARG to ARG.
20782 (ps-basic-plot-string, ps-basic-plot-whitespace):
20783 Mark unused parameters.
20784
20785 * replace.el (replace-count): Define.
20786 (occur-revert-function): Mark unused parameters.
20787 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20788 (isearch-case-fold-search, isearch-string): Declare.
20789 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20790 bind `case-fold-search'. Remove unused variables `beg' and `end',
20791 and simplify.
20792 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20793 COUNT and bind `replace-count'.
20794 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20795 to COUNT.
20796
20797 * savehist.el (print-readably, print-string-length): Declare.
20798
20799 * shadowfile.el (shadow-expand-cluster-in-file-name):
20800 Remove unused variable `cluster'.
20801 (shadow-copy-file): Remove unused variable `i'.
20802 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20803 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20804 (shadow-define-literal-group, shadow-define-regexp-group)
20805 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20806
20807 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20808 (shell): Use `called-interactively-p'.
20809 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20810
20811 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20812 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20813 (delete-backward-char): Remove unused variable `ocol'.
20814 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20815 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20816 (event-apply-hyper-modifier, event-apply-shift-modifier)
20817 (event-apply-control-modifier, event-apply-meta-modifier):
20818 Mark unused parameters.
20819 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20820 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20821
20822 * speedbar.el (speedbar-ignored-directory-expressions)
20823 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20824 (speedbar-find-file, speedbar-dir-follow)
20825 (speedbar-directory-buttons-follow, speedbar-tag-find)
20826 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20827 (speedbar-buffers-line-directory, speedbar-buffer-click):
20828 Mark unused parameters.
20829 (speedbar-tag-file): Remove unused variable `mode'.
20830 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20831
20832 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20833
20834 * talk.el (talk): Remove unused variable `display'.
20835
20836 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20837 (tar-write-region-annotate): Mark unused parameter.
20838
20839 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20840 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20841 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20842 warning by another.
20843
20844 * time-stamp.el (time-stamp-string-preprocess):
20845 Remove unused variable `require-padding'.
20846
20847 * tree-widget.el (widget-glyph-enable): Declare.
20848 (tree-widget-action): Mark unused parameter.
20849
20850 * w32-fns.el (x-get-selection): Mark unused parameter.
20851 (autoload-make-program, generated-autoload-file): Declare.
20852
20853 * wdired.el (wdired-revert): Mark unused parameters.
20854 (wdired-xcase-word): Remove unused variable `err'.
20855
20856 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20857 (whitespace-help-scroll): Remove unused variable `data-help'.
20858
20859 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20860 (widget-image-insert, widget-after-change, default)
20861 (widget-default-format-handler, widget-default-notify)
20862 (widget-default-prompt-value, widget-info-link-action)
20863 (widget-url-link-action, widget-function-link-action)
20864 (widget-variable-link-action, widget-file-link-action)
20865 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20866 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20867 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20868 (widget-insert-button-action, widget-delete-button-action, visibility)
20869 (widget-documentation-link-action, widget-documentation-string-action)
20870 (widget-const-prompt-value, widget-regexp-match, symbol)
20871 (widget-coding-system-prompt-value)
20872 (widget-key-sequence-value-to-external, sexp)
20873 (widget-sexp-value-to-internal, character, vector, cons)
20874 (widget-choice-prompt-value, widget-boolean-prompt-value)
20875 (widget-color--choose-action): Mark unused parameters.
20876 (widget-item-match-inline, widget-choice-match-inline)
20877 (widget-checklist-match, widget-checklist-match-inline)
20878 (widget-group-match): Rename parameter VALUES to VALS.
20879 (widget-field-value-set): Remove unused variable `size'.
20880 (widget-color-action): Remove unused variables `value' and `start'.
20881
20882 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20883 variable `dir'. Doc fix.
20884 (windmove-find-other-window): Don't pass it.
20885
20886 * window.el (count-windows): Mark unused parameter.
20887 (bw-adjust-window): Remove unused variable `err'.
20888
20889 * woman.el (woman-file-name): Remove unused variable `default'.
20890 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20891 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20892 (global-font-lock-mode): Declare.
20893 (woman-decode-region): Mark unused parameter.
20894 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20895
20896 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20897 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20898 (x-dnd-handle-moz-url): Remove unused variable `title'.
20899 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20900
20901 * xml.el (xml-parse-tag, xml-parse-attlist):
20902 Remove unused variable `pos'.
20903
20904 2011-04-19 Glenn Morris <rgm@gnu.org>
20905
20906 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20907 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20908 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20909 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20910 * calendar/cal-html.el (cal-html-insert-minical):
20911 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20912 (calendar-mark-date-pattern):
20913 Prefix "unused" locals.
20914
20915 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20916 optional argument `style'.
20917
20918 * calendar/appt.el (appt-make-list):
20919 * calendar/cal-china.el (calendar-chinese-date-string):
20920 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20921 (diary-hebrew-yahrzeit):
20922 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20923 * calendar/calendar.el (calendar-generate-window):
20924 * calendar/time-date.el (time-to-days):
20925 Remove unused local variables.
20926
20927 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20928
20929 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20930 glyphless-char-display table.
20931 (tabulated-list-glyphless-char-display): New var.
20932
20933 2011-04-18 Sam Steingold <sds@gnu.org>
20934
20935 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20936 to acknowledgments.
20937
20938 2011-04-17 Glenn Morris <rgm@gnu.org>
20939
20940 * calendar/diary-lib.el (diary-sexp-entry):
20941 * calendar/holidays.el (holiday-sexp):
20942 Set debug-on-error rather than the removed stack-trace-on-error.
20943
20944 2011-04-16 Glenn Morris <rgm@gnu.org>
20945
20946 * progmodes/f90.el: Use lexical-binding.
20947 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20948
20949 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20950
20951 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20952 (mail-mode): Setup mailalias completion here instead.
20953 * mail/mailalias.el: Use lexical-binding.
20954 (pattern, mailalias-done): Declare dynamic.
20955 (mail-completion-at-point-function): New function, from mail-complete.
20956 (mail-complete): Use it.
20957 (mail-completion-expand): New function.
20958 (mail-get-names): Use it.
20959 (mail-directory, mail-directory-process, mail-directory-stream):
20960 Don't use `pattern' for lexically bound arg.
20961
20962 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20963
20964 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20965 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20966 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20967
20968 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20969 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20970 (byte-interactive-p): Define them again, for use when inlining
20971 old code.
20972
20973 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20974
20975 * loadup.el: Use `string-to-number', not `string-to-int'.
20976
20977 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20978
20979 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20980 gud-gdb-complete-command.
20981 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20982 (gud-gdb-completion-at-point): New function.
20983 (gud-gdb-completions): Remove.
20984
20985 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20986
20987 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20988 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20989 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20990 whether `executable-find' is bound.
20991
20992 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20993
20994 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20995
20996 * minibuffer.el (completion-in-region-mode-predicate)
20997 (completion-in-region-mode--predicate): New vars.
20998 (completion-in-region, completion-in-region--postch)
20999 (completion-in-region-mode): Use them.
21000 (completion--capf-wrapper): Also return the hook function.
21001 (completion-at-point, completion-help-at-point):
21002 Adjust and provide a predicate.
21003
21004 Preserve arg names for advice of subr and lexical functions (bug#8457).
21005 * help-fns.el (help-function-arglist): Consolidate the subr and
21006 new-byte-code cases. Add argument `preserve-names' to extract names
21007 from the docstring when needed.
21008 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
21009 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
21010 (ad-arglist): Use help-function-arglist's new arg.
21011 (ad-definition-type): Use cond.
21012
21013 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
21014
21015 * autorevert.el (auto-revert-handler):
21016 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
21017 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
21018 Don't quote lambda.
21019
21020 * image-mode.el (image-transform-set-scale):
21021 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
21022
21023 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21024
21025 * net/network-stream.el (network-stream-open-starttls): Only do
21026 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
21027 Upgrades via gnutls-cli are too slow to be done opportunistically.
21028
21029 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
21030
21031 * dframe.el (dframe-current-frame): Remove spurious quote.
21032
21033 2011-04-12 Glenn Morris <rgm@gnu.org>
21034
21035 * calendar/cal-tex.el (cal-tex-end-document):
21036 Try to automatically use latin1 input if needed.
21037
21038 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
21039 Don't try to cons a mark onto an empty element.
21040
21041 2011-04-11 Leo Liu <sdl.web@gmail.com>
21042
21043 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
21044 buffers.
21045 (ido-kill-buffer-at-head): Support killing virtual buffers.
21046
21047 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
21048
21049 * minibuffer.el (completion-show-inline-help): New var.
21050 (completion--do-completion, minibuffer-complete)
21051 (minibuffer-force-complete, minibuffer-complete-word):
21052 Inhibit minibuffer messages if completion-show-inline-help is nil.
21053
21054 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
21055 to avoid interference from inline help (Bug#5849).
21056
21057 2011-04-10 Leo Liu <sdl.web@gmail.com>
21058
21059 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21060 Fix typo.
21061
21062 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
21063
21064 * image-mode.el (image-toggle-display-image): Signal an error if
21065 not in Image mode.
21066 (image-transform-mode, image-transform-resize)
21067 (image-transform-set-rotation): Doc fix.
21068 (image-transform-set-resize): Delete.
21069 (image-transform-set-scale, image-transform-fit-to-height)
21070 (image-transform-fit-to-width): Handle image-toggle-display-image
21071 and image-transform-resize directly.
21072
21073 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
21074
21075 * doc-view.el (doc-view-fit-width-to-window)
21076 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
21077 New functions for fitting the shown image to the Emacs window size.
21078 (doc-view-mode-map): Add bindings for the new functions.
21079
21080 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
21081
21082 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
21083 Fix typo in docstring.
21084
21085 2011-04-08 Eli Zaretskii <eliz@gnu.org>
21086
21087 * files.el (file-size-human-readable): Produce one digit after
21088 decimal, like "ls -lh" does.
21089
21090 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
21091 the file size representation.
21092
21093 * simple.el (list-processes): If async subprocesses are not
21094 available, error out with a clear error message.
21095
21096 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
21097
21098 * help.el (help-form-show): New function, to be called from C.
21099 Put help-form output in a buffer named differently than *Help*.
21100
21101 2011-04-08 Eli Zaretskii <eliz@gnu.org>
21102
21103 * files.el (file-size-human-readable): New function.
21104
21105 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
21106 computing the representation inline. Don't require `cl'.
21107
21108 2011-04-08 Glenn Morris <rgm@gnu.org>
21109
21110 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
21111
21112 * net/browse-url.el (browse-url-firefox):
21113 Test system-type, not system-configuration.
21114
21115 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
21116 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
21117 Use log-edit-empty-buffer-p. (Bug#7598)
21118
21119 * net/rlogin.el (rlogin-process-connection-type): Simplify.
21120 (rlogin-mode-map): Initialize in the defvar.
21121 (rlogin): Use ignore-errors.
21122
21123 * replace.el (occur-mode-map): Some fixes for menu items.
21124
21125 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
21126
21127 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
21128
21129 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
21130
21131 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
21132 issuing unused warnings.
21133
21134 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
21135 macro directly.
21136
21137 * simple.el: Lisp reimplement of list-processes. Based on an
21138 earlier reimplementation by Leo Liu, but using tabulated-list.el.
21139 (process-menu-mode): New major mode.
21140 (list-processes--refresh, list-processes):
21141 (process-menu-visit-buffer): New functions.
21142
21143 * files.el (save-buffers-kill-emacs): Don't assume any return
21144 value of list-processes, which is undocumented anyway.
21145
21146 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
21147
21148 * emacs-lisp/tabulated-list.el: New file.
21149
21150 * emacs-lisp/package.el: Use Tabulated List mode.
21151 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
21152 (package-menu-mode): Derive from tabulated-list-mode. Set up the
21153 table format using Tabulated List mode variables.
21154 (package--push): New macro, replacing package-list-maybe-add.
21155 (package-menu--generate): Use package--push. Renamed from
21156 package--generate-package-list.
21157 (package-menu-refresh, list-packages): Use it.
21158 (package-menu--print-info): Rename from package-print-package.
21159 Return insertion data instead of inserting it directly.
21160 (package-menu-describe-package, package-menu-execute):
21161 Use tabulated-list-get-id.
21162 (package-menu-mark-delete, package-menu-mark-install)
21163 (package-menu-mark-unmark, package-menu-backup-unmark)
21164 (package-menu-mark-obsolete-for-deletion):
21165 Use tabulated-list-put-tag.
21166 (package--list-packages, package-menu-revert)
21167 (package-menu-get-package, package-menu-get-version)
21168 (package-menu-sort-by-column): Functions deleted.
21169 (package-menu-package-list, package-menu-sort-key): Vars deleted.
21170 (package-menu--status-predicate, package-menu--version-predicate)
21171 (package-menu--name-predicate)
21172 (package-menu--description-predicate): Handle arguments in the
21173 Tabulated List format.
21174 (package-list-packages-no-fetch): Call list-packages.
21175
21176 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
21177
21178 * files.el (after-find-file-from-revert-buffer): Remove variable.
21179 (after-find-file): Don't bind it.
21180 (revert-buffer-in-progress-p): New variable.
21181 (revert-buffer): Bind it.
21182 Pass nil for `after-find-file-from-revert-buffer'.
21183
21184 * saveplace.el (save-place-find-file-hook): Use new variable
21185 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
21186
21187 2011-04-06 Glenn Morris <rgm@gnu.org>
21188
21189 * Makefile.in (AUTOGEN_VCS): New variable.
21190 (autoloads): Use $AUTOGEN_VCS.
21191
21192 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
21193 * calendar/calendar.el (calendar-mode-map):
21194 Check for toolkit scroll bars. (Bug#8305)
21195
21196 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
21197
21198 * minibuffer.el (completion-in-region--postch)
21199 (completion-in-region-mode): Remove unnecessary messages.
21200
21201 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
21202
21203 * font-lock.el (font-lock-refresh-defaults):
21204 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
21205 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
21206
21207 * info.el (Info-directory-list, Info-read-node-name-2)
21208 (Info-split-parameter-string): Doc fixes.
21209 (Info-virtual-nodes): Reflow docstring.
21210 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
21211 (Info-apropos-toc-nodes, info-finder, Info-get-token)
21212 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
21213 Fix typos in docstrings.
21214 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
21215 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
21216 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
21217 (Info-restore-desktop-buffer): Mark unused parameters.
21218 (Info-directory-find-file, Info-directory-find-node)
21219 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
21220 (Info-virtual-index-find-node, Info-apropos-find-file)
21221 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
21222 Mark unused parameters; fix typos in docstrings.
21223 (Info-virtual-index): Remove unused local variable `nodename'.
21224
21225 2011-04-05 Deniz Dogan <deniz@dogan.se>
21226
21227 * net/rcirc.el: Update my e-mail address.
21228 (rcirc-mode-map): Remove M-o binding.
21229
21230 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
21231
21232 * startup.el (command-line): Save the cursor's theme-face
21233 directly, instead of using face-override-spec.
21234
21235 * custom.el (load-theme): Minor optimization in assigning faces.
21236
21237 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
21238
21239 * help-fns.el (describe-variable): Complete all variables having
21240 documentation, including keywords.
21241 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
21242
21243 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
21244
21245 Convert to lexical-binding.
21246
21247 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
21248 (bs--get-marked-string, bs--get-modified-string)
21249 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
21250 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
21251 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
21252
21253 * ehelp.el (electric-help-execute-extended)
21254 (electric-help-ctrl-x-prefix):
21255 * hexl.el (hexl-revert-buffer-function):
21256 * linum.el (linum-after-change, linum-after-scroll):
21257 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
21258
21259 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
21260
21261 2011-04-04 Daiki Ueno <ueno@unixuser.org>
21262
21263 * epa-dired.el:
21264 * epa-mail.el:
21265 * epa-hook.el:
21266 * epa-file.el:
21267 * epa.el:
21268 * epg.el: Use lexical binding.
21269
21270 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
21271
21272 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
21273
21274 * textmodes/flyspell.el (flyspell-word): Recognize default
21275 dictionary case for flyspell-mark-duplications-exceptions.
21276 Use regexp matching for languages.
21277 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
21278 default dictionary (Bug#7926).
21279
21280 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
21281
21282 * emacs-lisp/package.el (package--with-work-buffer):
21283 Recognize https URLs.
21284
21285 * net/network-stream.el: Move from gnus/proto-stream.el.
21286 Change prefix to network-stream throughout.
21287 (open-protocol-stream): Merge into open-network-stream, leaving
21288 open-protocol-stream as an alias. Handle nil BUFFER args.
21289
21290 * subr.el (open-network-stream): Move to net/network-stream.el.
21291
21292 2011-04-02 Glenn Morris <rgm@gnu.org>
21293
21294 * find-dired.el (find-exec-terminator): New option.
21295 (find-ls-option): Test for -ls support.
21296 (find-ls-subdir-switches): Test for -b in find-ls-option.
21297 (find-dired, find-grep-dired): Doc fixes.
21298 (find-dired): Use find-exec-terminator.
21299
21300 * find-dired.el (find-ls-option, find-ls-subdir-switches)
21301 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
21302 (find-name-arg): Remove purecopy.
21303
21304 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
21305 (grep-compute-defaults): Check for `-exec COMMAND +' support.
21306 Set grep-find-use-xargs, grep-find-command, and grep-find-template
21307 accordingly. Don't add the null-device if not needed.
21308
21309 * files.el (save-some-buffers): Doc fix.
21310
21311 2011-04-02 Eli Zaretskii <eliz@gnu.org>
21312
21313 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
21314
21315 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
21316
21317 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
21318 Use `dolist' rather than `mapcar'.
21319
21320 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21321
21322 Add lexical binding.
21323
21324 * subr.el (apply-partially): Use new closures rather than CL.
21325 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
21326 (dolist, dotimes): Use slightly different expansion for lexical code.
21327 (functionp): Move to C.
21328 (letrec): New macro.
21329 (with-wrapper-hook): Use it and apply-partially instead of CL.
21330 (eval-after-load): Preserve lexical-binding.
21331 (save-window-excursion, with-output-to-temp-buffer): Turn them
21332 into macros.
21333
21334 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
21335
21336 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
21337 than the arglist.
21338 (help-add-fundoc-usage): Don't add `Not documented'.
21339 (help-function-arglist): Handle closures, subroutines, and new
21340 byte-code-functions.
21341 (help-make-usage): Remove leading underscores.
21342 (describe-function-1): Handle closures.
21343 (describe-variable): Use special-variable-p for completion.
21344
21345 * files.el (lexical-binding): Declare safe.
21346
21347 * emacs-lisp/pcase.el: Don't use destructuring-bind.
21348 (pcase--memoize): Rename from pcase-memoize. Change weakness.
21349 (pcase): Add `let' pattern.
21350 Change memoization so it actually works.
21351 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
21352 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
21353 <let>: New case.
21354
21355 * emacs-lisp/macroexp.el: Use lexical binding.
21356 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
21357 Don't convert ' to #' without checking that it's indeed quoting
21358 a lambda.
21359
21360 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
21361 Use eval-sexp-add-defvars.
21362 (eval-sexp-add-defvars): New fun.
21363
21364 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
21365
21366 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
21367 Don't autoload.
21368 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
21369 than the internal `byte-compile-lambda'.
21370 (defmethod): Don't hide code under quotes.
21371 (eieio-defmethod): New `code' argument.
21372
21373 * emacs-lisp/eieio-comp.el: Remove.
21374
21375 * emacs-lisp/edebug.el (edebug-eval-defun)
21376 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
21377 (edebug-toggle): Avoid `eval'.
21378
21379 * emacs-lisp/disass.el (disassemble-internal): Handle new
21380 `closure' objects.
21381 (disassemble-1): Handle new byte codes.
21382
21383 * emacs-lisp/cl.el (pushnew): Silence warning.
21384
21385 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
21386 (cl-byte-compile-throw): Remove.
21387 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
21388
21389 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
21390 closures.
21391
21392 * emacs-lisp/cconv.el: New file.
21393
21394 * emacs-lisp/bytecomp.el: Use lexical binding instead of
21395 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
21396 (byte-compile-initial-macro-environment):
21397 Handle declare-function here.
21398 (byte-compile--lexical-environment): New var.
21399 (byte-stack-ref, byte-stack-set, byte-discardN)
21400 (byte-discardN-preserve-tos): New lap codes.
21401 (byte-interactive-p): Don't use any more.
21402 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
21403 New macros.
21404 (byte-compile-lapcode): Use them and handle new lap codes.
21405 (byte-compile-obsolete): Remove.
21406 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
21407 (byte-compile-arglist-warn): Check late def of inlinable funs.
21408 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
21409 since they should have been expanded by now.
21410 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
21411 (byte-compile-from-buffer): Remove unused second arg.
21412 (byte-compile-preprocess): New function.
21413 (byte-compile-toplevel-file-form): New function to distinguish
21414 file-form calls from outside from file-form calls from hunk-handlers.
21415 (byte-compile-file-form): Simplify.
21416 (byte-compile-file-form-defsubst): Remove.
21417 (byte-compile-file-form-defmumble): Simplify now that
21418 byte-compile-lambda always returns a byte-code-function.
21419 (byte-compile): Preprocess.
21420 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
21421 Remove, not used any more.
21422 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
21423 (byte-compile-make-args-desc): New funs.
21424 (byte-compile-lambda): Handle lexical functions. Always return
21425 a byte-code-function.
21426 (byte-compile-reserved-constants): New var, to make up room for
21427 closed-over variables.
21428 (byte-compile-constants-vector): Obey it.
21429 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
21430 (byte-compile-macroexpand-declare-function): New function.
21431 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
21432 byte-code-functions.
21433 (byte-compile-form): Check obsolescence here.
21434 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
21435 (byte-compile-variable-ref): Remove.
21436 (byte-compile-dynamic-variable-op): New fun.
21437 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21438 (byte-compile-variable-set): New funs.
21439 (byte-compile-discard): Add 2 args.
21440 (byte-compile-stack-ref, byte-compile-stack-set)
21441 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
21442 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
21443 macroexpand-all instead.
21444 (byte-compile-quote-form): Remove.
21445 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
21446 (byte-compile-bind, byte-compile-unbind): New funs.
21447 (byte-compile-let): Handle let* and lexical binding.
21448 (byte-compile-let*): Remove.
21449 (byte-compile-catch, byte-compile-unwind-protect)
21450 (byte-compile-track-mouse, byte-compile-condition-case):
21451 Handle a new :fun-body form, used for lexical scoping.
21452 (byte-compile-save-window-excursion)
21453 (byte-compile-with-output-to-temp-buffer): Remove.
21454 (byte-compile-defun): Simplify.
21455 (byte-compile-stack-adjustment): New fun.
21456 (byte-compile-out): Use it.
21457 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
21458
21459 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
21460 handler any more.
21461
21462 * emacs-lisp/byte-opt.el: Use lexical binding.
21463 (byte-inline-lapcode): Remove (to bytecomp).
21464 (byte-compile-inline-expand): Pay attention to inlining to/from
21465 lexically bound code.
21466 (byte-compile-unfold-lambda): Don't handle byte-code-functions
21467 any more.
21468 (byte-optimize-form-code-walker): Don't handle save-window-excursion
21469 any more and don't call compiler-macros.
21470 (byte-compile-splice-in-already-compiled-code): Remove.
21471 (byte-code): Don't inline any more.
21472 (disassemble-offset): Receive `bytes' as argument rather than via
21473 dynamic scoping.
21474 (byte-compile-tag-number): Declare before first use.
21475 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21476 `return' even if make-spliceable.
21477 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21478 obsolete interactive-p.
21479 (byte-optimize-lapcode): Optimize new lap-codes.
21480 Don't trip up on new form of `byte-constant' lap code.
21481
21482 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21483
21484 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21485
21486 * custom.el (custom-initialize-default, custom-declare-variable):
21487 Use `defvar'.
21488
21489 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21490 New variables.
21491 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21492 (COMPILE_FIRST): Add macroexp and cconv.
21493 * makefile.w32-in: Mirror changes in Makefile.in.
21494
21495 * vc/cvs-status.el:
21496 * vc/diff-mode.el:
21497 * vc/log-edit.el:
21498 * vc/log-view.el:
21499 * vc/smerge-mode.el:
21500 * textmodes/bibtex-style.el:
21501 * textmodes/css-mode.el:
21502 * startup.el:
21503 * uniquify.el:
21504 * minibuffer.el:
21505 * newcomment.el:
21506 * reveal.el:
21507 * server.el:
21508 * mpc.el:
21509 * emacs-lisp/smie.el:
21510 * doc-view.el:
21511 * dired.el:
21512 * abbrev.el: Use lexical binding.
21513
21514 2011-04-01 Eli Zaretskii <eliz@gnu.org>
21515
21516 * info.el (info-display-manual): New function.
21517
21518 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21519
21520 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21521
21522 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
21523
21524 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
21525 an entry for that server in rcirc-authinfo. (Bug#8385)
21526
21527 2011-03-31 Glenn Morris <rgm@gnu.org>
21528
21529 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21530
21531 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21532
21533 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21534
21535 * progmodes/python.el (python-default-interpreter)
21536 (python-python-command-args, python-jython-command-args)
21537 (python-which-shell, python-which-args, python-which-bufname)
21538 (python-file-queue, python-comint-output-filter-function)
21539 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21540 variables and functions.
21541
21542 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21543
21544 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21545 (completion-in-region-mode): New minor mode.
21546 (completion-in-region): Use it.
21547 (completion-in-region--data, completion-in-region-mode-map): New vars.
21548 (completion-in-region--postch): New function.
21549 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21550 New vars.
21551 (completion--capf-wrapper): New function.
21552 (completion-at-point): Use it to track well-behavedness of
21553 hook functions.
21554 (completion-help-at-point): New command.
21555
21556 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21557
21558 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21559 syntax class to search for whitespace on a single line
21560 (Message-ID: <4D938140.4030905@redhat.com>).
21561
21562 2011-03-30 Leo Liu <sdl.web@gmail.com>
21563
21564 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21565 New commands.
21566 (edit-abbrevs-map): Bind them here.
21567 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21568
21569 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21570
21571 * allout.el (allout-hide-by-annotation, allout-flag-region):
21572 Reduce possibility of overlay leakage by making them volatile.
21573
21574 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21575 hash is not shared between buffers. Mode initialization is
21576 responsible for giving it a useful starting value.
21577 (allout-item-span): Reduce possibility of overlay leakage by
21578 making them volatile.
21579 (allout-widgets-count-buttons-in-region): Add diagnostic function
21580 for tracking down button overlay leaks.
21581
21582 2011-03-29 Leo Liu <sdl.web@gmail.com>
21583
21584 * ido.el (ido-read-internal): Use the default history var
21585 minibuffer-history if no HISTORY is specified.
21586
21587 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21588
21589 * net/imap.el (imap-shell-open, imap-process-connection-type):
21590 Use imap-process-connection-type for 'shell' streams as well as
21591 Kerberos, SSL, other subprocesses.
21592
21593 2011-03-28 Leo Liu <sdl.web@gmail.com>
21594
21595 * abbrev.el (abbrev-table-empty-p): New function.
21596 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21597 nonempty ones. (Bug#5937)
21598
21599 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21600
21601 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21602
21603 2011-03-27 Leo Liu <sdl.web@gmail.com>
21604
21605 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21606 for foreground and background colors.
21607 (ansi-color-make-color-map): Adapt.
21608
21609 2011-03-25 Leo Liu <sdl.web@gmail.com>
21610
21611 * midnight.el (midnight-time-float): Remove. Note it calculates
21612 the microsecond component incorrectly and seconds-to-time does the
21613 same job.
21614 Remove redundant (require 'timer).
21615
21616 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21617 (ido-completions): Remove unused arguments. (Bug#8329)
21618
21619 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21620
21621 * minibuffer.el (completion--flush-all-sorted-completions):
21622 Remove itself from hook.
21623 (completion-at-point): Let the functions perform the completion
21624 immediately and return nil or t.
21625 * comint.el (comint-dynamic-complete-functions): Now identical to
21626 completion-at-point-functions.
21627 (comint-dynamic-list-input-ring): Remove unused var `index'.
21628 (comint--match-partial-filename, comint--unquote&expand-filename):
21629 New funs, split from comint-match-partial-filename.
21630 (comint-dynamic-complete): Use completion-at-point.
21631 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21632
21633 2011-03-24 Drew Adams <drew.adams@oracle.com>
21634
21635 * thingatpt.el: Support `defun'.
21636
21637 2011-03-23 Leo Liu <sdl.web@gmail.com>
21638
21639 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21640
21641 * help-mode.el (help-mode-finish): Tweak regexp.
21642
21643 2011-03-23 Glenn Morris <rgm@gnu.org>
21644
21645 * eshell/esh-opt.el (eshell-eval-using-options):
21646 Do not bind unused local variable `eshell-option-stub'.
21647
21648 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21649
21650 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21651
21652 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21653 keymap variable in `with-no-warnings' to avoid a warning when the
21654 keymap has been already `defconst'ed.
21655
21656 2011-03-22 Leo Liu <sdl.web@gmail.com>
21657
21658 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21659 encode all chars in abbrevs; otherwise use emacs-mule or
21660 utf-8-emacs. (Bug#8308)
21661
21662 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21663
21664 * simple.el (backward-delete-char-untabify):
21665 Avoid warning about using `delete-backward-char'.
21666
21667 * image.el (image-type-file-name-regexps): Make it variable.
21668 `imagemagick-register-types' modifies it, and the user may want
21669 to add new extensions for known image types.
21670 (imagemagick-register-types): Throw error if not using ImageMagick.
21671
21672 2011-03-22 Leo Liu <sdl.web@gmail.com>
21673
21674 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21675 located before rcirc-prompt-end-marker.
21676 (rcirc-complete): Error if point is not after rcirc prompt.
21677 Handle the case when table is nil.
21678 (rcirc-user-authenticated): Define to fix compiler warning.
21679
21680 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21681
21682 * custom.el (custom--inhibit-theme-enable): Make it affect only
21683 custom-theme-set-variables and custom-theme-set-faces.
21684 (provide-theme): Ignore custom--inhibit-theme-enable.
21685 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21686 (custom-enabling-themes): Delete variable.
21687 (enable-theme): Accept only loaded themes as arguments.
21688 Ignore the special custom-enabled-themes variable.
21689 (custom-enabled-themes): Forbid themes from setting this.
21690 Eliminate use of custom-enabling-themes.
21691 (custom-push-theme): Quote "changed" custom var entry.
21692
21693 2011-03-21 Leo Liu <sdl.web@gmail.com>
21694
21695 * ido.el (ido-read-internal): Add ido-selected to history instead
21696 of user input.
21697
21698 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21699
21700 * subr.el (deferred-action-list, deferred-action-function):
21701 Mark obsolete.
21702
21703 2011-03-21 Leo Liu <sdl.web@gmail.com>
21704
21705 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21706 change on 2011-02-13 (bug#8309).
21707
21708 * minibuffer.el (read-file-name-function): Change default value.
21709 (read-file-name--defaults): Rename from read-file-name-defaults.
21710 (read-file-name-default): Rename from read-file-name.
21711 (read-file-name): Call read-file-name-function.
21712
21713 2011-03-21 Glenn Morris <rgm@gnu.org>
21714
21715 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21716 Doc fixes.
21717
21718 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21719
21720 * cus-theme.el: Add missing provide statement.
21721 (customize-create-theme): Extract theme value correctly.
21722 (custom-theme-visit-theme): Autoload.
21723 (customize-create-theme): Prompt before inserting default faces.
21724
21725 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21726
21727 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21728 units and musical notes.
21729
21730 2011-03-20 Leo Liu <sdl.web@gmail.com>
21731
21732 * ido.el (ido-read-internal): Use completing-read-default.
21733 (ido-completing-read): Fix compatibility with completing-read.
21734
21735 2011-03-20 Christian Ohler <ohler@gnu.org>
21736
21737 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21738 (ert-delete-all-tests): Use `called-interactively-p' rather than
21739 `interactive-p'.
21740 (ert--make-xrefs-region): Respect END.
21741
21742 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21743
21744 * dired-aux.el (dired-create-directory): Signal an error if the
21745 directory already exists (Bug#8246).
21746
21747 * facemenu.el (list-colors-display): Call list-faces-display
21748 inside with-help-window.
21749 (list-colors-print): Use display property to align the final
21750 column, instead of checking window-width.
21751
21752 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21753
21754 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21755 windows-nt systems.
21756 (emerge-protect-metachars): Quote correctly for ms-dos and
21757 windows-nt systems.
21758
21759 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21760
21761 * info.el (info-initialize): Replace all uses of `:' with
21762 path-separator for compatibility with non-Unix systems.
21763 Cache quoting of path-separator. (Bug#8258)
21764
21765 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21766
21767 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21768 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21769 (mouse-avoidance-mode): Fix typos in docstrings.
21770
21771 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21772
21773 * startup.el (package-subdirectory-regexp): Move from package.el.
21774 Omit \\` and \\', and let callers add them.
21775
21776 * emacs-lisp/package.el (package-strip-version)
21777 (package-load-all-descriptors): Add \\` and \\' to
21778 package-subdirectory-regexp before using it.
21779 (package-untar-buffer): New arg DIR; ensure that file untars only
21780 into this expected directory. Remove superfluous delete-region.
21781 (package-unpack): Caller changed.
21782 (package-tar-file-info): Use package-subdirectory-regexp.
21783
21784 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21785
21786 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21787 diff-mode-shared-map (bug#8284).
21788 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21789
21790 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21791
21792 * calendar/time-date.el (format-seconds): Use assoc instead of
21793 assoc-string, since assoc-string doesn't exist in XEmacs.
21794
21795 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21796
21797 * custom.el (custom-known-themes): Reflow docstring.
21798 (custom-theme-load-path): Fix typo in docstring.
21799 (load-theme): Fix typo in error message.
21800 (custom-available-themes, custom-variable-theme-value):
21801 Use `let', not `let*'.
21802
21803 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21804
21805 * calc/README: Mention inclusion of musical notes.
21806
21807 * calc/calc-units.el (calc-lu-quant): Rename from
21808 `calc-logunits-quantity'.
21809 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21810 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21811 (calc-db): Rename from `calc-dblevel'.
21812 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21813 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21814 (calc-np): Rename from `calc-nplevel'.
21815 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21816 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21817 (calc-lu-plus): Rename from `calc-logunits-add'.
21818 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21819 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21820 (calc-lu-minus): Rename from `calc-logunits-sub'.
21821 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21822 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21823 (calc-lu-times): Rename from `calc-logunits-mul'.
21824 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21825 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21826 (calc-lu-divide): Rename from `calc-logunits-div'.
21827 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21828 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21829
21830 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21831 functions being autoloaded.
21832
21833 * calc/calc.el (calc-lu-power-reference): Rename from
21834 `calc-logunits-power-reference'.
21835 (calc-lu-field-reference): Rename from
21836 `calc-logunits-field-reference'.
21837
21838 * calc/calc-help.el (calc-l-prefix-help):
21839 Mention musical note functions.
21840
21841 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21842
21843 * minibuffer.el (completion-all-sorted-completions):
21844 Use :completion-cycle-penalty text property if present.
21845
21846 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21847
21848 * allout.el (allout-yank-processing): Adjust for new rebulleting
21849 regime so bullet being yanked is used without prompting the user
21850 for a choice.
21851
21852 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21853
21854 * startup.el (command-line): Warn the user that _emacs is deprecated.
21855
21856 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21857
21858 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21859 (delphi-verbose, delphi-comment-face, delphi-string-face)
21860 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21861 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21862 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21863 (delphi-new-comment-line, delphi-font-lock-defaults)
21864 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21865 Fix typos in docstrings.
21866
21867 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21868
21869 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21870 Invert the roles of character and string values for INSTEAD, so a
21871 string is used for the more common case of a defaulting prompt.
21872
21873 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21874
21875 * progmodes/ruby-mode.el (ruby-backward-sexp):
21876 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21877 * play/gamegrid.el (gamegrid-make-face):
21878 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21879 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21880 * notifications.el (notifications-notify):
21881 * net/xesam.el (xesam-search-engines):
21882 * net/quickurl.el (quickurl-list-insert):
21883 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21884
21885 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21886
21887 * startup.el (command-line): Update package subdirectory regexp.
21888
21889 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21890
21891 * allout.el (allout-abbreviate-flattened-numbering)
21892 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21893
21894 * subr.el (read-char-choice): Only show the cursor after the prompt,
21895 not after the answer.
21896
21897 2011-03-15 Kevin Ryde <user42@zip.com.au>
21898
21899 * help-fns.el (variable-at-point): Skip leading quotes, if any
21900 (bug#8253).
21901
21902 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21903
21904 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21905 warning message.
21906
21907 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21908
21909 * shell.el (shell): When called interactively, offer to change the
21910 shell file name on remote hosts.
21911
21912 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21913
21914 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21915 integration for LDAP parameters. The host, base, user or binddn,
21916 and secret tokens can be specified in a netrc file, for instance.
21917 This is optional because an `auth-source' parameter must be
21918 specified in the search attributes.
21919
21920 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21921
21922 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21923
21924 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21925
21926 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21927 into declaration. Remove redundant and harmful binding.
21928
21929 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21930
21931 * files.el (file-ownership-preserved-p): Pass `integer' as an
21932 explicit 2nd argument to `file-attributes'. If the file's owner
21933 is the Administrators group on Windows, and the current user is
21934 Administrator, consider that a match.
21935
21936 * server.el (server-ensure-safe-dir): Consider server directory
21937 safe on MS-Windows if its owner is the Administrators group while
21938 the current Emacs user is Administrator. Use `=' to compare
21939 numerical UIDs, since they could be integers or floats.
21940
21941 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21942
21943 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21944
21945 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21946
21947 Sync with Tramp 2.2.1.
21948
21949 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21950
21951 * net/trampver.el: Update release number.
21952
21953 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21954
21955 * progmodes/compile.el (compilation--previous-directory): Fix up
21956 various nil/dead-marker mismatches (bug#8014).
21957 (compilation-directory-properties, compilation-error-properties):
21958 Don't call it at a position past the one we're about to change.
21959
21960 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21961 Disable obsolescence warnings in the file that declares it.
21962
21963 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21964
21965 * allout-widgets.el (allout-widgets-tally):
21966 Initialize allout-widgets-tally as a hash table rather than nil to
21967 prevent mode-line redisplay warnings. Also, clarify the module
21968 description and fix a comment typo.
21969
21970 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21971
21972 * help-fns.el (describe-variable): Don't complete keywords.
21973 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21974
21975 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21976
21977 * emacs-lisp/package.el (package-version-join): Impose a standard
21978 string representation for pre/alpha/beta version lists.
21979 (package-unpack-single): Standardize the directory name by passing
21980 it through package-version-join.
21981 (package-strip-rcs-id): Accept any version string that does not
21982 signal an error in version-to-list.
21983
21984 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21985
21986 * simple.el (delete-trailing-whitespace): Return nil for the
21987 benefit of `write-file-functions'.
21988
21989 2011-03-10 Glenn Morris <rgm@gnu.org>
21990
21991 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21992
21993 * vc/vc-git.el (vc-git-program): New option.
21994 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21995 (vc-git--call): Use it.
21996
21997 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21998
21999 * cus-edit.el (Custom-newline): If no button at point, look
22000 for a subgroup button at start-of-line. (Bug#2298)
22001
22002 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
22003
22004 2011-03-10 Julien Danjou <julien@danjou.info>
22005
22006 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
22007 `cursor-type' is nil.
22008
22009 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
22010
22011 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
22012
22013 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
22014
22015 * allout.el: Change so yank of distinctive-bullet items
22016 preserves the existing header prefix, rebulleting it if necessary,
22017 rather than replacing it. This is necessary for proper operation
22018 of cooperative addons like allout-widgets.
22019 (allout-make-topic-prefix, allout-rebullet-heading):
22020 Change SOLICIT arg to INSTEAD, and interpret additionally a string
22021 value as alternate bullet to be used, instead of prompting the user
22022 for a bullet character.
22023
22024 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
22025
22026 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22027 Do not use `tramp-file-name-port', because this returns also
22028 `tramp-default-port'.
22029
22030 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
22031
22032 * net/rcirc.el (rcirc-handler-001): Remove useless
22033 with-rcirc-process-buffer.
22034 (rcirc-check-auth-status): Swap arguments to string-match.
22035
22036 2011-03-09 Glenn Morris <rgm@gnu.org>
22037
22038 * shell.el (shell-mode):
22039 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
22040
22041 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
22042 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
22043
22044 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
22045
22046 * emacs-lisp/package.el (package-refresh-contents)
22047 (package-menu-execute): Use condition-case-no-debug.
22048
22049 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
22050
22051 * simple.el (shell-command-to-string): Use `process-file'.
22052
22053 * emacs-lisp/package.el (package-tar-file-info): Handle also
22054 remote files.
22055
22056 * emacs-lisp/package-x.el (package-upload-buffer-internal):
22057 Use `equal' for upload base check.
22058
22059 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
22060
22061 * textmodes/texinfo.el (texinfo-environments):
22062 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
22063
22064 2011-03-08 Glenn Morris <rgm@gnu.org>
22065
22066 * cus-start.el (cursor-in-non-selected-windows):
22067 Fix :set quoting oddness. (Bug#8192)
22068
22069 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
22070 in some setf expressions. (Bug#2159)
22071
22072 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
22073
22074 * custom.el (custom-available-themes): Return themes in
22075 alphabetical order.
22076
22077 See ChangeLog.15 for earlier changes.
22078
22079 ;; Local Variables:
22080 ;; coding: utf-8
22081 ;; End:
22082
22083 Copyright (C) 2011-2012 Free Software Foundation, Inc.
22084
22085 This file is part of GNU Emacs.
22086
22087 GNU Emacs is free software: you can redistribute it and/or modify
22088 it under the terms of the GNU General Public License as published by
22089 the Free Software Foundation, either version 3 of the License, or
22090 (at your option) any later version.
22091
22092 GNU Emacs is distributed in the hope that it will be useful,
22093 but WITHOUT ANY WARRANTY; without even the implied warranty of
22094 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22095 GNU General Public License for more details.
22096
22097 You should have received a copy of the GNU General Public License
22098 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.