mairix.el fix for bug#13294
[bpt/emacs.git] / lisp / ChangeLog
1 2012-12-30 Glenn Morris <rgm@gnu.org>
2
3 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
5 (rmail-summary-displayed, rmail-summary): Declare.
6 (mairix-rmail-display): Just require rmail.
7
8 2012-12-29 Chong Yidong <cyd@gnu.org>
9
10 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
11 check for the tarball contents.
12
13 2012-12-29 Matt Fidler <matt.fidler@alcon.com> (tiny change)
14
15 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
16 tarfile content listings (Bug#13136).
17
18 2012-12-29 Mark Lillibridge <mark.lillibridge@hp.com>
19
20 * mail/rmailmm.el (rmail-insert-mime-forwarded-message): Insert
21 the undecoded text of the message being forwarded. (Bug#9521)
22
23 2012-12-28 Michael Albinus <michael.albinus@gmx.de>
24
25 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
26 integers, if they are real numbers. (Bug#13282)
27
28 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
29
30 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
31 "module" and "def" to have indentation before them. Regression
32 from 109911 (see the new test).
33
34 2012-12-24 Dmitry Gutov <dgutov@yandex.ru>
35
36 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
37
38 2012-12-23 Alan Mackenzie <acm@muc.de>
39
40 Speed up fontification where there's large brace blocks.
41 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
42 to a call of c-beginning-of-decl-1.
43
44 2012-12-21 Chong Yidong <cyd@gnu.org>
45
46 * sort.el (sort-subr): Doc fix (Bug#13056).
47
48 2012-12-20 Bastien Guerry <bzg@gnu.org>
49
50 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
51
52 2012-12-11 Alan Mackenzie <acm@muc.de>
53
54 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
55 * progmodes/cc-engine.el (c-backward-comments): Add code to work
56 around `forward-comment' not recognizing ^M as whitespace.
57
58 2012-12-11 Fabián Ezequiel Gallina <fgallina@cuca>
59
60 * progmodes/python.el (python-skeleton-class)
61 (python-skeleton-def): Do not add space after defun name.
62
63 2012-12-09 Chong Yidong <cyd@gnu.org>
64
65 * simple.el (set-mark-default-inactive): Mark as obsolete, for
66 removal after 24.3.
67
68 2012-12-08 Dani Moncayo <dmoncayo@gmail.com>
69
70 * simple.el (just-one-space): Doc fix.
71
72 2012-12-07 Eli Zaretskii <eliz@gnu.org>
73
74 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add
75 "smallexample".
76
77 2012-12-07 Le Wang <l26wang@gmail.com>
78
79 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
80 narrowed buffer (bug#12361).
81
82 2012-12-07 Michael Heerdegen <michael_heerdegen@web.de>
83
84 * emacs-lisp/debug.el (debug): Fix hard-coded frame counts (bug#10025).
85 Virtually backported from trunk.
86
87 2012-12-07 Juanma Barranquero <lekktu@gmail.com>
88
89 * vc/vc-hooks.el (vc-state): Doc fix.
90
91 2012-12-06 Glenn Morris <rgm@gnu.org>
92
93 * mail/rmail.el (rmail-maybe-display-summary):
94 Preserve buffer, in case select-window changes it. (Bug#13066)
95
96 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
99 cl-load-hook where they belong.
100
101 2012-12-06 Chong Yidong <cyd@gnu.org>
102
103 * ffap.el (ffap-replace-file-component): Fix typo.
104
105 2012-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
108 fix open-paren-like token test (bug#12785).
109
110 2012-12-04 Glenn Morris <rgm@gnu.org>
111
112 * mail/rmailsum.el (rmail-new-summary): Tweak for
113 rmail-maybe-display-summary changing buffer. (Bug#13066)
114
115 2012-12-03 Juri Linkov <juri@jurta.org>
116
117 * info.el (Info-fontify-node): Don't hide the last newline.
118 (Bug#12272)
119
120 2012-12-01 Leo Liu <sdl.web@gmail.com>
121
122 * files.el (dir-locals-read-from-file): Check file non-empty
123 before reading. (Bug#13038)
124
125 2012-11-28 Glenn Morris <rgm@gnu.org>
126
127 * jka-cmpr-hook.el (jka-compr-get-compression-info):
128 Remove any version extension before checking filename. (Bug#13006)
129 (jka-compr-compression-info-list): Belated :version bump.
130
131 2012-11-28 Chong Yidong <cyd@gnu.org>
132
133 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
134
135 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
136 (buffer-menu): Doc fix (Bug#12294).
137
138 2012-11-27 Roland Winkler <winkler@gnu.org>
139
140 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
141 of diary-show-all-entries in the diary buffer (Bug#12994).
142
143 2012-11-27 Michael Albinus <michael.albinus@gmx.de>
144
145 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
146 "<STDIN>". This is binary safe.
147
148 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * textmodes/table.el (table-insert): Don't use `symbol-name' on
151 lexically scoped variables (bug#13005).
152
153 2012-11-26 Glenn Morris <rgm@gnu.org>
154
155 * vc/vc-hooks.el (vc-mistrust-permissions):
156 Default to t, to avoid data-loss. (Bug#11490)
157
158 2012-11-26 Fabián Ezequiel Gallina <fgallina@cuca>
159
160 * progmodes/python.el (python-indent-guess-indent-offset):
161 If indentation is guessed make python-indent-offset buffer-local.
162
163 Fix Imenu regression.
164 * progmodes/python.el (python-nav-beginning-of-defun):
165 Fix forward movement when statement(s) separates point from defun.
166 (python-imenu-prev-index-position): New function.
167
168 2012-11-26 Eli Zaretskii <eliz@gnu.org>
169
170 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
171
172 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
173 Don't set buffer-file-type. Return nil. (Bug#12989)
174
175 2012-11-26 Glenn Morris <rgm@gnu.org>
176
177 * hippie-exp.el (hippie-expand-try-functions-list):
178 Re-autoload it. (Bug#12982)
179
180 2012-11-25 Eli Zaretskii <eliz@gnu.org>
181
182 * descr-text.el (describe-char-padded-string):
183 Call internal-char-font only on GUI frames. (Bug#11964)
184
185 2012-11-24 Andreas Schwab <schwab@linux-m68k.org>
186
187 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
188 and obsoletion message.
189
190 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
193 the constructs to keep outside of the `cl-block' (bug#12977).
194
195 2012-11-24 Chong Yidong <cyd@gnu.org>
196
197 * mouse.el (mouse-drag-line): Even if the line is not draggable,
198 keep reading until we get the up-event anyway, in order to process
199 the up-event for mouse-1-click-follows-link (Bug#12971).
200
201 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
204 lexical-binding (bug#12938).
205
206 2012-11-23 Wolfgang Jenkner <wjenkner@inode.at>
207
208 * image-mode.el (image-transform-check-size): Use assertions only
209 for images of type imagemagick.
210
211 Otherwise no error, image-transform-fit-to-{width,height} is
212 silently ignored, as before. Doc fix.
213
214 2012-11-23 Chong Yidong <cyd@gnu.org>
215
216 * faces.el (color-defined-p): Doc fix (Bug#12853).
217
218 2012-11-23 Juri Linkov <juri@jurta.org>
219
220 * dired.el (dired-mark): Add optional arg `interactive'.
221 Check for `use-region-p' if `interactive' is non-nil.
222 (dired-unmark, dired-flag-file-deletion): Add optional arg
223 `interactive'. Call `dired-mark' with the arg `interactive'.
224 (Bug#10624)
225
226 2012-11-23 Juri Linkov <juri@jurta.org>
227
228 * wdired.el: Revert 2012-10-17 change partly and replace it with
229 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
230 (wdired-finish-edit): Add marks for new file names to
231 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
232 after `revert-buffer'.
233 (wdired-do-renames): Remove calls to `dired-remove-file',
234 `dired-add-file', `dired-add-entry'. (Bug#11795)
235
236 2012-11-21 Alan Mackenzie <acm@muc.de>
237
238 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
239
240 Fix bugs in the state cache. Enhance a debugging mechanism.
241 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
242 "brace at column zero" strategy for C++.
243 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
244 (c-parse-state-point): New variable.
245 (c-record-parse-state-state): Record old parse state with
246 `copy-tree'. Record previous value of point.
247 (c-debug-parse-state-double-cons): New debugging function.
248 (c-debug-parse-state): Call the above new function.
249 (c-toggle-parse-state-debug): Output a confirmatory message.
250
251 * progmodes/cc-mode.el (c-before-change, c-after-change):
252 Call c-invalidate-state-cache from `c-before-change' instead of
253 `c-after-change'.
254
255 2012-11-20 Daniel Colascione <dancol@dancol.org>
256
257 * term/w32-win.el (cygwin-convert-path-from-windows):
258 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
259 This change is a backport from trunk.
260
261 2012-11-20 Eli Zaretskii <eliz@gnu.org>
262
263 * simple.el (line-move): Don't call line-move-partial if
264 scroll-conservatively is in effect. (Bug#12927)
265
266 2012-11-20 Michael Albinus <michael.albinus@gmx.de>
267
268 * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in
269 order to distinguish from trunk.
270
271 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept
274 non-symbols for compiler macros (yet).
275
276 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
277 Fallback on completion-at-point rather than
278 pcomplete-expand-and-complete, and only if pcomplete actually failed.
279 (eshell-cmpl-initialize): Setup completion-at-point.
280
281 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
282
283 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
284
285 2012-11-19 Michael Albinus <michael.albinus@gmx.de>
286
287 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
288 are remote, check out-of-band property for both.
289
290 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * window.el (switch-to-buffer): Re-add the warning that was lost in the
293 code rewrite.
294
295 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
296
297 More minor time fixes.
298 * calendar/time-date.el: Commentary fix.
299 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
300 too much other code depends on (0 0) time stamps.
301 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
302 Add a couple of FIXME comments.
303
304 Minor cleanup for times as lists of four integers.
305 * files.el (dir-locals-directory-cache):
306 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
307 Doc fixes.
308 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
309 * ps-bdf.el (bdf-file-newer-than-time):
310 Process four-integers time stamps, not two. Doc fixes.
311
312 2012-11-18 Glenn Morris <rgm@gnu.org>
313
314 * image.el (insert-image, insert-sliced-image): Doc fix.
315
316 2012-11-17 Chong Yidong <cyd@gnu.org>
317
318 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
319 (Bug#12810).
320
321 2012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
322
323 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
324 response when the target file is in a subdirectory (Bug#12757).
325
326 2012-11-17 Chong Yidong <cyd@gnu.org>
327
328 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
329
330 2012-11-17 Glenn Morris <rgm@gnu.org>
331
332 * woman.el (woman-non-underline-faces):
333 * emacs-lisp/cl-lib.el (face-underline-p):
334 Use set-face-underline rather than the alias set-face-underline-p.
335
336 * window.el (with-temp-buffer-window): Doc fix.
337 * subr.el (with-output-to-temp-buffer):
338 Add doc xref to with-temp-buffer-window.
339
340 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * emacs-lisp/cl-lib.el: Set more meaningful version number.
343
344 2012-11-16 Martin Rudalics <rudalics@gmx.at>
345
346 * window.el (enlarge-window, shrink-window): Don't mention return
347 value in doc-string (Bug#12896).
348 (window--display-buffer): Don't resize frames - it won't work
349 with all window managers and defeat pop-up-frame-alist.
350 (display-buffer-alist): In doc-string explain that CONDITION can
351 be a function and which arguments are passed to it (Bug#12854).
352 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
353 expressions (Bug#12854).
354 (display-buffer): Pass ACTION argument to
355 display-buffer-assq-regexp.
356
357 2012-11-16 Glenn Morris <rgm@gnu.org>
358
359 * window.el (fit-frame-to-buffer-bottom-margin)
360 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
361
362 * faces.el (face-underline-p): Use face-attribute-specified-or.
363
364 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
365
366 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
367
368 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
371
372 2012-11-15 Glenn Morris <rgm@gnu.org>
373
374 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
375 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
376
377 * faces.el (face-underline-p): Doc fix. Handle :underline being
378 things other than `t' (a string, a list).
379 (face-inverse-video-p): Doc fix.
380 (set-face-underline): Rename it back from set-face-underline-p.
381 Doc fix. Allow interactive input of values other than t.
382 (read-face-attribute): Apply formatting to :underline,
383 since like :box and :stipple it can take list values.
384
385 * term.el (ansi-term): Don't let C-x escape-char binding
386 clobber the more standard C-c binding. (Bug#12842)
387
388 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
391 (bug#12879).
392
393 2012-11-14 Glenn Morris <rgm@gnu.org>
394
395 * subr.el (set-temporary-overlay-map): Doc fix.
396
397 2012-11-13 Martin Rudalics <rudalics@gmx.at>
398
399 * window.el (record-window-buffer)
400 (display-buffer-record-window): When copying the markers to
401 window-point preserve window-point-insertion-type. (Bug#12588)
402
403 2012-11-13 Glenn Morris <rgm@gnu.org>
404
405 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
406 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
407 Use new names for hooks rather than obsolete aliases.
408
409 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
412
413 2012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
414
415 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
416 39 and 49. This fixes bug#12792. Also, treat unimplemented
417 parameters as 0, thereby restoring the behavior of revisions prior
418 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
419
420 2012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
421
422 Fix end-of-defun misbehavior.
423 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
424 python-beginning-of-defun-function. Handle nested defuns
425 correctly.
426 (python-nav-end-of-defun): Rename from
427 python-end-of-defun-function. Ensure forward movement.
428 (python-info-current-defun): Reimplement to work as intended
429 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
430 parent defuns as soon as possible.
431
432 2012-11-12 Glenn Morris <rgm@gnu.org>
433
434 * progmodes/flymake.el (flymake-error-bitmap)
435 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
436 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
437
438 2012-11-12 Dmitry Gutov <dgutov@yandex.ru>
439
440 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
441 backward, always stop at indentation. Reverts the change from
442 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
443
444 2012-11-11 Glenn Morris <rgm@gnu.org>
445
446 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
447 Add ibuffer-filter-by-derived-mode.
448
449 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
450 the same name shadowing each other.
451
452 * window.el (with-temp-buffer-window): Doc tweak.
453
454 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
455
456 * help.el (temp-buffer-max-height):
457 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
458 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
459
460 2012-11-10 Leo Liu <sdl.web@gmail.com>
461
462 * ido.el (ido-set-matches-1): Fix split-string args to avoid
463 performance issue. (Bug#12796)
464
465 2012-11-10 Glenn Morris <rgm@gnu.org>
466
467 * term.el (term-default-fg-color, term-default-bg-color):
468 Make obsolete, rather than just saying "deprecated" in the doc.
469
470 * term.el (term): Rename from `term-face'.
471 (term-current-face, ansi-term-color-vector)
472 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
473 Update all users.
474
475 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
476
477 * server.el (server-create-window-system-frame): Improve comment.
478
479 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
480
481 * server.el (server-create-window-system-frame): Handle Nextstep
482 specially (Bug#12780).
483
484 2012-11-08 Glenn Morris <rgm@gnu.org>
485
486 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
487 Unautoload, and make obsolete. (Bug#7449)
488
489 2012-11-08 Chong Yidong <cyd@gnu.org>
490
491 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
492 rename from diff-remove-trailing-whitespace (Bug#12831).
493
494 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
497 miscompilation of trace.el.
498
499 2012-11-08 Glenn Morris <rgm@gnu.org>
500
501 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
502
503 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
506 (bug#12812).
507
508 2012-11-07 Chong Yidong <cyd@gnu.org>
509
510 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
511 a defcustom with an appropriate :set function.
512 (minibuffer-default--in-prompt-regexps): New function.
513
514 2012-11-07 Glenn Morris <rgm@gnu.org>
515
516 * emacs-lisp/cl.el (define-setf-expander, defsetf)
517 (define-modify-macro): Doc fixes.
518
519 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
520 (gv-define-simple-setter): Update doc of `fix-return'.
521
522 2012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
523
524 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
525 twice when `fix-return' is set (bug#12813).
526
527 * emacs-lisp/cl.el (defsetf): Pass the third arg to
528 gv-define-simple-setter (bug#12812).
529
530 2012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
533 (bug#12756).
534
535 2012-11-06 Glenn Morris <rgm@gnu.org>
536
537 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
538
539 2012-11-05 Glenn Morris <rgm@gnu.org>
540
541 * emacs-lisp/cl-extra.el (cl-prettyexpand):
542 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
543 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
544 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
545
546 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
547
548 2012-11-03 Glenn Morris <rgm@gnu.org>
549
550 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
551 Rename handler properties back from cl-- to cl-. (Bug#12788)
552
553 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
554
555 2012-11-03 Eli Zaretskii <eliz@gnu.org>
556
557 * term/pc-win.el: Don't load term/internal from here.
558
559 * loadup.el: Load term/internal from here.
560
561 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
562
563 * progmodes/python.el (inferior-python-mode): Fix hang in
564 jit-lock (Bug#12645).
565
566 2012-11-03 Martin Rudalics <rudalics@gmx.at>
567
568 * window.el (switch-to-visible-buffer)
569 (switch-to-buffer-preserve-window-point): Fix doc-strings.
570
571 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
572
573 * play/gomoku.el (gomoku-display-statistics): Update mode line
574 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
575
576 2012-10-31 Martin Rudalics <rudalics@gmx.at>
577
578 * window.el (quit-restore-window): If the window has been
579 created on an existing frame and ended up as the sole window on
580 that frame, do not delete it (Bug#12764).
581
582 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * progmodes/sh-script.el (sh--inside-noncommand-expression):
585 Rename from sh--inside-arithmetic-expression, handle more cases
586 (bug#11263).
587
588 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
589 (sh-font-lock-open-heredoc): Use it (bug#12770).
590
591 2012-10-30 Glenn Morris <rgm@gnu.org>
592
593 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
594
595 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
596
597 2012-10-29 Chong Yidong <cyd@gnu.org>
598
599 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
600 function key is stored in a keyboard macro (Bug#4894).
601
602 * thingatpt.el (number-at-point): Apply a thing-at-point property.
603
604 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
607 header comments".
608 (diff-unified->context, diff-context->unified)
609 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
610
611 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
612
613 * files.el (find-alternate-file): Only ask one question (bug#12487).
614
615 2012-10-29 Chong Yidong <cyd@gnu.org>
616
617 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
618 Suggested by Dan Nicolaescu (Bug#6326).
619
620 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
621
622 * startup.el (fancy-about-screen): Don't message (Bug#12680).
623
624 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
625
626 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
627
628 * face-remap.el (face-remap-add-relative): Handle the case where a
629 face-remapping-alist entry is a cons cell (Bug#12762).
630
631 2012-10-29 Kevin Ryde <user42@zip.com.au>
632
633 * woman.el (woman-parse-numeric-value): Handle picas correctly
634 (Bug#12639).
635
636 2012-10-29 Glenn Morris <rgm@gnu.org>
637
638 * emacs-lisp/cl.el (defsetf): Doc fix.
639
640 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
643 syntax to the matching opener, if any (bug#12547).
644 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
645 matching open as a "case-(".
646 (sh-smie-rc-grammar): Add a corresponding rule for it.
647
648 2012-10-28 Daniel Hackney <dan@haxney.org>
649
650 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
651 "PKGNAME-autoloads.el" in case we created it.
652
653 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
656 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
657 (completion--twq-all): Disable too-strict assertions.
658
659 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
660
661 2012-10-27 Eli Zaretskii <eliz@gnu.org>
662
663 * profiler.el (profiler-report-make-entry-part): Fix help-echo
664 text to match the real keybindings.
665
666 2012-10-27 Juri Linkov <juri@jurta.org>
667
668 * wdired.el (wdired-keep-marker-rename): New defcustom.
669 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
670 (Bug#11795)
671
672 * dired.el (dired-keep-marker-rename): Add reference to
673 `wdired-keep-marker-rename' in the docstring.
674 Add default character value ?R to display initially in
675 Customization UI instead of ?@.
676
677 2012-10-27 Martin Rudalics <rudalics@gmx.at>
678
679 * window.el (display-buffer): In doc-string describe
680 window-height and window-width alist entries.
681
682 * time.el (display-time-world): Restore fit-window-to-buffer
683 behavior.
684
685 2012-10-27 Chong Yidong <cyd@gnu.org>
686
687 * subr.el (insert-buffer-substring-as-yank): Doc fix.
688
689 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
690
691 * minibuffer.el (completion-category-overrides): New completion
692 category `bookmark' (bug#11131).
693
694 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * emacs-lisp/advice.el (ad-assemble-advised-definition):
697 Silence bogus compiler warnings for ad-do-it.
698
699 * bookmark.el (bookmark-completing-read): Set the completion category
700 to `bookmark' (bug#11131).
701
702 2012-10-26 Bastien <bzg@altern.org>
703 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * face-remap.el: Use lexical-binding.
706 (text-scale-adjust): Improve docstring. Use itself for the temporary
707 overlay-map bindings, so as to repeat the "Use..." message each time.
708
709 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * emacs-lisp/macroexp.el (macroexp--expand-all):
712 Obey byte-compile-warning-enabled-p (bug#12486).
713
714 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
715 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
716
717 2012-10-26 Martin Rudalics <rudalics@gmx.at>
718
719 * mouse.el (mouse-drag-line): Move last form into preceding when
720 clause (Bug#12731).
721
722 * help.el (resize-temp-buffer-window): Fix doc-string.
723
724 2012-10-25 David Engster <deng@randomsample.de>
725
726 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
727 Remove. This feature is already integrated in imenu.
728
729 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
730 always loaded. Require `speedbar' unconditionally.
731
732 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
735
736 * minibuffer.el (minibuffer-force-complete): Fix thinko.
737
738 * net/ldap.el (ldap-search-internal): The official ldif format starts
739 with a "version: 1" header (bug#12724).
740
741 * emacs-lisp/package.el (package-installed-p): Warn if not ready
742 (bug#12721).
743
744 2012-10-25 Glenn Morris <rgm@gnu.org>
745
746 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
747
748 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * minibuffer.el (minibuffer-force-complete): Use one more marker
751 for the temporary-overlay-map command (bug#12619).
752
753 2012-10-24 Chong Yidong <cyd@gnu.org>
754
755 * time.el (display-time-world-mode): Derive from special-mode.
756 (display-time-world): Use display-buffer (Bug#12708).
757 (display-time-world-mode-map): Variable deleted.
758 (display-time-world-display): Wrap the final delete-char inside
759 inhibit-read-only.
760
761 2012-10-24 Chong Yidong <cyd@gnu.org>
762
763 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
764 Doc fix.
765
766 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
767
768 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * minibuffer.el (completion--all-sorted-completions-location): New var.
771 (completion--cache-all-sorted-completions)
772 (completion--flush-all-sorted-completions): Use it.
773 (completion-in-region, completion-in-region--postch)
774 (completion-at-point, completion-help-at-point): Use markers in
775 completion-in-region--data (bug#12619).
776
777 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * progmodes/compile.el (compilation-start): Try to handle common
780 quoting of `cd' argument (bug#12640).
781
782 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
783 (bug#12671).
784
785 2012-10-23 Glenn Morris <rgm@gnu.org>
786
787 * progmodes/gud.el (gud-menu-map):
788 Check gdb-active-process is bound. (Bug#12358)
789
790 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * repeat.el (repeat): Set real-this-command (bug#12232).
793
794 * htmlfontify.el (hfy-post-html-hook):
795 * filesets.el (filesets-cache-fill-content-hook):
796 * arc-mode.el (archive-extract-hook):
797 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
798 * net/rcirc.el (rcirc-sentinel-functions)
799 (rcirc-receive-message-functions, rcirc-activity-functions)
800 (rcirc-print-functions):
801 * net/dbus.el (dbus-event-error-functions):
802 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
803 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
804 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
805 * term/sun.el (sun-raw-prefix-hooks):
806 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
807
808 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
809
810 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
811 Set `tramp-chunksize' to 1. This improves the performance.
812 (tramp-smb-wait-for-output): Add timeout to
813 `tramp-accept-process-output' calls.
814
815 2012-10-23 Chong Yidong <cyd@gnu.org>
816
817 * faces.el (font-list-limit): Define as an obsolete variable.
818
819 * startup.el (command-line):
820 * cus-start.el: Don't refer to font-list-limit.
821
822 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
823
824 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 * subr.el (internal-temp-output-buffer-show): Rename from
827 temp-output-buffer-show, since previously compiled files expect this name.
828
829 2012-10-23 Glenn Morris <rgm@gnu.org>
830
831 * image.el (image-type-from-file-name): If multiple types match,
832 return the first one that is supported. (Bug#9045)
833
834 2012-10-22 Glenn Morris <rgm@gnu.org>
835
836 * image.el (imagemagick-enabled-types): Doc fix.
837
838 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
839
840 * progmodes/which-func.el (which-func-current): The hash-table may have
841 an explicit nil (bug#12338).
842
843 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * electric.el (electric-pair-delete-selection-self-insert-function):
846 Rename to electric-pair-will-use-region, return a boolean.
847 (electric-pair-mode): Adjust accordingly. Don't require delsel.
848
849 * delsel.el (delete-selection-helper): Use a function instead of a hook.
850 (delete-selection-pre-hook): Use use-region-p.
851 (delete-selection-self-insert-function): Remove.
852 (self-insert-command): Obey self-insert-uses-region-functions.
853 (self-insert-iso): Revert to previous setting, since we don't actually
854 know what that command does.
855 (delete-selection-self-insert-hooks): Remove.
856
857 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
858
859 * delsel.el (delete-selection-helper): New function, extracted from
860 delete-selection-pre-hook.
861 (delete-selection-pre-hook): Use it.
862 (delete-selection-self-insert-function): New function.
863 (delete-selection-self-insert-hooks): New hook.
864 (self-insert-command, self-insert-iso): Use it.
865 * electric.el (electric-pair-syntax): New function, extracted from
866 electric-pair-post-self-insert-function.
867 (electric-pair-post-self-insert-function): Use it.
868 (electric-pair-delete-selection-self-insert-function): New function.
869 (electric-pair-mode): Require delsel and setup
870 delete-selection-self-insert-hooks (bug#11520).
871
872 2012-10-20 Chong Yidong <cyd@gnu.org>
873
874 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
875 no changes to show (Bug#12586).
876
877 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
878 list explicitly (Bug#12571).
879
880 2012-10-20 Arne Jørgensen <arne@arnested.dk>
881
882 * progmodes/flymake.el (flymake-create-temp-inplace):
883 Use file-truename.
884
885 2012-10-20 Eli Zaretskii <eliz@gnu.org>
886
887 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
888
889 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
890
891 * calc/calc-units.el (math-extract-units): Properly extract powers
892 of units.
893
894 2012-10-20 Daniel Colascione <dancol@dancol.org>
895
896 * frame.el (make-frame): Set x-display-name as we used to in order
897 to unbreak creating an X11 frame from an Emacs daemon started
898 without a display.
899
900 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * minibuffer.el (minibuffer-force-complete): Make the next completion use
903 the same completion-field (bug@12221).
904
905 2012-10-19 Martin Rudalics <rudalics@gmx.at>
906
907 * emacs-lisp/debug.el (debug): Record height of debugger window
908 also when debugger will be back (Bug#8789).
909
910 2012-10-18 Chong Yidong <cyd@gnu.org>
911
912 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
913 Convert to defcustom.
914 (gdb-get-source-file): Don't bind pop-up-windows.
915
916 * progmodes/gud.el (gud-display-line): Don't specially re-use
917 other frames for the gdb-mi case (Bug#12648).
918
919 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
920
921 * emacs-lisp/advice.el: Clean up commentary a bit.
922 (ad-do-advised-functions, ad-with-originals): Use `declare'.
923 (byte-code-function-p): Never redefine.
924
925 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
926
927 2012-10-18 Glenn Morris <rgm@gnu.org>
928
929 * dired.el (dired-sort-toggle): Some ls implementations only allow
930 a single option string. (Bug#12666)
931
932 * minibuffer.el (completion-cycle-threshold): Doc fix.
933
934 2012-10-17 Kenichi Handa <handa@gnu.org>
935
936 * international/mule.el (set-keyboard-coding-system):
937 Recover input meta mode when the new coding system doesn not use 8-bit.
938 Supply TERMINAL arg to set-input-meta-mode.
939
940 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
941
942 * wdired.el (wdired-old-marks): New variable.
943 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
944 (wdired-do-renames): Move point with renamed file and don't lose
945 mark status (Bug#11795).
946
947 2012-10-16 Juri Linkov <juri@jurta.org>
948
949 * replace.el (query-replace-help): Mention multi-buffer replacement
950 keys in the Help message. (Bug#12655)
951
952 2012-10-15 Chong Yidong <cyd@gnu.org>
953
954 * emacs-lisp/byte-run.el (defsubst): Doc fix.
955
956 2012-10-14 Eli Zaretskii <eliz@gnu.org>
957
958 * window.el (display-buffer): Doc fix.
959
960 * progmodes/compile.el (compilation-error-regexp-alist-alist):
961 Adjust the msft regexp to the output of Studio 2010, and move msft
962 before edg-1. See the discussion on emacs-devel,
963 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
964 for the details.
965
966 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
969 (oset): Move uses of object-class-fast macro after its definition.
970
971 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
972
973 2012-10-13 Chong Yidong <cyd@gnu.org>
974
975 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
976 enabled, re-enable it (Bug#11963).
977
978 2012-10-13 Martin Rudalics <rudalics@gmx.at>
979
980 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
981 non-nil, restore window configuration (Bug#12623).
982
983 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * help-fns.el (describe-variable, describe-function-1):
986 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
987
988 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
989
990 2012-10-12 Glenn Morris <rgm@gnu.org>
991
992 * mail/rmailsum.el (rmail-header-summary):
993 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
994
995 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
996
997 * progmodes/python.el (python-mode-map):
998 Replace subtitute-key-definition with proper command remapping.
999 (python-nav--up-list): Fix behavior for blocks on the same level.
1000
1001 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1004
1005 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1006 changes to the format of load-history.
1007
1008 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1009 completion-ignore-case in case that var is buffer-local (bug#12615).
1010
1011 2012-10-11 Kenichi Handa <handa@gnu.org>
1012
1013 * international/eucjp-ms.el: Re-generated.
1014
1015 2012-10-10 Kenichi Handa <handa@gnu.org>
1016
1017 * select.el (xselect--encode-string): If a coding is specified for
1018 selection, and that is compatible with COMPOUND_TEXT, use it.
1019
1020 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1021
1022 * window.el (switch-to-buffer-preserve-window-point): New option.
1023 (switch-to-buffer):
1024 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1025
1026 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1029 Don't document nil as a useful value (bug#12583).
1030
1031 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1032
1033 * net/tramp.el (tramp-debug-message):
1034 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1035 (with-tramp-progress-reporter): Rename from
1036 `tramp-with-progress-reporter'.
1037 (with-tramp-file-property, with-tramp-connection-property):
1038 Move from tramp-cache.el, rename from `with-file-property' and
1039 `with-connection-property', respectively.
1040
1041 * net/tramp-cache.el: Remove `with-file-property' and
1042 `with-connection-property'.
1043
1044 * net/tramp.el:
1045 * net/tramp-gvfs.el:
1046 * net/tramp-sh.el:
1047 * net/tramp-smb.el: Adapt callees.
1048
1049 * net/trampver.el: Update release number.
1050
1051 2012-10-09 Glenn Morris <rgm@gnu.org>
1052
1053 * w32-fns.el (set-message-beep):
1054 * term/w32-win.el (set-message-beep): Update declarations.
1055
1056 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1059 (mode-line-widen, mode-line-input-method-map)
1060 (mode-line-coding-system-map, mode-line-remote)
1061 (mode-line-unbury-buffer, mode-line-bury-buffer)
1062 (mode-line-next-buffer, mode-line-previous-buffer):
1063 Replace save-selected-window+select-window => with-selected-window.
1064
1065 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1066 * progmodes/cc-vars.el (bq-process): Remove, unused.
1067
1068 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1069
1070 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1071
1072 Implemented `backward-up-list'-like navigation.
1073 * progmodes/python.el (python-nav-up-list)
1074 (python-nav-backward-up-list): New functions.
1075 (python-mode-map): Define substitute key for backward-up-list to
1076 python-nav-backward-up-list.
1077
1078 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1079
1080 * progmodes/python.el (python-fill-paragraph): Rename from
1081 python-fill-paragraph-function. Fixed fill-paragraph for
1082 decorators (Bug#12605).
1083
1084 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1085
1086 * progmodes/python.el (python-shell-output-filter): Handle extra
1087 carriage return in OSX (Bug#12409).
1088
1089 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1090
1091 Fix shell handling of unbalanced quotes and parens in output.
1092 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1093 (python-syntax-propertize-function): Use it.
1094 (python-shell-output-syntax-table): New var.
1095 (inferior-python-mode): Prevent unbalanced parens/quotes from
1096 previous output mess with current input context.
1097
1098 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1099
1100 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1101 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1102
1103 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1104
1105 * ffap.el (ffap-replace-file-component): Support Tramp file name
1106 syntax, not only ange-ftp's one.
1107
1108 2012-10-08 Glenn Morris <rgm@gnu.org>
1109
1110 * cus-start.el (message-log-max): Set :version.
1111
1112 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1113
1114 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1115
1116 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1117 the minibuffer window (Bug#10851).
1118
1119 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1120
1121 Enhancements on forward-sexp movement.
1122 * progmodes/python.el (python-nav-beginning-of-statement)
1123 (python-nav-end-of-statement): Return point-marker.
1124 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1125 (python-info-current-symbol)
1126 (python-info-statement-starts-block-p): Rename from
1127 python-info-beginning-of-block-p.
1128 (python-info-statement-ends-block-p): Rename from
1129 python-info-end-of-block-p.
1130 (python-info-beginning-of-statement-p)
1131 (python-info-end-of-statement-p)
1132 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1133 New functions.
1134
1135 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1136
1137 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1138 frame-selected-windows.
1139
1140 2012-10-08 Daniel Colascione <dancol@dancol.org>
1141
1142 * battery.el (battery-status-function): Check for
1143 w32-battery-status itself, not system-time windows-nt.
1144
1145 * frame.el: Require cl-lib.
1146 (display-format-alist): New variable mapping frame types to
1147 functions that initialize them.
1148 (window-system-for-display): New function: interprets
1149 display-format-alist.
1150 (make-frame-on-display): Remove existing display-selection logic
1151 and just forward to make-frame, which will now DTRT.
1152 (make-frame): Restructure to use window-system-for-display to
1153 figure out how to create a frame on a given display.
1154 (display-mouse-p): Look for frame-type w32, not a particular
1155 system-type.
1156
1157 * loadup.el: Load w32 lisp code when we have the w32 feature.
1158
1159 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1160 system-type windows-nt.
1161
1162 * server.el (server-create-window-system-frame): Look for window
1163 type.
1164 (server-proces-filter): Only force a window system when windows-nt
1165 _and_ w32. Explain why.
1166
1167 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1168 of window systems we configure for the mode.
1169
1170 * startup.el (command-line): Mark window system is initialized
1171 after we've done it.
1172
1173 * common-win.el (x-select-text): Look for w32, not windows-nt.
1174
1175 * ns-win.el: Require cl-lib. Add ourselves to
1176 display-format-alist.
1177 (ns-initialize-window-system): Assert we're not initialized twice.
1178
1179 * w32-win.el: Enable lexical binding; require cl-lib; add
1180 ourselves to display-format-alist.
1181 (w32-handle-dropped-file): Convert incoming dropped files from
1182 Windows paths to Cygwin ones before passing them on to the rest of
1183 Emacs.
1184 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1185 (w32-initialize-window-system): Assert we're not initialized twice.
1186
1187 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1188 (x-initialize-window-system): Assert we're not initialized twice.
1189
1190 * w32-common-fns.el: New File.
1191 (w32-version, w32-using-nt, w32-get-clipboard-data)
1192 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1193 (w32-charset-info-alist, x-last-selected, text)
1194 (x-get-selection-value, x-selection-value): Move here.
1195
1196 * w32-fns.el: Require w32-common-fns.
1197 (w32-version, w32-using-nt, w32-get-clipboard-data)
1198 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1199 (w32-charset-info-alist, x-last-selected, text)
1200 (x-get-selection-value, x-selection-value): Move to
1201 w32-common-fns.
1202
1203 * w32-vars.el:
1204 (w32-allow-system-shell, w32-system-shells): Define only in
1205 non-cygwin case.
1206
1207 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1210 (read-passwd): Remove a few more potential sources of leaks.
1211
1212 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1213
1214 * progmodes/python.el (inferior-python-mode)
1215 (python-shell-make-comint): Fix initialization of local
1216 variables copied from parent buffer.
1217
1218 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1219
1220 * term/ns-win.el (ns-read-file-name): Update declaration to match
1221 nsfns.m.
1222 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1223 it is set when font is acted upon.
1224
1225 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1226
1227 Enhancements to indentation.
1228 * progmodes/python.el (python-indent-context): Give priority to
1229 inside-string context. Make comments indentation markers.
1230 (python-indent-region): Do not mess with strings, unless it's the
1231 enclosing set of quotes.
1232
1233 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * window.el (internal--before-save-selected-window)
1236 (internal--after-save-selected-window): New functions extracted from
1237 save-selected-window. Make sure we return the `alist' we construct.
1238 (save-selected-window): Use them.
1239
1240 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1241 Use with-selected-window.
1242
1243 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1244 forms that define macros (bug#12593).
1245
1246 2012-10-07 Kenichi Handa <handa@gnu.org>
1247
1248 * international/mule-conf.el (compound-text-with-extensions):
1249 Add :mime-charset property as x-ctext.
1250
1251 2012-10-07 Stefan Merten <smerten@oekonux.de>
1252
1253 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1254 (rst-indent-literal-normal, rst-indent-literal-minimized)
1255 (rst-indent-comment): Correct :version tag.
1256 (rst-official-cvs-rev): Correct version string.
1257
1258 2012-10-07 Glenn Morris <rgm@gnu.org>
1259
1260 * mail/rmailmm.el (rmail-mime-process-multipart):
1261 Do not confuse a multipart message with an epilogue
1262 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1263
1264 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1265
1266 Fix shell output retrieval and comint-prompt-regexp init.
1267 * progmodes/python.el (inferior-python-mode):
1268 (python-shell-make-comint): Fix initialization of
1269 comint-prompt-regexp from copied file local variables.
1270 (python-shell-fetched-lines): Remove var.
1271 (python-shell-output-filter-in-progress): Rename from
1272 python-shell-fetch-lines-in-progress.
1273 (python-shell-output-filter-buffer): Rename from
1274 python-shell-fetch-lines-string.
1275 (python-shell-fetch-lines-filter): Delete function.
1276 (python-shell-output-filter): New function.
1277 (python-shell-send-string-no-output): Use them.
1278
1279 2012-10-07 Glenn Morris <rgm@gnu.org>
1280
1281 * hi-lock.el (hi-lock-process-phrase):
1282 Try to make it less fragile. (Bug#7161)
1283
1284 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1285
1286 2012-10-06 Glenn Morris <rgm@gnu.org>
1287
1288 * ehelp.el (electric-help-mode): Use help-mode rather than
1289 non-existent mode `help'.
1290 (electric-help-map): Use button-buffer-map. (Bug#10917)
1291
1292 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1293 (reftex-create-bibtex-footer): Fix custom types.
1294
1295 * progmodes/sh-script.el (sh-indent-after-continuation):
1296 Add explicit :group.
1297
1298 * textmodes/rst.el (rst-preferred-decorations)
1299 (rst-shift-basic-offset): Clarify obsolescence versions.
1300
1301 * profiler.el (profiler): Add missing group :version tag.
1302 * avoid.el (mouse-avoidance-banish-position):
1303 * proced.el (proced-renice-command):
1304 * calc/calc.el (calc-ensure-consistent-units):
1305 * calendar/icalendar.el (icalendar-import-format-uid):
1306 * net/tramp.el (tramp-save-ad-hoc-proxies):
1307 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1308 * progmodes/flymake.el (flymake-error-bitmap)
1309 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1310 * progmodes/sh-script.el (sh-indent-after-continuation):
1311 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1312 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1313 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1314 (vhdl-array-index-record-field-in-sensitivity-list)
1315 (vhdl-indent-comment-like-next-code-line):
1316 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1317 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1318 (reftex-cite-key-separator, reftex-create-bibtex-header)
1319 (reftex-create-bibtex-footer):
1320 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1321 (rst-indent-literal-normal, rst-indent-literal-minimized)
1322 (rst-indent-comment): Add missing custom :version tags.
1323
1324 * calendar/timeclock.el (timeclock-modeline-display):
1325 Add missing obsolete alias for renamed user option.
1326
1327 * strokes.el (strokes-modeline-string):
1328 * emulation/crisp.el (crisp-mode-modeline-string):
1329 * eshell/esh-mode.el (eshell-status-in-modeline):
1330 Aliases to defcustoms must come before the defcustom.
1331
1332 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1333 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1334 (cal-tex-cursor-week-monday): Doc fixes.
1335 (cal-tex-cursor-week2-summary): Doc fix.
1336 Rename from cal-tex-cursor-week-at-a-glance.
1337
1338 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1339 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1340
1341 * calendar/calendar.el (calendar-mode-map):
1342 Add cal-tex-cursor-week2-summary.
1343
1344 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1347
1348 * subr.el (read-passwd-map): New var.
1349 (read-passwd): Use `read-string' again.
1350 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1351
1352 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1353
1354 * register.el (append-to-register, prepend-to-register):
1355 Deactivate mark, as does `copy-to-register' (bug#12389).
1356
1357 2012-10-06 Chong Yidong <cyd@gnu.org>
1358
1359 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1360
1361 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1362
1363 * international/characters.el: Fix simple mistake ((car chars) ->
1364 elt), delete duplicated code.
1365
1366 2012-10-06 Glenn Morris <rgm@gnu.org>
1367
1368 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1369
1370 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1371
1372 * color.el (color-hsl-to-rgb): Fix incorrect results for
1373 small and large hue values. (Bug#12559)
1374
1375 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1376
1377 Enhancements to docstring formatting when filling paragraphs.
1378 * progmodes/python.el (python-fill-docstring-style): Rename from
1379 python-fill-string-style. Added new style.
1380 (python-fill-string): Use new style. Better checks for
1381 docstrings.
1382
1383 2012-10-05 Glenn Morris <rgm@gnu.org>
1384
1385 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1386
1387 * color.el (color-name-to-rgb, color-rgb-to-hex)
1388 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1389 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1390 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1391 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1392
1393 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1394
1395 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1396
1397 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1398 to get the correct size across symlinks.
1399
1400 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1401
1402 2012-10-04 Juri Linkov <juri@jurta.org>
1403
1404 * replace.el (query-replace-interactive): Declare obsolete.
1405 (query-replace-read-from): Add the last incremental search string
1406 to the list of default values accessible via M-n.
1407 (map-query-replace-regexp): Use `read-regexp'.
1408 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1409 (map-query-replace-regexp, replace-string, replace-regexp):
1410 Fix docstrings to replace mentions of `query-replace-interactive'
1411 with alternatives. (Bug#12526)
1412
1413 2012-10-04 Juri Linkov <juri@jurta.org>
1414
1415 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1416 (dired-pop-to-buffer): Declare obsolete.
1417 (dired-mark-pop-up): Doc fix.
1418
1419 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1420
1421 Allow user to set docstring style for fill-paragraph.
1422 * progmodes/python.el
1423 (python-fill-comment-function, python-fill-string-function)
1424 (python-fill-decorator-function, python-fill-paren-function):
1425 Remove :safe for defcustoms.
1426 (python-fill-string-style): New defcustom
1427 (python-fill-paragraph-function): Enhance context detection.
1428 (python-fill-string): Honor python-fill-string-style settings.
1429
1430 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1431
1432 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1433 after setting its buffer (Bug#10805).
1434
1435 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1436
1437 Fix cornercase for string syntax.
1438 * progmodes/python.el (python-syntax-propertize-function):
1439 Simplify and enhance the regexp for unescaped quotes. Now it also
1440 matches quotes in weird situations like the single quote in
1441 "something\"'".
1442 (python-syntax-stringify): Simplify num-quotes detecting code.
1443
1444 2012-10-03 Glenn Morris <rgm@gnu.org>
1445
1446 * help-macro.el (three-step-help):
1447 Revert 2012-09-29 change. (Bug#12567)
1448
1449 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1450
1451 * menu-bar.el (kill-this-buffer): Don't do anything when
1452 `menu-frame' is not alive or visible (Bug#8184).
1453
1454 * emacs-lisp/debug.el (debug): When quitting the debugger window
1455 restore current buffer (Bug#12502).
1456
1457 2012-10-02 Chong Yidong <cyd@gnu.org>
1458
1459 * progmodes/hideif.el (hif-lookup, hif-defined):
1460 Handle semantic-c-takeover-hideif.
1461
1462 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1463
1464 Change sampling interval units from ms to ns.
1465 * profiler.el (profiler-sampling-interval): Change units
1466 from ms to ns, multiplying the default by 1000000 so that
1467 it remains 1 ms.
1468 (profiler-report-cpu-line-format): Give enough room for
1469 the maximum counters on 64-bit hosts.
1470 (profiler-report-render-calltree-1): Call them "CPU samples",
1471 not "Time (ms)", since they are not milliseconds now (and
1472 never really were).
1473
1474 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1475
1476 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1477 Fix querying BBDB for entries without a last name (Bug#11580).
1478
1479 2012-10-02 Chong Yidong <cyd@gnu.org>
1480
1481 * emacs-lisp/eieio.el: Restore Version header.
1482
1483 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * vc/diff-mode.el (diff--auto-refine-data): New var.
1486 (diff-hunk): Use it to delay refinement.
1487 (diff-mode): Remove overlays when we turn off font-lock.
1488
1489 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1490 (table-initialize-table-fixed-width-mode)
1491 (table-set-table-fixed-width-mode): Remove functions.
1492 (table-command-list): Move initialization into declaration.
1493 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1494 (table-with-cache-buffer): Use `declare'.
1495 (table-span-cell): Simplify via CSE.
1496 (table-fixed-width-mode): Use define-minor-mode.
1497 (table-call-interactively, table-funcall, table-apply): Remove.
1498 (table-function): New function, to replace them.
1499
1500 * bookmark.el (bookmark-search-pattern): Remove var.
1501 (bookmark-read-search-input): Remove function.
1502 (bookmark-bmenu-search): Reimplement using a minibuffer.
1503
1504 * faces.el (modeline): Remove obsolete face name.
1505
1506 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1507 and give a non-nil default value.
1508 (add-change-log-entry): Simplify accordingly.
1509
1510 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1511
1512 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1513 (vc-git-log-edit-toggle-amend): New function.
1514 (vc-git-log-edit-toggle-signoff): New function.
1515 (vc-git-log-edit-mode): New major mode.
1516 (vc-git-log-edit-mode-map): Keymap for it.
1517 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1518
1519 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1520 header names.
1521 (log-edit-toggle-header): New function.
1522 (log-edit-extract-headers): Accept function values in HEADERS alist.
1523
1524 2012-10-01 David Engster <deng@randomsample.de>
1525
1526 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1527 from symbol property and change message to be more consistent with
1528 Emacs proper.
1529 (eieio-describe-generic): Add filename for each implementation.
1530 Fix indices for generic and normal methods.
1531 (eieio-method-def, eieio-class-def): New buttons.
1532 (eieio-help-find-method-definition)
1533 (eieio-help-find-class-definition): New functions.
1534 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1535 class, constructor and method definitions.
1536
1537 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1538 information in symbol property.
1539 (scoped-class): Remove.
1540 (eieio-slot-name-index, call-next-method): Check if it is bound.
1541
1542 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1543
1544 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1545 (eieio-custom-mode): New major mode.
1546 (eieio-customize-object): Use it.
1547
1548 2012-10-01 Eric Ludlam <zappo@gnu.org>
1549
1550 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1551 specifying the expected class, and whether subclassing is allowed.
1552 (eieio-persistent-convert-list-to-object):
1553 (eieio-persistent-validate/fix-slot-value)
1554 (eieio-persistent-slot-type-is-class-p): New functions.
1555 (eieio-named::slot-missing): Doc fix.
1556
1557 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1558 Stop using unused publd variable.
1559
1560 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1561 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1562 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1563 (eieio-speedbar-handle-click): Do not specify a class for the
1564 method. Fixes method invocation order problems with EDE.
1565
1566 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1567
1568 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1569 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1570
1571 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1572
1573 * bookmark.el (bookmark-version-control): Give tags in the
1574 :type choices (Bug#12309), and improve doc string.
1575 (bookmark-write-file): Bind `print-circle' to `t' to allow
1576 circular custom bookmark types. (Bug#12503)
1577
1578 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1579
1580 Revert the FOLLOW-SYMLINKS change for file-attributes.
1581 * files.el (remote-file-name-inhibit-cache, after-find-file):
1582 * time.el (display-time-file-nonempty-p): Undo last change.
1583
1584 * profiler.el (profiler-sampling-interval): Change default back to 1.
1585 See Stefan Monnier in
1586 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1587
1588 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1589
1590 Shell output catching a la gud-gdb.
1591 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1592 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1593 New Vars.
1594 (python-shell-fetch-lines-filter): New function.
1595 (python-shell-send-string-no-output): Use them.
1596
1597 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1598
1599 * profiler.el (profiler-sampling-interval): Rename from
1600 profiler-sample-interval.
1601 (profiler-sampling-interval): Default to 10.
1602 (profiler-find-profile): New command (was profiler-find-log).
1603 (profiler-find-profile-other-window): New command.
1604 (profiler-find-profile-other-frame): New command.
1605 (profiler-profile): Introduce API-level data structure.
1606
1607 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1608
1609 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1610 * files.el (remote-file-name-inhibit-cache):
1611 * time.el (display-time-file-nonempty-p): Use it.
1612 * files.el (after-find-file): Don't chase links before calling
1613 file-exists-p, as file-exists-p already does the right thing.
1614
1615 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1616
1617 Merge from standalone RefTeX repository.
1618
1619 The following ChangeLog entries are shortened versions of the
1620 original ones with file paths adapted. A not so strongly edited
1621 version of the original ChangeLog can be found in the commit log.
1622
1623 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1624 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1625 Correctly handle new value type returned by `reftex-citation'.
1626
1627 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1628 that entries with whitespace at various places are found.
1629 Doc fix. Include entries that are cross-referenced from cited entries.
1630 Include @String definitions in the resulting bib file. Add header
1631 and footer defined in `reftex-create-bibtex-header' and
1632 `reftex-create-bibtex-footer'.
1633 (reftex-do-citation): Make it possible again to insert
1634 non-existent entries. Save match data when asking for optional
1635 arguments. Return all keys, not just the first one.
1636 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1637 all citations in the same line.
1638 (reftex-parse-bibtex-entry): Accept additional optional argument
1639 `raw' and keep quotes or braces if it is non-nil. Match fields
1640 containing hyphens besides word constituents.
1641 (reftex-get-string-refs): New function.
1642 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1643 and ask if it should be reread in case it did.
1644 (reftex-pop-to-bibtex-entry)
1645 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1646 entries with spaces or tabs in front of arguments.
1647 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1648 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1649 Match entries containing numbers and symbol constituents.
1650 (reftex-do-citation, reftex-figure-out-cite-format):
1651 Use `reftex-cite-key-separator'.
1652
1653 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1654 (reftex-mouse-view-crossref): Explain why point is set.
1655
1656 * textmodes/reftex-global.el: Whitespace changes.
1657
1658 * textmodes/reftex-index.el: Move provide statement to end of
1659 file.
1660 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1661 (reftex-index-visit-phrases-buffer): Set marker when visiting
1662 buffer. This allows for returning from the phrases file to the
1663 file one was just editing instead of the file where the last
1664 phrases was added from.
1665 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1666 punctuation syntax as it usually is not used as string quote in
1667 TeX-related modes and may occur unmatched. The change also
1668 prevents fontification of quoted content.
1669 (reftex-index-phrases-mode): Use it.
1670
1671 * textmodes/reftex-parse.el (reftex-parse-from-file):
1672 Move backward one char if a `\' was matched after a section macro.
1673 (reftex-parse-from-file): Use beginning of match instead of end as
1674 bound.
1675
1676 * textmodes/reftex-ref.el: Adapt creation of
1677 `reftex-<package>-<macro>' functions to new structure of
1678 `reftex-ref-style-alist'.
1679 (reftex-reference): Use `reftex-ref-style-list' function.
1680 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1681 reference macro if `reftex-ref-macro-prompt' is non-nil.
1682 (reftex-reference): Pass refstyle to `reftex-format-special'.
1683 Determine reference macro by looking at
1684 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1685 Use only one special format function.
1686 (reftex-varioref-vref, reftex-fancyref-fref)
1687 (reftex-fancyref-Fref): Remove definitions. The functions are now
1688 generated from `reftex-ref-style-alist'.
1689 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1690 Remove.
1691 (reftex-format-special): New function.
1692
1693 * textmodes/reftex-sel.el
1694 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1695 of `reftex-ref-style-alist'. Remove code for testing macro type.
1696 (reftex-select-toggle-varioref)
1697 (reftex-select-toggle-fancyref): Remove.
1698 (reftex-select-cycle-ref-style-internal)
1699 (reftex-select-cycle-ref-style-forward)
1700 (reftex-select-cycle-ref-style-backward): New functions.
1701 (reftex-select-label-map): Use `v' and `V' for general cycling
1702 through reference styles. Add `p' for switching between number
1703 and page reference types.
1704
1705 * textmodes/reftex-toc.el (reftex-re-enlarge):
1706 Call `enlarge-window' only if there is something to do because in Emacs
1707 the horizontal version throws an error even if the parameter is 0.
1708
1709 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1710 (reftex-plug-into-AUCTeX): Doc fix.
1711 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1712 string. Adapt to new name.
1713 (reftex-ref-style-alist): Change structure so that it is not
1714 possible to use multiple different package names within a style.
1715 Remove the symbols for symbols for macro type distinction.
1716 Add characters for macro selection.
1717 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1718 (reftex-create-bibtex-footer): New variables.
1719 (reftex-format-ref-function): Mention third argument of special
1720 format function.
1721 (reftex-ref-style-alist, reftex-ref-style-default-list):
1722 New variables.
1723 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1724 to new implementation. Mark as obsolete. Add compatibility code
1725 for honoring the variable values in case they are set.
1726 (reftex-cite-format-builtin, reftex-bibliography-commands):
1727 Add support for ConTeXt.
1728 (reftex-format-ref-function, reftex-format-cite-function):
1729 Fix custom type.
1730 (reftex-cite-key-separator): New variable.
1731
1732 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1733 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1734 `reftex-syntax-table' because parens have to retain their paren
1735 syntax in order for parsing of BibTeX entries like @book(...) to
1736 work.
1737 (reftex-in-comment): Do not error out if `comment-start-skip' is
1738 not set. Deal correctly with escaped comment characters.
1739 (reftex-tie-multifile-symbols): Add doc string.
1740 Initialize `reftex-ref-style-list'.
1741 (reftex-untie-multifile-symbols): Add doc string.
1742 (reftex-add-index-macros): Doc fix.
1743 (reftex-ref-style-activate, reftex-ref-style-toggle)
1744 (reftex-ref-style-list): New functions.
1745 (reftex-mode-menu): Use them. Adapt to new structure of
1746 `reftex-ref-style-alist'.
1747 (reftex-select-with-char): Kill the RefTeX Select buffer when
1748 done.
1749 (reftex-remove-if): New function.
1750 (reftex-erase-all-selection-and-index-buffers)
1751 (reftex-mode-menu): Reference styles are now computed from
1752 `reftex-ref-style-alist'. Fix typo.
1753 (reftex-report-bug): New function.
1754 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1755 algorithms with O(n log n). Introduce optional argument SORT (not
1756 yet used).
1757
1758 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1759
1760 Enhancements for triple-quote string syntax.
1761 * progmodes/python.el (python-syntax-propertize-function):
1762 Match both quote cases in one regexp.
1763 (python-syntax-stringify): Handle matches properly.
1764
1765 2012-09-30 Juri Linkov <juri@jurta.org>
1766
1767 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1768 to nil around the call to `insert' to prevent
1769 directory time modification by lock_file. (Bug#2295)
1770 * tar-mode.el (tar-summarize-buffer): Idem.
1771
1772 2012-09-30 Juri Linkov <juri@jurta.org>
1773
1774 * facemenu.el (list-colors-sort): Add option "Luminance".
1775 (list-colors-sort-key): Implement it.
1776
1777 * vc/diff-mode.el (diff-refine-removed):
1778 * vc/ediff-init.el (ediff-fine-diff-A):
1779 * vc/smerge-mode.el (smerge-refined-removed):
1780 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1781
1782 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1783
1784 * term/ns-win.el (x-file-dialog): New function.
1785
1786 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1787
1788 * ido.el (ido-max-directory-size): Default to nil; the current
1789 default is small for POSIX systems, and impractical on Windows 7
1790 now that lstat returns directory sizes for NTFS.
1791
1792 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1793
1794 In buffer display functions handle window-height/window-width
1795 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
1796 * window.el (window--display-buffer): New argument ALIST.
1797 Obey window-height and window-width alist entries.
1798 (window--try-to-split-window): New argument ALIST.
1799 Bind window-combination-limit to t when the window's size shall be
1800 changed and window-combination-limit equals `window-size'.
1801 (display-buffer-in-atom-window)
1802 (display-buffer-in-major-side-window)
1803 (display-buffer-in-side-window, display-buffer-same-window)
1804 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1805 (display-buffer-pop-up-window, display-buffer-below-selected)
1806 (display-buffer-at-bottom, display-buffer-in-previous-window)
1807 (display-buffer-use-some-window): Adjust all callers of
1808 window--display-buffer and window--try-to-split-window.
1809 (fit-frame-to-buffer): New option.
1810 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1811 is non-nil.
1812 (display-buffer-in-major-side-window): Evaluate window-height /
1813 window-width alist entries.
1814
1815 * help.el (temp-buffer-resize-frames)
1816 (temp-buffer-resize-regexps): Remove options.
1817 (temp-buffer-resize-mode): Adjust doc-string.
1818 (resize-temp-buffer-window): Don't consult
1819 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1820 temp-buffer-resize-frames.
1821
1822 * dired.el (dired-mark-pop-up):
1823 Call display-buffer-below-selected with a fit-window-to-buffer alist
1824 entry.
1825
1826 2012-09-30 Chong Yidong <cyd@gnu.org>
1827
1828 * server.el (server-host): Document the security implications.
1829 (server-auth-key): Doc fix.
1830
1831 * startup.el (initial-buffer-choice): Doc fix.
1832
1833 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1834
1835 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1836 restriction change.
1837
1838 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1839
1840 * help-fns.el (help-fns--obsolete): Fix last change.
1841
1842 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1845 (minor-mode-map-alist): Remove redundant code.
1846
1847 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1848 visited in a buffer.
1849 (cvs-insert-visited-file): New function.
1850 (find-file-hook): Use it.
1851
1852 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1853
1854 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1855 chose face.
1856 (log-edit-empty-buffer-p): Don't require a space after a header.
1857
1858 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1859
1860 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1861
1862 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1863 a proper minor-mode.
1864
1865 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1866
1867 2012-09-29 Glenn Morris <rgm@gnu.org>
1868
1869 * winner.el (winner-mode): Remove variable (let define-minor-mode
1870 handle it).
1871 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1872 Doc fixes.
1873 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1874 (winner-mode): Use define-minor-mode.
1875
1876 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1877 the full definition in loaddefs, rather than duplicating it.
1878
1879 * help-macro.el (three-step-help): No need to autoload defcustom.
1880
1881 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1882 (inferior-lisp-program, inferior-lisp-load-command)
1883 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1884 No need to autoload defcustoms.
1885
1886 * hippie-exp.el (hippie-expand-try-functions-list)
1887 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1888 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1889 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1890 (hippie-expand-only-buffers): No need to autoload defcustoms.
1891 * progmodes/vhdl-mode.el (vhdl-line-expand):
1892 Explicitly load hippie-exp, so it does not get autoloaded
1893 while hippie-expand-try-functions-list is let-bound.
1894
1895 2012-09-28 Glenn Morris <rgm@gnu.org>
1896
1897 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1898
1899 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1900 Only "cl.el" counts as cl these days.
1901
1902 2012-09-28 Juri Linkov <juri@jurta.org>
1903
1904 Display archive errors in the echo area instead of inserting
1905 to the file buffer.
1906
1907 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1908 to STDERR-TEST that can be a regexp matching a successful output.
1909 Create a temporary file and redirect stderr to it. Search for
1910 STDERR-TEST in the stderr output and display it in the echo area
1911 if no match is found.
1912 (archive-extract-by-file): New function like
1913 `archive-extract-by-stdout' but extracting archives to files
1914 and looking for successful matches in stdout. Function body is
1915 mostly copied from `archive-rar-extract'.
1916 (archive-rar-extract): Use `archive-extract-by-file'.
1917 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1918
1919 2012-09-28 Leo Liu <sdl.web@gmail.com>
1920
1921 * pcomplete.el (pcomplete-show-completions):
1922 Use minibuffer-message to make pcomplete usable in minibuffer.
1923
1924 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1925
1926 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 * type-break.el: Use lexical-binding.
1929 (type-break-mode): Use define-minor-mode.
1930
1931 * emacs-lisp/pcase.el (pcase--mark-used): New.
1932 (pcase--u1): Use it (bug#12512).
1933
1934 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1935 in load-history with the right file name.
1936
1937 2012-09-28 Tassilo Horn <tsdh@gnu.org>
1938
1939 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1940 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1941 (doc-view-get-bounding-box): Make bounding box slicing work for
1942 ODF and DVI documents.
1943
1944 2012-09-28 Glenn Morris <rgm@gnu.org>
1945
1946 * type-break.el (type-break-mode, type-break-interval)
1947 (type-break-good-rest-interval, type-break-keystroke-threshold):
1948 No need to autoload.
1949 (type-break-good-rest-interval, type-break-keystroke-threshold):
1950 Add :set-after.
1951
1952 2012-09-28 Chong Yidong <cyd@gnu.org>
1953
1954 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1955 Add :version tag.
1956
1957 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1958
1959 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
1960
1961 2012-09-27 Glenn Morris <rgm@gnu.org>
1962
1963 * faces.el (x-display-name): Declare (for without-x builds).
1964
1965 * linum.el (linum-format): Don't autoload it. Improve :type.
1966
1967 * progmodes/tcl.el: Don't require outline when compiling.
1968 (outline-regexp, outline-level): Declare.
1969 * textmodes/sgml-mode.el: Don't require outline when compiling.
1970 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1971
1972 * term.el (term-ansi-reset):
1973 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1974
1975 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1976 files for RCS and SCCS. (Bug#9781)
1977
1978 2012-09-27 Chong Yidong <cyd@gnu.org>
1979
1980 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1981 change; value should be t.
1982
1983 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * image-mode.el: Use lexical-binding.
1986 (image-mode-winprops): Use t to stand for the window of
1987 a buffer that's not displayed.
1988 * doc-view.el (doc-view-new-window-function): Handle the new
1989 t in winprops.
1990 (doc-view-enlarge): Make it a real nop if the size is not changed.
1991 (doc-view-display): Handle the case where the buffer is not (yet?)
1992 displayed in any window.
1993 (doc-view-saved-settings): New var.
1994 (doc-view-mode): Use it.
1995 (doc-view-fallback-mode): Set it.
1996
1997 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1998 Set lexical-binding.
1999 (minibuffer-eldef-shorten-default): New var.
2000 (minibuffer-default-in-prompt-regexps): Use it for new default.
2001 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2002
2003 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2004
2005 * international/uni-bidi.el:
2006 * international/uni-category.el:
2007 * international/uni-name.el:
2008 * international/uni-numeric.el: Regenerate.
2009
2010 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2011 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * profiler.el: New file.
2014
2015 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2018 (testcover-reinstrument): Simplify with CSE.
2019
2020 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2023
2024 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2025
2026 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2027 (verilog-auto-input, verilog-auto-insert-lisp)
2028 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2029 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2030 (verilog-auto-unused, verilog-auto-wire)
2031 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2032 newline. Reported by Andrew Jones.
2033 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2034 Reported by Brad Dobbie.
2035 (verilog-batch-delete-trailing-whitespace):
2036 Create verilog-batch-delete-trailing-whitespace.
2037 Reported by Brad Dobbie.
2038 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2039 parameters from another module. Reported by Dan Katz.
2040 (verilog-auto, verilog-auto-assign-modport)
2041 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2042 AUTOINOUTMODPORT for UVM interface module shell generation.
2043 Reported by Brad Dobbie.
2044 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2045 standard behavior.
2046 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2047 Reported by Matt Martin.
2048
2049 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2050
2051 * window.el (window--resize-child-windows): When resizing child
2052 windows proportionally, process them in reverse order to
2053 preserve the "when splitting a window the new one gets the odd
2054 line" behavior.
2055 (window--resize-root-window-vertically): When resizing the
2056 minibuffer window try to affect only windows at the bottom of the
2057 frame. (Bug#12419)
2058
2059 2012-09-25 Chong Yidong <cyd@gnu.org>
2060
2061 * subr.el (declare): Doc fix.
2062
2063 * help-fns.el (help-fns--obsolete): Handle macros properly.
2064
2065 2012-09-25 Chong Yidong <cyd@gnu.org>
2066
2067 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2068 this function obsolete.
2069
2070 * calendar/cal-x.el (calendar-two-frame-setup)
2071 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2072 * calendar/calendar.el (american-calendar, european-calendar)
2073 (calendar-for-loop):
2074 * comint.el (comint-dynamic-simple-complete)
2075 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2076 * desktop.el (desktop-load-default):
2077 * dired-x.el (dired-omit-here-always)
2078 (dired-hack-local-variables, dired-default-directory):
2079 * emacs-lisp/derived.el (derived-mode-class):
2080 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2081 * emacs-lock.el (toggle-emacs-lock):
2082 * epa.el (epa-display-verify-result):
2083 * epg.el (epg-sign-keys, epg-start-sign-keys)
2084 (epg-passphrase-callback-function):
2085 * eshell/esh-util.el (eshell-for):
2086 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2087 (eshell-add-to-window-buffer-names):
2088 * files.el (locate-file-completion):
2089 * imenu.el (imenu-example--create-c-index)
2090 (imenu-example--create-lisp-index)
2091 (imenu-example--lisp-extract-index-name)
2092 (imenu-example--name-and-position):
2093 * international/mule-cmds.el (princ-list):
2094 * international/mule-diag.el (decode-codepage-char):
2095 * international/mule-util.el (detect-coding-with-priority):
2096 * iswitchb.el (iswitchb-read-buffer):
2097 * mail/mailalias.el (mail-complete):
2098 * mail/sendmail.el (mail-sent-via):
2099 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2100 (mouse-major-mode-menu):
2101 * password-cache.el (password-read-and-add):
2102 * pcomplete.el (pcomplete-parse-comint-arguments):
2103 * progmodes/sh-script.el (sh-maybe-here-document):
2104 * replace.el (query-replace-regexp-eval):
2105 * savehist.el (savehist-load):
2106 * simple.el (choose-completion-delete-max-match):
2107 * term.el (term-dynamic-simple-complete):
2108 * vc/ediff-init.el (ediff-check-version):
2109 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2110 * vc/vc.el (vc-diff-switches-list):
2111 * view.el (view-return-to-alist-update): Likewise.
2112
2113 * subr.el (eval-next-after-load, makehash, insert-string)
2114 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2115 mark obsolete.
2116 (mode-line-inverse-video): Variable deleted.
2117
2118 * international/mule-util.el (string-to-sequence): Remove.
2119
2120 * calendar/calendar.el (calendar-version):
2121 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2122 (icalendar-convert-diary-to-ical):
2123 * cus-edit.el (custom-mode):
2124 * ansi-color.el (ansi-color-unfontify-region):
2125 * international/latin1-disp.el (latin1-char-displayable-p):
2126 * progmodes/cwarn.el (turn-on-cwarn-mode):
2127 * progmodes/which-func.el (which-func-update-1):
2128 Use define-obsolete-function-alias.
2129
2130 * net/newst-backend.el (newsticker-cache-filename):
2131 * net/newst-treeview.el (newsticker-groups-filename):
2132 Fix incorrect obsolescence declaration.
2133
2134 * allout.el (allout-passphrase-hint-string): Likewise.
2135 (allout-init): Use a declare form to mark obsolete.
2136
2137 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2138 this applies to functions.
2139
2140 * iswitchb.el (iswitchb-read-buffer): Move code of
2141 iswitchb-define-mode-map here, and delete that obsolete function.
2142
2143 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2144 font-lock-reference-face.
2145
2146 2012-09-25 Glenn Morris <rgm@gnu.org>
2147
2148 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2149 Doc fixes.
2150
2151 * eshell/em-term.el (eshell-term-name):
2152 Default to term-term-name. (Bug#12485)
2153
2154 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2155
2156 * progmodes/python.el (python-shell-send-buffer): Better handling
2157 of "if __name__ == '__main__':" conditionals when sending the buffer.
2158
2159 2012-09-24 Glenn Morris <rgm@gnu.org>
2160
2161 * eshell/esh-cmd.el (eshell-find-alias-function):
2162 Tighten up file-name regexp. (Bug#12499)
2163
2164 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2165
2166 Enhancements for triple-quote string syntax.
2167 * progmodes/python.el (python-quote-syntax): Remove.
2168 (python-syntax-propertize-function): New value.
2169 (python-syntax-count-quotes, python-syntax-stringify):
2170 New functions.
2171
2172 2012-09-24 Chong Yidong <cyd@gnu.org>
2173
2174 * mail/supercite.el (sc-version): Remove obsolete function.
2175 (sc-describe): Don't mark as obsolete, since it is bound.
2176 (sc-submit-bug-report): Remove.
2177
2178 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2179 (cvs-commit-buffer-require-final-newline): Remove.
2180 (log-edit-require-final-newline)
2181 (log-edit-changelog-full-paragraphs): Default to t.
2182
2183 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2184 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2185 * vc/vc.el (vc-checkout-carefully): Likewise.
2186
2187 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2188 (emerge-version): Remove.
2189
2190 * progmodes/compile.el (compile-internal): Remove.
2191 (compilation-parse-errors-function): Fix typo.
2192
2193 * international/mule.el (set-char-table-default): Remove.
2194 (set-coding-priority, make-coding-system, generic-char-p)
2195 (charset-list, charset-bytes, charset-id): Use declare to mark
2196 functions as obsolete.
2197
2198 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2199 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2200 * vc/vc-hooks.el (vc-default-registered): Don't use
2201 vc-master-templates.
2202
2203 * font-lock.el (font-lock-reference-face):
2204 Use define-obsolete-variable-alias.
2205
2206 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2207 * calendar/calendar.el (calendar-font-lock-keywords):
2208 * calendar/diary-lib.el (diary-font-lock-keywords)
2209 (diary-fancy-font-lock-keywords):
2210 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2211 * textmodes/reftex-index.el (reftex-insert-index):
2212 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2213 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2214 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2215 * progmodes/prolog.el (prolog-font-lock-keywords):
2216 * progmodes/idlwave.el (idlwave-idl-keywords):
2217 * progmodes/ada-mode.el (ada-font-lock-keywords):
2218 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2219
2220 2012-09-24 Glenn Morris <rgm@gnu.org>
2221
2222 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2223
2224 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2225
2226 * progmodes/python.el (python-indent-line): More consistent cursor
2227 movement behavior.
2228
2229 2012-09-23 Stefan Merten <smerten@oekonux.de>
2230
2231 * textmodes/rst.el: Fix compiler warning.
2232
2233 2012-09-23 Roland Winkler <winkler@gnu.org>
2234
2235 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2236 Transcribe also LaTeX hyphenation.
2237 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2238 bibtex-reformat-previous-options.
2239
2240 2012-09-23 Roland Winkler <winkler@gnu.org>
2241
2242 * proced.el (proced-renice-command): New variable.
2243 (proced-marked-processes): New function.
2244 (proced-with-processes-buffer): New macro.
2245 (proced-send-signal): Use them.
2246 (proced-renice): New command bound to r.
2247
2248 2012-09-23 Roland Winkler <winkler@gnu.org>
2249
2250 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2251 ibuffer-saved-filter-groups has one element, shortcut the call of
2252 completing-read. (Bug#12331)
2253
2254 2012-09-23 Chong Yidong <cyd@gnu.org>
2255
2256 * bindings.el (mode-line-toggle-read-only):
2257 * bs.el (bs-toggle-readonly):
2258 * buff-menu.el (Buffer-menu-toggle-read-only):
2259 * dired.el (dired-toggle-read-only):
2260 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2261
2262 2012-09-23 Chong Yidong <cyd@gnu.org>
2263
2264 * image.el (image-type-available-p): Adapt to init-image-library
2265 argument changes.
2266
2267 2012-09-22 Juri Linkov <juri@jurta.org>
2268
2269 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2270 `dired-toggle-read-only'. (Bug#12462)
2271
2272 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2273
2274 * subr.el (temp-output-buffer-show): New function.
2275 (with-output-to-temp-buffer): Call temp-output-buffer-show
2276 instead of internal-temp-output-buffer-show.
2277
2278 2012-09-22 Chong Yidong <cyd@gnu.org>
2279
2280 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2281 (Bug#12462).
2282
2283 * repeat.el (repeat): Doc fix (Bug#12348).
2284
2285 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2286 (Bug#10909).
2287
2288 * simple.el (shell-command-on-region): Doc fix.
2289 (read-only-mode): Doc fix.
2290
2291 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2292
2293 * emacs-lisp/timer.el (run-with-idle-timer)
2294 (timer-activate-when-idle): Warn against reinvoking an idle timer
2295 from within its own timer action. (Bug#12447)
2296
2297 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2298
2299 * cus-start.el (window-combination-limit): Add new optional
2300 values.
2301 * window.el (temp-buffer-window-show)
2302 (window--try-to-split-window): Handle new values of
2303 window-combination-limit (Bug#1806).
2304 (split-window): Test window-combination-limit for t instead of
2305 non-nil.
2306 (display-buffer-at-bottom): New buffer display action function.
2307 * help.el (temp-buffer-resize-regexps): New option.
2308 (temp-buffer-resize-mode): Rewrite doc-string.
2309 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2310 Don't resize reused window. Suggested by Glenn Morris.
2311
2312 2012-09-22 Stefan Merten <smerten@oekonux.de>
2313
2314 * textmodes/rst.el: Revamp section title faces.
2315 (rst-official-version)
2316 (rst-package-emacs-version-alist): Sync with official version
2317 V1.4.0.
2318 (rst-faces-defaults, rst-set-level-default)
2319 (rst-level-face-max, rst-level-face-base-color)
2320 (rst-level-face-base-light, rst-level-face-format-light)
2321 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2322 (rst-adornment-faces-alist): Match new setup.
2323 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2324 (rst-level-5, rst-level-6): New faces.
2325
2326 2012-09-22 Chong Yidong <cyd@gnu.org>
2327
2328 * simple.el (undo): Handle indirect buffers (Bug#8207).
2329
2330 2012-09-21 Leo Liu <sdl.web@gmail.com>
2331
2332 IDO: Disable match re-ordering for buffer switching.
2333 * ido.el (ido-buffer-disable-smart-matches): New variable.
2334 (ido-set-matches-1): Use it. (Bug#2042)
2335
2336 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2337
2338 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2339 Fix 2011-05-17 change. (Bug#12418)
2340
2341 2012-09-21 Leo Liu <sdl.web@gmail.com>
2342
2343 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2344
2345 2012-09-21 Glenn Morris <rgm@gnu.org>
2346
2347 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2348 Be more robust about locating simple.el.
2349
2350 2012-09-21 Glenn Morris <rgm@gnu.org>
2351
2352 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2353
2354 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2355
2356 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2357
2358 2012-09-20 Juri Linkov <juri@jurta.org>
2359
2360 * replace.el (query-replace-read-from): Use `read-regexp' instead
2361 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2362 (occur-read-primary-args): Use `read-regexp' instead of
2363 `read-string'.
2364 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2365 `read-from-minibuffer'.
2366 * isearch.el (isearch-occur): Use `read-regexp' instead of
2367 `read-string'.
2368 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2369 `read-from-minibuffer'.
2370 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2371 of `read-string'. (Bug#7567)
2372
2373 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2374 and allow accepting a list of strings prepended to a list of
2375 standard default values. Doc fix. (Bug#12321)
2376
2377 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2378
2379 * replace.el (read-regexp): Don't add ": " when PROMPT already
2380 ends with a colon and space. (Bug#12321)
2381
2382 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2383
2384 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2385 error.
2386
2387 2012-09-20 Stefan Merten <smerten@oekonux.de>
2388
2389 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2390 Fixes feature request bug#11711.
2391 (rst-mode): Create `imenu-create-index-function'.
2392 (rst-get-stripped-line): Delete after refactoring.
2393 (rst-section-tree, rst-section-tree-rec)
2394 (rst-section-tree-point): Refactor and document properly.
2395 (rst-imenu-find-adornments-for-position)
2396 (rst-imenu-convert-cell, rst-imenu-create-index):
2397 New function.
2398
2399 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2402 (macroexp--expand-all): Use it.
2403 (macroexp--funcall-and-return): Remove by folding it into its sole
2404 caller (macroexp--warn-and-return).
2405 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2406 Use macroexp--obsolete-warning.
2407
2408 * calc/calc.el: Fix last change by removing the whole chunk, since it
2409 was only needed back when Calc was not bundled.
2410
2411 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2412
2413 * emacs-lisp/debug.el (debug): Restore assignment to
2414 debugger-old-buffer removed on 2012-09-08.
2415
2416 2012-09-20 Juri Linkov <juri@jurta.org>
2417
2418 * dired-aux.el (dired-diff): Remove (require 'diff) since
2419 `diff-latest-backup-file' is now autoloaded.
2420
2421 2012-09-20 Chong Yidong <cyd@gnu.org>
2422
2423 * vc/diff.el (diff-latest-backup-file): Autoload.
2424
2425 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2426
2427 * calc/calc.el: Remove redundant autoload shape check.
2428 (sel-mode): Don't defvar.
2429 (calc-get-stack-element): Add `sel-mode' arg instead.
2430 (calc-top, calc-top-list): Pass it this additional argument.
2431 * calc/calc-store.el (calc-store-map):
2432 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2433 (calc-map-equation, calc-outer-product, calc-inner-product):
2434 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2435
2436 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2437
2438 2012-09-19 Juri Linkov <juri@jurta.org>
2439
2440 * dired-aux.el (dired-diff): Add (require 'diff) because
2441 `diff-latest-backup-file' is not autoloaded.
2442 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2443 of `dired-get-filename' to t to not report error when there is
2444 no default file on the current line.
2445
2446 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2447
2448 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2449 macroexp--eval-if-compile.
2450 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2451 (macroexp--expand-all): Use them (bug#12371).
2452
2453 * doc-view.el (doc-view-guess-paper-size)
2454 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2455
2456 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2457
2458 New feature: set optimal slice from BoundingBox information.
2459 * doc-view.el (doc-view-mode-map): Add keybinding.
2460 (doc-view-menu): Add menu entry.
2461 (doc-view-set-slice): Adapt docstring.
2462 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2463 (doc-view-scale-bounding-box)
2464 (doc-view-set-slice-from-bounding-box): New functions.
2465 (doc-view-paper-sizes): New defvar.
2466
2467 2012-09-19 Glenn Morris <rgm@gnu.org>
2468
2469 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2470 (byte-compile-log-warning): Autoload. (Bug#12371)
2471
2472 * calendar/calendar.el (calendar-american-month-header)
2473 (calendar-european-month-header, calendar-iso-month-header)
2474 (calendar-month-header): New options.
2475 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2476 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2477
2478 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2479
2480 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2481
2482 2012-09-18 Juri Linkov <juri@jurta.org>
2483
2484 * dired-aux.el (dired-diff): Restore original functionality of
2485 getting the default value, but keep new feature of using the
2486 latest existing backup file (`diff-latest-backup-file').
2487
2488 2012-09-18 Juri Linkov <juri@jurta.org>
2489
2490 * dired.el (dired-mark): If the region is active in Transient Mark
2491 mode, mark all files in the active region. Doc fix.
2492 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2493 Doc fix. (Bug#10624)
2494
2495 2012-09-18 Juri Linkov <juri@jurta.org>
2496
2497 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2498 attributes for M-n are pulled from the file at point.
2499 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2500 Suggested by Drew Adams. (Bug#10624)
2501
2502 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2503
2504 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2505 whitespace after "end".
2506 (ruby-do-end-to-brace): Collapse block to one line if it fits
2507 within fill-column.
2508
2509 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2510
2511 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2512 value.
2513 (debug): Don't remove debugger window when debugger is expected
2514 to be back.
2515
2516 2012-09-18 Chong Yidong <cyd@gnu.org>
2517
2518 * custom.el (defface): Doc fix.
2519
2520 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2521
2522 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2523
2524 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2525 to initialize query-on-exit; then test that instead (bug#12288).
2526
2527 2012-09-17 Stefan Merten <smerten@oekonux.de>
2528
2529 * textmodes/rst.el: Add support for `testcover'.
2530 (rst-defcustom-testcover, rst-testcover-add-compose)
2531 (rst-testcover-add-1value): New functions.
2532 (rst-portable-mark-active-p): Replace by `use-region-p'.
2533 (rst-update-section, rst-classify-adornment)
2534 (rst-find-title-line): Mark `1value' forms.
2535 (rst-classify-adornment): Remove superfluous form.
2536 (rst-update-section, rst-get-adornments-around)
2537 (rst-adornment-complete-p, rst-get-next-adornment)
2538 (rst-adjust, rst-promote-region)
2539 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2540 (rst-find-pfx-in-region, rst-section-tree-rec)
2541 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2542 (rst-toc-node, rst-toc, rst-forward-section)
2543 (rst-iterate-leftmost-paragraphs)
2544 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2545 (rst-bullet-list-region)
2546 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2547 (rst-compile-find-conf, rst-compile)
2548 (rst-repeat-last-character): Fix style.
2549
2550 2012-09-17 Chong Yidong <cyd@gnu.org>
2551
2552 * comint.el (comint--complete-file-name-data): Don't add a space
2553 if the status is `sole'; that adds a gratuitous space in the
2554 completion-cycling case (Bug#12092).
2555
2556 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2557
2558 2012-09-17 Richard Stallman <rms@gnu.org>
2559
2560 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2561 only in the mime-shown mode, not in raw mode.
2562 (rmail-mime): Toggle off mime by displaying the message without
2563 mime processing. (Bug#12305)
2564
2565 * mail/rmail.el (rmail-retry-failure):
2566 Turn off mime processing first. (Bug#12037)
2567
2568 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2569
2570 2012-09-17 Chong Yidong <cyd@gnu.org>
2571
2572 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2573 (shell-dynamic-complete-functions): Convert to defcustom.
2574 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2575
2576 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2577 * comint.el (comint-prompt-read-only):
2578 * custom.el (defcustom):
2579 * hi-lock.el (hi-lock-mode):
2580 * ibuffer.el (ibuffer-formats):
2581 * ielm.el (ielm-prompt-read-only):
2582 * novice.el (disable-command):
2583 * saveplace.el (toggle-save-place):
2584 * speedbar.el (speedbar-supported-extension-expressions):
2585 * startup.el (auto-save-list-file-prefix, init-file-user)
2586 (after-init-hook, inhibit-startup-echo-area-message):
2587 * strokes.el (strokes-help):
2588 * time-stamp.el (time-stamp):
2589 * calendar/calendar.el (calendar, diary-file):
2590 * calendar/diary-lib.el (diary-mail-entries, diary)
2591 (diary-list-entries-hook):
2592 * calendar/holidays.el (holidays, calendar-holidays):
2593 * calendar/lunar.el (lunar-phases):
2594 * calendar/solar.el (sunrise-sunset):
2595 * emulation/edt.el (edt-load-keys):
2596 * emulation/viper.el (viper-mode):
2597 * eshell/em-alias.el (eshell-command-aliases-list):
2598 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2599 * international/ogonek.el (ogonek-information):
2600 * net/tramp-cmds.el (tramp-bug):
2601 * net/quickurl.el (quickurl-reread-hook-postfix):
2602 * play/decipher.el (decipher-font-lock-keywords):
2603 * progmodes/cc-styles.el (c-set-style):
2604 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2605 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2606 * progmodes/octave-mod.el (octave-mode):
2607 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2608 * progmodes/verilog-mode.el (verilog-read-defines):
2609 * textmodes/two-column.el (2C-mode): Likewise.
2610
2611 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2612
2613 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2614 that holds many addresses.
2615
2616 2012-09-16 Chong Yidong <cyd@gnu.org>
2617
2618 * align.el (align-areas): Call the indication function with
2619 positions instead of markers for arguments (Bug#12343).
2620
2621 * files.el (parse-colon-path): Use split-string (Bug#12351).
2622
2623 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2624 (display-buffer-function): Mark as obsolete.
2625
2626 * progmodes/compile.el (compilation-parse-errors): Accept list
2627 values similar to font-lock-keywords (Bug#12136).
2628 Suggested by Oleksandr Manzyuk.
2629 (compilation-error-regexp-alist): Doc fix.
2630
2631 2012-09-15 Glenn Morris <rgm@gnu.org>
2632
2633 * version.el (emacs-bzr-version-bzr): New function.
2634 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2635
2636 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2637 checkouts, check the parent dirstate matches the branch.
2638 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2639 empty string.
2640
2641 * version.el (emacs-bzr-version): Doc fix.
2642 (emacs-bzr-version-dirstate): New function.
2643 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2644 is local try and check that it matches the branch. If not, just
2645 use dirstate information. (Bug#12441)
2646
2647 2012-09-14 Juri Linkov <juri@jurta.org>
2648
2649 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2650 (Bug#12399)
2651
2652 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2655
2656 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2657 Remove obsolete byte-compiler hack that tried to silence some warnings.
2658 (edebug-submit-bug-report): Remove.
2659 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2660 Remove aliases, use the un-prefixed name instead.
2661 (edebug-pop-to-buffer): Consider other frames.
2662 (edebug-original-read):: Make it more obvious that it's always defined.
2663 (edebug--make-form-data-entry, edebug--form-data-name)
2664 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2665 single-dashed name, and implement with cl-defstruct.
2666 (edebug-set-form-data-entry): Use the standard accessors.
2667 (edebug-make-top-form-data-entry): Use push.
2668 (edebug-no-match): Drop useless `funcall'.
2669 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2670 to functions.
2671 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2672 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2673 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2674 (easy-menu-define, with-custom-print): Remove redundant specs.
2675 (edebug-outside-overriding-local-map)
2676 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2677 (edebug--display): Bind unread-command-events directly to nil rather
2678 than binding it to unread-command-events and later setting it to nil.
2679 (edebug--display): Kill edebug-eval-buffer here...
2680 (edebug--recursive-edit): ...rather than here.
2681 Bind standard-output and standard-input.
2682 (edebug-eval): Check cl-macroexpand-all is fboundp.
2683 (edebug-temp-display-freq-count): Fix last change.
2684
2685 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2686 * subr.el (noreturn, 1value): Add `debug' spec.
2687 * emacs-lisp/advice.el: Require cl-lib.
2688 (ad-copy-tree): Remove, use copy-tree instead.
2689 (ad-dolist): Remove use dolist or cl-dolist instead.
2690 (ad-do-return): Remove, use cl-return instead.
2691 (defadvice): Add `debug' spec.
2692
2693 2012-09-13 Juri Linkov <juri@jurta.org>
2694
2695 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2696 (Bug#12399)
2697
2698 2012-09-13 Glenn Morris <rgm@gnu.org>
2699
2700 * calc/calc.el (math-compose-expr):
2701 * calc/calc-ext.el (math-compose-expr):
2702 * progmodes/cc-defs.el (cl-macroexpand-all):
2703 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2704 (cl-macroexpand-all): Update declarations.
2705
2706 * vc/vc.el: No need to require ediff.
2707 (ediff-load-version-control): Declare.
2708 (ediff-vc-internal): Fix declaration.
2709 (vc-version-ediff): Require ediff.
2710
2711 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2712
2713 Use a more backwards-compatible timer format (Bug#12430).
2714 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2715 being right after USECS, as that better supports old code that
2716 inadvisedly looked directly at the timer vector.
2717
2718 2012-09-13 Kenichi Handa <handa@gnu.org>
2719
2720 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2721 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2722 `coding-priority' property of these language environment.
2723
2724 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2725
2726 Fix glitches caused by addition of psec to timers (Bug#12430).
2727 * image.el (image-animate-timer):
2728 * time.el (display-time-world-timer):
2729 Use timer--function and timer--args rather than raw access to
2730 timer vector.
2731
2732 2012-09-13 Glenn Morris <rgm@gnu.org>
2733
2734 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2735 If not compiling a file, try using load-file-name.
2736
2737 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2740 Fix last change.
2741 (edebug-update-eval-list): Use `push'.
2742
2743 * emacs-lisp/edebug.el: Use lexical-binding.
2744 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2745 Mark unused args with underscore.
2746 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2747 (edebug-form-data): Use defvar-local.
2748 (edebug-make-before-and-after-form, edebug-make-after-form):
2749 Use backquote.
2750 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2751 Not dynamically scoped any more.
2752 (edebug--enter-trace): Add arguments `function' and `args'.
2753 Rename from edebug-enter-trace.
2754 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2755 (edebug--update-coverage): Add `after-index' and `value' args.
2756 Rename from edebug-update-coverage.
2757 (edebug-slow-after): Call it accordingly.
2758 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2759 edebug-recursive-edit.
2760 (edebug--display): Call it accordingly. Add args `value',
2761 `offset-index', and `arg-mode'. Rename from edebug-display.
2762 (edebug-debugger, edebug): Call it accordingly.
2763 (edebug-eval-display-list): Use dolist.
2764
2765 2012-09-12 Juri Linkov <juri@jurta.org>
2766
2767 * info.el (Info-search): Don't check for isearch-mode and
2768 isearch-regexp before let-binding search-spaces-regexp to
2769 Info-search-whitespace-regexp.
2770 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2771 search-whitespace-regexp if isearch-lax-whitespace or
2772 isearch-regexp-lax-whitespace is non-nil.
2773 (Info-mode): Don't set local variable search-whitespace-regexp.
2774 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2775
2776 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2779 (debugger-env-macro): Remove support for unread-command-char.
2780
2781 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2782 the temporary map re-appearing on emulation-mode-map-alists.
2783
2784 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2785 since 22.1.
2786
2787 * ehelp.el (with-electric-help): Accept functions in
2788 electric-help-form-to-execute.
2789 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2790 And replace unread-command-char -> unread-command-events.
2791
2792 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2793
2794 Sync with Tramp 2.2.6.
2795
2796 * net/tramp.el (tramp-accept-process-output): Don't use
2797 JUST-THIS-ONE in the XEmacs case.
2798
2799 * net/trampver.el: Update release number.
2800
2801 2012-09-12 Martin Rudalics <rudalics@gmx.at>
2802
2803 * emacs-lisp/debug.el (debugger-previous-window-height):
2804 New variable.
2805 (debug): When debugger-jumping-flag is non-nil try to restore
2806 height of debugger window. (Bug#8789)
2807
2808 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2811 overriding-local-map and pre/post-command-hook here.
2812 (edebug-recursive-edit): Do it here instead (bug#12345).
2813 (edebug-outside-unread-command-char): Remove all uses of
2814 unread-command-char.
2815
2816 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2817 inhibit-debugger is bound instead.
2818
2819 2012-09-11 Bastien Guerry <bzg@gnu.org>
2820
2821 * subr.el (set-temporary-overlay-map): Add a docstring.
2822 (Bug#12346)
2823
2824 2012-09-11 Bastien Guerry <bzg@gnu.org>
2825
2826 * minibuffer.el (completion-table-subvert): Fix docstring.
2827 (Bug#12347)
2828
2829 2012-09-11 Bastien Guerry <bzg@gnu.org>
2830
2831 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
2832
2833 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2834
2835 * progmodes/sql.el: Version 3.1
2836 (sql-db2-escape-newlines): New variable.
2837 (sql-escape-newlines-filter): Use it.
2838
2839 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
2840
2841 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2842
2843 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2844
2845 * vc/diff-mode.el (diff-mode-menu):
2846 Bind diff-remove-trailing-whitespace.
2847
2848 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2851 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2852 (emacs-lisp-byte-code-mode): New functions.
2853 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2854 (eval-defun-2): Remove bogus interactive spec.
2855 (lisp-indent-line): Remove redundant whole-exp code, now done in
2856 indent-according-to-mode.
2857 (save-match-data): Remove redundant indent data.
2858
2859 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2860 Use `declare'.
2861
2862 2012-09-09 Juri Linkov <juri@jurta.org>
2863
2864 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2865 (replace-lax-whitespace, query-replace-regexp)
2866 (query-replace-regexp-eval, replace-regexp): Doc fix.
2867 (perform-replace, replace-highlight): Let-bind
2868 isearch-lax-whitespace to replace-lax-whitespace and
2869 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2870
2871 * isearch.el (isearch-query-replace): Let-bind
2872 replace-lax-whitespace to isearch-lax-whitespace and
2873 replace-regexp-lax-whitespace to
2874 isearch-regexp-lax-whitespace. (Bug#10885)
2875
2876 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2879
2880 2012-09-09 Alan Mackenzie <acm@muc.de>
2881
2882 * progmodes/cc-engine.el (c-state-cache-init):
2883 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2884 (c-record-parse-state-state):
2885 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2886
2887 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2888
2889 * register.el (register-separator): Rename from
2890 separator-register. All uses changed. Doc fix.
2891 (register): Fix version.
2892
2893 2012-09-09 Chong Yidong <cyd@gnu.org>
2894
2895 * replace.el (query-replace-map): Bind four new symbols for
2896 requesting window scrolling.
2897
2898 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2899 query-replace-map (Bug#8948).
2900
2901 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2902
2903 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2904 since they are now in query-replace-map.
2905
2906 * window.el (scroll-other-window-down): Make the arg optional.
2907
2908 2012-09-09 Chong Yidong <cyd@gnu.org>
2909
2910 * files.el (hack-local-variables-confirm): Use quit-window to kill
2911 the *Local Variables* buffer.
2912
2913 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2914
2915 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2916 not just expect to be at its beginning. Adjust callees.
2917 Succeed when do-end block has no space before the pipe character.
2918 (ruby-brace-to-do-end): When the original block is one-liner,
2919 convert to multiline. Reindent the result.
2920
2921 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
2922
2923 * register.el (register): New group.
2924 (separator-register): New user option.
2925 (increment-register): Route it to `append-to-register', if
2926 register contains text. Implication is that `C-x r +' can now be
2927 used for appending to a text register (bug#12217).
2928 (append-to-register, prepend-to-register): Add separator based on
2929 `separator-register'.
2930
2931 2012-09-08 Alan Mackenzie <acm@muc.de>
2932
2933 AWK Mode: make auto-newline work when there's "==" in the pattern.
2934 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2935 correctly.
2936 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2937 Test more rigorously for "=" token.
2938
2939 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2940
2941 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2942 Only fail when reached LIMIT.
2943
2944 2012-09-08 Chong Yidong <cyd@gnu.org>
2945
2946 * dired.el (dired-mode-map): Don't bind M-=.
2947
2948 * dired-aux.el (dired-diff): Use backup file as default.
2949
2950 2012-09-08 Drew Adams <drew.adams@oracle.com>
2951
2952 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2953
2954 2012-09-08 Chong Yidong <cyd@gnu.org>
2955
2956 * subr.el (syntax-after, syntax-class): Doc fix.
2957
2958 2012-09-08 Martin Rudalics <rudalics@gmx.at>
2959
2960 * window.el (display-buffer-in-previous-window): New buffer
2961 display action function.
2962
2963 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2964 (debugger-previous-window): New variable.
2965 (debug): Rewrite using display-buffer-in-previous-window,
2966 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2967
2968 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2971
2972 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2973
2974 * progmodes/python.el (python-shell-send-string):
2975 When default-directory is remote, create temp file on remote
2976 filesystem.
2977 (python-shell-send-file): When file is remote, pass local view of
2978 file paths to remote Python interpreter. (Bug#12340)
2979
2980 2012-09-07 Chong Yidong <cyd@gnu.org>
2981
2982 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2983
2984 * files.el (after-find-file): Don't fail on a read-only buffer if
2985 require-final-newline is `visit' or `visit-save' (Bug#11156).
2986
2987 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2988
2989 * userlock.el (ask-user-about-supersession-threat):
2990 Use read-char-choice (Bug#12093).
2991
2992 2012-09-07 Chong Yidong <cyd@gnu.org>
2993
2994 * subr.el (buffer-narrowed-p): New function.
2995
2996 * ses.el (ses-widen):
2997 * simple.el (count-words--buffer-message):
2998 * net/browse-url.el (browse-url-of-buffer): Use it.
2999
3000 * simple.el (count-words-region): Don't signal an error if there
3001 is a non-nil prefix arg and the mark is not set.
3002
3003 * help.el (describe-key-briefly): Allow the message to be seen
3004 when invoked from the minibuffer (Bug#7014).
3005
3006 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3007
3008 * progmodes/ruby-mode.el (ruby-end-of-defun)
3009 (ruby-beginning-of-defun): Simplify, allow indentation before
3010 block beginning and end keywords.
3011 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3012 (ruby-end-of-defun): Expect that the point is at the beginning of
3013 the defun.
3014
3015 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3018 (bug#12367).
3019 (cl--make-usage-args): Strip _ from argument names.
3020
3021 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3022
3023 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3024 obsolete alias speedbar-key-map.
3025 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3026 (vhdl-index-menu-init): Don't use obsolete variable
3027 font-lock-maximum-size.
3028
3029 2012-09-06 Chong Yidong <cyd@gnu.org>
3030
3031 * frame.el (window-system-version): Mark as obsolete.
3032
3033 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3034 of obsolete variable speedbar-key-map.
3035
3036 2012-09-06 Juri Linkov <juri@jurta.org>
3037
3038 * replace.el (replace-lax-whitespace): New defcustom.
3039 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3040 (replace-string, replace-regexp): Mention it in docstrings.
3041 (perform-replace, replace-highlight): Let-bind
3042 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3043 to the values of replace-lax-whitespace and regexp-flag.
3044 Don't let-bind search-whitespace-regexp. (Bug#10885)
3045
3046 * isearch.el (isearch-query-replace): Let-bind
3047 replace-lax-whitespace instead of let-binding
3048 replace-search-function and replace-re-search-function.
3049 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3050 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3051 (isearch-toggle-symbol): Set isearch-regexp to nil
3052 in isearch-word mode (like in isearch-toggle-word).
3053
3054 2012-09-06 Juri Linkov <juri@jurta.org>
3055
3056 * replace.el (replace-search-function)
3057 (replace-re-search-function): Set default values to nil.
3058 (perform-replace): Let-bind isearch-related variables based on
3059 replace-related values, call `isearch-search-fun' and let-bind
3060 the result to `search-function'. Remove code that sets
3061 `search-function' and `search-string' separately for
3062 `delimited-flag'.
3063 (replace-highlight): Add new argument `delimited-flag' and
3064 rename other arguments to the names used in `perform-replace'.
3065 Let-bind `isearch-word' to the argument `delimited-flag'.
3066 (Bug#10885, bug#10887)
3067
3068 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3069
3070 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3071 ruby-beginning-of-indent, simplify, allow all keywords to have
3072 indentation before them.
3073 (ruby-beginning-of-indent): Adjust for above. Search until the
3074 found point is not inside a string or comment.
3075 (ruby-font-lock-keywords): Allow symbols to start with "@"
3076 character, give them higher priority than variables.
3077 (ruby-syntax-propertize-function)
3078 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3079 matchers. Expression expansions are not comments when inside a
3080 string, and there comment syntax status is irrelevant.
3081 (ruby-match-expression-expansion): New function. Check that
3082 expression expansion is inside a string, and it's not escaped.
3083 (ruby-font-lock-keywords): Use it.
3084
3085 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3086
3087 * help.el (temp-buffer-max-height): New default value.
3088 (temp-buffer-resize-frames): New option.
3089 (resize-temp-buffer-window): Optionally resize frame.
3090
3091 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3092 (fit-frame-to-buffer): New function.
3093
3094 2012-09-05 Glenn Morris <rgm@gnu.org>
3095
3096 * emulation/cua-rect.el (cua--init-rectangles):
3097 * textmodes/picture.el (picture-mode-map):
3098 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3099 like forward-char and backward-char. (Bug#12317)
3100
3101 2012-09-05 Leo Liu <sdl.web@gmail.com>
3102
3103 * progmodes/flymake.el (flymake-warning-re): New variable.
3104 (flymake-parse-line): Use it.
3105
3106 2012-09-05 Glenn Morris <rgm@gnu.org>
3107
3108 * calendar/holidays.el (holiday-christian-holidays):
3109 Rename an entry. (Bug#12289)
3110
3111 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3114 (bug#12222).
3115
3116 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3117
3118 * loadup.el: Load macroexp. Remove hack.
3119 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3120 (macroexp--expand-all): Use it to get better warnings.
3121 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3122 (internal-macroexpand-for-load): New functions.
3123 (macroexp--pending-eager-loads): New var.
3124 (emacs-startup-hook): New hack to replace one in loadup.el.
3125 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3126 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3127 (cl-psetf): Simplify.
3128 (cl-defstruct): Add indent rule.
3129
3130 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3131
3132 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3133 over `user-mail-address' for the SMTP MAIL FROM envelope.
3134 (smtpmail-via-smtp): Ditto.
3135
3136 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3137
3138 * progmodes/ruby-mode.el: Clean up keybindings.
3139 (ruby-mode-map): Don't bind ruby-electric-brace,
3140 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3141 backward-kill-word, reindent-then-newline-and-indent.
3142 (ruby-mark-defun): Remove.
3143 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3144 (ruby-mode): Set local beginning-of-defun-function and
3145 end-of-defun-function values.
3146
3147 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3148
3149 * window.el (temp-buffer-window-setup-hook)
3150 (temp-buffer-window-show-hook): New hooks.
3151 (temp-buffer-window-setup, temp-buffer-window-show)
3152 (with-temp-buffer-window): New functions.
3153 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3154 (special-display-popup-frame): Make sure the window used shows BUFFER.
3155
3156 * help.el (temp-buffer-resize-mode): Fix doc-string.
3157 (resize-temp-buffer-window): New optional argument WINDOW.
3158
3159 * files.el (recover-file, save-buffers-kill-emacs):
3160 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3161
3162 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3163
3164 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3165 remote definition of `default-directory', ensure we can connect.
3166
3167 2012-09-02 Juri Linkov <juri@jurta.org>
3168
3169 Toggle whitespace matching mode with M-s SPC.
3170 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3171
3172 * isearch.el (search-whitespace-regexp): Doc fix.
3173 Remove cons cell customization.
3174 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3175 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3176 New variables.
3177 (isearch-forward, isearch-forward-regexp): Doc fix.
3178 (isearch-toggle-lax-whitespace): New command.
3179 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3180 (re-search-forward-lax-whitespace)
3181 (re-search-backward-lax-whitespace): New functions.
3182 (isearch-whitespace-regexp): Remove function.
3183 (isearch-query-replace): Let-bind replace-search-function and
3184 replace-re-search-function.
3185 (isearch-occur): Let-bind search-spaces-regexp according to the
3186 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3187 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3188 condition for C-q SPC.
3189 (isearch-search-fun-default): Use new functions mentioned above.
3190 (isearch-search-forward, isearch-search-backward): Remove functions.
3191 (isearch-search): Don't let-bind search-spaces-regexp.
3192 (isearch-lazy-highlight-space-regexp): Remove variable.
3193 (isearch-lazy-highlight-lax-whitespace)
3194 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3195 (isearch-lazy-highlight-new-loop): Use them.
3196 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3197
3198 2012-09-02 Chong Yidong <cyd@gnu.org>
3199
3200 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3201
3202 2012-09-02 Glenn Morris <rgm@gnu.org>
3203
3204 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3205
3206 2012-09-01 Glenn Morris <rgm@gnu.org>
3207
3208 * term.el: Tidy up menu definitions.
3209 (term-mode-map): Use easymenu for In/Out, Complete menus.
3210 (term-pager-break-map): Initialize in the defvar.
3211 (term-terminal-menu, term-signals-menu): Define with easymenu.
3212 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3213 (term-pager-menu): New, extracted from term-process-pager.
3214 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3215 (term-update-mode-line): Propertize line/char and page items.
3216 (term-process-pager): Move keymap initialization elsewhere.
3217
3218 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3219
3220 * window.el (switch-to-prev-buffer): Handle additional values of
3221 BURY-OR-KILL argument. Don't switch in minibuffer window.
3222 (switch-to-next-buffer): Don't switch in minibuffer window.
3223 (quit-restore-window): New function based on quit-window.
3224 Handle additional values of former KILL argument.
3225 (quit-window): Call quit-restore-window with appropriate
3226 interpretation of KILL argument.
3227 (display-buffer-below-selected): New buffer display action
3228 function.
3229
3230 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3231
3232 * minibuffer.el (completion-at-point-functions): Complete docstring
3233 (bug#12254).
3234
3235 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3236
3237 Better seed support for (random).
3238 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3239 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3240 * play/mpuz.el, play/tetris.el, play/zone.el:
3241 * calc/calc-comb.el (math-init-random-base):
3242 * play/blackbox.el (bb-init-board):
3243 * play/life.el (life):
3244 * server.el (server-use-tcp):
3245 * type-break.el (type-break):
3246 Remove unnecessary call to (random t).
3247 * net/sasl.el (sasl-unique-id-function):
3248 Change (random t) to (random), now that the latter is more random.
3249 * play/life.el (life-initialized): Remove no-longer-needed var.
3250
3251 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3252
3253 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3254 Consider frame's buffer predicate when choosing the buffer.
3255 (Bug#12081)
3256
3257 2012-08-30 Richard Stallman <rms@gnu.org>
3258
3259 * simple.el (special-mode-map): Delete binding for `z'.
3260
3261 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3262
3263 * progmodes/compile.el (compilation-always-kill): Doc fix.
3264
3265 2012-08-30 Chong Yidong <cyd@gnu.org>
3266
3267 * window.el (display-buffer-reuse-frames): Make the obsolescence
3268 message more informative.
3269
3270 2012-08-30 Glenn Morris <rgm@gnu.org>
3271
3272 * paren.el (show-paren-delay):
3273 Add a :set function. Doc fix. (Bug#12297)
3274
3275 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3276
3277 * progmodes/compile.el (compilation-always-kill): New var.
3278 (compilation-start): Use it.
3279
3280 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3283 * files.el (read-only-mode): Move to simple.el.
3284
3285 * files.el (read-only-mode): New minor mode.
3286 (toggle-read-only): Use it and mark obsolete.
3287 (find-file--read-only):
3288 * vc/vc.el (vc-next-action, vc-checkout):
3289 * vc/vc-cvs.el (vc-cvs-checkout):
3290 * obsolete/vc-mcvs.el (vc-mcvs-update):
3291 * ffap.el (ffap--toggle-read-only): Update callers.
3292
3293 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3294
3295 * eshell/esh-ext.el (eshell-external-command): Do not examine
3296 remote shell scripts.
3297 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3298
3299 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3300 "/usr/local/sbin".
3301
3302 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3303
3304 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3305
3306 2012-08-28 Leo Liu <sdl.web@gmail.com>
3307
3308 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3309 completion-at-point. (Bug#12220)
3310
3311 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3312
3313 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3314
3315 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3316
3317 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3318 be buffer-local; add delete-trailing-whitespace (bug#12259).
3319
3320 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3321
3322 * progmodes/hideif.el (hif-compress-define-list):
3323 Fix typo. (Bug#11951)
3324
3325 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3326
3327 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3328 buffer local setting.
3329
3330 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3331 rcirc-encode-coding-system.
3332
3333 2012-08-28 Leo Liu <sdl.web@gmail.com>
3334
3335 * net/rcirc.el (rcirc-split-message): New function.
3336 (rcirc-send-message): Use it. (Bug#12051)
3337
3338 2012-08-28 Juri Linkov <juri@jurta.org>
3339
3340 * info.el (Info-fontify-node): Hide empty lines at the end of
3341 the node. (Bug#12272)
3342
3343 2012-08-27 Drew Adams <drew.adams@oracle.com>
3344
3345 * dired.el (dired-pop-to-buffer): Make window start at beginning
3346 of buffer (Bug#12281).
3347
3348 2012-08-26 Chong Yidong <cyd@gnu.org>
3349
3350 * window.el (special-display-regexps, special-display-frame-alist)
3351 (special-display-buffer-names, special-display-function)
3352 (display-buffer-reuse-frames): Mark as obsolete.
3353
3354 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3355
3356 * help.el (help-print-return-message): Don't treat
3357 display-buffer-reuse-frames specially.
3358
3359 2012-08-26 Chong Yidong <cyd@gnu.org>
3360
3361 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3362 New variable, replacing gdb-frame-parameters.
3363 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3364 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3365 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3366 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3367 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3368 the functions directly with gdb-display-buffer-other-frame-action.
3369 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3370 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3371 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3372 (gdb-display-registers-buffer): Define directly.
3373 (def-gdb-display-buffer): Macro deleted.
3374 (gdb-display-buffer): Remove second and third args, callers don't
3375 use them. Defer to the default display-buffer behavior, apart
3376 from making windows dedicated.
3377 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3378
3379 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3380
3381 * window.el (display-buffer-pop-up-frame): Handle a
3382 pop-up-frame-parameters alist entry.
3383 (display-buffer): Document it.
3384
3385 2012-08-26 Chong Yidong <cyd@gnu.org>
3386
3387 * isearch.el (search-whitespace-regexp): Make string and nil
3388 values apply to both ordinary and regexp search. Allow a cons
3389 cell value to distinguish between the two.
3390 (isearch-whitespace-regexp, isearch-search-forward)
3391 (isearch-search-backward): New functions.
3392 (isearch-occur, isearch-search-fun-default, isearch-search)
3393 (isearch-lazy-highlight-new-loop): Use them.
3394 (isearch-forward, isearch-forward-regexp): Doc fix.
3395
3396 2012-08-26 Chong Yidong <cyd@gnu.org>
3397
3398 * faces.el (help-argument-name): Always inherit from italic
3399 (Bug#12213).
3400
3401 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3402
3403 * window.el (window--even-window-heights): Even heights when
3404 WINDOW and the selected window form a vertical combination.
3405 (display-buffer-use-some-window): Provide that window used gets
3406 sized back by quit-window. (Bug#11880) and (Bug#12091)
3407
3408 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3409
3410 Fix file time stamp problem with bzr and CVS (Bug#12001).
3411 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3412 in the file's time stamp, since the version control system loses
3413 that information.
3414
3415 2012-08-22 Juri Linkov <juri@jurta.org>
3416
3417 * info.el (Info-fontify-node): Hide the suffix of the
3418 Info file name in the header line. (Bug#12187)
3419
3420 2012-08-22 Glenn Morris <rgm@gnu.org>
3421
3422 * calendar/cal-tex.el (cal-tex-weekly-common):
3423 Restore leading blank page.
3424
3425 2012-08-22 Le Wang <l26wang@gmail.com>
3426
3427 * misc.el (forward-to-word, backward-to-word): Activate or extend
3428 the region under `shift-select-mode'. (Bug#12231)
3429
3430 2012-08-22 Bastien Guerry <bzg@gnu.org>
3431
3432 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3433 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3434 gives details on why the space is never needed.
3435
3436 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3437
3438 * window.el (walk-window-tree, window-with-parameter):
3439 New optional argument MINIBUF to control whether these functions
3440 should run on the minibuffer window.
3441 (window-at-side-list): Don't operate on minibuffer window.
3442 (window-in-direction): Simplify and rewrite doc-string.
3443 (window--size-ignore): Rename to window--size-ignore-p.
3444 Update callers.
3445 (display-buffer-in-atom-window, window--major-non-side-window)
3446 (window--major-side-window, display-buffer-in-major-side-window)
3447 (delete-side-window, display-buffer-in-side-window):
3448 New functions.
3449 (window--side-check, window-deletable-p, delete-window)
3450 (delete-other-windows, split-window): Handle side windows and
3451 atomic windows appropriately.
3452 (window--display-buffer): Call display-buffer-record-window also
3453 when the window buffer did not change.
3454
3455 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3456
3457 * help-fns.el (help-fns--key-bindings):
3458 Abbreviate non-symbol remap targets. (Bug#12174)
3459
3460 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3461
3462 * dired.el (dired-mark-remembered): Don't clobber point.
3463 (Bug#11795)
3464
3465 2012-08-22 Glenn Morris <rgm@gnu.org>
3466
3467 * progmodes/bug-reference.el (bug-reference): New custom group.
3468 (bug-reference-bug-regexp): Make it a defcustom.
3469
3470 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3471
3472 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3473 (js-paren-indent-offset, js-square-indent-offset)
3474 (js-curly-indent-offset): Add :safe (Bug#12257).
3475
3476 2012-08-22 Edward O'Connor <hober0@gmail.com>
3477
3478 * json.el (json-key-format): Add error properties.
3479 (json-encode-key): New function.
3480 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3481 Use json-encode-key.
3482
3483 2012-08-22 Glenn Morris <rgm@gnu.org>
3484
3485 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3486 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3487 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3488 Update for above change.
3489
3490 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3491
3492 * cus-face.el (custom-face-attributes): Fix customize type for the
3493 :underline attribute. (Bug#11805)
3494
3495 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3496
3497 * window.el (window-point-1, set-window-point-1): Remove.
3498 (window-in-direction, record-window-buffer)
3499 (set-window-buffer-start-and-point, split-window-below)
3500 (window--state-get-1, display-buffer-record-window):
3501 Replace calls to window-point-1 and set-window-point-1 by calls to
3502 window-point and set-window-point respectively.
3503
3504 2012-08-21 Glenn Morris <rgm@gnu.org>
3505
3506 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3507 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3508 Use it.
3509
3510 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3511 (cal-tex-shortday): New function.
3512 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3513 (cal-tex-cursor-filofax-daily): Use the above.
3514
3515 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3516 New functions.
3517 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3518 (cal-tex-cursor-filofax-week): Use them.
3519
3520 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3521 New constants.
3522 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3523 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3524
3525 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3526 (cal-tex-end-document): Don't rely on buffer name.
3527
3528 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3529 Use cal-tex-vspace.
3530 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3531 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3532 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3533 Use cal-tex-arg.
3534
3535 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3536 (cal-tex-cursor-week, cal-tex-cursor-week2)
3537 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3538 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3539 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3540 (cal-tex-insert-preamble, cal-tex-b-document)
3541 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3542 Improve cal-tex-cmd usage.
3543
3544 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3545 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3546 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3547 (cal-tex-weekly-paper): New function.
3548 (cal-tex-cursor-week, cal-tex-cursor-week2)
3549 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3550 (cal-tex-cursor-day): Use it.
3551
3552 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3553 (cal-tex-cursor-filofax-week): Remove leading blank page.
3554
3555 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3556 Add autoload cookie. For now at least, don't use color, since
3557 no other cal-tex function does.
3558
3559 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3560 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3561 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3562
3563 2012-08-21 Juri Linkov <juri@jurta.org>
3564
3565 * info.el (Info-file-attributes): New variable.
3566 (info-insert-file-contents): Add file attributes to
3567 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3568 `Info-toc-nodes' when previous modtime of the Info file is less
3569 than new modtime.
3570 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3571 of info.el. (Bug#12230)
3572
3573 2012-08-20 Glenn Morris <rgm@gnu.org>
3574
3575 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3576 * calendar/holidays.el (calendar-holiday-list):
3577 Report errors with display-warning rather than beep'n'sleep.
3578
3579 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3580
3581 * net/tramp.el (tramp-accept-process-output): Accept only output
3582 from PROC. Otherwise, process filters and sentinels might be
3583 confused. (Bug#12145)
3584
3585 2012-08-20 Chong Yidong <cyd@gnu.org>
3586
3587 * descr-text.el (describe-text-properties-1): Use overlays-in to
3588 report on empty overlays (Bug#3322).
3589
3590 2012-08-20 Glenn Morris <rgm@gnu.org>
3591
3592 * mail/rmailout.el (rmail-output-read-file-name):
3593 Trap and report errors in rmail-output-file-alist elements.
3594
3595 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3596 since most non-font-lock faces are not also variables).
3597
3598 2012-08-20 Edward Reingold <reingold@iit.edu>
3599
3600 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3601 New function. (Bug12160)
3602
3603 2012-08-19 Glenn Morris <rgm@gnu.org>
3604
3605 * mail/rmailout.el (rmail-output-read-file-name):
3606 Fix previous change (when the alist is nil or does not match).
3607
3608 2012-08-19 Chong Yidong <cyd@gnu.org>
3609
3610 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3611 (Bug#12228).
3612
3613 2012-08-18 Chong Yidong <cyd@gnu.org>
3614
3615 * simple.el (yank-handled-properties): New defcustom.
3616 (yank-excluded-properties): Add font-lock-face and category.
3617 (yank): Doc fix.
3618
3619 * subr.el (remove-yank-excluded-properties):
3620 Obey yank-handled-properties. The special handling of font-lock-face
3621 and category is now done this way, instead of being hard-coded.
3622 (insert-for-yank-1): Remove font-lock-face handling.
3623 (yank-handle-font-lock-face-property)
3624 (yank-handle-category-property): New function.
3625
3626 2012-08-17 Glenn Morris <rgm@gnu.org>
3627
3628 * mail/rmailout.el (rmail-output-read-file-name):
3629 Check rmail-output-file-alist against the full message body
3630 in the correct rmail buffer. (Bug#12214)
3631
3632 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3633
3634 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3635 Eliminate superfluous prompt. (Bug#12203)
3636
3637 2012-08-17 Chong Yidong <cyd@gnu.org>
3638
3639 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3640 font spec, set the font directly (Bug#3228).
3641
3642 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3643
3644 * window.el (delete-window): Fix last fix.
3645
3646 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3647
3648 * window.el (window-valid-p): Move to window.c.
3649 (window-child, window-child-count, window-last-child)
3650 (window-normalize-window, window-combined-p)
3651 (window-combinations, window-atom-root, window-min-size)
3652 (window-sizable, window-sizable-p, window-size-fixed-p)
3653 (window-min-delta, window-max-delta, window--resizable)
3654 (window--resizable-p, window-resizable, window-total-size)
3655 (window-full-height-p, window-full-width-p, window-body-size)
3656 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3657 (minimize-window, window-deletable-p, delete-window)
3658 (delete-other-windows, set-window-buffer-start-and-point)
3659 (next-buffer, previous-buffer, split-window, balance-windows-2)
3660 (set-window-text-height, window-buffer-height)
3661 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3662 (truncated-partial-width-window-p): Minor code adjustments.
3663 In doc-strings state whether the argument window has to denote a
3664 live, valid or any window.
3665
3666 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3667
3668 * progmodes/subword.el (subword-forward-function)
3669 (subword-backward-function, subword-forward-regexp)
3670 (subword-backward-regexp): New variables.
3671 (subword-forward, subword-forward-internal, subword-backward-internal):
3672 Use new variables, eg so that different "word" definitions
3673 can be easily used. (Bug#11411)
3674
3675 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3678 for composite selectors.
3679 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3680 operation just because we can't find a previous revision.
3681
3682 2012-08-15 Chong Yidong <cyd@gnu.org>
3683
3684 * frame.el (set-frame-font): Accept font objects.
3685
3686 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3689
3690 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3691
3692 * man.el (Man-overstrike-face, Man-underline-face)
3693 (Man-reverse-face): Remove variables.
3694 (Man-overstrike, Man-underline, Man-reverse): New faces.
3695 (Man-fontify-manpage): Use them instead of the variables.
3696 (Man-cleanup-manpage): Comment change.
3697 (Man-ansi-color-map): New variable.
3698 (Man-fontify-manpage): Use it.
3699 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3700
3701 Implement ANSI SGR parameters 22-27 (bug#12146).
3702 * ansi-color.el (ansi-colors): Doc fix.
3703 (ansi-color-context, ansi-color-context-region): Doc fix.
3704 (ansi-color--find-face): New function.
3705 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3706 Rename the local variable `face' to `codes' since it is now a list of
3707 ansi codes. Doc fix.
3708 (ansi-color-get-face): Remove.
3709 (ansi-color-parse-sequence): New function, derived from
3710 ansi-color-get-face.
3711 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3712 codes 22-27.
3713
3714 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * subr.el (read-passwd): Allow use from a minibuffer.
3717
3718 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3719
3720 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3721 inside comments and strings as identifiers.
3722
3723 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3724 expression to evaluate. This allows to evaluate expressions with
3725 embedded whitespace.
3726 (gud-tooltip-tips): Add a blank before the newline in the
3727 message-box text, for the benefit of message-box emulation on
3728 MS-Windows.
3729
3730 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3731 messages from GDB, pop them up in a tooltip to give feedback to
3732 user.
3733 (gdb-tooltip-print-1): Quote the expression to evaluate.
3734 This allows to evaluate expressions with embedded whitespace.
3735 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3736 if the TTY name is nil or empty (which happens when communicating
3737 with the inferior via pipes, e.g. on MS-Windows).
3738 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3739 don't send that to the GUD buffer.
3740
3741 2012-08-14 Glenn Morris <rgm@gnu.org>
3742
3743 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3744 Optimize away setq-default with no args, as for setq. (Bug#12195)
3745
3746 2012-08-14 Chong Yidong <cyd@gnu.org>
3747
3748 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3749
3750 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3751 (Bug#12085).
3752
3753 2012-08-14 Glenn Morris <rgm@gnu.org>
3754
3755 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3756
3757 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
3758
3759 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3760 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3761 Use cached shell name.
3762
3763 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3764
3765 * progmodes/python.el (python-shell-send-string):
3766 (python-shell-send-setup-code): Do not use `format' with `message'.
3767
3768 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3769
3770 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3771 (ruby-percent-literal-beg-re): New constant.
3772 (ruby-syntax-general-delimiters-goto-beg): Rename to
3773 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3774 (ruby-syntax-propertize-general-delimiters): Rename to
3775 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3776 popular term. Adjust comments everywhere.
3777 (ruby-syntax-propertize-percent-literal): Only propertize when not
3778 inside a simple string or comment. When the literal is unclosed,
3779 leave the text after it unpropertized.
3780 (ruby-syntax-methods-before-regexp): New constant.
3781 (ruby-syntax-propertize-function): Use it to recognize regexps.
3782 Don't look at the text after regexp, just use the whitelist.
3783
3784 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3785
3786 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3787 non-nil always load the compiled file if it exists. (Bug#12197)
3788
3789 2012-08-14 Chong Yidong <cyd@gnu.org>
3790
3791 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3792 (hi-lock-set-pattern): When deciding whether to use font lock or
3793 overlays, look at font-lock-mode instead of font-lock-fontified
3794 (Bug#12168).
3795 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3796 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3797
3798 2012-08-14 Daiki Ueno <ueno@unixuser.org>
3799
3800 * subr.el (internal--after-with-selected-window): Fix typo
3801 (Bug#12193).
3802
3803 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3804
3805 Use `completion-table-dynamic' for completion functions.
3806 * progmodes/python.el
3807 (python-shell-completion--do-completion-at-point)
3808 (python-shell-completion--get-completions):
3809 Remove functions.
3810 (python-shell-completion-complete-at-point): New function.
3811 (python-completion-complete-at-point): Use it.
3812
3813 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
3814
3815 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3816 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3817
3818 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * subr.el (function-get): Refine `autoload' arg so it can also
3821 autoload functions for gv.el (bug#12191).
3822 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3823 autoloads macros.
3824
3825 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3826 Prefer pcase-let over destructuring-bind.
3827 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3828 Also, remove whitespace as we go, rather than after accumulating the
3829 various places.
3830
3831 * subr.el (internal--before-with-selected-window)
3832 (internal--after-with-selected-window): Fix typo seleted->selected.
3833 (with-selected-window): Adjust callers.
3834 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3835
3836 2012-08-13 Bastien Guerry <bzg@gnu.org>
3837
3838 * window.el (special-display-popup-frame): Minor docstring
3839 enhancement. (Bug#12172)
3840
3841 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3842
3843 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3844 type 1-6.
3845 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3846 extended headers.
3847
3848 * files.el (hack-local-variables-filter): Remove useless eval.
3849
3850 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3851
3852 * subr.el (with-selected-window): Fix last change.
3853
3854 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * subr.el (internal--before-with-seleted-window)
3857 (internal--after-with-seleted-window): New functions.
3858 (with-selected-window): Use them, to replace dependency on
3859 tty-top-frame.
3860
3861 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3862
3863 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3864 binding for `newline'.
3865 (ruby-move-to-block): When moving backward, stop at block opening,
3866 not indentation.
3867 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3868 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3869 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3870 `ruby-toggle-block'.
3871
3872 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * ibuffer.el (ibuffer-do-toggle-read-only):
3875 * dired.el (dired-toggle-read-only):
3876 * buff-menu.el (Buffer-menu-toggle-read-only):
3877 * bindings.el (mode-line-toggle-read-only):
3878 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3879
3880 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3881
3882 * descr-text.el (describe-char): Put the overlays over the
3883 "displayed as" character.
3884
3885 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3886
3887 * calc/calc-units.el (math-default-units-table): Give an
3888 initial value.
3889 (math-put-default-units): Add options to put composite units and
3890 unit systems in the default units table.
3891 (calc-convert-units): Send composite units to
3892 `math-put-default-units' when appropriate.
3893
3894 2012-08-11 Glenn Morris <rgm@gnu.org>
3895
3896 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3897
3898 * tutorial.el (help-with-tutorial):
3899 * emacs-lisp/copyright.el (copyright-update-directory):
3900 * emacs-lisp/autoload.el (autoload-find-generated-file)
3901 (autoload-find-file): Disable local eval: (for insurance).
3902
3903 * files.el (hack-local-variables-filter): If an eval: form is not
3904 known to be safe, and enable-local-variables is :safe, then ignore
3905 the form totally, as is done for non-eval forms. (Bug#12155)
3906 This is CVE-2012-3479.
3907
3908 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3911 (rx-form): Simplify.
3912
3913 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3914
3915 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3916 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3917 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3918 (ruby-syntax-propertize-function): Adjust for changes in
3919 `ruby-syntax-propertize-heredoc'.
3920
3921 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3922
3923 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3924 binding (use `M-;' instead).
3925 (ruby-singleton-class-p): New function.
3926 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3927
3928 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3929
3930 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3931
3932 2012-08-10 Chong Yidong <cyd@gnu.org>
3933
3934 * progmodes/python.el (python-shell-get-process-name): Don't mess
3935 with same-window-buffer-names.
3936
3937 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3938 (eshell-remove-from-window-buffer-names): Make obsolete.
3939 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3940 (eshell): Just use pop-to-buffer-same-window instead.
3941
3942 2012-08-10 Chong Yidong <cyd@gnu.org>
3943
3944 * bindings.el: Bind M-= back to count-words-region.
3945
3946 * simple.el (count-words-region): Accept a prefix arg for acting
3947 on the entire buffer.
3948 (count-words--buffer-message): New helper function.
3949
3950 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3953 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3954 (event-start, event-end): Use posn-at-point to return a more
3955 informative posn.
3956 (posnp): New function.
3957 * mouse.el (popup-menu-normalize-position): Use it.
3958
3959 2012-08-10 Masatake YAMATO <yamato@redhat.com>
3960
3961 * mouse.el (popup-menu-normalize-position): New function.
3962 (popup-menu): Use `popup-menu-normalize-position' to normalize
3963 the form for POSITION argument.
3964
3965 * term/x-win.el (x-menu-bar-open):
3966 Use the value returend from (posn-at-point) as position
3967 passed to `popup-menu'.
3968
3969 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3970
3971 * calc/calccomp.el (math-compose-expr): Add extra argument
3972 indicating that parentheses should be put around products in
3973 denominators. Give multiplication precedence over division during
3974 composition.
3975
3976 2012-08-09 Chong Yidong <cyd@gnu.org>
3977
3978 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3979 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3980 (Man-untabify-command, manual-program): Convert to defcustom
3981 (Bug#10429).
3982
3983 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3984
3985 * descr-text.el (describe-char): Don't insert extra newlines
3986 (Bug#10127).
3987
3988 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3989 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3990
3991 * align.el (align-region): Delete temporary markers (Bug#10047).
3992 Plus some code cleanups.
3993
3994 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3995
3996 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3997 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3998 (python-shell-internal-last-output): Use make-local-variable
3999 instead of make-variable-buffer-local.
4000
4001 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4002
4003 * progmodes/python.el: Enhancements to forward-sexp.
4004 (python-nav-forward-sexp): Rename from
4005 python-nav-forward-sexp-function.
4006 (python-nav--forward-sexp, python-nav--backward-sexp):
4007 New functions.
4008
4009 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4010
4011 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4012 modes and simplification modes.
4013
4014 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * delsel.el (delete-selection-pre-hook): Don't propagate the
4017 file-supersession signals (bug#12161).
4018
4019 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4022 (cl-map-extents): Add compatibility aliases (bug#12135).
4023
4024 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4025
4026 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4027 tests by `ignore-error'.
4028 (tramp-find-shell): Open also a new shell, when cache is already
4029 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4030
4031 2012-08-08 Juri Linkov <juri@jurta.org>
4032
4033 * bookmark.el: Add `defaults' property to the bookmark record.
4034 (bookmark-current-buffer): Doc fix.
4035 (bookmark-make-record): Add `defaults' property with default values
4036 to the bookmark record.
4037 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4038 with `bookmark-insert-current-bookmark'.
4039 (bookmark-set): Get `defaults' property from the bookmark record
4040 and use it in `read-from-minibuffer'.
4041 (bookmark-insert-current-bookmark): Remove function.
4042
4043 * info.el (Info-bookmark-make-record): Add `defaults' property
4044 with values of canonical Info node name, the current Info file
4045 name and the current Info node name. (Bug#12107)
4046
4047 2012-08-08 Juri Linkov <juri@jurta.org>
4048
4049 * files.el (basic-save-buffer): Use `buffer-name' as the default
4050 of `read-file-name' when buffer is not visiting a file (bug#12128).
4051
4052 2012-08-08 Juri Linkov <juri@jurta.org>
4053
4054 * info.el (Info-isearch-search): Doc fix.
4055 (Info-search): Change search-failed message from "initial node" to
4056 "end of node" (bug#12078).
4057 (Info-isearch-search): Change `isearch-string-state' to
4058 `isearch--state-string'.
4059
4060 2012-08-08 Glenn Morris <rgm@gnu.org>
4061
4062 * language/persian.el: Remove file.
4063 * language/misc-lang.el: Move unique part of persian.el here.
4064 * loadup.el: Remove language/persian.
4065
4066 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4067
4068 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4069
4070 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4071
4072 * progmodes/python.el Fixed defsubst warning.
4073 (python-syntax-context) Rename from python-info-ppss-context.
4074 (python-syntax-context-type): Rename from
4075 python-info-ppss-context-type.
4076 (python-syntax-comment-or-string-p): Rename from
4077 python-info-ppss-comment-or-string-p.
4078
4079 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4080
4081 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4082
4083 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4084
4085 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4086 a defcustom that is quoted with backquote.
4087
4088 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4089 Fix handling of interactive spec when the body uses return.
4090 (math-do-arg-check, math-define-function-body): Use backquote forms.
4091 * calc/calc-ext.el (math-defcache): Likewise.
4092 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4093 * allout.el (allout-new-exposure): Likewise.
4094 * calc/calcalg2.el (math-tracing-integral): Likewise.
4095 * info.el (Info-last-menu-item): Likewise.
4096 * emulation/vip.el (vip-loop): Likewise.
4097 * textmodes/artist.el (artist-funcall): Likewise.
4098 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4099 Construct menu-item directly.
4100
4101 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4102 Don't declare.
4103
4104 2012-08-07 Chong Yidong <cyd@gnu.org>
4105
4106 * simple.el (deactivate-mark): Preserve text properties when
4107 saving the primary selection (Bug#8384).
4108
4109 2012-08-07 Kevin Ryde <user42@zip.com.au>
4110
4111 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4112 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4113 and continue processing (Bug#12110).
4114
4115 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4118 syntax-propertize-function (bug#10095).
4119
4120 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4121
4122 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4123 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4124 describe-function-1.
4125 (describe-function-1): Use them. Move compiler macro after sig.
4126 (help-fns--compiler-macro): Use function-get. Assume we're already in
4127 standard-output. Adjust layout to new call order.
4128
4129 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4130 re-binding a symbol that has a symbol-macro (bug#12119).
4131
4132 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4133
4134 * language/persian.el: New file. (Bug#11812)
4135 * loadup.el: Add language/persian.el.
4136
4137 2012-08-06 Chong Yidong <cyd@gnu.org>
4138
4139 * window.el (window--maybe-raise-frame): New function.
4140 (window--display-buffer): Split off from here.
4141 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4142 (display-buffer-pop-up-window, display-buffer-use-some-window):
4143 Obey an inhibit-switch-frame action alist entry.
4144 (display-buffer): Update doc.
4145
4146 * replace.el (occur-after-change-function): Avoid losing focus by
4147 using the inhibit-switch-frame display parameter (Bug#12139).
4148
4149 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4150
4151 Make internal shell process buffer names start with space.
4152 * progmodes/python.el (python-shell-make-comint): Add optional
4153 argument INTERNAL.
4154 (run-python-internal): Use it.
4155 (python-shell-internal-get-or-create-process): Check for new
4156 internal buffer names.
4157
4158 2012-08-06 Glenn Morris <rgm@gnu.org>
4159
4160 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4161 Do less getting and setting of environment variables.
4162
4163 2012-08-05 Chong Yidong <cyd@gnu.org>
4164
4165 * proced.el (proced): Add substitution string to docstring to
4166 trigger autoloading of the proced library on C-h f (Bug#1768).
4167
4168 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4169 Don't show defvars which have no second argument (Bug#8638).
4170
4171 * imenu.el (imenu-generic-expression): Move documentation here
4172 from imenu--generic-function.
4173 (imenu--generic-function): Refer to imenu-generic-expression.
4174
4175 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4176
4177 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4178 indentation declaration.
4179 (viper-loop): Add indentation declaration (Bug#7025).
4180
4181 2012-08-05 Chong Yidong <cyd@gnu.org>
4182
4183 * help-fns.el (describe-variable): Add hyperlink for
4184 directory-local variables files. Improve buffer-local and
4185 permanent-local reporting; suggested by MON KEY (Bug#6644).
4186
4187 * help-mode.el (help-dir-local-var-def): New button type.
4188
4189 * files.el (kill-buffer-hook): Provide a defvar.
4190
4191 2012-08-05 Glenn Morris <rgm@gnu.org>
4192
4193 * eshell/esh-ext.el (eshell/addpath):
4194 Also update eshell-path-env. (Bug#12013)
4195
4196 2012-08-05 Chong Yidong <cyd@gnu.org>
4197
4198 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4199
4200 * fringe.el (fringe-styles): Add docstring.
4201 (fringe--check-mode): New function.
4202 (set-fringe-mode, set-fringe-style): Use it.
4203 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4204
4205 * files.el (set-auto-mode): Fix invalid setq call.
4206
4207 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * isearch.el: Misc simplification; use defstruct.
4210 (isearch-mode-map): Dense maps now work like sparse ones.
4211 (isearch--state): New defstruct.
4212 (isearch-string-state, isearch-message-state, isearch-point-state)
4213 (isearch-success-state, isearch-forward-state)
4214 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4215 (isearch-wrapped-state, isearch-barrier-state)
4216 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4217 replaced by defstruct's accessors.
4218 (isearch--set-state): Rename from isearch-top-state and change
4219 calling convention.
4220 (isearch-push-state): Use new isearch--get-state.
4221 (isearch-toggle-word): Disable regexp when enabling word.
4222 (isearch-message-prefix): Remove unused arg _c-q-hack.
4223 (isearch-message-suffix): Remove unused arg _ellipsis.
4224
4225 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4226
4227 * simple.el (list-processes--refresh): For a server use :host or
4228 :local as the address.
4229 (list-processes): Doc fix.
4230
4231 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4232
4233 * lisp/mpc.el: Support password in host argument.
4234 (mpc--proc-connect): Parse and use new password element.
4235 Set mpc-proc variable instead of returning process.
4236 (mpc-proc): Adjust accordingly.
4237
4238 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4239
4240 * whitespace.el (whitespace-display-mappings): Use Unicode
4241 codepoints, instead of emacs-mule codepoints. See
4242 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4243 for the details.
4244
4245 * files.el (file-truename): Don't skip symlink-chasing part on
4246 windows-nt. Incorporate the resolution of 8+3 short aliases on
4247 Windows into the loop that recursively chases symlinks.
4248 Compare directory and its parent case-insensitively on MS-Windows and
4249 MS-DOS.
4250
4251 2012-08-03 Chong Yidong <cyd@gnu.org>
4252
4253 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4254
4255 * sort.el (sort-regexp-fields): Doc fix.
4256
4257 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4258
4259 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4260 labels regex position point at the expected place.
4261
4262 2012-08-03 MON KEY <monkey@sandpframing.com>
4263
4264 * net/imap.el (imap-interactive-login, imap-authenticate)
4265 (imap-mailbox-lsub, imap-mailbox-list)
4266 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4267 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4268 (imap-parse-response): Doc fix.
4269
4270 2012-08-03 João Távora <joaotavora@gmail.com>
4271
4272 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4273 if sexp scanning does not move point (Bug#5734).
4274
4275 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4276
4277 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4278 Add listings, minted, and ctable packages.
4279 (reftex-label-alist-builtin): Move listings, minted, and ctable
4280 entries before LaTeX.
4281 (reftex-label-alist): Docfix.
4282
4283 2012-08-02 Bastien Guerry <bzg@gnu.org>
4284
4285 * replace.el (occur): Fix docstring (bug#12122).
4286
4287 2012-08-02 Glenn Morris <rgm@gnu.org>
4288
4289 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4290
4291 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4292
4293 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4294 * international/mule-cmds.el: Create
4295 inactivate-current-input-method-function as an obsolete alias for
4296 deactivate-current-input-method-function. See Katsumi Yamaoka in
4297 <http://bugs.gnu.org/10150#46>.
4298
4299 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4300
4301 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4302 of nested `if's.
4303
4304 2012-08-01 Glenn Morris <rgm@gnu.org>
4305
4306 * progmodes/autoconf.el (autoconf-definition-regexp):
4307 Add AH_TEMPLATE, adjust submatch numbering.
4308 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4309 (autoconf-current-defun-function): Update for above change.
4310 (autoconf-current-defun-function): First skip to end of current word.
4311
4312 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4313
4314 * calendar/cal-html.el (cal-html-insert-agenda-days):
4315 Fix typo. (Bug#12018)
4316
4317 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4318
4319 Shell processes: enhancements to startup and CEDET compatibility.
4320 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4321 (python-shell-make-comint): accept-process-output at startup.
4322 (run-python-internal): Set inferior-python-mode-hook to nil.
4323 (python-shell-internal-get-or-create-process): call sit-for.
4324 (python-preoutput-result): Add obsolete alias.
4325 (python-shell-internal-send-string): Use it.
4326 (python-shell-send-setup-code): Remove call to
4327 accept-process-output.
4328
4329 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4330
4331 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4332 (Bug#12108)
4333
4334 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4335
4336 * calc-mode.el (calc-basic-simplification-mode): Rename from
4337 `calc-limited-simplification-mode'.
4338 (calc-alg-simplification-mode): New function.
4339 (calc-set-simplify-mode): Adjust message.
4340
4341 * calc.el (calc-set-mode-line): Adjust mode line display for
4342 basic simplification mode.
4343
4344 * calc-help.el (calc-m-prefix-help): Update help message.
4345
4346 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4347 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4348
4349 2012-07-31 Bastien Guerry <bzg@gnu.org>
4350
4351 * man.el (man): Fix comment. (bug#12101)
4352
4353 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4354
4355 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4356 Don't return a non-nil value when no suitable buffer was found.
4357
4358 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4359
4360 * progmodes/python.el (run-python-internal): Disable font lock for
4361 internal shells.
4362
4363 2012-07-30 Stefan Merten <smerten@oekonux.de>
4364
4365 * textmodes/rst.el: Silence `checkdoc-ispell'.
4366 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4367 (rst-official-version, rst-official-cvs-rev)
4368 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4369 (rst-mode-map): New key binding.
4370
4371 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4372
4373 Update .PHONY listings in makefiles.
4374 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4375 autoloads, update-subdirs, updates, bzr-update, update-authors,
4376 compile-onefile, compile-calc, backup-compiled-files,
4377 compile-after-backup, compile-one-process, mh-autoloads,
4378 bootstrap-clean, distclean, maintainer-clean.
4379
4380 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4381
4382 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4383 (calc-set-mode-line): Don't display "AlgSimp ".
4384
4385 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4386 (calc-lim-simplify-mode): New function.
4387 (calc-set-simplify-mode): Default to 'alg.
4388 (calc-default-simplify-mode): Make algebraic simplifications
4389 the default.
4390
4391 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4392 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4393
4394 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4395 indicate new simplification modes.
4396
4397 * calc/README: Mention new default simplification mode.
4398
4399 * calc/calc.el (math-normalize-error): New variable.
4400 (math-normalize): Set `math-normalize-error' to t
4401 when there's an error.
4402
4403 * calc/calc-alg.el (math-simplify): Don't simplify when
4404 `math-normalize' returns an error.
4405
4406 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4407
4408 * international/mule-cmds.el (set-locale-environment): Revert last
4409 change, since display-graphic-p returns nil when this function is
4410 called during startup. Instead...
4411
4412 * term/w32console.el (terminal-init-w32console): ...setup the
4413 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4414
4415 2012-07-29 Juri Linkov <juri@jurta.org>
4416
4417 * simple.el (goto-line): Don't display default line number in the
4418 prompt because it should be displayed by `read-number' (bug#9952).
4419 Add the current line number to the defaults of `goto-line' to
4420 allow its easier modification by users with `M-n' (bug#9201).
4421
4422 * subr.el (read-number): Support multiple default values like in
4423 other minibuffer reading functions. Replace `read' with
4424 `string-to-number' for consistency with `number-to-string'.
4425
4426 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4427
4428 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4429 * emulation/viper-init.el (viper-deactivate-input-method-action):
4430 Rename from viper-inactivate-input-method-action.
4431 (viper-deactivate-input-method):
4432 Rename from viper-inactivate-input-method.
4433 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4434 * international/mule-cmds.el (deactivate-input-method):
4435 Rename from inactivate-input-method.
4436 Also run input-method-deactivate-hook.
4437 (deactivate-current-input-method-function):
4438 Rename from inactivate-current-input-method-function.
4439 (input-method-deactivate-hook): New hook.
4440 (input-method-inactivate-hook): Mark obsolete.
4441 (inactivate-input-method): Mark obsolete.
4442
4443 * international/quail.el (quail-activate):
4444 Also run quail-deactivate-hook.
4445 (quail-deactivate): Rename from quail-inactivate.
4446 * international/robin.el (robin-activate):
4447 Also run robin-deactivate-hook.
4448 (robin-deactivate): Rename from robin-inactivate.
4449
4450 2012-07-29 Chong Yidong <cyd@gnu.org>
4451
4452 * simple.el (indicate-copied-region): New function.
4453 (kill-ring-save): Split off from here.
4454
4455 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4456 (kill-rectangle): Set deactivate-mark to t on read-only error.
4457
4458 * register.el (copy-to-register, copy-rectangle-to-register):
4459 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4460 (append-to-register, prepend-to-register): Call indicate-copied-region.
4461
4462 2012-07-29 Juri Linkov <juri@jurta.org>
4463
4464 * simple.el (async-shell-command-buffer): New defcustom.
4465 (shell-command): Use it. (Bug#4719)
4466
4467 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4468
4469 * international/mule-cmds.el (set-locale-environment): In a
4470 console session on MS-Windows, set up keyboard and terminal
4471 encoding from the OEM codepage, not the ANSI codepage.
4472 (Bug#12055)
4473
4474 2012-07-28 Chong Yidong <cyd@gnu.org>
4475
4476 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4477 gdb-get-location.
4478
4479 2012-07-28 Leo Liu <sdl.web@gmail.com>
4480
4481 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4482 the alist (bug#12029).
4483
4484 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4485
4486 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4487 (compile-always, compile-first)
4488 ($(lisp)/calendar/cal-loaddefs.el)
4489 ($(lisp)/calendar/diary-loaddefs.el)
4490 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4491 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4492 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4493 instead of on update-subdirs.
4494 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4495
4496 2012-07-28 Chong Yidong <cyd@gnu.org>
4497
4498 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4499 directory if vc-deduce-backend returns nil (Bug#7350).
4500
4501 * simple.el (delete-trailing-lines): New option.
4502 (delete-trailing-whitespace): Obey it (Bug#11879).
4503
4504 2012-07-28 David Engster <deng@randomsample.de>
4505
4506 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4507 Explanation of new 'symbol-qnames feature in doc-strings.
4508 (xml-maybe-do-ns): Return expanded names as plain symbols if
4509 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4510 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4511
4512 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4513
4514 Consistent completion in inferior python with emacs -nw.
4515 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4516 binding in inferior-python-mode-map with "\t".
4517 (python-shell-completion-complete-at-point)
4518 (python-completion-complete-at-point): Remove interactive spec.
4519
4520 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4521
4522 * calc/calccomp.el (math-compose-expr): Undo previous change.
4523
4524 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4525
4526 * progmodes/python.el (python-mode-map): Add keybinding for
4527 run-python.
4528 (python-shell-make-comint): Fix pop-to-buffer call.
4529 (run-python): Autoload. New arg SHOW.
4530 (python-shell-get-or-create-process): Do not pop python process
4531 buffer.
4532
4533 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4534
4535 * notifications.el (notifications-on-action-signal)
4536 (notifications-on-closed-signal): Use also the bus address for the map.
4537 (notifications-notify, notifications-close-notification)
4538 (notifications-get-capabilities): Add optional argument BUS.
4539
4540 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4541
4542 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4543 Add support for the lstlisting and minted environments, and for the
4544 ctable macro.
4545 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4546 labels written in keyvals syntax.
4547
4548 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4549
4550 * calc/calccomp.el (math-compose-expr): Use parentheses when
4551 there is a product in the denominator of a fraction.
4552
4553 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4554
4555 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4556 ($(lisp)/calendar/diary-loaddefs.el)
4557 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4558 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4559 Fixes failures in parallel bootstrap because subdirs.el is being
4560 rewritten while the autoload files are built at the same time,
4561 which needs to load subdirs.el.
4562
4563 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4564
4565 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4566 (mouse-drag-line): Don't exit tracking when a switch-frame or
4567 switch-window event occurs (Bug#12006).
4568
4569 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * mouse.el (popup-menu): Fix last change.
4572
4573 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 Autoload from Lisp with more care. Follow aliases when looking for
4576 function properties.
4577 * subr.el (autoloadp): New function.
4578 (symbol-file): Use it.
4579 (function-get): New function.
4580 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4581 autoload-do-load.
4582 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4583 (lisp-indent-function):
4584 * emacs-lisp/gv.el (gv-get):
4585 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4586 * emacs-lisp/byte-opt.el (byte-optimize-form):
4587 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4588 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4589 Use function-get.
4590 * emacs-lisp/cl.el: Don't propagate function properties any more.
4591
4592 * speedbar.el (speedbar-add-localized-speedbar-support):
4593 * emacs-lisp/disass.el (disassemble-internal):
4594 * desktop.el (desktop-load-file):
4595 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4596 (describe-function-1):
4597 * emacs-lisp/find-func.el (find-function-noselect):
4598 * emacs-lisp/elp.el (elp-instrument-function):
4599 * emacs-lisp/advice.el (ad-has-proper-definition):
4600 * apropos.el (apropos-safe-documentation, apropos-macrop):
4601 * emacs-lisp/debug.el (debug-on-entry):
4602 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4603 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4604 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4605
4606 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4607
4608 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4609 function, not an obsolete variable (Bug#12046).
4610
4611 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4612
4613 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4614
4615 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4616
4617 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4618 window only if it is still live (Bug#12034).
4619
4620 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4621
4622 * subr.el (redirect-frame-focus): Add advertised calling
4623 convention (Bug#12030).
4624
4625 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4626
4627 Prefer typical American spelling for "acknowledgment".
4628 * vc/add-log.el (change-log-acknowledgment): Rename from
4629 change-log-acknowledgement, with an alias for the old name.
4630
4631 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4632
4633 * calc-alg.el (math-simplify-divide): Don't cross multiply
4634 in an equation when the lhs is a variable.
4635
4636 2012-07-24 Julien Danjou <julien@danjou.info>
4637
4638 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4639 Remove, unused.
4640
4641 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4642
4643 * startup.el (command-line): Don't display an empty user name in
4644 the error message about non-existent home directory, when
4645 init-file-user was set to an empty string. See
4646 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4647 for the details and context.
4648
4649 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4650
4651 * ses.el (ses-cell-formula-aset): New macro.
4652 (ses-cell-references-aset): New macro.
4653 (ses-cell-p): New function.
4654 (ses-rename-cell): Do no longer rely on complex operations like
4655 ses-cell-set-formula or ses-set-cell to change the cell and handle
4656 the undo at the same time, but rather use lower level new macros
4657 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4658 the undo directly. Refresh the mode line.
4659
4660 2012-07-21 Leo Liu <sdl.web@gmail.com>
4661
4662 * progmodes/cc-cmds.el (c-defun-name):
4663 Use match-string-no-properties instead for consistency.
4664
4665 2012-07-20 Leo Liu <sdl.web@gmail.com>
4666
4667 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4668 (Bug#7879)
4669
4670 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4671
4672 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4675 * progmodes/bug-reference.el, misearch.el: Provide themselves
4676 (bug#11915).
4677
4678 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4679 of narrowed buffer (bug#11966).
4680
4681 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4682
4683 * ses.el (ses-rename-cell): Set new name also in reference list of
4684 cells of which the renamed cell depends.
4685
4686 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4687
4688 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4689 to check whether menu-bar is shown or not. If not shown,
4690 show the menu-bar as a popup menu instead of using tmm.
4691 * mouse.el (popup-menu): Accept `point' as `position' argument.
4692
4693 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4694
4695 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4696 up inside string symbol literal (bug#11923).
4697
4698 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4699
4700 * startup.el (fancy-startup-text): Read the whole tutorial, not
4701 just its first 256 bytes. Prevents gibberish in display of the
4702 tutorial title.
4703
4704 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4705
4706 Drop idle buffer compaction due to an absence of the
4707 proved efficiency.
4708 * compact.el: Remove.
4709
4710 2012-07-19 Sam Steingold <sds@gnu.org>
4711
4712 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4713 vc-bzr-pull & vc-bzr-merge-branch.
4714 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4715 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4716 for consistency with compilation-error-regexp-alist.
4717 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4718 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4719 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4720 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4721
4722 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * emacs-lisp/chart.el: Use lexical-binding.
4725 (chart-emacs-storage): Don't hardcode the list of entries.
4726
4727 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4728
4729 Next round of tweaks caused by Fgarbage_collect changes.
4730 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4731
4732 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4733
4734 Compact buffers when idle.
4735 * compact.el: New file.
4736
4737 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * subr.el (eventp): Presume that if it looks vaguely like an event,
4740 it's an event (bug#10190).
4741
4742 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4743
4744 Enhancements to ppss related code (thanks Stefan).
4745 * progmodes/python.el (python-indent-context)
4746 (python-indent-calculate-indentation, python-indent-dedent-line)
4747 (python-indent-electric-colon, python-nav-forward-block)
4748 (python-mode-abbrev-table)
4749 (python-info-assignment-continuation-line-p): Simplify checks
4750 for ppss context.
4751 (python-info-continuation-line-p): Cleanup.
4752 (python-info-ppss-context): Do not catch 'quote.
4753 (python-info-ppss-context-type)
4754 (python-info-ppss-comment-or-string-p): Simplify.
4755
4756 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4757
4758 * progmodes/python.el: Enhancements to eldoc support.
4759 (python-info-current-symbol): New function.
4760 (python-eldoc-at-point): Use python-info-current-symbol.
4761 (python-info-current-defun): Fix cornercase on first defun scan.
4762 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4763 and signal error when no inferior python process is available.
4764
4765 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4766
4767 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4768 assume it's always t.
4769 (vc-git-registered): Remove caching, the function is only called
4770 once.
4771 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4772
4773 2012-07-18 Chong Yidong <cyd@gnu.org>
4774
4775 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4776
4777 * simple.el (count-words): Report on narrowing (Bug#9959).
4778
4779 * bindings.el: Bind M-= to count-words.
4780
4781 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4782
4783 2012-07-18 Masatake YAMATO <yamato@redhat.com>
4784
4785 * progmodes/sh-script.el (sh-imenu-generic-expression):
4786 Capture a function with `function' keyword and without parentheses
4787 like "function FOO" (bug#11856).
4788
4789 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4790
4791 * window.el (split-window-sensibly): Make WINDOW argument
4792 optional.
4793
4794 2012-07-18 Chong Yidong <cyd@gnu.org>
4795
4796 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4797
4798 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4799 and make C-x 8 RET exit isearch (Bug#11439).
4800
4801 * international/iso-transl.el: Move isearch-mode-map key
4802 definitions to isearch.el.
4803
4804 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4807 (eieio-defclass): Use gv-define-setter when possible.
4808
4809 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4810
4811 Reflect recent changes in Fgarbage_collect.
4812 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4813 reflect new format of data returned by Fgarbage_collect.
4814
4815 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4816
4817 New utility functions + python-info-ppss-context fix (Bug#11910).
4818 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4819 (python-info-ppss-comment-or-string-p): New functions.
4820 (python-info-ppss-context): Small fix for string check.
4821
4822 2012-07-17 Juri Linkov <juri@jurta.org>
4823
4824 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4825 (dired-do-async-shell-command): Don't add `*' at the end of the
4826 command (Bug#11815).
4827 (dired-do-shell-command): Doc fix.
4828 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4829 Join the individual commands using either "&" or ";" as the
4830 separator depending on the values of these trailing characters.
4831 At the end re-add the trailing "&". (Bug#10598)
4832
4833 * simple.el (async-shell-command): Sync the interactive spec with
4834 `shell-command'. Doc fix.
4835 (shell-command): Doc fix.
4836
4837 2012-07-17 Juri Linkov <juri@jurta.org>
4838
4839 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4840
4841 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4842
4843 Final renames and doc fixes for movement commands (bug#11899).
4844 * progmodes/python.el (python-nav-beginning-of-statement):
4845 Rename from python-nav-statement-start.
4846 (python-nav-end-of-statement): Rename from
4847 python-nav-statement-end.
4848 (python-nav-beginning-of-block): Rename from
4849 python-nav-block-start.
4850 (python-nav-end-of-block): Rename from python-nav-block-end.
4851
4852 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4853
4854 * progmodes/python.el (python-shell-send-string-no-output):
4855 Allow accept-process-output to quit, keeping shell process ready for
4856 future interactions (Bug#11868).
4857
4858 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4861
4862 * emacs-lisp/elint.el (elint-find-args-in-code):
4863 Use help-function-arglist, so as to handle lexical byte-code.
4864
4865 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4866 change (bug#11826).
4867
4868 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4871 Avoid spuriously marking the buffer as modified because of c-is-sws.
4872
4873 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4874 as not-a-comment (bug#11946).
4875
4876 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4877 for uninterned vars.
4878
4879 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4880 Use read-event since we don't really want to read chars but bytes.
4881
4882 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4883 $$..$$ but also $..$ using regexps (bug#11953).
4884 Use tex-verbatim for \url and \path.
4885 (tex-font-lock-keywords): Define as defconst like the others.
4886 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4887
4888 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4889
4890 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4891 alias for insert-char.
4892
4893 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4894
4895 * progmodes/python.el: Simplified imenu implementation.
4896 (python-nav-jump-to-defun): Remove command.
4897 (python-mode-map): Use `imenu' instead.
4898 (python-nav-list-defun-positions-cache)
4899 (python-imenu-include-defun-type, python-imenu-make-tree)
4900 (python-imenu-subtree-root-label, python-imenu-index-alist):
4901 Remove vars.
4902 (python-nav-list-defun-positions, python-nav-read-defun)
4903 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4904 (python-imenu-make-tree, python-imenu-create-index):
4905 Remove functions.
4906 (python-mode): Update to interact with imenu by setting
4907 `imenu-extract-index-name-function' only.
4908
4909 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4910
4911 * progmodes/python.el: Enhancements to navigation commands.
4912 (python-nav-backward-sentence)
4913 (python-nav-forward-sentence): Remove.
4914 (python-nav-backward-statement, python-nav-forward-statement)
4915 (python-nav-statement-start, python-nav-statement-end)
4916 (python-nav-backward-block, python-nav-forward-block)
4917 (python-nav-block-start, python-nav-block-end)
4918 (python-nav-forward-sexp-function)
4919 (python-info-current-line-comment-p)
4920 (python-info-current-line-empty-p): New functions.
4921 (python-indent-context): Use `python-nav-statement-start'.
4922
4923 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
4924
4925 * eshell/em-ls.el (eshell/ls): Use `apply'.
4926
4927 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4928 multi-hops, instead of Tramp internals.
4929
4930 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4931
4932 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4933 when F1 and F2 are located on different hosts.
4934
4935 2012-07-14 Chong Yidong <cyd@gnu.org>
4936
4937 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4938 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4939 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4940 (xterm-mouse--read-event-sequence-1000)
4941 (xterm-mouse--read-event-sequence-1006): New functions. For old
4942 mouse protocol, handle M-mouse-X events correctly.
4943 (xterm-mouse-event): New arg specifying mouse protocol.
4944 (turn-on-xterm-mouse-tracking-on-terminal)
4945 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
4946 sequence to toggle extended coordinates on newer XTerms.
4947 This appears to be harmless on terminals which do not support this.
4948
4949 2012-07-14 Leo Liu <sdl.web@gmail.com>
4950
4951 Add fringe bitmap indicators for flymake. (Bug#11253)
4952 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4953 (flymake-make-overlay): New arg BITMAP.
4954 (flymake-error-bitmap, flymake-warning-bitmap)
4955 (flymake-fringe-indicator-position): New user variables.
4956
4957 * fringe.el: New bitmap exclamation-mark.
4958
4959 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4960
4961 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4962 also (Bug#7879).
4963
4964 2012-07-14 Chong Yidong <cyd@gnu.org>
4965
4966 * electric.el (electric-pair-post-self-insert-function): Fix pair
4967 insertion in empty-region case (Bug#11520).
4968
4969 2012-07-14 Chong Yidong <cyd@gnu.org>
4970
4971 * bindings.el: Consolidate ctl-x-r-map bindings.
4972 Bind copy-rectangle-as-kill to C-x r w.
4973
4974 * rect.el, register.el: Move bindings to bindings.el.
4975
4976 2012-07-14 Reuben Thomas <rrt@sc3d.org>
4977
4978 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4979
4980 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4981
4982 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4983
4984 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
4985
4986 * bindings.el (top): Use `mapc' instead of `mapcar'.
4987
4988 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4989
4990 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
4991
4992 * progmodes/sql.el (sql-comint): Suppress the check for program on
4993 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4994 (Bug#11908)
4995
4996 2012-07-13 Chong Yidong <cyd@gnu.org>
4997
4998 * bindings.el: Assign a non-nil permanent-local property to
4999 per-buffer variables which lack a default value (Bug#11930).
5000
5001 * help-fns.el (describe-variable): In the "automatically becomes
5002 local" notice, take note of permanent-local variables.
5003
5004 2012-07-13 Chong Yidong <cyd@gnu.org>
5005
5006 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5007 to allow printing the message when called from Lisp.
5008
5009 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5010 Remove toggle-read-only.
5011
5012 * bs.el (bs-toggle-readonly):
5013 * buff-menu.el (Buffer-menu-toggle-read-only):
5014 Remove with-no-warnings around toggle-read-only.
5015
5016 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5017 Remove with-no-warnings around toggle-read-only.
5018 (ffap-read-only, ffap-read-only-other-window)
5019 (ffap-read-only-other-frame): Callers changed.
5020
5021 * help-mode.el: Don't require view package.
5022 (help-mode-finish): Set buffer-read-only instead of calling
5023 toggle-read-only.
5024
5025 * bindings.el (mode-line-toggle-read-only):
5026 * dired.el (dired-toggle-read-only):
5027 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5028 with non-nil second arg.
5029
5030 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5031 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5032 directly.
5033
5034 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5035
5036 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5037 not incf.
5038
5039 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5040
5041 More CL cleanups and reduction of use of cl.el.
5042 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5043 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5044 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5045 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5046 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5047 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5048 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5049 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5050 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5051 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5052 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5053 * eshell/em-cmpl.el, eshell/em-banner.el:
5054 * calendar/parse-time.el: Use cl-lib.
5055 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5056 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5057 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5058 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5059 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5060 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5061 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5062 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5063 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5064 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5065 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5066 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5067 `lambda' rather than with `quote'.
5068 (eshell-do-opt): Adjust accordingly.
5069 (eshell-process-option): Simplify.
5070 * eshell/esh-var.el:
5071 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5072 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5073 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5074 to `pcase--dontcare'.
5075 * emacs-lisp/cl.el (labels): Mark obsolete.
5076 (cl--letf, letf): Move to cl-lib.
5077 (cl--letf*, letf*): Remove.
5078 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5079 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5080 (cl-progv): Rewrite.
5081 (cl--letf, cl-letf): Move from cl.el.
5082 (cl-letf*): New macro.
5083 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5084
5085 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5086
5087 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5088
5089 2012-07-11 Chong Yidong <cyd@gnu.org>
5090
5091 * vc/log-edit.el (log-edit-vc-backend): New variable.
5092 (log-edit): Doc fix.
5093
5094 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5095 argument of log-edit to set up all local variables.
5096 (vc-start-logentry): New optional arg specifying VC backend.
5097
5098 * vc/vc.el (vc-checkin): Use it.
5099 (vc-deduce-fileset): Handle Log Edit buffers.
5100 (vc-diff): Make first argument optional too.
5101
5102 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5103
5104 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5105
5106 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5107 command, just in case. The function is not needed anymore.
5108 (eshell-external-command): Do not call `eshell-remote-command'.
5109
5110 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 Reduce use of (require 'cl).
5113 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5114 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5115 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5116 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5117 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5118 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5119 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5120 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5121 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5122 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5123 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5124 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5125 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5126 (byte-compile-unfold-bcf, byte-compile-check-variable):
5127 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5128 (byte-compile-nilconstp):
5129 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5130 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5131
5132 * emacs-lisp/gv.el (cond): Make it a valid place.
5133 (if): Simplify slightly.
5134
5135 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5136 (pcase--self-quoting-p): New function.
5137 (pcase--u1): Use it.
5138
5139 2012-07-10 Glenn Morris <rgm@gnu.org>
5140
5141 * emacs-lisp/authors.el (authors-fixed-entries):
5142 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5143
5144 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5145
5146 Rename configure.in to configure.ac (Bug#11603).
5147 * emacs-lisp/authors.el (authors-canonical-file-name):
5148 * progmodes/autoconf.el (autoconf-mode):
5149 Prefer configure.ac to configure.in.
5150
5151 2012-07-08 Chong Yidong <cyd@gnu.org>
5152
5153 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5154 Implement the mouse-1-click-follows-link handling properly.
5155
5156 * info.el (Info-link-keymap): Use follow-link mechanism for
5157 header-line links (Bug#374).
5158
5159 * simple.el (deactivate-mark): Do not set the primary selection
5160 if another program has acquired it (Bug#11772).
5161
5162 2012-07-07 Kevin Ryde <user42@zip.com.au>
5163
5164 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5165 (woman-decode-region): Replace escaped-escapes without destroying
5166 bold or underline (Bug#11552).
5167 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5168
5169 2012-07-07 Chong Yidong <cyd@gnu.org>
5170
5171 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5172 (interprogram-cut-function, interprogram-paste-function):
5173 Mention that we typically mean the clipboard.
5174
5175 2012-07-06 Glenn Morris <rgm@gnu.org>
5176
5177 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5178
5179 * files.el (toggle-read-only): Restrict message to interactive use.
5180
5181 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5182
5183 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5184
5185 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5186
5187 2012-07-06 Glenn Morris <rgm@gnu.org>
5188
5189 * Makefile.in (compile-one-process): Rename from "recompile".
5190
5191 * Makefile.in (bzr-update): "compile" is the same as "recompile
5192 autoloads", but parallelizable, so use that instead.
5193
5194 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5195
5196 * window.el (quit-window): Always restore window height when
5197 it's saved in quit-restore parameter (Bug#11810).
5198
5199 2012-07-06 Glenn Morris <rgm@gnu.org>
5200
5201 * simple.el (kill-whole-line): Doc tweak.
5202
5203 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5204
5205 * files.el (file-relative-name): Compare file names
5206 case-insensitively if on MS-Windows or MS-DOS, or if
5207 read-file-name-completion-ignore-case is non-nil. Don't use
5208 case-fold-search for this purpose. (Bug#11827)
5209
5210 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5211
5212 * calendar/cal-dst.el (calendar-current-time-zone):
5213 Return calendar-current-time-zone-cache if non-nil.
5214
5215 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5216 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5217
5218 * calendar/cal-dst.el (calendar-current-time-zone):
5219 Return calendar-current-time-zone-cache if non-nil.
5220
5221 2012-07-06 Glenn Morris <rgm@gnu.org>
5222
5223 * Makefile.in (cvs-update): Remove old alias.
5224
5225 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5226
5227 Sync with Tramp 2.2.6-pre.
5228
5229 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5230 compatible declaration.
5231
5232 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5233 Protect `list-load-path-shadows' call.
5234
5235 * net/tramp-compat.el (top): Require packages, which aren't
5236 autoloaded anymore for XEmacs. Protect call of
5237 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5238 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5239 it hurts at least for SXEmacs.
5240 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5241 standard-value for `temporary-file-directory'.
5242
5243 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5244 Redirect stderr to /dev/null.
5245 (tramp-sh-handle-write-region): uid and gid can be floats.
5246 Reported by Russell Sim <russell.sim@gmail.com>.
5247 (tramp-sh-handle-vc-registered): Hide errors.
5248 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5249 and `start-file-process'.
5250 (tramp-maybe-open-connection): Check also whether `non-essential'
5251 is bound.
5252
5253 2012-07-04 Chong Yidong <cyd@gnu.org>
5254
5255 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5256 (xml-parse-tag): Likewise, and avoid changing entity tables.
5257 (xml-syntax-table): Define from scratch, making sure not to give
5258 x2000 and other Unicode spaces whitespace syntax, since those are
5259 not spaces in XML.
5260 (xml-parse-fragment): Delete unused function.
5261 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5262 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5263 (xml-entity-ref, xml-pe-reference-re)
5264 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5265 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5266 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5267 (xml-entity-value-re): Use syntax references in regexps where
5268 possible; no need to define inside a let-binding.
5269 (xml-parse-dtd): Use xml-pe-reference-re.
5270 (xml-entity-or-char-ref-re): New defconst.
5271 (xml-parse-string, xml-substitute-special): Use it.
5272
5273 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5274
5275 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5276 (find-file--read-only): New function.
5277 (find-file-read-only, find-file-read-only-other-window)
5278 (find-file-read-only-other-frame): Use it.
5279 (insert-file-contents-literally): Don't `fset'.
5280 (get-free-disk-space): Use locate-dominating-file.
5281
5282 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5283 function is already compiled.
5284
5285 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5286
5287 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5288
5289 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5290 files on the same host.
5291
5292 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5293
5294 * help-fns.el (describe-function-1): Only call
5295 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5296
5297 2012-07-03 Chong Yidong <cyd@gnu.org>
5298
5299 * xml.el: Protect parser against XML bombs.
5300 (xml-entity-expansion-limit): New variable.
5301 (xml-parse-string, xml-substitute-special): Use it.
5302 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5303
5304 2012-07-03 Glenn Morris <rgm@gnu.org>
5305
5306 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5307 Allow linking to specific messages in debbugs reports (eg 123#5).
5308
5309 2012-07-02 Chong Yidong <cyd@gnu.org>
5310
5311 * xml.el: Fix entity and character reference expansion, allowing
5312 them to expand into markup as per XML spec.
5313 (xml-default-ns): New variable.
5314 (xml-entity-alist): Use XML spec definitions for lt and amp.
5315 (xml-parse-region): Make first two arguments optional.
5316 Discard text properties.
5317 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5318 All callers changed.
5319 (xml-parse-tag): Call xml-parse-tag-1. For backward
5320 compatibility, this function should not modify buffer contents.
5321 (xml-parse-tag-1): Fix opening-tag regexp.
5322 (xml-parse-string): Rewrite, handling entity and character
5323 references properly.
5324 (xml--entity-replacement-text): Signal an error if a parameter
5325 entity is undefined.
5326
5327 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * comint.el (comint-output-filter): Filter out repeated prompts.
5330
5331 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5332 and file-name-absolute-p.
5333 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5334 internal calls.
5335
5336 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5337
5338 Spelling fixes.
5339 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5340 Rename from byte-compile--refiy-function. All uses changed.
5341
5342 2012-07-01 Chong Yidong <cyd@gnu.org>
5343
5344 * xml.el (xml--parse-buffer): New function. Move most of
5345 xml-parse-region here.
5346 (xml-parse-region): Copy region into a temporary buffer, since
5347 parameter entity substitution requires changing buffer contents.
5348 Use xml--parse-buffer.
5349 (xml-parse-file): Use xml--parse-buffer.
5350 (xml-parse-dtd): Make parameter entity substitution work right.
5351 Use proper regexps for ELEMENT declarations (Bug#7172).
5352
5353 2012-06-30 Glenn Morris <rgm@gnu.org>
5354
5355 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5356
5357 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5358 Remove outdated and unnecessary dbus declarations.
5359
5360 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5361
5362 * emacs-lisp/timer.el (timer-until): Subtract results of
5363 float-time, instead of taking float-time of the result of
5364 time-subtract, since float-time signals an error for negative time
5365 arguments.
5366
5367 2012-06-30 Chong Yidong <cyd@gnu.org>
5368
5369 * xml.el (xml-*-re): Convert defvars into defconsts, and
5370 eval-and-compile them so eval-and-compile works on derivatives.
5371 (xml--entity-replacement-text): Use eval-and-comple.
5372
5373 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5374
5375 * vc/vc-git.el (vc-git-registered): Use cache property
5376 `git-registered'.
5377 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5378 `vc-git-working-revision' in order to benefit from the cache.
5379 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5380
5381 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5382
5383 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5384 removed (likely outside Emacs). (Bug#11757)
5385
5386 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5387
5388 * emacs-lisp/cl-lib.el: Require macroexp.
5389
5390 2012-06-30 Chong Yidong <cyd@gnu.org>
5391
5392 * xml.el: Implement XML parameter entities.
5393 (xml-parameter-entity-alist): New variable.
5394 (xml-parse-region, xml-parse-fragment): Preserve previous values
5395 of xml-entity-alist and xml-parameter-entity-alist, so that
5396 repeated calls on different documents do not change them.
5397 (xml-parse-tag): Fix doctype regexp.
5398 (xml--entity-replacement-text): New function.
5399 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5400 properly requires url retrieval which is unimplemented.
5401 (xml-escape-string): Doc fix.
5402
5403 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5406
5407 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5408
5409 * fringe.el (fringe-mode): Doc fix.
5410
5411 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5412
5413 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5414 is non-nil.
5415 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5416 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5417
5418 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5419
5420 * calendar/cal-dst.el (calendar-current-time-zone):
5421 Return calendar-current-time-zone-cache if non-nil.
5422
5423 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5424
5425 * progmodes/which-func.el (which-func-format):
5426 Add mouse-face. (Bug#11698)
5427
5428 2012-06-29 Leo Liu <sdl.web@gmail.com>
5429
5430 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5431
5432 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 * minibuffer.el (minibuffer-confirm-exit-commands):
5435 Add completion-at-point (bug#11725).
5436
5437 2012-06-29 Glenn Morris <rgm@gnu.org>
5438
5439 * progmodes/f90.el (f90-font-lock-keywords-2):
5440 Add some preprocessor elements. (Bug#10499)
5441
5442 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5443
5444 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5445 Use syntax-propertize (bug#11739).
5446
5447 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5448
5449 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5450
5451 2012-06-28 Julien Danjou <julien@danjou.info>
5452
5453 * term.el (term-handle-colors-array): Use a set of new faces to
5454 color the terminal. Also uses :inverse-video property.
5455 (term-default-fg-color): Set to nil by default, deprecate in favor
5456 of `term-face'.
5457 (term-default-bg-color): Set to nil by default, deprecate in favor
5458 of `term-face'.
5459 (term-current-face): Use `term-face' by default.
5460 (term-bold-attribute): Variable deleted.
5461
5462 2012-06-28 Glenn Morris <rgm@gnu.org>
5463
5464 * simple.el (completion-list-mode-finish):
5465 Don't use toggle-read-only. (Since completion-list-mode has
5466 a special mode-class, it wasn't doing anything extra anyway.)
5467
5468 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 Make inlining of other-mode interpreted functions work (bug#11799).
5471 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5472 (byte-compile): Use it to fix compilation of lexical-binding closures.
5473 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5474 function, if needed.
5475
5476 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * help-mode.el (help-make-xrefs): Don't just withstand
5479 cyclic-variable-indirection but any error in documentation-property.
5480
5481 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5482 memory use.
5483 * bindings.el (bindings--define-key): New function.
5484 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5485 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5486 * bindings.el: Use it to purecopy define-key bindings.
5487
5488 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5489
5490 * emacs-lisp/cl.el (flet): Mark obsolete.
5491 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5492 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5493 * progmodes/js.el (js-c-fill-paragraph):
5494 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5495 (ebrowse-switch-member-buffer-to-derived-class):
5496 * play/5x5.el (5x5-solver): Use cl-flet.
5497
5498 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5499 (cl--symbol-function): New macro.
5500 (cl--letf, cl--letf*): Use it.
5501
5502 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5503 Strip "toggle-" if any.
5504
5505 2012-06-27 Glenn Morris <rgm@gnu.org>
5506
5507 * info.el (Info-default-directory-list): Move here from paths.el.
5508 * paths.el: Remove file, which is now empty.
5509 * loadup.el: No longer load "paths".
5510
5511 * custom.el (custom-initialize-delay): Doc fix.
5512
5513 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5514 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5515 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5516 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5517 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5518 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5519 * eshell/eshell.el (eshell-defgroup): Remove alias.
5520
5521 2012-06-27 Chong Yidong <cyd@gnu.org>
5522
5523 * help.el (help-enable-auto-load): New variable.
5524
5525 * help-fns.el (help-fns--autoloaded-p): New function.
5526 (describe-function-1): Refer to a function as "autoloaded" if it
5527 was autoloaded at any time in the past. Perform autoloading if
5528 help-enable-auto-load is non-nil.
5529
5530 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5531
5532 * makefile.w32-in (compile, compile-always): Depend on
5533 update-subdirs, not on subdirs.el. Otherwise, several different
5534 sub-targets of 'bootstrap' running in parallel could
5535 simultaneously write to subdirs.el, producing a garbled file.
5536
5537 2012-06-26 Sam Steingold <sds@gnu.org>
5538
5539 * files.el (file-name-base): New convenience function.
5540 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5541 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5542 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5543 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5544 * textmodes/ispell.el, textmodes/reftex-ref.el:
5545 * textmodes/tex-mode.el: Use it.
5546 Did not touch cedet and org because they are maintained elsewhere.
5547
5548 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5549
5550 * calendar/calendar.el (calendar-exit): Don't try to delete or
5551 iconify last frame. See:
5552 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5553
5554 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5555
5556 * server.el (server-process-filter): Remember dir in the
5557 process's `server-client-directory' properties.
5558
5559 2012-06-24 Chong Yidong <cyd@gnu.org>
5560
5561 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5562 non-tag text.
5563
5564 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5565
5566 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5567
5568 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * help-fns.el (describe-variable): Don't croak when doc is not found.
5571 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5572 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5573 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5574 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5575 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5576 ((lambda ..) ..).
5577 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5578
5579 2012-06-23 Chong Yidong <cyd@gnu.org>
5580
5581 * info.el (Info-mouse-follow-link): Accept symbol values of
5582 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5583 (Info-fontify-node): Use Info-link-keymap for all navigation
5584 buttons, with link-args property to perform the desired action.
5585 (Info-link-keymap): Doc fix.
5586 (Info-next-link-keymap, Info-prev-link-keymap)
5587 (Info-up-link-keymap): Delete now-unused keymaps.
5588
5589 2012-06-23 Chong Yidong <cyd@gnu.org>
5590
5591 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5592
5593 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5594 system abbrevs.
5595
5596 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5597
5598 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5601 (bug#11719).
5602
5603 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5604 the requote function doesn't work properly (bug#11714).
5605
5606 2012-06-23 Glenn Morris <rgm@gnu.org>
5607
5608 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5609
5610 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 Further GV/CL cleanups.
5613 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5614 gv-expander.
5615 (gv--defun-declaration): New function.
5616 (defun-declarations-alist): Use it.
5617 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5618 (gv-place): Autoload.
5619 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5620 original definition of dotimes and dolist.
5621 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5622 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5623 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5624 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5625 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5626 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5627 to the function's definition.
5628 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5629 * window.el:
5630 * files.el:
5631 * faces.el:
5632 * env.el: Don't use CL.
5633
5634 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5635
5636 Support higher-resolution time stamps (Bug#9000).
5637
5638 * calendar/time-date.el (with-decoded-time-value): New arg
5639 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5640 (encode-time-value): New optional arg PICO. New type 3.
5641 (time-to-seconds) [!float-time]: Support the new picoseconds
5642 component if it's used.
5643 (seconds-to-time, time-subtract, time-add):
5644 Support ps-resolution time stamps as well.
5645
5646 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5647 (timerp): Timer vectors now have length 9, not 8.
5648 (timer--time): Support new-style (4-part) time stamps.
5649 (timer-next-integral-multiple-of-time): Time stamps now have
5650 picosecond resolution, so take a bit more care about rounding.
5651 (timer-relative-time, timer-inc-time): New optional arg psecs.
5652 (timer-set-time-with-usecs): Set psecs to 0.
5653 (timer--activate): Check psecs component, too.
5654
5655 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5656
5657 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5660 Move the non-essential binding to the post/pre-command-hook where it is
5661 more obviously correct.
5662
5663 * subr.el (read-passwd): Don't use a history at all.
5664 * savehist.el (savehist-save): Remove password saved accidentally
5665 because of the above bug.
5666
5667 2012-06-22 Bastien Guerry <bzg@gnu.org>
5668
5669 * files.el (toggle-read-only): Display a message telling whether
5670 the buffer is read-only or not (bug#11726).
5671
5672 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5673
5674 * emacs-lisp/gv.el: New file.
5675 * subr.el (push, pop): Extend to generalized variables.
5676 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5677 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5678 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5679 gv-define-simple-setter, and gv-define-expander.
5680 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5681 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5682 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5683 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5684 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5685 gv-letplace.
5686 (cl-defstruct): Don't define setf-method any more.
5687 * emacs-lisp/cl.el (flet): Don't autoload.
5688 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5689 (define-setf-expander, defsetf, define-modify-macro)
5690 (cl-struct-setf-expander): Move from cl-lib.el.
5691 * emacs-lisp/syntax.el:
5692 * emacs-lisp/ewoc.el:
5693 * emacs-lisp/smie.el:
5694 * emacs-lisp/cconv.el:
5695 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5696 (timer--time): Use gv-define-simple-setter.
5697 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5698 to avoid coding-system problems in subr.el. Adjust all users.
5699 (macroexp--maxsize, macroexp-small-p): New functions.
5700 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5701 * scroll-bar.el (scroll-bar-mode):
5702 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5703 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5704 * winner.el (winner-configuration, winner-make-point-alist)
5705 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5706 * files.el (locate-file-completion-table): Avoid list*.
5707
5708 2012-06-22 Chong Yidong <cyd@gnu.org>
5709
5710 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5711 (dired-create-files): Doc fix (Bug#11329).
5712 (dired-do-copy): Doc fix (Bug#11334).
5713 (dired-mark-read-string): Doc fix (Bug#11553).
5714
5715 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5716 Doc fix (Bug#11326).
5717 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5718 (dired-dwim-target): Doc fix.
5719
5720 * wdired.el (wdired-mode): Doc fix.
5721
5722 2012-06-22 Glenn Morris <rgm@gnu.org>
5723
5724 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5725 (pcmpl-rpm-cache-stamp-file): New constant.
5726 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5727 (pcmpl-rpm-packages): Optionally cache list of packages.
5728
5729 * pcmpl-rpm.el (pcmpl-rpm): New group.
5730 (pcmpl-rpm-query-options): New option.
5731 (pcmpl-rpm-packages): No need to inline it.
5732 Use pcmpl-rpm-query-options.
5733
5734 * calendar/calendar.el (calendar-in-read-only-buffer):
5735 Avoid some needless mode changes.
5736
5737 2012-06-21 Chong Yidong <cyd@gnu.org>
5738
5739 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5740 (desktop-path): Remove . from the default value (Bug#10977).
5741 (desktop-read): Use user-emacs-directory if desktop-path is nil.
5742
5743 2012-06-20 Chong Yidong <cyd@gnu.org>
5744
5745 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5746
5747 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5748
5749 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5750 (bug#11201).
5751
5752 2012-06-20 Chong Yidong <cyd@gnu.org>
5753
5754 * term.el (term-window-width): Handle the case of a missing right
5755 fringe (Bug#8837).
5756 (term-check-size): Use window-text-height (Bug#5445).
5757 (term-mode): Use define-derived-mode. Minor cleanups.
5758 Set font-lock-defaults (Bug#7692).
5759 (term-move-columns, term-insert-char, term-emulate-terminal)
5760 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5761
5762 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
5763
5764 * net/ange-ftp.el (ange-ftp-get-passwd):
5765 Bind `enable-recursive-minibuffers'.
5766 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5767
5768 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5769
5770 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5771
5772 2012-06-19 Glenn Morris <rgm@gnu.org>
5773
5774 * progmodes/python.el (python-mode): Derive from prog-mode.
5775
5776 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5777
5778 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5779 (edt-user-menu-bar-update-buffers): New functions.
5780 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5781
5782 2012-06-19 Chong Yidong <cyd@gnu.org>
5783
5784 * subr.el (with-selected-window): Preserve the selected window's
5785 terminal's top-frame (Bug#4702).
5786
5787 * window.el (save-selected-window): Likewise.
5788
5789 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * progmodes/python.el (python-rx-constituents): Move backquote.
5792 (python-skeleton-define, python-define-auxiliary-skeleton):
5793 Use `declare'.
5794
5795 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
5796
5797 * minibuffer.el (read-file-name-default): Revert the patch from
5798 2012-06-17.
5799
5800 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5803 (pcase--u1, pcase--q1): Don't use apply-partially.
5804
5805 2012-06-18 Glenn Morris <rgm@gnu.org>
5806
5807 * progmodes/python.el (python-proc, python-buffer)
5808 (python-send-receive, python-send-string): Fix obsolete versions.
5809
5810 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5811
5812 * window.el (special-display-p): Completely remove stringp
5813 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5814
5815 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
5816
5817 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5818
5819 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5820
5821 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5822 * net/tramp-sh.el (tramp-maybe-open-connection):
5823 Throw if `non-essential' is non-nil.
5824
5825 2012-06-17 Martin Rudalics <rudalics@gmx.at>
5826
5827 * window.el (special-display-p): Signal an error if BUFFER-NAME
5828 is not a string (Bug#11713).
5829
5830 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5831
5832 * progmodes/python.el (python-info-beginning-of-backslash):
5833 Rename from python-info-beginning-of-backlash, as a spelling fix.
5834
5835 2012-06-17 Chong Yidong <cyd@gnu.org>
5836
5837 * term.el (term-emulate-terminal): If term-check-size is called,
5838 move point to the process mark without resetting point (Bug#4635).
5839
5840 2012-06-17 Glenn Morris <rgm@gnu.org>
5841
5842 * international/mule-cmds.el (mule-menu-keymap)
5843 (set-language-environment, set-locale-environment): Doc tweaks.
5844
5845 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5846
5847 * cus-face.el (custom-face-attributes): Add wave-style underline
5848 attribute.
5849 * faces.el (set-face-attribute): Update docstring to describe
5850 wave-style underline attribute.
5851
5852 2012-06-16 Chong Yidong <cyd@gnu.org>
5853
5854 * term/xterm.el (terminal-init-xterm): Discard input before
5855 querying background mode (Bug#10959).
5856
5857 2012-06-16 Stefan Merten <smerten@oekonux.de>
5858
5859 * textmodes/rst.el: Added and corrected some comments.
5860 (rst-re-alist-def): Improve symbol syntax.
5861 (rst-mode-syntax-table): Correct syntax entries.
5862 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5863 (rst-official-version, rst-official-cvs-rev): Update version
5864 information.
5865
5866 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5867
5868 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5869 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5870
5871 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5872
5873 * progmodes/python.el: New python.el merge.
5874 (python-guess-indent): Obsolete var.
5875 (python-indent-guess-indent-offset): New defcustom.
5876 (python-indent): Obsolete var.
5877 (python-indent-offset): New defcustom.
5878 (python-python-command, python-jython-command): Delete var.
5879 (python-shell-interpreter): New defcustom.
5880 (python-pdbtrack-do-tracking-p): Delete var.
5881 (python-pdbtrack-activate): New defcustom.
5882 (python-use-skeletons): Obsolete var.
5883 (python-skeleton-autoinsert): New defcustom.
5884 (inferior-python-filter-regexp, python-continuation-offset)
5885 (python-honour-comment-indentation, python-indent-string-contents)
5886 (python-jython-packages, python-mode-hook)
5887 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5888 (python-shell-prompt-alist)
5889 (python-source-modes): Delete defcustoms.
5890 (python-check-buffer-name, python-eldoc-setup-code)
5891 (python-eldoc-string-code, python-ffap-setup-code)
5892 (python-ffap-string-code, python-fill-comment-function)
5893 (python-fill-decorator-function, python-fill-paren-function)
5894 (python-fill-string-function, python-imenu-include-defun-type)
5895 (python-imenu-make-tree, python-imenu-subtree-root-label)
5896 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5897 (python-shell-compilation-regexp-alist)
5898 (python-shell-completion-module-string-code)
5899 (python-shell-completion-pdb-string-code)
5900 (python-shell-completion-setup-code)
5901 (python-shell-completion-string-code)
5902 (python-shell-enable-font-lock, python-shell-exec-path)
5903 (python-shell-extra-pythonpaths)
5904 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5905 (python-shell-process-environment)
5906 (python-shell-prompt-block-regexp)
5907 (python-shell-prompt-output-regexp)
5908 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5909 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5910 (python-shell-virtualenv-path): New defcustoms.
5911 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5912 (inferior-python-mode-syntax-table, python--prompt-regexp)
5913 (python-buffer, python-command python-python-command)
5914 (python-default-template, python-imports, python-indent-index)
5915 (python-indent-list, python-indent-list-length)
5916 (python-mode-running, python-pdbtrack-is-tracking-p)
5917 (python-preoutput-continuation, python-preoutput-leftover)
5918 (python-preoutput-result, python-preoutput-skip-next-prompt)
5919 (python-prev-dir/file, python-recursing)
5920 (python-saved-check-command, python-version-checked)
5921 (python-which-func-length-limit)
5922 (view-return-to-alist): Delete vars.
5923 (python-check-custom-command, python-dotty-syntax-table)
5924 (python-imenu-index-alist, python-indent-current-level)
5925 (python-indent-dedenters, python-indent-levels)
5926 (python-nav-beginning-of-defun-regexp)
5927 (python-nav-list-defun-positions-cache)
5928 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5929 (python-shell-internal-buffer)
5930 (python-skeleton-available): New vars.
5931 (def-python-skeleton): Delete macro.
5932 (python-skeleton-define): New macro.
5933 (python-define-auxiliary-skeleton, python-rx): New macros.
5934 (python-insert-class): Delete command.
5935 (python-skeleton-class): New command.
5936 (python-insert-def): Delete command.
5937 (python-skeleton-def): New command.
5938 (python-insert-for): Delete command.
5939 (python-skeleton-for): New command.
5940 (python-insert-if): Delete command.
5941 (python-skeleton-if): New command.
5942 (python-insert-try/except, python-insert-try/finally): Delete commands.
5943 (python-skeleton-try): New command.
5944 (python-insert-while): Delete command.
5945 (python-skeleton-while): New command.
5946 (python-backspace): Delete command.
5947 (python-indent-dedent-line-backspace): New command.
5948 (python-electric-colon): Delete command.
5949 (python-indent-electric-colon): New command.
5950 (python-guess-indent): Delete command.
5951 (python-indent-guess-indent-offset): New command.
5952 (python-shift-left): Delete command.
5953 (python-indent-shift-left): New command.
5954 (python-shift-right): Delete command.
5955 (python-indent-shift-right): New command.
5956 (python-find-function): Delete command.
5957 (python-nav-jump-to-defun): New command.
5958 (python-next-statement): Delete command.
5959 (python-nav-forward-sentence): New command.
5960 (python-previous-statement): Delete command.
5961 (python-nav-backward-sentence): New command.
5962 (python-fill-paragraph): Delete command.
5963 (python-fill-paragraph-function): New command.
5964 (python-send-buffer): Delete command.
5965 (python-shell-send-buffer): New command.
5966 (python-send-defun): Delete command.
5967 (python-shell-send-defun): New command.
5968 (python-send-region, python-send-region-and-go): Delete commands.
5969 (python-shell-send-region)
5970 (python-shell-switch-to-shell): New commands.
5971 (python-send-string): Delete command.
5972 (python-shell-send-string): New command.
5973 (python-switch-to-python): Delete command.
5974 (python-shell-switch-to-shell): New command.
5975 (python-describe-symbol): Delete command.
5976 (python-eldoc-at-point): New command.
5977 (python--set-prompt-regexp, python-args-to-list)
5978 (python-after-info-look, python-check-version)
5979 (python-check-comint-prompt, python-find-imports)
5980 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5981 (python-unload-function, python-expand-template)
5982 (python-maybe-jython, python-preoutput-filter)
5983 (python-pdbtrack-get-source-buffer)
5984 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5985 (python-pdbtrack-toggle-stack-tracking)
5986 (python-pdbtrack-track-stack-file, python-initial-text)
5987 (python-first-word, python-comment-line-p, python-send-command)
5988 (python-setup-brm, python-sentinel, python-set-proc)
5989 (python-skip-out, python-input-filter, python-outdent-p)
5990 (python-outline-level, python-backslash-continuation-line-p)
5991 (python-end-of-block, python-end-of-statement, python-mark-block)
5992 (python-beginning-of-block, python-beginning-of-statement)
5993 (python-blank-line-p, python-beginning-of-string)
5994 (python-open-block-statement-p): Delete functions.
5995 (python-indent-line, python-indent-line-1): Delete functions.
5996 (python-indent-line): New function.
5997 (python-indentation-levels): Delete function.
5998 (python-indent-calculate-levels): New function.
5999 (python-proc): Delete function.
6000 (python-shell-get-process): New function.
6001 (python-send-receive): Delete function.
6002 (python-shell-send-string-no-output): New function.
6003 (python-module-path): Delete function.
6004 (python-ffap-module-path): New function.
6005 (python-completion-at-point)
6006 (python-symbol-completions): Delete functions.
6007 (python-completion-complete-at-point): New function.
6008 (python-load-file): Delete function.
6009 (python-shell-send-file): New function.
6010 (python-calculate-indentation): Delete function.
6011 (python-indent-calculate-indentation): New function.
6012 (python-skip-comments/blanks): Delete function.
6013 (python-util-forward-comment): New function.
6014 (python-continuation-line-p): Delete function.
6015 (python-info-continuation-line-p): New function.
6016 (python-which-func, python-current-defun): Delete function.
6017 (python-info-current-defun): New function.
6018 (python-beginning-of-defun): Delete function.
6019 (python-nav-beginning-of-defun): New function.
6020 (python-close-block-statement-p)
6021 (python-block-end-p): Delete function.
6022 (python-info-closing-block): New function.
6023 (python-comint-output-filter-function)
6024 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6025 (python-fill-comment, python-fill-decorator, python-fill-paren)
6026 (python-fill-string, python-imenu-make-element-tree)
6027 (python-imenu-make-tree, python-imenu-tree-assoc)
6028 (python-indent-context, python-indent-dedent-line)
6029 (python-indent-line-function)
6030 (python-indent-post-self-insert-function)
6031 (python-indent-toggle-levels)
6032 (python-info-assignment-continuation-line-p)
6033 (python-info-beginning-of-backlash)
6034 (python-info-block-continuation-line-p)
6035 (python-info-closing-block-message)
6036 (python-info-line-ends-backslash-p)
6037 (python-info-looking-at-beginning-of-defun)
6038 (python-info-ppss-context, python-info-ppss-context-type)
6039 (python-nav-list-defun-positions, python-nav-read-defun)
6040 (python-nav-sentence-end, python-nav-sentence-start)
6041 (python-pdbtrack-comint-output-filter-function)
6042 (python-pdbtrack-set-tracked-buffer)
6043 (python-shell-calculate-exec-path)
6044 (python-shell-calculate-process-environment)
6045 (python-shell-completion--do-completion-at-point)
6046 (python-shell-completion--get-completions)
6047 (python-shell-completion-complete-at-point)
6048 (python-shell-completion-complete-or-indent)
6049 (python-shell-get-or-create-process)
6050 (python-shell-get-process-name)
6051 (python-shell-internal-get-or-create-process)
6052 (python-shell-internal-get-process-name)
6053 (python-shell-internal-send-string, python-shell-make-comint)
6054 (python-shell-parse-command, python-shell-send-setup-code)
6055 (python-skeleton-add-menu-items)
6056 (python-util-clone-local-variables, python-util-position)
6057 (run-python-internal, python-indentation-levels)
6058 (python-nav-beginning-of-defun)
6059 (python-completion-complete-at-point): New functions.
6060 (run-python): Change arguments. New API requirements.
6061
6062 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6063
6064 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6065 (bug#11649).
6066
6067 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6068 (macroexp--expand-all): Use it.
6069
6070 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6071 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6072 Use `cl-function' instead.
6073
6074 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6075
6076 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6077 Suggested by Stefan Monnier while discussing bug#11657.
6078
6079 2012-06-14 Sam Steingold <sds@gnu.org>
6080
6081 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6082
6083 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6084
6085 * play/doctor.el (doctor-doc): Remove parameter and use
6086 doctor-sent instead of sent.
6087 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6088
6089 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6090
6091 * files.el: Require cl-lib.
6092 (file-name-non-special): Replace case -> cl-case.
6093
6094 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6095
6096 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6097 mapping from #' to function*.
6098
6099 2012-06-13 Chong Yidong <cyd@gnu.org>
6100
6101 * mouse.el (mouse-drag-track): Do not set the mark if the user
6102 releases the mouse without selecting anything (Bug#11588).
6103
6104 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6107 as well (bug#11646).
6108
6109 * loadup.el: Count byte-code functions as well.
6110
6111 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6112 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6113
6114 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6115 (bug#11649). Add cl-defun and cl-defmacro.
6116
6117 2012-06-13 Drew Adams <drew.adams@oracle.com>
6118
6119 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6120 Fix last change.
6121
6122 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6123
6124 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6125 Otherwise, it blocks in batch mode.
6126
6127 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6128
6129 * help-mode.el (bookmark-make-record-default): Declare.
6130
6131 2012-06-13 Chong Yidong <cyd@gnu.org>
6132
6133 * emacs-lisp/package.el (list-packages): Compute a list of
6134 packages that are newly-available since the last list-packages
6135 invocation.
6136 (package-menu--new-package-list): New var.
6137 (package-menu--generate, package-menu--print-info)
6138 (package-menu--status-predicate, package-menu-mark-install):
6139 Handle new status label "new".
6140
6141 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6144 conversion to backquotes.
6145
6146 2012-06-12 Chong Yidong <cyd@gnu.org>
6147
6148 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6149 Rename from gud-inhibit-global-bindings.
6150
6151 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6152
6153 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6154 hook from nxml-glyph-set-hook.
6155
6156 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6157 declaration.
6158
6159 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6160
6161 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6162 Convert to defcustom.
6163
6164 2012-06-12 Drew Adams <drew.adams@oracle.com>
6165
6166 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6167 New functions.
6168 (help-mode): Use them.
6169
6170 2012-06-11 Glenn Morris <rgm@gnu.org>
6171
6172 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6173 Use preprocessor face for directives.
6174 (fortran-directive-re): Doc fix.
6175
6176 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6177
6178 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6179 conversion to backquotes (bug#11652).
6180
6181 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6182 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6183 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6184 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6185 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6186 (cl-ninth, cl-tenth): Mark them as inlinable.
6187 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6188 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6189 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6190 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6191 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6192 (cl-list*, cl-adjoin): Don't put an autoload manually.
6193 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6194 (cl--compiler-macro-list*): Add autoload cookie.
6195 (cl--compiler-macro-cXXr): New function.
6196
6197 * help-fns.el (help-fns--compiler-macro): New function extracted from
6198 describe-function-1; follow aliases and use `compiler-macro' property.
6199 (describe-function-1): Use it.
6200
6201 2012-06-11 Chong Yidong <cyd@gnu.org>
6202
6203 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6204 is uninstalled, if imagemagick is installed.
6205
6206 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * emacs-lisp/cl-lib.el: Use lexical-binding.
6209 (cl-map-extents, cl-maclisp-member): Remove.
6210 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6211 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6212 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6213 * emacs-lisp/cl-extra.el: Use lexical-binding.
6214 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6215 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6216 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6217 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6218 * emacs-lisp/cl-seq.el: Use lexical-binding.
6219 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6220 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6221 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6222 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6223 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6224 CL's internals.
6225
6226 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6227
6228 Sync with Tramp 2.2.6-pre.
6229
6230 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6231 `print-length' and `print-level' to nil, in order to avoid
6232 truncation. Reported by Christopher Schmidt
6233 <christopher@ristopher.com>.
6234
6235 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6236
6237 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6238 New defmacro.
6239 (tramp-compat-copy-directory): Add optional argument
6240 COPY-CONTENTS. It is not handled yet.
6241
6242 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6243 (tramp-ftp-file-name-p): Simplify.
6244
6245 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6246 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6247 connection vector.
6248
6249 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6250 (tramp-methods): Do not use `tramp-password-end-of-line'.
6251 (tramp-completion-function-alist-putty): Handle UNIX case.
6252 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6253 (tramp-do-file-attributes-with-stat)
6254 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6255 gid as real numbers. They could run out of integer range on cygwin.
6256 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6257 (tramp-sh-handle-expand-file-name): Handle hops.
6258 (tramp-open-connection-setup-interactive-shell):
6259 Use `tramp-cleanup'. Move check for busyboxes ...
6260 (tramp-find-shell): ... here. Simplify implementation.
6261 Set "remote-shell" property also for alternative shells.
6262 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6263 If failing, a regular file would be written otherwise.
6264 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6265 (tramp-find-inline-encoding): Cache the coding commands in the
6266 process cache. Apply test command on the remote side, if defined.
6267 (tramp-find-inline-compress): Cache the compress commands in the
6268 process cache.
6269 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6270 when requested. Handle hops.
6271 (tramp-current-connection): New defvar.
6272 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6273 Throw `suppress', if there was a failed connection shortly before.
6274 Handle user interrupt. (Bug#10187)
6275 (tramp-get-inline-compress, tramp-get-inline-coding):
6276 Read connection properties from the process cache.
6277
6278 * net/tramp-smb.el (tramp-smb-server-version)
6279 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6280 New defconsts.
6281 (tramp-smb-prompt): Extend for powershell prompt.
6282 (tramp-smb-file-name-handler-alist): Add handlers for
6283 `process-file', `shell-command' and `start-file-process'.
6284 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6285 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6286 (tramp-smb-file-name-p): Simplify.
6287 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6288 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6289 (tramp-smb-shell-quote-argument): New defuns.
6290 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6291 Implement using "tar". By this, time-stamps are preserved.
6292 (tramp-smb-handle-copy-file): Handle also the case of directories.
6293 (tramp-smb-do-file-attributes-with-stat)
6294 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6295 Use `tramp-get-connection-buffer').
6296 (tramp-smb-handle-rename-file): Use "rename", when source and
6297 target are on the same share.
6298 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6299 Use `tramp-smb-server-version'.
6300 (tramp-smb-wait-for-output): Remove prompt.
6301
6302 * net/tramp.el (top): Require 'cl.
6303 (tramp-methods, tramp-rsh-end-of-line):
6304 Remove `tramp-password-end-of-line' from docstring.
6305 (tramp-save-ad-hoc-proxies): New defcustom.
6306 (tramp-completion-function-alist): Adapt docstring.
6307 (tramp-default-password-end-of-line): Remove defcustom.
6308 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6309 (tramp-user-regexp, tramp-file-name-regexp-unified)
6310 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6311 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6312 (tramp-remote-file-name-spec-regexp): New defconst.
6313 (tramp-file-name-structure): Extend structure for hops.
6314 (tramp-get-method-parameter): Move up.
6315 (tramp-file-name-p, tramp-dissect-file-name)
6316 (with-parsed-tramp-file-name): Handle hops.
6317 (tramp-file-name-hop): New defun.
6318 (tramp-make-tramp-file-name): New optional arg HOP.
6319 (tramp-message-show-progress-reporter-message): New defvar.
6320 (tramp-with-progress-reporter): Use it. We cannot use
6321 `tramp-message-show-message' here, because this suppresses also
6322 error buffers.
6323 (tramp-error-with-buffer): Suppress buffer view, if
6324 `tramp-message-show-message' is nil.
6325 Use `tramp-get-connection-buffer'.
6326 (tramp-cleanup): New defun.
6327 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6328 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6329 an error unchanged.
6330 (tramp-completion-handle-file-name-all-completions): Handle hops.
6331 Fix an error when called from ido.
6332 (tramp-completion-dissect-file-name): Use better local variable
6333 name. Add hop to the vector.
6334 (tramp-handle-insert-file-contents): Use progress-reporter for the
6335 whole scenario.
6336 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6337 to `t'.
6338 (tramp-check-for-regexp): Simplify search.
6339 (tramp-enter-password): Remove it. Move implementation ...
6340 (tramp-action-password): ... here.
6341 (tramp-mode-string-to-int, tramp-local-host-p)
6342 (tramp-make-tramp-temp-file, tramp-read-passwd)
6343 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6344 Set tramp-autoload cookie.
6345
6346 * net/trampver.el: Update release number.
6347
6348 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6349 Michael Albinus <michael.albinus@gmx.de>
6350
6351 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6352 (tramp-parse-group, tramp-parse-file)
6353 (tramp-parse-shostkeys-sknownhosts): New defuns.
6354 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6355 (tramp-parse-shosts-group, tramp-parse-sconfig)
6356 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6357 (tramp-parse-sknownhosts, tramp-parse-hosts)
6358 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6359 Use them.
6360 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6361 (tramp-parse-putty-group): Don't narrow.
6362 (tramp-parse-putty): Make a loop.
6363 (tramp-file-name-handler): Catch the `suppress' signal.
6364
6365 2012-06-11 Chong Yidong <cyd@gnu.org>
6366
6367 * image.el (imagemagick-register-types): Put the ImageMagick entry
6368 at the end of image-type-file-name-regexps.
6369
6370 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6371
6372 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6373 (pcase, pcase-let*, pcase-dolist): Use them.
6374
6375 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * emacs-lisp/pcase.el (pcase--let*): New function.
6378 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6379 (pcase--expand): Use macroexp-let².
6380
6381 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6382
6383 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6384 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6385 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6386 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6387 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6388 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6389
6390 2012-06-10 Glenn Morris <rgm@gnu.org>
6391
6392 * mail/rmail.el (rmail-yank-current-message): Leave point at
6393 correct position. (Bug#11660)
6394
6395 2012-06-10 Chong Yidong <cyd@gnu.org>
6396
6397 * allout-widgets.el: Fix code header.
6398
6399 2012-06-10 Chong Yidong <cyd@gnu.org>
6400
6401 * cus-edit.el (customize-changed-options-previous-release):
6402 Bump to 24.1.
6403
6404 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6405
6406 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6407
6408 2012-06-09 Chong Yidong <cyd@gnu.org>
6409
6410 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6411
6412 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6413
6414 * window.el (special-display-popup-frame): Don't use
6415 window--display-buffer (Bug#11651).
6416
6417 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6418
6419 Fix parallel builds: make sure loaddefs.el is not being written
6420 while Lisp files are compiled.
6421 (compile): Don't depend on 'mh-autoloads'.
6422 (compile-CMD, compile-SH): Depend on 'autoloads'.
6423 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6424
6425 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6426
6427 2012-06-09 Chong Yidong <cyd@gnu.org>
6428
6429 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6430 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6431 Doc fixes (Bug#11225).
6432
6433 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6436 a function if there's a clear indication that it has a compiler-macro.
6437 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6438 (macro-declarations-alist): Add arglist to declaration functions.
6439 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6440 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6441 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6442 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6443 Also add autoload to find the compiler macro.
6444 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6445 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6446 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6447 (cl--compiler-macro-get): New functions, replacing calls to
6448 cl-define-compiler-macro.
6449 (cl-typep) [compiler-macro]: Use macroexp-let².
6450
6451 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6452
6453 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6454 string properly, fixes Bug#11473.
6455
6456 2012-06-08 Chong Yidong <cyd@gnu.org>
6457
6458 * faces.el (set-face-attribute): Doc fix.
6459 (modify-face): Don't use :bold and :italic.
6460 (error, warning, success): Tweak definitions.
6461
6462 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6463 (custom-modified, custom-set, custom-changed, custom-themed)
6464 (custom-saved, custom-button, custom-button-mouse)
6465 (custom-button-pressed, custom-state, custom-comment-tag)
6466 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6467 (custom-group-subtitle): Use new-style face specs.
6468 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6469 (custom-set-face, custom-changed-face, custom-saved-face)
6470 (custom-button-face, custom-button-pressed-face)
6471 (custom-documentation-face, custom-state-face)
6472 (custom-comment-face, custom-comment-tag-face)
6473 (custom-variable-tag-face, custom-variable-button-face)
6474 (custom-face-tag-face, custom-group-tag-face-1)
6475 (custom-group-tag-face): Remove obsolete face alias.
6476
6477 * epa.el (epa-validity-high, epa-validity-medium)
6478 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6479 (epa-field-name, epa-field-body):
6480 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6481 (font-lock-keyword-face, font-lock-builtin-face)
6482 (font-lock-function-name-face, font-lock-variable-name-face)
6483 (font-lock-type-face, font-lock-constant-face):
6484 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6485 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6486 * speedbar.el (speedbar-button-face, speedbar-file-face)
6487 (speedbar-directory-face, speedbar-tag-face)
6488 (speedbar-selected-face, speedbar-highlight-face)
6489 (speedbar-separator-face):
6490 * whitespace.el (whitespace-newline, whitespace-space)
6491 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6492 (whitespace-line, whitespace-space-before-tab)
6493 (whitespace-space-after-tab, whitespace-indentation)
6494 (whitespace-empty):
6495 * emulation/cua-base.el (cua-global-mark):
6496 * eshell/em-prompt.el (eshell-prompt):
6497 * net/newst-plainview.el (newsticker-new-item-face)
6498 (newsticker-old-item-face, newsticker-immortal-item-face)
6499 (newsticker-obsolete-item-face, newsticker-date-face)
6500 (newsticker-statistics-face, newsticker-default-face):
6501 * net/newst-reader.el (newsticker-feed-face)
6502 (newsticker-extra-face, newsticker-enclosure-face):
6503 * net/newst-treeview.el (newsticker-treeview-face)
6504 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6505 (newsticker-treeview-immortal-face)
6506 (newsticker-treeview-obsolete-face)
6507 (newsticker-treeview-selection-face):
6508 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6509 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6510 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6511 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6512 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6513 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6514 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6515 (mpuz-text):
6516 * progmodes/vera-mode.el (vera-font-lock-number)
6517 (vera-font-lock-function, vera-font-lock-interface):
6518 * textmodes/table.el (table-cell): Use new-style face specs, and
6519 don't use the old :bold and :italic attributes.
6520
6521 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6522 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6523 (ebrowse-member-class, ebrowse-progress): Likewise.
6524 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6525 (ebrowse-file-name-face, ebrowse-default-face)
6526 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6527 (ebrowse-progress-face): Remove obsolete faces.
6528
6529 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6530 Inherit from error and warning faces respectively.
6531
6532 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6533 Likewise.
6534 (flyspell-incorrect-face, flyspell-duplicate-face):
6535 Remove obsolete aliases.
6536
6537 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6538
6539 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6540 Avoid infloop.
6541
6542 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * startup.el (argv, argi): Make lexically scoped.
6545 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6546 * emacs-lisp/cl-macs.el: Use lexical-binding.
6547 Rename cl-bind-* to cl--bind-*.
6548 * files.el: Don't require `cl' since it doesn't use it.
6549 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6550
6551 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6552
6553 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6554 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6555 instead of calling external sort utility.
6556 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6557
6558 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6559
6560 * descr-text.el (describe-char): Mention how to insert the
6561 character, if the current input method doesn't support it.
6562 See the discussion in this thread for the details:
6563 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6564
6565 2012-06-08 Sam Steingold <sds@gnu.org>
6566
6567 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6568 XF86Back to previous-buffer.
6569 (minibuffer-local-map): Bind them to next-history-element and
6570 previous-history-element respectively.
6571 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6572 help-go-back respectively.
6573 * info.el (Info-mode-map): Bind them to Info-history-forward and
6574 Info-history-back respectively.
6575 These are the keys next to Up on the ThinkPad keyboard.
6576
6577 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6580 * emacs-lisp/cl-macs.el: Provide itself.
6581 (cl--labels-convert-cache): New var.
6582 (cl--labels-convert): New function.
6583 (cl-flet, cl-labels): New implementation with new semantics, relying on
6584 lexical-binding.
6585 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6586 (cl-closure-vars, cl--function-convert-cache)
6587 (cl--function-convert): Move from cl-macs.el.
6588 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6589 rename by removing the "cl-" prefix.
6590 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6591
6592 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6595 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6596 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6597 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6598 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6599 (cl-hash-table-count): Add old compatibility aliases.
6600
6601 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6602 Use macroexpand-all-environment instead.
6603 (cl--old-macroexpand): New var.
6604 (cl--sm-macroexpand): New function.
6605 (cl-symbol-macrolet): Use it during macro expansion.
6606 (cl--function-convert-cache): New var.
6607 (cl--function-convert): New function, extracted from
6608 cl-macroexpand-all.
6609 (cl-lexical-let): Use it.
6610
6611 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6612 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6613 (cl-member): Remove old alias.
6614
6615 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6616 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6617 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6618 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6619 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6620 (cl-macroexpand-cmacs): Remove var.
6621 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6622 Use macroexpand-all instead.
6623
6624 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6627 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6628 (macroexp-copyable-p): New functions and macros.
6629 * emacs-lisp/edebug.el (edebug-unwrap):
6630 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6631 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6632 (pcase--let*): Remove.
6633 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6634 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6635 macroexp-const-p instead.
6636 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6637
6638 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6639 instead of "cl-" for internal definitions. Use macroexp-const-p.
6640 (cl-old-bc-file-form): Remove var.
6641 (cl-const-exprs-p): Remove fun.
6642 (cl-labels, cl-macrolet): Use backquote.
6643 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6644 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6645 (cl-define-setf-expander): Rename from cl-define-setf-method.
6646 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6647
6648 * international/mule-cmds.el: Don't require CL.
6649 (view-hello-file): Don't use `letf'.
6650
6651 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * tmm.el (tmm-prompt): Use string-prefix-p.
6654 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6655 (tmm-add-prompt): Use minibuffer-completion-help.
6656 (tmm-delete-map): Remove.
6657
6658 * subr.el (kbd): Make it its own function.
6659
6660 2012-06-07 Stefan Merten <smerten@oekonux.de>
6661
6662 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6663 Silence compiler warnings. Fix versions.
6664 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6665 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6666 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6667 (rst-package-emacs-version-alist): Correct Emacs version to
6668 represent major merge with upstream.
6669 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6670
6671 2012-06-06 Glenn Morris <rgm@gnu.org>
6672
6673 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6674 Only print environment variables if set.
6675
6676 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6679 (macroexp--cons): Rename from maybe-cons.
6680 (macroexp--accumulate): Rename from macroexp-accumulate.
6681 (macroexp--all-forms): Rename from macroexpand-all-forms.
6682 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6683 (macroexp--expand-all): Rename from macroexpand-all-1.
6684
6685 2012-06-06 Sam Steingold <sds@gnu.org>
6686
6687 * calendar/calendar.el (calendar-in-read-only-buffer):
6688 Call `special-mode' to enable the standard read-only keybindings.
6689
6690 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6693 with "loading" messages (bug#11635).
6694
6695 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6696
6697 * files.el (enable-remote-dir-locals): New option.
6698 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6699
6700 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6701 Ensure, that the temp directory is local.
6702
6703 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6704 `temporary-file-directory'.
6705
6706 * progmodes/python.el (python-send-region): Ensure, that the
6707 temporary file is created also in the remote case.
6708
6709 2012-06-06 Glenn Morris <rgm@gnu.org>
6710
6711 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6712 (vc-rcs-update-changelog): Use it.
6713
6714 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6715
6716 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6717 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6718 (vc-sccs-diff): Replace use of the external vcdiff script.
6719
6720 2012-06-05 Glenn Morris <rgm@gnu.org>
6721
6722 * ledit.el: Move to obsolete/.
6723
6724 2012-06-05 Sam Steingold <sds@gnu.org>
6725
6726 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6727 patch (Bug#11140).
6728
6729 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6730
6731 * emacs-lisp/cust-print.el: Move to obsolete.
6732
6733 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6734 compiler-macro expansion.
6735
6736 Add native compiler-macro support.
6737 * emacs-lisp/macroexp.el (macroexpand-all-1):
6738 Support compiler-macros directly. Properly follow aliases and apply
6739 the compiler macros more thoroughly.
6740 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6741 macroexpand now properly follows aliases.
6742 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6743 (cl-compiler-macroexpand): Use new prop.
6744 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6745
6746 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6747
6748 2012-06-05 Martin Rudalics <rudalics@gmx.at>
6749
6750 * window.el (get-lru-window, get-mru-window, get-largest-window):
6751 New argument NOT-SELECTED to avoid picking the selected window.
6752 (window--display-buffer-1, window--display-buffer-2): Replace by
6753 new function window--display-buffer
6754 (display-buffer-same-window, display-buffer-reuse-window)
6755 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6756 Use window--display-buffer.
6757 (display-buffer-use-some-window): Remove temporary dedication
6758 hack by calling get-lru-window and get-largest-window with
6759 NOT-SELECTED argument non-nil. Call window--display-buffer.
6760
6761 2012-06-05 Glenn Morris <rgm@gnu.org>
6762
6763 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6764 Replace external vcdiff script.
6765
6766 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6769
6770 2012-06-04 Chong Yidong <cyd@gnu.org>
6771
6772 * image.el (imagemagick-types-inhibit): Revert last change.
6773 Add INFO and M.
6774 (imagemagick-enabled-types): Remove CIN and EPS*.
6775
6776 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * emacs-lisp/cl-lib.el: Rename from cl.el.
6779 * emacs-lisp/cl.el: New compatibility file.
6780 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6781 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6782 to obey the "cl-" prefix.
6783 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6784
6785 2012-06-03 Glenn Morris <rgm@gnu.org>
6786
6787 * emacs-lisp/authors.el (authors-aliases): Addition.
6788
6789 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6790 Fix :version.
6791
6792 2012-06-03 Stefan Merten <smerten@oekonux.de>
6793
6794 * textmodes/rst.el: Add comments.
6795 (rst-transition, rst-adornment): New faces.
6796 (rst-adornment-faces-alist): Make default safe to reevaluate.
6797 Fixes
6798 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6799 Improve customization tags.
6800 (rst-define-level-faces): Clarify meaning.
6801
6802 2012-06-03 Chong Yidong <cyd@gnu.org>
6803
6804 * progmodes/compile.el (compilation-mode-line-fail)
6805 (compilation-mode-line-run, compilation-mode-line-exit):
6806 New faces.
6807 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6808
6809 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6810
6811 * progmodes/which-func.el (which-func-update-ediff-windows):
6812 New function. Use it in ediff-select-hook (Bug#11478).
6813
6814 2012-06-03 Chong Yidong <cyd@gnu.org>
6815
6816 * bindings.el: Remove explicit help text from format-mode-line.
6817 It is now supplied by mode-line-default-help-echo.
6818 (mode-line-front-space, mode-line-end-spaces)
6819 (mode-line-misc-info): New variables.
6820 (mode-line-modes, mode-line-position): Move the default value to
6821 the variable definition.
6822 (mode-line-default-help-echo): New defcustom.
6823 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6824 (mode-line-modified-help-echo): New functions.
6825 (mode-line-mule-info, mode-line-modified): Use them.
6826 (mode-line-eol-desc, propertized-buffer-identification):
6827 Consistency fixes for help text.
6828 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6829 set-buffer-file-coding-system (Bug#289).
6830 (mode-line-mule-info-help-echo): Update help text.
6831
6832 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6833
6834 * simple.el (execute-extended-command): Set real-this-command
6835 (bug#11506).
6836
6837 2012-06-02 Chong Yidong <cyd@gnu.org>
6838
6839 Remove incorrect uses of "modeline" in comments, docstrings, and
6840 function/variable names (Bug#10329).
6841
6842 * cus-edit.el (mode-line):
6843 * dframe.el (dframe-mouse-hscroll):
6844 * emacs-lisp/re-builder.el:
6845 * emacs-lisp/easy-mmode.el (define-minor-mode):
6846 * frame.el (set-frame-name):
6847 * help.el (lookup-minor-mode-from-indicator):
6848 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6849 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6850 (c-toggle-hungry-state):
6851 * progmodes/antlr-mode.el (antlr-language-alist):
6852 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6853 * progmodes/vhdl-mode.el (vhdl-mode):
6854 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6855 * term/ns-win.el (ns-face-at-pos):
6856 * term/sup-mouse.el (sup-mouse-report):
6857 * textmodes/flyspell.el (flyspell-mode-line-string):
6858 * textmodes/ispell.el (ispell-highlight-face):
6859 * textmodes/reftex-global.el:
6860 * vc/vc-arch.el (vc-arch-mode-line-string):
6861 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6862 * vc/vc-git.el (vc-git-mode-line-string):
6863 * vc/vc-hooks.el (vc-display-status)
6864 (vc-default-mode-line-string):
6865 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6866
6867 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6868
6869 * dired.el (dired-sort-set-mode-line): Rename from
6870 dired-sort-set-modeline. All callers changed.
6871
6872 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6873 eshell-status-in-modeline.
6874
6875 * foldout.el (foldout-mode-line-string): Rename from
6876 foldout-modeline-string. All callers changed.
6877 (foldout-update-mode-line): Rename from foldout-update-modeline.
6878
6879 * subr.el (redraw-modeline): Make into obsolete alias.
6880
6881 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6882 timeclock-modeline-display. Make old name an alias.
6883 (timeclock-update-mode-line): Likewise. All callers changed.
6884 (timeclock-mode-line-display): No need to check before using
6885 add-hook.
6886 (timeclock-relative, timeclock-day-over-hook)
6887 (timeclock-use-elapsed, timeclock-mode-string)
6888 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6889
6890 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6891 crisp-mode-modeline-string.
6892
6893 * play/solitaire.el (solitaire-build-mode-line): Rename from
6894 solitaire-build-modeline. All callers changed.
6895
6896 * play/zone.el (zone-hiding-mode-line): Rename from
6897 zone-hiding-modeline. All callers changed.
6898 (zone): Remove unusued `modeline-hidden-level' property.
6899
6900 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6901 xscheme-modeline-initialize. All callers changed.
6902
6903 * strokes.el (strokes-lighter): Rename from
6904 strokes-modeline-string.
6905
6906 * textmodes/sgml-mode.el (html-face-tag-alist)
6907 (html-tag-face-alist): Use mode-line face instead of obsolete
6908 alias modeline.
6909
6910 2012-06-02 Stefan Merten <smerten@oekonux.de>
6911
6912 * textmodes/rst.el: Always require `cl'.
6913 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6914
6915 2012-06-02 Chong Yidong <cyd@gnu.org>
6916
6917 * image.el (imagemagick-enabled-types): Rename from
6918 imagemagick-types-enable. Add many more types.
6919 (imagemagick-types-inhibit): Change default to nil.
6920 (imagemagick-filter-types): Caller changed.
6921
6922 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * emacs-lisp/cl-macs.el: Use backquotes.
6925 (cl-transform-function-property): Use eval-and-compile rather than
6926 abusing `require'.
6927 (defstruct): Use declare-function instead of with-no-warnings.
6928
6929 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6930 (byte-compile-output-docform): Re-add the print-circle bindings.
6931 (byte-compile-fix-header): Use #$ just because it's shorter.
6932 (byte-compile-output-file-form): Remove defun/defmacro.
6933
6934 2012-06-01 Martin Rudalics <rudalics@gmx.at>
6935
6936 * simple.el (choose-completion): Remove now obsolete binding for
6937 owindow.
6938
6939 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
6940
6941 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6942 in order to avoid "Stack overflow in regexp matcher".
6943
6944 2012-05-31 Glenn Morris <rgm@gnu.org>
6945
6946 * image.el: For clarity, call imagemagick-register-types at
6947 top-level, rather than relying on a custom :initialize.
6948 (imagemagick-types-enable): New option. (Bug#11557)
6949 (imagemagick-filter-types): New function. (Bug#7406)
6950 (imagemagick-register-types): Use imagemagick-filter-types.
6951 If disabling support, remove elements altogether rather
6952 than using an impossible regexp.
6953 (imagemagick-types-inhibit): Give it the default init function.
6954
6955 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6956
6957 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6958 Handle arbitrary file name lengths (Bug#11585).
6959
6960 2012-05-31 Martin Rudalics <rudalics@gmx.at>
6961
6962 * desktop.el (desktop-read): Clear previous and next buffers for
6963 all windows and bury *Messages* buffer (bug#11556).
6964
6965 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 Add `declare' for `defun'. Align `defmacro's with it.
6968 * emacs-lisp/easy-mmode.el (define-minor-mode)
6969 (define-globalized-minor-mode): Don't autoload the var definitions.
6970 * emacs-lisp/byte-run.el: Use lexical-binding.
6971 (defun-declarations-alist, macro-declarations-alist): New vars.
6972 (defmacro, defun): Use them.
6973 (make-obsolete, define-obsolete-function-alias)
6974 (make-obsolete-variable, define-obsolete-variable-alias):
6975 Use `declare'.
6976 (macro-declaration-function): Mark obsolete.
6977 * emacs-lisp/autoload.el: Use lexical-binding.
6978 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6979
6980 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6981
6982 * textmodes/ispell.el (ispell-with-no-warnings):
6983 Define as a macro.
6984 (ispell-kill-ispell, ispell-change-dictionary):
6985 Use `called-interactively-p' for Emacs instead of obsolete
6986 `interactive-p'.
6987
6988 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6991 (macro-declaration-function): Move var from C code.
6992 (macro-declaration-function): Define function with defalias.
6993 * emacs-lisp/macroexp.el (macroexpand-all-1):
6994 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6995 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6996 defun/defmacro any more.
6997 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6998 Provide fallback for unknown arglist.
6999 (byte-compile-arglist-warn): Change calling convention.
7000 (byte-compile-output-file-form): Move print-vars binding.
7001 (byte-compile-output-docform): Simplify accordingly.
7002 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7003 (byte-compile-defmacro-declaration): Remove.
7004 (byte-compile-file-form-defmumble): Generalize to defalias.
7005 (byte-compile-output-as-comment): Return byte-positions.
7006 Simplify callers accordingly.
7007 (byte-compile-lambda): Use `assert'.
7008 (byte-compile-defun, byte-compile-defmacro): Remove.
7009 (byte-compile-file-form-defalias):
7010 Use byte-compile-file-form-defmumble.
7011 (byte-compile-defalias-warn): Remove.
7012
7013 2012-05-29 Stefan Merten <smerten@oekonux.de>
7014
7015 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7016 possible. Fix authors. Improve comments. Improve loading of `cl'.
7017
7018 (rst-mode-abbrev-table): Merge definition.
7019 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7020 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7021
7022 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7023
7024 * calendar/icalendar.el
7025 (icalendar-export-region): Export UID properly.
7026
7027 2012-05-29 Leo Liu <sdl.web@gmail.com>
7028 * calendar/icalendar.el (icalendar-import-format):
7029 Add `icalendar-import-format-uid' (Bug#11525).
7030 (icalendar-import-format-uid): New.
7031 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7032 Export UID.
7033
7034 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7037 different alternative patterns.
7038 (pcase-codegen): Be more careful to preserve identity.
7039 (pcase--u1): Don't forget to mark vars as used.
7040
7041 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7042 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7043 (byte-compile-from-buffer): ...rather than here.
7044
7045 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7046 functions from byte-compile-function-environment.
7047
7048 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7049
7050 * window.el (window-deletable-p): Avoid deleting the root window
7051 of a frame with an active minibuffer.
7052
7053 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7054
7055 * simple.el (choose-completion): Use quit-window (Bug#11567).
7056
7057 2012-05-29 Chong Yidong <cyd@gnu.org>
7058
7059 * whitespace.el (whitespace-cleanup): Fix usage of
7060 whitespace-empty-at-bob-regexp (Bug#11492).
7061
7062 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7063
7064 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7065 revert (Bug#11488).
7066
7067 2012-05-29 Juri Linkov <juri@jurta.org>
7068
7069 * isearch.el (isearch-mode-map): Bind `M-s _' to
7070 `isearch-toggle-symbol'. Bind `M-s c' to
7071 `isearch-toggle-case-fold'.
7072 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7073 (isearch-forward): Add `M-s _' to the docstring.
7074 (isearch-forward-symbol, isearch-toggle-case-fold)
7075 (isearch-symbol-regexp): New functions. (Bug#11381)
7076
7077 2012-05-29 Juri Linkov <juri@jurta.org>
7078
7079 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7080 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7081 a function, call it to get the regexp.
7082 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7083 property `isearch-message-prefix' instead of the string "word ".
7084 (isearch-search-fun-default): For the case of `isearch-word',
7085 return a lambda that calls re-search-forward/re-search-backward
7086 with a regexp returned by `word-search-regexp' or by the function
7087 in `isearch-word'.
7088
7089 2012-05-29 Juri Linkov <juri@jurta.org>
7090
7091 * isearch.el (isearch-search-fun-default): New function.
7092 (isearch-search-fun): Move default part to the new function
7093 `isearch-search-fun-default'.
7094 (isearch-search-fun-function): Set the default value to
7095 `isearch-search-fun-default'. (Bug#11381)
7096
7097 * comint.el (comint-history-isearch-end):
7098 Use `isearch-search-fun-default'.
7099 (comint-history-isearch-search): Use `isearch-search-fun-default'
7100 and remove spacial case for `isearch-word'.
7101 (comint-history-isearch-wrap): Remove spacial case for
7102 `isearch-word'.
7103
7104 * hexl.el (hexl-isearch-search-function):
7105 Use `isearch-search-fun-default'.
7106
7107 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7108 Use `word-search-regexp' for `isearch-word'.
7109
7110 * misearch.el (multi-isearch-search-fun):
7111 Use `isearch-search-fun-default'.
7112
7113 * simple.el (minibuffer-history-isearch-search):
7114 Use `isearch-search-fun-default' and remove spacial case for
7115 `isearch-word'.
7116 (minibuffer-history-isearch-wrap): Remove spacial case for
7117 `isearch-word'.
7118
7119 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7120 Remove spacial case for `isearch-word'.
7121 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7122
7123 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7124
7125 Decrease XEmacs incompatibilities.
7126 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7127 Use `string-match'.
7128 (flyspell-delete-region-overlays): Use alternative definition for
7129 XEmacs.
7130 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7131 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7132 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7133 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7134 `define-obsolete-face-alias' under XEmacs, but old method.
7135
7136 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7137 `with-no-warnings' definition or Emacs alias.
7138 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7139 (ispell-word): Do not use `region-p' if XEmacs.
7140
7141 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7142
7143 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7144 Check for `ispell-dictionary-base-alist' instead of full
7145 `ispell-dictionary-alist'.
7146 (ispell-init-process): Show spellchecker when starting new Ispell
7147 process.
7148
7149 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7152 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7153
7154 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7155
7156 * version.el (motif-version-string, gtk-version-string)
7157 (ns-version-string): Declare.
7158
7159 2012-05-27 Juri Linkov <juri@jurta.org>
7160
7161 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7162 after the `eval-defun-1' specialcaseing
7163 like in `edebug-eval-defun' (bug#10181).
7164
7165 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7166 like in `eval-defun-1'.
7167
7168 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7169
7170 * mail/sendmail.el (mail-yank-region):
7171 Recognize rmail-yank-current-message in addition to insert-buffer.
7172 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7173 a *mail* buffer created through rmail-start-mail with sendmail as
7174 mail-user-agent.
7175
7176 2012-05-27 Chong Yidong <cyd@gnu.org>
7177
7178 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7179 Default to 256 (Bug#11267).
7180
7181 * help.el (describe-mode): Doc fix.
7182
7183 2012-05-26 Glenn Morris <rgm@gnu.org>
7184
7185 * w32-fns.el (w32-init-info): Remove.
7186 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7187
7188 * info.el (info-initialize): For self-contained NS builds, put the
7189 included info/ directory at the front. (Bug#2791)
7190
7191 * paths.el (Info-default-directory-list): Make it a defcustom,
7192 mainly so that we can use custom-initialize-delay.
7193
7194 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * subr.el (buffer-has-markers-at): Mark obsolete.
7197
7198 * subr.el (lambda): Use declare.
7199
7200 * emacs-lisp/lisp-mode.el (lambda):
7201 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7202
7203 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7204
7205 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7206
7207 2012-05-26 Glenn Morris <rgm@gnu.org>
7208
7209 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7210
7211 2012-05-25 Glenn Morris <rgm@gnu.org>
7212
7213 * paths.el: Remove no-byte-compile.
7214 * loadup.el: No need to load paths.el uncompiled.
7215
7216 * image.el (imagemagick-types-inhibit): Doc fix.
7217
7218 * version.el: Remove no-byte-compile and associated formatting.
7219 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7220 is ancient code from when there was an "inc-vers.el".
7221
7222 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 * progmodes/gdb-mi.el: Minor style changes.
7225 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7226 Turn into minor modes.
7227 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7228 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7229 (gdb-shell): Remove unneeded let-binding.
7230 (gdb-get-many-fields): Eliminate O(n²) behavior.
7231
7232 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7233
7234 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7235 platforms that don't link in fontset.c.
7236
7237 2012-05-25 Juri Linkov <juri@jurta.org>
7238
7239 Use the same diff color scheme as in modern VCSes (bug#10181).
7240
7241 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7242 to avoid confusion with `diff-added' that now uses green colors.
7243 (diff-removed): Use shades of red.
7244 (diff-added): Use shades of green.
7245 (diff-changed): Leave just the yellow color.
7246 (diff-use-changed-face): New variable.
7247 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7248 how to highlight context diff changes.
7249 (diff-refine-change): Use shades of yellow.
7250 (diff-refine-removed): New face that uses shades of red.
7251 (diff-refine-added): New face that uses shades of green.
7252 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7253 `diff-refine-removed' in the call to `smerge-refine-subst'
7254 depending on the value of `diff-use-changed-face'.
7255
7256 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7257 (smerge-other): Use shades of green.
7258 (smerge-base): Use shades of yellow.
7259 (smerge-refined-change): Empty face.
7260 (smerge-refined-removed): New face that uses shades of red.
7261 (smerge-refined-added): New face that uses shades of green.
7262 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7263 args `props-r' and `props-a', and use them. Doc fix.
7264 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7265 on its value use different faces `smerge-refined-change',
7266 `smerge-refined-removed', `smerge-refined-added' in the call to
7267 `smerge-refine-subst'.
7268
7269 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7270 Add face condition `min-colors 88' with shades of red.
7271 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7272 `min-colors 88' with shades of green.
7273 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7274 `min-colors 88' with shades of yellow.
7275
7276 2012-05-24 Glenn Morris <rgm@gnu.org>
7277
7278 * paths.el (prune-directory-list, remote-shell-program): Move to...
7279 * files.el (prune-directory-list, remote-shell-program): ...here.
7280 For the latter, delay initialization, prefer ssh, just search PATH.
7281
7282 * paths.el (term-file-prefix): Move to faces.el (the only user).
7283 * faces.el (term-file-prefix): Move here, make it a defcustom.
7284
7285 * paths.el (news-directory, news-path, news-inews-program):
7286 Move to gnus/nnspool.el.
7287
7288 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7289
7290 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7291 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7292 Make the latter a defcustom, with a delayed initialization.
7293
7294 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7295 These were deleted from Gnus itself late 2010.
7296
7297 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7298
7299 * progmodes/which-func.el (which-func-ff-hook):
7300 Check against user-error, not error.
7301
7302 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7303 cl-specs.el, which no longer exists.
7304
7305 2012-05-22 Glenn Morris <rgm@gnu.org>
7306
7307 * info.el (info-emacs-bug): New command.
7308 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7309 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7310
7311 2012-05-21 Glenn Morris <rgm@gnu.org>
7312
7313 * makefile.w32-in (update-subdirs-SH):
7314 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7315
7316 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7317
7318 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7319
7320 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7321 Simplify Maven regexp, and make sure the file can't start with a space
7322 (bug#11517).
7323
7324 2012-05-21 Glenn Morris <rgm@gnu.org>
7325
7326 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7327 Scrap superfluous subshells.
7328
7329 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7332 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7333
7334 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7335
7336 * calc/calc.el (calc-ensure-consistent-units): New variable.
7337
7338 * calc/calc-units.el (math-consistent-units-p)
7339 (math-check-unit-consistency): New functions.
7340 (calc-quick-units, calc-convert-units):
7341 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7342 is non-nil.
7343 (calc-extract-units): Fix typo.
7344
7345 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7348
7349 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7350 (flyspell-default-deplacement-commands): Don't spell check after
7351 repeated window/frame switches (e.g. triggered by mouse-movement).
7352 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7353 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7354 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7355 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7356 Remove unused vars.
7357 (flyspell-get-casechars, flyspell-get-not-casechars):
7358 Simplify; Don't bother removing a ] just to add it back.
7359 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7360
7361 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7362
7363 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7364 New functions.
7365 (math-function-table): Add support for more C functions.
7366
7367 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7368
7369 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7370 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7371 Protect delay handling for otherchars against empty otherchars.
7372
7373 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7374
7375 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7376 their respective macro declarations.
7377 * skeleton.el (define-skeleton):
7378 * progmodes/compile.el (define-compilation-mode):
7379 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7380 (define-ibuffer-filter):
7381 * emacs-lisp/generic.el (define-generic-mode):
7382 * emacs-lisp/easy-mmode.el (define-minor-mode)
7383 (define-globalized-minor-mode):
7384 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7385 * emacs-lisp/byte-run.el (defsubst):
7386 * custom.el (deftheme): Add doc-string metadata.
7387
7388 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7391
7392 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7395
7396 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7397 * emacs-lisp/cl-macs.el: Idem.
7398 * emacs-lisp/cl-specs.el: Remove.
7399
7400 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7401
7402 Minor renaming of internal CL functions and variables.
7403 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7404 (cl--position): Rename from cl-position.
7405 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7406 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7407 (cl--random-state): Rename from *random-state*.
7408
7409 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7410
7411 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7412 parens around the arg list (bug#11499).
7413
7414 2012-05-17 Juri Linkov <juri@jurta.org>
7415
7416 * isearch.el (word-search-regexp, word-search-backward)
7417 (word-search-forward, word-search-backward-lax)
7418 (word-search-forward-lax): Move functions from search.c
7419 (bug#10145, bug#11381).
7420
7421 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7422
7423 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7424 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7425 Delay for otherchars as for normal word components.
7426
7427 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 * minibuffer.el (completion--sifn-requote): Fix last change.
7430 (minibuffer-local-must-match-filename-map):
7431 Move define-obsolete-variable-alias before its var.
7432
7433 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7436
7437 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7438 behavior.
7439 (completion--string-equal-p): New function.
7440 (completion--twq-all): Use it to get better assertion failure data.
7441
7442 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7443 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7444 (shell--requote-argument): New functions.
7445 (shell-completion-vars): Use them.
7446 (shell--parse-pcomplete-arguments): Rename from
7447 shell-parse-pcomplete-arguments.
7448 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7449 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7450 Obey comint-file-name-quote-list.
7451
7452 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7453 (smie-indent-keyword): Use it.
7454
7455 2012-05-14 Stefan Merten <smerten@oekonux.de>
7456
7457 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7458
7459 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * net/rlogin.el (rlogin-mode-map): Fix last change.
7462
7463 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7464
7465 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7466 the following \r\n using a single `process-send-string', since the
7467 Lotus SMTP server refuses to accept any commands if they are sent
7468 with two `process-send-string's (Bug#11444).
7469
7470 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * shell.el (shell-parse-pcomplete-arguments):
7473 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7474
7475 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7476
7477 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7478 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7479 (image-transform-width, image-transform-fit-width): New functions.
7480 (image-transform-properties): Use them.
7481 (image-transform-check-size): New function.
7482 (image-toggle-display-image): Use it (for testing).
7483 (image-transform-set-rotation): Reduce angle mod 360.
7484 Delete obsolete comment.
7485
7486 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7487
7488 * image-mode.el: Fix scaling (bug#11399).
7489 (image-transform-resize): Doc fix.
7490 (image-transform-properties): Default scale is 1 and height should
7491 be an integer.
7492
7493 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7494
7495 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7496 than hard-coding `car', to fix misbehavior when moving forward.
7497
7498 2012-05-13 Chong Yidong <cyd@gnu.org>
7499
7500 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7501 (tabulated-list-entries, tabulated-list-padding)
7502 (tabulated-list-sort-key): Make permanent-local.
7503
7504 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7505 (electric-buffer-list): Put electric buffer menu
7506 command descriptions in this docstring, instead of the docstring
7507 of electric-buffer-menu-mode. Code cleanups.
7508 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7509 Electric-buffer-menu-mode.
7510 (electric-buffer-update-highlight): Minor code cleanup.
7511
7512 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7513
7514 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7515 (Bug#11447)
7516
7517 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 Move define-obsolete-variable-alias before the var's definition.
7520 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7521 * tooltip.el (tooltip-hook):
7522 * textmodes/reftex-toc.el (reftex-toc-map):
7523 * textmodes/reftex-sel.el (reftex-select-label-map)
7524 (reftex-select-bib-map):
7525 * textmodes/reftex-index.el (reftex-index-map)
7526 (reftex-index-phrases-map):
7527 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7528 * progmodes/meta-mode.el (meta-mode-map):
7529 * novice.el (disabled-command-hook):
7530 * loadhist.el (unload-hook-features-list):
7531 * frame.el (blink-cursor):
7532 * files.el (find-file-not-found-hooks, write-file-hooks)
7533 (write-contents-hooks):
7534 * emulation/tpu-edt.el (GOLD-map):
7535 * emacs-lock.el (emacs-lock-from-exiting):
7536 * emacs-lisp/generic.el (generic-font-lock-defaults):
7537 * emacs-lisp/chart.el (chart-map):
7538 * dos-fns.el (register-name-alist):
7539 * dired-x.el (dired-omit-files-p):
7540 * desktop.el (desktop-enable):
7541 * cus-edit.el (custom-mode-hook):
7542 * buff-menu.el (buffer-menu-mode-hook):
7543 * bookmark.el (bookmark-read-annotation-text-func)
7544 (bookmark-exit-hooks):
7545 * allout.el (allout-mode-deactivate-hook)
7546 (allout-exposure-change-hook, allout-structure-added-hook)
7547 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7548 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7549 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7550 comes before the corresponding variable's definition.
7551
7552 2012-05-12 Chong Yidong <cyd@gnu.org>
7553
7554 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7555 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7556 (Buffer-menu-mode-map): Bind it.
7557 (Buffer-menu--pretty-name): Add a mouse-face property.
7558
7559 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7562 (prolog-upper-case-string, prolog-lower-case-string)
7563 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7564 (prolog-use-smie, prolog-smie-grammar): New vars.
7565 (prolog-smie-forward-token, prolog-smie-backward-token)
7566 (prolog-smie-rules): New funs.
7567 (prolog-comment-indent): Remove.
7568 (prolog-mode-variables): Use default comment indentation instead.
7569 Setup SMIE.
7570 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7571 (prolog-mode): Don't call them any more.
7572 (prolog-electric-colon, prolog-electric-dash)
7573 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7574
7575 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7576
7577 * minibuffer.el (completion--twq-all): Again, allow case differences.
7578
7579 * term.el: Move keymap initialization code to be more idiomatic.
7580 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7581 (term-terminal-menu): Move initialization into declaration.
7582 (term-escape-char): Let the user set it in her .emacs.
7583
7584 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7585 Provide SMIE-based indentation (not enabled by default yet).
7586 (sh-mode-map): Don't bind electric keys.
7587 Use electric-pair-mode instead of skeleton-pair.
7588 (sh-assignment-regexp): Fit within 80 columns.
7589 (sh-indent-supported): Specify actual shell name instead of boolean.
7590 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7591 (sh-maybe-here-document): Use it. Make obsolete.
7592 (sh-electric-here-document-mode) New minor mode.
7593 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7594 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7595 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7596 (sh-smie-rc-grammar, sh-use-smie): New vars.
7597 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7598 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7599 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7600 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7601 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7602 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7603 (sh-set-shell): Use smie-setup if requested.
7604
7605 * term.el (term-set-escape-char): Properly set term-escape-char.
7606 See http://stackoverflow.com/questions/10524656.
7607
7608 2012-05-10 Chong Yidong <cyd@gnu.org>
7609
7610 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7611 Use url-generic-parse-url, and handle host names and Windows
7612 filenames properly.
7613 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7614 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7615 URL schemes to work on.
7616 (ffap--toggle-read-only): New function.
7617 (ffap-read-only, ffap-read-only-other-window)
7618 (ffap-read-only-other-frame): Use it.
7619 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7620 necessary for ffap-url-unwrap-remote.
7621
7622 2012-05-10 Dave Abrahams <dave@boostpro.com>
7623
7624 * cus-start.el (create-lockfiles): Add it.
7625
7626 2012-05-09 Chong Yidong <cyd@gnu.org>
7627
7628 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7629 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7630
7631 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7632
7633 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7634
7635 2012-05-09 Chong Yidong <cyd@gnu.org>
7636
7637 * ansi-color.el (ansi-color-process-output): Check for validity of
7638 comint-last-output-start before using it. This avoids a bad
7639 interaction with gdb-mi's input/output buffer.
7640
7641 2012-05-09 Glenn Morris <rgm@gnu.org>
7642
7643 * files.el (dir-locals-read-from-file):
7644 Mention dir-locals in any error message.
7645
7646 2012-05-09 Chong Yidong <cyd@gnu.org>
7647
7648 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7649 package (Bug#11410).
7650
7651 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7652 variables into description.
7653
7654 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7657 shell-delimiter-argument-list (bug#11348).
7658 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7659
7660 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7661
7662 * textmodes/rst.el: Silence byte-compiler warnings.
7663 (rst-re-alist, rst-reset-section-caches): Move around.
7664 (rst-re): Use `characterp', not `char-valid-p'.
7665 (font-lock-beg, font-lock-end): Declare.
7666
7667 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7668 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7669
7670 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7671
7672 2012-05-08 Glenn Morris <rgm@gnu.org>
7673
7674 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7675
7676 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * vc/log-edit.el: Add GNU coding standards highlighting.
7679 (log-edit-font-lock-gnu-style)
7680 (log-edit-font-lock-gnu-keywords): New vars.
7681 (log-edit-font-lock-keywords): New fun.
7682 (log-edit-mode): Don't fold case in font-lock.
7683 (log-edit-font-lock-keywords): Do not assume case-folding.
7684
7685 * imenu.el: Misc cleanup. Make docstrings out of comments.
7686 Use lexical-binding.
7687 (imenu--index-alist, imenu--last-menubar-index-alist)
7688 (imenu-menubar-modified-tick): Use defvar-local.
7689 (imenu--split-menu): Remove unused var.
7690 (imenu--cleanup-seen): Declare as global.
7691 (imenu--cleanup): Use dolist.
7692
7693 * subr.el (defvar-local): Add debug spec and doc-string position.
7694
7695 2012-05-08 Glenn Morris <rgm@gnu.org>
7696
7697 * language/burmese.el, language/cham.el, language/czech.el:
7698 * language/english.el, language/georgian.el, language/greek.el:
7699 * language/japanese.el, language/khmer.el, language/korean.el:
7700 * language/lao.el, language/misc-lang.el, language/romanian.el:
7701 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7702 * language/thai.el, language/utf-8-lang.el:
7703 Remove no-byte-compile setting.
7704
7705 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7706
7707 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7708
7709 * progmodes/make-mode.el (makefile-browse):
7710 Remove unnecessary interactive. (Bug#11324)
7711
7712 2012-05-07 Glenn Morris <rgm@gnu.org>
7713
7714 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7715
7716 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7717
7718 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * loadup.el: Preload newcomment.el.
7721 * newcomment.el: Move autoload-only code to toplevel.
7722
7723 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7724 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7725 Handle new :right-align column property.
7726 (tabulated-list-print-col): Idem, plus use `display' text-property to
7727 try and preserve alignment for variable pitch fonts.
7728
7729 2012-05-07 Chong Yidong <cyd@gnu.org>
7730
7731 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7732 (tabulated-list-use-header-line): New var.
7733 (tabulated-list-init-header): Use it.
7734 (tabulated-list-print-fake-header): New function.
7735 (tabulated-list-print): Use it.
7736 (tabulated-list-sort-button-map): Add non-header-line commands.
7737 (tabulated-list-init-header): Add column name property to basic
7738 labels as well.
7739 (tabulated-list-col-sort): Handle non-header-line button case.
7740 (tabulated-list--sort-by-column-name): Fix a corner case.
7741
7742 * buff-menu.el (list-buffers--refresh):
7743 Handle Buffer-menu-use-header-line.
7744
7745 2012-05-06 Chong Yidong <cyd@gnu.org>
7746
7747 * buff-menu.el: Convert to Tabulated List mode.
7748 (Buffer-menu-buffer+size-width): Make obsolete.
7749 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7750 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7751 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7752 documentation into docstring of buffer-menu.
7753 (Buffer-menu-toggle-files-only): Add an informative message.
7754 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7755 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7756 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7757 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7758 (Buffer-menu-execute, Buffer-menu-select)
7759 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7760 (Buffer-menu-bury): Use Tabulated List machinery.
7761 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7762 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7763 Delete.
7764 (list-buffers--refresh): New function.
7765 (list-buffers-noselect): Use it.
7766 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7767 (Buffer-menu--pretty-file-name): New helper functions.
7768
7769 * loadup.el: Preload tabulated-list.
7770
7771 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7772 tabulated-list-sort-column.
7773 (tabulated-list-init-header): Add the initial aligning space even
7774 if tabulated-list-padding is zero.
7775
7776 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7777
7778 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7779 whose cdr is not a cons cell correctly (bug#11038).
7780
7781 2012-05-06 Chong Yidong <cyd@gnu.org>
7782
7783 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7784 Accept additional plist in column descriptors.
7785 (tabulated-list-init-header): Obey it.
7786 (tabulated-list-get-entry): New function.
7787 (tabulated-list-put-tag): Use it. Use string-width instead of
7788 length.
7789 (tabulated-list--column-number): New function.
7790 (tabulated-list-print): Use it.
7791 (tabulated-list-print-col): New function.
7792 Set `tabulated-list-column-name' property on each column's text.
7793 (tabulated-list-print-entry): Use it.
7794 (tabulated-list-delete-entry, tabulated-list-set-col):
7795 New functions.
7796 (tabulated-list-sort-column): New command (Bug#11337).
7797
7798 * buff-menu.el (list-buffers): Move C-x C-b binding from
7799 buff-menu.el to bindings.el.
7800
7801 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7802 :advertised-binding feature.
7803
7804 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7805
7806 * progmodes/compile.el (compilation-internal-error-properties):
7807 Calculate start position correctly when end-col is set but
7808 end-line is not (Bug#11382).
7809
7810 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7811
7812 * man.el (Man-unindent): Use text-property-default-nonsticky to
7813 prevent untabify from inheriting face properties (Bug#11408).
7814
7815 2012-05-05 Stefan Merten <smerten@oekonux.de>
7816
7817 * textmodes/rst.el: Major merge with upstream development up to
7818 Docutils SVN r7399 / rst.el V1.2.1.
7819
7820 Clarify maintainership and authors.
7821
7822 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7823 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7824 (rst-official-version, rst-official-cvs-rev, rst-version)
7825 (rst-package-emacs-version-alist): New functions and variables
7826 for version information.
7827
7828 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7829 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7830 (rst-mode-syntax-table, rst-mode): New and corrected functions
7831 and variables representing reStructuredText features.
7832
7833 (rst-re): New function for reStructuredText regexes. Use in
7834 many places.
7835
7836 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7837 (rst-mode-map): Rebind keys.
7838
7839 (rst-mode-lazy, rst-font-lock-keywords)
7840 (rst-font-lock-extend-region)
7841 (rst-font-lock-extend-region-internal)
7842 (rst-font-lock-extend-region-extend)
7843 (rst-font-lock-find-unindented-line-limit)
7844 (rst-font-lock-find-unindented-line-match)
7845 (rst-adornment-level, rst-font-lock-adornment-level)
7846 (rst-font-lock-adornment-match)
7847 (rst-font-lock-handle-adornment-pre-match-form)
7848 (rst-font-lock-handle-adornment-matcher): Major revision of
7849 font-locking. Integrate with other code. Use `jit-lock-mode'.
7850
7851 (rst-preferred-adornments, rst-adjust-hook)
7852 (rst-new-adornment-down, rst-preferred-bullets)
7853 (rst-preferred-bullets, rst-indent, rst-indent-width)
7854 (rst-indent-field, rst-indent-literal-normal)
7855 (rst-indent-literal-minimized, rst-indent-comment): Change,
7856 extend and improve customization.
7857
7858 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7859 (rst-normalize-cursor-position, rst-get-decoration)
7860 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7861 (rst-rstrip, rst-toc-insert-find-delete-contents)
7862 (rst-shift-fill-region, rst-compute-bullet-tabs)
7863 (rst-debug-print-tabs, rst-debug-mark-found)
7864 (rst-shift-region-guts, rst-shift-region-right)
7865 (rst-shift-region-left, rst-use-char-classes)
7866 (rst-font-lock-keywords-function)
7867 (rst-font-lock-indentation-point)
7868 (rst-font-lock-find-unindented-line-begin)
7869 (rst-font-lock-find-unindented-line-end)
7870 (rst-font-lock-find-unindented-line)
7871 (rst-font-lock-adornment-point, rst-font-lock-level)
7872 (rst-adornment-level-alist): Remove functions and variables.
7873
7874 (rst-compare-adornments, rst-get-adornment-match)
7875 (rst-suggest-new-adornment, rst-get-adornments-around)
7876 (rst-adornment-complete-p, rst-get-next-adornment)
7877 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7878 (rst-straighten-adornments): Standardize function names to
7879 use "adornment" instead of "decoration". Correct callers.
7880 Similar standardizing in many places.
7881
7882 (rst-update-section, rst-adjust, rst-promote-region)
7883 (rst-enumerate-region, rst-bullet-list-region)
7884 (rst-repeat-last-character): Correct use of `interactive'.
7885
7886 (rst-classify-adornment, rst-find-all-adornments)
7887 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7888 (rst-find-leftmost-column, rst-repeat-last-character):
7889 Refactor functions.
7890
7891 (rst-find-title-line, rst-reset-section-caches)
7892 (rst-get-adornments-around, rst-adjust-adornment-work)
7893 (rst-arabic-to-roman, rst-roman-to-arabic)
7894 (rst-insert-list-pos, rst-insert-list-new-item)
7895 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7896 New functions.
7897
7898 (rst-all-sections, rst-section-hierarchy)
7899 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7900 New variables.
7901
7902 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7903 configuration instead of only buffer. Change where necessary.
7904
7905 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7906 (rst-shift-region, rst-adaptive-fill): New functions for
7907 indentation and filling.
7908
7909 (rst-comment-line-break, rst-comment-indent)
7910 (rst-comment-insert-comment, rst-comment-region)
7911 (rst-uncomment-region): New functions for handling comments.
7912
7913 (rst-compile): Quote shell arguments.
7914
7915 (rst-compile-pdf-preview, rst-compile-slides-preview):
7916 Delete temporary files after use.
7917
7918 2012-05-05 Glenn Morris <rgm@gnu.org>
7919
7920 * calendar/cal-html.el: Optionally include holidays in the output.
7921 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7922 (cal-html-holidays): New option.
7923 (cal-html-css-default): Add holiday entry.
7924 (holiday-in-range): Autoload it.
7925 (cal-html-htmlify-entry): Add optional class argument.
7926 (cal-html-htmlify-list): Add optional holidays argument.
7927 (cal-html-insert-agenda-days): Include holidays in the output.
7928 (cal-html-one-month): Maybe include holidays.
7929
7930 * calendar/holidays.el (holiday-in-range):
7931 Move here from cal-tex-list-holidays.
7932 * calendar/cal-tex.el (cal-tex-list-holidays):
7933 Make it an obsolete alias for holiday-in-range. Update all callers.
7934
7935 2012-05-05 Chong Yidong <cyd@gnu.org>
7936
7937 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7938 Nextstep.
7939
7940 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7941
7942 * files.el (file-auto-mode-skip): New var.
7943 (set-auto-mode-1): Use it.
7944
7945 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7946
7947 * repeat.el: Use lexical-binding.
7948 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7949 (repeat-undo-count): Remove.
7950 (repeat):
7951 * progmodes/octave-mod.el (octave-abbrev-start):
7952 * progmodes/f90.el (f90-abbrev-start):
7953 * face-remap.el (text-scale-adjust):
7954 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7955
7956 * emacs-lisp/pcase.el (pcase--let*): New function.
7957 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7958 a bit more.
7959 (pcase--split-pred): Be more clever about ruling out overlap between
7960 a predicate and some constant pattern.
7961 (pcase--q1): Use `null' instead of (eq foo nil).
7962
7963 * subr.el (setq-local, defvar-local): New macros.
7964 (kbd): Redefine as an alias.
7965 (with-selected-window): Leave unrelated frames alone.
7966 (set-temporary-overlay-map): New function.
7967
7968 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7969
7970 * subr.el (user-error): New function.
7971 * window.el (switch-to-buffer):
7972 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7973 (smerge-match-conflict):
7974 * simple.el (previous-matching-history-element)
7975 (next-matching-history-element, goto-history-element, undo-more)
7976 (undo-start):
7977 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7978 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7979 (next-file, tags-loop-scan, list-tags, complete-tag):
7980 * progmodes/compile.el (compilation-loop):
7981 * mouse.el (mouse-minibuffer-check):
7982 * man.el (Man-bgproc-sentinel, Man-goto-page):
7983 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7984 (Info-history-forward, Info-follow-reference, Info-menu)
7985 (Info-extract-menu-item, Info-extract-menu-counting)
7986 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7987 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7988 (Info-next-reference, Info-prev-reference, Info-index)
7989 (Info-index-next, Info-follow-nearest-node)
7990 (Info-copy-current-node-name):
7991 * imenu.el (imenu--make-index-alist)
7992 (imenu-default-create-index-function, imenu-add-to-menubar):
7993 * files.el (basic-save-buffer, recover-file):
7994 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7995 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7996 (checkdoc-message-text, checkdoc-defun):
7997 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7998 * cus-edit.el (customize-changed-options, customize-rogue)
7999 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8000 (custom-variable-mark-to-reset-standard)
8001 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8002 (custom-file):
8003 * completion.el (check-completion-length):
8004 * comint.el (comint-search-arg)
8005 (comint-previous-matching-input-string-position)
8006 (comint-previous-matching-input)
8007 (comint-replace-by-expanded-history-before-point, comint-send-input)
8008 (comint-copy-old-input, comint-backward-matching-input)
8009 (comint-goto-process-mark, comint-set-process-mark):
8010 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8011 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8012
8013 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 * dabbrev.el (dabbrev--ignore-case-p): New function.
8016 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8017 Use it.
8018
8019 * files.el (automount-dir-prefix): Mark as obsolete.
8020
8021 2012-05-04 Glenn Morris <rgm@gnu.org>
8022
8023 * patcomp.el, play/bruce.el: Move to obsolete/.
8024
8025 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8026
8027 Fix minor Y10k bugs.
8028 * arc-mode.el (archive-unixdate):
8029 * autoinsert.el (auto-insert-alist):
8030 * calc/calc-forms.el (math-this-year):
8031 * emacs-lisp/copyright.el (copyright-current-year)
8032 (copyright-update-year, copyright):
8033 * tar-mode.el (tar-clip-time-string):
8034 * time.el (display-time-update):
8035 Don't assume years have 4 digits.
8036
8037 2012-05-04 Chong Yidong <cyd@gnu.org>
8038
8039 * dos-w32.el (file-name-buffer-file-type-alist)
8040 (direct-print-region-use-command-dot-com):
8041 * ffap.el (ffap-menu-regexp):
8042 * find-file.el (ff-special-constructs):
8043 * follow.el (follow-debug):
8044 * forms.el (forms--debug):
8045 * iswitchb.el (iswitchb-all-frames):
8046 * ido.el (ido-all-frames):
8047 * emacs-lisp/timer.el (timer-max-repeats):
8048 * mail/feedmail.el (feedmail-mail-send-hook)
8049 (feedmail-mail-send-hook-queued):
8050 * mail/footnote.el (footnote-signature-separator):
8051 * mail/mailabbrev.el (mail-alias-separator-string)
8052 (mail-abbrev-mode-regexp):
8053 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8054 * progmodes/idlwave.el (idlwave-libinfo-file)
8055 (idlwave-default-completion-case-is-down)
8056 (idlwave-library-routines): Convert defvars to defcustoms.
8057
8058 * mail/rmail.el (rmail-decode-mime-charset):
8059 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8060 (idlwave-shell-fix-inserted-breaks)
8061 (idlwave-shell-activate-alt-keybindings)
8062 (idlwave-shell-use-breakpoint-glyph):
8063 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8064
8065 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8068
8069 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8070
8071 * progmodes/verilog-mode.el (font-lock-keywords):
8072 Fix mis-highligting auto. Reported by Craig Barner.
8073 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8074 defines from global name space. Reported by Dan Dever.
8075 (verilog-auto-reset, verilog-auto-reset-widths)
8076 (verilog-auto-tieoff): Support using unbased numbers for
8077 AUTORESET and AUTOTIEOFF.
8078 (verilog-submit-bug-report): Update variable list.
8079 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8080 parenthesis from not matching. Reported by Michael Rytting.
8081 (verilog-auto-template-lint): Fix hash error when linting modules
8082 with no used templates.
8083 (verilog-warn, verilog-warn-error)
8084 (verilog-warn-fatal): When non-interactive report multiple
8085 warnings before exiting. Suggested by Brad Dobbie.
8086 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8087 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8088 to report unused template errors. Reported by Brad Dobbie.
8089 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8090 nets, bug438. Reported by Vns Blore.
8091 (verilog-auto-inout-module, verilog-auto-reg)
8092 (verilog-read-decls, verilog-read-sub-decls-sig)
8093 (verilog-signals-edit-wire-reg, verilog-signals-with):
8094 Fix passing of Verilog data types in ANSI input/output ports
8095 such as "output logic" into the AUTOs. Special case "wire" and
8096 "reg" for backwards compatibility presuming Verilog 2001.
8097 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8098 (verilog-preprocess): Fix replication of preprocess output.
8099 Reported by Brad Dobbie.
8100 (verilog-auto-inst-interfaced-ports):
8101 Create verilog-auto-inst-interfaced-ports, bug429.
8102 Reported by Julian Gorfajn.
8103 (verilog-after-save-font-hook)
8104 (verilog-before-save-font-hook): New variable.
8105 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8106 (verilog-save-font-mods): Wrap disabling fontification, reported
8107 by David Rogoff.
8108 (verilog-do-indent, verilog-pretty-declarations-auto)
8109 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8110 Reported by Pierre-David Pfister.
8111 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8112 of class declarations, bug292. Reported by Kevin Heilman.
8113 (verilog-read-decls): Fix 'parameter type' not appearing in
8114 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8115 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8116 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8117 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8118 Reported by David Kravitz.
8119
8120 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8121
8122 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8123 assignment with tests in ifs and for loops.
8124 (verilog-extended-complete-re, verilog-complete-reg): Change so
8125 that DPI inport functions don't look like fuction declarations.
8126 (verilog-pretty-expr): Don't line up assignment
8127 operations to the test and increment in if and for loops
8128 (verilog-extended-complete-re, verilog-complete-reg): Change so
8129 that DPI inport functions don't look like fuction declarations.
8130
8131 2012-05-03 Kenichi Handa <handa@m17n.org>
8132
8133 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8134 decoding, and show a warning message without signaling an error
8135 (Bug#11282).
8136
8137 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * emacs-lisp/bytecomp.el
8140 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8141 since cconv.el might have introduced :fun-body, internal-make-closure,
8142 and friends for bytecomp to handle (bug#11391).
8143 * custom.el (defcustom): Avoid ((λ ..) ..).
8144
8145 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8148
8149 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8150
8151 * notifications.el (dbus-debug):
8152 * term/linux.el (gpm-mouse-enable):
8153 * term/screen.el (xterm-register-default-colors): Declare.
8154
8155 2012-05-02 Chong Yidong <cyd@gnu.org>
8156
8157 * cus-start.el (gc-cons-percentage, exec-suffixes)
8158 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8159 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8160 (make-cursor-line-fully-visible, void-text-area-pointer)
8161 (font-list-limit): Add customization data.
8162
8163 * allout.el (allout-exposure-change-functions)
8164 (allout-structure-added-functions)
8165 (allout-structure-deleted-functions)
8166 (allout-structure-shifted-functions): Rename abnormal hooks from
8167 *-hook, and convert to defcustoms.
8168 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8169 Convert to defcustoms.
8170 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8171
8172 * allout-widgets.el: Hook callers changed.
8173
8174 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8175
8176 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8177 the yanked message in preference to the default value of
8178 buffer-file-coding-system.
8179
8180 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8181
8182 * window.el (display-buffer--action-function-custom-type):
8183 Fix entry.
8184
8185 2012-05-02 Alan Mackenzie <acm@muc.de>
8186
8187 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8188
8189 2012-05-01 Glenn Morris <rgm@gnu.org>
8190
8191 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8192
8193 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8194
8195 * cus-edit.el (custom-variable-documentation): Simplify with format.
8196
8197 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8198 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * simple.el (suggest-key-bindings, execute-extended-command):
8201 Move from keyboard.c.
8202
8203 2012-05-01 Chong Yidong <cyd@gnu.org>
8204
8205 * follow.el: Eliminate advice.
8206 (set-process-filter, process-filter, sit-for): Advice deleted.
8207 (follow-mode-off-hook): Obsolete hook removed.
8208 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8209 Vars deleted.
8210 (follow-auto): Use a :set function.
8211 (follow-mode): Rewritten. Don't advise process filters.
8212 (follow-switch-to-current-buffer-all, follow-scroll-up)
8213 (follow-scroll-down): Assume follow-mode is bound.
8214 (follow-comint-scroll-to-bottom)
8215 (follow-align-compilation-windows): New functions.
8216 (follow--window-sorter): New function.
8217 (follow-all-followers): Use it to explicitly sort windows by their
8218 positions; don't make assumptions about next-window order.
8219 (follow-windows-start-end, follow-delete-other-windows-and-split)
8220 (follow-calc-win-start): Doc fix.
8221 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8222 vertical-motion unnecessarily.
8223 (follow-adjust-window): New function.
8224 (follow-post-command-hook): Use it.
8225 (follow-call-set-process-filter, follow-call-process-filter)
8226 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8227 (follow-stop-intercept-process-output, follow-generic-filter):
8228 Functions deleted.
8229 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8230 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8231 New functions, replacing advice on scroll-bar-* commands.
8232 (follow-mwheel-scroll): New function (Bug#4112).
8233
8234 * comint.el (comint-adjust-point): New function.
8235 (comint-postoutput-scroll-to-bottom): Use it.
8236 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8237
8238 2012-05-01 Glenn Morris <rgm@gnu.org>
8239
8240 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8241 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8242 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8243 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8244 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8245 Remove no-byte-compile setting.
8246
8247 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8250 all-completions code to not return a number in the last cdr.
8251
8252 2012-04-30 Leo Liu <sdl.web@gmail.com>
8253
8254 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8255 read-only error.
8256
8257 2012-04-29 Chong Yidong <cyd@gnu.org>
8258
8259 * follow.el (follow-calc-win-end): Rewrite to handle partial
8260 screen lines correctly (Bug#8390).
8261 (follow-avoid-tail-recenter): Minor cleanup.
8262
8263 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 Avoid the obsolete `assoc' package.
8266 * speedbar.el (speedbar-refresh): Avoid adelete.
8267 (speedbar-file-lists): Simplify and avoid aput.
8268 * man.el (Man--sections, Man--refpages): New vars, replacing
8269 Man-sections-alist and Man-refpages-alist.
8270 (Man-build-section-alist, Man-build-references-alist):
8271 Use them; avoid aput.
8272 (Man--last-section, Man--last-refpage): New vars.
8273 (Man-follow-manual-reference): Use them.
8274 Use the `default' arg of completing-read.
8275 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8276
8277 2012-04-27 Chong Yidong <cyd@gnu.org>
8278
8279 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8280
8281 * startup.el (x-apply-session-resources): New function.
8282
8283 * term/ns-win.el (ns-initialize-window-system):
8284 * term/w32-win.el (w32-initialize-window-system):
8285 * term/x-win.el (x-initialize-window-system): Use it to properly
8286 set menu-bar-mode and other vars from X resources, even if the
8287 initial frame is not a window-system frame (Bug#2299).
8288
8289 * subr.el (read-key): Avoid running filter function when setting
8290 up temporary tool bar entries (Bug#9922).
8291
8292 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8293
8294 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8295 (Bug#11344)
8296
8297 2012-04-27 Chong Yidong <cyd@gnu.org>
8298
8299 * select.el (xselect--encode-string): New function, split from
8300 xselect-convert-to-string.
8301 (xselect-convert-to-string): Use it.
8302 (xselect-convert-to-filename, xselect-convert-to-os)
8303 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8304 returned strings are properly encoded (Bug#11315).
8305
8306 2012-04-27 Chong Yidong <cyd@gnu.org>
8307
8308 * simple.el (delete-active-region): Move to killing custom group.
8309
8310 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8311
8312 * progmodes/which-func.el (which-func-current): Quote %
8313 characters for mode-line processing.
8314
8315 2012-04-27 Chong Yidong <cyd@gnu.org>
8316
8317 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8318 reaching eob (Bug#11286).
8319
8320 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8321
8322 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8323 (gdb): Make it buffer-local and init to zero.
8324 (gdb-control-commands-regexp): New variable.
8325 (gdb-send): Don't wrap in "-interpreter-exec console" if
8326 gdb-control-level is positive. Increment gdb-control-level
8327 whenever the command matches gdb-control-commands-regexp, and
8328 decrement it each time the command is "end". (Bug#11279)
8329
8330 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8331
8332 * window.el (adjust-window-trailing-edge, enlarge-window)
8333 (shrink-window, window-resize):
8334 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8335 windows (Bug#11276).
8336
8337 2012-04-27 Chong Yidong <cyd@gnu.org>
8338
8339 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8340 fix "missing prefix" warning. All callers changed.
8341
8342 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * emacs-lisp/assoc.el: Move to obsolete/.
8345
8346 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8347
8348 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8349
8350 * term/ns-win.el (ns-define-service):
8351 * progmodes/pascal.el (pascal-goto-defun):
8352 * progmodes/js.el (js--read-tab):
8353 * progmodes/etags.el (tags-lazy-completion-table):
8354 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8355 * emacs-lisp/ewoc.el (ewoc--wrap):
8356 * emacs-lisp/assoc.el (aput, adelete, amake):
8357 * doc-view.el (doc-view-convert-current-doc):
8358 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8359
8360 2012-04-26 Chong Yidong <cyd@gnu.org>
8361
8362 * image.el (image-type-from-buffer): Only return supported image
8363 type (Bug#9045).
8364
8365 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8366 value, for symmetry with diff-end-of-hunk.
8367 (diff-split-hunk, diff-find-source-location)
8368 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8369 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8370 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8371 compute the relevant hunk or file properly (Bug#6005).
8372 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8373
8374 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * vc/vc-mtn.el:
8377 * vc/vc-hg.el:
8378 * vc/vc-git.el:
8379 * vc/vc-dir.el:
8380 * vc/vc-cvs.el:
8381 * vc/vc-bzr.el:
8382 * vc/vc-arch.el:
8383 * vc/vc.el: Replace lexical-let by lexical-binding.
8384 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8385 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8386 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8387
8388 2012-04-26 Chong Yidong <cyd@gnu.org>
8389
8390 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8391 (diff-mode-shared-map): Bind it to / and [remap undo].
8392
8393 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8394 (ediff-window-setup-function): Use it as the default, to set up
8395 windows based on whether the current frame is graphical (Bug#2138).
8396 (ediff-choose-window-setup-function-automatically): Make obsolete.
8397
8398 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8399
8400 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * ffap.el: Remove old code for obsolete package.
8403 (ffap-complete-as-file-p): Remove.
8404
8405 Use completion-table-with-quoting for comint and pcomplete.
8406 * comint.el (comint--unquote&requote-argument)
8407 (comint--unquote-argument, comint--requote-argument): New functions.
8408 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8409 (comint-quote-filename): Use regexp-opt-charset.
8410 (comint--common-suffix, comint--common-quoted-suffix)
8411 (comint--table-subvert): Remove.
8412 (comint-unquote-function, comint-requote-function): New vars.
8413 (comint--complete-file-name-data): Use them with
8414 completion-table-with-quoting.
8415 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8416 * pcomplete.el (pcomplete-arg-quote-list)
8417 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8418 (pcomplete-unquote-argument-function): Default to non-nil.
8419 (pcomplete-unquote-argument): Simplify.
8420 (pcomplete--common-quoted-suffix): Remove.
8421 (pcomplete-requote-argument-function): New var.
8422 (pcomplete--common-suffix): New function.
8423 (pcomplete-completions-at-point): Use completion-table-with-quoting
8424 and completion-table-subvert.
8425
8426 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8427 (minibuffer--double-dollars): Preserve properties.
8428 (completion--sifn-requote): New function.
8429 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8430
8431 * minibuffer.el: Add support for completion of quoted/escaped data.
8432 (completion-table-with-quoting, completion-table-subvert): New funs.
8433 (completion--twq-try, completion--twq-all): New functions.
8434 (completion--nth-completion): New function.
8435 (completion-try-completion, completion-all-completions): Use it.
8436
8437 2012-04-25 Leo Liu <sdl.web@gmail.com>
8438
8439 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8440 Use compilation-message if available to find real filename.
8441
8442 2012-04-25 Chong Yidong <cyd@gnu.org>
8443
8444 * vc/diff-mode.el (diff-setup-whitespace): New function.
8445 (diff-mode): Use it.
8446
8447 * vc/diff.el (diff-sentinel):
8448 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8449 Whitespace mode variables based on diff style (Bug#8612).
8450
8451 2012-04-25 Leo Liu <sdl.web@gmail.com>
8452
8453 * progmodes/python.el (python-send-region): Add suffix .py to the
8454 temp file.
8455
8456 * files.el (auto-mode-alist): Use javascript-mode instead.
8457
8458 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8459
8460 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8461
8462 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8463 (soap-resolve-references-for-array-type): Hack to prevent self
8464 references, see Bug#9.
8465 (soap-parse-envelope): Report the contents of the 'detail' node
8466 when receiving a fault reply.
8467 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8468
8469 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8470 (soap-inspect-simple-type): New function.
8471
8472 * net/soap-client.el (soap-simple-type): New struct.
8473 (soap-default-xsd-types, soap-default-soapenc-types)
8474 (soap-decode-basic-type, soap-encode-basic-type):
8475 support unsignedInt and double basic types.
8476 (soap-resolve-references-for-simple-type)
8477 (soap-parse-simple-type, soap-encode-simple-type): New function.
8478 (soap-parse-schema): Parse xsd:simpleType declarations.
8479
8480 * net/soap-client.el (soap-default-xsd-types)
8481 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8482 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8483 the local name of "soapenc:Array".
8484 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8485 decoding integer, byte and anyURI xsd types.
8486
8487 2012-04-25 Chong Yidong <cyd@gnu.org>
8488
8489 * cus-edit.el (custom-buffer-create-internal): Update header text.
8490
8491 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8492
8493 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8494 settings on 'system-type', not on 'window-system'. On MS-Windows,
8495 set interactive-mode on in GDB.
8496
8497 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8500 (ruby-syntax-propertize-regexp): Remove.
8501 (ruby-syntax-propertize-function): Split regexp into chunks.
8502 Match following code directly.
8503
8504 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8505
8506 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8507 (ruby-syntax-propertize-regexp): New function.
8508 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8509 by a special keyword.
8510
8511 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8512 (ruby-syntax-general-delimiters-goto-beg)
8513 (ruby-syntax-propertize-general-delimiters): New functions.
8514 (ruby-syntax-propertize-function): Use them to handle GDL.
8515 (ruby-font-lock-keywords): Move old handling of GDL...
8516 (ruby-font-lock-syntactic-keywords): .. to here.
8517 (ruby-calculate-indent): Adjust indentation for GDL.
8518
8519 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8520
8521 * notifications.el (top): Remove unneeded declarations.
8522 (notifications-specification-version): Change to "1.2".
8523 (notifications-interface, notifications-notify-method)
8524 (notifications-close-notification-method): Fix docstring.
8525 (notifications-get-capabilities-method): New defconst.
8526 (notifications-notify): Add :action-items, :resident and
8527 :transient hints. Change "image_data" to "image-data" and
8528 "image_path" to "image-path".
8529 (notifications-get-capabilities): New defun.
8530
8531 2012-04-24 Leo Liu <sdl.web@gmail.com>
8532
8533 * progmodes/python.el: Move hideshow setup to the end.
8534
8535 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8536
8537 * window.el (handle-select-window): Clear echo area since this is
8538 no more done by read_char (Bug#11304).
8539
8540 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8541
8542 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8543 and `/ M' to filter-derived-mode.
8544 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8545 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8546 (ibuffer-mark-by-mode): Use default rather than initial-input.
8547 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8548
8549 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8550
8551 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8552 (ibuffer-filter-by-derived-mode): New filter.
8553 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8554
8555 2012-04-23 Andreas Politz <politza@fh-trier.de>
8556
8557 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8558
8559 2012-04-23 Chong Yidong <cyd@gnu.org>
8560
8561 * cus-edit.el (customize-apropos, customize-apropos-options):
8562 Disable matching of non-option variables (Bug#11176).
8563 (customize-option, customize-option-other-window)
8564 (customize-changed-options): Doc fix.
8565 (customize-apropos-options, customize-apropos-faces)
8566 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8567
8568 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8569 Fix word list splitting (Bug#11132).
8570 (apropos-symbol, apropos-keybinding, apropos-label)
8571 (apropos-property, apropos-function-button)
8572 (apropos-variable-button, apropos-misc-button): New faces.
8573 (apropos-symbol-face, apropos-keybinding-face)
8574 (apropos-label-face, apropos-property-face, apropos-match-face):
8575 Variables removed (Bug#8396).
8576 (apropos-library-button, apropos-format-plist, apropos-print)
8577 (apropos-print-doc, apropos-describe-plist): Callers changed.
8578
8579 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8580
8581 * net/xesam.el (xesam-mode-map): Use let-bound map in
8582 initialization. (Bug#11292)
8583
8584 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8585
8586 Preserve ispell session localwords when switching back to
8587 original buffer.
8588
8589 * textmodes/ispell.el (ispell-buffer-session-localwords):
8590 New buffer-local variable to hold buffer session localwords.
8591 (ispell-kill-ispell): Add option 'clear to delete session
8592 localwords.
8593 (ispell-command-loop, ispell-change-dictionary)
8594 (ispell-buffer-local-words): Preserve session localwords when
8595 needed.
8596
8597 * textmodes/flyspell.el (flyspell-process-localwords)
8598 (flyspell-do-correct): Preserve session localwords when needed.
8599
8600 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8601
8602 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8603 using obsolete `translation-table-for-input'.
8604 (ispell-word, ispell-process-line, ispell-complete-word):
8605 Use plain `insert' instead of removed `ispell-insert-word'.
8606
8607 2012-04-22 Chong Yidong <cyd@gnu.org>
8608
8609 * cus-edit.el (custom-variable-menu)
8610 (custom-variable-reset-saved, custom-face-menu)
8611 (custom-face-reset-saved): If there is no saved value, make the
8612 "reset-saved" operation bring back the default (Bug#9509).
8613 (custom-face-state): Properly detect themed faces.
8614
8615 * faces.el (face-spec-set): Stop supporting deprecated form of
8616 third arg.
8617
8618 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8619
8620 Move functions from C to Lisp. Make non-blocking method calls
8621 the default. Implement further D-Bus standard interfaces.
8622
8623 * net/dbus.el (dbus-message-internal): Declare function.
8624 Remove unneeded function declarations.
8625 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8626 (dbus-message-type-method-return, dbus-message-type-error)
8627 (dbus-message-type-signal): Declare variables. Remove local
8628 definitions.
8629 (dbus-interface-dbus, dbus-interface-peer)
8630 (dbus-interface-introspectable, dbus-interface-properties)
8631 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8632 Adapt docstring.
8633 (dbus-interface-objectmanager): New defconst.
8634 (dbus-call-method, dbus-call-method-asynchronously)
8635 (dbus-send-signal, dbus-method-return-internal)
8636 (dbus-method-error-internal, dbus-register-service)
8637 (dbus-register-signal, dbus-register-method): New defuns, moved
8638 from dbusbind.c
8639 (dbus-call-method-handler, dbus-setenv)
8640 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8641 New defuns.
8642 (dbus-call-method-non-blocking): Make it an obsolete function.
8643 (dbus-unregister-object, dbus-unregister-service)
8644 (dbus-handle-event, dbus-register-property)
8645 (dbus-property-handler): Obey the new structure of
8646 `bus-registered-objects'.
8647 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8648 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8649 Use `dbus-call-method'.
8650
8651 2012-04-22 Chong Yidong <cyd@gnu.org>
8652
8653 * cus-edit.el (custom-commands, custom-reset-menu)
8654 (Custom-reset-standard): Tweak labels.
8655 (custom-reset-button-menu): Change default to t.
8656 (custom-buffer-create-internal): For the custom-reset-button-menu
8657 case, put the revert button first.
8658 (custom-group-subtitle): New face.
8659 (custom-group-value-create): Align docstring to a specific column.
8660
8661 * wid-edit.el (widget-documentation-link-add): Don't handle
8662 indentation in this function.
8663 (widget-documentation-string-indent-to): New function.
8664 (widget-documentation-string-value-create): Use it.
8665
8666 * autorevert.el (auto-revert):
8667 * epg-config.el (epg):
8668 * ibuffer.el (ibuffer):
8669 * mpc.el (mpc):
8670 * ses.el (ses):
8671 * eshell/eshell.el (eshell):
8672 * net/ange-ftp.el (ange-ftp):
8673 * progmodes/ebnf2ps.el (postscript):
8674 * progmodes/flymake.el (flymake):
8675 * progmodes/prolog.el (prolog):
8676 * progmodes/verilog-mode.el (verilog-mode):
8677 * progmodes/which-func.el (which-func):
8678 * term/xterm.el (xterm):
8679 * textmodes/picture.el (picture):
8680 * textmodes/tildify.el (tildify):
8681 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8682 customization buffers.
8683
8684 2012-04-22 Alan Mackenzie <acm@muc.de>
8685
8686 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8687 Adding a ) can hide the resulting (..) from searches. Fix it.
8688 Bound the backward search to the position of the existing (.
8689
8690 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8691
8692 * progmodes/verilog-mode.el (verilog-mode): Check whether
8693 which-func-modes is t before adding verilog-mode.
8694 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8695
8696 2012-04-21 Leo Liu <sdl.web@gmail.com>
8697
8698 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8699
8700 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8701
8702 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8703 filling of the last column of a table (Bug#5635).
8704 (woman-find-next-control-line): New arg, specifying an additional
8705 regexp component for the control line.
8706 (woman2-roff-buffer): Use it.
8707 (woman-break-table): New function.
8708 (woman2-TS): Use it.
8709
8710 2012-04-21 Chong Yidong <cyd@gnu.org>
8711
8712 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8713 (woman-horizontal-escapes, woman-negative-vertical-space)
8714 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8715 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8716
8717 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8718
8719 * minibuffer.el (completion-file-name-table): Complete user names.
8720
8721 2012-04-20 Leo Liu <sdl.web@gmail.com>
8722
8723 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8724 and pcase-let*.
8725
8726 2012-04-20 Chong Yidong <cyd@gnu.org>
8727
8728 * server.el (server-execute): Respect initial-buffer-choice if it
8729 is a string and there are no files to open (Bug#2825).
8730 (server-create-window-system-frame, server-create-tty-frame):
8731 Don't switch buffers here.
8732 (server-process-filter): Only try to open a window system frame if
8733 compiled with graphical support (Bug#8314).
8734
8735 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8736
8737 * battery.el (battery-echo-area-format): Display remaining time
8738 for sysfs backend too (Bug#11269).
8739 (battery-linux-sysfs): Fix conditional for the charge.
8740
8741 2012-04-20 Chong Yidong <cyd@gnu.org>
8742
8743 * progmodes/gdb-mi.el (gdb): Revert previous change.
8744 (gdb-inferior-io--init-proc): New function.
8745 (gdb-init-1): Use it.
8746 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8747 responsible for allocating a new pty and hooking it to gdb when
8748 the old pty gets an EIO due to process exit.
8749 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8750 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8751 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8752
8753 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8754
8755 * window.el (window-min-size, window-sizable, window-min-delta)
8756 (window-max-delta, window--resizable, window-resizable)
8757 (window-total-size, window-full-height-p, window-full-width-p)
8758 (window-in-direction, window--resize-mini-window, window-resize)
8759 (window--resize-child-windows-normal)
8760 (window--resize-child-windows, window--resize-siblings)
8761 (window--resize-this-window, adjust-window-trailing-edge)
8762 (enlarge-window, shrink-window): Doc fixes.
8763
8764 2012-04-20 Chong Yidong <cyd@gnu.org>
8765
8766 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8767 New function to call delete-process on the gdb-inferior buffer's pty.
8768 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8769 pty process (Bug#11273).
8770 (gdb-update): New arg to suppress talking to the gdb process.
8771 (gdb-done-or-error): Use it.
8772 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8773 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8774 sentinel not being called.
8775
8776 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8777
8778 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8779
8780 2012-04-20 Glenn Morris <rgm@gnu.org>
8781
8782 * net/network-stream.el (open-network-stream): Doc fix.
8783
8784 2012-04-20 Chong Yidong <cyd@gnu.org>
8785
8786 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8787
8788 2012-04-20 Alan Mackenzie <acm@muc.de>
8789
8790 Ensure searching for keywords is case sensitive.
8791
8792 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8793 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8794 (c-defun-name, c-mark-function, c-cpp-define-name)
8795 (c-comment-indent, c-scan-conditionals, c-indent-defun)
8796 (c-context-line-break): Bind case-fold-search to nil.
8797
8798 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8799 Bind case-fold-search to nil.
8800
8801 2012-04-20 Chong Yidong <cyd@gnu.org>
8802
8803 * mail/sendmail.el (mail-bury): Call return action with the right
8804 Rmail buffer (Bug#11242).
8805
8806 * server.el (server-process-filter): Handle corner case where both
8807 tty and nowait options are present (Bug#11102).
8808
8809 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8810
8811 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8812 (top level): Put into the executable the ident-style '$Id:' tag on
8813 windows-nt as well.
8814
8815 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8816
8817 * electric.el (electric-indent-post-self-insert-function): Check that
8818 electric-indent-mode is enabled in current buffer.
8819
8820 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8821
8822 * imenu.el (imenu-progress-message): Restore; it is "used" in
8823 erc/erc-imenu.el and net/snmp-mode.el.
8824
8825 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8826
8827 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8828 (mouse-avoidance-nudge-mouse): Remove unused binding.
8829
8830 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8831
8832 * descr-text.el (describe-char):
8833 * progmodes/python.el (python-describe-symbol):
8834 Don't call `toggle-read-only', set `buffer-read-only'.
8835
8836 * imenu.el (imenu-default-goto-function): Mark unused args.
8837 (imenu-progress-message): Remove obsolete macro; all callers changed.
8838
8839 * subr.el (keymap-canonicalize): Remove unused binding.
8840 (read-passwd): Mark unused arg.
8841
8842 * tutorial.el (tutorial--display-changes): Remove unused binding.
8843 (tutorial--save-tutorial-to): Remove unused variable.
8844
8845 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8846 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8847 (package-generate-autoloads, package-menu--generate)
8848 (package-menu--find-upgrades): Remove unused bindings.
8849
8850 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8851 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8852 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8853 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8854 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8855 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8856 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8857 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8858 (cua-delete-char-rectangle): Mark unused args.
8859 (cua-align-rectangle): Remove unused binding.
8860
8861 * mail/rmail.el (compilation--message->loc)
8862 (epa--find-coding-system-for-mime-charset): Declare.
8863
8864 * net/dbus.el (dbus-register-service): Declare.
8865 (dbus-name-owner-changed-handler): Remove unused binding.
8866
8867 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8868 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8869 (nxml-scan-backward-within): Mark unused arg.
8870 (nxml-dynamic-markup-word): Remove unused binding.
8871
8872 * mouse.el (mouse-menu-major-mode-map):
8873 * emacs-lisp/authors.el (authors-scan-change-log)
8874 (authors-add-to-author-list):
8875 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8876 * emacs-lisp/smie.el (smie-auto-fill):
8877 * mail/sendmail.el (mail-bury):
8878 * mail/unrmail.el (unrmail):
8879 * net/tls.el (open-tls-stream):
8880 * textmodes/picture.el (picture-mouse-set-point):
8881 Remove unused bindings.
8882
8883 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8884
8885 * net/tramp.el (tramp-action-password): Let-bind
8886 `enable-recursive-minibuffers' to t.
8887
8888 2012-04-18 Sam Steingold <sds@gnu.org>
8889
8890 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8891 instead of 'string to accommodate values like [f11].
8892 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8893 * progmodes/gdb-mi.el: Likewise.
8894
8895 2012-04-18 Leo Liu <sdl.web@gmail.com>
8896
8897 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8898 current buffer.
8899 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8900 LOCAL is nil.
8901
8902 2012-04-18 Chong Yidong <cyd@gnu.org>
8903
8904 * simple.el (line-move): Use forward-line if in batch mode
8905 (Bug#11053).
8906
8907 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8908
8909 * files.el (after-find-file): Do not try to add a final newline if
8910 the buffer is read-only (Bug#11156).
8911
8912 2012-04-17 Richard Stallman <rms@gnu.org>
8913
8914 * mail/rmail.el (rmail-start-mail):
8915 Pass (rmail-mail-return...) for the return-action.
8916 Pass (rmail-yank-current-message...) for the yank-action.
8917 (rmail-yank-current-message): New function.
8918 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8919 (rmail-reply): Likewise.
8920 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8921
8922 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8923 buffer, not the last. Reject temp buffers. Use the rmail-mode
8924 buffer, not newbuf.
8925
8926 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
8927
8928 * server.el (server-ensure-safe-dir): Simplify.
8929
8930 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8931
8932 * emacs-lisp/smie.el: Provide smarter auto-filling.
8933 (smie-auto-fill): New function.
8934 (smie-setup): Use it.
8935
8936 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8937
8938 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8939
8940 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8941 (comment-indent): Use it.
8942
8943 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
8944
8945 * ses.el: The overall change is to add cell renaming, that is
8946 setting fancy names for cell symbols other than name matching
8947 "\\`[A-Z]+[0-9]+\\'" regexp .
8948 (ses-localvars): Add ses--renamed-cell-symb-list.
8949 (ses-create-cell-variable): New defun.
8950 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
8951 (ses-relocate-formula): Relocate formulas only for cells the
8952 symbols of which are not renamed, i.e. symbols whose names do not
8953 match regexp "\\`[A-Z]+[0-9]+\\'".
8954 (ses-relocate-all): Relocate values only for cells the symbols of
8955 which are not renamed.
8956 (ses-load): Create cells variables as the (ses-cell ...) are read,
8957 in order to check row col consistency with cell symbol name only
8958 for cells that are not renamed.
8959 (ses-replace-name-in-formula): New defun.
8960 (ses-rename-cell): New defun.
8961
8962 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8963
8964 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8965 New option (bug#11118).
8966 (perl-calculate-indent): Respect it.
8967
8968 2012-04-17 Glenn Morris <rgm@gnu.org>
8969
8970 * dired-aux.el (dired-mark-read-string): Doc fix.
8971
8972 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8973
8974 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8975 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8976
8977 2012-04-17 Glenn Morris <rgm@gnu.org>
8978
8979 * mouse.el (mouse-drag-track):
8980 * speedbar.el (speedbar-frame-mode):
8981 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8982
8983 2012-04-16 Leo Liu <sdl.web@gmail.com>
8984
8985 * progmodes/python.el: Trivial cleanup.
8986
8987 2012-04-16 Glenn Morris <rgm@gnu.org>
8988
8989 * vc/vc.el (vc-string-prefix-p):
8990 * vc/pcvs-util.el (cvs-string-prefix-p):
8991 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8992 * mpc.el (mpc-string-prefix-p):
8993 Make all of these into obsolete aliases for string-prefix-p.
8994 Update callers.
8995 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8996
8997 * textmodes/two-column.el: Move custom options to the start.
8998 (frame-width): Remove compat definition.
8999 (2C-associate-buffer, 2C-dissociate):
9000 Use with-current-buffer rather than save-excursion.
9001 (2C-dissociate): Force a mode-line update.
9002 (2C-autoscroll): Use ignore-errors.
9003
9004 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9005 Autoload trivia.
9006
9007 * emacs-lisp/cl-extra.el (*random-state*):
9008 Remove unnecessary declaration.
9009
9010 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9011
9012 * play/cookie1.el (cookie-snarf):
9013 Give an explicit error if input file cannot be read.
9014
9015 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9016
9017 * progmodes/perl-mode.el (c-macro-expand):
9018 Remove unnecessary autoload (it is in loaddefs.el).
9019
9020 * textmodes/picture.el (picture-desired-column)
9021 (picture-update-desired-column): Convert comments to doc-strings.
9022 (picture-substitute): Remove function.
9023 (picture-mode-map): Initialize in the defvar.
9024
9025 * woman.el: Remove eval-after-load for tar-mode.
9026 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9027 (woman-tar-extract-file): Autoload it.
9028
9029 * frame.el (automatic-hscrolling): Make this alias obsolete.
9030
9031 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9032
9033 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9034 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9035 (ispell-dictionary-base-alist): Revert to original XEmacs
9036 friendly version for default. [:alpha:] will be added in
9037 `ispell-set-spellchecker-params' if needed.
9038
9039 2012-04-16 Chong Yidong <cyd@gnu.org>
9040
9041 * image.el (imagemagick--file-regexp): New variable.
9042 (imagemagick-register-types): Use it.
9043 (imagemagick-types-inhibit): Add :set function. Allow new value
9044 of t to inhibit all types.
9045
9046 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9047 so we can preload it.
9048
9049 * loadup.el (fboundp): Preload regexp-opt, needed by
9050 imagemagick-register-types.
9051
9052 2012-04-15 Chong Yidong <cyd@gnu.org>
9053
9054 * frame.el (scrolling): Remove nearly unused customization group.
9055
9056 * scroll-all.el (scroll-all-mode): Move to windows group.
9057
9058 2012-04-15 Chong Yidong <cyd@gnu.org>
9059
9060 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9061
9062 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9065 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9066
9067 2012-04-15 Glenn Morris <rgm@gnu.org>
9068
9069 * simple.el (process-file-side-effects): Doc fix.
9070
9071 2012-04-15 Glenn Morris <rgm@gnu.org>
9072
9073 * international/mule-cmds.el (set-language-environment): Doc fix.
9074
9075 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9076
9077 * server.el (server-auth-key, server-generate-key): Doc fixes.
9078 (server-get-auth-key): Doc fix. Use `string-match-p'.
9079 (server-start): Reflow docstring.
9080
9081 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9082
9083 * server.el (server-generate-key): `called-interactively-p'
9084 requires a parameter.
9085
9086 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9087
9088 * server.el (server-auth-key): New variable.
9089 (server-generate-key, server-get-auth-key): New function.
9090 (server-start): Use the new variable and functions to allow
9091 setting a permanent server key (bug#9423).
9092
9093 2012-04-14 Leo Liu <sdl.web@gmail.com>
9094
9095 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9096
9097 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9098
9099 Spelling fixes.
9100 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9101 Emacs uses American spelling.
9102
9103 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9104
9105 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9106 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9107 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9108 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9109
9110 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * progmodes/which-func.el (which-func-modes): Change default.
9113
9114 2012-04-14 Kim F. Storm <storm@cua.dk>
9115
9116 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9117 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9118
9119 2012-04-14 Chong Yidong <cyd@gnu.org>
9120
9121 * custom.el (custom-theme-set-variables): Doc fix.
9122
9123 2012-04-14 Glenn Morris <rgm@gnu.org>
9124
9125 * international/mule.el (set-auto-coding-for-load): Doc fix.
9126
9127 2012-04-14 Alan Mackenzie <acm@muc.de>
9128
9129 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9130 imenu work again for Objective C Mode. Correct the *-index values,
9131 these having been disturbed by a previous change in 2011-08.
9132
9133 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9134 Correct two search limits.
9135
9136 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9137
9138 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9139
9140 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9141
9142 * international/characters.el: Fix sorting.
9143
9144 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9145
9146 * international/characters.el: Add more missing Latin case pairs.
9147
9148 2012-04-14 Glenn Morris <rgm@gnu.org>
9149
9150 * files.el (dir-locals-set-class-variables): Doc fix.
9151
9152 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9153
9154 * international/characters.el: Add set-case-syntax-pair call for
9155 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9156 counterpart. (Bug#11209)
9157
9158 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9159
9160 2012-04-14 Glenn Morris <rgm@gnu.org>
9161
9162 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9163
9164 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9165
9166 * textmodes/ispell.el (ispell-dictionary-base-alist):
9167 Add data for Hebrew.
9168
9169 2012-04-14 Chong Yidong <cyd@gnu.org>
9170
9171 * net/rcirc.el (rcirc-cmd-quit):
9172 Revert 2012-03-18 change (Bug#11192).
9173
9174 2012-04-14 Glenn Morris <rgm@gnu.org>
9175
9176 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9177
9178 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9179
9180 * minibuffer.el (completion-in-region-mode-map):
9181 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9182
9183 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9184
9185 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9186
9187 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9188
9189 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9190 to allow `C-M-f' and `C-M-b' to move to the nearest path
9191 separator (bug#9511).
9192
9193 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9194
9195 * avoid.el: Require cl when compiling. And also move the
9196 `provide' to the end.
9197
9198 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9199
9200 * avoid.el (mouse-avoidance-banish-position): New variable.
9201 (mouse-avoidance-banish-destination): Use it (bug#10165).
9202
9203 2012-04-13 Leo Liu <sdl.web@gmail.com>
9204
9205 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9206
9207 2012-04-13 Ken Brown <kbrown@cornell.edu>
9208
9209 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9210 this is no longer needed now that cygstart understands file:// URLs.
9211 (browse-url-filename-alist): For the same reason, don't modify
9212 file:// URLs on Cygwin.
9213
9214 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9217 the region on shift if the binding is already shifted (bug#11221).
9218
9219 2012-04-12 Glenn Morris <rgm@gnu.org>
9220
9221 * mail/mailpost.el: Move to obsolete/.
9222
9223 2012-04-12 Drew Adams <drew.adams@oracle.com>
9224
9225 * imenu.el (imenu--generic-function): Ignore invisible definitions
9226 (bug#10123).
9227
9228 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9229
9230 * hexl.el (hexl-bits): New variable.
9231 (hexl-options): Mention the variable in the doc string.
9232 (hexl-rulerise, hexl-line-displen): New functions.
9233 (hexl-mode): Mention the new variable.
9234 (hexl-mode, hexl-current-address, hexl-current-address):
9235 Use the displen.
9236 (hexl-ascii-start-column): New function.
9237 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9238 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9239
9240 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9241
9242 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9243 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9244 the encoding, as expected by hunspell.
9245
9246 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * battery.el (battery--linux-sysfs-regexp): New const.
9249 (battery-status-function): Use it. Remove yeeloong special case.
9250 (battery-yeeloong-sysfs): Remove.
9251 (battery-echo-area-format): Remove yeeloong special case.
9252
9253 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9256 Reported by Noah Friedman.
9257
9258 * subr.el (read-passwd): Use read-string.
9259
9260 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9261
9262 * vcursor.el (vcursor-move): Increase the priority of the overlay
9263 (bug#9663).
9264
9265 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9266
9267 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9268 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9269
9270 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9271
9272 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9273 define-minor-mode (bug#10760).
9274
9275 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9276
9277 * progmodes/grep.el (rgrep): Tweak the find command line so
9278 that directories matching `grep-find-ignored-files' won't be
9279 pruned (bug#10351).
9280
9281 2012-04-11 Chong Yidong <cyd@gnu.org>
9282
9283 * startup.el (command-line): Remove support for long-obsolete
9284 variable font-lock-face-attributes.
9285
9286 2012-04-11 Glenn Morris <rgm@gnu.org>
9287
9288 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9289
9290 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * window.el (window--state-get-1): Obey window-point-insertion-type.
9293
9294 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9295
9296 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9297 to previous function when point is on the first character of a
9298 function. Take care of that in `narrow-to-defun' (bug#6157).
9299
9300 2012-04-11 Glenn Morris <rgm@gnu.org>
9301
9302 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9303 not just file-errors.
9304
9305 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9306 (vc-bzr-sha1): Use internal sha1.
9307
9308 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9311
9312 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9313
9314 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9315 that start in the middle of the line (bug#10496).
9316
9317 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9318
9319 * battery.el (battery-linux-proc-acpi): Only one battery is
9320 discharged at a time, but that seems to confuse battery.el when
9321 computing `rate-type' for the battery not being discharged
9322 (bug#10332).
9323
9324 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9325
9326 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9327
9328 * international/quail.el: Use dolist and simplify.
9329 (quail-define-package, quail-update-keyboard-layout)
9330 (quail-define-rules): Use dolist.
9331 (quail-insert-kbd-layout, quail-get-translation): CSE.
9332
9333 * tmm.el: Use dolist, remove left over hook.
9334 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9335 Use dolist.
9336 (calendar-load-hook): Don't mess with it.
9337
9338 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9339 Use derived-mode-p. Run the diff asynchronously.
9340
9341 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9342
9343 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9344
9345 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9346
9347 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9348 (list-dynamic-libraries--loaded): New function.
9349 (list-dynamic-libraries--refresh): Use it.
9350
9351 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9352
9353 * progmodes/python.el (python-fill-paragraph):
9354 Make python-fill-region in a multiline string work when font-lock is
9355 disabled (bug#7018).
9356
9357 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9358
9359 * language/european.el (cp775): Add oem/legacy (en)coding on
9360 DOS/MS Windows for the Baltic languages. There are still plenty
9361 of texts written in this encoding/codepage (bug#6519).
9362
9363 2012-04-10 Glenn Morris <rgm@gnu.org>
9364
9365 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9366 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9367
9368 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9369
9370 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9371 next-line "n" and previous-line "p" in order to make recentf more
9372 consistent with ibuffer, dired or org-mode (bug#9387).
9373
9374 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9375
9376 * image.el (put-image): Return the overlay created instead of the
9377 optional input string (bug#7834). Note that this may break code
9378 that is (for some reason or other) depending on `put-image'
9379 returning the string.
9380
9381 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9382
9383 * simple.el (zap-to-char): Allow zapping using input methods
9384 (bug#1580).
9385
9386 * textmodes/fill.el (fill-region): Leave point and mark where they
9387 were before filling (bug#5399).
9388
9389 2012-04-09 Glenn Morris <rgm@gnu.org>
9390
9391 * version.el (emacs-bzr-get-version):
9392 Handle lightweight checkouts of local branches.
9393
9394 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9395
9396 * international/characters.el: Recover lost case pairs. (Bug#11209)
9397
9398 2012-04-09 Chong Yidong <cyd@gnu.org>
9399
9400 * custom.el (custom-variable-p): Return nil for non-symbol
9401 arguments instead of signaling an error.
9402 (user-variable-p): Obsolete alias for custom-variable-p.
9403
9404 * apropos.el (apropos-variable):
9405 * files-x.el (read-file-local-variable):
9406 * simple.el (set-variable):
9407 * woman.el (woman-mini-help):
9408 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9409
9410 2012-04-09 Glenn Morris <rgm@gnu.org>
9411
9412 * startup.el (normal-top-level): Don't look for leim-list.el
9413 in places where it will not be found. (Bug#910)
9414
9415 * international/mule-cmds.el (set-default-coding-systems):
9416 * files.el (normal-mode):
9417 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9418 This function was removed with ucs-tables.el in 2008.
9419
9420 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9421
9422 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9423 ispell-encoding8-command to "-i", without a trailing space.
9424 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9425 separate command-line arguments, to specify the encoding, since
9426 that's how hunspell expects it.
9427
9428 2012-04-08 Glenn Morris <rgm@gnu.org>
9429
9430 * loadup.el: Load bindings before cus-start.
9431 This reduces somewhat the number of "rogue" settings in emacs -Q.
9432
9433 2012-04-07 Glenn Morris <rgm@gnu.org>
9434
9435 * version.el (emacs-bzr-get-version): New function.
9436 (emacs-bzr-version): New variable.
9437 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9438 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9439
9440 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9441
9442 * international/uni-bidi.el, international/uni-category.el:
9443 * international/uni-combining.el, international/uni-decimal.el:
9444 * international/uni-decomposition.el, international/uni-digit.el:
9445 * international/uni-lowercase.el, international/uni-mirrored.el:
9446 * international/uni-name.el, international/uni-numeric.el:
9447 * international/uni-titlecase.el, international/uni-uppercase.el:
9448 Update for Unicode 6.1.
9449
9450 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9451
9452 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9453
9454 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9455
9456 * window.el (shrink-window): Mention the `window-min-height'
9457 variable in the doc string.
9458
9459 2012-04-05 Bastien Guerry <bzg@altern.org>
9460
9461 * color.el (color-lighten-name): Fix typo.
9462
9463 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9464
9465 * server.el (server--on-display-p): New function.
9466 (server--on-display-p): Use it.
9467
9468 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9469
9470 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9471 (bug#11145).
9472
9473 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * comint.el (comint--common-quoted-suffix): Check string boundary
9476 before comparing (bug#11158).
9477 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9478
9479 2012-04-04 Chong Yidong <cyd@gnu.org>
9480
9481 * minibuffer.el (completion-extra-properties): Doc fix.
9482
9483 * subr.el (delayed-warnings-hook): Doc fix.
9484
9485 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9486
9487 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9488 selection (Bug#11159).
9489 (epa-insert-keys): Inform that the default public key will be
9490 exported if no key is selected.
9491
9492 2012-04-04 Richard Stallman <rms@gnu.org>
9493
9494 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9495
9496 2012-04-03 Chong Yidong <cyd@gnu.org>
9497
9498 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9499 mail-insert-file, not its obsolete alias mail-attach-file.
9500
9501 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9502
9503 * notifications.el (notifications-notify): Fix docstring.
9504
9505 2012-04-02 Glenn Morris <rgm@gnu.org>
9506
9507 * emacs-lisp/authors.el (authors-aliases): Another addition.
9508
9509 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9510
9511 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9512 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9513 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9514
9515 2012-04-01 Chong Yidong <cyd@gnu.org>
9516
9517 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9518 Handle root directory properly.
9519 (copy-directory): Caller changed.
9520
9521 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9522 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9523
9524 2012-03-31 Glenn Morris <rgm@gnu.org>
9525
9526 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9527
9528 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9529
9530 * calendar/calendar.el (calendar-window-list)
9531 (calendar-hide-window): Restore. (Bug#11140)
9532 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9533
9534 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9535
9536 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9537
9538 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9539 Check if file is a symlink (Bug#10489).
9540
9541 * files.el (copy-directory): Likewise.
9542
9543 2012-03-30 Chong Yidong <cyd@gnu.org>
9544
9545 * image.el (imagemagick-types-inhibit)
9546 (imagemagick-register-types): Doc fix.
9547
9548 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9549
9550 * textmodes/ispell.el (ispell-get-extended-character-mode):
9551 Disable extended-char-mode for hunspell. hunspell does not support it
9552 and treats ~word as ordinary words in pipe mode.
9553
9554 2012-03-30 Glenn Morris <rgm@gnu.org>
9555
9556 * tutorial.el (help-with-tutorial): Ensure local variables don't
9557 happen to make the buffer read-only. (Bug#11127)
9558
9559 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9560
9561 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9562 (perl-calculate-indent): Return `noindent' in strings.
9563
9564 2012-03-28 Sam Steingold <sds@gnu.org>
9565
9566 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9567 instead of the broken adhockery which does not prevent calendar
9568 buffers from being displayed at random after exit.
9569 (calendar-window-list, calendar-hide-window): Remove the broken
9570 adhockery.
9571
9572 2012-03-28 Glenn Morris <rgm@gnu.org>
9573
9574 * replace.el (query-replace-map): Doc fix.
9575
9576 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9577
9578 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9579 contents. (Bug#11109)
9580
9581 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9582
9583 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9584 (bug#11077).
9585 (avl-tree--check, avl-tree--check-node): New funs.
9586
9587 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9588
9589 * window.el (switch-to-visible-buffer): New option.
9590 (switch-to-prev-buffer, switch-to-next-buffer):
9591 Observe switch-to-visible-buffer. Make sure that checking for a window
9592 showing a buffer already is done on the same frame.
9593
9594 2012-03-27 Glenn Morris <rgm@gnu.org>
9595
9596 * startup.el (mail-host-address): Doc fix.
9597
9598 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9601 than 197 variables.
9602
9603 2012-03-26 Ami Fischman <ami@fischman.org>
9604
9605 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9606
9607 2012-03-26 Glenn Morris <rgm@gnu.org>
9608
9609 * files.el (save-buffers-kill-emacs): Doc fix.
9610
9611 * startup.el (normal-top-level, command-line, command-line-1):
9612 Give them doc strings.
9613
9614 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9615
9616 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9617 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9618
9619 2012-03-25 Chong Yidong <cyd@gnu.org>
9620
9621 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9622 theme if it was previously enabled before (Bug#11031).
9623
9624 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9625 spec with custom-face-get-current-spec if its :shown-value is not
9626 determined yet (Bug#9337).
9627 (customize-create-theme, custom-theme-revert): Doc fixes.
9628
9629 * button.el (button-at): Minor addition to docstring.
9630
9631 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9632
9633 * vc/vc.el (vc-merge): Fix a prompt.
9634
9635 2012-03-24 Chong Yidong <cyd@gnu.org>
9636
9637 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9638 point (Bug#9623).
9639
9640 * button.el (button-at): Minor addition to docstring.
9641
9642 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * newcomment.el (comment-choose-indent): No space after BOL.
9645
9646 2012-03-22 Sam Steingold <sds@gnu.org>
9647
9648 * window.el (switch-to-prev-buffer): Revert last patch because the
9649 bug turned out to be an advertised feature (Elisp manual 28.14).
9650
9651 2012-03-22 Glenn Morris <rgm@gnu.org>
9652
9653 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9654 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9655
9656 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9657
9658 * net/network-stream.el (network-stream-open-starttls): Make error
9659 message under Windows be less misleading.
9660
9661 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9662
9663 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9664 understands (bug#9942).
9665
9666 2012-03-22 Chong Yidong <cyd@gnu.org>
9667
9668 * simple.el (end-of-visible-line): Handle return value of
9669 next-single-property-change properly (Bug#9371).
9670
9671 2012-03-22 Kenichi Handa <handa@m17n.org>
9672
9673 * international/quail.el (quail-insert-kbd-layout): Fix previous
9674 change. To avoid unwanted bidi reordering, use
9675 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9676
9677 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9678
9679 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9680 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9681 (ruby-beginning-of-indent): Be more careful with the difference
9682 between word-boundary and symbol boundary.
9683 (ruby-mode-syntax-table): Make : a symbol constituent.
9684
9685 2012-03-21 Andreas Politz <politza@fh-trier.de>
9686
9687 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9688
9689 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * progmodes/etags.el (tags-completion-at-point-function):
9692 Improve last fix.
9693
9694 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9695
9696 2012-03-21 Sam Steingold <sds@gnu.org>
9697
9698 * progmodes/etags.el (tags-completion-at-point-function):
9699 Avoid the error when point is inside the pattern.
9700
9701 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9702
9703 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9704 line (Bug#10855).
9705
9706 2012-03-21 Drew Adams <drew.adams@oracle.com>
9707
9708 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9709
9710 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9711
9712 * ido.el (ido-set-current-directory, ido-read-internal)
9713 (ido-choose-completion-string, ido-completion-help): Handle nil
9714 value of ido-completion-buffer (Bug#11008).
9715
9716 2012-03-21 Sam Steingold <sds@gnu.org>
9717
9718 * window.el (switch-to-prev-buffer): Do not switch to a visible
9719 window previous buffer, just like with the frame previous buffers.
9720
9721 2012-03-21 Chong Yidong <cyd@gnu.org>
9722
9723 * faces.el (make-face, make-empty-face, copy-face):
9724 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9725 Doc fixes.
9726
9727 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9730 (widget-complete): Remove broken use of it.
9731
9732 2012-03-20 Chong Yidong <cyd@gnu.org>
9733
9734 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9735 Use string-width and truncate-string-width to handle arbitrary
9736 characters.
9737
9738 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9739
9740 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9741 to draw rectangles, not squares. (Regression introduced by revno
9742 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9743
9744 2012-03-18 Chong Yidong <cyd@gnu.org>
9745
9746 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9747 it is not yet defined (for temacs).
9748
9749 2012-03-18 Leo Liu <sdl.web@gmail.com>
9750
9751 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9752 prefix.
9753
9754 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9755
9756 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9757 (ispell-choices-win-default-height, ispell-silently-savep)
9758 (ispell-dictionary-alist, ispell-encoding8-command)
9759 (ispell-check-version, ispell-aspell-find-dictionary)
9760 (ispell-valid-dictionary-list, ispell-words-keyword)
9761 (ispell-get-word, ispell-internal-change-dictionary)
9762 (ispell-region, ispell-skip-region-list)
9763 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9764 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9765 (ispell-message-text-end, ispell-message)
9766 (ispell-buffer-local-parsing): Doc fix.
9767
9768 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
9769
9770 * htmlfontify.el: Add support for code block fontification for ODT
9771 export (Bug #9914).
9772 (hfy-optimisations): Define new option
9773 `body-text-only'
9774 (hfy-fontify-buffer): Honor above setting.
9775 (hfy-begin-span, hfy-end-span): New routines factored out form
9776 `hfy-fontify-buffer'.
9777 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9778 that permit insertion of custom tags.
9779 (hfy-fontify-buffer): Use above handlers.
9780 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9781 (hfy-face-to-css): Re-defined to be a variable.
9782 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
9783 over multiple runs. This is made possible by having the caller let
9784 bind a special variable `hfy-user-sheet-assoc'.
9785 (htmlfontify-string): New defun.
9786 (hfy-compile-face-map): Make sure that the last char in the
9787 buffer is correctly fontified.
9788 (hfy-face-resolve-face): Whitespace only change.
9789
9790 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9791
9792 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9793 message more clear.
9794
9795 2012-03-16 Leo Liu <sdl.web@gmail.com>
9796
9797 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9798
9799 2012-03-16 Alan Mackenzie <acm@muc.de>
9800
9801 Further optimise the handling of large macros.
9802
9803 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9804 limit to a call of `c-literal-limits'.
9805 (c-determine-+ve-limit): New function.
9806 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9807 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9808 In CASE 5B, restrict a search limit to 500.
9809 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9810
9811 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9812 Restrict macro bounds to +-500 from after-change's BEG END.
9813
9814 2012-03-16 Leo Liu <sdl.web@gmail.com>
9815
9816 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9817
9818 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9819
9820 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9821 `special-mode' setting of `buffer-read-only'. (Bug#11010)
9822
9823 2012-03-16 Glenn Morris <rgm@gnu.org>
9824
9825 * view.el (view-buffer, view-buffer-other-window)
9826 (view-buffer-other-frame): Doc fixes re special mode-class.
9827
9828 * subr.el (eval-after-load): If named feature is provided not from
9829 a file, run after-load forms. (Bug#10946)
9830
9831 * calendar/calendar.el (calendar-insert-at-column):
9832 Handle non-unit-width characters a bit better. (Bug#10978)
9833
9834 2012-03-15 Chong Yidong <cyd@gnu.org>
9835
9836 * emacs-lisp/ring.el (ring-extend): New function.
9837 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9838
9839 * comint.el (comint-read-input-ring)
9840 (comint-add-to-input-history): Grow comint-input-ring lazily.
9841
9842 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9845 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9846
9847 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9848 (imenu-add-to-menubar): Don't add a redundant index.
9849 (imenu-update-menubar): Handle a dynamically composed keymap.
9850
9851 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9852
9853 * mail/sendmail.el (mail-encode-header):
9854 Bind rfc2047-encode-encoded-words to nil.
9855
9856 2012-03-13 Glenn Morris <rgm@gnu.org>
9857
9858 * calendar/calendar.el (calendar-string-spread):
9859 Handle non-unit-width characters a bit better. (Bug#10978)
9860
9861 2012-03-13 Leo Liu <sdl.web@gmail.com>
9862
9863 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9864 directory and file as argument (Bug#10822).
9865
9866 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9867
9868 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9869 For dynamically generated code, follow $PC.
9870 (gdb-disassembly-handler-custom): Handle no function name case.
9871
9872 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9873
9874 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9875 * emulation/ws-mode.el (ws-query-replace):
9876 * sort.el (sort-regexp-fields):
9877 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9878
9879 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * dabbrev.el: Fix cycle completion order (bug#10963).
9882 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9883 (dabbrev-completion): Don't use an obarray; provide
9884 a cycle-sort-function.
9885
9886 2012-03-12 Leo Liu <sdl.web@gmail.com>
9887
9888 * simple.el (kill-new): Use equal-including-properties for comparison.
9889 (kill-do-not-save-duplicates): Doc fix.
9890
9891 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * dabbrev.el: Fix cycle completion (bug#10963).
9894 Use lexical binding and wrap to 80 columns.
9895 (dabbrev-completion): Delay computing the list of completions.
9896
9897 2012-03-12 Kenichi Handa <handa@m17n.org>
9898
9899 * international/quail.el (quail-insert-kbd-layout): Surround each
9900 row by LRO and PDF instead of inserting many LRMs. Pad the left
9901 and right of each non-spacing marks. Insert invisible space
9902 between lower and upper characters to prevent composition.
9903
9904 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9905
9906 * minibuffer.el (minibuffer-complete): Don't get confused when the
9907 function is run twice via different commands (bug#10958).
9908 (complete-with-action): Fix docstring.
9909
9910 2012-03-12 Chong Yidong <cyd@gnu.org>
9911
9912 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9913 (nxml-completion-at-point-function): New function.
9914 (nxml-mode): Use it.
9915 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9916
9917 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9918 Load generated autoloads file before byte compiling (Bug#10970).
9919 (package--make-autoloads-and-compile): New helper fun.
9920
9921 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9922
9923 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9924
9925 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
9926
9927 * autorevert.el (auto-revert-handler): Ensure, that
9928 file-readable-p is applied only for local files or in
9929 auto-revert-tail-mode.
9930
9931 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9932
9933 * server.el (server-eval-at): Handle non-tcp connections.
9934 Decode result string.
9935
9936 * server.el (server-msg-size): New constant.
9937 (server-reply-print): New function.
9938 (server-eval-and-print): Use it.
9939 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9940 Handle -print-nonl.
9941
9942 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9943
9944 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9945 (Bug#10987).
9946
9947 2012-03-11 Chong Yidong <cyd@gnu.org>
9948
9949 * simple.el (goto-line): Doc fix (Bug#9938).
9950
9951 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9952
9953 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9954 when finished (Bug#10963).
9955
9956 2012-03-11 Martin Rudalics <rudalics@gmx.at>
9957
9958 * window.el (split-window-below): Fix bug in case where
9959 split-window-keep-point is nil (Bug#10971).
9960
9961 2012-03-11 Juri Linkov <juri@jurta.org>
9962
9963 * replace.el (replace-highlight): Set isearch-word to nil
9964 unconditionally. (Bug#10887)
9965
9966 2012-03-10 Eli Zaretskii <eliz@gnu.org>
9967
9968 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9969 mairix-replace-illegal-chars; all callers changed. Don't remove
9970 ^, ~, and = characters: they are meaningful in mairix search specs.
9971 (mairix-widget-create-query): Add usage information about mairix
9972 search forms: negating words, searching for substrings, etc.
9973
9974 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9975
9976 * international/fontset.el (font-encoding-alist): Add an entry for
9977 ksx1001 (Bug#5667).
9978
9979 2012-03-10 Richard Stallman <rms@gnu.org>
9980
9981 * mail/sendmail.el (mail-encode-header):
9982 Set rfc2047-encode-encoded-words.
9983
9984 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9985
9986 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9987 view buffer means not swapped.
9988 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9989 (rmail-write-region-annotate): Error if real text has disappeared.
9990
9991 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9992
9993 2012-03-10 Chong Yidong <cyd@gnu.org>
9994
9995 * emulation/cua-rect.el (cua--init-rectangles):
9996 * emulation/cua-base.el (cua--init-keymaps):
9997 Add delete-forward-char to remappings (Bug#9666).
9998
9999 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10000
10001 * speedbar.el (speedbar-unhighlight-one-tag-line):
10002 Avoid unhighlighting due to frame switching (Bug#10275).
10003
10004 2012-03-10 Chong Yidong <cyd@gnu.org>
10005
10006 * minibuffer.el (completion-in-region, completion-help-at-point):
10007 Give the completion field overlay a high priority (Bug#6830).
10008
10009 * dired.el (dired-goto-file): Recognize absolute file name
10010 listings (Bug#7126).
10011 (dired-goto-file-1): New helper function.
10012 (dired-toggle-read-only): Inhibit warnings.
10013
10014 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10015
10016 * net/dbus.el (dbus-property-handler): Return empty array if
10017 there are no properties.
10018
10019 2012-03-09 Leo Liu <sdl.web@gmail.com>
10020
10021 * savehist.el (savehist-printable): Stricter check for string
10022 value (Bug#10937).
10023
10024 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10025
10026 * mail/smtpmail.el (smtpmail-send-it):
10027 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10028 valid mbox format.
10029
10030 2012-03-09 Glenn Morris <rgm@gnu.org>
10031
10032 * files.el (dir-locals-find-file):
10033 Don't check result is regular, readable.
10034 (dir-locals-read-from-file): Demote errors.
10035
10036 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10037
10038 * international/quail.el (quail-insert-kbd-layout):
10039 Insert invisible LRM characters before each character in a keyboard
10040 layout cell, to prevent their reordering by bidi display engine.
10041 For details, see the discussion in
10042 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10043
10044 2012-03-08 Alan Mackenzie <acm@muc.de>
10045
10046 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10047 the starting position; make it extend the marked region when
10048 invoked repeatedly - all under appropriate circumstances.
10049 Fixes bugs #5525, #10906.
10050
10051 2012-03-08 Glenn Morris <rgm@gnu.org>
10052
10053 * files.el (locate-dominating-file, dir-locals-find-file):
10054 Undo 2012-03-06 change.
10055
10056 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10057
10058 * international/quail.el (quail-help):
10059 Force bidi-paragraph-direction be left-to-right. See discussion in
10060 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10061 for the reason.
10062
10063 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10064
10065 Avoid superfluous registering of signals. (Bug#10807)
10066
10067 * notifications.el (notifications-on-action-object)
10068 (notifications-on-close-object): New defvars.
10069 (notifications-on-action-signal, notifications-on-closed-signal):
10070 Unregister the signal if not needed any longer.
10071 (notifications-notify): Register `notifications-action-signal' or
10072 `notifications-closed-signal', if :on-action or :on-close has been
10073 passed as argument.
10074
10075 2012-03-07 Chong Yidong <cyd@gnu.org>
10076
10077 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10078 non-X platforms.
10079
10080 2012-03-06 Glenn Morris <rgm@gnu.org>
10081
10082 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10083 (x-disown-selection-internal, x-get-selection-internal):
10084 Doc fix (add arglist signatures). (Bug#10783)
10085
10086 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10087
10088 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10089 Handle breakpoints with no "type".
10090
10091 2012-03-06 Glenn Morris <rgm@gnu.org>
10092
10093 * files.el (locate-dominating-file): Add optional predicate argument.
10094 (dir-locals-find-file): Make use of above change.
10095
10096 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10097
10098 * info.el (Info-insert-dir): Also try "dir.gz".
10099
10100 2012-03-06 Glenn Morris <rgm@gnu.org>
10101
10102 * files.el (dir-locals-find-file):
10103 Ignore non-readable or non-regular files. (Bug#10928)
10104
10105 * files.el (locate-dominating-file): Doc fix.
10106
10107 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10108
10109 * calendar/calendar.el (calendar-set-mode-line):
10110 `getenv' returns a string. (Bug#10951)
10111
10112 2012-03-05 Leo Liu <sdl.web@gmail.com>
10113
10114 * simple.el (backward-delete-char-untabify): Constrain point to
10115 field (Bug#10939).
10116
10117 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10118
10119 2012-03-05 Chong Yidong <cyd@gnu.org>
10120
10121 * simple.el (count-words): If called from Lisp, return the word
10122 count, for symmetry with `count-lines'. Arglist changed.
10123 (count-words--message): Args changed. Consolidate counting code
10124 from count-words and count-words-region.
10125 (count-words-region): Caller changed.
10126 (count-lines-region): Make it an obsolete alias.
10127
10128 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10129
10130 * saveplace.el (save-place-to-alist)
10131 (save-place-ignore-files-regexp): Allow value nil to disable this
10132 feature.
10133
10134 2012-03-04 Chong Yidong <cyd@gnu.org>
10135
10136 * faces.el (face-spec-reset-face): For the default face, reset the
10137 attributes to default values (Bug#10748).
10138
10139 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10140
10141 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10142 previous patch: Check `message-send-mail-function', and not the
10143 default function (bug#10897).
10144
10145 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10146
10147 * notifications.el (notifications-on-action-signal)
10148 (notifications-on-closed-signal): Check for unique service name of
10149 incoming event. Fix error in removing entry.
10150 (top): Register for signals with wildcard service name.
10151 (notifications-notify): Use daemon unique service name for map entries.
10152
10153 2012-03-04 Chong Yidong <cyd@gnu.org>
10154
10155 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10156
10157 2012-03-04 Glenn Morris <rgm@gnu.org>
10158
10159 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10160 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10161 (expand-abbrev, define-abbrev-table): Doc fixes.
10162
10163 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10164
10165 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10166 `message-default-send-mail-function' and not `send-mail-function'
10167 when doing the prompting for `sendmail-query-once' before sending
10168 in Message buffers (bug#10897).
10169
10170 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10171 This is inconsistent with all the other stream functions, which leave
10172 the setting up to the higher levels (if so wanted) (bug#10931).
10173
10174 2012-03-02 Alan Mackenzie <acm@muc.de>
10175
10176 Depessimize the handling of very large macros.
10177
10178 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10179 (c-macro-cache-syntactic): New variables to implement a one
10180 element macro cache.
10181 (c-invalidate-macro-cache): New function.
10182 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10183 Adapt to use the new cache.
10184 (c-state-safe-place): Use better the cache of safe positions.
10185 (c-state-semi-nonlit-pos-cache)
10186 (c-state-semi-nonlit-pos-cache-limit):
10187 New variables for...
10188 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10189 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10190 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10191 Use c-state-semi-safe-place.
10192
10193 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10194 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10195
10196 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10197
10198 * jka-compr.el (jka-compr-call-process):
10199 Apply `file-accessible-directory-p' only when the default directory is
10200 not remote.
10201
10202 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10203
10204 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10205 access of FILE2, if FILE1 does not exist.
10206
10207 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10208 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10209
10210 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10211 Add "PAGER=" to `process-environment'.
10212
10213 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10214
10215 * progmodes/sql.el: Bug fix
10216 (sql-get-login-ext): Save login values in globals.
10217 (sql-get-login): Use new version of `sql-get-login-ext'.
10218 (sql-interactive-mode): Set global `sql-connection' to nil.
10219 (sql-connect): Set global values for connection.
10220 (sql-product-interactive): Save global values as buffer local.
10221
10222 2012-02-29 Leo Liu <sdl.web@gmail.com>
10223
10224 * abbrev.el (define-abbrevs): Reset sys to nil.
10225
10226 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10227
10228 * files.el (file-equal-p): Rename from `files-equal-p'.
10229 Return nil when one or both files don't exist.
10230 (file-subdir-of-p): Now only top directory must exists,
10231 return nil if it doesn't.
10232 (copy-directory): No need to test with `file-subdir-of-p' after
10233 creating dir.
10234 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10235 to `file-equal-p'.
10236
10237 2012-02-28 Glenn Morris <rgm@gnu.org>
10238
10239 * shell.el (shell-mode):
10240 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10241 * play/landmark.el (landmark-font-lock-face-O):
10242 * play/handwrite.el (handwrite):
10243 * play/gomoku.el (gomoku-O):
10244 * net/browse-url.el (browse-url-browser-display):
10245 * international/mule.el (define-charset):
10246 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10247 * filesets.el (filesets-find-file-delay):
10248 * eshell/em-xtra.el (eshell-xtra):
10249 * eshell/em-unix.el (eshell-grep):
10250 * emulation/viper.el (viper-mode):
10251 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10252 * emacs-lisp/easymenu.el (easy-menu-define):
10253 * calendar/timeclock.el (timeclock-use-display-time):
10254 * bs.el (bs-mode):
10255 * bookmark.el (bookmark-save-flag):
10256 Doc fix (standardize possessive apostrophe usage).
10257
10258 2012-02-27 Chong Yidong <cyd@gnu.org>
10259
10260 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10261 Fix key-binding lookup for ESC key (Bug#9146).
10262
10263 * font-lock.el (font-lock-specified-p): Rename from
10264 font-lock-spec-present. Callers changed.
10265
10266 2012-02-27 Daniel Hackney <dan@haxney.org>
10267
10268 * emacs-lisp/package.el (package-compute-transaction):
10269 Handle holding a package version to t in package-load-list.
10270
10271 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10272
10273 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10274 (tramp-get-inode, tramp-get-device): Use cached values.
10275
10276 2012-02-26 Alan Mackenzie <acm@muc.de>
10277
10278 Check there is a font-lock specification before doing initial
10279 fontification.
10280
10281 * font-core.el (font-lock-mode): Move the conditional from
10282 :after-hook to font-lock-initial-fontify.
10283 (font-lock-default-function): Move the check for a specification
10284 to font-lock-spec-present.
10285
10286 * font-lock.el (font-lock-initial-fontify): Call ...
10287 (font-lock-spec-present): New function.
10288
10289 2012-02-26 Jim Blandy <jimb@red-bean.com>
10290
10291 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10292 (gdb-send): Apply it to the operand of the '-interpreter-exec
10293 console' command, so that we can pass arguments with (say) quotes
10294 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10295
10296 2012-02-26 Chong Yidong <cyd@gnu.org>
10297
10298 * help-fns.el (describe-function-1): Clarify description of
10299 remapping (Bug#10844).
10300
10301 * files.el (files-equal-p): Doc fix.
10302 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10303 and quit the loop once a mismatch is found.
10304
10305 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10306
10307 * bs.el (bs--show-with-configuration): Don't throw an error
10308 if the window cannot be split; otherwise, subsequent calls to
10309 bs-show fail, restoring a stale window config. (Bug#10882)
10310
10311 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10312
10313 * term/ns-win.el (global-map): Bind ns-drag-file to
10314 ns-find-file (Bug#5855, Bug#10050).
10315
10316 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10317
10318 * calendar/parse-time.el (parse-time-string): Allow extractor to
10319 return nil.
10320
10321 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10322
10323 * net/tramp.el (tramp-file-name-for-operation):
10324 Add `files-equal-p' and `file-subdir-of-p'.
10325
10326 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10327 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10328 Add COPY-CONTENTS argument.
10329
10330 2012-02-25 Chong Yidong <cyd@gnu.org>
10331
10332 Add custom groups for VC backends, for consistency with vc-bzr.
10333
10334 * vc/vc-arch.el (vc-arch):
10335 * vc/vc-cvs.el (vc-cvs):
10336 * vc/vc-git.el (vc-git):
10337 * vc/vc-hg.el (vc-hg):
10338 * vc/vc-mtn.el (vc-mtn):
10339 * vc/vc-rcs.el (vc-rcs):
10340 * vc/vc-sccs.el (vc-sccs):
10341 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10342 All relevant defcustoms reassigned.
10343
10344 2012-02-25 Chong Yidong <cyd@gnu.org>
10345
10346 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10347
10348 * term/x-win.el (x-initialize-window-system): Reduce default for
10349 x-selection-timeout to 5 seconds (Bug#8869).
10350
10351 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10352
10353 * files.el (files-equal-p, file-subdir-of-p): New functions.
10354 (copy-directory): Error when trying to copy a directory on itself.
10355 Add missing copy-contents arg to tramp handler.
10356 * dired-aux.el (dired-copy-file-recursive): Same.
10357 (dired-create-files): Modify destination when source is equal to
10358 dest when copying files.
10359 Return also when dest is a subdir of source. (Bug#10489)
10360
10361 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10362
10363 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10364 (Bug#10874)
10365
10366 2012-02-23 Alan Mackenzie <acm@muc.de>
10367
10368 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10369 parameter "after-hook:" to allow the expansion to run code after
10370 the execution of the mode hooks.
10371
10372 * font-lock.el (font-lock-initial-fontify): New function extracted
10373 from font-lock-mode-internal.
10374
10375 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10376 :after-hook.
10377
10378 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10379
10380 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10381 (completion--cache-all-sorted-completions): New function.
10382 (completion-all-sorted-completions): Use it.
10383 (completion--do-completion, minibuffer-force-complete):
10384 Use it to re-instate the flush hook.
10385
10386 * icomplete.el (icomplete-completions): Replace last fix with a better
10387 one (bug#10850).
10388
10389 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10390
10391 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10392 when it might call us back infinitely (bug#10797).
10393
10394 2012-02-23 Glenn Morris <rgm@gnu.org>
10395
10396 * minibuffer.el (completion-category-overrides): Doc fix.
10397
10398 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10401 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10402
10403 2012-02-23 Glenn Morris <rgm@gnu.org>
10404
10405 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10406 (authors-obsolete-files-regexps, authors-ignored-files)
10407 (authors-ambiguous-files, authors-renamed-files-alist):
10408 Add more entries.
10409
10410 2012-02-23 Juri Linkov <juri@jurta.org>
10411
10412 * isearch.el (isearch-occur): Sync interactive spec with occur's
10413 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10414
10415 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10416
10417 2012-02-22 Juri Linkov <juri@jurta.org>
10418
10419 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10420 (ucs-insert): Doc fix. Check for hex digits in the string.
10421 Don't display `nil' in the error message. (Bug#10857)
10422
10423 2012-02-22 Alan Mackenzie <acm@muc.de>
10424
10425 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10426
10427 2012-02-22 Glenn Morris <rgm@gnu.org>
10428
10429 * ffap.el (ffap-c-path):
10430 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10431
10432 2012-02-22 Chong Yidong <cyd@gnu.org>
10433
10434 * custom.el (load-theme): Doc fix.
10435
10436 2012-02-22 Glenn Morris <rgm@gnu.org>
10437
10438 * dired-x.el (dired-guess-shell-alist-default):
10439 Remove escape sequences from nroff output. (Bug#172)
10440
10441 2012-02-21 Glenn Morris <rgm@gnu.org>
10442
10443 * vc/emerge.el (emerge-defvar-local):
10444 Set `permanent-local' property rather than unused `preserved'.
10445
10446 * textmodes/picture.el (picture-delete-char): New alias.
10447 (picture-mode-map): Use it. (Bug#10860)
10448 (picture-mode): Doc fix.
10449
10450 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10451
10452 * newcomment.el (uncomment-region-default): Remove unused binding.
10453
10454 2012-02-21 Glenn Morris <rgm@gnu.org>
10455
10456 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10457 (picture-self-insert, picture-tab-chars): Doc fix.
10458 (picture-mode-map): Fix C-a, C-e.
10459
10460 2012-02-20 Glenn Morris <rgm@gnu.org>
10461
10462 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10463
10464 2012-02-20 Leo Liu <sdl.web@gmail.com>
10465
10466 * icomplete.el (icomplete-completions): Check FROM arg before
10467 passing to substring (Bug#10850).
10468
10469 2012-02-19 Chong Yidong <cyd@gnu.org>
10470
10471 * comint.el: Require ansi-color.
10472 (comint-output-filter-functions): Add ansi-color-process-output.
10473
10474 * ansi-color.el: Don't set comint-output-filter-functions; it is
10475 now in the initial value defined in comint.el.
10476 (ansi-color-apply-face-function): New variable.
10477 (ansi-color-apply-on-region): Use it.
10478 (ansi-color-apply-overlay-face): New function.
10479
10480 * shell.el (shell): No need to require ansi-color.
10481 (shell-mode): Use ansi-color-apply-face-function to highlight
10482 color escapes using font-lock-face property (Bug#10835).
10483
10484 2012-02-19 Chong Yidong <cyd@gnu.org>
10485
10486 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10487 mode-line formats (Bug#10839).
10488
10489 2012-02-18 Glenn Morris <rgm@gnu.org>
10490
10491 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10492
10493 * mail/undigest.el (unforward-rmail-message): Doc fix.
10494
10495 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10496
10497 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10498
10499 * international/characters.el (script-list): Sync with the latest
10500 Unicode Character Database.
10501
10502 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10503
10504 * international/titdic-cnv.el: Remove duplicate coding tag.
10505 * language/cham.el: Likewise.
10506 * language/tai-viet.el: Likewise.
10507
10508 2012-02-18 Glenn Morris <rgm@gnu.org>
10509
10510 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10511 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10512 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10513 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10514 * calendar/holidays.el (holiday-bahai-holidays)
10515 (calendar-holidays, list-holidays):
10516 Use utf-8 Bahá'í in doc-strings, menus, etc.
10517
10518 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10519
10520 * saveplace.el (save-place-ignore-files-regexp): New variable
10521 allowing for excluding files from saving their location of point.
10522 The default value matches the temporary commit message editing
10523 files from Git, SVN, Bazaar, and Mercurial.
10524 (save-place-to-alist): Use it.
10525
10526 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10527 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * newcomment.el (uncomment-region-default): Don't leave extra space
10530 when an arg is provided (bug#8150).
10531
10532 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10533
10534 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10535
10536 2012-02-17 Glenn Morris <rgm@gnu.org>
10537
10538 * net/socks.el: Require network-stream. (Bug#10599)
10539
10540 2012-02-17 Kenichi Handa <handa@m17n.org>
10541
10542 * international/charprop.el:
10543 * international/uni-name.el:
10544 * international/uni-old-name.el:
10545 * international/uni-comment.el: Regenerate.
10546
10547 2012-02-16 Glenn Morris <rgm@gnu.org>
10548
10549 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10550 Interactively in calendar buffer, give an error if not on a date.
10551
10552 2012-02-15 Glenn Morris <rgm@gnu.org>
10553
10554 * shell.el (shell-delimiter-argument-list):
10555 Revert 2011-02-17 change. (Bug#8027)
10556
10557 2012-02-15 Chong Yidong <cyd@gnu.org>
10558
10559 * minibuffer.el (completion-at-point-functions): Doc fix.
10560
10561 * custom.el (defcustom): Doc fix; note use of defvar.
10562
10563 2012-02-15 Glenn Morris <rgm@gnu.org>
10564
10565 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10566 Doc fixes.
10567
10568 2012-02-14 Glenn Morris <rgm@gnu.org>
10569
10570 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10571
10572 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10573
10574 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10575 way the ports list is computed.
10576 (smtpmail-query-smtp-server): Prompt the user for a port number if
10577 we can't connect to any of the standard ports (bug#10810).
10578
10579 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10580
10581 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10582
10583 2012-02-13 Glenn Morris <rgm@gnu.org>
10584
10585 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10586
10587 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10588
10589 * net/gnutls.el (gnutls-trustfiles): New variable.
10590 (gnutls-negotiate): Use it.
10591
10592 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10593
10594 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10595 does its stuff if Gnus is running.
10596
10597 2012-02-13 Alan Mackenzie <acm@muc.de>
10598
10599 Fix a loop in c-set-fl-decl-start.
10600
10601 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10602 c-backward-syntactic-ws actually moves backwards.
10603
10604 2012-02-13 Leo Liu <sdl.web@gmail.com>
10605
10606 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10607 beginning so that all \C-o chars are removed.
10608
10609 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10610
10611 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10612
10613 2012-02-12 Alan Mackenzie <acm@muc.de>
10614
10615 Fix infinite loop with long macros.
10616 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10617
10618 2012-02-12 Chong Yidong <cyd@gnu.org>
10619
10620 * window.el (display-buffer): Doc fix (Bug#10785).
10621
10622 2012-02-12 Glenn Morris <rgm@gnu.org>
10623
10624 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10625 (x-disown-selection-internal, x-get-selection-internal):
10626 Sync docs with the xselect.c versions.
10627
10628 * allout-widgets.el: Add missing license notice.
10629
10630 2012-02-11 Glenn Morris <rgm@gnu.org>
10631
10632 * select.el (x-get-selection-internal, x-own-selection-internal)
10633 (x-disown-selection-internal):
10634 * x-dnd.el (x-get-selection-internal): Update declarations.
10635
10636 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10637
10638 * window.el (window-sides-slots):
10639 * tool-bar.el (tool-bar-position):
10640 * term/xterm.el (xterm-extra-capabilities):
10641 * ses.el (ses-self-reference-early-detection):
10642 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10643 (verilog-auto-wire-type)
10644 (verilog-auto-delete-trailing-whitespace)
10645 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10646 (verilog-auto-tieoff-declaration):
10647 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10648 (sql-oracle-statement-starters, sql-oracle-scan-on):
10649 * progmodes/prolog.el (prolog-align-comments-flag)
10650 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10651 (prolog-left-indent-regexp, prolog-paren-indent-p)
10652 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10653 (prolog-types, prolog-mode-specificators)
10654 (prolog-determinism-specificators, prolog-directives)
10655 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10656 (prolog-electric-dot-flag)
10657 (prolog-electric-dot-full-predicate-template)
10658 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10659 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10660 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10661 (prolog-program-switches, prolog-prompt-regexp)
10662 (prolog-debug-on-string, prolog-debug-off-string)
10663 (prolog-trace-on-string, prolog-trace-off-string)
10664 (prolog-zip-on-string, prolog-zip-off-string)
10665 (prolog-use-standard-consult-compile-method-flag)
10666 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10667 (prolog-imenu-max-lines, prolog-info-predicate-index)
10668 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10669 (prolog-char-quote-workaround):
10670 * progmodes/cc-vars.el (c-defun-tactic):
10671 * net/tramp.el (tramp-encoding-command-interactive)
10672 (tramp-local-end-of-line):
10673 * net/soap-client.el (soap-client):
10674 * net/netrc.el (netrc-file):
10675 * net/gnutls.el (gnutls):
10676 * minibuffer.el (completion-category-overrides)
10677 (completion-cycle-threshold)
10678 (completion-pcm-complete-word-inserts-delimiters):
10679 * man.el (Man-name-local-regexp):
10680 * mail/feedmail.el (feedmail-display-full-frame):
10681 * international/characters.el (glyphless-char-display-control):
10682 * eshell/em-ls.el (eshell-ls-date-format):
10683 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10684 (lisp-lambda-list-keyword-parameter-indentation)
10685 (lisp-lambda-list-keyword-parameter-alignment):
10686 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10687 * dired-x.el (dired-omit-verbose):
10688 * cus-theme.el (custom-theme-allow-multiple-selections):
10689 * calc/calc.el (calc-highlight-selections-with-faces)
10690 (calc-lu-field-reference, calc-lu-power-reference)
10691 (calc-note-threshold):
10692 * battery.el (battery-mode-line-limit):
10693 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10694 (archive-7z-update):
10695 * allout.el (allout-prefixed-keybindings)
10696 (allout-unprefixed-keybindings)
10697 (allout-inhibit-auto-fill-on-headline)
10698 (allout-flattened-numbering-abbreviation):
10699 * allout-widgets.el (allout-widgets-auto-activation)
10700 (allout-widgets-icons-dark-subdir)
10701 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10702 (allout-widgets-theme-dark-background)
10703 (allout-widgets-theme-light-background)
10704 (allout-widgets-item-image-properties-emacs)
10705 (allout-widgets-item-image-properties-xemacs)
10706 (allout-widgets-run-unit-tests-on-load)
10707 (allout-widgets-time-decoration-activity)
10708 (allout-widgets-hook-error-post-time)
10709 (allout-widgets-track-decoration):
10710 Add missing :version tags to new defcustoms and defgroups.
10711
10712 * progmodes/sql.el (sql-ansi-statement-starters)
10713 (sql-oracle-statement-starters): Add custom type.
10714
10715 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10716 (prolog-system-version): Give it a type.
10717
10718 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10719
10720 * term/pc-win.el (x-select-text, x-selection-owner-p)
10721 (x-own-selection-internal, x-disown-selection-internal)
10722 (x-get-selection-internal): Sync doc strings and argument lists
10723 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10724
10725 2012-02-11 Leo Liu <sdl.web@gmail.com>
10726
10727 * progmodes/python.el (python-end-of-statement): Fix infinite
10728 loop. (Bug#10788)
10729
10730 2012-02-10 Glenn Morris <rgm@gnu.org>
10731
10732 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10733 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10734
10735 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10736
10737 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10738 about SMTP before checking the From header.
10739
10740 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10741 into own function for reuse by emacsbug.el.
10742
10743 2012-02-10 Leo Liu <sdl.web@gmail.com>
10744
10745 * subr.el (condition-case-unless-debug): Rename from
10746 condition-case-no-debug. All callers changed.
10747 (with-demoted-errors): Fix caller.
10748
10749 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10750 * nxml/rng-valid.el (rng-do-some-validation):
10751 * emacs-lisp/package.el (package-refresh-contents)
10752 (package-menu-execute):
10753 * desktop.el (desktop-create-buffer):
10754 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10755
10756 2012-02-10 Glenn Morris <rgm@gnu.org>
10757
10758 * textmodes/bibtex.el:
10759 Add missing :version tags for new/changed defcustoms.
10760
10761 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10762
10763 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
10764
10765 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10766 (smtpmail-via-smtp): Use it, or fall back on the From address.
10767 (smtpmail-send-it): Ditto.
10768
10769 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10770
10771 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10772 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10773 (byte-compile-tmp-var): New const.
10774 (byte-compile-defvar): Use it to minimize .elc size.
10775 Just use `defvar' rather than simulate it (bug#10761).
10776
10777 2012-02-09 Glenn Morris <rgm@gnu.org>
10778
10779 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10780
10781 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10782 Add :version tags.
10783
10784 * progmodes/compile.el (compilation-error-screen-columns)
10785 (compilation-first-column, compilation-filter-start): Doc fixes.
10786
10787 * vc/log-view.el (log-view-toggle-entry-display):
10788 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10789
10790 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10791 (report-emacs-bug-can-use-xdg-email):
10792 (report-emacs-bug-insert-to-mailer): Doc fixes.
10793 (report-emacs-bug): Message fix.
10794
10795 * net/browse-url.el (browse-url-can-use-xdg-open)
10796 (browse-url-xdg-open): Doc fixes.
10797
10798 * electric.el (electric-indent-mode, electric-pair-mode)
10799 (electric-layout-rules, electric-layout-mode): Doc fixes.
10800 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10801
10802 2012-02-08 Martin Rudalics <rudalics@gmx.at>
10803
10804 * server.el (server-unselect-display): Don't inadvertently kill
10805 the current buffer. (Bug#10729)
10806
10807 2012-02-08 Glenn Morris <rgm@gnu.org>
10808
10809 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10810 (sql-list-table): Doc fixes.
10811
10812 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10813 Comment out (does nothing).
10814
10815 * completion.el (dynamic-completion-mode):
10816 * dirtrack.el (dirtrack-debug-mode):
10817 * electric.el (electric-layout-mode):
10818 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10819 * face-remap.el (text-scale-mode, buffer-face-mode):
10820 * iimage.el (iimage-mode):
10821 * image-mode.el (image-transform-mode):
10822 * minibuffer.el (completion-in-region-mode):
10823 * scroll-lock.el (scroll-lock-mode):
10824 * simple.el (next-error-follow-minor-mode):
10825 * tar-mode.el (tar-subfile-mode):
10826 * tooltip.el (tooltip-mode):
10827 * vcursor.el (vcursor-use-vcursor-map):
10828 * wid-browse.el (widget-minor-mode):
10829 * emulation/tpu-edt.el (tpu-edt-mode):
10830 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10831 * international/iso-ascii.el (iso-ascii-mode):
10832 * language/thai-util.el (thai-word-mode):
10833 * mail/supercite.el (sc-minor-mode):
10834 * net/goto-addr.el (goto-address-mode):
10835 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10836 * progmodes/cwarn.el (cwarn-mode):
10837 * progmodes/flymake.el (flymake-mode):
10838 * progmodes/glasses.el (glasses-mode):
10839 * progmodes/hideshow.el (hs-minor-mode):
10840 * progmodes/pascal.el (pascal-outline-mode):
10841 * textmodes/enriched.el (enriched-mode):
10842 * vc/smerge-mode.el (smerge-mode):
10843 Doc fixes (minor mode argument).
10844
10845 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10846
10847 * ls-lisp.el (ls-lisp-sanitize): New function.
10848 (ls-lisp-insert-directory): Use it to fix or remove any elements
10849 in file-alist with missing attributes. (Bug#4673)
10850
10851 2012-02-07 Alan Mackenzie <acm@muc.de>
10852
10853 Fix spurious recognition of c-in-knr-argdecl.
10854
10855 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10856 putative K&R region.
10857
10858 2012-02-07 Alan Mackenzie <acm@muc.de>
10859
10860 * progmodes/cc-engine.el (c-forward-objc-directive):
10861 Prevent looping in "#pragma mark @implementation".
10862
10863 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10864
10865 * notifications.el (notifications-on-closed-signal): Make `reason'
10866 optional. (Bug#10744)
10867
10868 2012-02-07 Glenn Morris <rgm@gnu.org>
10869
10870 * emacs-lisp/easy-mmode.el (define-minor-mode):
10871 Doc fixes for the macro and the mode it defines.
10872
10873 * image.el (imagemagick-types-inhibit): Doc fix.
10874
10875 * cus-start.el (imagemagick-render-type): Add it.
10876
10877 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10878
10879 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10880 Set the default at load time, too, so that `font-lock-fontify-buffer'
10881 can be called without setting up the entire mode first. This fixes
10882 a bug in `mm-inline-text' with C MIME parts.
10883
10884 2012-02-06 Chong Yidong <cyd@gnu.org>
10885
10886 * simple.el (list-processes--refresh): Delete exited processes
10887 (Bug#8094).
10888
10889 * comint.el (comint-next-prompt): next-single-char-property-change
10890 and prev-single-char-property-change never return nil (Bug#8657).
10891
10892 * custom.el (defcustom): Doc fix (Bug#9711).
10893
10894 2012-02-05 Chong Yidong <cyd@gnu.org>
10895
10896 * cus-edit.el (custom-variable-reset-backup): Quote the value
10897 before storing it in the customized-value property (Bug#6712).
10898 (custom-display): Add a customization type tag.
10899 (custom-buffer-create-internal): Improve tooltip message.
10900
10901 * wid-edit.el (widget-field-value-get): New optional arg to
10902 suppress trailing whitespace truncation.
10903 (character): Use it (Bug#2689).
10904
10905 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10906
10907 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10908 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10909
10910 2012-02-05 Chong Yidong <cyd@gnu.org>
10911
10912 * cus-edit.el (custom-variable-value-create): For mismatched
10913 types, show the current value (Bug#7600).
10914
10915 * custom.el (defcustom): Doc fix.
10916
10917 2012-02-05 Glenn Morris <rgm@gnu.org>
10918
10919 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10920
10921 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
10922
10923 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10924 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10925 (pp-last-sexp): Use `looking-at-p'.
10926
10927 2012-02-04 Glenn Morris <rgm@gnu.org>
10928
10929 * files.el (revert-buffer):
10930 Doc fix (mention revert-buffer-in-progress-p).
10931
10932 * emacs-lisp/ert-x.el (ert-simulate-command):
10933 Check deferred-action-list (which is obsolete) is bound.
10934
10935 * subr.el (with-wrapper-hook): Doc fixes.
10936
10937 * simple.el (filter-buffer-substring-functions)
10938 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10939
10940 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10941
10942 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10943 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10944
10945 2012-02-04 Leo Liu <sdl.web@gmail.com>
10946
10947 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10948
10949 2012-02-04 Glenn Morris <rgm@gnu.org>
10950
10951 * image.el (image-extension-data): Add obsolete alias.
10952
10953 * isearch.el (isearch-update): Doc fix.
10954
10955 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10956
10957 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10958
10959 2012-02-03 Glenn Morris <rgm@gnu.org>
10960
10961 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10962 (image-animate-timeout): Doc fix.
10963
10964 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10965
10966 2012-02-02 Glenn Morris <rgm@gnu.org>
10967
10968 * server.el (server-auth-dir): Doc fix.
10969 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10970
10971 * subr.el (run-mode-hooks): Doc fix.
10972
10973 2012-02-02 Juri Linkov <juri@jurta.org>
10974
10975 * image-mode.el (image-toggle-display-image): Remove tautological
10976 `major-mode' from the `derived-mode-p' test.
10977
10978 2012-02-02 Kenichi Handa <handa@m17n.org>
10979
10980 * composite.el (compose-region): Cancel previous change.
10981
10982 2012-02-02 Kenichi Handa <handa@m17n.org>
10983
10984 * composite.el (compose-region, compose-string): Signal error for
10985 a null string component (Bug#6988).
10986
10987 2012-02-01 Chong Yidong <cyd@gnu.org>
10988
10989 * view.el (view-buffer-other-window, view-buffer-other-frame):
10990 Handle special modes like view-buffer (Bug#10650).
10991 (view-buffer): Simplify.
10992
10993 * frame.el (set-frame-font): Tweak meaning of third argument.
10994
10995 * dynamic-setting.el (font-setting-change-default-font):
10996 Use set-frame-font (Bug#9982).
10997
10998 2012-02-01 Glenn Morris <rgm@gnu.org>
10999
11000 * progmodes/compile.el (compilation-internal-error-properties):
11001 Respect compilation-first-column in the "*compilation*" buffer.
11002
11003 * emacs-lisp/easy-mmode.el (define-minor-mode):
11004 Relax :variable's test for a named function.
11005
11006 2012-01-31 Alan Mackenzie <acm@muc.de>
11007
11008 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11009 off by one error.
11010
11011 2012-01-31 Chong Yidong <cyd@gnu.org>
11012
11013 * frame.el (set-frame-font): New arg ALL-FRAMES.
11014
11015 * menu-bar.el (menu-set-font): Use set-frame-font.
11016
11017 * faces.el (face-spec-reset-face): Don't apply unspecified
11018 attribute values to the default face.
11019
11020 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11021
11022 * progmodes/cwarn.el (cwarn): Remove dead link.
11023 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11024 Remove * from defcustom docstrings.
11025 (turn-on-cwarn-mode): Make obsolete.
11026 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11027 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11028
11029 2012-01-31 Glenn Morris <rgm@gnu.org>
11030
11031 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11032 Fix :variable handling of mode a symbol not equal to modefun.
11033 Allow named functions to be used as the cdr of :variable.
11034
11035 2012-01-30 Glenn Morris <rgm@gnu.org>
11036
11037 * emacs-lisp/authors.el (authors-fixed-entries):
11038 Remove reference to deleted file rnewspost.el.
11039
11040 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11041
11042 * window.el (window-with-parameter): Remove unused variable `windows'.
11043 (window--side-check): Remove unused variable `code'.
11044 (window--resize-siblings): Remove unused variable `first'.
11045 (adjust-window-trailing-edge): Remove unused variable `failed'.
11046 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11047 Use `let', not `let*'.
11048 (balance-windows-2): Remove unused variable `found'.
11049 (window--state-put-2): Remove unused variable `splits'.
11050 (window-state-put): Remove unused variable `selected'.
11051 (same-window-p): Use `string-match-p'.
11052 (display-buffer-assq-regexp): Remove unused variable `value'.
11053 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11054 Mark argument ALIST as ignored.
11055 (pop-to-buffer): Remove unused variable `old-window'.
11056
11057 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11058
11059 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11060 and .lzma compressed files.
11061
11062 2012-01-29 Chong Yidong <cyd@gnu.org>
11063
11064 * frame.el (window-system-default-frame-alist): Doc fix.
11065
11066 * dynamic-setting.el (font-setting-change-default-font): Don't
11067 change the default face if SET-FONT argument is non-nil (Bug#9982).
11068
11069 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11070
11071 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11072
11073 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11074
11075 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11076 breakpoints in files outside current directory (Bug#6098).
11077
11078 2012-01-29 Chong Yidong <cyd@gnu.org>
11079
11080 * progmodes/python.el: Require ansi-color at top-level.
11081
11082 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11083 Define and use in Emacs Lisp mode (Bug#9360).
11084 (lisp-mode-abbrev-table): Add doc.
11085 (lisp-mode-variables): Don't set local-abbrev-table.
11086 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11087
11088 2012-01-28 Roland Winkler <winkler@gnu.org>
11089
11090 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11091
11092 2012-01-28 Roland Winkler <winkler@gnu.org>
11093
11094 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11095 (bibtex-set-dialect): Use it. Either set global values of
11096 dialect-dependent variables or bind these variables buffer-locally
11097 (Bug#10254).
11098 (bibtex-mode): Call bibtex-set-dialect via
11099 hack-local-variables-hook.
11100 (bibtex-dialect): Update docstring.
11101 Add safe-local-variable predicate.
11102 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11103 bibtex-set-dialect.
11104 (bibtex-mode-map): Define menu for each dialect.
11105 (bibtex-entry): Fix docstring.
11106
11107 2012-01-28 Chong Yidong <cyd@gnu.org>
11108
11109 * eshell/esh-arg.el (eshell-quote-argument): New function.
11110
11111 * eshell/esh-ext.el (eshell-invoke-batch-file):
11112 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11113 first arg to eshell-parse-command (Bug#10523).
11114
11115 2012-01-28 Drew Adams <drew.adams@oracle.com>
11116
11117 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11118 `default-directory' is non-nil.
11119
11120 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11121
11122 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11123 line that displays system-configuration-options. (Bug#9924)
11124
11125 2012-01-28 Drew Adams <drew.adams@oracle.com>
11126
11127 * descr-text.el (describe-char): Show information about POS, in
11128 addition to information about the character at POS. Improve and
11129 update the doc string. Change "code point" to "code point in
11130 charset", to avoid confusion with the character's Unicode code
11131 point shown above that. (Bug#10129)
11132
11133 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11134
11135 * descr-text.el (describe-char): Show the raw character, not only
11136 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11137 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11138 for the reasons.
11139
11140 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11141
11142 * emacs-lisp/package.el (package-install):
11143 Run package-refresh-contents if there is no archive yet (Bug#9798).
11144
11145 2012-01-28 Chong Yidong <cyd@gnu.org>
11146
11147 * emacs-lisp/package.el (package-maybe-load-descriptor):
11148 New function, split from package-maybe-load-descriptor.
11149 (package-maybe-load-descriptor): Use it.
11150 (package-download-transaction): Fully load required packages
11151 inside the loop, so that `require' calls work (Bug#10593).
11152 (package-install): No need to call package-initialize now.
11153
11154 2012-01-28 Chong Yidong <cyd@gnu.org>
11155
11156 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11157
11158 * tooltip.el (tooltip-mode): Doc fix.
11159 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11160
11161 * frame.el (set-cursor-color): Doc fix (Bug#352).
11162
11163 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11164 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11165
11166 * cus-edit.el (custom-buffer-create-internal): Fix search button
11167 action (Bug#10542).
11168 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11169
11170 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11171
11172 * dired.el (dired-mark-files-regexp):
11173 Include any subdirectory components. (Bug#10445)
11174
11175 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11176
11177 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11178 Handle [host]:port syntax. (Bug#10533)
11179
11180 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11181
11182 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11183
11184 2012-01-26 Glenn Morris <rgm@gnu.org>
11185
11186 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11187 * term.el (term-raw-escape-map): Use Control-X-prefix.
11188 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11189
11190 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11191
11192 * window.el (window-state-get, window--state-get-1): Don't deal
11193 with fixed-sizeness of windows. Simplify code.
11194
11195 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11196
11197 * window.el (window--state-get-1, window--state-put-2):
11198 Don't save and restore the mark.
11199
11200 2012-01-25 Chong Yidong <cyd@gnu.org>
11201
11202 * custom.el (custom-variable-p): Doc fix.
11203
11204 2012-01-25 Glenn Morris <rgm@gnu.org>
11205
11206 * dired.el (dired-goto-file): Handle some of the more common
11207 characters that `ls -b' escapes. (Bug#10596)
11208
11209 * progmodes/compile.el (compilation-next-error-function):
11210 Respect compilation-first-column in the "*compilation*" buffer.
11211 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11212
11213 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11214
11215 2012-01-24 Glenn Morris <rgm@gnu.org>
11216
11217 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11218
11219 2012-01-24 Julien Danjou <julien@danjou.info>
11220
11221 * color.el (color-rgb-to-hsl): Fix value computing.
11222 (color-hue-to-rgb): New function.
11223 (color-hsl-to-rgb): New function.
11224 (color-clamp, color-saturate-hsl, color-saturate-name)
11225 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11226 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11227
11228 2012-01-24 Glenn Morris <rgm@gnu.org>
11229
11230 * vc/vc-rcs.el (vc-rcs-create-tag):
11231 * vc/vc-sccs.el (vc-sccs-create-tag):
11232 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11233
11234 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11235
11236 * eshell/esh-util.el (eshell-read-hosts-file):
11237 Skip comment lines. (Bug#10549)
11238
11239 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11240
11241 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11242
11243 * subr.el (display-delayed-warnings): Doc fix.
11244 (collapse-delayed-warnings): New function to collapse identical
11245 adjacent warnings.
11246 (delayed-warnings-hook): Add it.
11247
11248 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11249
11250 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11251
11252 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11253 (tramp-default-user-alist): Don't add "pscp".
11254 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11255 property "login-as", if set. (Bug#10530)
11256
11257 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11258
11259 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11260 "plink1" and "psftp". (Bug#10530)
11261
11262 2012-01-21 Kenichi Handa <handa@m17n.org>
11263
11264 * international/mule-cmds.el (prefer-coding-system): Show a
11265 warning message if the default value of file-name-coding-system
11266 was not changed.
11267
11268 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11269
11270 * windmove.el (windmove-reference-loc):
11271 Fix windmove-reference-loc miscalculation.
11272
11273 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11274
11275 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11276 default unit.
11277
11278 2012-01-21 Glenn Morris <rgm@gnu.org>
11279
11280 * international/mule.el (auto-coding-alist): Add .tbz.
11281
11282 * files.el (local-enable-local-variables): Doc fix.
11283 (inhibit-local-variables-regexps): Rename from
11284 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11285 Doc fix. Add some extensions from auto-coding-alist.
11286 (inhibit-local-variables-suffixes):
11287 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11288 (inhibit-local-variables-p):
11289 New function, extracted from set-auto-mode-1.
11290 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11291 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11292 (hack-local-variables): Doc fix. Make the mode-only case
11293 respect enable-local-variables and friends.
11294 Respect inhibit-local-variables-regexps for file-locals, but
11295 not for directory-locals.
11296 (set-visited-file-name):
11297 Take account of inhibit-local-variables-regexps.
11298 Whether it applies may change as the file name is changed.
11299 * jka-cmpr-hook.el (jka-compr-install):
11300 * jka-compr.el (jka-compr-uninstall):
11301 Update for inhibit-first-line-modes-suffixes name change.
11302
11303 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11304
11305 * help-macro.el (make-help-screen): Temporarily restore original
11306 binding for minor-mode-map-alist (Bug#10454).
11307
11308 2012-01-19 Julien Danjou <julien@danjou.info>
11309
11310 * color.el (color-name-to-rgb): Use the white color to find the max
11311 color component value and return correctly computed values.
11312 (color-name-to-rgb): Add missing float conversion for max value.
11313
11314 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11315
11316 * window.el (window--state-get-1, window-state-get): Do not use
11317 special state value for window-persistent-parameters.
11318 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11319 (window--state-put-2): Reset all window parameters to nil before
11320 assigning values of persistent parameters.
11321
11322 2012-01-18 Alan Mackenzie <acm@muc.de>
11323
11324 Eliminate sluggishness and hangs in fontification of "semicolon
11325 deserts".
11326
11327 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11328 Change value 10000 -> 3000.
11329 (c-state-safe-place): Reformulate so it doesn't stack up an
11330 infinite number of wrong entries in c-state-nonlit-pos-cache.
11331 (c-determine-limit-get-base, c-determine-limit): New functions to
11332 determine backward search limits disregarding literals.
11333 (c-find-decl-spots): Amend commenting.
11334 (c-cheap-inside-bracelist-p): New function which detects "={".
11335
11336 * progmodes/cc-fonts.el
11337 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11338 backward search.
11339 (c-font-lock-declarations): Fix an occurrence of point being
11340 undefined. Check additionally for point being in a bracelist or
11341 near a macro invocation without a semicolon so as to avoid a
11342 fruitless time consuming search for a declarator. Give a more
11343 precise search limit for declarators using the new
11344 c-determine-limit.
11345
11346 2012-01-18 Glenn Morris <rgm@gnu.org>
11347
11348 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11349 (set-auto-mode): Doc fixes.
11350
11351 2012-01-17 Glenn Morris <rgm@gnu.org>
11352
11353 * isearch.el (search-nonincremental-instead): Fix doc typo.
11354
11355 * dired.el (dired-insert-directory): Handle newlines in directory name.
11356 (dired-build-subdir-alist): Unescape newlines in directory name.
11357
11358 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11359
11360 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11361 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11362 (tramp-action-terminal): Use it. (Bug#10530)
11363
11364 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11367
11368 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11369
11370 * window.el (window-state-ignored-parameters): Remove variable.
11371 (window--state-get-1): Rename argument MARKERS to IGNORE.
11372 Handle persistent window parameters. Make copy of clone-of
11373 parameter only if requested. (Bug#10348)
11374 (window--state-put-2): Install a window parameter only if it has
11375 a non-nil value or an existing parameter shall be overwritten.
11376
11377 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11378
11379 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11380
11381 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11382
11383 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11384 don't pass the (nil) value of `upnode' to string-match.
11385
11386 2012-01-14 Chong Yidong <cyd@gnu.org>
11387
11388 * startup.el (command-line): Fix X resource class for cursorColor.
11389 Fix values recognized by the cursorBlink resource.
11390
11391 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11392
11393 * epg.el (epg--make-temp-file): Avoid permission race condition
11394 when running on old Emacs versions (bug#10403).
11395
11396 2012-01-14 Glenn Morris <rgm@gnu.org>
11397
11398 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11399
11400 2012-01-13 Alan Mackenzie <acm@muc.de>
11401
11402 Fix filling for when filladapt mode is enabled.
11403
11404 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11405 c-mask-paragraph, pass in `fill-paragraph' rather than
11406 `fill-region-as-paragraph'. (This is a reversion of a previous
11407 change.)
11408 * progmodes/cc-mode.el (c-basic-common-init):
11409 Make fill-paragraph-handle-comment buffer local and set it to nil.
11410
11411 2012-01-13 Glenn Morris <rgm@gnu.org>
11412
11413 * dired.el (dired-switches-escape-p): New function.
11414 (dired-insert-directory): Use dired-switches-escape-p.
11415 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11416
11417 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11418
11419 2012-01-12 Glenn Morris <rgm@gnu.org>
11420
11421 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11422 changes in adaptive-fill-regexp. (Bug#10276)
11423
11424 2012-01-11 Alan Mackenzie <acm@muc.de>
11425
11426 Fix Emacs bug #10463 - put `widen's around the critical spots.
11427
11428 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11429 widen around each invocation of c-state-pp-to-literal. Remove an
11430 unused let variable.
11431
11432 2012-01-11 Glenn Morris <rgm@gnu.org>
11433
11434 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11435 Doc fix.
11436
11437 2012-01-10 Chong Yidong <cyd@gnu.org>
11438
11439 * net/network-stream.el (network-stream-open-starttls):
11440 Avoid emitting a confusing error message when the server gives a bad
11441 response to the capability command.
11442
11443 2012-01-10 Glenn Morris <rgm@gnu.org>
11444
11445 * mail/unrmail.el (unrmail): Tweak previous change.
11446
11447 2012-01-09 Chong Yidong <cyd@gnu.org>
11448
11449 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11450
11451 2012-01-08 Alan Mackenzie <acm@muc.de>
11452
11453 Optimise font locking in long enum definitions.
11454
11455 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11456 arm to a cond form to handle enums.
11457 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11458 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11459
11460 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11461
11462 * files.el (move-file-to-trash): Preserve default file modes on error.
11463 (Bug#10401)
11464
11465 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11466
11467 * faces.el (set-face-attribute): Clarify the meaning of the nil
11468 frame (bug#10294).
11469
11470 * subr.el (with-selected-frame): Mention that the selected frame
11471 is restored (bug#9980).
11472
11473 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11474 (bug#9759).
11475
11476 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11477 (password-read): Don't autoload unused function.
11478
11479 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11480
11481 * progmodes/which-func.el (which-func-mode): Turn into a
11482 non-interactive function and mark as obsolete (bug#10428).
11483
11484 2012-01-06 Chong Yidong <cyd@gnu.org>
11485
11486 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11487 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11488 functions, along with 1 and -1.
11489
11490 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11491
11492 * time.el (display-time-load-average)
11493 (display-time-default-load-average): Doc fixes. See the thread
11494 starting at
11495 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11496 for the details.
11497
11498 2012-01-06 Glenn Morris <rgm@gnu.org>
11499
11500 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11501 has no messages. (Bug#10377)
11502
11503 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11504 than Info-edit. (Bug#10385)
11505
11506 * time.el (display-time-load-average, display-time-next-load-average):
11507 Doc fixes.
11508
11509 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11510 local setting of buffer-read-only to the input buffer. (Bug#10419)
11511
11512 * calendar/calendar.el (calendar-mode):
11513 Locally set scroll-margin to 0. (Bug#10379)
11514
11515 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11516
11517 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11518
11519 2012-01-05 Glenn Morris <rgm@gnu.org>
11520
11521 * eshell/em-unix.el (diff-no-select): Autoload it.
11522 (eshell/diff): Use diff-no-select. (Bug#10420)
11523
11524 2012-01-05 Chong Yidong <cyd@gnu.org>
11525
11526 * shell.el (shell-dynamic-complete-functions): Revert last change.
11527 (shell-command-completion-function): New function.
11528 (shell-completion-vars): Use it to implement
11529 shell-completion-execonly (Bug#10417).
11530
11531 * custom.el (enable-theme): Don't set custom-safe-themes.
11532
11533 * cus-theme.el (custom-theme-merge-theme):
11534 Ignore custom-enabled-themes and custom-safe-themes.
11535
11536 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11537
11538 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11539 first prompt in `sql-interacive-mode'.
11540 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11541 keywords.
11542 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11543 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11544 context of original buffer. Invoke `sql-login-hook'.
11545
11546 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11547
11548 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11549 letters in cite-prefix.
11550
11551 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11552
11553 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11554
11555 2012-01-03 Chong Yidong <cyd@gnu.org>
11556
11557 * shell.el (shell-dynamic-complete-functions):
11558 Put pcomplete-completions-at-point, so as to try
11559 comint-filename-completion first (Bug#10417).
11560
11561 2012-01-02 Richard Stallman <rms@gnu.org>
11562
11563 * battery.el (battery-status-function):
11564 Detect when to use battery-yeeloong-sysfs.
11565 (battery-echo-area-format): Add string for Yeeloong.
11566 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11567 (battery-yeeloong-sysfs): New function.
11568
11569 2012-01-02 Chong Yidong <cyd@gnu.org>
11570
11571 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11572 (dirtrack): Merge code for handling relative filenames in prompt
11573 from shell-dir-cookie-watcher.
11574 (dirtrack-debug-message): New arg to avoid excess format calls.
11575
11576 * shell.el (shell-dir-cookie-re): Variable deleted.
11577 (shell-dir-cookie-watcher): Function deleted.
11578 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11579 with dirtrack-mode.
11580
11581 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11582
11583 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11584 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11585 libgnutls-26.dll.
11586
11587 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11588
11589 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11590
11591 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11592
11593 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11594 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11595
11596 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11597
11598 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11599 also for alternative shells.
11600 (tramp-open-connection-setup-interactive-shell): Check, whether
11601 the shell is a busybox.
11602 (tramp-send-command): Don't suppress multiple prompts for
11603 busyboxes, it hurts.
11604
11605 2011-12-28 Chong Yidong <cyd@gnu.org>
11606
11607 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11608 (gdb-get-source-file): Move mode line update to
11609 gdb-get-source-file (Bug#10087).
11610
11611 2011-12-25 Chong Yidong <cyd@gnu.org>
11612
11613 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11614 gud-gdb-marker-filter without taking it as an argument.
11615 (gud-gdb-run-command-fetch-lines): Caller changed.
11616 (gud-gdb-completion-function): New variable.
11617 (gud-gdb-completion-at-point): Use it.
11618 (gud-gdb-completions-1): Split from gud-gdb-completions.
11619
11620 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11621 function as separate arguments.
11622 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11623 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11624 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11625 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11626 (gdb-stopped, def-gdb-auto-update-trigger)
11627 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11628 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11629 Callers changed.
11630 (gud-gdbmi-completions): New function.
11631 (gdb): Use it for generating the completion table.
11632
11633 2011-12-24 Alan Mackenzie <acm@muc.de>
11634
11635 Introduce a mechanism to widen the region used in context font
11636 locking. Use this to protect declarations from losing their contexts.
11637
11638 * progmodes/cc-langs.el (c-before-font-lock-functions):
11639 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11640 (c-before-context-fontification-functions): New defvar, a list of
11641 functions to be run just before context (etc.) font locking.
11642
11643 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11644 New, functionality extracted from
11645 c-neutralize-syntax-in-and-mark-CPP.
11646 (c-in-after-change-fontification): New variable.
11647 (c-after-change): Set c-in-after-change-fontification.
11648 (c-set-fl-decl-start): Rejig its interface, so it can be called
11649 from both after-change and context fontifying.
11650 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11651 New functions.
11652 (c-standard-font-lock-fontify-region-function): New variable.
11653 (c-font-lock-fontify-region): New function.
11654
11655 2011-12-24 Juri Linkov <juri@jurta.org>
11656
11657 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11658 (Bug#10348)
11659
11660 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11661
11662 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11663 existence of source file. (Bug#10325)
11664
11665 2011-12-23 Alan Mackenzie <acm@muc.de>
11666
11667 Fix unstable fontification inside templates.
11668
11669 * progmodes/cc-langs.el (c-before-font-lock-functions):
11670 Newly created from the singular version. The (c c++ objc) entry now
11671 additionally has c-set-fl-decl-start. The other languages (apart
11672 from AWK) have that as a single entry.
11673
11674 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11675 The functionality for "local" declarations has been extracted to
11676 c-set-fl-decl-start.
11677
11678 * progmodes/cc-mode.el (c-common-init, c-after-change):
11679 Changes due to pluralisation of c-before-font-lock-functions.
11680 (c-set-fl-decl-start): New function, extracted from
11681 c-font-lock-enclosing-decls and enhanced.
11682
11683 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11684
11685 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11686
11687 2011-12-22 Juri Linkov <juri@jurta.org>
11688
11689 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11690
11691 2011-12-22 Chong Yidong <cyd@gnu.org>
11692
11693 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11694
11695 2011-12-21 Drew Adams <drew.adams@oracle.com>
11696
11697 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11698
11699 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11700
11701 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11702
11703 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11704
11705 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11706 highlighting and support. Fix up comments for capitalization.
11707 (cfengine-mode-debug): New var.
11708 (cfengine3-mode): Change the modeline indicator to "CFE3".
11709 (cfengine3-font-lock-keywords): Improve defun highlighting.
11710 (cfengine2-actions): Rename from `cfengine-actions'.
11711 (cfengine2-font-lock-keywords): Rename from
11712 `cfengine-font-lock-keywords'.
11713 (cfengine2-imenu-expression): Rename from
11714 `cfengine-imenu-expression'.
11715 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11716 (cfengine2-beginning-of-defun): Rename from
11717 `cfengine-beginning-of-defun'.
11718 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11719 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11720 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11721 modeline indicator to "CFE2".
11722 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11723 (cfengine-mode-abbrevs): Mark obsolete.
11724
11725 2011-12-21 Chong Yidong <cyd@gnu.org>
11726
11727 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11728 filename argument.
11729
11730 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11731
11732 * window.el (window-normalize-buffer-to-display): Remove.
11733 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11734
11735 2011-12-19 Chong Yidong <cyd@gnu.org>
11736
11737 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11738 Don't signal an error in a predicate function; return non-nil.
11739 (vc-dir-mark-file): Move the error here.
11740 (vc-dir-mark-unmark): If acting on the region, keep going if one
11741 of the entries cannot be marked/unmarked.
11742 (vc-dir-mark-all-files): If current entry is a directory, mark
11743 only child files, as documented.
11744
11745 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11746
11747 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11748 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11749 addition.
11750
11751 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11752
11753 * term/ns-win.el (ns-get-selection-internal)
11754 (ns-store-selection-internal): Declare.
11755 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11756 Declare as obsolete.
11757 (ns-get-pasteboard, ns-paste-secondary):
11758 Use ns-get-selection-internal.
11759 (ns-set-pasteboard, ns-copy-including-secondary):
11760 Use ns-store-selection-internal.
11761
11762 2011-12-17 Chong Yidong <cyd@gnu.org>
11763
11764 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11765 (vc-deduce-fileset): Doc fix.
11766
11767 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11768
11769 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11770
11771 2011-12-13 Sam Steingold <sds@gnu.org>
11772
11773 * man.el (Man-getpage-in-background): When running under a
11774 window-system, ignore $MANWIDTH and $COLUMNS.
11775
11776 2011-12-15 Kenichi Handa <handa@m17n.org>
11777
11778 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11779 (setup-ethiopic-environment-internal): Comment out key-binding for
11780 ethio-toggle-punctuation.
11781
11782 2011-12-13 Alan Mackenzie <acm@muc.de>
11783
11784 Add the switch statement to AWK Mode.
11785
11786 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11787 "default" to the keywords regexp.
11788
11789 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11790 expression as the rest.
11791 (c-nonlabel-token-key): Allow string literals for AWK.
11792 Refactor for the other modes.
11793
11794 Large brace-block initialisation makes CC Mode slow: Fix.
11795 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11796 routines. Limit backward searching in c-font-lock-enclosing.decl.
11797
11798 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11799 pp-state and literal type in addition to the limits.
11800 (c-state-safe-place): New defun, extracted from c-state-literal-at.
11801 (c-state-literal-at): Use the above new defun.
11802 (c-slow-in-literal, c-fast-in-literal): Remove.
11803 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11804
11805 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11806 being in a literal. Add a limit for backward searching.
11807
11808 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11809 c-slow-in-literal.
11810
11811 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11812
11813 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11814
11815 2011-12-13 Martin Rudalics <rudalics@gmx.at>
11816
11817 * window.el (delete-other-windows): Use correct frame in call to
11818 window-with-parameter.
11819
11820 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11821
11822 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11823 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11824 (makefile-gmake-statements, makefile-makepp-statements):
11825 Use it and add new makepp keywords.
11826 (makefile-makepp-font-lock-keywords): Add new patterns.
11827 (makefile-match-function-end): Match new [...] and [[...]].
11828
11829 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
11830
11831 * ses.el (ses-call-printer-return, ses-cell-property-get)
11832 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11833 (ses-create-cell-variable, ses-reset-header-string)
11834 (ses-cell-set-formula, ses-repair-cell-reference-all)
11835 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11836 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11837 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11838 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11839 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11840 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11841 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11842 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11843 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11844 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11845 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11846 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11847
11848 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11849
11850 * ses.el: The overall change is to add cell renaming, that is
11851 setting fancy names for cell symbols other than name matching
11852 "\\`[A-Z]+[0-9]+\\'" regexp .
11853 (ses-create-cell-variable): New defun.
11854 (ses-relocate-formula): Relocate formulas only for cells the
11855 symbols of which are not renamed, i.e. symbols whose names do not
11856 match regexp "\\`[A-Z]+[0-9]+\\'".
11857 (ses-relocate-all): Relocate values only for cells the symbols of
11858 which are not renamed.
11859 (ses-load): Create cells variables as the (ses-cell ...) are read,
11860 in order to check row col consistency with cell symbol name only
11861 for cells that are not renamed.
11862 (ses-replace-name-in-formula): New defun.
11863 (ses-rename-cell): New defun.
11864
11865 2011-12-11 Chong Yidong <cyd@gnu.org>
11866
11867 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11868 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11869
11870 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11871
11872 * window.el (other-window): Fix docstring.
11873
11874 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11875
11876 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11877 `from' or `to' address before taking its substring.
11878 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11879 encoded name is chopped in the middle of the encoded string, and
11880 thus displayed encoded.
11881
11882 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11883
11884 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11885
11886 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11887
11888 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11889 to use texinfo-update-node and commands that call it if the
11890 Texinfo file uses @node lines without next/prev/up pointers.
11891 Correct outdated description about texinfo-master-menu.
11892 (texinfo-all-menus-update, texinfo-master-menu)
11893 (texinfo-update-node, texinfo-every-node-update)
11894 (texinfo-multiple-files-update): Doc fix. Warn against updating
11895 all the @node lines.
11896 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11897 argument is numeric. Explain better in the doc string what the
11898 function really does.
11899 (texinfo-insert-master-menu-list): Improve the error message
11900 displayed if there's no menu in the Top node.
11901 (Bug#2975) See also this thread:
11902 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11903
11904 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11905
11906 * speedbar.el (speedbar-supported-extension-expressions):
11907 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11908
11909 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11910
11911 * printing.el (pr-mode-alist):
11912 * simple.el (filter-buffer-substring-functions)
11913 (completion-list-insert-choice-function):
11914 * window.el (window-with-parameter, window-atom-root)
11915 (window-sides-slots, window-size-fixed, window-min-delta)
11916 (window-max-delta, window--resize-mini-window)
11917 (window--resize-child-windows-normal, window-tree)
11918 (delete-other-windows, quit-window, split-window)
11919 (display-buffer-record-window, special-display-buffer-names)
11920 (special-display-regexps, special-display-popup-frame)
11921 (same-window-p, split-window-sensibly)
11922 (display-buffer-overriding-action, display-buffer-alist)
11923 (display-buffer-base-action, display-buffer, switch-to-buffer)
11924 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11925 (fit-window-to-buffer, recenter-positions)
11926 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11927 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11928 and remove unneeded backslashes in docstrings.
11929
11930 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11933
11934 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11935 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11936 end in ".mk".
11937 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11938 when reading the makefile (bug#10116).
11939
11940 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11941
11942 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11943 (bug#10116).
11944
11945 2011-12-06 Glenn Morris <rgm@gnu.org>
11946
11947 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11948
11949 2011-12-06 Chong Yidong <cyd@gnu.org>
11950
11951 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11952
11953 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
11954
11955 * textmodes/table.el (table-shorten-cell): Fix typo.
11956
11957 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11958
11959 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11960
11961 2011-12-05 Eli Zaretskii <eliz@gnu.org>
11962
11963 * descr-text.el (describe-char): Fix display of strong
11964 right-to-left characters and directional embeddings and overrides.
11965
11966 * simple.el (what-cursor-position): Fix display of codepoints of
11967 strong right-to-left characters.
11968
11969 2011-12-05 Chong Yidong <cyd@gnu.org>
11970
11971 * faces.el (read-color): Doc fix.
11972
11973 2011-12-05 Glenn Morris <rgm@gnu.org>
11974
11975 * align.el (align--set-marker): Add doc-string.
11976 Don't try to move something that is not a marker. (Bug#10216)
11977
11978 2011-12-04 Glenn Morris <rgm@gnu.org>
11979
11980 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11981 overly zealous deletion of trailing whitespace.
11982
11983 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
11984
11985 * server.el (server-delete-client): On Windows, do not try to delete
11986 the only terminal.
11987 (server-process-filter): On Windows, treat requests for a tty frame as
11988 if they were for a GUI frame if the running server is in GUI mode.
11989
11990 2011-12-03 Glenn Morris <rgm@gnu.org>
11991
11992 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11993
11994 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * electric.el: Streamline electric-indent's hook.
11997 (electric-indent-chars): Revert to simple list.
11998 (electric-indent-functions): New var.
11999 (electric-indent-post-self-insert-function): Use it.
12000
12001 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12002 there's no inferior buffer (bug#10196).
12003 (prolog-consult-compile): Don't use toggle-read-only.
12004
12005 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12006
12007 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12008 interrupt. (Bug#10187)
12009
12010 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12011
12012 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12013 (bug#9160).
12014
12015 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12016 (bug#10191).
12017
12018 2011-12-02 Juri Linkov <juri@jurta.org>
12019
12020 * info.el (Info-search): Display "end of manual" when Isearch
12021 reaches the end of single-file Info manual. (Bug#9918)
12022
12023 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12024
12025 * isearch.el (isearch-message-prefix): Run the input method part
12026 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12027
12028 2011-12-02 Juri Linkov <juri@jurta.org>
12029
12030 * isearch.el (isearch-occur): Use `word-search-regexp' for
12031 `isearch-word'.
12032 (isearch-search-and-update): Add condition for `isearch-word' and
12033 call `word-search-regexp'. (Bug#10145)
12034
12035 2011-12-01 Glenn Morris <rgm@gnu.org>
12036
12037 * eshell/em-hist.el (eshell-hist-initialize):
12038 Handle eshell-history-size nil and HISTSIZE set or unset.
12039 (eshell-history-file-name, eshell-history-size): Fix custom type.
12040
12041 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12044
12045 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12046
12047 * progmodes/verilog-mode.el (verilog-pretty-expr):
12048 Rework verilog-pretty-expr to handle new assignment operators in system
12049 verilog, such as += *= and the like.
12050 (verilog-assignment-operator-re): Regular expression to find the
12051 assigment operator in a verilog assignment.
12052 (verilog-assignment-operation-re): Regular expression to find an
12053 assignment statement for pretty-expr.
12054 (verilog-in-attribute-p): Query returns true if point is in an
12055 attribute context; used to skip these for expression line up from
12056 pretty-expr.
12057 (verilog-in-parameter-p): Query returns true if point is in an
12058 parameter definition context; used to skip these for expression
12059 line up from pretty-expr.
12060 (verilog-in-parenthesis-p): Query returns true if point is in a
12061 parenthetical expression, specifically ( ) but not [ ] or { };
12062 used by pretty-expr.
12063 (verilog-just-one-space): If there is no space, don't add one.
12064 (verilog-get-lineup-indent-2): Specifically skip just attribute
12065 contexts for expression lineup, rather than skipping all
12066 parenthetical expressions.
12067 (verilog-calculate-indent): Fix comment, and fix indent.
12068 (verilog-do-indent): Indent declarations in lists (suggested by
12069 Joachim Lechner).
12070 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12071 skeleton items.
12072 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12073 by Alain Mellan).
12074
12075 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12076
12077 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12078 parameters with embedded comments. Reported by Ray Stevens.
12079 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12080 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12081 Reported by Tim Holt.
12082 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12083 instantiated by upper module causing wrong expansion until AUTOed a
12084 second time. Reported by K C Buckenmaier.
12085 (verilog-diff-auto): Fix showing .* as a difference when
12086 `verilog-auto-star-save' off. Reported by Dan Dever.
12087 (verilog-auto-reset, verilog-read-always-signals)
12088 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12089 temporary signals in reset list if
12090 verilog-auto-reset-blocking-in-non is nil, and match assignment
12091 style to each signal's assignment type, bug381.
12092 Reported by Thomas Esposito.
12093 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12094 (verilog-uvm-statement-re): Support UVM indentation and
12095 highlighting, with old OVM keywords only.
12096 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12097 Support AUTOTIEOFF creating non-wire data types.
12098 Suggested by Jonathan Greenlaw.
12099 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12100 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12101 (verilog-inject-sense, verilog-read-inst-pins)
12102 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12103 Fix mismatching parenthesis inside commented out code when deleting
12104 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12105 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12106 non-numeric vector width. Reported by Alex Reed.
12107 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12108 detecting signals with parameter widths. Reported by Alex Reed.
12109 (verilog-auto-delete-trailing-whitespace):
12110 With `verilog-auto-delete-trailing-whitespace' remove trailing
12111 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12112 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12113 Fix verilog-scan-cache corruption when running user AUTO expansion
12114 hooks that call indentation routines.
12115 (verilog-simplify-range-expression): Fix typo ignoring lower case
12116 identifiers.
12117 (verilog-delete-auto): Fix delete-autos to also remove user created
12118 automatics, as long as they start with AUTO.
12119 (verilog-batch-diff-auto, verilog-diff-auto)
12120 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12121 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12122 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12123 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12124 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12125 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12126 is disabled and its cache will get corrupt, causing AUTOS not to
12127 expand. Instead use only -quick functions.
12128 (verilog-scan-region): Fix scanning over escaped quotes.
12129 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12130 (verilog-re-search-backward-quick)
12131 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12132 related functions now ignore strings, to fix misparsing of strings
12133 with magic comments embedded in them.
12134 (verilog-read-auto-template):
12135 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12136 Reported by Brad Dobbie.
12137 (verilog-read-auto-template):
12138 Fix 'verilog-auto-inst-template-numbers' with comments.
12139 Reported by Brad Dobbie.
12140 (verilog-auto-inst, verilog-auto-inst-param)
12141 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12142 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12143 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12144 debugging templates without merge conflicts, bug357.
12145 Reported by Brad Dobbie.
12146 (verilog-read-auto-template):
12147 Fix verilog-auto-inst-template-numbers with multiple templates.
12148 Reported by Brad Dobbie.
12149 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12150 abbrevs so user won't be asked to save.
12151 (verilog-read-auto-lisp-present): Fix to start at beginning of
12152 buffer in case called outside of verilog-auto.
12153 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12154 to "X-2". Reported by Matthew Myers.
12155 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12156 all inputs from module templates. Reported by Leith Johnson.
12157 (verilog-module-inside-filename-p): Fix locating programs as with
12158 modules.
12159 (verilog-auto-inst-port): Fix vl-width expressions when using
12160 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12161 (verilog-decls-get-regs, verilog-decls-get-signals,
12162 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12163 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12164 verilog-read-decls): Combine reg and wire structures into one var
12165 structure to represent SystemVerilog concepts.
12166 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12167 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12168 (verilog-auto-wire-type, verilog-insert-definition):
12169 Add verilog-auto-wire-type and AUTOLOGIC to support using
12170 SystemVerilog "logic" keyword instead of "wire"/"reg".
12171 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12172 to declares outputs that also have assignments (presumably in an
12173 ifdef or generate if so there's not a driver conflict).
12174 Reported by Matthew Myers.
12175 (verilog-auto-declare-nettype, verilog-insert-definition):
12176 Add verilog-auto-declare-nettype to fix declarations using
12177 `default_nettype none. Reported by Julian Gorfajn.
12178 (verilog-read-always-signals-recurse, verilog-read-decls)
12179 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12180 malformed end statement, bug325. Reported by Joshua Wise and
12181 Andrew Drake.
12182 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12183 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12184 when expanding .* in interfaces, bug320.
12185 Reported by Pierre-David Pfister.
12186 (verilog-read-module-name): Fix import statements between module
12187 name and open parenthesis, bug317.
12188 Reported by Pierre-David Pfister.
12189 (verilog-simplify-range-expression): Fix simplification of
12190 multiplications inside AUTOWIRE connections, bug303.
12191 (verilog-auto-inst-port): Support parameter expansion in
12192 multidimensional arrays.
12193 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12194 after "assert property". Reported by Julian Gorfajn.
12195 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12196 with multiplication, bug303.
12197 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12198 Reported by Jan Frode Lonnum.
12199
12200 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12201
12202 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12203 (hfy-shell-file-name, hfy-shell):
12204 * international/fontset.el (x-decompose-font-name): Fix typos.
12205
12206 2011-11-29 Ken Brown <kbrown@cornell.edu>
12207
12208 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12209 (gdb-version): Remove defvar.
12210 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12211 (gdb-gud-context-command, gdb-non-stop-handler)
12212 (gdb-current-context-command, gdb-stopped): Use it.
12213 (gdb-init-1): Enable pretty printing here.
12214 (gdb-non-stop-handler): Don't enable pretty-printing here.
12215 Check to see if the target supports non-stop mode; if not, turn off
12216 non-stop mode. Use the following.
12217 (gdb-check-target-async): New defun.
12218 (gud-watch, gdb-stopped): Fix whitespace.
12219 (gdb-get-source-file): Don't try to display the source file if
12220 `gdb-main-file' is nil.
12221
12222 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12223
12224 * align.el: Try to generate fewer markers (bug#10047).
12225 (align--set-marker): New macro.
12226 (align-region): Use it.
12227
12228 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12231
12232 2011-11-29 Chong Yidong <cyd@gnu.org>
12233
12234 * indent.el (indent-for-tab-command, indent-according-to-mode):
12235 Doc fix.
12236 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12237
12238 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12239
12240 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12241 aware of remote file names. (Bug#10124)
12242
12243 2011-11-29 Chong Yidong <cyd@gnu.org>
12244
12245 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12246
12247 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * files.el (find-file): Don't use force-same-window (bug#10144).
12250 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12251 use pop-to-buffer if the selected window can't be used.
12252 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12253
12254 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12255
12256 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12257 special-mode-map.
12258
12259 2011-11-28 Chong Yidong <cyd@gnu.org>
12260
12261 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12262
12263 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12264
12265 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12266 gdb-get-source-file-list on gdb-create-source-file-list.
12267
12268 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12269
12270 * whitespace.el (whitespace-newline): Use a different foreground
12271 color for 16-color light-background displays.
12272
12273 2011-11-24 Chong Yidong <cyd@gnu.org>
12274
12275 * window.el (display-buffer--special-action): Doc fix.
12276
12277 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12278
12279 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12280 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12281 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12282 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12283 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12284 (avl-tree-stack-first):
12285 * emacs-lisp/cconv.el (cconv--analyse-use):
12286 * net/gnutls.el (gnutls-negotiate): Fix typos.
12287
12288 2011-11-24 Glenn Morris <rgm@gnu.org>
12289
12290 * lpr.el (lpr-windows-system, lpr-lp-system):
12291 * mail/binhex.el (binhex-begin-line):
12292 * progmodes/grep.el (grep-history, grep-find-history):
12293 * textmodes/flyspell.el:
12294 * vc/pcvs-defs.el (cvs-global-menu):
12295 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12296 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12297 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12298
12299 * net/tls.el: Fix case of "GnuTLS".
12300
12301 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12302
12303 * version.el (emacs-build-system): Give it a doc-string.
12304
12305 2011-11-24 Juri Linkov <juri@jurta.org>
12306
12307 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12308
12309 2011-11-24 Glenn Morris <rgm@gnu.org>
12310
12311 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12312 if called on a non-mime message just toggle the headers. (Bug#8006)
12313
12314 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12315
12316 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12317 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12318 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12319 (allout-rebullet-heading, allout-open-sibtopic)
12320 (allout-toggle-current-subtree-encryption)
12321 (allout-toggle-subtree-encryption, allout-encrypt-string)
12322 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12323 (allout-distinctive-bullets-string, allout-auto-activation):
12324 * window.el (window-normalize-buffer-to-display):
12325 * progmodes/verilog-mode.el (verilog-batch-indent):
12326 * textmodes/bibtex.el (bibtex-field-braces-opt)
12327 (bibtex-field-strings-opt):
12328 * vc/cvs-status.el (cvs-tree-merge):
12329 Fix typos.
12330
12331 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12332
12333 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12334 `non-essential' to t, in order to avoid remote connections.
12335
12336 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12337
12338 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12339 On MS-DOS and MS-Windows, compare with loaddefs.el
12340 case-insensitively.
12341
12342 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12343
12344 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12345
12346 2011-11-23 Glenn Morris <rgm@gnu.org>
12347
12348 * paths.el (rmail-file-name): Reformat the doc-string so that it
12349 is picked up.
12350
12351 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12352 (rmail-auto-file): Ignore case in the "special" field names,
12353 as mail-fetch-field does for all others.
12354
12355 * mail/rmail.el (rmail-forward):
12356 * mail/rmailkwd.el (rmail-set-label):
12357 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12358 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12359
12360 * mail/rmail.el (rmail-current-message): Doc fix.
12361
12362 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12363
12364 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12367
12368 2011-11-22 Glenn Morris <rgm@gnu.org>
12369
12370 * mail/rmailmm.el (test-rmail-mime-handler)
12371 (test-rmail-mime-bulk-handler)
12372 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12373
12374 2011-11-21 Juri Linkov <juri@jurta.org>
12375
12376 * calc/calc.el (calc-read-key-sequence):
12377 Let-bind `input-method-function' to nil. (Bug#10018)
12378
12379 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12380
12381 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12382 Tell the caller that the next line needs recomputation, even
12383 though it doesn't start a sexp (bug#10094).
12384
12385 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12386
12387 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12388
12389 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12390
12391 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12392 Use force-same-window.
12393
12394 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12395
12396 * descr-text.el (describe-char-unicode-data):
12397 * json.el (json-string-escape):
12398 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12399 (Footnote-unicode, Footnote-style-p):
12400 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12401
12402 2011-11-20 Chong Yidong <cyd@gnu.org>
12403
12404 * window.el (replace-buffer-in-windows): Restore interactive spec.
12405
12406 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12407
12408 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12409
12410 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12411 (byte-compile-global-not-obsolete-vars): New var.
12412 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12413 Use it.
12414 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12415
12416 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12417
12418 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12419 * progmodes/pascal.el (electric-pascal-equal):
12420 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12421 * xml.el (xml-substitute-special): Fix typos.
12422
12423 2011-11-20 Glenn Morris <rgm@gnu.org>
12424
12425 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12426 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12427 Doc fixes.
12428 (rmail-decode-mime-charset): Mark as obsolete.
12429
12430 * mail/rmailsum.el (rmail-message-regexp-p-1):
12431 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12432 Before using mime functions, check they are set. (Bug#10077)
12433
12434 2011-11-19 Juri Linkov <juri@jurta.org>
12435
12436 * info.el (Info-finder-find-node): Use `package--builtins' instead
12437 of `package-alist'. Use node names formed by the pattern "Keyword "
12438 and the keyword name.
12439
12440 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12441
12442 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12443
12444 2011-11-19 Juri Linkov <juri@jurta.org>
12445
12446 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12447 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12448 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12449 `old-history', `old-history-forward'. Add let-binding
12450 `window-selected'. Remove calls to `kill-buffer',
12451 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12452 before calling `Info-find-node', so `Info-find-node-2' will reread
12453 the Info file. Restore window positions only when `window-selected'
12454 is non-nil.
12455
12456 2011-11-19 Juri Linkov <juri@jurta.org>
12457
12458 * isearch.el (isearch-lazy-highlight-new-loop):
12459 Remove condition `(not isearch-error)'. (Bug#9918)
12460
12461 * misearch.el (multi-isearch-search-fun): Add condition
12462 `(not bound)' to ignore lazy-highlighting search.
12463 Add the search-failed message "end of multi" when the end of
12464 multi-sequence is reached. Uncapitalize the search-failed
12465 message "Repeat for next buffer".
12466
12467 * info.el (Info-search): Add the search-failed message
12468 "end of the manual" when the end of the manual is reached
12469 in Isearch mode.
12470
12471 2011-11-19 Juri Linkov <juri@jurta.org>
12472
12473 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12474 Use non-destructive `remove' instead of `delete' because
12475 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12476 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12477
12478 2011-11-19 Juri Linkov <juri@jurta.org>
12479
12480 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12481 to nil instead of binding `search-ring' and `regexp-search-ring'.
12482 (Bug#9185)
12483
12484 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12485
12486 * simple.el (line-move): Force movement by logical lines for any
12487 hscrolled window, not only when auto-hscroll-mode is on.
12488 (line-move-visual): Update doc string to that effect. (Bug#10076)
12489
12490 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12491
12492 * language/european.el (macintosh): Define as alias for mac-roman.
12493
12494 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12495
12496 * mail/rmailmm.el (rmail-mime-display-header)
12497 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12498 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12499 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12500 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12501 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12502 of a raw aref.
12503 (rmail-mime-entity-segment): To get past the tagline, move forward
12504 2 more lines, to account for the 2 empty lines that precede and
12505 follow the line with the buttons.
12506 (rmail-mime-update-tagline): Move one more line, to get past the
12507 empty line that follows the buttons in the tagline. (Bug#9520)
12508
12509 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12510
12511 * window.el (window-max-delta-1, window-min-delta-1)
12512 (window-min-size-1, window-state-get-1, window-state-put-1)
12513 (window-state-put-2): Use "window--" prefix.
12514
12515 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12516
12517 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12518 (smie-warning-count): New var.
12519 (smie-set-prec2tab): Use it.
12520 (smie-bnf->prec2): Improve warnings. Add docstring.
12521 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12522 (smie-bnf--set-class): New function.
12523 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12524 corner case.
12525
12526 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12527 (compilation-error-properties, compilation-move-to-column):
12528 Handle compilation-first-column while in the target buffer.
12529
12530 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12531 Don't hardcode point-min==1.
12532
12533 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12534 (eshell-rewrite-for-command): Remove workaround.
12535 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12536 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12537 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12538
12539 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12540
12541 2011-11-17 Glenn Morris <rgm@gnu.org>
12542
12543 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12544 Ignore buffer-local generated-autoload-file if it is the same
12545 as the global value. (Bug#10049)
12546
12547 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12548
12549 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12550 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12551 (reftex-toc-previous-heading, reftex-toc-max-level)
12552 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12553 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12554 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12555 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12556 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12557 (reftex-toc-rename-label, reftex-toc-visit-location)
12558 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12559 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12560 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12561 leaving "*toc*" only for references to the buffer.
12562
12563 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12564
12565 * window.el (window-resize, delete-window, split-window):
12566 Replace window-splits by window-combination-resize.
12567 * cus-start.el (window-splits): Replace by window-combination-resize.
12568
12569 2011-11-17 Glenn Morris <rgm@gnu.org>
12570
12571 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12572 Make bash entry derive from sh entry, not shell entry.
12573
12574 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12575
12576 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12577 local file name.
12578
12579 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12580
12581 * menu-bar.el (menu-bar-file-menu):
12582 * printing.el (pr-ps-utility):
12583 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12584 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12585 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12586 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12587 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12588 (icalendar--convert-cyclic-to-ical)
12589 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12590 (icalendar--convert-ical-to-diary)
12591 (icalendar--convert-recurring-to-diary)
12592 (icalendar--convert-non-recurring-all-day-to-diary)
12593 (icalendar-import-format-sample):
12594 * progmodes/idlw-shell.el (idlwave-shell-mode):
12595 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12596 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12597 (vhdl-ps-print-init): Fix typos.
12598
12599 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12600
12601 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12602 FSF and collapse date sequence, obscure author/maintainer email address
12603 better, remove extra version line, track relocation of author's webpage.
12604
12605 * progmodes/python.el (python-pdbtrack-input-prompt)
12606 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12607 regular python pdb prompts. Adjustments shamelessly taken exactly as
12608 suggested in EmacsWiki page (tiny change):
12609 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12610
12611 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12612
12613 * expand.el (expand-pos, expand-index, expand-point):
12614 Remove redundant info from docstring.
12615 (expand-add-abbrevs): Doc fix.
12616 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12617 (expand-sample-perl-mode-expand-list): Fix typos.
12618
12619 * net/dbus.el (dbus-event-member-name):
12620 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12621 * term/pc-win.el (msdos-create-frame-with-faces):
12622 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12623
12624 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12625
12626 * window.el (split-window, window-state-get-1)
12627 (window-state-put-1, window-state-put-2): Rename occurrences of
12628 window-nest to window-combination-limit.
12629 * cus-start.el (window-nest): Rename to window-combination-limit.
12630
12631 2011-11-16 Chong Yidong <cyd@gnu.org>
12632
12633 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12634 regexp (Bug#10033).
12635
12636 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12637
12638 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12639 `completing-read' will remove *Completions* and will preserve
12640 current-buffer for us.
12641 (tmm-add-prompt): Users of *Completions* will always (re)set its
12642 major mode.
12643 (tmm-old-comp-map): Remove.
12644
12645 2011-11-16 Glenn Morris <rgm@gnu.org>
12646
12647 * mail/rmailedit.el: Require rmailmm when compiling.
12648 (rmail-old-mime-state): New declaration.
12649 (rmail-edit-current-message): If editing a mime message,
12650 edit the "raw" message from the mbox buffer.
12651 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12652
12653 2011-11-15 Glenn Morris <rgm@gnu.org>
12654
12655 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12656 which wasn't being used. Add optional arg to force given state.
12657 (rmail-mime): Add optional arg to force given state.
12658
12659 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12660
12661 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12662 * frame.el (display-mm-dimensions-alist):
12663 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12664 (outline-move-subtree-down):
12665 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12666 (newsticker--treeview-do-get-node):
12667 * net/quickurl.el (quickurl-list-buffer-name):
12668 * progmodes/dcl-mode.el (dcl-mode):
12669 * progmodes/gdb-mi.el (gdb-mapcar*):
12670 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12671
12672 2011-11-15 Glenn Morris <rgm@gnu.org>
12673
12674 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12675 in a boolean sense, so just make it a boolean, and fix the doc.
12676 (rmail-show-mime-function, rmail-mime-feature)
12677 (rmail-require-mime-maybe): Doc fixes.
12678 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12679
12680 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12681
12682 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12683
12684 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12685 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12686 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12687 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12688
12689 2011-11-15 Glenn Morris <rgm@gnu.org>
12690
12691 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12692 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12693 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12694 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12695 (rmail-mime, rmail-show-mime): Doc fixes.
12696
12697 * term/ns-win.el (mode-line-frame-identification):
12698 Leave it alone. (Bug#10051)
12699
12700 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12701
12702 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12703 Handle empty buffers. (Bug#9978)
12704
12705 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12706
12707 * international/mule.el (define-charset):
12708 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12709 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12710 * progmodes/verilog-mode.el (verilog-backward-token):
12711 * textmodes/ispell.el (lookup-words):
12712 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12713
12714 2011-11-14 Glenn Morris <rgm@gnu.org>
12715
12716 * progmodes/executable.el
12717 (executable-make-buffer-file-executable-if-script-p):
12718 Handle file-modes returning nil.
12719
12720 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12721 message - not necessary, and causes problems. (Bug#9831)
12722
12723 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12724
12725 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12726
12727 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12728 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12729 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12730
12731 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12732
12733 * window.el (window-resize, delete-window): Use window-splits
12734 variable instead of function.
12735 (window-state-get-1, window-state-put-2, window-state-put):
12736 Don't deal with windows' splits status.
12737
12738 2011-11-12 Glenn Morris <rgm@gnu.org>
12739
12740 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12741 (apropos-documentation): Doc fixes.
12742
12743 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
12744
12745 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12746 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12747
12748 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12749
12750 * electric.el (electric-indent-post-self-insert-function): Make it
12751 possible for a char to only indent in some circumstances.
12752 (electric-indent-mode): Simplify.
12753
12754 2011-11-11 Martin Rudalics <rudalics@gmx.at>
12755
12756 * window.el (windows-with-parameter): Remove unused function.
12757 (windows-at-side): Rename to window-at-side-list.
12758 (window-check, window-atom-check, window-atom-check-1)
12759 (window-side-check, window-size-ignore, window-size-fixed-1)
12760 (window-in-direction-2): Prefix with "window--".
12761 (window-tree-1): Rename to window--subtree, fix doc-string.
12762
12763 2011-11-11 Glenn Morris <rgm@gnu.org>
12764
12765 * subr.el (eval-after-load): If FILE is already loaded,
12766 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12767
12768 2011-11-10 Glenn Morris <rgm@gnu.org>
12769
12770 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12771 Call svn via vc-svn-command rather than vc-do-command.
12772 (vc-svn-command): Add --non-interactive. (Bug#9993)
12773 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12774
12775 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12776 Add toggle-read-only. (Bug#7292)
12777 * files.el (toggle-read-only): Mention that it should only
12778 be used interactively. (Bug#10006)
12779
12780 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12781
12782 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12783 Adjust regexp for OCaml warnings.
12784
12785 * electric.el (electric-pair-post-self-insert-function): Let user
12786 turn it off buffer-locally (bug#9932).
12787
12788 * progmodes/python.el (python-beginning-of-statement):
12789 Rewrite (bug#2703).
12790
12791 * progmodes/compile.el: Better handle TABs (bug#9749).
12792 (compilation-internal-error-properties)
12793 (compilation-next-error-function): Obey the target buffer's
12794 compilation-error-screen-columns.
12795
12796 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
12797
12798 * progmodes/meta-mode.el: Remove obsolete comments.
12799 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12800 Fix typos in docstrings.
12801
12802 2011-11-09 Martin Rudalics <rudalics@gmx.at>
12803
12804 * window.el (window-size-fixed-p): Rewrite doc-string.
12805 (window-resizable-p): Rename to window--resizable-p. Update callers.
12806 (window--resizable): New function. Make all callers of
12807 window-resizable call window--resizable instead.
12808 (window-resizable): Rewrite in terms of window--resizable.
12809
12810 2011-11-08 Glenn Morris <rgm@gnu.org>
12811
12812 * progmodes/delphi.el (delphi-mode-syntax-table):
12813 Let define-derived-mode define a proper syntax table. (Bug#9994)
12814
12815 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12816
12817 * window.el: Stay away from defsubst.
12818 (window-list-no-nils): Remove.
12819 (window-state-get-1, window-state-get): Use backquote instead.
12820
12821 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12822
12823 * emacs-lisp/find-func.el (find-function-read):
12824 Fix incorrect use of default argument in `completing-read'.
12825
12826 2011-11-08 Martin Rudalics <rudalics@gmx.at>
12827
12828 * window.el (display-buffer-function, special-display-function):
12829 Mention display-buffer-record-window but do not mention
12830 help-setup parameter in doc-strings.
12831 (window-min-delta): Fix doc-string typo.
12832
12833 2011-11-08 Chong Yidong <cyd@gnu.org>
12834
12835 * window.el (window-total-height, window-total-width): Doc fix.
12836 (window-body-size): Move from C.
12837 (window-body-height, window-body-width): Move to C.
12838
12839 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * window.el: Make special-display like display-buffer-alist (bug#9532).
12842 (display-buffer--special-action): New function, morphed
12843 from display-buffer--special.
12844 (display-buffer): Use it to handle special-display-buffers at higher
12845 priority (just after display-buffer-alist).
12846 (display-buffer-fallback-action, display-buffer--other-frame-action)
12847 (pop-to-buffer-same-window): Remove display-buffer--special.
12848
12849 2011-11-07 Glenn Morris <rgm@gnu.org>
12850
12851 * calendar/cal-menu.el (cal-menu-set-date-title):
12852 Do nothing if not in a calendar. (Bug#9976)
12853
12854 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12855
12856 * files.el (find-file): Always use selected-window.
12857
12858 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12859
12860 * window.el (window-combinations): Make WINDOW argument
12861 mandatory. Rewrite doc-string.
12862 (walk-window-subtree, window-atom-check, window-min-delta)
12863 (window-max-delta, window--resize-this-window)
12864 (window--resize-root-window-vertically, window-tree)
12865 (balance-windows, window-state-put): Rewrite doc-strings as to
12866 not mention the term "subwindow".
12867 (window--resize-subwindows-skip-p): Rename to
12868 window--resize-child-windows-skip-p.
12869 (window--resize-subwindows-normal): Rename to
12870 window--resize-child-windows-normal.
12871 (window--resize-subwindows): Rename to
12872 window--resize-child-windows.
12873 (window-or-subwindow-p): Rename to window--in-subtree-p.
12874
12875 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12876
12877 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12878 Ensure that mbox format messages end in two newlines (Bug#9974).
12879
12880 2011-11-06 Chong Yidong <cyd@gnu.org>
12881
12882 * window.el (window-combination-p): Function deleted; its
12883 side-effect is not used in any existing code.
12884 (window-combinations, window-combined-p): Call window-*-child
12885 directly.
12886
12887 2011-11-05 Chong Yidong <cyd@gnu.org>
12888
12889 * window.el (window-valid-p): Rename from window-any-p.
12890 (window-size-ignore, window-state-get): Callers changed.
12891 (window-normalize-window): Rename from window-normalize-any-window.
12892 New arg LIVE-ONLY, replacing window-normalize-live-window.
12893 (window-normalize-live-window): Delete.
12894 (window-combination-p, window-combined-p, window-combinations)
12895 (walk-window-subtree, window-atom-root, window-min-size)
12896 (window-sizable, window-sizable-p, window-size-fixed-p)
12897 (window-min-delta, window-max-delta, window-resizable)
12898 (window-resizable-p, window-full-height-p, window-full-width-p)
12899 (window-current-scroll-bars, window-point-1, set-window-point-1)
12900 (window-at-side-p, window-in-direction, window-resize)
12901 (adjust-window-trailing-edge, maximize-window, minimize-window)
12902 (window-deletable-p, delete-window, delete-other-windows)
12903 (record-window-buffer, unrecord-window-buffer)
12904 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12905 (quit-window, split-window, window-state-put)
12906 (set-window-text-height, fit-window-to-buffer)
12907 (shrink-window-if-larger-than-buffer): Callers changed.
12908
12909 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12910
12911 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12912 rfc2047-decode-string.
12913 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12914 warnings.
12915
12916 * window.el (window-body-height, window-body-width): Mention in
12917 the doc string that the return values are in frame's canonical
12918 units. (Bug#9949)
12919
12920 2011-11-03 Alan Mackenzie <acm@muc.de>
12921
12922 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12923 change in cc-engine.el.
12924
12925 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12928
12929 2011-11-02 Martin Rudalics <rudalics@gmx.at>
12930
12931 * window.el (quit-window): Call unrecord-window-buffer after
12932 showing another buffer in the window. (Bug#9937)
12933 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12934
12935 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
12936
12937 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12938 Accept status with more than 9 shelves. (Bug#9935)
12939 Reported by Colin D Bennett <colin@gibibit.com>.
12940
12941 2011-11-01 Martin Rudalics <rudalics@gmx.at>
12942
12943 * help.el (with-help-window): Don't reference
12944 temp-buffer-show-specifiers in doc-string.
12945
12946 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12947
12948 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12949 menu-item.
12950
12951 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12952
12953 * whitespace.el: New version 13.2.2.
12954 (whitespace-newline-mode): Disable properly. Reported by Sarah
12955 <EmacsWiki>.
12956
12957 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
12958
12959 * net/newst-treeview.el: Remove "Time-stamp".
12960 (newsticker--group-manage-orphan-feeds): Do not call
12961 newsticker--treeview-tree-update.
12962 (newsticker-treeview-update, newsticker-treeview):
12963 Call newsticker--treeview-tree-update if necessary.
12964
12965 2011-10-30 Martin Rudalics <rudalics@gmx.at>
12966
12967 * window.el (window-iso-combination-p, window-iso-combined-p)
12968 (window-iso-combinations): Remove "iso-" infix.
12969 Suggested by Chong Yidong.
12970 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12971 (window-max-delta-1, window-resize, window--resize-siblings)
12972 (window--resize-this-window, adjust-window-trailing-edge)
12973 (split-window, balance-windows-1)
12974 (shrink-window-if-larger-than-buffer):
12975 * calendar/calendar.el (calendar-generate-window):
12976 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
12977
12978 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12979
12980 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12981 in place (bug#9907).
12982 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12983 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12984 (eshell-structure-basic-command, eshell-rewrite-while-command)
12985 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12986 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12987 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12988 (eshell-do-pipelines-synchronously, eshell-eval-command):
12989 Use backquotes and prefer setq to set.
12990 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12991 (eshell-macrop): Use functionp.
12992 (eshell-do-eval): Handle multiple expressions in `while' body.
12993
12994 2011-10-30 Chong Yidong <cyd@gnu.org>
12995
12996 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12997 instead of set-mark (Bug#9810).
12998
12999 2011-10-30 Chong Yidong <cyd@gnu.org>
13000
13001 * window.el (split-window-below, split-window-right): Rename from
13002 split-window-above-each-other and split-window-side-by-side
13003 respectively. All callers changed.
13004 (split-window-sensibly, split-window-sensibly): Use them.
13005 (split-window-keep-point): Doc fix.
13006
13007 * isearch.el: Add isearch-scroll property to split-window-below
13008 and split-window-right.
13009
13010 * follow.el (follow-mode):
13011 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13012 * progmodes/ada-xref.el (ada-gdb-application):
13013 * emulation/vip.el (vip-buffer-in-two-windows):
13014 * image-dired.el (image-dired-dired-with-window-configuration):
13015 * dired-x.el (dired-do-find-marked-files):
13016 * dired.el (dired-pop-to-buffer):
13017 * bs.el (bs--show-with-configuration):
13018 * vc/emerge.el (emerge-setup-windows):
13019 * textmodes/two-column.el (2C-two-columns):
13020 * textmodes/reftex-toc.el (reftex-toc):
13021 * progmodes/gdb-mi.el (gdb-setup-windows):
13022 * progmodes/fortran.el (fortran-window-create):
13023 * net/newst-treeview.el (newsticker--treeview-window-init):
13024 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13025 * emulation/tpu-edt.el (tpu-gold-map):
13026 * emulation/crisp.el (crisp-mode-map):
13027 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13028
13029 2011-10-29 Chong Yidong <cyd@gnu.org>
13030
13031 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13032
13033 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13034
13035 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13036 forged Ispell output (Bug#7904).
13037
13038 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13039
13040 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13041
13042 * doc-view.el: Avoid ugly errors about not finding nil.
13043 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13044 (doc-view-dvipdf-program, doc-view-unoconv-program)
13045 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13046 Avoid nil or absolute file name as default value.
13047 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13048
13049 2011-10-28 Alan Mackenzie <acm@muc.de>
13050
13051 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13052
13053 2011-10-28 Alan Mackenzie <acm@muc.de>
13054
13055 Amend the handling of c-beginning/end-of-defun in nested declaration
13056 scopes.
13057
13058 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13059 cc-langs.el. Change it to a defcustom.
13060
13061 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13062 cc-vars.el.
13063
13064 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13065 Prevent "class foo : bar" being spuriously recognized as a label.
13066
13067 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13068 Add parameter `inclusive' (to include enclosing braces in the region).
13069 (c-widen-to-enclosing-decl-scope): New function.
13070 (c-while-widening-to-decl-block): New macro.
13071 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13072 outward for defun boundaries, and correspondingly change symbol
13073 `respect-enclosure' to `go-outward'.
13074 (c-declaration-limits): Change algorithm to report only the "innermost"
13075 defun's boundaries.
13076
13077 2011-10-28 Deniz Dogan <deniz@dogan.se>
13078
13079 * net/rcirc.el (rcirc-mode): Use hard newlines.
13080
13081 2011-10-28 Alan Mackenzie <acm@muc.de>
13082
13083 Amend to indent and fontify macros "which include their own semicolon"
13084 correctly, using the "virtual semicolon" mechanism.
13085
13086 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13087
13088 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13089 Recode to scan one line at a time rather than having \n and \r
13090 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13091 (c-forward-label): Amend for virtual semicolons.
13092 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13093
13094 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13095 of the new C macros.
13096
13097 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13098 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13099 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13100 (c-opt-cpp-macro-define): Make into a full language variable.
13101 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13102 AWK Mode (including \n, \r) removed, no longer needed.
13103
13104 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13105 Invoke c-make-macro-with-semi-re.
13106
13107 * progmodes/cc-vars.el (c-macro-with-semi-re):
13108 (c-macro-names-with-semicolon): New variables.
13109 (c-make-macro-with-semi-re): New function.
13110
13111 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13112
13113 * vc/log-edit.el: Fill empty field rather than adding new one.
13114 (log-edit-add-field): New function.
13115 (log-edit-insert-changelog): Use it.
13116
13117 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13118
13119 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13120
13121 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13122
13123 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13124 (gdb--check-interpreter): New function.
13125 (gdb): Use it.
13126
13127 2011-10-27 Glenn Morris <rgm@gnu.org>
13128
13129 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13130 (least-positive-float, least-negative-float)
13131 (least-positive-normalized-float, least-negative-normalized-float)
13132 (float-epsilon, float-negative-epsilon):
13133 Remove unnecessary declarations.
13134
13135 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13136 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13137 (least-positive-float, least-negative-float)
13138 (least-positive-normalized-float, least-negative-normalized-float)
13139 (float-epsilon, float-negative-epsilon): Add doc-strings,
13140 based on those in cl.texi.
13141
13142 * files.el (set-visited-file-name): If the major-mode changed,
13143 reload the local variables. (Bug#9796)
13144
13145 2011-10-27 Chong Yidong <cyd@gnu.org>
13146
13147 * subr.el (change-major-mode-after-body-hook): New hook.
13148 (run-mode-hooks): Run it.
13149
13150 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13151 Use change-major-mode-before-body-hook.
13152
13153 * simple.el (fundamental-mode):
13154 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13155 change introducing fundamental-mode-hook.
13156
13157 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13158
13159 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13160
13161 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13162
13163 * ido.el (ido-file-name-all-completions-1): Do not require
13164 tramp.el explicitly. (Bug#7583)
13165
13166 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13167
13168 * progmodes/octave-mod.el:
13169 * progmodes/octave-inf.el: Update maintainer.
13170
13171 2011-10-26 Chong Yidong <cyd@gnu.org>
13172
13173 * subr.el (with-wrapper-hook): Rewrite doc.
13174
13175 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13176
13177 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13178 filenames "/method:foo:". (Bug#9793)
13179
13180 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13181
13182 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13183 (bug#9865).
13184
13185 2011-10-24 Glenn Morris <rgm@gnu.org>
13186
13187 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13188
13189 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13190
13191 * notifications.el: Add the requirement of a running D-Bus session
13192 bus to the Commentary.
13193
13194 2011-10-24 Juri Linkov <juri@jurta.org>
13195
13196 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13197 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13198 (Bug#9364)
13199
13200 2011-10-24 Juri Linkov <juri@jurta.org>
13201
13202 * info.el (Info-following-node-name-re): Add newline to the list
13203 of allowed characters for leading space. (Bug#9824)
13204
13205 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * progmodes/octave-inf.el (inferior-octave-mode-map):
13208 Fix C-c C-h binding.
13209 * progmodes/octave-mod.el (octave-help): Remove.
13210
13211 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13212
13213 Sync with Tramp 2.2.3.
13214
13215 * net/tramp-cache.el (top): Pacify byte-compiler using
13216 `init-file-user' and `site-run-file'.
13217
13218 * net/trampver.el: Update release number.
13219
13220 2011-10-23 Chong Yidong <cyd@gnu.org>
13221
13222 * files.el (toggle-read-only): Remove obsolete comment about
13223 version control.
13224
13225 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13226 for toggle-read-only. Note that this hasn't called vc-next-action
13227 since 2008-05-02, though it wasn't documented at the time.
13228
13229 * vc/ediff-init.el (ediff-toggle-read-only-function):
13230 Use toggle-read-only.
13231
13232 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13233
13234 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13235 of c-parse-state.
13236
13237 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13238 correct faulty logical expression.
13239 (c-parse-state-state, c-record-parse-state-state):
13240 (c-replay-parse-state-state): New defvar/defuns.
13241 (c-debug-parse-state): Use new functions.
13242
13243 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13244
13245 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13246 last fix. Use window-in-direction correctly.
13247
13248 2011-10-21 Chong Yidong <cyd@gnu.org>
13249
13250 * progmodes/idlwave.el (idlwave-mode):
13251 * progmodes/vera-mode.el (vera-mode): No need to set
13252 require-final-newline; that's done in prog-mode.
13253 Suggested by Stefan Monnier.
13254
13255 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13256
13257 * mouse.el (mouse-drag-window-above)
13258 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13259 (mouse-drag-mode-line-1, mouse-drag-header-line)
13260 (mouse-drag-vertical-line-rightward-window): Remove.
13261 (mouse-drag-line): New function.
13262 (mouse-drag-mode-line, mouse-drag-header-line)
13263 (mouse-drag-vertical-line): Call mouse-drag-line.
13264 * window.el (window-at-side-p, windows-at-side): New functions.
13265
13266 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13267
13268 * tar-mode.el (tar-grind-file-mode):
13269 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13270
13271 2011-10-21 Chong Yidong <cyd@gnu.org>
13272
13273 * progmodes/idlwave.el (idlwave-mode):
13274 * progmodes/vera-mode.el (vera-mode):
13275 Use mode-require-final-newline.
13276
13277 2011-10-20 Glenn Morris <rgm@gnu.org>
13278
13279 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13280
13281 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13282
13283 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13284
13285 2011-10-20 Chong Yidong <cyd@gnu.org>
13286
13287 * emulation/cua-base.el (cua-mode):
13288 * mail/footnote.el (footnote-mode):
13289 * mail/mailabbrev.el (mail-abbrevs-mode):
13290 * net/xesam.el (xesam-minor-mode):
13291 * progmodes/bug-reference.el (bug-reference-mode):
13292 * progmodes/cap-words.el (capitalized-words-mode):
13293 * progmodes/compile.el (compilation-minor-mode)
13294 (compilation-shell-minor-mode):
13295 * progmodes/gud.el (gud-tooltip-mode):
13296 * progmodes/hideif.el (hide-ifdef-mode):
13297 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13298 * progmodes/subword.el (subword-mode):
13299 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13300 * progmodes/which-func.el (which-function-mode):
13301 * term/tvi970.el (tvi970-set-keypad-mode):
13302 * term/vt100.el (vt100-wide-mode):
13303 * textmodes/flyspell.el (flyspell-mode):
13304 * textmodes/ispell.el (ispell-minor-mode):
13305 * textmodes/nroff-mode.el (nroff-electric-mode):
13306 * textmodes/paragraphs.el (use-hard-newlines):
13307 * textmodes/refill.el (refill-mode):
13308 * textmodes/reftex.el (reftex-mode):
13309 * textmodes/rst.el (rst-minor-mode):
13310 * textmodes/sgml-mode.el (html-autoview-mode)
13311 (sgml-electric-tag-pair-mode):
13312 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13313 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13314 * emulation/crisp.el (crisp-mode):
13315 * emacs-lisp/eldoc.el (eldoc-mode):
13316 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13317 minor mode behavior.
13318
13319 2011-10-19 Juri Linkov <juri@jurta.org>
13320
13321 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13322 the list of hard-coded chars with escape-glyph face.
13323
13324 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13327
13328 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13329
13330 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13331 running process.
13332
13333 2011-10-19 Glenn Morris <rgm@gnu.org>
13334
13335 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13336 Ignore ignored files. (Bug#9726)
13337
13338 2011-10-19 Chong Yidong <cyd@gnu.org>
13339
13340 Doc fix for minor modes, stating that an omitted argument enables
13341 the mode unconditionally when called from Lisp.
13342
13343 * abbrev.el (abbrev-mode):
13344 * allout.el (allout-mode):
13345 * autoinsert.el (auto-insert-mode):
13346 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13347 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13348 (global-auto-revert-mode):
13349 * battery.el (display-battery-mode):
13350 * composite.el (global-auto-composition-mode)
13351 (auto-composition-mode):
13352 * delsel.el (delete-selection-mode):
13353 * desktop.el (desktop-save-mode):
13354 * dired-x.el (dired-omit-mode):
13355 * dirtrack.el (dirtrack-mode):
13356 * doc-view.el (doc-view-minor-mode):
13357 * double.el (double-mode):
13358 * electric.el (electric-indent-mode, electric-pair-mode):
13359 * emacs-lock.el (emacs-lock-mode):
13360 * epa-hook.el (auto-encryption-mode):
13361 * follow.el (follow-mode):
13362 * font-core.el (font-lock-mode):
13363 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13364 * help.el (temp-buffer-resize-mode):
13365 * hilit-chg.el (highlight-changes-mode)
13366 (highlight-changes-visible-mode):
13367 * hi-lock.el (hi-lock-mode):
13368 * hl-line.el (hl-line-mode, global-hl-line-mode):
13369 * icomplete.el (icomplete-mode):
13370 * ido.el (ido-everywhere):
13371 * image-file.el (auto-image-file-mode):
13372 * image-mode.el (image-minor-mode):
13373 * iswitchb.el (iswitchb-mode):
13374 * jka-cmpr-hook.el (auto-compression-mode):
13375 * linum.el (linum-mode):
13376 * longlines.el (longlines-mode):
13377 * master.el (master-mode):
13378 * mb-depth.el (minibuffer-depth-indicate-mode):
13379 * menu-bar.el (menu-bar-mode):
13380 * minibuf-eldef.el (minibuffer-electric-default-mode):
13381 * mouse-sel.el (mouse-sel-mode):
13382 * msb.el (msb-mode):
13383 * mwheel.el (mouse-wheel-mode):
13384 * outline.el (outline-minor-mode):
13385 * paren.el (show-paren-mode):
13386 * recentf.el (recentf-mode):
13387 * reveal.el (reveal-mode, global-reveal-mode):
13388 * rfn-eshadow.el (file-name-shadow-mode):
13389 * ruler-mode.el (ruler-mode):
13390 * savehist.el (savehist-mode):
13391 * scroll-all.el (scroll-all-mode):
13392 * scroll-bar.el (scroll-bar-mode):
13393 * server.el (server-mode):
13394 * shell.el (shell-dirtrack-mode):
13395 * simple.el (auto-fill-mode, transient-mark-mode)
13396 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13397 (line-number-mode, column-number-mode, size-indication-mode)
13398 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13399 * strokes.el (strokes-mode):
13400 * time.el (display-time-mode):
13401 * t-mouse.el (gpm-mouse-mode):
13402 * tool-bar.el (tool-bar-mode):
13403 * tooltip.el (tooltip-mode):
13404 * type-break.el (type-break-mode-line-message-mode)
13405 (type-break-query-mode):
13406 * view.el (view-mode):
13407 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13408 (global-whitespace-mode, global-whitespace-newline-mode):
13409 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13410
13411 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13412 Fix autogenerated docstring.
13413
13414 2011-10-19 Juri Linkov <juri@jurta.org>
13415
13416 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13417 by checking environment variables "DESKTOP_SESSION" and
13418 "XDG_CURRENT_DESKTOP". (Bug#9779)
13419
13420 2011-10-19 Juri Linkov <juri@jurta.org>
13421
13422 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13423 (browse-url-chromium-program, browse-url-chromium-arguments):
13424 New defcustoms.
13425 (browse-url-default-browser): Check for `browse-url-chromium' and
13426 call `browse-url-chromium-program'.
13427 (browse-url-chromium): New command. (Bug#9779)
13428
13429 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13430
13431 * facemenu.el (list-colors-duplicates): On Windows, detect more
13432 duplicates by assuming that only colors matching "^System" are
13433 special "system colors". (Bug#9722)
13434
13435 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13436
13437 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13438 to distinguish the author from the committer.
13439
13440 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13441
13442 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13443
13444 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13445
13446 * international/mule.el (sgml-html-meta-auto-coding-function):
13447 Add support for detecting encoding in HTML5 specified only as
13448 <meta charset="UTF-8">. Implementation just makes http-equiv and
13449 content-type parts from HTML4 encoding string optional. (Bug#9716)
13450
13451 2011-10-18 Glenn Morris <rgm@gnu.org>
13452
13453 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13454
13455 2011-10-18 Chong Yidong <cyd@gnu.org>
13456
13457 * faces.el (cursor): Doc fix.
13458
13459 2011-10-17 Chong Yidong <cyd@gnu.org>
13460
13461 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13462
13463 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13464
13465 * dirtrack.el (dirtrack): Support shell buffers with path
13466 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13467
13468 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13469
13470 * json.el: Bump version to 1.3 and note change in History.
13471 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13472
13473 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13474
13475 * comint.el (comint-insert-input, comint-send-input)
13476 (comint-get-old-input-default, comint-backward-matching-input)
13477 (comint-next-prompt): Use nil instead of `input' for field property of
13478 past user input (bug#114).
13479
13480 * minibuffer.el (completion--replace): Inherit surrounding properties
13481 (bug#114).
13482 (minibuffer-complete-and-exit): Use it.
13483
13484 * comint.el (comint--table-subvert): Quote the all-completions output
13485 (bug#9160).
13486
13487 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13488
13489 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13490
13491 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13492 window on right of selected. (Bug#9350) Reword other window
13493 entries and separate them from frame entries.
13494
13495 2011-10-15 Glenn Morris <rgm@gnu.org>
13496
13497 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13498 Doc fixes.
13499
13500 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13501
13502 * net/network-stream.el (network-stream-open-starttls):
13503 Improve detection of failure due to lack of TLS support.
13504
13505 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13506 putting the input text in front and in bold.
13507
13508 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13511
13512 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13513 empty buffer.
13514
13515 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13516 unread-command-events rather than pushing yet-another event.
13517
13518 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13519
13520 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13521 the explanation of the possible choices. Make the options passed
13522 to completing-read shorter.
13523
13524 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13525
13526 * textmodes/flyspell.el (flyspell-large-region): Make sure
13527 extended character mode is used if defined (Bug#1339).
13528
13529 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13530
13531 * simple.el (what-cursor-position): Fix the display of the
13532 character info for LRE, LRO, RLE, and RLO characters by appending
13533 an invisible PDF.
13534
13535 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13538 even in case of error; add debug spec; simplify data flow.
13539 (with-timeout-handler): Remove.
13540
13541 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13542
13543 Fix Bug#6019, Bug#9315.
13544
13545 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13546 complete `buffer-file-name', the local file name part could look
13547 remotely (for example on VMS).
13548
13549 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13550 `tramp-run-real-handler'.
13551 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13552 already quoted by '"'.
13553
13554 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13555 Let `file-name-handler-alist' be nil, the local file name part
13556 could look remotely (for example on VMS).
13557
13558 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13559
13560 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13561 from here...
13562 (flyspell-post-command-hook): ...to here.
13563
13564 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13565
13566 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13567 if not needed.
13568 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13569 using completion. Protect against "slow" callers.
13570 Remove the "message hack".
13571
13572 2011-10-11 Juri Linkov <juri@jurta.org>
13573
13574 * isearch.el (isearch-lazy-highlight-word): New variable.
13575 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13576 Use it. (Bug#9727)
13577
13578 2011-10-11 Glenn Morris <rgm@gnu.org>
13579
13580 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13581 like f90-previous-statement does.
13582
13583 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13584
13585 * eshell/eshell.el (eshell-command): History should be saved
13586 only in interactive use, to avoid error.
13587
13588 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13589
13590 * minibuffer.el (completion-file-name-table): Fix last change,
13591 i.e. ignore normal errors but not the other ones.
13592
13593 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13594
13595 * window.el (special-display-buffer-names)
13596 (special-display-regexps): Remove some remnants of earlier
13597 changes from doc-strings.
13598 (quit-windows-on): New function.
13599
13600 * vc/vc.el (vc-revert, vc-rollback):
13601 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13602 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13603 (Bug#6183) (Bug#7074) (Bug#7447)
13604
13605 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13606
13607 * window.el (frame-auto-hide-function): Add version tag.
13608 (Bug#9699)
13609
13610 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13611
13612 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13613 condition.
13614
13615 2011-10-09 Leo Liu <sdl.web@gmail.com>
13616
13617 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13618 (Bug#9701)
13619
13620 2011-10-08 Glenn Morris <rgm@gnu.org>
13621
13622 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13623 before the first code statement zero indent. (Bug#9690)
13624
13625 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13626
13627 * simple.el (count-words-region): Always count in the region.
13628 Report the number of lines and characters too.
13629 (count-words): New command, which counts in the buffer if the
13630 region is inactive, as count-words-region used to.
13631 (count-words--message): New function. Handle plurals.
13632 (count-lines-region): Make it an alias for count-words-region.
13633
13634 * bindings.el (esc-map): Replace count-lines-region with
13635 count-words-region.
13636
13637 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13638
13639 * window.el (window--delete): Delete dedicated frame
13640 unconditionally when argument KILL is non-nil. (Bug#9699)
13641 (switch-to-buffer): Fix doc-string typo.
13642
13643 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13644
13645 * eshell/eshell.el (eshell-command): Avoid using hooks.
13646
13647 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13648
13649 * bindings.el ([M-left],[M-right]): Bind to left-word and
13650 right-word respectively.
13651
13652 2011-10-07 Glenn Morris <rgm@gnu.org>
13653
13654 * cus-start.el (debug-on-quit): Fix custom type.
13655
13656 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13657
13658 * subr.el (define-key-after): Clarify that the function is not
13659 useful for non-menu keymaps.
13660
13661 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13662
13663 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13664
13665 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13666 in current minibuffer (Fix bug with recursive minibuffers).
13667
13668 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13669
13670 * progmodes/gdb-mi.el (gdb): Doc fix.
13671
13672 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13673
13674 * window.el (frame-auto-hide-function): New option replacing
13675 frame-auto-delete. Suggested by Stefan Monnier.
13676 (window--delete): Call frame-auto-hide-function instead of
13677 investigating frame-auto-delete.
13678 (window-point-1, set-window-point-1): New functions.
13679 (window-in-direction, record-window-buffer, window-state-get-1)
13680 (display-buffer-record-window): Use window-point-1 instead of
13681 window-point.
13682 (set-window-buffer-start-and-point): Use set-window-point-1.
13683
13684 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13685
13686 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13687
13688 2011-10-05 Glenn Morris <rgm@gnu.org>
13689
13690 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13691 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13692
13693 2011-10-05 Leo Liu <sdl.web@gmail.com>
13694
13695 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13696 works with buffer object.
13697
13698 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13699
13700 * mpc.el (mpc-tool-bar-map): Add labels.
13701
13702 2011-10-04 Glenn Morris <rgm@gnu.org>
13703
13704 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13705
13706 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13707
13708 * window.el (window--delete): New function.
13709 (frame-auto-delete): Resuscitate option.
13710 (bury-buffer, replace-buffer-in-windows)
13711 (quit-window): Rewrite using window--delete.
13712 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13713 Pass display-buffer-mark-dedicated to window--display-buffer-2
13714 (Bug#9639).
13715
13716 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13717
13718 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13719 returns a list (bug#9554). Add remote file name completion.
13720 * comint.el (comint--table-subvert): Curry and get quote&unquote
13721 functions as arguments.
13722 (comint--complete-file-name-data): Adjust call accordingly.
13723 * pcomplete.el (pcomplete--table-subvert): Remove.
13724 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13725
13726 * minibuffer.el (completion-table-case-fold): Use currying.
13727 (completion--styles-type, completion--cycling-threshold-type):
13728 New constants.
13729 (completion-styles, completion-category-overrides)
13730 (completion-cycle-threshold): Use them.
13731 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13732 completion-table-case-fold.
13733
13734 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13735
13736 * minibuffer.el (completion-category-overrides): Fix type of styles
13737 and add more user friendly tags (bug#9660).
13738
13739 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13740
13741 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13742 (mule-input-method-string): New widget.
13743 (default-input-method, language-info-custom-alist): Use it.
13744
13745 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13746
13747 * pcomplete.el: Require comint.
13748 (pcomplete--common-suffix): Remove.
13749 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13750 (pcomplete--table-subvert): Sync with comint--table-subvert.
13751 (pcomplete--entries): Use comint-completion-file-name-table.
13752 * comint.el (comint-unquote-filename): Simplify.
13753 (comint-completion-file-name-table): New function (bug#9616).
13754 (comint--complete-file-name-data): Use it.
13755
13756 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13757 (pcmpl-gnu-tar-buffer): Remove.
13758 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13759 around. Make sure pcomplete-suffix-list is only changed temporarily.
13760 Don't look inside the tar's file if it's too large.
13761
13762 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
13763
13764 * cus-edit.el (custom-mode-map):
13765 * epa.el (epa-key-list-mode-map):
13766 * man.el (Man-mode-map):
13767 * startup.el (splash-screen-keymap):
13768 * simple.el (special-mode-map): Use scroll-up-command and
13769 scroll-down-command.
13770
13771 * progmodes/idlw-help.el (idlwave-help-mode-map):
13772 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13773 * net/newst-plainview.el (newsticker-mode-map):
13774 * emulation/ws-mode.el (wordstar-mode-map):
13775 * emulation/vi.el (vi-com-map):
13776 * calc/calc-graph.el (calc-graph-show-dumb):
13777 * term/sun.el (terminal-init-sun):
13778 * term/ns-win.el (global-map):
13779 * progmodes/grep.el (grep-mode-map):
13780 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13781 * mail/rmail.el (rmail-mode-map):
13782 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13783
13784 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13785 custom-safe-themes as special.
13786
13787 2011-10-01 Julien Danjou <julien@danjou.info>
13788
13789 * notifications.el (notifications-notify): Fix docstring.
13790
13791 2011-10-01 Per Starbäck <per@starback.se>
13792
13793 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13794
13795 2011-09-30 Martin Rudalics <rudalics@gmx.at>
13796
13797 * startup.el (command-line-1): Fix last fix by inserting
13798 initial-scratch-message into *scratch* before displaying it.
13799 (Bug#9605) and (Bug#9636)
13800
13801 2011-09-29 Eli Zaretskii <eliz@gnu.org>
13802
13803 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13804 window is hscrolled, move by logical lines. (Bug#9607)
13805 (line-move-visual): Update the doc string to the above effect.
13806
13807 2011-09-29 Martin Rudalics <rudalics@gmx.at>
13808
13809 * window.el (display-buffer-record-window): When WINDOW is the
13810 selected window use `point' instead of `window-point'. (Bug#9626)
13811
13812 * startup.el (command-line-1): Use insert-before-markers when
13813 inserting initial-scratch-message. (Bug#9605)
13814
13815 * help.el (help-window): Remove variable.
13816
13817 2011-09-29 Glenn Morris <rgm@gnu.org>
13818
13819 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13820
13821 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
13822
13823 * descr-text.el (describe-char-categories): Accept category
13824 descriptions more than one line long.
13825
13826 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13827
13828 * simple.el (delete-trailing-whitespace): Fix last change.
13829
13830 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13831 Don't confuse "y => 3" as the beginning of a `y' operation.
13832
13833 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13834 object has more than 4 slots (bug#9613).
13835
13836 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
13837
13838 * subr.el (with-output-to-temp-buffer):
13839 * net/quickurl.el (quickurl, quickurl-browse-url):
13840 Fix typos in docstrings.
13841
13842 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13843
13844 * minibuffer.el (completion-styles)
13845 (completion-category-overrides): Cross reference each other in doc
13846 strings.
13847
13848 2011-09-27 Glenn Morris <rgm@gnu.org>
13849
13850 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13851 to split-string. (Bug#9606)
13852
13853 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13854
13855 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13856 (bug#9615).
13857
13858 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13859
13860 * emacs-lisp/package.el (list-packages): Fix echo area message.
13861
13862 2011-09-27 Leo Liu <sdl.web@gmail.com>
13863
13864 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13865
13866 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13867
13868 * net/dbus.el (dbus-unregister-object): Don't release services for
13869 registered signals. (Bug#9581)
13870
13871 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13872
13873 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13874 function that picks between cfengine 2 and 3 support
13875 automatically. Update docs accordingly.
13876
13877 2011-09-22 Kenichi Handa <handa@m17n.org>
13878
13879 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13880 ZERO.
13881 (indian-itrans-v5-table-for-tamil): New variable.
13882 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13883
13884 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13885
13886 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13887 that's true if the current command involved collapsing of text.
13888 It's reset to false at the beginning of the next command.
13889 (allout-post-command-business): Move the cursor to the beginning
13890 of entry if the cursor is hidden and collapsing activity just
13891 happened.
13892
13893 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13894
13895 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13896 tracking (Bug#9541).
13897
13898 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13899
13900 * net/newst-reader.el (newsticker-html-renderer)
13901 (newsticker-show-news): Automatically load html rendering package
13902 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13903 because w3m-fill-column is let-bound" and the error "Symbol's value
13904 as variable is void: w3m-fill-column".
13905
13906 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13907
13908 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13909 Release services only if they are defined. (Bug#9581)
13910
13911 2011-09-23 Richard Stallman <rms@gnu.org>
13912
13913 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13914 distinguish start of paragraph from start of its text.
13915
13916 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13917
13918 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13919 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13920 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13921
13922 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13923
13924 * international/mule-diag.el (mule-diag): Insert a newline after
13925 each fontset description.
13926
13927 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13928
13929 * simple.el (delete-trailing-whitespace):
13930 Document last change; simplify.
13931
13932 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13933
13934 * simple.el (delete-trailing-whitespace): Also delete
13935 extra newlines at the end of the buffer.
13936
13937 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13938 (picture-newline): Use forward-line so as to ignore fields.
13939
13940 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13941
13942 * subr.el (with-wrapper-hook): Fix edebug spec.
13943
13944 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13945
13946 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13947 (bug#4538).
13948
13949 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
13950
13951 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13952 Fix nasty bug using wrong cached values.
13953
13954 2011-09-23 Alan Mackenzie <acm@muc.de>
13955
13956 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13957
13958 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
13959
13960 * window.el (pop-to-buffer): Ensure right window is selected if we
13961 chose another frame.
13962
13963 2011-09-22 Eli Zaretskii <eliz@gnu.org>
13964
13965 * simple.el (what-cursor-position): Use get-char-property-change
13966 and next-single-char-property-change, to be able to show display
13967 properties that come from overlays as well as text properties.
13968
13969 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
13970
13971 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13972
13973 * cmuscheme.el (run-scheme, switch-to-scheme):
13974 * cus-edit.el (customize-group, custom-buffer-create)
13975 (customize-browse):
13976 * info.el (info):
13977 * shell.el (shell):
13978 * mail/sendmail.el (mail):
13979 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13980
13981 2011-09-22 Richard Stallman <rms@gnu.org>
13982
13983 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13984 move back only to line beg, don't move back over blank lines.
13985
13986 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
13987
13988 * files.el (copy-directory): Set directory attributes only in case
13989 they could be retrieved from the source directory. (Bug#9565)
13990
13991 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13992
13993 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13994 (hs-find-block-beginning, hs-hide-level-recursive):
13995 Ignore strings as well as comments. (Bug#9502)
13996
13997 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13998
13999 * progmodes/sql.el (sql-comint-postgres):
14000 Convert port number to a string. (Bug#9566)
14001
14002 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14003
14004 * window.el (quit-window): Undedicate window when switching to
14005 previous buffer. Reported by Thierry Volpiatto
14006 <thierry.volpiatto@gmail.com>.
14007 (special-display-popup-frame): When popping up a new frame reset
14008 its previous buffers to nil. Simplify code.
14009
14010 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14011
14012 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14013 and process filter, as done also in `shell-command'.
14014
14015 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14016
14017 * window.el (set-window-buffer-start-and-point):
14018 Call set-window-start with NOFORCE argument t.
14019 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14020 (quit-window): Reword doc-string. Handle new format of
14021 quit-restore parameter. Don't delete window if it has a
14022 previous buffer we can show instead of the present one.
14023 (display-buffer-record-window): Rewrite using a new format for
14024 the quit-restore window parameter
14025 (special-display-popup-frame, display-buffer-same-window)
14026 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14027 (display-buffer-pop-up-window, display-buffer-use-some-window):
14028 Adapt symbol passed to display-buffer-record-window.
14029 * help.el (help-window-setup): Handle new format of quit-restore
14030 parameter.
14031
14032 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14033
14034 * faces.el (face-list): Fix docstring (bug#9564).
14035
14036 * window.el (display-buffer--action-function-custom-type):
14037 Don't include internal functions in the Custom interface.
14038
14039 2011-09-20 Juri Linkov <juri@jurta.org>
14040
14041 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14042 (Info-forward-node, Info-backward-node, Info-next-preorder)
14043 (Info-last-preorder): Use it. (Bug#9528)
14044
14045 2011-09-20 Juri Linkov <juri@jurta.org>
14046
14047 * info.el (Info-last-preorder): Visit last menu item only when
14048 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14049
14050 2011-09-20 Julien Danjou <julien@danjou.info>
14051
14052 * password-cache.el (password-cache-remove): Remove entries even if the
14053 value is nil, so that password with a nil value (negative caching) is
14054 possible to invalidate.
14055
14056 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14057
14058 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14059 all whitespace around breakpoint. (Bug#9553)
14060 (f90-find-breakpoint): Only break at whitespace inside a comment.
14061
14062 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14063
14064 * minibuffer.el (completion-file-name-table): Keep track of errors.
14065 (completion-table-with-predicate): Handle the case where pred1 is nil.
14066 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14067
14068 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14069
14070 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14071 (debugger-return-value): Signal an error if the debugging context does
14072 not await any return value.
14073
14074 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14075 * image-mode.el (image-toggle-display-text)
14076 (image-toggle-display-image): Stay away from evil `intangible'.
14077
14078 2011-09-19 Leo Liu <sdl.web@gmail.com>
14079
14080 * replace.el (occur-revert-arguments): Make it permanent-local.
14081 (occur-mode): Don't call font-lock-defontify.
14082
14083 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14084
14085 * net/ldap.el (ldap-search-internal): Don't push empty search
14086 result (Bug#9508).
14087
14088 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14091
14092 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14093
14094 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14095 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14096
14097 2011-09-18 Juri Linkov <juri@jurta.org>
14098
14099 * buff-menu.el (Buffer-menu-mode-map):
14100 * dired.el (dired-mode-map):
14101 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14102 (lisp-interaction-mode-map):
14103 * emacs-lisp/package.el (package-menu-mode-map):
14104 * epa.el (epa-key-list-mode-map):
14105 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14106 (menu-bar-options-menu):
14107 * outline.el (outline-mode-menu-bar-map):
14108 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14109 * vc/vc-dir.el (vc-dir-menu-map):
14110 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14111 Capitalize non-function content words in menu item strings.
14112
14113 * dired.el (dired-mode-map): Add menu item for
14114 `image-dired-dired-toggle-marked-thumbs'.
14115
14116 2011-09-18 Juri Linkov <juri@jurta.org>
14117
14118 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14119 to `isearch-case-fold-search' and restore its original value
14120 after the `isearch-mode' call.
14121
14122 2011-09-18 Juri Linkov <juri@jurta.org>
14123
14124 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14125 because `zgrep' returns 1 for successful matches (bug#9226).
14126
14127 2011-09-18 Juri Linkov <juri@jurta.org>
14128
14129 * info.el (Info-extract-menu-node-name): Check the second match
14130 for empty string (second test-case of bug#9528).
14131 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14132 intermediate nodes to the history (first test-case of bug#9528).
14133
14134 2011-09-18 Juri Linkov <juri@jurta.org>
14135
14136 * info.el (Info-mode-syntax-table): New variable.
14137 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14138
14139 2011-09-18 Juri Linkov <juri@jurta.org>
14140
14141 * info.el (Info-file-supports-index-cookies):
14142 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14143 outputs one more line for long file names (bug#4142).
14144
14145 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14146
14147 * newcomment.el (comment-normalize-vars): If prompting for
14148 comment-start, set comment-start-skip too (Bug#8424).
14149
14150 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14151
14152 * icomplete.el: Fix previous fix of Bug#5849.
14153 (icomplete-mode): Don't set completion-show-inline-help.
14154 (icomplete-minibuffer-setup): Set completion-show-inline-help
14155 locally during icompletion.
14156
14157 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14158
14159 * woman.el (woman2-process-escapes): Don't delete unrecognized
14160 escapes (Bug#7843).
14161
14162 * files.el (inhibit-first-line-modes-regexps): Add image files.
14163 (hack-local-variables-prop-line): Return nil for malformed
14164 prop-lines (Bug#9044).
14165
14166 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14167
14168 * net/tramp.el (top): Don't require 'shell.
14169 (tramp-methods): Fix docstring.
14170 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14171 Return complete remote file name. Handle "smb" case.
14172 Use `tramp-tmpdir', if defined for the respective method.
14173 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14174
14175 * net/tramp-compat.el (top): Require 'shell.
14176
14177 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14178 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14179 `tramp-current-host'.
14180 (tramp-get-remote-tmpdir): Remove.
14181
14182 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14183 `tramp-tmpdir' entries.
14184 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14185 (tramp-smb-handle-file-attributes): Ignore errors.
14186 (tramp-smb-wait-for-output): Check also for process end.
14187
14188 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14189
14190 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14191 when sending QUIT (bug#9312).
14192
14193 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14194
14195 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14196 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14197 occur-mode-display-occurrence.
14198 (occur-edit-mode): Add usage message.
14199 (occur-cease-edit): New command.
14200 (occur-after-change-function): Use text properties to find the
14201 position of the prefix text.
14202 (occur-engine): Set stickiness of prefix text properties.
14203
14204 2011-09-17 Glenn Morris <rgm@gnu.org>
14205
14206 * progmodes/etags.el (complete-tag):
14207 Fix call to completion-in-region. (Bug#9526)
14208
14209 2011-09-17 Juri Linkov <juri@jurta.org>
14210
14211 * textmodes/ispell.el (ispell-word): Add to the error message
14212 the word, ispell program name and current dictionary (bug#9121).
14213 (ispell-tex-arg-end): Capitalize "error" in the error message.
14214
14215 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14216
14217 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14218 check. (Bug#4251)
14219
14220 2011-09-17 Juri Linkov <juri@jurta.org>
14221
14222 * window.el (window-safe-min-height, window-safe-min-width):
14223 Fix typos (followup to bug#9522).
14224
14225 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14226
14227 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14228
14229 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14230
14231 * simple.el (line-move): If goal-column is set, move by logical
14232 lines, not by display lines. (Bug#971)
14233 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14234 to reflect the above change.
14235
14236 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * image.el (imagemagick-register-types): Use regexp-opt.
14239
14240 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14241
14242 * window.el (display-buffer-base-action): Rename from
14243 display-buffer-default-action. Make default value empty.
14244 (display-buffer-overriding-action): Convert to defvar.
14245 (display-buffer-fallback-action): New var.
14246
14247 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14248
14249 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14250 declaration.
14251 (package--add-to-archive-contents): If there is a duplicate entry
14252 with an older version, remove it.
14253 (package-menu-mark-delete, package-menu-mark-install)
14254 (package-menu-mark-unmark): Make unused args optional.
14255 (package-menu-mark-obsolete-for-deletion):
14256 Use package-menu-get-status instead of a regexp search.
14257 (package-menu-get-status): Use tabulated-list-entry.
14258 (package-menu-mark-upgrades): New command.
14259 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14260 (package-menu-execute): Do installation before deletion.
14261 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14262 instead of checking major-mode.
14263 (package-menu--find-upgrades): New function.
14264
14265 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14266
14267 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14268 passwords in the log buffer.
14269 (smtpmail-process-filter): Update the process marker so that the
14270 "broken by peer" status message is inserted in the right place.
14271
14272 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14273
14274 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14275 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14276 bibtex-completion-at-point-function.
14277 (bibtex-completion-at-point-function): Use them.
14278
14279 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14280
14281 * mpc.el (mpc-constraints-tag-lookup): New function.
14282 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14283 also to browser "album|playlist".
14284
14285 2011-09-14 Juri Linkov <juri@jurta.org>
14286
14287 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14288 (isearch-edit-string): Use length of `isearch-string' when
14289 `isearch-fail-pos' returns nil.
14290 (isearch-message): Remove duplicate code and call
14291 `isearch-fail-pos' with arg `t'.
14292
14293 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14294
14295 * replace.el (occur-mode-goto-occurrence): Don't force using other
14296 window (Bug#9499).
14297
14298 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14299
14300 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14301
14302 * window.el (display-buffer-window): Remove.
14303 (display-buffer-record-window): Use help-setup window parameter
14304 instead of variable display-buffer-window.
14305 (display-buffer-function, special-display-buffer-names)
14306 (special-display-function): Mention help-setup parameter instead
14307 of display-buffer-window in doc-string.
14308 * help.el (help-window-setup): New argument help-window.
14309 Use help-window-setup parameter instead of display-buffer-window.
14310 Reword some messages.
14311 (with-help-window): Pass window used for displaying the buffer
14312 to help-window-setup. Don't set display-buffer-window.
14313
14314 2011-09-13 Glenn Morris <rgm@gnu.org>
14315
14316 * emacs-lisp/debug.el (debugger-make-xrefs):
14317 Preserve point. (Bug#9462)
14318
14319 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14320
14321 * window.el (window-deletable-p): Use next-frame.
14322
14323 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14324
14325 * window.el (window-auto-delete): Remove.
14326 (window-deletable-p): Remove argument FORCE. Don't deal with
14327 dedication and previous buffers.
14328 (switch-to-prev-buffer): Don't delete window.
14329 (delete-windows-on): Delete a window's frame if and only if the
14330 window is dedicated.
14331 (replace-buffer-in-windows): Delete buffer's window or frame if
14332 and only if window is dedicated.
14333 (quit-window): Handle quit-restore as before last change.
14334 (bury-buffer): Delete window only if window-deletable-p returns t.
14335
14336 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14337
14338 * window.el (window-deletable-p): Never delete the last frame on a
14339 given terminal.
14340
14341 2011-09-13 Glenn Morris <rgm@gnu.org>
14342
14343 * help.el (describe-key-briefly): Copy previous standard-output change.
14344
14345 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14346
14347 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14348
14349 2011-09-13 Glenn Morris <rgm@gnu.org>
14350
14351 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14352 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14353
14354 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14355
14356 * dired-aux.el (dired-mark-read-string): Don't return default
14357 value on empty input (Bug#9361).
14358 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14359 Omit initial minibuffer contents.
14360 (dired-do-chmod): Signal an error on empty input.
14361 (dired-mark-read-string): Don't return default on empty input.
14362
14363 * files.el (file-modes-symbolic-to-number): Doc fix.
14364
14365 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14366
14367 * international/mule-cmds.el (ucs-completions): Remove.
14368 (read-char-by-name): Use complete-with-action instead; add metadata.
14369
14370 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14371
14372 * window.el (display-buffer--action-function-custom-type)
14373 (display-buffer--action-custom-type): New vars.
14374 (display-buffer-alist, display-buffer-default-action)
14375 (display-buffer-overriding-action): Add defcustom types.
14376
14377 * frame.el (delete-other-frames): Doc fix (Bug#276).
14378
14379 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14380
14381 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14382
14383 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14384
14385 Change modes that used same-window-* vars to use switch-to-buffer.
14386
14387 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14388 Use switch-to-buffer.
14389
14390 * cus-edit.el (customize-group, custom-buffer-create)
14391 (customize-browse, custom-buffer-create-other-window):
14392 Use switch-to-buffer or switch-to-buffer-other-window.
14393
14394 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14395 (Info-prev, Info-up, Info-speedbar-goto-node)
14396 (info-display-manual): Use switch-to-buffer.
14397 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14398
14399 * mail/sendmail.el (mail): Use switch-to-buffer.
14400 (mail-recover): Use switch-to-buffer-other-window.
14401
14402 * cmuscheme.el (run-scheme, switch-to-scheme):
14403 * ielm.el (ielm):
14404 * shell.el (shell):
14405 * net/rlogin.el (rlogin):
14406 * net/telnet.el (telnet, rsh):
14407 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14408
14409 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14410
14411 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14412
14413 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14414
14415 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14416 so don't mention it (bug#9301).
14417 (dired-sort-toggle-or-edit): Clarify string further.
14418
14419 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14420 match `x', `w32' and `ns', like the manual says (bug#9029).
14421
14422 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14423 (process-kill-buffer-query-function): Mention the buffer name in
14424 the query.
14425
14426 * image-mode.el (image-next-line): The line parameter is mandatory
14427 (bug#9258).
14428
14429 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14430 which can be useful (bug#9301).
14431
14432 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14433
14434 * subr.el (match-string): Mention that the current buffer should
14435 be the same as the search was done in (bug#9282).
14436
14437 * facemenu.el: Disable the remove-* commands if the mark isn't
14438 active (bug#9162).
14439
14440 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14441
14442 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14443 of display-buffer.
14444 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14445
14446 * replace.el (occur-mode-goto-occurrence)
14447 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14448 and display-buffer.
14449
14450 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14451 display-buffer.
14452
14453 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14454 special-display and same-window variables.
14455 (mail-other-window): Use switch-to-buffer-other-window.
14456 (mail-other-frame): USe switch-to-buffer-other-frame.
14457
14458 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14459 Use display-buffer-other-frame.
14460 (gdb-display-gdb-buffer): Use pop-to-buffer.
14461
14462 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14463
14464 * progmodes/python.el: Don't set same-window-buffer-names.
14465
14466 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14467
14468 * window.el (display-buffer-alist): Add *Python*.
14469
14470 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14471
14472 * window.el (display-buffer-alist): Add entry for buffers
14473 previously handled same-window-*.
14474 (display-buffer-alist, display-buffer-default-action)
14475 (display-buffer-overriding-action): Mark as risky.
14476 (display-buffer-alist): Document action function changes.
14477 (display-buffer--same-window-action)
14478 (display-buffer--other-frame-action): New variables.
14479 (switch-to-buffer, display-buffer-other-frame): Use them.
14480 (display-buffer): Rename reuse-frame entry to reusable-frames.
14481 (display-buffer-reuse-selected-window): Function deleted.
14482 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14483 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14484 (display-buffer-special): New function.
14485 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14486 display-buffer-reuse-or-pop-window. Split off special-display
14487 part into display-buffer-special.
14488 (display-buffer-use-some-window): Don't perform any special
14489 pop-up-frames handling.
14490 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14491 (display-buffer--maybe-same-window): Rename from
14492 display-buffer-maybe-same-window.
14493
14494 * info.el: Don't set same-window-regexps.
14495 (info-setup): New function.
14496 (info-other-window, info): Call it.
14497
14498 * cus-edit.el: Don't set same-window-regexps.
14499 (customize-group): New argument.
14500 (customize-group-other-window): Use it.
14501 (customize-face, customize-face-other-window): Likewise.
14502 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14503
14504 * net/rlogin.el:
14505 * net/telnet.el:
14506 * progmodes/gud.el: Don't set same-window-regexps.
14507
14508 * cmuscheme.el:
14509 * ielm.el:
14510 * shell.el:
14511 * mail/sendmail.el:
14512 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14513
14514 2011-09-10 Juri Linkov <juri@jurta.org>
14515
14516 * isearch.el (isearch-edit-string): Remove obsolete mention of
14517 `C-w' (`isearch-yank-word-or-char') from docstring.
14518 (isearch-query-replace): Fix typo in docstring (bug#9466).
14519
14520 2011-09-10 Juri Linkov <juri@jurta.org>
14521
14522 * paren.el (show-paren-function): Don't show escaped parens.
14523 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14524
14525 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14526
14527 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14528 (mm-default-file-encoding): Remove autoload forms, they are
14529 replaced with autoload cookies in mml.el and mm-encode.el.
14530 (mail-add-attachment): New command.
14531 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14532 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14533 the doc string.
14534 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14535
14536 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14537
14538 * simple.el (count-words-region): Use buffer if there's no region
14539 (bug#9429).
14540
14541 2011-09-09 Juri Linkov <juri@jurta.org>
14542
14543 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14544 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14545 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14546
14547 2011-09-09 Alan Mackenzie <acm@muc.de>
14548
14549 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14550 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14551
14552 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14553
14554 Fix for Savannah bug#9392.
14555 * simple.el (mail-encode-mml): New defvar.
14556
14557 * mail/rmail.el (mail-encode-mml): Add a defvar.
14558 (rmail-enable-mime-composing): Default to t.
14559 (rmail-forward): Use MIME method of forwarding only if both
14560 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14561 Set mail-encode-mml non-nil if the MIME method was used.
14562
14563 * mail/sendmail.el (mml-to-mime): Add autoload form.
14564 (mail-encode-mml): Add a defvar.
14565 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14566 to nil.
14567 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14568 message through mml-to-mime, and reset mail-encode-mml to nil.
14569
14570 2011-09-09 Glenn Morris <rgm@gnu.org>
14571
14572 * woman.el (woman-if-body): When processing an .el block,
14573 do not delete the next .el block as well. (Bug#9447)
14574 (woman-special-characters): Add oq, cq, and hy characters.
14575
14576 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14577
14578 * window.el (window-deletable-p): Make sure window is live before
14579 invoking window-prev-buffers.
14580
14581 2011-09-08 Leo Liu <sdl.web@gmail.com>
14582
14583 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14584
14585 2011-09-08 Juri Linkov <juri@jurta.org>
14586
14587 * progmodes/compile.el (compilation-environment): Make it
14588 a defcustom (bug#8340).
14589
14590 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14591
14592 * window.el (frame-auto-delete): Rename to window-auto-delete.
14593 Make it control auto-deletion of windows and/or frames.
14594 (window-deletable-p): New argument FORCE. Rewrite conditions
14595 for deleting window/frame. (Bug#9419)
14596 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14597 Rewrite handling of case when window/frame can be deleted.
14598 (delete-windows-on): Call window-deletable-p with new FORCE
14599 argument t. (Bug#9456)
14600
14601 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14602
14603 * help-mode.el (help-mode): Restore autoload.
14604
14605 2011-09-07 Juri Linkov <juri@jurta.org>
14606
14607 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14608 `compilation-environment'. Set buffer-local
14609 `compilation-environment' to `thisenv' later after (funcall mode).
14610 (Bug#8340)
14611
14612 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14613 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14614 instead of replacing its value. (Bug#8340)
14615
14616 2011-09-07 Juri Linkov <juri@jurta.org>
14617
14618 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14619 based on text properties put by `grep-filter' instead of matching
14620 escape sequences.
14621 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14622 to the value of `grep-error-screen-columns' (bug#9438).
14623
14624 2011-09-07 Juri Linkov <juri@jurta.org>
14625
14626 * simple.el (next-error-highlight, next-error-highlight-no-select):
14627 Doc fix (bug#9432).
14628
14629 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14630
14631 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14632 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14633
14634 2011-09-07 Leo Liu <sdl.web@gmail.com>
14635
14636 * net/rcirc.el (rcirc-mode): Conditionally initialize
14637 rcirc-input-ring.
14638
14639 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14640
14641 * emacs-lisp/find-func.el (find-function-C-source): Only set
14642 find-function-C-source-directory after checking that we found a source
14643 file there (bug#9440).
14644
14645 2011-09-06 Alan Mackenzie <acm@muc.de>
14646
14647 * isearch.el (isearch-other-meta-char): Wherever a key list is
14648 unread, "unread" the prefix arg, too. This fixes bug #8901.
14649
14650 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14651
14652 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14653
14654 2011-09-05 Juri Linkov <juri@jurta.org>
14655
14656 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14657
14658 2011-09-05 Juri Linkov <juri@jurta.org>
14659
14660 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14661 keeping point where processing of grep matches begins, and
14662 continue to delete remaining escape sequences from the same point.
14663 (grep-filter): Make leading zero optional in "0?1;31m" because
14664 git-grep emits "\033[1;31m" escape sequences unlike expected
14665 "\033[01;31m" as GNU Grep does (bug#9408).
14666 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14667
14668 2011-09-05 Juri Linkov <juri@jurta.org>
14669
14670 * subr.el (y-or-n-p): Capitalize "yes".
14671
14672 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14673
14674 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14675 `tramp-cache-unload-hook' where appropriate.
14676 (tramp-methods): Rename `tramp-remote-sh' to
14677 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14678 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14679
14680 * net/tramp-sh.el (top): Don't require 'shell.
14681 (tramp-methods): Add `tramp-remote-shell' and
14682 `tramp-remote-shell-args' entries.
14683 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14684 (tramp-sh-handle-shell-command): Remove.
14685 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14686 Use `tramp-remote-shell'.
14687
14688 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14689
14690 * mail/sendmail.el (sendmail-query-once-function): Delete.
14691 (sendmail-query-once): Save directly to send-mail-function.
14692 Update message-send-mail-function too.
14693
14694 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14695
14696 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14697
14698 * progmodes/python.el (python-mode-map): Use correct function to
14699 start python interpreter from menu-bar (as reported by Geert
14700 Kloosterman).
14701 (inferior-python-mode-map): Fix typo.
14702 (python-shell-map): Remove.
14703
14704 2011-09-03 Deniz Dogan <deniz@dogan.se>
14705
14706 * net/rcirc.el (rcirc-print): Simplify code for
14707 rcirc-scroll-show-maximum-output. There is no need to walk
14708 through all windows to find the right one.
14709
14710 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14711
14712 * help.el (help-return-method): Doc fix.
14713
14714 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14715
14716 * window.el (window-deletable-p): Don't return a non-nil value
14717 when there's a buffer that was shown in the window before.
14718 (Bug#9419)
14719 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14720 Set window's previous buffers to nil.
14721
14722 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14723
14724 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14725 newline before and after the tag line, so it doesn't interfere
14726 with determining the paragraph direction of bidirectional text.
14727
14728 2011-09-03 Leo Liu <sdl.web@gmail.com>
14729
14730 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14731
14732 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14733
14734 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14735 (pop-to-buffer): Change interactive spec. Pass second argument
14736 directly to display-buffer.
14737 (display-buffer): Fix interactive spec. Use functionp to
14738 distinguish between a function and a list of functions.
14739
14740 * abbrev.el (edit-abbrevs):
14741 * arc-mode.el (archive-extract):
14742 * autoinsert.el (auto-insert):
14743 * bookmark.el (bookmark-bmenu-list):
14744 * files.el (find-file):
14745 * view.el (view-buffer):
14746 * progmodes/compile.el (compilation-goto-locus):
14747 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14748
14749 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14750
14751 * window.el (display-buffer-alist): Doc fix.
14752 (display-buffer): Add docstring. Don't treat
14753 display-buffer-default specially.
14754 (display-buffer-reuse-selected-window)
14755 (display-buffer-same-window, display-buffer-maybe-same-window)
14756 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14757 (display-buffer-pop-up-window)
14758 (display-buffer-reuse-or-pop-window)
14759 (display-buffer-use-some-window): New functions.
14760 (display-buffer-default-action): Use them.
14761 (display-buffer-default): Delete.
14762 (pop-to-buffer-1): Fix choice of actions.
14763
14764 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14765
14766 * minibuffer.el (completion--insert-strings): Don't get confused by
14767 completion entries that end with an LF char.
14768
14769 2011-09-01 Eli Zaretskii <eliz@gnu.org>
14770
14771 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14772
14773 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
14774
14775 * window.el (display-buffer): Restore interactive spec.
14776 (display-buffer-same-window, display-buffer-other-window):
14777 New functions.
14778 (pop-to-buffer-1): New function. Use the above.
14779 (pop-to-buffer, pop-to-buffer-same-window): Use it.
14780 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14781
14782 * view.el (view-buffer-other-window, view-buffer-other-frame):
14783 Just use pop-to-buffer.
14784
14785 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14786
14787 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14788
14789 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14790
14791 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14792
14793 2011-08-31 Richard Stallman <rms@gnu.org>
14794
14795 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14796 of the separation of rmail-view-buffer from rmail-buffer.
14797 If you say no to "replace original", the decrypt is in the
14798 view buffer. If you say yes, the decrypt goes into the
14799 rmail buffer also.
14800
14801 2011-08-31 Martin Rudalics <rudalics@gmx.at>
14802
14803 * window.el (display-buffer-window): Rewrite doc-string.
14804 (display-buffer-record-window): New function.
14805 (display-buffer-macro-specifiers)
14806 (display-buffer-even-window-sizes, display-buffer-set-height)
14807 (display-buffer-set-width, display-buffer-in-window)
14808 (display-buffer-reuse-window, display-buffer-split-specifiers)
14809 (display-buffer-side-specifiers, display-buffer-split-window-1)
14810 (display-buffer-split-window, display-buffer-split-atom-window)
14811 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14812 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14813 (display-buffer-other-window-means-other-frame)
14814 (display-buffer-normalize-special)
14815 (display-buffer-normalize-default)
14816 (display-buffer-normalize-argument)
14817 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14818 (display-buffer-normalize-specifiers, display-buffer-frame)
14819 (display-buffer-same-window, display-buffer-same-frame)
14820 (display-buffer-other-window)
14821 (display-buffer-same-frame-other-window)
14822 (display-buffer-other-frame, pop-to-buffer-same-window)
14823 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14824 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14825 (switch-to-buffer-same-frame)
14826 (switch-to-buffer-other-window-same-frame)
14827 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14828 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14829 (display-buffer-alist-set): Remove.
14830 (display-buffer-function, special-display-buffer-names)
14831 (special-display-regexps, special-display-function):
14832 In doc-string refer to display-buffer-window and quit-restore
14833 parameter.
14834 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14835 (special-display-frame-alist, special-display-popup-frame)
14836 (same-window-buffer-names, same-window-regexps, same-window-p)
14837 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14838 (split-window-preferred-function, split-height-threshold)
14839 (split-width-threshold, window-splittable-p)
14840 (split-window-sensibly, window--try-to-split-window)
14841 (window--frame-usable-p, even-window-heights)
14842 (window--even-window-heights, window--display-buffer-1)
14843 (window--display-buffer-2, display-buffer-other-frame):
14844 Restore old Emacs 23 code, order and doc-strings where applicable.
14845 (display-buffer-default, display-buffer-assq-regexp): New functions.
14846 (display-buffer-alist): Rewrite doc-string.
14847 (display-buffer-default-action)
14848 (display-buffer-overriding-action): New variables.
14849 (display-buffer, switch-to-buffer): Rewrite.
14850 (pop-to-buffer): Restore Emacs 23 behavior but use
14851 window-normalize-buffer-to-display.
14852 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14853 Restore Emacs 23 behavior but use
14854 window-normalize-buffer-to-switch-to.
14855 (pop-to-buffer-same-window): Rewrite.
14856 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14857 Rewrite using Emacs 23 options.
14858
14859 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14860
14861 * net/tramp.el (tramp-root-regexp): Remove.
14862 (tramp-completion-file-name-regexp-unified)
14863 (tramp-completion-file-name-regexp-separate)
14864 (tramp-completion-file-name-regexp-url): Don't use leading volume
14865 letter on w32 systems. (Bug#5303, Bug#9311)
14866 (tramp-drop-volume-letter): Simplify definition.
14867 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14868
14869 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14870
14871 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14872 (bug#9356).
14873
14874 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14875
14876 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14877
14878 2011-08-29 Juri Linkov <juri@jurta.org>
14879
14880 * isearch.el (isearch-done): Don't display message "Mark saved"
14881 when arg `edit' is non-nil to prevent its flicker in the echo area.
14882
14883 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14884
14885 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14886 obsolete packages for deletion.
14887
14888 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14889
14890 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14891 (help-mode): Derive help-mode from special-mode. Don't invoke
14892 view-mode from help-mode.
14893 (help-xref-override-view-map): Remove.
14894 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14895 view-mode is not used anymore.
14896
14897 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14898
14899 * server.el (server-port): Doc fix.
14900
14901 * cus-theme.el (custom-theme-choose-mode): Inherit from
14902 special-mode (Bug#9124).
14903 (custom-theme-choose-mode-map): Add special-mode to parent.
14904
14905 2011-08-28 Alan Mackenzie <acm@muc.de>
14906
14907 * progmodes/cc-fonts.el
14908 (c-make-font-lock-BO-decl-search-function): New function.
14909 (c-basic-matchers-after - "Fontify the clauses after various
14910 keywords"): Extract the three keyword lists for the 3 erroneous
14911 constructs from the list of four, and use the new function above
14912 in place of an old one.
14913
14914 2011-08-28 Deniz Dogan <deniz@dogan.se>
14915
14916 * net/rcirc.el (rcirc-insert-prev-input)
14917 (rcirc-insert-next-input): Remove unused argument.
14918
14919 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14920
14921 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14922
14923 2011-08-27 Alan Mackenzie <acm@muc.de>
14924
14925 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14926 handle function pointer parameters properly.
14927
14928 2011-08-27 Martin Rudalics <rudalics@gmx.at>
14929
14930 * window.el (display-buffer-reuse-window): Fix case where
14931 selected window was reused with non-nil OTHER-WINDOW argument.
14932 (Bug#9381)
14933
14934 2011-08-27 Deniz Dogan <deniz@dogan.se>
14935
14936 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14937 oftc's NickServ messages.
14938
14939 2011-08-27 Glenn Morris <rgm@gnu.org>
14940
14941 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14942
14943 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
14944
14945 * emacs-lisp/package.el (package-install): Call package-initialize
14946 if called interactively.
14947
14948 2011-08-26 Leo Liu <sdl.web@gmail.com>
14949
14950 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14951
14952 2011-08-25 Juri Linkov <juri@jurta.org>
14953
14954 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14955 `search-whitespace-regexp' (bug#9364).
14956
14957 2011-08-25 Juri Linkov <juri@jurta.org>
14958
14959 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14960 `regexp-search-ring' to their global values to protect from
14961 updating by `read-from-minibuffer' (bug#9185).
14962
14963 2011-08-25 Juri Linkov <juri@jurta.org>
14964
14965 * textmodes/ispell.el (ispell-command-loop): Add newline
14966 at the end of the "Use option `i'..." line.
14967
14968 2011-08-25 Juri Linkov <juri@jurta.org>
14969
14970 * battery.el (display-battery-mode): If `battery-status-function'
14971 or `battery-mode-line-format' is nil, display the message and set
14972 `display-battery-mode' to nil (bug#9363).
14973
14974 2011-08-25 Eli Zaretskii <eliz@gnu.org>
14975
14976 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14977 bidi-string-mark-left-to-right; they are unnecessary now.
14978
14979 2011-08-25 Deniz Dogan <deniz@dogan.se>
14980
14981 * net/quickurl.el: Documentation typo fixes.
14982
14983 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
14984
14985 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14986
14987 2011-08-25 Glenn Morris <rgm@gnu.org>
14988
14989 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14990
14991 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14992 (smtpmail-via-smtp): Handle nil response from smtp.
14993
14994 2011-08-24 Juri Linkov <juri@jurta.org>
14995
14996 * proced.el (proced-marked): Inherit from `error' instead of
14997 `font-lock-warning-face'.
14998
14999 * ibuffer.el (ibuffer-marked-face): Change default face from
15000 `font-lock-warning-face' to `warning'.
15001 (ibuffer-deletion-face): Change default face from
15002 `font-lock-type-face' to `error'.
15003
15004 * battery.el (battery-update): Use the face `error' instead of
15005 `font-lock-warning-face' (bug#6117).
15006
15007 2011-08-24 Juri Linkov <juri@jurta.org>
15008
15009 * faces.el (success): Change face color from "Green3" to
15010 "ForestGreen" on light background (bug#9353).
15011
15012 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15013
15014 * window.el (quit-window): Rename from quit-restore-window.
15015 Use same arglist as old quit-window.
15016 (frame-auto-delete): Doc fix.
15017
15018 * view.el (view-mode-exit): Use quit-window.
15019
15020 2011-08-24 Juri Linkov <juri@jurta.org>
15021
15022 * isearch.el (isearch-ring-adjust1): Start visiting previous
15023 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15024 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15025 for empty search string (when the last search string is reused
15026 automatically) to adjust the isearch ring to the last element and
15027 prepare the correct index for further M-p commands (bug#9185).
15028
15029 2011-08-24 Kenichi Handa <handa@m17n.org>
15030
15031 * international/ucs-normalize.el: If decomposition property of
15032 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15033 nil.
15034 (nfd, nfkd): Likewise.
15035
15036 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15039 from process filters aren't reliably transmitted to the surrounding
15040 accept-process-output.
15041 (mpc-proc-check): New function.
15042 (mpc-proc-sync): Use it (bug#8293)
15043
15044 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15045
15046 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15047 Add compatibility functions (bug#9313).
15048
15049 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15050
15051 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15052
15053 * international/uni-bidi.el: Regenerate.
15054
15055 2011-08-23 Kenichi Handa <handa@m17n.org>
15056
15057 * international/charprop.el:
15058 * international/uni-bidi.el:
15059 * international/uni-category.el:
15060 * international/uni-combining.el:
15061 * international/uni-comment.el:
15062 * international/uni-decimal.el:
15063 * international/uni-decomposition.el:
15064 * international/uni-digit.el:
15065 * international/uni-lowercase.el:
15066 * international/uni-mirrored.el:
15067 * international/uni-name.el:
15068 * international/uni-numeric.el:
15069 * international/uni-old-name.el:
15070 * international/uni-titlecase.el:
15071 * international/uni-uppercase.el: Regenerate.
15072
15073 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15074
15075 * help.el (help-window-setup): Fix message displayed when other
15076 window is reused. (Bug#9341)
15077
15078 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15079
15080 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15081 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15082
15083 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15084 Mark obsolete.
15085 * shell.el (shell-parse-pcomplete-arguments): New function.
15086 (shell-completion-vars): Use it instead (bug#9160).
15087
15088 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15089
15090 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15091 strings and comments (bug#9333).
15092
15093 * emacs-lisp/debug.el (debug-arglist): New function.
15094 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15095 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15096
15097 2011-08-22 Juri Linkov <juri@jurta.org>
15098
15099 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15100 Revert regexp that highlights output switches to its old
15101 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15102
15103 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15104 to check for empty output (bug#9226).
15105
15106 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15107
15108 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15109 symbol-constituent as the default, as that stops font-lock from
15110 working properly (Bug#8843).
15111
15112 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15113
15114 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15115 `coding-system-for-*' around the process open call to avoid
15116 auth-source side effects.
15117 (smtpmail-try-auth-methods): Expand the secret password.
15118 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15119 probe hangs.
15120
15121 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15122
15123 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15124
15125 * emacs-lisp/find-func.el (find-function-noselect): New arg
15126 lisp-only.
15127
15128 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15129 signal an error for built-in functions (Bug#6664).
15130
15131 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15132
15133 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15134 (smtpmail-try-auth-methods): Use it.
15135
15136 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15137
15138 * font-lock.el (font-lock-fontify-region)
15139 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15140 (font-lock-default-unfontify-buffer)
15141 (font-lock-default-fontify-region)
15142 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15143
15144 * progmodes/compile.el (compilation-error-properties):
15145 Fix confusion between file struct and message struct (Bug#9319).
15146 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15147 `ant' regexp.
15148
15149 * net/browse-url.el (browse-url-firefox): Don't call
15150 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15151
15152 2011-08-20 Glenn Morris <rgm@gnu.org>
15153
15154 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15155
15156 * tutorial.el (tutorial--default-keys): Update some default bindings.
15157
15158 * files.el (hack-local-variables): Fully ignore case for "mode:".
15159
15160 2011-08-20 Alan Mackenzie <acm@muc.de>
15161
15162 Resolve invalid use of a regexp in regexp-opt.
15163
15164 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15165 detection for a java annotation.
15166
15167 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15168 detection for a java annotation.
15169
15170 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15171 handling for java.
15172 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15173
15174 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15175
15176 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15177 (Bug#9274).
15178
15179 2011-08-20 Alan Mackenzie <acm@muc.de>
15180
15181 Fontify CPP expressions correctly when starting in the middle of
15182 such a construct. Mainly for when jit-lock etc. starts a chunk
15183 here.
15184
15185 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15186 variable.
15187 (c-make-font-lock-search-form): New function, extracted from
15188 c-make-font-lock-search-function.
15189 (c-make-font-lock-search-function): Use the above function.
15190 (c-make-font-lock-context-search-function): New function.
15191 (c-cpp-matchers): Enhance the preprocessor expression case with
15192 the above function
15193 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15194 which takes an expression.
15195
15196 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15197
15198 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15199
15200 * window.el (display-buffer-reuse-window)
15201 (display-buffer-pop-up-window): Don't reuse or split a side
15202 window.
15203
15204 2011-08-19 Glenn Morris <rgm@gnu.org>
15205
15206 * files.el (hack-local-variables-prop-line, hack-local-variables):
15207 Downcase "Mode:". (Bug#9331)
15208
15209 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15210
15211 * international/characters.el: Add L and R categories.
15212
15213 * subr.el (bidi-string-mark-left-to-right): Rename from
15214 string-mark-left-to-right. Use category search.
15215
15216 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15217
15218 2011-08-18 Juri Linkov <juri@jurta.org>
15219
15220 * faces.el (error, warning, success): New faces with definitions
15221 copied from old default values of `font-lock-warning-face',
15222 `compilation-warning', `compilation-info' (bug#6117).
15223
15224 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15225
15226 * progmodes/compile.el (compilation-error): Inherit from `error'.
15227 (compilation-warning): Inherit from `warning'.
15228 (compilation-info): Inherit from `success'.
15229
15230 * dired.el (dired-marked): Inherit from `warning'.
15231 (dired-flagged): Inherit from `error'.
15232
15233 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15234
15235 * mail/smtpmail.el (auth-source): Require to avoid problems with
15236 binding variables (bug#9298). Also clean up some unused
15237 autoloads.
15238
15239 * net/network-stream.el (network-stream-open-starttls):
15240 Support using starttls.el without using gnutls-cli.
15241
15242 2011-08-17 Juri Linkov <juri@jurta.org>
15243
15244 * progmodes/grep.el (rgrep): Handle the case when
15245 `grep-find-command' is a cons cell (bug#9278).
15246
15247 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15248
15249 * window.el (display-buffer-pop-up-frame): Run frame creation
15250 function with BUFFER current (as special-display-popup-frame
15251 does). Reported by Drew Adams.
15252
15253 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15254
15255 * epa-mail.el: Simplify GnuPG group expansion using
15256 epg-expand-group.
15257 (epa-mail-group-alist, epa-mail-group-modtime)
15258 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15259 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15260 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15261 Remove.
15262
15263 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15264
15265 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15266
15267 2011-08-16 Alan Mackenzie <acm@muc.de>
15268
15269 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15270 Correct, to avoid the inside of macros.
15271
15272 2011-08-16 Richard Stallman <rms@gnu.org>
15273
15274 * epa-mail.el: Handle GnuPG group definitions.
15275 (epa-mail-group-alist, epa-mail-group-modtime)
15276 (epa-mail-gnupg-conf-file): New variables.
15277 (epa-mail-parse-groups, epa-mail-sync-groups)
15278 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15279 (epa-mail-expand-recipients): New functions.
15280 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15281
15282 * mail/rmail.el (rmail-epa-decrypt): New command.
15283
15284 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15285 Don't bind buffer-read-only, just inhibit-read-only.
15286 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15287 (epa-decrypt-armor-in-region): Make error message clearer.
15288
15289 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15290
15291 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15292 and "a2b" to "ab" for `prefix'.
15293
15294 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15295
15296 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15297 filter groups.
15298 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15299 Fourquet (Bug#8804).
15300
15301 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15302
15303 * startup.el (argi): Declare as global variable (bug#9275).
15304
15305 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15306
15307 * subr.el (string-mark-left-to-right): Search the entire string
15308 for RTL script, not just the terminating character. Doc fix.
15309
15310 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15311
15312 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15313 New function.
15314 (js--regexp-literal, js-syntax-propertize-function): Remove.
15315 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15316 (js-mode-map): Don't rebind electric keys.
15317 (js-insert-and-indent): Remove.
15318 (js-mode): Setup electric-layout and electric-indent instead.
15319
15320 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15321
15322 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15323
15324 * epa.el (epa-progress-callback-function): Fix the logic of
15325 displaying progress.
15326 * epa-file.el (epa-file-insert-file-contents): Make progress
15327 display more user-friendly.
15328 (epa-file-write-region): Ditto.
15329
15330 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15331
15332 * subr.el (string-mark-left-to-right): New function.
15333
15334 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15335 Use string-mark-left-to-right.
15336 (list-buffers-noselect): Caller changed.
15337
15338 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15339 Use string-mark-left-to-right.
15340 (tabulated-list-print): Recenter after moving point.
15341
15342 2011-08-10 Juri Linkov <juri@jurta.org>
15343
15344 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15345 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15346 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15347
15348 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15349
15350 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15351 (Bug#7554).
15352
15353 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15354
15355 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15356 character. (Bug#6594)
15357
15358 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15359
15360 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15361 (image-dired--with-db-file): New macro.
15362 (image-dired-write-tags, image-dired-remove-tag)
15363 (image-dired-create-gallery-lists, image-dired-write-comments)
15364 (image-dired-get-comment, image-dired-mark-tagged-files)
15365 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15366 (image-dired-gallery-generate): Use insert-file-contents.
15367
15368 * time.el (display-time-world-list, display-time-world-display):
15369 * time-stamp.el (time-stamp-string):
15370 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15371 set-time-zone-rule (Bug#7337).
15372
15373 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15374
15375 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15376 (epg-error-to-string, epg-errors-to-string): New function.
15377 (epg-wait-for-completion): Reverse errors list.
15378 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15379 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15380 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15381 (epg-sign-keys, epg-generate-key-from-file)
15382 (epg-generate-key-from-string): Format errors by using
15383 epg-errors-to-string (bug#9255).
15384 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15385
15386 2011-08-07 Juri Linkov <juri@jurta.org>
15387
15388 * faces.el (list-faces-display): Remove extra angle bracket
15389 from `help-mode-map'.
15390
15391 * info.el (Info-history-toc-nodes): Doc fix.
15392
15393 * longlines.el (longlines-mode): Doc fix.
15394
15395 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15396
15397 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15398 of statements and in a few more cases (bug#9183).
15399
15400 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15401 New functions.
15402 (cl-transform-lambda): Use them (bug#9239).
15403
15404 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15405
15406 * window.el (display-buffer-same-window)
15407 (display-buffer-same-frame, display-buffer-other-window)
15408 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15409 (pop-to-buffer-other-window)
15410 (pop-to-buffer-same-frame-other-window)
15411 (pop-to-buffer-other-frame): Make them defuns.
15412 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15413
15414 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15415
15416 * subr.el (make-composed-keymap): Move from C. Change calling
15417 convention, and improve docstring to bring attention to a subtle point.
15418 * minibuffer.el (completing-read-default): Adjust accordingly.
15419
15420 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15421
15422 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15423 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15424
15425 * net/trampver.el: Update release number.
15426
15427 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15428
15429 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15430 "in" (bug#9190).
15431
15432 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15433
15434 * mail/sendmail.el (sendmail-query-once): Restore the current
15435 buffer after querying (bug#9074).
15436
15437 * dired.el (dired-flagged): Use different faces for marked and
15438 flagged files (bug#6117).
15439
15440 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15441 (bug#4433).
15442
15443 * ido.el (ido-mode): Switch off the message if called
15444 non-interactively.
15445
15446 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15447 before 587, since it appears that that's more likely to work for
15448 more people.
15449
15450 * cus-edit.el (custom-file): When running under emacs -q, always
15451 refuse to save the customizations, even if the .emacs file doesn't
15452 exist.
15453
15454 * info.el: Remove the `Info-beginning-of-buffer' function
15455 (bug#8325).
15456
15457 * net/network-stream.el (network-stream-open-starttls):
15458 Use `starttls-available-p' to see whether starttls.el can be used.
15459
15460 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15461
15462 * window.el (display-buffer-in-window): Don't set dedicated status
15463 of window here (Bug#9215).
15464 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15465 (display-buffer-pop-up-side-window)
15466 (display-buffer-in-side-window): Set dedicated status of window here.
15467
15468 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15469
15470 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15471 before binding generated-autoload-file.
15472
15473 2011-08-01 Deniz Dogan <deniz@dogan.se>
15474
15475 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15476
15477 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15478
15479 Sync with Tramp 2.2.2.
15480
15481 * net/trampver.el: Update release number.
15482
15483 2011-07-30 Juri Linkov <juri@jurta.org>
15484
15485 * dired-aux.el (dired-touch-initial): Remove function.
15486 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15487 current time, and `default' to the last modification time of the
15488 current marked file (bug#6887).
15489
15490 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15491
15492 * simple.el (goto-line): Use string-to-number to provide a
15493 numeric argument to read-number (bug#9163).
15494
15495 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15496
15497 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15498 connection process, it could be nil.
15499
15500 2011-07-27 Leo Liu <sdl.web@gmail.com>
15501
15502 Simplify url handling in rcirc-mode.
15503
15504 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15505 (rcirc-browse-url-at-mouse): Remove.
15506 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15507
15508 2011-07-26 Alan Mackenzie <acm@muc.de>
15509
15510 Fontify bitfield declarations properly.
15511
15512 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15513 (c-symbol-chars): Now exported as a lang variable.
15514 (c-not-primitive-type-keywords): New lang variable.
15515
15516 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15517 QT keyword "more" to prevent "more slots: ...." being spuriously
15518 parsed as a bitfield declaration.
15519
15520 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15521 Refactor and enhance to handle bitfield declarations.
15522 (c-punctuation-in): New function.
15523 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15524 declarations properly.
15525
15526 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15527
15528 * calendar/icalendar.el (icalendar--all-events): Take care of
15529 multiple vcalendars in a single file.
15530 (icalendar--convert-float-to-ical): Checkdoc fixes.
15531
15532 2011-07-25 Deniz Dogan <deniz@dogan.se>
15533
15534 * image.el (insert-image): Clarifying docstring.
15535
15536 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15537
15538 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15539 `tramp-send-command-and-check' if there is no error.
15540 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15541
15542 2011-07-22 Alan Mackenzie <acm@muc.de>
15543
15544 Prevent cc-langs.elc being loaded at run time.
15545
15546 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15547 cc-langs.
15548
15549 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15550 "(require 'cc-langs)". Quote a form so it will evaluate at
15551 (cc-mode's) compilation time.
15552
15553 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15554
15555 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15556 loading. (Bug#9114)
15557
15558 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15559
15560 * window.el (display-buffer-pop-up-window)
15561 (display-buffer-pop-up-side-window)
15562 (display-buffer-in-side-window): Call display-buffer-set-height
15563 and display-buffer-set-width after setting the new window's
15564 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15565
15566 2011-07-20 Sam Steingold <sds@gnu.org>
15567
15568 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15569 (etags-tags-included-tables): Call `convert-standard-filename' on
15570 the file names contained in TAGS so that windows Emacs can handle
15571 TAGS files created by cygwin ctags.
15572
15573 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15574
15575 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15576 which apparently didn't work.
15577
15578 2011-07-19 Roland Winkler <winkler@gnu.org>
15579
15580 * proced.el (proced-send-signal): For *Marked Processes* buffer
15581 put point at beginning of buffer.
15582
15583 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15584
15585 * proced.el (proced-format): Make header lines align with the text
15586 (bug#1779).
15587
15588 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15589
15590 * view.el (view-buffer): Allow running in `special' modes if we're
15591 visiting a file (bug#8615).
15592
15593 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15594
15595 * window.el (display-buffer-alist-of-strings-p)
15596 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15597 New functions.
15598 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15599 more accurately.
15600
15601 2011-07-18 Alan Mackenzie <acm@muc.de>
15602
15603 Fontify declarators properly when, e.g., a jit-lock chunk begins
15604 inside a declaration.
15605
15606 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15607
15608 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15609 New function.
15610 (c-complex-decl-matchers): Insert reference to
15611 c-font-lock-enclosing-decls.
15612
15613 * progmodes/cc-engine.el (c-backward-single-comment):
15614 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15615 to nil around calls to (forward-comment -1).
15616
15617 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15618
15619 * image.el (put-image): Doc typo fix.
15620
15621 * progmodes/etags.el (tags-search): Doc typo fix.
15622
15623 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15624 password if we get errors 550 to 554.
15625
15626 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15627
15628 * net/gnutls.el (gnutls-log-level): Remove.
15629
15630 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15631 indentation character (bug#6380).
15632
15633 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15634
15635 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15636 to clarify what the problem is (bug#4291).
15637
15638 * simple.el (current-kill): Clarify what
15639 `interprogram-paste-function' does (bug#7500).
15640 (auto-fill-mode): Document `auto-fill-function' in relation to
15641 `auto-fill-mode' (bug#2470).
15642
15643 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15644
15645 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15646 method if slot is read-only (bug#9035).
15647
15648 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15649
15650 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15651 * window.el (pop-to-buffer): Select window used even if it was
15652 selected before, see discussion of (Bug#8615), (Bug#6954).
15653 Pass argument NORECORD on to select-frame-set-input-focus.
15654
15655 2011-07-15 Glenn Morris <rgm@gnu.org>
15656
15657 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15658 Respect help-form.
15659
15660 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15661
15662 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15663 (gnutls-negotiate): Use it.
15664
15665 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15666
15667 * net/gnutls.el (gnutls-negotiate):
15668 Upcase `gnutls-algorithm-priority'.
15669
15670 2011-07-15 Glenn Morris <rgm@gnu.org>
15671
15672 * jka-compr.el (jka-compr-verbose): Move from here...
15673 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15674 Add missing :version tag.
15675 * info.el: No need to require jka-compr when compiling.
15676
15677 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15678
15679 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15680 (gnutls-negotiate): Use it.
15681
15682 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15683
15684 * info.el (Info-beginning-of-buffer): New command.
15685 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15686 announcing `b' as the key (bug#8325).
15687 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15688
15689 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15690
15691 * international/mule-cmds.el
15692 (describe-specified-language-support): Make the error message
15693 clearer (bug#8905).
15694
15695 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15696
15697 * isearch.el (isearch-barrier): Add a doc string, since it's
15698 mentioned in a function doc string (bug#8678).
15699
15700 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15701
15702 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15703 buffer argument (Bug#9083) and self-identifying label argument.
15704
15705 2011-07-15 Glenn Morris <rgm@gnu.org>
15706
15707 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15708
15709 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15710
15711 * man.el (Man-fontify-manpage): Fix message when formatting the
15712 man page (bug#7929).
15713
15714 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15715
15716 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15717 argument LRM; if non-nil, append an invisible LRM character to the
15718 buffer name.
15719 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15720 last argument non-nil, when formatting buffer names.
15721 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15722 paragraph direction.
15723
15724 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15725
15726 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15727 the man page name (bug#7929).
15728
15729 * image.el (put-image): Mention the `put-image' overlay property
15730 (bug#7834).
15731
15732 * scroll-bar.el (set-scroll-bar-mode): Mention that
15733 `scroll-bar-mode' lists the values (bug#7772).
15734
15735 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15736 command (bug#7729).
15737
15738 * rect.el (apply-on-rectangle): Return the point after the last
15739 operation.
15740 (string-rectangle): Go to the point after the last operation
15741 (bug#7522).
15742
15743 * printing.el (pr-toggle-region): Clarify the documentation
15744 slightly (bug#7493).
15745
15746 * time.el (display-time-update):
15747 Allow `display-time-mail-function' to return nil (bug#7158).
15748 Fix suggested by Detlev Zundel.
15749
15750 * vc/diff.el (diff): Clarify the order the file names are read
15751 (bug#7111).
15752
15753 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15754 the doc string (bug#7015).
15755
15756 * font-lock.el (font-lock-maximum-decoration): Mention what
15757 numeric levels mean (bug#6935).
15758
15759 * startup.el (initial-buffer-choice): Don't mention the `none'
15760 selection, which is against policy.
15761
15762 2011-07-14 Martin Rudalics <rudalics@gmx.at>
15763
15764 * window.el (display-buffer-normalize-special):
15765 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15766
15767 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15768
15769 * subr.el (version<, version<=, version=): Mention "-CVS" and
15770 "-12345" alpha version numbers.
15771
15772 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15773
15774 * bindings.el: Add advertised binding for set-mark-command
15775 (Bug#5772).
15776
15777 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15778
15779 * bindings.el (mode-line-other-buffer):
15780 * bookmark.el (bookmark-bmenu-2-window):
15781 * bs.el (bs-cycle-next, bs-cycle-previous):
15782 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15783 switch-to-buffer.
15784
15785 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15786 Delete.
15787
15788 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
15789
15790 * follow.el (follow-debug-message, follow-redisplay):
15791 * jka-cmpr-hook.el (with-auto-compression-mode):
15792 Fix typos in docstrings.
15793
15794 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15795
15796 * subr.el (with-silent-modifications): Clarify somewhat what the
15797 macro inhibits (bug#6525).
15798
15799 * simple.el (eval-expression): Note what it does if called
15800 interactively (bug#6495).
15801
15802 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15803
15804 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15805 Use pop-to-buffer buffer-or-name if it is nil.
15806
15807 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15808 Remove switch-to-buffer.
15809
15810 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15811
15812 * files.el (make-directory): Clarify that an error will be raised
15813 if there's an error (bug#6397).
15814
15815 * startup.el (initial-buffer-choice): Add `none' as a choice
15816 (bug#6234).
15817
15818 * subr.el (add-hook): Clarify section about buffer-local hooks
15819 (bug#6218).
15820
15821 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15822
15823 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15824
15825 * tabify.el (untabify): Preserve the current column so that point
15826 doesn't move (bug#6032).
15827
15828 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15829
15830 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15831 Rewrite to avoid awkward possessive "s" (bug#5986).
15832
15833 2011-07-13 Glenn Morris <rgm@gnu.org>
15834
15835 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15836 (dired-insert-directory): Give a message the first time
15837 if ls is found not to support --dired.
15838
15839 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15840
15841 * simple.el (toggle-truncate-lines): Clarify what is toggled
15842 (bug#5580). Text by Drew Adams.
15843
15844 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15845
15846 * simple.el (blink-matching-open): Make the error message from the
15847 last change less verbose.
15848
15849 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15850
15851 * font-lock.el (font-lock-comment-face): Use the high contrast
15852 "yellow" color for font-lock-comment-face on low color terminals
15853 using a dark background color (bug#4221).
15854
15855 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15856
15857 * dired.el (dired-insert-set-properties): Make the doc string
15858 reflect what it does now (bug#5325).
15859
15860 * simple.el (blink-matching-open): Say that we were unable to find
15861 the match within the limit, if we're limited (bug#5122).
15862
15863 * international/mule-cmds.el (prefer-coding-system): Add an
15864 example (bug#4869).
15865
15866 * progmodes/etags.el (tags-search): Document `file-list-form'
15867 (bug#4731).
15868
15869 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15870
15871 * net/browse-url.el (browse-url-default-browser)
15872 (browse-url-browser-function): Make the default browser choice a
15873 bit more logical (bug#4300). Also clean up the doc string.
15874
15875 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15876
15877 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15878 binary endings (bug#4440).
15879
15880 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15881
15882 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15883 which can be pretty annoying (bug#8971).
15884
15885 * jka-compr.el (jka-compr-verbose): New variable, and use
15886 throughout (bug#8971).
15887
15888 * info.el (Info-find-file): Fall back on the installation
15889 directory if we can't find the info node anywhere else.
15890
15891 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15892
15893 * vc/vc.el (vc-revert-file):
15894 Don't set file time-stamp in the past. (Bug#5181)
15895
15896 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15897
15898 * files.el (after-find-file): Give a better error message when
15899 trying to find a symlink that points to a file that doesn't exist
15900 (bug#4398).
15901
15902 * progmodes/cc-vars.el: Remove (probably) misleading comment
15903 (bug#4396).
15904
15905 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15906
15907 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15908
15909 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15910
15911 * mouse-sel.el: Hack restoring functionality, while keeping
15912 compatibility with 2010-07-03 changes to mouse selection.
15913 (mouse-sel-primary-overlay): New var.
15914 (mouse-sel-selection-alist): Use it.
15915 (mouse-sel-mode): Doc fix; remove points that are default features
15916 of mouse.el.
15917
15918 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15919
15920 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15921 Fix previous fix (bug#2490).
15922
15923 2011-07-12 Roland Winkler <winkler@gnu.org>
15924
15925 * textmodes/bibtex.el (bibtex-initialize):
15926 Use pop-to-buffer-same-window.
15927 (bibtex-search-entries): Fix interactive call.
15928
15929 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15930
15931 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15932 Fontise bytecomp Error lines more correctly (bug#2490).
15933 Fix suggested by Johan Bockgård.
15934
15935 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15936
15937 * dired-x.el (dired-guess-default): Use `delete-dups'.
15938
15939 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15940
15941 * dired.el (dired-mark-prompt):
15942 * dired-aux.el (dired-read-shell-command): Doc fix.
15943
15944 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15945
15946 * mail/sendmail.el (sendmail-query-once):
15947 Use `customize-save-variable' unconditionally, now that it works under
15948 emacs -Q.
15949
15950 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15951
15952 * cus-edit.el (custom-file): Take an optional no-error variable.
15953 (customize-save-variable): Set the variable, and give a warning if
15954 running under "emacs -q".
15955
15956 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
15957
15958 * loadhist.el (unload-feature-special-hooks):
15959 Add `auto-coding-functions', `fill-nobreak-predicate' and
15960 `find-directory-functions' (bug#5327).
15961
15962 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15963
15964 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15965
15966 * cus-edit.el (custom-guess-name-alist): -alist variables should
15967 use the `alist' type (bug#3120). Suggested by Drew Adams.
15968
15969 * printing.el: Add documentation to all the `pr-toggle-' commands.
15970
15971 2011-07-11 Leo Liu <sdl.web@gmail.com>
15972
15973 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15974 backends where it makes sense (bug#2623).
15975
15976 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15977
15978 * dired-x.el (dired-guess-default): Remove duplicate shell command
15979 entries (bug#2028).
15980 (dired-guess-default): Fix grammar in doc string (bug#2028).
15981 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
15982
15983 * subr.el (remove-duplicates): New conveniency function.
15984
15985 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15986
15987 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15988 (bug#1526).
15989
15990 2011-07-10 Martin Rudalics <rudalics@gmx.at>
15991
15992 * window.el (display-buffer-normalize-default): Don't invert
15993 meaning of even-window-heights. Reported by Eli Zaretskii
15994 <eliz@gnu.org>.
15995
15996 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15997
15998 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15999
16000 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16001
16002 * window.el (display-buffer): Fix arguments to
16003 display-buffer-reuse-window in last change.
16004
16005 * faces.el (link): Use a less saturated blue on light backgrounds.
16006
16007 * startup.el (fancy-startup-text, fancy-about-text)
16008 (fancy-startup-tail): Use font-lock faces, for background safety.
16009
16010 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16011
16012 * emulation/viper-cmd.el (viper-change-state-to-vi):
16013 Limit triggering of abbrev expansion (Bug#9038).
16014
16015 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16016
16017 * window.el (display-buffer-default-specifiers): Remove.
16018 (display-buffer-macro-specifiers): Remove default specifiers.
16019 (display-buffer-alist): Default to nil.
16020 (display-buffer-reuse-window): New optional argument other-window.
16021 (display-buffer-pop-up-window): Allow splitting internal
16022 windows. Check whether a live window was created.
16023 (display-buffer-other-window-means-other-frame)
16024 (display-buffer-normalize-arguments): Rename to
16025 display-buffer-normalize-argument and rewrite. Set the
16026 other-window specifier.
16027 (display-buffer-normalize-special): New function.
16028 (display-buffer-normalize-options): Rename to
16029 display-buffer-normalize-default and rewrite.
16030 (display-buffer-normalize-options-inhibit): Remove.
16031 (display-buffer-normalize-specifiers): Rewrite.
16032 (display-buffer): Process other-window specifier and call
16033 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16034 more faithfully.
16035 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16036 (display-buffer-alist-set): Don't handle 'unset default values.
16037 (display-buffer-in-window, display-buffer-alist-set):
16038 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16039 <tassilo@member.fsf.org>.
16040
16041 2011-07-09 Leo Liu <sdl.web@gmail.com>
16042
16043 * register.el (insert-register): Restore accidental change on
16044 2011-06-26. (Bug#9028)
16045
16046 2011-07-09 Glenn Morris <rgm@gnu.org>
16047
16048 * subr.el (remq): Handle the empty list. (Bug#9024)
16049
16050 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16051
16052 * mail/sendmail.el (send-mail-function): No longer delay custom
16053 initialization.
16054 * custom.el (custom-initialize-delay): Doc fix.
16055
16056 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16057
16058 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16059
16060 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16061
16062 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16063 human-friendly prompt.
16064
16065 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16066
16067 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16068 provided by a particular plugin.
16069
16070 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16071
16072 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16073 save customizations (with "emacs -Q"), just set the variable
16074 instead of erroring out.
16075
16076 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16077
16078 2011-07-08 Juri Linkov <juri@jurta.org>
16079
16080 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16081 (archive-zip-update-case): Use 7z if found by `executable-find'.
16082 The order of searching the available programs is the same as in
16083 `archive-zip-extract' (bug#8968).
16084
16085 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16086
16087 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16088 (menu-bar-options-menu): Tweak descriptions.
16089
16090 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16091
16092 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16093 menu items into verb phrases (bug#1421). Also refill to fit under
16094 80 columns.
16095
16096 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16097
16098 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16099 (Info-read-node-name): Doc fix (Bug#1084).
16100
16101 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16102 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16103 (end-of-sexp, beginning-of-sexp)
16104 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16105 (forward-symbol, forward-same-syntax, word-at-point)
16106 (sentence-at-point): Doc fix (Bug#1144).
16107
16108 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16109
16110 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16111 should cover it (bug#1281).
16112
16113 * cus-edit.el (custom-show): Mark as obsolete.
16114
16115 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16116 negotiation fails, then possibly try again with a non-encrypted
16117 connection (bug#9017).
16118
16119 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16120 be used.
16121
16122 2011-07-07 Richard Stallman <rms@gnu.org>
16123
16124 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16125 property, and handle its changed format.
16126 Look for the correct line number.
16127 Use file's line contents (but not past first =) to find
16128 correct line in message.
16129
16130 2011-07-07 Kenichi Handa <handa@m17n.org>
16131
16132 * international/characters.el (build-unicode-category-table):
16133 Delete it.
16134 (unicode-category-table): Set it by unicode-property-table-internal.
16135
16136 * international/mule-cmds.el (char-code-property-alist): Move to
16137 to src/chartab.c.
16138 (get-char-code-property): Call unicode-property-table-internal to
16139 load a file. Call get-unicode-property-internal where necessary.
16140 (put-char-code-property): Call unicode-property-table-internal to
16141 load a file. Call put-unicode-property-internal where necessary.
16142 put-unicode-property-internal where necessary.
16143 (char-code-property-description):
16144 Call unicode-property-table-internal to load a file.
16145
16146 * international/charprop.el:
16147 * international/uni-bidi.el:
16148 * international/uni-category.el:
16149 * international/uni-combining.el:
16150 * international/uni-comment.el:
16151 * international/uni-decimal.el:
16152 * international/uni-decomposition.el:
16153 * international/uni-digit.el:
16154 * international/uni-lowercase.el:
16155 * international/uni-mirrored.el:
16156 * international/uni-name.el:
16157 * international/uni-numeric.el:
16158 * international/uni-old-name.el:
16159 * international/uni-titlecase.el:
16160 * international/uni-uppercase.el: Regenerate.
16161
16162 * loadup.el: Load international/charprop.el before
16163 international/characters.
16164
16165 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16166
16167 * window.el (next-buffer, previous-buffer): Signal an error if
16168 called from a minibuffer window.
16169
16170 * bindings.el: Revert 2011-07-04 change.
16171
16172 2011-07-06 Richard Stallman <rms@gnu.org>
16173
16174 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16175 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16176 Treat markers like ints.
16177 (rmail-mime-entity): Doc fix.
16178
16179 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16180
16181 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16182 defcustom again for backwards compatibility.
16183
16184 * simple.el (shell-command-on-region): Fill.
16185
16186 * dired-aux.el (dired-kill-line): Add a doc string.
16187
16188 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16189 to "\\sw\\|\\s_" (bug#358).
16190
16191 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16192 (dired-unmark-backward): Ditto.
16193 (dired-flag-backup-files): Ditto.
16194
16195 * dired-x.el (dired-mark-sexp): Ditto.
16196
16197 2011-07-06 Richard Stallman <rms@gnu.org>
16198
16199 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16200 (rmail-mime-entity): New arg TRUNCATED.
16201 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16202 New functions.
16203 (rmail-mime-save): Warn if entity is truncated.
16204 (rmail-mime-toggle-hidden): Likewise, for showing.
16205 (rmail-mime-process-multipart): Record when an entity is truncated.
16206
16207 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16208 if ENTITY is a string.
16209
16210 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16211
16212 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16213 of faces when `M-C-x'-ing their definitions (bug#8378).
16214 Also clean up the code slightly.
16215
16216 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16217 because that makes the colors go away.
16218
16219 * mail/sendmail.el (send-mail-function): Change the default to
16220 `sendmail-query-once'.
16221 (sendmail-query-once): Add an autoload cookie.
16222
16223 * net/network-stream.el (network-stream-open-starttls): Try using
16224 a plain connection even if the server offered STARTTLS, and we
16225 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16226 capability. This should make smtpmail.el work in slightly more
16227 configurations.
16228
16229 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16230
16231 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16232 New defun.
16233 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16234
16235 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16236
16237 * progmodes/sql.el: Version 3.0
16238 (sql-product-alist): Add product :completion-object,
16239 :completion-column, and :statement attributes.
16240 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16241 (sql-mode-syntax-table): Mark all punctuation.
16242 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16243 ansi keywords.
16244 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16245 (sql-mode-oracle-font-lock-keywords): Improve.
16246 (sql-oracle-show-reserved-words): New function for development.
16247 (sql-product-font-lock): Simplify for source code buffers.
16248 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16249 New functions.
16250 (sql-highlight-product): Set product specific syntax table.
16251 (sql-mode-map): Add statement movement functions.
16252 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16253 New variable.
16254 (sql-statement-regexp, sql-beginning-of-statement)
16255 (sql-end-of-statement, sql-signum): New functions.
16256 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16257 (sql-show-sqli-buffer): Bug fix.
16258 (sql-interactive-mode): Store connection data as buffer local.
16259 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16260 with sql-interactive-mode.
16261 (sql-save-connection): Save buffer local settings.
16262 (sql-connection-menu-filter): Change menu entry name.
16263 (sql-product-interactive): Bug fix.
16264 (sql-preoutput-hold): New variable.
16265 (sql-interactive-remove-continuation-prompt): Bug fixes.
16266 (sql-debug-redirect): New variable.
16267 (sql-str-literal): New function.
16268 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16269 Redesign.
16270 (sql-oracle-save-settings, sql-oracle-restore-settings)
16271 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16272 (sql-completion-object, sql-completion-column)
16273 (sql-completion-sqlbuf): New variables.
16274 (sql-build-completions-1, sql-build-completions)
16275 (sql-try-completion): New functions.
16276 (sql-read-table-name): Use them.
16277 (sql-contains-names): New buffer local variable.
16278 (sql-list-all, sql-list-table): Use it.
16279 (sql-oracle-completion-types): New variable.
16280 (sql-oracle-completion-object, sql-sqlite-completion-object)
16281 (sql-postgres-completion-object): New functions.
16282
16283 2011-07-06 Glenn Morris <rgm@gnu.org>
16284
16285 * window.el (pop-to-buffer): Doc fix.
16286
16287 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16288
16289 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16290
16291 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16292
16293 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16294
16295 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16296
16297 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16298
16299 * button.el (button): Inherit from link face. Suggested by Dan
16300 Nicolaescu.
16301
16302 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16303
16304 * progmodes/gdb-mi.el: Fit in 80 columns.
16305 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16306 switch-to-buffer.
16307
16308 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16309 if imenu is simply not configured (bug#8941).
16310
16311 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16312
16313 * allout.el (allout-post-undo-hook): New allout outline-change
16314 event hook to signal undo activity.
16315 (allout-post-command-business): Run allout-post-undo-hook if an
16316 undo just occurred.
16317 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16318 * allout-widgets.el (allout-widgets-after-undo-function):
16319 Ensure the integrity of the current item's decoration after it has been
16320 in the vicinity of an undo.
16321 (allout-widgets-mode): Include allout-widgets-after-undo-function
16322 on the new allout-post-undo-hook.
16323
16324 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16325
16326 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16327 Let define-derived-mode define it.
16328 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16329 cycles of abbrev-table inheritance (bug#8998).
16330
16331 2011-07-05 Roland Winkler <winkler@gnu.org>
16332
16333 * textmodes/bibtex.el: Add support for biblatex.
16334 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16335 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16336 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16337 (bibtex-entry-alist, bibtex-field-alist): New variables.
16338 (bibtex-entry-field-alist): Obsolete alias for
16339 bibtex-BibTeX-entry-alist.
16340 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16341 (bibtex-set-dialect): New command.
16342 (bibtex-entry-type, bibtex-entry-head)
16343 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16344 Bind via bibtex-set-dialect.
16345 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16346 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16347 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16348 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16349 Define via bibtex-set-dialect.
16350 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16351 Obey bibtex-no-opt-remove-re.
16352 (bibtex-vec-push, bibtex-vec-incr): New functions.
16353 (bibtex-format-entry, bibtex-field-list)
16354 (bibtex-print-help-message, bibtex-validate)
16355 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16356
16357 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16358
16359 * progmodes/compile.el (compilation-goto-locus):
16360 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16361 * bs.el (bs-cycle-next, bs-cycle-previous):
16362 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16363 * bindings.el (mode-line-other-buffer):
16364 * autoinsert.el (auto-insert):
16365 * arc-mode.el (archive-extract):
16366 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16367
16368 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16369
16370 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16371 Fix check of `emacs-lock-unlockable-modes'.
16372 Coerce true values of `emacs-lock--try-unlocking' to t.
16373
16374 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16375
16376 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16377 * emacs-lock.el: New file.
16378
16379 2011-07-05 Julien Danjou <julien@danjou.info>
16380
16381 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16382 than `boundp' to check if face is set.
16383
16384 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16385
16386 * register.el (registerv-make):
16387 * window.el (window-min-height): Fix typos in docstrings.
16388
16389 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16390
16391 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16392 Update doc string.
16393
16394 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16395
16396 * server.el (server-execute): Catch quit and call
16397 `server-return-error' to pass the error back to emacsclient and
16398 close the connection (bug#8942).
16399
16400 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16401
16402 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16403 insecure exception for current topic. Also note that auto-saves
16404 are handled differently.
16405
16406 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16407 State variables for tracking auto-save inhibition situation.
16408
16409 (allout-write-contents-hook-handler): Rename from
16410 'allout-write-file-hook-handler', and describe how it depends on
16411 write-contents-functions sensitivity to non-nil value to prevent
16412 file write.
16413
16414 (allout-auto-save-hook-handler): Remove. auto-save does not check
16415 this in individual buffers, only in the starting buffer, so this
16416 is not the right way for us to inhibit auto-save in a buffer
16417 according to its condition.
16418
16419 (allout-mode): Use new allout-write-contents-hook-handler, and
16420 only with write-contents-functions. Remove auto-save provisions -
16421 they're implemented elsewhere.
16422
16423 (allout-before-change-handler): If undo is in progress, note that
16424 for attention of allout-post-command-business.
16425
16426 (allout-post-command-business): If the command we're following was
16427 an undo, check for change in the status of encrypted items and
16428 adjust auto-save inhibitions accordingly.
16429
16430 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16431 according to whether there are or aren't any plain-text topics
16432 pending encryption.
16433
16434 (allout-inhibit-auto-save-info-for-decryption):
16435 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16436 if there are plain-text topics pending encryption.
16437
16438 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16439 buffer-saved-size and some allout state to not inhibit auto-saves
16440 if there are no longer any plain-text topics pending encryption.
16441
16442 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16443 No longer provide for exemption of the current topic.
16444
16445 2011-07-04 Juri Linkov <juri@jurta.org>
16446
16447 Add 7z operations to delete and save changed members (bug#8968).
16448 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16449 New defcustoms.
16450 (archive-7z-write-file-member): New function.
16451 (archive-7z-summarize): Fix the number of dashes in the
16452 listing output.
16453
16454 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16455
16456 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16457 (bug#8958).
16458
16459 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16460
16461 * bindings.el: Ignore next-buffer and previous-buffer in
16462 minibuffer-local-map.
16463
16464 * font-lock.el (font-lock-builtin-face): Change light background
16465 color to dark slate blue (Bug#6693).
16466
16467 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16468
16469 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16470
16471 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16472
16473 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16474 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16475 Add switch-to-buffer.
16476
16477 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16478
16479 * isearch.el (isearch-search-fun-function): Clarify further the
16480 meaning of the function returned.
16481
16482 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16483
16484 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16485
16486 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16487 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16488 Use it.
16489 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16490 `tramp-default-remote-path' does not exist.
16491 (tramp-send-command-and-read): New optional argument NOERROR.
16492 (tramp-open-connection-setup-interactive-shell)
16493 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16494 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16495 (tramp-process-sentinel): Flush also process' connection property.
16496 (tramp-sh-handle-start-file-process): Do not set process
16497 sentinel. It is done now ...
16498 (tramp-maybe-open-connection): ... here. (Bug#8929)
16499
16500 2011-07-04 MON KEY <monkey@sandpframing.com>
16501
16502 * play/animate.el (animate-string): Doc fixes and allow changing
16503 the buffer name (bug#5417).
16504
16505 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16506
16507 * play/animate.el (animation-buffer-name): Rename from *animate*.
16508
16509 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16510
16511 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16512 This is simpler and helps future-proof the code.
16513 (timer-until): Use time-subtract and float-time.
16514 (timer--time-less-p): Use time-less-p.
16515
16516 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16517
16518 * type-break.el (timep): Use the value of `float-time' to avoid a
16519 byte-compiler warning.
16520
16521 * server.el (server-eval-and-print): Return any result, even nil.
16522
16523 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16524
16525 * type-break.el: Accept time formats that the builtins accept.
16526 (timep, type-break-time-difference): Accept any format that
16527 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16528 This is simpler and helps future-proof the code.
16529 (type-break-time-difference): Round rather than ignoring
16530 subseconds components.
16531
16532 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16533
16534 * info.el (Info-apropos-matches): Make non-interactive, since it
16535 doesn't seem to do anything useful as a command (bug#8829).
16536
16537 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16538
16539 * frame.el (frame-background-mode, frame-set-background-mode):
16540 Move from faces.el.
16541 (frame-default-terminal-background): New function.
16542
16543 * custom.el (custom-push-theme): Don't record faces in `changed'
16544 theme; this doesn't work correctly for per-frame face settings.
16545 (disable-theme): Use face-set-after-frame-default to reset faces.
16546 (custom--frame-color-default): New function.
16547
16548 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16549
16550 * dired.el (dired-flagging-regexp): Remove unused variable
16551 (bug#8769).
16552
16553 2011-03-29 Kevin Ryde <user42@zip.com.au>
16554
16555 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16556 `perl-Test2' extend to match possible "fail #N" rep count
16557 (bug#8377).
16558
16559 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16560
16561 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16562 `smtpmail-via-smtp' now returns the error instead of nil.
16563
16564 * isearch.el (isearch-search-fun-function): Clarify the doc string
16565 (bug#8101).
16566
16567 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16568
16569 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16570 unnecessary spaces (bug#8987).
16571
16572 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16573
16574 * net/network-stream.el (open-network-stream): Use the
16575 :end-of-capability command thoughout.
16576
16577 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16578
16579 * net/network-stream.el (open-network-stream): Add the
16580 :end-of-capability command parameter, used by pop3.el.
16581
16582 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16583
16584 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16585
16586 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16587 for list)" (bug#6475).
16588
16589 * files.el (file-expand-wildcards): Ignore non-readable
16590 sub-directories while trying to find matches instead of signaling
16591 an error (bug#6297).
16592
16593 * man.el (Man-reference-regexp): Allow matching possible
16594 word-wrapped references (bug#6289).
16595
16596 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16597 for consistency with the other vc buffers (bug#6197).
16598 (vc-checkin): Ditto.
16599
16600 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16601
16602 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16603
16604 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16605
16606 * custom.el (defcustom): Clarify that :set is only used in the
16607 Customize user interface (bug#6089).
16608
16609 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16610 associated with a file, refuse to run instead of erroring out
16611 (bug#6084).
16612
16613 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16614 the doc string, since it appears that using `fill-column' always
16615 controls the width (bug#7845).
16616
16617 * simple.el (shell-command-on-region): Say where the error output
16618 went if `shell-command-default-error-buffer' is set (bug#6857).
16619
16620 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16621
16622 * allout.el (allout-yank-processing): Adjust cursor position for
16623 backwards-deleted space.
16624
16625 (allout-rebullet-heading): Register changes with
16626 allout-exposure-changed-hook, so the modified topic is properly
16627 decorated.
16628
16629 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16630
16631 * minibuffer.el (completion-in-region): Document PREDICATE
16632 (bug#7136).
16633
16634 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16635 of keyword/argument pairs (bug#6904).
16636
16637 * replace.el (multi-occur):
16638 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16639
16640 2011-07-02 Drew Adams <drew.adams@oracle.com>
16641
16642 * dired.el (dired-mark-if): Make the message about whether it's
16643 marking or unmarking clearer (bug#8523).
16644
16645 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16646
16647 * disp-table.el (display-table-print-array): New function.
16648 (describe-display-table): Use it to print the vectors more pretty
16649 (Bug#8859).
16650
16651 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16652
16653 * window.el (window-state-get-1): Don't assign clone numbers.
16654 Add clone-of item to list of window parameters.
16655 (window-state-put-2): Don't process clone numbers.
16656 (display-buffer-alist): Fix doc-string.
16657
16658 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16659
16660 * subr.el (remq): Don't allocate if it's not needed.
16661 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16662 (keymap--merge-bindings): New functions.
16663 (keymap-canonicalize): Use them to refine the canonicalization.
16664 * minibuffer.el (minibuffer-local-completion-map)
16665 (minibuffer-local-must-match-map): Move initialization from C.
16666 (minibuffer-local-filename-completion-map): Move initialization from C;
16667 don't inherit from anything here.
16668 (minibuffer-local-filename-must-match-map): Make obsolete.
16669 (completing-read-default): Use make-composed-keymap to combine
16670 minibuffer-local-filename-completion-map with either
16671 minibuffer-local-must-match-map or
16672 minibuffer-local-filename-completion-map.
16673
16674 2011-07-01 Glenn Morris <rgm@gnu.org>
16675
16676 * type-break.el (type-break-time-sum): Use dolist.
16677
16678 * textmodes/flyspell.el (flyspell-word-search-backward):
16679 Replace CL function.
16680
16681 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16682
16683 * mouse.el (mouse--strip-first-event): New function.
16684 (function-key-map): Use it to map fringe clicks to normal clicks
16685 by default.
16686
16687 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16688 (vc-bzr-revision-completion-table): Add support for annotate and date.
16689
16690 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16691 inherit from parent.
16692
16693 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16694
16695 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16696 (dired-show-file-type): Doc fixup (bug#8818).
16697
16698 * dired.el (dired-mode): Fix up the doc string as suggested by
16699 Drew Adams (bug#8817).
16700
16701 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16702 cookie, since the manual says that it should be possible to add
16703 this function to `find-file-hook' (bug#8709).
16704
16705 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16706
16707 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16708 here. Noted Ted Zlatanov as the maintainer.
16709 (cfengine-common-settings, cfengine-common-syntax): New functions
16710 to set up common things between `cfengine-mode' and
16711 `cfengine3-mode'.
16712 (cfengine3-mode): New mode.
16713 (cfengine3-defuns cfengine3-defuns-regex
16714 (cfengine3-class-selector-regex cfengine3-category-regex)
16715 (cfengine3-vartypes cfengine3-font-lock-keywords)
16716 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16717 (cfengine3-indent-line): Add from cfengine3.el.
16718
16719 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16720
16721 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16722
16723 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16724
16725 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16726
16727 * window.el (same-window-buffer-names, same-window-regexps)
16728 (same-window-p, special-display-frame-alist)
16729 (special-display-popup-frame, special-display-function)
16730 (special-display-buffer-names, special-display-regexps)
16731 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16732 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16733 (split-window-preferred-function, split-height-threshold)
16734 (split-width-threshold, even-window-heights)
16735 (display-buffer-mark-dedicated, window-splittable-p)
16736 (split-window-sensibly, window-safely-shrinkable-p):
16737 Un-obsolete.
16738 (display-buffer): Don't spread args with function specifier
16739 because special-display-popup-frame won't like it.
16740
16741 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16742
16743 Time-stamp simplifications and fixes.
16744 These improve accuracy slightly, and future-proof the code
16745 against some potential changes to current-time format.
16746
16747 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16748 by using time-since and float-time.
16749
16750 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16751 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16752 + NNN microseconds".
16753
16754 * type-break.el (type-break-time-sum): Rewrite using time-add.
16755
16756 * play/hanoi.el (hanoi-current-time-float): Remove.
16757 All uses replaced by float-time.
16758
16759 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16760 This yields a more-accurate answer.
16761 (rng-time-to-float): Remove; no longer needed.
16762
16763 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16764
16765 * calendar/timeclock.el (timeclock-seconds-to-time):
16766 Defalias to seconds-to-time, since they're the same thing.
16767
16768 * emacs-lisp/elp.el (elp-elapsed-time):
16769 * emacs-lisp/benchmark.el (benchmark-elapse):
16770 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16771
16772 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16773
16774 * window.el (bury-buffer): Don't iconify the only frame.
16775 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16776 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16777
16778 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
16779
16780 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16781 Add mouse-yank-primary.
16782
16783 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16784
16785 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16786
16787 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16788
16789 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16790 (find-library-name): Use it to find relative load names when provided
16791 absolute file name (bug#8803).
16792
16793 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16794
16795 * textmodes/flyspell.el (flyspell-word): Consider words that
16796 differ only in case as potential doublons (bug#5687).
16797
16798 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16799 Remove two rather uninteresting debugging-like messages to make
16800 debbugs.el more silent.
16801
16802 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16803 a password-like phrase.
16804
16805 2011-06-30 Masatake YAMATO <yamato@redhat.com>
16806
16807 * progmodes/cc-guess.el: New file.
16808
16809 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16810
16811 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16812 derived from `c-basic-common-init'.
16813
16814 * progmodes/cc-mode.el (top-level): Require cc-guess.
16815 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16816
16817 2011-06-30 Lawrence Mitchell <wence@gmx.li>
16818
16819 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16820
16821 2011-06-30 Alan Mackenzie <acm@muc.de>
16822
16823 * progmodes/cc-engine.el (c-guess-continued-construct):
16824 Correct the handling of template-args-cont, particularly for when font
16825 lock is disabled. Name this case as "CASE G".
16826
16827 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16828
16829 * allout.el (allout-yank-processing): Fix injection of extra space
16830 between bullet and non-whitespace character in first topic when
16831 pasting, ensuring that the actual spacing in the pasted topic
16832 following the bullet char is preserved. This extra space was
16833 causing pasted encrypted topics to get a decrypted status even
16834 when the content was actually still encrypted. Now the decryption
16835 status from before the paste is preserved.
16836
16837 (allout-flag-region): Set all allout overlays so they evaporate
16838 when reduced to zero length (evanescent), to prevent overlay
16839 leakage.
16840
16841 2011-06-30 Glenn Morris <rgm@gnu.org>
16842
16843 * w32-fns.el (w32-charset-info-alist): Declare.
16844
16845 * find-dired.el (find-grep-options): Simplify.
16846
16847 * term/ns-win.el (ns-set-resource): Declare.
16848
16849 * ses.el (row, col): Declare dynamic variables honestly.
16850
16851 * textmodes/reftex-parse.el (index-tags): Declare.
16852
16853 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16854
16855 * cus-edit.el (customize-push-and-save): New function.
16856
16857 * files.el (hack-local-variables-confirm): Use it.
16858
16859 * custom.el (load-theme): New arg NO-CONFIRM.
16860 Use customize-push-and-save (Bug#8720).
16861 (custom-enabled-themes): Doc fix.
16862
16863 * cus-theme.el (customize-create-theme)
16864 (custom-theme-merge-theme): Callers to load-theme changed.
16865
16866 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16867
16868 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16869 short URLs have at least one dot in them (bug #7614).
16870
16871 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16872 nil, because using a pty is apparently too slow (bug #895).
16873
16874 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16875
16876 * mail/sendmail.el (sendmail-query-once): New function.
16877 (sendmail-query-once-function): New variable.
16878
16879 2011-06-29 Glenn Morris <rgm@gnu.org>
16880
16881 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16882
16883 * ses.el (top-level): Require cl when compiling.
16884 (ses-set-localvars): Fix error statement.
16885 Call it at compile time to silence a storm of warnings.
16886
16887 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16888
16889 * window.el (normalize-live-buffer): Rename to
16890 window-normalize-buffer.
16891 (normalize-live-frame): Rename to window-normalize-frame.
16892 (normalize-any-window): Rename to window-normalize-any-window.
16893 (normalize-live-window): Rename to window-normalize-live-window.
16894 (make-window-atom): Rename to window-make-atom.
16895 (window-resize-reset): Rename to window--resize-reset.
16896 (window-resize-reset-1): Rename to window--resize-reset-1.
16897 (resize-mini-window): Rename to window--resize-mini-window.
16898 (resize-subwindows-skip-p): Rename to
16899 window--resize-subwindows-skip-p.
16900 (resize-subwindows-normal): Rename to
16901 window--resize-subwindows-normal.
16902 (resize-subwindows): Rename to window--resize-subwindows.
16903 (resize-other-windows): Rename to window--resize-siblings.
16904 (resize-this-window): Rename to window--resize-this-window.
16905 (resize-root-window): Rename to window--resize-root-window.
16906 (resize-root-window-vertically): Rename to
16907 window--resize-root-window-vertically.
16908 (normalize-buffer-to-display): Rename to
16909 window-normalize-buffer-to-display.
16910 (normalize-buffer-to-switch-to): Rename to
16911 window-normalize-buffer-to-switch-to.
16912 Correspondingly update all callers of the functions listed
16913 above.
16914 (display-buffer-alist, display-buffer-normalize-arguments)
16915 (display-buffer-normalize-options, display-buffer)
16916 (display-buffer-alist-set): Use "function" instead of
16917 "fun-with-args".
16918
16919 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
16920
16921 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16922 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16923 debbugs.gnu.org. Mention acknowledgment email.
16924
16925 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16926
16927 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16928 buffer multibyteness, since it shouldn't matter.
16929
16930 2011-06-28 Martin Rudalics <rudalics@gmx.at>
16931
16932 * window.el (display-buffer-in-side-window): Handle dedicated
16933 windows as in display-buffer-reuse-window.
16934 (display-buffer-normalize-alist): Use value of override
16935 specifier.
16936 (display-buffer-normalize-specifiers): Use value of
16937 other-window-means-other-frame specifier.
16938 (display-buffer-alist): Rewrite some texts in widgets.
16939 (display-buffer): Spread arguments when calling function
16940 specified by fun-with-args.
16941
16942 2011-06-28 Deniz Dogan <deniz@dogan.se>
16943
16944 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16945 Unnest `let'.
16946
16947 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16948 selectors (Bug#5732).
16949 (css-proprietary-nmstart-re): Use `regexp-opt'.
16950
16951 2011-06-27 Jari Aalto <jari.aalto@cante.net>
16952
16953 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16954 (eshell-ls-date-format): New defcustom.
16955 (eshell-ls-file): Use it.
16956
16957 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16958
16959 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16960
16961 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16962
16963 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16964 (ange-ftp-make-tmp-name): New arg.
16965 (ange-ftp-file-local-copy): Use it.
16966
16967 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
16968
16969 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16970 no-conversion (Bug#8870).
16971
16972 2011-06-27 Martin Rudalics <rudalics@gmx.at>
16973
16974 * window.el (window-right, window-left, window-child)
16975 (window-child-count, window-last-child)
16976 (window-iso-combination-p, walk-window-tree-1)
16977 (window-atom-check-1, window-tree-1, delete-window)
16978 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16979 new naming conventions - window-vchild, window-hchild,
16980 window-next and window-prev are now called window-top-child,
16981 window-left-child, window-next-sibling and window-prev-sibling
16982 respectively.
16983 (resize-window-reset): Rename to window-resize-reset.
16984 (resize-window-reset-1): Rename to window-resize-reset-1.
16985 (resize-window): Rename to window-resize.
16986 (window-min-height, window-min-width)
16987 (resize-mini-window, resize-this-window, resize-root-window)
16988 (resize-root-window-vertically, adjust-window-trailing-edge)
16989 (enlarge-window, shrink-window, maximize-window)
16990 (minimize-window, delete-window, quit-restore-window)
16991 (split-window, balance-windows, balance-windows-area-adjust)
16992 (balance-windows-area, window-state-put-2)
16993 (display-buffer-even-window-sizes, display-buffer-set-height)
16994 (display-buffer-set-width, set-window-text-height)
16995 (fit-window-to-buffer): Rename all "resize-window" prefixed
16996 calls to use the "window-resize" prefix convention.
16997 (display-buffer-alist): Fix symbol for label specifier.
16998 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16999 corresponding specifier.
17000 Reported by Juanma Barranquero <lekktu@gmail.com>.
17001
17002 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17003
17004 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17005 convention.
17006 (ses-call-printer): Does not pass an empty string to formatter when the
17007 cell is empty to keep from barking printer Calc math-format-value.
17008
17009 2011-06-27 Richard Stallman <rms@gnu.org>
17010
17011 * battery.el (battery-mode-line-limit): New variable.
17012 (battery-update): Handle it.
17013
17014 * mail/rmailmm.el (rmail-mime-process-multipart):
17015 Handle truncated messages.
17016
17017 2011-06-27 Glenn Morris <rgm@gnu.org>
17018
17019 * progmodes/flymake.el (flymake-err-line-patterns):
17020 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17021
17022 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17023
17024 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17025 (ses--clean-!, ses--clean-_): New functions.
17026 (ses-range): Add configurability of readout order, and conversion
17027 to Calc vector.
17028
17029 * ses.el (ses-repair-cell-reference-all): New function.
17030 (ses-cell-symbol): Set macro as safe, so that it can be used in
17031 formulas.
17032
17033 * ses.el: Update cycle detection algorithm.
17034 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17035 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17036 (ses-set-localvars): New function.
17037 (ses-make-cell): Add property-list as a cell element.
17038 (ses-cell-property-get-fun, ses-cell-property-get)
17039 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17040 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17041 New functions.
17042 (ses-cell-property-set, ses-cell-property-pop)
17043 (ses-cell-property-get-handle): New macro.
17044 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17045 New aliases, used for code readability.
17046 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17047 cycle detection.
17048 (ses-self-reference-early-detection): New defcustom.
17049 (ses-formula-references): Robustify against self-referring cells.
17050 (ses-mode): Use ses-set-localvars.
17051 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17052 before lauching the update processing.
17053 (ses-initialize-Dijkstra-attempt): New function.
17054 (ses-recalculate-cell): Update for cycle detection based on
17055 Dijkstra algorithm.
17056
17057 * ses.el: Fix commenting and indenting convention.
17058
17059 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * bs.el (bs-cycle-next): Complete last change.
17062
17063 2011-06-27 Drew Adams <drew.adams@oracle.com>
17064
17065 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17066
17067 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17068
17069 * net/network-stream.el (network-stream-open-starttls):
17070 Don't re-get capabilities unless we've reestablished connection.
17071 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17072
17073 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17074 to binary to possibly avoid line encoding issues on Windows (among
17075 other things).
17076
17077 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17078
17079 * net/network-stream.el (open-network-stream): Return an :error
17080 saying what the problem was, if possible.
17081
17082 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17083 server.
17084
17085 * net/network-stream.el (network-stream-open-starttls): If we
17086 wanted to use STARTTLS, and the server offered it, but we weren't
17087 able to because we had no STARTTLS support, then close the connection.
17088 (open-network-stream): Return an :error element, if present.
17089
17090 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17091
17092 * hl-line.el (hl-line-sticky-flag): Doc fix.
17093 (global-hl-line-sticky-flag): New option (Bug#8323).
17094 (global-hl-line-highlight): Obey it.
17095
17096 * vc/vc.el (vc-revert-show-diff): Default to t.
17097
17098 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17099
17100 * allout-widgets.el (allout-widgets-post-command-business):
17101 Stop decorating intermediate isearch matches. They're not being
17102 undecorated when an isearch is continued past, and isearch
17103 automatically collapses them. This leads to "widget leaks", where
17104 decorated items accumulate in collapsed areas. Lines with lots of
17105 hidden widgets can slow down cursor travel, substantially.
17106 Too much complicated machinery would be needed to ensure undecoration,
17107 so we're doing without this nicety.
17108
17109 (allout-widgets-tally-string): Don't try to do a hash-table-count
17110 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17111 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17112 *Messages* when allout-widgets-maintain-tally is t.
17113
17114 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17115
17116 * window.el (display-buffer-normalize-argument): Rename to
17117 display-buffer-normalize-arguments. Handle special meaning of
17118 LABEL argument. Respect special-display-function when popping up
17119 a new frame. Fix code searching for a window showing the buffer
17120 on another frame.
17121 (display-buffer-normalize-specifiers):
17122 Call display-buffer-normalize-arguments.
17123 (display-buffer-in-window): Don't undedicate the window if its
17124 buffer remains the same.
17125 Reported by Drew Adams <drew.adams@oracle.com>.
17126 (display-buffer-alist): Add choice for same-window macro
17127 specfier.
17128 (display-buffer): Mention special meaning of LABEL argument in
17129 doc-string. Fix quoting. Don't pop up a new frame even as
17130 fallback.
17131
17132 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17133
17134 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17135 avoid deleting the current window in some cases (bug#8911).
17136
17137 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17138
17139 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17140 (Bug#8934)
17141
17142 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17143
17144 * net/network-stream.el (network-stream-open-starttls):
17145 Use built-in TLS support if `gnutls-available-p' is true.
17146 (network-stream-open-tls): Ditto.
17147
17148 2011-06-26 Leo Liu <sdl.web@gmail.com>
17149
17150 * register.el (registerv): New struct.
17151 (registerv-make): New function.
17152 (jump-to-register, describe-register-1, insert-register):
17153 Support the jump-func, print-func and insert-func slot of a registerv
17154 struct. (Bug#8415)
17155
17156 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17157
17158 * vc/vc.el (vc-revert-show-diff): New defcustom.
17159 (vc-diff-internal): New arg specifying diff buffer.
17160 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17161 reuse an existing *vc-diff* buffer (Bug#8927).
17162
17163 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17164
17165 2011-06-26 Glenn Morris <rgm@gnu.org>
17166
17167 * progmodes/f90.el (f90-critical-indent): New option.
17168 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17169 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17170 (f90-mode): Doc fix.
17171 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17172 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17173 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17174 (f90-match-end): Handle block, critical.
17175
17176 2011-06-25 Glenn Morris <rgm@gnu.org>
17177
17178 * calendar/diary-lib.el (diary-included-files): Doc fix.
17179 (diary-include-files): New function, extracted from
17180 diary-include-other-diary-files and diary-mark-included-diary-files.
17181 (diary-include-other-diary-files, diary-mark-included-diary-files):
17182 Just call diary-include-files.
17183 (diary-mark-entries): Reset diary-included-files on first call.
17184
17185 * calendar/diary-lib.el (diary-mark-entries)
17186 (diary-mark-included-diary-files):
17187 Visit included diary-files in temp buffers.
17188
17189 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17190 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17191 (f90-start-block-re, f90-imenu-generic-expression)
17192 (f90-looking-at-program-block-start, f90-no-block-limit):
17193 Add support for submodules.
17194
17195 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17196 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17197
17198 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17199
17200 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17201 buffer-file-type before setting its value, to avoid disastrous
17202 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17203
17204 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17205
17206 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17207
17208 * ses.el (ses-unload-function):
17209 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17210
17211 * proced.el (proced-unload-function):
17212 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17213
17214 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17215
17216 * server.el (server-create-window-system-frame): Add parameters arg.
17217 (server-process-filter): Doc fix. Handle frame-parameters.
17218
17219 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17220
17221 Fix bug#8730, bug#8781.
17222
17223 * loadhist.el (unload--set-major-mode): New function.
17224 (unload-feature): Use it.
17225
17226 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17227 (python-unload-function): New function.
17228
17229 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17230
17231 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17232
17233 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17234
17235 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17236 the candidates list.
17237
17238 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17239
17240 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17241
17242 2011-06-23 Richard Stallman <rms@gnu.org>
17243
17244 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17245 (rmail-variables): Set next-error-move-function.
17246 (rmail-what-message): Take argument POS.
17247 (rmail-next-error-move): New function.
17248
17249 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17250
17251 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17252 messages for adjacent non-terminals.
17253
17254 2011-06-23 Richard Stallman <rms@gnu.org>
17255
17256 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17257 (rmail-show-message-1): Preserve buffer modified flag.
17258 (rmail-start-mail): Don't specify use of rmail-mail-return;
17259 that's done by mail-bury now.
17260 (rmail-mail-return): Handle arg NEWBUF.
17261
17262 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17263
17264 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17265 SIZE is a number.
17266
17267 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17268
17269 * window.el (get-lru-window, get-mru-window)
17270 (get-largest-window): Never return a minibuffer window.
17271 (display-buffer-pop-up-window): Fix a bug that could lead to
17272 reusing the minibuffer window.
17273 (display-buffer): Pass original specifier argument to
17274 display-buffer-function instead of the normalized one.
17275 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17276
17277 2011-06-22 Leo Liu <sdl.web@gmail.com>
17278
17279 * minibuffer.el (completing-read-function)
17280 (completing-read-default): Move from minibuf.c.
17281
17282 2011-06-22 Richard Stallman <rms@gnu.org>
17283
17284 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17285 to Rmail even if not started by a special Rmail command.
17286
17287 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17288 Copy the buffer currently showing just one message.
17289
17290 2011-06-22 Roland Winkler <winkler@gnu.org>
17291
17292 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17293 (bibtex-clean-entry): First delete the old key so that a
17294 customized algorithm for generating the new key does not get
17295 confused by the old key.
17296 (bibtex-url): Obey regexp of first step.
17297 (bibtex-search-entries): Do not use add-to-list with local
17298 list-var.
17299
17300 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17301
17302 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17303 stored a user name, then query for the password first, instead of
17304 waiting for SMTP to give an error message and the trying again.
17305
17306 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17307
17308 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17309 BUFFER in call-process.
17310
17311 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17312
17313 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17314 QUIT twice.
17315 (smtpmail-try-auth-methods): Require user name and password from
17316 auth-source.
17317
17318 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17319
17320 * window.el (display-buffer-default-specifiers)
17321 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17322 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17323 (split-window): Normalize SIDE argument (Bug#8916).
17324
17325 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17326 (special-display-frame-alist, special-display-popup-frame):
17327 Remove duplicate declarations. These are now in window.el.
17328
17329 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17330
17331 * mail/smtpmail.el (smtpmail-via-smtp):
17332 Set :use-starttls-if-possible so that we always use STARTTLS if the
17333 server supports it. SMTP servers that support STARTTLS commonly
17334 require it.
17335
17336 * net/network-stream.el (network-stream-open-starttls): Support
17337 upgrading to STARTTLS always, even if we don't have built-in support.
17338 (open-network-stream): Add the :always-query-capabilities keyword.
17339
17340 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17341 upgrades with `open-network-stream', and rely solely on
17342 auth-source for all credentials. Big changes throughout the file,
17343 but in particular:
17344 (smtpmail-auth-credentials): Remove.
17345 (smtpmail-starttls-credentials): Remove.
17346 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17347 MAIL FROM, too.
17348
17349 * net/network-stream.el (network-stream-open-starttls):
17350 Provide support for client certificates both for external and built-in
17351 STARTTLS.
17352 (auth-source): Require.
17353 (open-network-stream): Document the :client-certificate keyword.
17354 (network-stream-certificate): Change cert-cert to cert and
17355 cert-key to key.
17356
17357 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17358
17359 * net/tramp-cache.el (top): Don't load the persistency file when
17360 "emacs -Q" has been called.
17361
17362 2011-06-21 Tim Harper <timcharper@gmail.com>
17363
17364 * term/ns-win.el (ns-initialize-window-system):
17365 Set application-specific `ApplePressAndHoldEnabled' system
17366 resource to NO as it is not yet supported by the NS port.
17367
17368 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17369
17370 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17371 (list-dynamic-libraries): ...not here.
17372
17373 2011-06-21 Leo Liu <sdl.web@gmail.com>
17374
17375 * subr.el (sha1): Implement sha1 using secure-hash.
17376
17377 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17378
17379 * window.el (display-buffer-alist): In default value do not
17380 enforce searching a window on any but the selected frame.
17381 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17382 (display-buffer-select-window): Remove function.
17383 (display-buffer-in-window): When a window on another frame gets
17384 reused, do not select it any more but just raise its frame if
17385 necessary (Bug#8851) and (Bug#8856).
17386 (display-buffer-normalize-options): Handle pop-up-frames related
17387 options more faithfully.
17388 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17389 window if it is on another frame.
17390 (display-buffer-alist, display-buffer-default-specifiers):
17391 Don't make new frame unsplittable by default.
17392 (display-buffer-normalize-argument): Fix doc-string typo and use
17393 'same-frame-other-window instead of 'other-window when associating
17394 with display-buffer-macro-specifiers.
17395
17396 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17397
17398 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17399 New functions.
17400 (5x5-mode-map, 5x5-mode-menu): Bind them.
17401 (5x5-draw-grid): Tweak the solver's rendering.
17402
17403 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17404
17405 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17406 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17407
17408 2011-06-21 Drew Adams <drew.adams@oracle.com>
17409
17410 * menu-bar.el: Use function variable instead of switch-to-buffer.
17411 (menu-bar-select-buffer-function): New variable.
17412 (menu-bar-update-buffers): Use it (bug#8876).
17413
17414 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17415
17416 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17417 variable's status.
17418
17419 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17420
17421 * x-dnd.el (x-dnd-version-from-flags)
17422 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17423 and long as number (Bug#8899).
17424 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17425
17426 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17427
17428 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17429 (completion-try-completion, completion-all-completions): Compute the
17430 metadata argument if it's missing; make it optional (bug#8795).
17431
17432 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17433 (widget-complete): Use new :completion-function property.
17434 (widget-completions-at-point): New function.
17435 (default): Use :completion-function instead of :complete.
17436 (widget-default-completions): Rename from widget-default-complete;
17437 Rewrite.
17438 (widget-string-complete, widget-file-complete, widget-color-complete):
17439 Remove functions.
17440 (file, symbol, function, variable, coding-system, color):
17441 * international/mule-cmds.el (default-input-method, charset)
17442 (language-info-custom-alist):
17443 * cus-edit.el (face): Use new property :completions.
17444
17445 * progmodes/pascal.el (pascal-completions-at-point): New function.
17446 (pascal-mode): Use it.
17447 (pascal-mode-map): Use completion-at-point.
17448 (pascal-toggle-completions): Make obsolete.
17449 (pascal-complete-word, pascal-show-completions):
17450 * progmodes/octave-mod.el (octave-complete-symbol):
17451 Redefine as obsolete alias.
17452 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17453 Signal absence of completion info for old Octave,
17454 (inferior-octave-complete): Redefine as obsolete alias.
17455 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17456 (meta-completions-at-point): Rename from meta-complete-symbol and
17457 adapt it for use on completion-at-point-functions.
17458 (meta-common-mode): Use it.
17459 (meta-looking-at-backward, meta-match-buffer): Remove.
17460 (meta-complete-symbol): Redefine as obsolete alias.
17461 (meta-common-mode-map): Use completion-at-point.
17462 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17463 (makefile-mode-map): Use completion-at-point.
17464 (makefile-completions-at-point): Rename from makefile-complete and
17465 adapt it for use on completion-at-point-functions.
17466 (makefile-mode): Use it.
17467 (makefile-complete): Redefine as obsolete alias.
17468
17469 2011-06-20 Deniz Dogan <deniz@dogan.se>
17470
17471 * net/rcirc.el: Delete trailing whitespaces once and for all.
17472
17473 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17474
17475 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17476
17477 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17478
17479 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17480
17481 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17482
17483 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17484
17485 * window.el (display-buffer-other-window-means-other-frame):
17486 Call display-buffer-normalize-alist.
17487 (display-buffer-normalize-specifiers-1): Rename to
17488 display-buffer-normalize-argument. New argument other-frame.
17489 Rewrite.
17490 (display-buffer-normalize-specifiers-2): Rename to
17491 display-buffer-normalize-options.
17492 (display-buffer-normalize-alist-1): New function.
17493 (display-buffer-normalize-specifiers-3): Rename to
17494 display-buffer-normalize-alist.
17495 Call display-buffer-normalize-alist-1.
17496 (display-buffer-normalize-options-inhibit): New variable.
17497 (display-buffer-normalize-specifiers): Rewrite calling
17498 display-buffer-normalize-alist,
17499 display-buffer-normalize-argument, and
17500 display-buffer-normalize-options. Don't call the latter if
17501 display-buffer-normalize-options-inhibit is non-nil.
17502 (frame-auto-delete): New option.
17503 (window-deletable-p): Use frame-auto-delete.
17504 (window-list-no-nils, window-state-ignored-parameters)
17505 (window-state-get-1, window-state-get, window-state-put-list)
17506 (window-state-put-1, window-state-put-2, window-state-put):
17507 New functions.
17508 (display-buffer-normalize-options): Move special-display-p group
17509 after pop-up-frame group (Bug#8851) and (Bug#8856).
17510
17511 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17512
17513 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17514 groups (Bug#8776).
17515 (rx-submatch-n): New function.
17516 (rx): Document it.
17517
17518 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17519 (Bug#8768).
17520
17521 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17522
17523 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17524
17525 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17526 anytime existing face settings are present (Bug#8889).
17527
17528 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17529 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17530 Remove unused argument.
17531
17532 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17533
17534 * window.el (display-buffer-default-specifiers):
17535 Remove pop-up-frame. Add pop-up-window-min-height,
17536 pop-up-window-min-width, and another reuse-window specifier
17537 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17538 (display-buffer-normalize-specifiers-2):
17539 Handle split-height-threshold and split-width-threshold also when
17540 pop-up-windows is unset. Add a reuse-window specifier for the
17541 case popping up a new window fails.
17542 (special-display-popup-frame): Remove double quoting.
17543 (display-buffer-normalize-specifiers-1): Fix thinko.
17544
17545 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17546
17547 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17548 according to comint-completion-addsuffix.
17549
17550 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17551 (pcomplete-suffix-list): Mark as obsolete.
17552 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17553 pcomplete-seen in the closure.
17554 (pcomplete-comint-setup): Setup completion-at-point as well.
17555 (pcomplete--entries): New function.
17556 (pcomplete--env-regexp): New var.
17557 (pcomplete-entries): Rewrite to work with partial-completion and
17558 without relying on pcomplete-suffix-list.
17559 (pcomplete-pare-list): Remove, unused.
17560
17561 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17562
17563 * window.el (display-buffer-alist): Set pop-up-window-min-height
17564 and pop-up-window-min-width in default value. Reported by
17565 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17566 other-window-means-other-frame.
17567 (display-buffer-macro-specifiers): Comment out entry for
17568 other-window specifier.
17569 (display-buffer-other-window-means-other-frame): New function.
17570 (display-buffer-normalize-specifiers-1): New arguments
17571 buffer-name and label. Treat other-window case specially.
17572 (display-buffer-normalize-specifiers-2): Treat other-window case
17573 specially.
17574 (display-buffer-normalize-specifiers-3): New function.
17575 (display-buffer-normalize-specifiers):
17576 Call display-buffer-normalize-specifiers-3.
17577
17578 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17579
17580 * window.el (same-window-p): Fix two typos introduced when
17581 adding with-no-warnings.
17582 (display-buffer-normalize-specifiers-1): Don't check
17583 pop-up-frames for 'unset initialization.
17584 (display-buffer-normalize-specifiers-2): Major rewrite using
17585 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17586 (pop-up-frames, display-buffer-reuse-frames)
17587 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17588 Suggested by David Engster <deng@randomsample.de>.
17589 (even-window-heights): Initialize to 'unset.
17590 (display-buffer-alist-set): Handle new 'unset initializations.
17591 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17592 other window case.
17593
17594 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17595
17596 * window.el (display-buffer-normalize-specifiers-1):
17597 Respect current value of pop-up-frames for most reasonable values of
17598 second argument of display-buffer (Bug#8865).
17599 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17600 (switch-to-buffer-other-window-same-frame)
17601 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17602 Adams (Bug#8875).
17603 (display-buffer): Don't check noninteractive when calling
17604 display-buffer-pop-up-frame.
17605 (display-buffer-pop-up-frame): Never pop up a frame in
17606 noninteractive mode (Bug#8857).
17607 (enlarge-window, shrink-window): Don't report an error when the
17608 window can't be resized as requested (Bug#8862).
17609
17610 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17611
17612 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17613
17614 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17615
17616 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17617
17618 2011-06-15 Alan Mackenzie <acm@muc.de>
17619
17620 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17621 for declarators, disable knr checking to speed up for normal files.
17622 2: Refactor, replacing a sequence of nested if forms by a cond form.
17623
17624 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17625
17626 * net/network-stream.el (open-network-stream): Add the keyword
17627 :always-query-capabilities for the case where you want to force a
17628 `plain' network connection, but the protocol still requires the
17629 capabilitiy command (i.e., SMTP and EHLO).
17630
17631 * subr.el (process-live-p): Rename from `process-alive-p' for
17632 consistency with other `-live-p' functions.
17633
17634 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17635
17636 * window.el (same-window-buffer-names, same-window-regexps)
17637 (special-display-frame-alist, special-display-popup-frame)
17638 (special-display-function, special-display-buffer-names)
17639 (special-display-regexps, pop-up-frame-alist)
17640 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17641 (pop-up-windows, split-window-preferred-function)
17642 (split-height-threshold, split-width-threshold, even-window-heights)
17643 (display-buffer-mark-dedicated): Don't encourage the use of
17644 display-buffer-alist from Elisp code.
17645
17646 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17647
17648 * progmodes/python.el (python-mode): Derive from prog-mode.
17649 * progmodes/ps-mode.el (ps-mode):
17650 * progmodes/mixal-mode.el (mixal-mode):
17651 * progmodes/cfengine.el (cfengine-mode):
17652 * progmodes/ld-script.el (ld-script-mode): Likewise.
17653
17654 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17655
17656 * window.el (display-buffer-alist): Trim default value to avoid
17657 popping up a new frame (Bug#8857) or reusing an arbitrary window
17658 on another frame.
17659 (display-buffer): Do not fall back on popping up a new frame in
17660 batch mode (Bug#8857).
17661
17662 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17663
17664 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17665 (custom-theme-summary): New function.
17666 (customize-themes): Use it.
17667
17668 2011-06-13 Glenn Morris <rgm@gnu.org>
17669
17670 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17671
17672 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17673
17674 * help.el (help-window): Remove variable.
17675 (help-window-point-marker, temp-buffer-max-height)
17676 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17677 (help-print-return-message): Don't set help-window.
17678 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17679 (help-window-setup-finish): Remove.
17680 (help-window-display-message, help-window-setup)
17681 (with-help-window): Major rewrite based on new
17682 display-buffer-window variable.
17683
17684 * help-mode.el (help-mode-finish): Remove help-window related
17685 code.
17686
17687 * view.el (view-exits-all-viewing-windows): Remove reference to
17688 view-return-to-alist in doc-string.
17689 (view-return-to-alist): Make obsolete.
17690 (view-buffer): Call pop-to-buffer-same-window and remove
17691 undo-window code.
17692 (view-buffer-other-window): Call pop-to-buffer-other-window and
17693 simplify code. Ignore second argument.
17694 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17695 simplify code. Ignore second argument.
17696 (view-return-to-alist-update): Make obsolete.
17697 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17698 Rewrite using quit-restore window parameters.
17699 (view-mode-exit): Rename second argument to EXIT-ONLY.
17700 Rewrite using quit-restore-window.
17701 (View-exit, View-exit-and-edit, View-leave, View-quit)
17702 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17703 appropriate arguments.
17704 (view-end-message): Use quit-restore window parameter.
17705
17706 * window.el (display-buffer-function): Rewrite doc-string.
17707 (display-buffer-window, display-buffer-alist): New variables.
17708 (display-buffer-split-specifiers)
17709 (display-buffer-side-specifiers)
17710 (display-buffer-macro-specifiers): New constants.
17711 (display-buffer-even-window-sizes, display-buffer-set-height)
17712 (display-buffer-set-width, display-buffer-select-window)
17713 (display-buffer-in-window, display-buffer-reuse-window)
17714 (display-buffer-split-window-1, display-buffer-split-window)
17715 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17716 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17717 (display-buffer-in-side-window, normalize-buffer-to-display)
17718 (display-buffer-normalize-specifiers-1)
17719 (display-buffer-normalize-specifiers-2)
17720 (display-buffer-normalize-specifiers, display-buffer-frame):
17721 New functions.
17722 (display-buffer): Major rewrite.
17723 (display-buffer-other-window, display-buffer-other-frame)
17724 (pop-to-buffer, switch-to-buffer-other-window)
17725 (switch-to-buffer-other-frame): Rewrite.
17726 (display-buffer-same-window, display-buffer-same-frame)
17727 (display-buffer-same-frame-other-window)
17728 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17729 (pop-to-buffer-other-window)
17730 (pop-to-buffer-same-frame-other-window)
17731 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17732 (switch-to-buffer-other-window-same-frame): New functions.
17733 (same-window-p, special-display-p): Rewrite disabling warnings.
17734 Make obsolete.
17735 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17736 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17737 Make obsolete
17738 (same-window-buffer-names, same-window-regexps)
17739 (special-display-frame-alist, special-display-popup-frame)
17740 (special-display-function, special-display-buffer-names)
17741 (special-display-regexps, pop-up-frame-alist)
17742 (pop-up-frame-function, split-window-preferred-function)
17743 (split-height-threshold, split-width-threshold)
17744 (even-window-heights): Make obsolete.
17745
17746 2011-06-12 Glenn Morris <rgm@gnu.org>
17747
17748 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
17749 Misc simplifications.
17750
17751 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17752
17753 * window.el (window-safely-shrinkable-p): Restore function which
17754 was inadvertently removed in change from 2011-06-11. Declare as
17755 obsolete.
17756
17757 * calendar/calendar.el (calendar-generate-window):
17758 Use window-iso-combined-p instead of combination of one-window-p and
17759 window-safely-shrinkable-p.
17760
17761 2011-06-12 Glenn Morris <rgm@gnu.org>
17762
17763 * progmodes/fortran.el (fortran-mode-syntax-table):
17764 * progmodes/f90.el (f90-mode-syntax-table):
17765 Set % to punctuation. (Bug#8820)
17766 (f90-find-tag-default): Remove, no longer needed.
17767
17768 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17769
17770 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17771
17772 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17773
17774 * image.el (image-animated-p): Return animation delay in seconds.
17775 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17776 (image-animate-timeout): Remove DELAY argument. Don't assume
17777 every subimage has the same delay; get it from image-animated-p.
17778 (image-animate): Caller changed.
17779
17780 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
17781
17782 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17783 to ignored backtrace functions.
17784
17785 2011-06-11 Glenn Morris <rgm@gnu.org>
17786
17787 * calendar/appt.el (appt-disp-window-function): Doc fix.
17788 (appt-check): Handle overlapping appointments. (Bug#8337)
17789
17790 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17791
17792 * window.el (window-tree-1, window-tree): New functions, moving
17793 the latter to window.el.
17794 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17795 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17796 (bw-refresh-edges): Remove.
17797 (balance-windows-1, balance-windows-2): New functions.
17798 (balance-windows): Rewrite in terms of window tree functions,
17799 balance-windows-1 and balance-windows-2.
17800 (bw-adjust-window): Remove.
17801 (balance-windows-area-adjust): New function with functionality of
17802 bw-adjust-window but using resize-window.
17803 (set-window-text-height): Rewrite doc-string.
17804 Use normalize-live-window and resize-window.
17805 (enlarge-window-horizontally, shrink-window-horizontally):
17806 Rename argument to DELTA.
17807 (window-buffer-height): New function.
17808 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17809 Rewrite using new window resize routines.
17810 (kill-buffer-and-window, mouse-autoselect-window-select):
17811 Use ignore-errors instead of condition-case.
17812 (quit-window): Call delete-frame instead of delete-windows-on
17813 for the only buffer on frame.
17814
17815 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17816
17817 * loadup.el (top-level): Load window before files for the sake
17818 of replace-buffer-in-windows.
17819
17820 * files.el (read-buffer-to-switch)
17821 (switch-to-buffer-other-window)
17822 (switch-to-buffer-other-frame, display-buffer-other-frame):
17823 Move to window.el.
17824
17825 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17826 (previous-buffer): Move to window.el.
17827
17828 * bindings.el (unbury-buffer): Move to window.el.
17829
17830 * window.el (delete-other-windows-vertically): Move after
17831 definition of delete-other-windows.
17832 (other-window, delete-windows-on, replace-buffer-in-windows):
17833 Move here from window.c.
17834 (record-window-buffer, unrecord-window-buffer)
17835 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17836 (switch-to-next-buffer): New functions.
17837 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17838 from simple.el. Call switch-to-next-buffer.
17839 (previous-buffer): Move here from simple.el.
17840 Call switch-to-prev-buffer.
17841 (bury-buffer): Move here from buffer.c. Switch to previous
17842 buffer when window cannot be deleted.
17843 (unbury-buffer): Move here from bindings.el.
17844 (ctl-x-map): Move binding for other-window from window.c to
17845 here.
17846 (read-buffer-to-switch, switch-to-buffer-other-window)
17847 (switch-to-buffer-other-frame): Move here from files.el.
17848 (normalize-buffer-to-switch-to): New functions.
17849 (switch-to-buffer): Move here from buffer.c.
17850 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17851
17852 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17853
17854 * window.el (window-min-height, window-min-width): Move here
17855 from window.c. Add defcustoms and rewrite doc-strings.
17856 (resize-mini-window, resize-window): New functions.
17857 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17858 Move here from window.c.
17859 (maximize-window, minimize-window): New functions.
17860 (delete-window, delete-other-windows, split-window): Move here
17861 from window.c.
17862 (window-split-min-size): New function.
17863 (split-window-keep-point): Mention split-window-above-each-other
17864 instead of split-window-vertically.
17865 (split-window-above-each-other, split-window-vertically):
17866 Rename split-window-vertically to split-window-above-each-other
17867 and provide defalias for old definition.
17868 (split-window-side-by-side, split-window-horizontally):
17869 Rename split-window-horizontally to split-window-side-by-side
17870 and provide defalias for the old definition.
17871 (ctl-x-map): Move bindings for delete-window,
17872 delete-other-windows and enlarge-window here from window.c.
17873 Replace bindings for split-window-vertically and
17874 split-window-horizontally by bindings for
17875 split-window-above-each-other and split-window-side-by-side.
17876
17877 * cus-start.el (all): Remove entries for window-min-height and
17878 window-min-width. Add entries for window-splits and
17879 window-nest.
17880
17881 2011-06-09 Glenn Morris <rgm@gnu.org>
17882
17883 * calendar/appt.el (appt-mode-line): New function.
17884 (appt-check, appt-disp-window): Use it.
17885
17886 * files.el (hack-one-local-variable-eval-safep):
17887 Allow minor-modes with explicit +/-1 arguments.
17888
17889 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17890
17891 * term/xterm.el (xterm): Add defgroup.
17892 (xterm-extra-capabilities): Add defcustom to supply known xterm
17893 capabilities, skip querying them, or query them (default).
17894 (terminal-init-xterm): Use it.
17895 (terminal-init-xterm-modify-other-keys): New function to set up
17896 modifyOtherKeys support to simplify `terminal-init-xterm'.
17897
17898 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17899
17900 * window.el (resize-window-reset, resize-window-reset-1)
17901 (resize-subwindows-skip-p, resize-subwindows-normal)
17902 (resize-subwindows, resize-other-windows, resize-this-window)
17903 (resize-root-window, resize-root-window-vertically)
17904 (window-deletable-p, window-or-subwindow-p)
17905 (frame-root-window-p): New functions.
17906
17907 2011-06-09 Glenn Morris <rgm@gnu.org>
17908
17909 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17910 (ange-ftp-get-files): Use it.
17911
17912 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17913
17914 * mail/sendmail.el (mail-recover-1, mail-recover):
17915 * files.el (recover-file, recover-session):
17916 Handle dired-listing-switches not being just a single short option.
17917
17918 2011-06-09 Glenn Morris <rgm@gnu.org>
17919
17920 * calendar/appt.el (appt-display-message, appt-disp-window):
17921 Handle lists of appointments.
17922
17923 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17924
17925 * window.el (one-window-p): Move down in code.
17926 Rewrite doc-string.
17927 (window-current-scroll-bars): Rewrite doc-string.
17928 Normalize live window argument.
17929 (walk-windows, get-window-with-predicate, count-windows):
17930 Rewrite doc-string. Use window-list-1.
17931 (window-in-direction-2, window-in-direction, get-mru-window):
17932 New functions.
17933
17934 2011-06-08 Reuben Thomas <rrt@sc3d.org>
17935
17936 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17937 Doc fix (Bug#8713).
17938
17939 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
17940
17941 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17942
17943 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
17944
17945 * loadhist.el (unload-feature-special-hooks):
17946 Add `comint-output-filter-functions'.
17947
17948 2011-06-08 Ivan Kanis <gnu@kanis.fr>
17949
17950 * calendar/appt.el (appt-check): Move some initializations into the let.
17951
17952 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17953
17954 * window.el (window-height): Defalias to window-total-height.
17955 (window-width): Defalias to window-body-width.
17956
17957 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
17958
17959 * image-mode.el (image-toggle-animation): New command.
17960 (image-mode-map): Bind it to RET.
17961 (image-mode): Update message.
17962 (image-toggle-display-image): Avoid a spurious cache flush.
17963 (image-transform-rotation): Doc fix.
17964 (image-transform-properties): Return quickly in the normal case.
17965 (image-animate-loop): Rename from image-animate-max-time.
17966
17967 * image.el (image-animate-max-time): Move to image-mode.el.
17968 (create-animated-image): Remove unnecessary function.
17969 (image-animate): Rename from image-animate-start. New arg.
17970 (image-animate-stop): Remove; just use image-animate-timer.
17971 (image-animate-timer): Use car-safe.
17972 (image-animate-timeout): Rename argument.
17973
17974 2011-06-07 Martin Rudalics <rudalics@gmx.at>
17975
17976 * window.el (get-lru-window, get-largest-window): Move here from
17977 window.c. Rename first argument to ALL-FRAMES.
17978 Rephrase doc-strings.
17979 (get-buffer-window-list): Rewrite using window-list-1.
17980 Rephrase doc-string.
17981 (window-safe-min-height, window-safe-min-width): New constants.
17982 (window-size-ignore, window-min-size, window-min-size-1)
17983 (window-sizable, window-sizable-p, window-size-fixed-1)
17984 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17985 (window-max-delta-1, window-max-delta, window-resizable)
17986 (window-resizable-p, window-total-height, window-total-width)
17987 (window-body-width): New functions.
17988 (window-full-height-p, window-full-width-p): Rewrite using
17989 window-total-size.
17990 (window-body-height): Rewrite using window-body-size.
17991
17992 2011-06-06 Martin Rudalics <rudalics@gmx.at>
17993
17994 * window.el (window-right, window-left, window-child)
17995 (window-child-count, window-last-child, window-any-p)
17996 (normalize-live-buffer, normalize-live-frame)
17997 (normalize-any-window, normalize-live-window)
17998 (window-iso-combination-p, window-iso-combined-p)
17999 (window-iso-combinations)
18000 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18001 (windows-with-parameter, window-with-parameter)
18002 (window-atom-root, make-window-atom, window-atom-check-1)
18003 (window-atom-check, window-side-check, window-check):
18004 New functions.
18005 (ignore-window-parameters, window-sides, window-sides-vertical)
18006 (window-sides-slots): New variables.
18007 (window-size-fixed): Move down in code. Minor doc-string fix.
18008
18009 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18010
18011 * comint.el (comint-dynamic-complete-as-filename)
18012 (comint-dynamic-complete-filename): Correctly call
18013 completion-in-region.
18014
18015 2011-06-05 Deniz Dogan <deniz@dogan.se>
18016
18017 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18018 in last change.
18019
18020 2011-06-05 Deniz Dogan <deniz@dogan.se>
18021
18022 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18023 (rcirc): Use it to prompt for encryption.
18024
18025 2011-06-05 Roland Winkler <winkler@gnu.org>
18026
18027 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18028 (bibtex-search-entries): New command bound to C-c C-a.
18029 (bibtex-display-entries): New function.
18030
18031 2011-06-05 Roland Winkler <winkler@gnu.org>
18032
18033 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18034 (bibtex-insert-kill): After yanking insert newline if necessary.
18035 (bibtex-initialize): Call bibtex-string-files-init only once.
18036 (bibtex-mode): Do not call easy-menu-add.
18037 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18038 (bibtex-yank): Set arg properly if nil.
18039
18040 2011-06-05 Roland Winkler <winkler@gnu.org>
18041
18042 * textmodes/bibtex.el (bibtex-search-entry-globally):
18043 New variable.
18044 (bibtex-search-entry): Use it.
18045
18046 2011-06-05 Roland Winkler <winkler@gnu.org>
18047
18048 * textmodes/bibtex.el (bibtex-entry-format): New option
18049 sort-fields.
18050 (bibtex-format-entry, bibtex-reformat): Honor this option.
18051 (bibtex-parse-entry): Return fields in proper order.
18052
18053 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18054
18055 * doc-view.el (doc-view-remove-if): Move computation of result out
18056 of `dolist' to silence misleading lexical-binding warning.
18057
18058 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18059
18060 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18061 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18062
18063 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18064
18065 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18066 "SunOS 5.10".
18067
18068 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18069
18070 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18071 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18072 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18073 (tramp-parse-putty):
18074 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18075 (tramp-completion-function-alist-ssh)
18076 (tramp-completion-function-alist-telnet)
18077 (tramp-completion-function-alist-su)
18078 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18079 cookie.
18080
18081 * net/tramp-ftp.el:
18082 * net/tramp-sh.el:
18083 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18084 load "tramp.el" `tramp-set-completion-function'.
18085
18086 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18087
18088 * shell.el: Require and use pcomplete.
18089 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18090 (shell-completion-vars): Set pcomplete-default-completion-function.
18091
18092 2011-06-04 Deniz Dogan <deniz@dogan.se>
18093
18094 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18095 `memq' (Bug#8799).
18096
18097 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18098
18099 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18100
18101 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18102
18103 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18104 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18105 * vc/log-view.el (log-view-beginning-of-defun):
18106 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18107 (smerge-refine-forward, smerge-refine-chopup-region):
18108 Silence warning for unused `dotimes' counter variables.
18109
18110 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18111
18112 * net/tramp.el (tramp-with-progress-reporter): Rename from
18113 with-progress-reporter. Use `declare'.
18114 * net/tramp-smb.el:
18115 * net/tramp-sh.el:
18116 * net/tramp-gvfs.el: Update all uses.
18117
18118 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18119
18120 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18121 buffer isn't killed before making it current.
18122
18123 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18124
18125 Silence various byte-compiler warnings.
18126 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18127 `access-type' and new obsolescence format.
18128 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18129 new format.
18130 (byte-compile-check-variable): New `access-type' argument.
18131 Only warn if the access-type is obsolete.
18132 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18133 (byte-compile-variable-set): Adjust callers.
18134 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18135 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18136 setting it as obsolete.
18137 * simple.el (minibuffer-completing-symbol):
18138 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18139 access as obsolete.
18140 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18141 obsolete yet.
18142 * international/quail.el (quail-mouse-choose-completion): Remove unused
18143 code referring to obsolete var.
18144 (quail-choose-completion-string): Remove.
18145 * server.el (server-clients-with, server-kill-buffer-query-function)
18146 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18147 * proced.el (proced-send-signal):
18148 * emacs-lisp/lisp.el (lisp-complete-symbol):
18149 Replace completion-annotate-function with completion-extra-properties.
18150
18151 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18152
18153 * simple.el (goto-line): Use read-number.
18154 (overriding-map-is-bound): Remove.
18155 (saved-overriding-map): Change default.
18156 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18157 Take the map as argument.
18158 (universal-argument, negative-argument, digit-argument): Use it.
18159 (restore-overriding-map): Adjust.
18160 (do-auto-fill): Use fill-forward-paragraph.
18161 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18162
18163 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18164 (minibuffer-inactive-mode): New major mode.
18165 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18166 the *Messages* buffer" hack.
18167 (mouse-popup-menubar): Don't burp if the event is a normal key.
18168
18169 Miscellaneous tweaks.
18170 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18171 lexical scoping as in subr.el's dolist and dotimes.
18172 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18173 Silence compiler warning.
18174 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18175 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18176 * international/ccl.el (ccl-compile): Trivial simplification.
18177 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18178 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18179 `printflag' argument.
18180 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18181 Purecopy the whole obsolescence data.
18182
18183 2011-06-01 Leo Liu <sdl.web@gmail.com>
18184
18185 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18186 improve doc-string as suggested by Marco Pessotto
18187 <melmothx@gmail.com>.
18188 (rcirc-print): Fix last change.
18189
18190 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18191
18192 * minibuffer.el (complete-with-action): Return nil for the metadata and
18193 boundaries of non-functional tables.
18194 (completion-table-dynamic): Return nil for the metadata.
18195 (completion-table-with-terminator): Add default case, using
18196 complete-with-action.
18197 (completion--metadata): New function.
18198 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18199 to try and avoid pathological performance problems.
18200 (completion--embedded-envvar-table): Return `category' metadata.
18201
18202 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18203
18204 * subr.el (process-alive-p): New tiny convenience function.
18205
18206 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18207
18208 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18209 content but also its previous major mode.
18210
18211 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18212
18213 * emacs-lisp/debug.el (debug): Restore the previous content of the
18214 *Backtrace* buffer when we exit with C-M-c.
18215
18216 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18217
18218 * minibuffer.el: Add metadata method to completion tables.
18219 (completion-category-overrides): New defcustom.
18220 (completion-metadata, completion--field-metadata)
18221 (completion-metadata-get, completion--styles)
18222 (completion--cycle-threshold): New functions.
18223 (completion-try-completion, completion-all-completions):
18224 Add `metadata' argument to choose completion-styles.
18225 (completion--do-completion): Use metadata to choose cycling.
18226 (completion-all-sorted-completions): Use metadata for sorting.
18227 Remove :completion-cycle-penalty which is not needed any more.
18228 (completion--try-word-completion): Add `metadata' argument.
18229 (minibuffer-completion-help): Check metadata for annotation function
18230 and sorting.
18231 (completion-file-name-table): Return `category' metadata.
18232 (minibuffer-completing-file-name): Make obsolete.
18233 * simple.el (minibuffer-completing-symbol): Make obsolete.
18234 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18235 completion-try-completion.
18236
18237 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18238
18239 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18240
18241 2011-05-30 Leo Liu <sdl.web@gmail.com>
18242
18243 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18244 (rcirc-print): Decode all incoming messages (bug#8744).
18245 (rcirc-decode-coding-system): Allow value nil for automatic coding
18246 system detection.
18247
18248 2011-06-01 Glenn Morris <rgm@gnu.org>
18249
18250 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18251
18252 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18253
18254 * image.el (image-animate-max-time): Allow nil and t values.
18255 Default to nil.
18256 (create-animated-image): Doc fix.
18257 (image-animate-start): Remove second arg; just use
18258 image-animate-max-time.
18259 (image-animate-timeout): Doc fix. Args changed.
18260
18261 * image-mode.el (image-toggle-display-image): Ensure that the
18262 image spec passed to the animate timer is the same object as in
18263 the buffer's display property (Bug#6981).
18264 (image-transform-properties): Doc fix.
18265
18266 * image.el (image-animate-max-time): Default to nil.
18267
18268 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18269
18270 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18271 entire buffer list (Bug#8184).
18272
18273 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18274
18275 * image.el (imagemagick-types-inhibit)
18276 (imagemagick-register-types): Doc fix.
18277
18278 2011-05-29 Deniz Dogan <deniz@dogan.se>
18279
18280 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18281 default.
18282
18283 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18284
18285 * select.el: Don't perform clipboard-manager saving in hooks;
18286 leave the hooks empty.
18287
18288 2011-05-28 Leo Liu <sdl.web@gmail.com>
18289
18290 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18291 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18292 (occur-edit-mode): New major mode (Bug#8463).
18293 (occur-after-change-function): New function.
18294 (occur-engine): Give Occur tags a read-only property.
18295
18296 2011-05-28 Kevin Ryde <user42@zip.com.au>
18297
18298 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18299
18300 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18301
18302 * bindings.el (help-echo): Make the initial non-indicator dash
18303 empty on graphical terminals (Bug#7295).
18304
18305 * files.el (auto-mode-alist): Move config rule after the
18306 in-stripping one (Bug#8547).
18307
18308 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18309
18310 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18311 setting (Bug#8740).
18312
18313 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18314
18315 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18316 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18317 (Bug#8539).
18318
18319 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18320
18321 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18322
18323 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18324
18325 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18326 (hs-hide-block-at-point, hs-find-block-beginning)
18327 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18328 (Bug#8279).
18329
18330 2011-05-28 Glenn Morris <rgm@gnu.org>
18331
18332 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18333
18334 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18335
18336 * help-fns.el (describe-function-1): If the function is a derived
18337 major mode, print the parent mode.
18338
18339 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18340 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18341
18342 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18343
18344 * minibuffer.el (completion--capf-wrapper): Check applicability before
18345 returning non-nil for non-exclusive completion data.
18346 * progmodes/etags.el (tags-completion-at-point-function):
18347 * info-look.el (info-lookup-completions-at-point): Mark as
18348 non-exclusive.
18349 (info-complete): Adjust accordingly.
18350
18351 * info-look.el: Convert to lexical-binding and completion-at-point.
18352 (info-lookup-completions-at-point): New function.
18353 (info-complete): Use it and completion-in-region.
18354
18355 2011-05-28 Drew Adams <drew.adams@oracle.com>
18356
18357 * isearch.el: Let M-e start with point at the first mismatched char.
18358 (isearch-fail-pos): New function.
18359 (isearch-edit-string): Use it.
18360
18361 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18362
18363 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18364
18365 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18366
18367 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18368 traversal functions for avl-trees.
18369 (avl-tree--stack): New struct.
18370 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18371 (avl-tree-enter): Add optional `updatefun' arg.
18372 (avl-tree--do-enter): Add optional `updatefun' arg.
18373 Change return value.
18374 (avl-tree-delete): Add optional `test' and `nilflag' args.
18375 (avl-tree--do-delete): Add `test' and `nilflag' args.
18376 Change return value.
18377 (avl-tree-member): Add optional `nilflag'
18378 (avl-tree-member-p): New function.
18379 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18380 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18381 (avl-tree-stack-empty-p): New functions.
18382
18383 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18384 avl-tree--del-balance1 and make it work both ways.
18385 (avl-tree--del-balance2): Remove.
18386 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18387 make it work both ways.
18388 (avl-tree--enter-balance2): Remove.
18389 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18390 New macros.
18391 (avl-tree--mapc, avl-tree-map): Add direction argument.
18392
18393 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18394
18395 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18396
18397 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18398
18399 * select.el: Support clipboard managers with built-in function
18400 x-clipboard-manager-save, via delete-frame-functions and
18401 kill-emacs-hook.
18402 (xselect-convert-to-targets): Add MULTIPLE target to list.
18403 (xselect-convert-to-save-targets): New function.
18404
18405 2011-05-27 Kenichi Handa <handa@m17n.org>
18406
18407 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18408 let-binding rfc2047-encode-encoded-words to nil.
18409
18410 2011-05-27 Glenn Morris <rgm@gnu.org>
18411
18412 * mail/emacsbug.el: Don't require url-util.
18413
18414 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18415
18416 * files.el (set-auto-mode):
18417 Also respect mode: entries at the end of the file. (Bug#8586)
18418
18419 2011-05-26 Glenn Morris <rgm@gnu.org>
18420
18421 * files.el (hack-local-variables-prop-line, hack-local-variables):
18422 Downcase mode names, as seems to be traditional.
18423 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18424
18425 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18426 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18427
18428 2011-05-25 Julien Danjou <julien@danjou.info>
18429
18430 * textmodes/rst.el (rst-define-level-faces): Do not define face
18431 symbol if it is already defined.
18432
18433 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18434
18435 * play/5x5.el (5x5-new-game, 5x5-randomize):
18436 Reset 5x5-solver-output to nil when a new grid is cast.
18437 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18438 these debugging traces, as defmacro breaks the compiled code.
18439
18440 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18441
18442 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18443
18444 2011-05-24 Leo Liu <sdl.web@gmail.com>
18445
18446 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18447 (vc-bzr-sha1): Adapt.
18448
18449 * sha1.el: Remove. Function `sha1' is now builtin.
18450
18451 * bindings.el: Provide sha1 feature.
18452
18453 2011-05-24 Kenichi Handa <handa@m17n.org>
18454
18455 * mail/sendmail.el: Require `rfc2047'.
18456 (mail-insert-from-field): Do not perform RFC2047 encoding.
18457 (mail-encode-header): New function.
18458 (sendmail-send-it): Set buffer-file-coding-system of the work
18459 buffer to the return value of select-message-coding-system.
18460 Call mail-encode-header.
18461
18462 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18463
18464 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18465
18466 * mail/supercite.el (sc-default-cite-frame):
18467 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18468
18469 2011-05-24 Glenn Morris <rgm@gnu.org>
18470
18471 * progmodes/python.el (brm-menu): Declare.
18472
18473 * emulation/viper.el (viper-set-hooks): Declare.
18474
18475 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18476 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18477 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18478 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18479 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18480 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18481
18482 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18483
18484 Add an :exit-function for completion-at-point.
18485
18486 * minibuffer.el (completion--done): New fun.
18487 (completion--do-completion): Use it. New arg `expect-exact'.
18488 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18489 since completion--do-completion does it for us now.
18490 (minibuffer-force-complete): Use completion--done and
18491 completion--replace. Handle sole-completion case with more care.
18492 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18493 (completion-extra-properties): New var.
18494 (completion-annotate-function): Make obsolete.
18495 (minibuffer-completion-help): Adjust accordingly.
18496 Use completion-list-insert-choice-function.
18497 (completion-at-point, completion-help-at-point):
18498 Bind completion-extra-properties.
18499 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18500 * simple.el (completion-list-insert-choice-function): New var.
18501 (completion-setup-function): Preserve it.
18502 (choose-completion): Pay attention to it, shuffle the code a bit.
18503 (choose-completion-string): New arg `insert-function'.
18504
18505 * textmodes/bibtex.el: Convert to lexical binding.
18506 (bibtex-mode-map): Use completion-at-point.
18507 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18508 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18509 (bibtex-complete): Define as obsolete alias.
18510 (bibtex-complete-internal): Remove.
18511 (bibtex-format-entry): Remove unused sub-group in regexp.
18512 * shell.el (shell--command-completion-data)
18513 (shell-environment-variable-completion):
18514 * pcomplete.el (pcomplete-completions-at-point):
18515 * comint.el (comint--complete-file-name-data): Use :exit-function
18516 instead of completion-table-with-terminator so it also works for
18517 choose-completion.
18518
18519 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18520
18521 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18522
18523 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18524 (bug#8710).
18525
18526 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18527
18528 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18529
18530 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18531 customization variable and implement: If non-nil, auto-fill will
18532 be inhibited while on topic's header line.
18533
18534 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18535
18536 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18537 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18538 always have a solution in grid size = 5 cases.
18539 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18540 (5x5-solver-output, 5x5-log-buffer): New vars.
18541 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18542 Make these variables buffer local to achieve 5x5 multi-session-ness.
18543 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18544 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18545 (5x5-solve-suggest): New funs.
18546 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18547 randomize a grid so that we ensure that there is always a solution.
18548 (5x5-make-random-grid): Allow other movement than flipping.
18549
18550 2011-05-23 Kevin Ryde <user42@zip.com.au>
18551
18552 * emacs-lisp/advice.el (ad-read-advised-function):
18553 Use `function-called-at-point' as the default, if it has
18554 advice and passes PREDICATE.
18555
18556 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18557
18558 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18559 byte-compile-lambda if it's actually a lambda.
18560
18561 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18562 Fix function quoting. Use backquote better.
18563
18564 2011-05-22 Yuanle Song <sylecn@gmail.com>
18565
18566 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18567 matching (Bug#8516).
18568
18569 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18570
18571 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18572 different face (Bug#8178).
18573
18574 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18575
18576 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18577 defface (Bug#8144).
18578
18579 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18580
18581 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18582 funcall as well (bug#8712). Warn when performing those conversions.
18583 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18584
18585 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18586
18587 2011-05-22 Glenn Morris <rgm@gnu.org>
18588
18589 * files.el (hack-local-variables-prop-line): Small simplifications.
18590 (hack-local-variables, hack-local-variables-prop-line):
18591 If MODE-ONLY, return the mode, rather than just `t'.
18592
18593 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18594
18595 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18596
18597 2011-05-21 Glenn Morris <rgm@gnu.org>
18598
18599 * files.el (hack-local-variables-prop-line, hack-local-variables):
18600 If only interested in the mode, don't bother doing the other stuff.
18601
18602 * image-mode.el (image-after-revert-hook):
18603 Redraw all frames on which the image is visible. (Bug#8567)
18604
18605 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18606
18607 * wid-edit.el (widget-checklist-match-inline):
18608 Fix 2011-04-19 change. (Bug#8649)
18609
18610 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18611
18612 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18613 Also allow singlespace after single-letter capitals followed by a dot.
18614
18615 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18616 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18617
18618 2011-05-20 Nix <nix@esperi.org.uk>
18619
18620 * files.el (basic-save-buffer-2):
18621 Fix handling of break-hardlink-on-save with non-existent files.
18622
18623 2011-05-19 Deniz Dogan <deniz@dogan.se>
18624
18625 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18626 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18627
18628 2011-05-19 Glenn Morris <rgm@gnu.org>
18629
18630 * progmodes/f90.el (f90-type-def-re):
18631 Handle "type, bind(c)". (Bug#8691)
18632
18633 * emacs-lisp/autoload.el (batch-update-autoloads):
18634 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18635
18636 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18637
18638 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18639 property for the correct connection in case of multihops.
18640
18641 2011-05-18 Glenn Morris <rgm@gnu.org>
18642
18643 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18644 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18645
18646 Rationalize calendar handling of day and month abbrev-arrays.
18647 * calendar/calendar.el (calendar-customized-p): New function.
18648 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18649 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18650 Add :set function.
18651 (calendar-abbrev-length, calendar-day-abbrev-array)
18652 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18653 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18654 Elements may no longer be nil.
18655 (calendar-day-name, calendar-month-name):
18656 Update for changed nature of abbrev arrays.
18657 * calendar/diary-lib.el (diary-name-pattern):
18658 Update for changed nature of abbrev arrays.
18659 (diary-mark-entries-1): Update calendar-make-alist calls.
18660 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18661 * calendar/cal-html.el (cal-html-day-abbrev-array):
18662 Simply inherit from calendar-day-abbrev-array.
18663
18664 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18665
18666 * progmodes/grep.el (grep-mode): Disable default
18667 compilation-directory-matcher setting (bug#8684).
18668
18669 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18670
18671 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18672 instead of "head" and "tail". There were problems with SunOS 5.9,
18673 and it performs better.
18674
18675 2011-05-17 Glenn Morris <rgm@gnu.org>
18676
18677 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18678
18679 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18680 Replace obsolete function.
18681
18682 * shell.el (pcomplete-parse-arguments-function): Declare.
18683
18684 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18685 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18686 (appt-check): Doc fixes.
18687 (appt-disp-window-function, appt-delete-window-function):
18688 Remove needless special case in custom :type.
18689 (appt-display-count): Default to 0, not nil.
18690 (appt-check): Reset appt-display-count to 0, not nil.
18691
18692 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18693
18694 * progmodes/python.el (python-font-lock-keywords):
18695 Add the Python 3.X keyword "nonlocal" (bug#8639).
18696
18697 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18698
18699 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18700
18701 2011-05-16 Kevin Ryde <user42@zip.com.au>
18702
18703 * info-look.el (makefile-automake-mode): New setups, looking in
18704 automake manual, then makefile-mode.
18705 (makefile-mode): Remove automake manual, have it just in
18706 makefile-automake-mode since there's various things different or
18707 not relevant to plain make.
18708 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18709 believe a hypothetical automake-mode would go to makefile-mode,
18710 not the other way around.
18711
18712 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18713
18714 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18715 hunk-end tags (Bug#8672).
18716
18717 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18718 vc-annotate-show-diff-revision-at-line (Bug#8671).
18719
18720 2011-05-14 Glenn Morris <rgm@gnu.org>
18721
18722 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18723 in the middle of an existing one with multiple authors. (Bug#8645)
18724 (change-log-font-lock-keywords): Also handle multiple author lines
18725 with leading tabs. (Bug#8644)
18726
18727 * calendar/appt.el (appt-check): Rename some local variables.
18728 Some simplification/reordering.
18729
18730 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18731 (feedmail-sendmail-f-doesnt-sell-me-out)
18732 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18733 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18734 (feedmail-queue-runner-message-sender): Set :version.
18735 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18736 (bbdb-dwim-net-address, vm-mail): Declare.
18737 (feedmail-binmail-gnulinuxish-template):
18738 Rename from feedmail-binmail-linuxish-template.
18739 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18740 Use insert-buffer-substring.
18741
18742 2011-05-14 Bill Carpenter <bill@carpenter.org>
18743
18744 * mail/feedmail.el (feedmail-patch-level): Increase.
18745 (feedmail-debug): New custom group.
18746 (feedmail-confirm-outgoing-timeout)
18747 (feedmail-sendmail-f-doesnt-sell-me-out)
18748 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18749 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18750 (feedmail-sender-line, feedmail-from-line)
18751 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18752 (feedmail-spray-this-address)
18753 (feedmail-spray-address-fiddle-plex-list)
18754 (feedmail-queue-use-send-time-for-date)
18755 (feedmail-queue-use-send-time-for-message-id)
18756 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18757 (feedmail-buffer-eating-function):
18758 Doc fixes.
18759 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18760 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18761 (feedmail-message-action-scroll-down): New functions.
18762 (feedmail-queue-directory, feedmail-queue-draft-directory):
18763 Use expand-file-name.
18764 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18765 Remove C-v help entry.
18766 (feedmail-queue-buffer-file-name): New variable.
18767 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18768 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18769 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18770 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18771 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18772 (feedmail-message-action-toggle-spray)
18773 (feedmail-run-the-queue-no-prompts)
18774 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18775 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18776 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18777 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18778 (feedmail-envelope-deducer, feedmail-fiddle-from)
18779 (feedmail-fiddle-sender, feedmail-default-date-generator)
18780 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18781 (feedmail-fiddle-spray-address)
18782 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18783 (feedmail-fiddle-list-of-fiddle-plexes)
18784 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18785 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18786 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18787 Change default. Doc fix.
18788 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18789 (feedmail-binmail-linuxish-template): New constant.
18790 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18791 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18792 (feedmail-send-it): Add debug call.
18793 Use feedmail-queue-buffer-file-name, and
18794 feedmail-send-it-immediately-wrapper.
18795 (feedmail-message-action-send): Add debug call.
18796 Use feedmail-send-it-immediately-wrapper.
18797 (feedmail-queue-express-to-queue): Add debug call.
18798 Run feedmail-queue-express-hook.
18799 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18800 (feedmail-message-action-help-blat):
18801 Rename from feedmail-queue-send-edit-prompt-help-first.
18802 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18803 Check line-endings. Handle errors better.
18804 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18805 Doc fix. Add debug call.
18806 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18807 Use feedmail-queue-send-edit-prompt-inner.
18808 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18809 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18810 from feedmail-queue-send-edit-prompt.
18811 (feedmail-queue-send-edit-prompt-help)
18812 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18813 (feedmail-tidy-up-slug): Add debug call.
18814 Respect feedmail-queue-slug-suspect-regexp.
18815 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18816 (feedmail-dump-message-to-queue): Add debug call.
18817 Expand queue-directory.
18818 (feedmail-dump-message-to-queue): Change message slightly.
18819 Use feedmail-say-chatter.
18820 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18821 (feedmail-send-it-immediately-wrapper): New function.
18822 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18823 Insert empty string rather than newline. Handle full-frame case.
18824 Use catch/throw. Use feedmail-say-chatter.
18825 (feedmail-fiddle-from): Try mail-host-address.
18826 (feedmail-default-message-id-generator): Doc fix.
18827 Bind system-time-locale. Handle missing end.
18828 (feedmail-fiddle-x-mailer): Add debug call.
18829 Handle feedmail-x-mailer-line being nil.
18830 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18831 Add debug call. Use buffer-substring-no-properties.
18832 (feedmail-say-debug, feedmail-say-chatter): New functions.
18833 (feedmail-find-eoh): Give an explicit error.
18834
18835 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
18836
18837 * net/newst-treeview.el (newsticker-treeview-face): Change default
18838 family from helvetica to sans.
18839 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18840 etc/images/newsticker.
18841
18842 * net/newst-reader.el (newsticker-feed-face): Change default
18843 family from helvetica to sans.
18844
18845 * net/newst-plainview.el (newsticker-new-item-face)
18846 (newsticker-old-item-face, newsticker-immortal-item-face)
18847 (newsticker-obsolete-item-face, newsticker-date-face)
18848 (newsticker-statistics-face): Change default family from
18849 helvetica to sans.
18850 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18851 etc/images/newsticker.
18852
18853 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18854 (newsticker--process-auto-mark-filter-match): Tell user about
18855 auto-marking.
18856
18857 2011-05-13 Didier Verna <didier@xemacs.org>
18858
18859 Common Lisp indentation improvements on defmethod and lambda-lists.
18860 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18861 TODO entries.
18862 (lisp-lambda-list-keyword-parameter-indentation)
18863 (lisp-lambda-list-keyword-parameter-alignment)
18864 (lisp-lambda-list-keyword-alignment): New customizable user options.
18865 (lisp-indent-defun-method): Improve docstring.
18866 (extended-loop-p): Fix comment.
18867 (lisp-indent-lambda-list-keywords-regexp): New variable.
18868 (lisp-indent-lambda-list): New function.
18869 (lisp-indent-259): Use it.
18870 (lisp-indent-defmethod): Support for more than one
18871 method qualifier and properly indent methods lambda-lists.
18872 (defgeneric): Provide a missing common-lisp-indent-function property.
18873
18874 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18875
18876 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18877 bounds for the empty string (bug#8667).
18878
18879 2011-05-13 Glenn Morris <rgm@gnu.org>
18880
18881 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18882
18883 * mail/sendmail.el (sendmail-program): Try executable-find first.
18884 (sendmail-send-it): `sendmail-program' cannot be unbound.
18885
18886 * calendar/appt.el (appt-make-list): Simplify.
18887 (appt-time-msg-list): Doc fix.
18888 (appt-check): Change mode-line message at the time of the appointment.
18889
18890 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18891
18892 * progmodes/ld-script.el (ld-script-keywords)
18893 (ld-script-builtins): Update keywords list.
18894
18895 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18896
18897 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18898
18899 * shell.el (shell-completion-vars): New function.
18900 (shell-mode):
18901 * simple.el (read-shell-command): Use it.
18902 (blink-matching-open): No need for " [...]" in minibuffer-message.
18903
18904 2011-05-12 Glenn Morris <rgm@gnu.org>
18905
18906 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18907 (appt-check): Simplify.
18908
18909 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18910
18911 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18912 literal "/dev/null".
18913
18914 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18915
18916 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18917 Fix typo.
18918
18919 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
18920
18921 * progmodes/which-func.el (which-function):
18922 Use add-log-current-defun instead of add-log-current-defun-function,
18923 which might not be defined (Bug#8260).
18924
18925 2011-05-12 Glenn Morris <rgm@gnu.org>
18926
18927 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18928 Let byte-compile-initial-macro-environment always take precedence.
18929
18930 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18931
18932 * net/rcirc.el: Add support for SSL/TLS connections.
18933 (rcirc-server-alist): New field `encryption'.
18934 (rcirc): Check `encryption' settings.
18935 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18936 Merge make-local-variable into `set'.
18937 (rcirc--connection-open-p): New function.
18938 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18939 the process is not a network process (e.g. running gnutls-cli).
18940 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18941 Make rcirc-(en|de)code-coding-system local here.
18942 (rcirc-mode): Merge make-local-variable into `set'.
18943 (rcirc-parent-buffer): Make permanent buffer-local.
18944 (rcirc-multiline-minor-mode): Don't do it here.
18945 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18946 there's no server buffer.
18947
18948 2011-05-11 Glenn Morris <rgm@gnu.org>
18949
18950 * newcomment.el (comment-kill): Prefix "unused" local.
18951
18952 * term/w32console.el (get-screen-color): Declare.
18953
18954 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18955 Handle symbol elements of byte-compile-initial-macro-environment.
18956
18957 2011-05-10 Leo Liu <sdl.web@gmail.com>
18958
18959 * bookmark.el (bookmark-bmenu-mode-map):
18960 Bind bookmark-bmenu-search to `/'.
18961
18962 * mail/footnote.el: Convert to utf-8 encoding.
18963 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18964 (Footnote-unicode): New function.
18965 (footnote-style-alist): Add unicode style to the list.
18966 (footnote-style): Doc fix.
18967
18968 2011-05-10 Jim Meyering <meyering@redhat.com>
18969
18970 Fix doubled-word typos.
18971 * international/quail.el (quail-insert-kbd-layout): and and -> and
18972 * kermit.el: and and -> and
18973 * net/ldap.el (ldap-search-internal): to to -> to
18974 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18975 * progmodes/js.el (js-mode): and and -> and
18976 * textmodes/artist.el (artist-move-to-xy): at at -> at
18977 (artist-draw-region-trim-line-endings): if if -> if
18978 And Safetyc -> Safety.
18979 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18980
18981 2011-05-10 Glenn Morris <rgm@gnu.org>
18982 Stefan Monnier <monnier@iro.umontreal.ca>
18983
18984 * files.el (hack-one-local-variable-eval-safep):
18985 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18986
18987 2011-05-10 Glenn Morris <rgm@gnu.org>
18988
18989 * calendar/diary-lib.el (diary-list-entries-hook)
18990 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18991 (diary-nongregorian-marking-hook, diary-list-entries)
18992 (diary-include-other-diary-files, diary-mark-entries)
18993 (diary-mark-included-diary-files): Doc fixes.
18994
18995 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18996
18997 * misc.el: Require tabulated-list.el during compilation.
18998
18999 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19000
19001 * progmodes/compile.el (compilation-start):
19002 Run compilation-filter-hook for the async case too.
19003 (compilation-filter-hook): Doc fix.
19004
19005 2011-05-09 Deniz Dogan <deniz@dogan.se>
19006
19007 * wdired.el: Remove outdated installation comment. Fix usage
19008 comment.
19009
19010 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19011
19012 * misc.el: Implement new command `list-dynamic-libraries'.
19013 (list-dynamic-libraries--loaded-only-p): New variable.
19014 (list-dynamic-libraries--refresh): New function.
19015 (list-dynamic-libraries): New command.
19016
19017 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19018
19019 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19020 Fix the ant regexp to handle end-line and end-column info from jikes.
19021 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19022 higher priority to avoid clobbering by gnu.
19023
19024 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19025
19026 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19027 if the face has existing theme settings (Bug#8454).
19028
19029 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19030
19031 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19032 Only match variables declared via `my' or `our' (Bug#8261).
19033
19034 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19035 special file names `.' and `..' (Bug#8259).
19036
19037 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19038
19039 * progmodes/grep.el (grep-mode-font-lock-keywords):
19040 Remove buffer-changing entries.
19041 (grep-filter): New function.
19042 (grep-mode): Add it to compilation-filter-hook.
19043
19044 * progmodes/compile.el (compilation-filter-hook)
19045 (compilation-filter-start): New defvars.
19046 (compilation-filter): Call compilation-filter-hook prior to
19047 updating the process mark.
19048
19049 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19050
19051 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19052
19053 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19054
19055 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19056 mailclient-send-it even if window-system is nil. (Bug#8595)
19057
19058 * term/w32console.el (terminal-init-w32console):
19059 Call get-screen-color and use its output to set the frame
19060 background-mode. (Bug#8597)
19061
19062 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19063
19064 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19065 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19066 New functions.
19067 (defgeneric, eieio--defmethod): Use them.
19068 (eieio-defgeneric): Remove.
19069 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19070
19071 2011-05-07 Glenn Morris <rgm@gnu.org>
19072
19073 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19074 Use let rather than let*.
19075 (timeclock-find-discrep): Remove unused local.
19076
19077 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19078
19079 * calendar/appt.el (appt-time-msg-list): Doc fix.
19080
19081 2011-05-06 Noah Friedman <friedman@splode.com>
19082
19083 * apropos.el (apropos-print-doc): Only use
19084 emacs-lisp-docstring-fill-column when it is bound to an integer,
19085 per that variable's documentation.
19086
19087 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19088
19089 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19090 and warnings are not silently discarded (e.g. use -d instead of -P).
19091
19092 2011-05-06 Glenn Morris <rgm@gnu.org>
19093
19094 * calendar/appt.el (appt-message-warning-time): Doc fix.
19095 (appt-warning-time-regexp): New option.
19096 (appt-make-list): Respect appt-message-warning-time.
19097
19098 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19099 New options.
19100 (diary-add-to-list): Strip comments from the displayed string.
19101 (diary-mode): Set comment-start and comment-end.
19102
19103 * vc/diff-mode.el (smerge-refine-subst): Declare.
19104 (diff-refine-hunk): Don't require smerge-mode when compiling.
19105
19106 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19107
19108 * simple.el (list-processes): Return nil as the docstring says.
19109
19110 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19111
19112 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19113 to "".
19114 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19115 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19116 determining of binary transfer. (Bug#7383)
19117
19118 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19119
19120 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19121 Fix port computation bug. (Bug#8618)
19122
19123 2011-05-05 Glenn Morris <rgm@gnu.org>
19124
19125 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19126
19127 * simple.el (shell-dynamic-complete-functions)
19128 (comint-dynamic-complete-functions): Declare.
19129
19130 * net/network-stream.el (gnutls-negotiate):
19131 * simple.el (tabulated-list-print): Fix declarations.
19132
19133 * progmodes/gud.el (syntax-symbol, syntax-point):
19134 Remove unnecessary and incorrect declarations.
19135
19136 * emacs-lisp/check-declare.el (check-declare-scan):
19137 Handle byte-compile-initial-macro-environment in bytecomp.el.
19138
19139 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19140
19141 Fix earlier half-done eieio-defmethod change (bug#8338).
19142 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19143 Streamline and change calling convention.
19144 (defmethod): Adjust accordingly and simplify.
19145 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19146 new eieio--defmethod.
19147 (slot-boundp): Minor CSE simplification.
19148
19149 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19150
19151 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19152 (glasses-make-readable): Use glasses-separate-capital-groups.
19153
19154 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19155
19156 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19157 (warning-series): Doc fix.
19158 (display-warning): Don't try to create the buffer if we just found it.
19159
19160 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19161
19162 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19163 (autoload-find-generated-file): New function.
19164 (generate-file-autoloads): Bind generated-autoload-file to
19165 buffer-file-name.
19166 (update-file-autoloads, update-directory-autoloads):
19167 Use autoload-find-generated-file. If called interactively, prompt for
19168 output file (Bug#7989).
19169 (batch-update-autoloads): Doc fix.
19170
19171 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19172
19173 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19174
19175 2011-05-04 Glenn Morris <rgm@gnu.org>
19176
19177 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19178 function, so it follows changes in calendar-date-style.
19179 (diary-fancy-date-matcher): New function.
19180 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19181 (diary-fancy-font-lock-fontify-region-function):
19182 Use diary-fancy-date-pattern as a function.
19183
19184 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19185 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19186
19187 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19188
19189 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19190 instead of positional arguments. Allow :keylist and :crlfiles
19191 arguments.
19192 (open-gnutls-stream): Call it.
19193
19194 * net/network-stream.el (network-stream-open-starttls): Adjust to
19195 call `gnutls-negotiate' with :process and :hostname arguments.
19196
19197 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19198
19199 * minibuffer.el (completion--message): New function.
19200 (completion--do-completion, minibuffer-complete)
19201 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19202 (completion--do-completion): Don't ignore completion-auto-help when in
19203 icomplete-mode.
19204
19205 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19206 internal encoding (e.g. tibetan zero is not whitespace).
19207 (global-whitespace-mode): Prefer save-current-buffer.
19208 (whitespace-trailing-regexp): Remove useless save-match-data.
19209 (whitespace-empty-at-bob-regexp): Minor simplification.
19210
19211 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19212
19213 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19214
19215 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19216
19217 * textmodes/ispell.el (ispell-add-per-file-word-list):
19218 Use `concat' to create string for insertion.
19219
19220 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19221
19222 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19223 Avoid open-line which runs post-self-insert-hook.
19224 (bibtex-fill-entry): Remove unused `end' var.
19225
19226 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19227
19228 * textmodes/ispell.el (ispell-add-per-file-word-list):
19229 Protect against `nil' value of `comment-start' (Bug#8579).
19230
19231 2011-05-03 Leo Liu <sdl.web@gmail.com>
19232
19233 * isearch.el (isearch-yank-pop): New command.
19234 (isearch-mode-map): Bind it to `M-y'.
19235 (isearch-forward): Mention it.
19236
19237 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19238
19239 * simple.el (minibuffer-complete-shell-command): Remove.
19240 (minibuffer-local-shell-command-map): Use completion-at-point.
19241 (read-shell-command): Setup completion vars here instead.
19242 (read-expression-map): Bind TAB to symbol completion.
19243
19244 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19245 error directly rather via storing it into `results'.
19246
19247 2011-05-02 Leo Liu <sdl.web@gmail.com>
19248
19249 * vc/diff.el: Fix description.
19250
19251 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19252
19253 * server.el (server-eval-at): New function.
19254
19255 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19256
19257 * net/network-stream.el (open-network-stream): Take a :nowait
19258 parameter and pass it on to `make-network-process'.
19259 (network-stream-open-plain): Ditto.
19260
19261 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19262
19263 * faces.el (face-spec-set-match-display): Don't match toolkit
19264 options on terminal frames.
19265
19266 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19267
19268 * progmodes/pascal.el: Use lexical binding.
19269 (pascal-mode-map): Remove author preferences.
19270
19271 * pcomplete.el (pcomplete-std-complete): Don't abuse
19272 completion-at-point.
19273
19274 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19275
19276 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19277 removing code that has been dead since 1991 or so.
19278
19279 * startup.el (command-line): When warning about "_emacs", use a
19280 delayed warning to allow the user to filter it out.
19281
19282 2011-04-28 Deniz Dogan <deniz@dogan.se>
19283
19284 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19285 user has not joined.
19286
19287 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19288
19289 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19290 aren't any completions at point.
19291
19292 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19293
19294 * subr.el (display-delayed-warnings): New function.
19295 (delayed-warnings-hook): New variable.
19296
19297 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19298
19299 * minibuffer.el (completion-at-point, completion-help-at-point):
19300 Don't presume that a given completion-at-point-function will always
19301 use the same calling convention.
19302
19303 * pcomplete.el (pcomplete-completions-at-point):
19304 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19305 pcomplete-seen is non-nil.
19306 (pcomplete-comint-setup): Also recognize the new comint/shell
19307 completion functions.
19308 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19309 pcomplete-seen is non-nil.
19310
19311 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19312
19313 * calendar/icalendar.el (diary-lib): Add require statement.
19314 (icalendar--create-uid): Read out a uid from a text-property on
19315 the first character in the entry. This allows for code to add its
19316 own uid to the entry.
19317 (icalendar--convert-float-to-ical): Add export of
19318 `diary-float'-entries save for those with the optional DAY
19319 argument.
19320
19321 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19322
19323 * subr.el (shell-quote-argument): Use alternate escaping strategy
19324 when we spot a variable reference in a string.
19325
19326 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19327
19328 * cus-start.el (all): Define customization for debug-on-event.
19329
19330 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19331
19332 * subr.el (shell-quote-argument): Escape correctly under Windows.
19333
19334 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19335
19336 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19337
19338 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19339
19340 * net/tramp.el (tramp-process-actions): Add POS argument.
19341 Delete region between POS and (pos).
19342
19343 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19344 Use `nil' position in `tramp-process-actions' call.
19345 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19346
19347 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19348 position in `tramp-process-actions' call.
19349
19350 * net/trampver.el: Update release number.
19351
19352 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19353
19354 * custom.el (defcustom): Obey lexical-binding.
19355
19356 Fix octave-inf completion problems reported by Alexander Klimov.
19357 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19358 Inherit from octave-mode-syntax-table.
19359 (inferior-octave-mode): Set info-lookup-mode.
19360 (inferior-octave-completion-at-point): New function.
19361 (inferior-octave-complete): Use it and completion-in-region.
19362 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19363 comint-filename-completion.
19364 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19365 symbol elements which shouldn't be word elements.
19366 (octave-font-lock-keywords, octave-beginning-of-defun)
19367 (octave-function-header-regexp): Adjust regexps accordingly.
19368 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19369
19370 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19371
19372 * net/gnutls.el (gnutls-errorp): Declare before first use.
19373
19374 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19375
19376 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19377 verify-error, and verify-hostname-error parameters. Check whether
19378 default trustfile exists before going to use it. Add missing
19379 argument to gnutls-message-maybe call. Return value.
19380 Reported by Claudio Bley <claudio.bley@gmail.com>.
19381 (open-gnutls-stream): Add usage example.
19382
19383 * net/network-stream.el (network-stream-open-starttls): Give host
19384 parameter to `gnutls-negotiate'.
19385 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19386 * subr.el (shell-quote-argument): Escape correctly under Windows.
19387
19388 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19389
19390 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19391 Use correct match group (bug#8438).
19392
19393 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19394
19395 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19396 (package-menu--generate): New arg specifying packages to show.
19397 (package-menu-refresh, package-menu-execute, list-packages):
19398 Callers changed.
19399 (package-show-package-list): New function, replacing deleted
19400 package--list-packages (renamed because it is non-internal).
19401
19402 * finder.el (finder-list-matches): Use package-show-package-list
19403 instead of deleted package--list-packages.
19404
19405 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19406 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19407 (vc-annotate-mode-map): Bind it to RET.
19408
19409 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19410
19411 * progmodes/etags.el (next-file): Don't use set-buffer to change
19412 buffers (Bug#8478).
19413
19414 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19415
19416 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19417
19418 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19419 (apropos-accumulator): Doc fix.
19420 (apropos-function, apropos-macro, apropos-command)
19421 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19422 (apropos-plist): Add face property.
19423 (apropos-symbols-internal): Fix indentation.
19424 (apropos-print): Simplify help, and recognize apropos-multi-type.
19425 (apropos-print-doc): Use button-type-get to extract the button's
19426 face property. Fill docstring (Bug#8352).
19427
19428 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19429
19430 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19431
19432 * play/mpuz.el (mpuz-silent): Doc fix.
19433 (mpuz-mode-map): Use mapc.
19434 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19435 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19436 Fix typos in docstrings.
19437
19438 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19439 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19440
19441 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19442
19443 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19444
19445 * minibuffer.el (completion--do-completion): Avoid the "Next char
19446 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19447
19448 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19449 mouse-2 into unread-command-events, it is interpreted correctly.
19450
19451 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19452 (image-toggle-display): Doc fix.
19453
19454 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19455
19456 * textmodes/page.el (what-page): Use line-number-at-pos to
19457 calculate line number (Bug#6825).
19458
19459 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19460
19461 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19462 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19463 Pass argument NO-DEFAULT to `find-tag-interactive'.
19464
19465 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19466
19467 Lexical-binding cleanup.
19468
19469 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19470 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19471 * progmodes/ada-prj.el (ada-prj-initialize-values)
19472 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19473 (ada-prj-show-value):
19474 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19475 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19476 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19477 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19478 * progmodes/bug-reference.el (bug-reference-push-button):
19479 * progmodes/fortran.el (fortran-line-length):
19480 * progmodes/glasses.el (glasses-change):
19481 * progmodes/octave-mod.el (octave-fill-paragraph):
19482 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19483 (python-pdbtrack-grub-for-buffer, python-sentinel):
19484 * progmodes/sql.el (sql-save-connection):
19485 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19486 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19487 Mark unused parameters.
19488
19489 * progmodes/compile.el (compilation--flush-directory-cache)
19490 (compilation--flush-parse, compile-internal): Mark unused parameters.
19491 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19492 (compilation-next-error-function): Remove unused variable `timestamp'.
19493
19494 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19495 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19496
19497 * progmodes/dcl-mode.el (dcl-end-of-command):
19498 Remove unused variable `start'.
19499 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19500 (dcl-option-value-basic, dcl-option-value-offset)
19501 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19502 Mark unused parameters.
19503 (dcl-save-local-variable): Remove unused variable `val'.
19504 (mode): Declare.
19505
19506 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19507 Mark unused parameters.
19508 (delphi-ignore-changes): Move before first use.
19509 (delphi-charset-token-at): Remove unused variable `start'.
19510 (delphi-else-start): Remove unused variable `if-count'.
19511 (delphi-comment-block-start, delphi-comment-block-end):
19512 Remove unused variable `kind'.
19513 (delphi-indent-line): Remove unused variable `new-point'.
19514
19515 * progmodes/ebrowse.el (ebrowse-files-list)
19516 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19517 Mark unused parameters. Don't quote `lambda'.
19518 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19519 Don't quote `lambda'.
19520 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19521 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19522 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19523 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19524 Use `ignore-errors'.
19525 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19526 (ebrowse-view/find-file-and-search-pattern)
19527 (ebrowse-view/find-member-declaration/definition):
19528 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19529 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19530 Rename parameter PREFIX-ARG to PREFIX.
19531 (ebrowse-tags-read-name): Remove unused variables `start' and
19532 `member-info'.
19533 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19534 to `tags-file'.
19535
19536 * progmodes/etags.el (local-find-tag-hook): Declare.
19537 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19538 Mark unused parameters.
19539
19540 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19541 (executable-interpret): Mark unused parameter.
19542
19543 * progmodes/flymake.el (flymake-process-sentinel)
19544 (flymake-after-change-function)
19545 (flymake-create-temp-with-folder-structure)
19546 (flymake-get-include-dirs-dot): Mark unused parameters.
19547 (flymake-safe-delete-directory): Remove unused variable `err'.
19548
19549 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19550 (speedbar-timer-fn, speedbar-line-text)
19551 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19552 (speedbar-center-buffer-smartly): Declare functions.
19553 (gdb-find-watch-expression): Remove unused variable `array'.
19554 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19555 (gdb-starting): Mark unused parameters.
19556 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19557 (gdb-table-string): Remove unused variable `res'.
19558 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19559 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19560 (gdb-display-buffer): Remove unused variable `cur-size'.
19561
19562 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19563 allow lexical-binding compilation.
19564 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19565 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19566 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19567 Mark unused parameters.
19568 (gud-gdb-marker-filter): Remove unused variable `match'.
19569 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19570 lambda expressions and funcall them, instead of using `fset'.
19571
19572 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19573 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19574
19575 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19576 variable `header-beg'; use `let'.
19577
19578 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19579 `restart', `last-sexp' and `at-do'.
19580
19581 * progmodes/js.el (js--debug): Mark unused parameter.
19582 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19583 (js--splice-into-items): Remove unused variable `item'.
19584 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19585
19586 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19587 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19588 (makefile-complete): Remove unused variable `try'.
19589 (makefile-fill-paragraph, makefile-match-function-end):
19590 Mark unused parameters.
19591
19592 * progmodes/octave-inf.el (inferior-octave-complete):
19593 Remove unused variable `proc'.
19594 (inferior-octave-output-digest): Mark unused parameter.
19595
19596 * progmodes/perl-mode.el (perl-calculate-indent):
19597 Remove unused variable `err'.
19598
19599 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19600 (prolog-indent-line): Mark unused parameters.
19601 (prolog-indent-line): Remove unused variable `beg'.
19602
19603 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19604 (reporter-dont-compact-list): Declare.
19605
19606 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19607 Remove unused variable `char'.
19608 (sh-debug): Mark unused parameter.
19609 (sh-get-indent-info): Remove unused variable `start'.
19610 (sh-calculate-indent): Remove unused variable `var'.
19611
19612 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19613 (simula-electric-keyword): Remove unused variable `null'.
19614 (simula-search-backward, simula-search-forward): Remove unused
19615 variables `begin' and `end'.
19616
19617 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19618 Remove unused variable `pos'.
19619 (vera-electric-tab, vera-comment-uncomment-region):
19620 Mark unused parameters.
19621 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19622
19623 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19624
19625 * emacs-lisp/package.el (package--builtins, package-alist)
19626 (package-load-descriptor, package-built-in-p, package-activate)
19627 (define-package, package-installed-p)
19628 (package-compute-transaction, package-buffer-info)
19629 (package--push): Doc fix. Distinguish more clearly between
19630 version strings and version lists.
19631
19632 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19633
19634 Lexical-binding cleanup.
19635
19636 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19637 (5x5-make-mutate-best):
19638 * play/fortune.el (fortune-in-buffer):
19639 * play/gomoku.el (gomoku-init-display):
19640 * play/solitaire.el (solitaire, solitaire-do-check):
19641 * play/tetris.el (tetris-default-update-speed-function):
19642 Mark unused parameters.
19643
19644 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19645 (bubbles--shift): Remove unused variable `char-org'.
19646 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19647 (bubbles--show-images): Remove unused variable `char'.
19648
19649 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19650 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19651 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19652 (decipher-analyze-buffer): Use ?\s.
19653 (decipher-make-checkpoint): Remove unused variable `mapping'.
19654
19655 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19656
19657 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19658 Remove unused variable `result'; use `let'.
19659
19660 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19661 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19662 (gametree-children-shown-p, gametree-compute-reduced-score):
19663 Use `ignore-errors'.
19664
19665 * play/handwrite.el (ps-lpr-switches): Declare.
19666 (handwrite): Remove unused variables `pmin' and `lastp'.
19667
19668 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19669
19670 * play/landmark.el (landmark-init-display)
19671 (landmark-update-naught-weights): Mark unused parameters.
19672 (landmark-y): Remove unused variable `noise'. Simplify.
19673 (landmark-human-plays): Remove unused variable `score'.
19674
19675 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19676 (mpuz-try-proposal): Remove unused variable `game'.
19677
19678 * play/zone.el (life-patterns): Declare.
19679
19680 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19681
19682 * vc/vc.el (ediff-vc-internal): Declare function.
19683
19684 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19685
19686 * shell.el: Use lexical-binding and std completion UI.
19687 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19688 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19689 comint-preoutput-filter-functions rather than on
19690 comint-output-filter-functions.
19691 (shell-command-completion, shell--command-completion-data)
19692 (shell-filename-completion, shell-environment-variable-completion)
19693 (shell-c-a-p-replace-by-expanded-directory): New functions.
19694 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19695 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19696 (shell-dynamic-complete-environment-variable): Use them.
19697 (shell-dynamic-complete-as-environment-variable)
19698 (shell-dynamic-complete-as-command): Remove.
19699 (shell-match-partial-variable): Match past point.
19700 * comint.el: Clean up use of completion-at-point-functions.
19701 (comint-completion-at-point): New function.
19702 (comint-mode): Use it completion-at-point-functions.
19703 (comint-dynamic-complete): Make it obsolete.
19704 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19705 (comint-c-a-p-replace-by-expanded-history): New function.
19706 (comint-dynamic-complete-functions)
19707 (comint-replace-by-expanded-history): Use it.
19708 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19709 termination strings. Try harder to avoid second try-completion.
19710 (completion-in-region-mode-map): Disable bindings that don't work yet.
19711
19712 * comint.el: Use lexical-binding. Require CL.
19713 (comint-dynamic-complete-functions): Use comint-filename-completion.
19714 (comint-completion-addsuffix): Tweak custom type.
19715 (comint-filename-completion, comint--common-suffix)
19716 (comint--common-quoted-suffix, comint--table-subvert)
19717 (comint--complete-file-name-data): New functions.
19718 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19719 (comint-dynamic-list-filename-completions): Use them.
19720 (comint-dynamic-simple-complete): Make obsolete.
19721
19722 * minibuffer.el (completion-in-region-mode):
19723 Keep completion-in-region-mode--predicate global.
19724 (completion-in-region--postch):
19725 Assume completion-in-region-mode--predicate is not null.
19726
19727 * progmodes/flymake.el (flymake-start-syntax-check-process):
19728 Obey `dir'. Simplify.
19729
19730 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19731 we're in VC after all.
19732
19733 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19734
19735 * vc/vc.el (vc-diff-build-argument-list-internal)
19736 (vc-version-ediff, vc-ediff): New commands.
19737 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19738
19739 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19740
19741 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19742 add sanity check.
19743
19744 * obsolete/erc-hecomplete.el: Make obsolete.
19745 * obsolete/: Standardize obsolescence info in the header.
19746
19747 2011-04-20 Glenn Morris <rgm@gnu.org>
19748
19749 * calendar/solar.el (solar-horizontal-coordinates):
19750 Use the longitude argument rather than `calendar-longitude'.
19751 (solar-date-next-longitude): Remove unused locals.
19752
19753 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19754
19755 * whitespace.el: New version 13.2.1.
19756
19757 2011-04-20 felix <EmacsWiki> (tiny change)
19758
19759 * whitespace.el (global-whitespace-mode): Keep highlight when
19760 switching between major modes on a file.
19761
19762 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19763
19764 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19765 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19766 multi-line comments as well.
19767
19768 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
19769
19770 Lexical-binding cleanup.
19771
19772 * arc-mode.el (archive-mode-revert):
19773 * cmuscheme.el (scheme-interactively-start-process):
19774 * custom.el (custom-initialize-delay):
19775 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19776 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19777 * emacs-lock.el (emacs-lock-clear-sentinel):
19778 * ezimage.el (defezimage):
19779 * follow.el (follow-avoid-tail-recenter):
19780 * fringe.el (set-fringe-mode-1):
19781 * generic-x.el (bat-generic-mode-compile):
19782 * help-mode.el (help-info-variable, help-do-xref)
19783 (help-mode-revert-buffer):
19784 * help.el (view-emacs-todo):
19785 * iswitchb.el (iswitchb-completion-help):
19786 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19787 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19788 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19789 * locate.el (locate-update):
19790 * longlines.el (longlines-encode-region)
19791 (longlines-after-change-function):
19792 * outline.el (outline-isearch-open-invisible):
19793 * ps-def.el (declare-function, charset-dimension, char-width)
19794 (encode-char):
19795 * ps-mule.el (ps-mule-plot-string):
19796 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19797 (recentf-edit-list-select, recentf-edit-list-validate)
19798 (recentf-open-files-action):
19799 * rect.el (delete-whitespace-rectangle-line)
19800 (rectangle-number-line-callback):
19801 * register.el (window-configuration-to-register)
19802 (frame-configuration-to-register):
19803 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19804 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19805 (xselect-convert-to-targets, xselect-convert-to-delete)
19806 (xselect-convert-to-filename, xselect-convert-to-charpos)
19807 (xselect-convert-to-lineno, xselect-convert-to-colno)
19808 (xselect-convert-to-os, xselect-convert-to-host)
19809 (xselect-convert-to-user, xselect-convert-to-class)
19810 (xselect-convert-to-name, xselect-convert-to-integer)
19811 (xselect-convert-to-atom, xselect-convert-to-identity):
19812 * subr.el (declare, ignore, process-kill-without-query)
19813 (text-clone-maintain):
19814 * terminal.el (te-get-char, te-tic-sentinel):
19815 * tool-bar.el (tool-bar-make-keymap):
19816 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19817 * type-break.el (type-break-mode, type-break-noninteractive-query):
19818 * view.el (View-back-to-mark):
19819 * wid-browse.el (widget-browse-action, widget-browse-widget)
19820 (widget-browse-widgets, widget-browse-sexp):
19821 * widget.el (define-widget-keywords):
19822 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19823 Mark unused parameters.
19824
19825 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19826 (align-areas): Remove unused variable `look'.
19827 (align-region): Remove unused variables `real-end' and `pos-list'.
19828
19829 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19830
19831 * bindings.el (mode-line-modified, mode-line-remote):
19832 Mark unused parameters.
19833 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19834
19835 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19836 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19837
19838 * comint.el (comint-history-isearch-pop-state)
19839 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19840 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19841 (comint-substitute-in-file-name): Doc fix.
19842
19843 * completion.el (cmpl-statistics-block): Mark unused parameter.
19844 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19845 (save-completions-to-file, load-completions-from-file):
19846 Remove unused local variable `e'.
19847
19848 * composite.el (compose-chars): Remove unused variable `len'.
19849 (lgstring-insert-glyph): Remove unused variable `g'.
19850 (compose-glyph-string): Remove unused variables `ascent',
19851 `descent', `lbearing' and `rbearing'.
19852 (compose-glyph-string-relative): Remove unused variables
19853 `lbearing', `rbearing' and `wadjust'.
19854 (compose-gstring-for-graphic): Remove unused variables `header',
19855 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19856 (compose-gstring-for-terminal): Remove unused variables `header'
19857 and `nchars'. Use `let', not `let*'.
19858
19859 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19860 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19861 (Custom-buffer-done, custom-buffer-create-internal)
19862 (custom-browse-visibility-action, custom-browse-group-tag-action)
19863 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19864 (widget-magic-mouse-down-action, custom-toggle-parent)
19865 (custom-add-parent-links, custom-toggle-hide-variable)
19866 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19867 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19868 (custom-face-menu-create, custom-variable-menu-create, get)
19869 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19870 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19871 (customize-apropos): Remove unused variable `tests'.
19872 (custom-group-value-create): Remove unused variable `hidden-p'.
19873 (sort-fold-case): Declare.
19874
19875 * cus-theme.el (custom-reset-standard-faces-list)
19876 (custom-reset-standard-variables-list): Declare.
19877 (customize-create-theme, custom-theme-revert, custom-theme-write)
19878 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19879 Mark unused parameters.
19880
19881 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19882
19883 * delim-col.el (delimit-columns-max): Move defvar before first use.
19884
19885 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19886 (describe-char): Don't quote `lambda'. Mark unused parameter.
19887
19888 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19889 (auto-insert): Declare.
19890 (desktop-restore-file-buffer): Rename desktop-* parameters;
19891 mark unused ones.
19892 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19893 (desktop-buffer): Rename desktop-* parameters.
19894
19895 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19896 (dframe-reposition-frame-xemacs, dframe-help-echo)
19897 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19898 Mark unused parameters.
19899
19900 * dired-aux.el (backup-extract-version-start, overwrite-query)
19901 (overwrite-backup-query, rename-regexp-query)
19902 (rename-non-directory-query): Declare.
19903 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19904 (dired-add-entry): Remove unused variable `orig-file-name'.
19905 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19906 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19907 `dired-copy-preserve-time' directly.
19908 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19909 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19910
19911 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19912 (dired-virtual-revert, dired-make-relative-symlink):
19913 Mark unused parameters.
19914 (manual-program): Declare.
19915 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19916 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19917 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19918
19919 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19920
19921 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19922
19923 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19924 Declare.
19925
19926 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19927
19928 * electric.el (Electric-command-loop): Rename parameter
19929 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19930
19931 * expand.el (expand-in-literal): Remove unused variable `here'.
19932
19933 * facemenu.el (facemenu-add-new-color):
19934 Remove unused variable `docstring'.
19935
19936 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19937 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19938 (face-attr-construct): Mark unused parameter. Doc fix.
19939 (read-color): Remove unused variable `hex-string'.
19940
19941 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19942 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19943 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19944 (display-buffer-other-frame): Remove unused variable `old-window'.
19945 (kill-buffer-hook): Declare.
19946 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19947 Mark unused parameters.
19948 (after-find-file): Pass 1 to `auto-save-mode', not t.
19949
19950 * files-x.el (auto-insert): Declare.
19951 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19952
19953 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
19954 variable `buf'. Mark unused parameter.
19955 (find-lisp-insert-directory): Mark unused parameter.
19956
19957 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19958 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19959 (format-common-tail): Remove, unused.
19960 (format-deannotate-region): Remove unused variable `loc'.
19961 (format-annotate-region): Remove unused variable `p'.
19962 (format-annotate-single-property-change): Remove unused variables
19963 `default' and `tail'.
19964
19965 * forms.el (read-file-filter): Declare.
19966 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19967
19968 * frame.el (frame-creation-function-alist): Mark unused parameter.
19969 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19970
19971 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19972 Remove unused parameters.
19973 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19974 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19975
19976 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19977 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19978 (hfy-prepare-tag-map): Mark unused parameters.
19979 (htmlfontify-buffer): Use `called-interactively-p'.
19980
19981 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19982 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19983 (ibuffer-do-occur): Mark unused parameters.
19984 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19985 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19986
19987 * ibuffer.el: Don't quote `lambda'.
19988 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19989 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19990 Mark unused parameters.
19991
19992 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19993 (ido-completing-read): Mark unused parameters.
19994 (ido-copy-current-word): Mark unused parameters;
19995 remove unused variable `name'.
19996 (ido-sort-merged-list): Remove unused parameter `dirs'.
19997
19998 * ielm.el (ielm-input-sender): Mark unused parameter.
19999 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20000 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20001 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20002 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20003 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20004
20005 * image-dired.el (image-dired-display-thumbs): Remove unused
20006 variables `curr-file' and `count'.
20007 (image-dired-remove-tag): Remove unused variable `start'.
20008 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20009 variable `curr-file'
20010 (image-dired-rotate-original): Remove unused variable `temp-file'.
20011 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20012 Remove unused variable `file'.
20013 (image-dired-gallery-generate): Remove unused variable `curr'.
20014 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20015
20016 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20017
20018 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20019
20020 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20021
20022 * isearch.el (minibuffer-history-symbol): Declare.
20023 (isearch-edit-string): Remove unused variable `err'.
20024 (isearch-message-prefix, isearch-message-suffix):
20025 Mark unused parameters.
20026
20027 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20028
20029 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20030
20031 * makesum.el (double-column): Remove unused variable `cnt'.
20032
20033 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20034 (ido-ignore-item-temp-list): Declare.
20035
20036 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20037 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20038 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20039 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20040 `mouse-col-delta'.
20041
20042 * mouse-sel.el (mouse-extend-internal):
20043 Remove unused variable `orig-window-frame'.
20044
20045 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20046 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20047 Move declarations before first use.
20048 (pcomplete-opt): Mark unused parameters; doc fix.
20049
20050 * proced.el (proced-revert): Mark unused parameter.
20051 (proced-send-signal): Remove unused variable `err'.
20052
20053 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20054 Rename parameter PREFIX-ARG to ARG.
20055 (ps-basic-plot-string, ps-basic-plot-whitespace):
20056 Mark unused parameters.
20057
20058 * replace.el (replace-count): Define.
20059 (occur-revert-function): Mark unused parameters.
20060 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20061 (isearch-case-fold-search, isearch-string): Declare.
20062 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20063 bind `case-fold-search'. Remove unused variables `beg' and `end',
20064 and simplify.
20065 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20066 COUNT and bind `replace-count'.
20067 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20068 to COUNT.
20069
20070 * savehist.el (print-readably, print-string-length): Declare.
20071
20072 * shadowfile.el (shadow-expand-cluster-in-file-name):
20073 Remove unused variable `cluster'.
20074 (shadow-copy-file): Remove unused variable `i'.
20075 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20076 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20077 (shadow-define-literal-group, shadow-define-regexp-group)
20078 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20079
20080 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20081 (shell): Use `called-interactively-p'.
20082 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20083
20084 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20085 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20086 (delete-backward-char): Remove unused variable `ocol'.
20087 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20088 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20089 (event-apply-hyper-modifier, event-apply-shift-modifier)
20090 (event-apply-control-modifier, event-apply-meta-modifier):
20091 Mark unused parameters.
20092 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20093 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20094
20095 * speedbar.el (speedbar-ignored-directory-expressions)
20096 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20097 (speedbar-find-file, speedbar-dir-follow)
20098 (speedbar-directory-buttons-follow, speedbar-tag-find)
20099 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20100 (speedbar-buffers-line-directory, speedbar-buffer-click):
20101 Mark unused parameters.
20102 (speedbar-tag-file): Remove unused variable `mode'.
20103 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20104
20105 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20106
20107 * talk.el (talk): Remove unused variable `display'.
20108
20109 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20110 (tar-write-region-annotate): Mark unused parameter.
20111
20112 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20113 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20114 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20115 warning by another.
20116
20117 * time-stamp.el (time-stamp-string-preprocess):
20118 Remove unused variable `require-padding'.
20119
20120 * tree-widget.el (widget-glyph-enable): Declare.
20121 (tree-widget-action): Mark unused parameter.
20122
20123 * w32-fns.el (x-get-selection): Mark unused parameter.
20124 (autoload-make-program, generated-autoload-file): Declare.
20125
20126 * wdired.el (wdired-revert): Mark unused parameters.
20127 (wdired-xcase-word): Remove unused variable `err'.
20128
20129 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20130 (whitespace-help-scroll): Remove unused variable `data-help'.
20131
20132 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20133 (widget-image-insert, widget-after-change, default)
20134 (widget-default-format-handler, widget-default-notify)
20135 (widget-default-prompt-value, widget-info-link-action)
20136 (widget-url-link-action, widget-function-link-action)
20137 (widget-variable-link-action, widget-file-link-action)
20138 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20139 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20140 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20141 (widget-insert-button-action, widget-delete-button-action, visibility)
20142 (widget-documentation-link-action, widget-documentation-string-action)
20143 (widget-const-prompt-value, widget-regexp-match, symbol)
20144 (widget-coding-system-prompt-value)
20145 (widget-key-sequence-value-to-external, sexp)
20146 (widget-sexp-value-to-internal, character, vector, cons)
20147 (widget-choice-prompt-value, widget-boolean-prompt-value)
20148 (widget-color--choose-action): Mark unused parameters.
20149 (widget-item-match-inline, widget-choice-match-inline)
20150 (widget-checklist-match, widget-checklist-match-inline)
20151 (widget-group-match): Rename parameter VALUES to VALS.
20152 (widget-field-value-set): Remove unused variable `size'.
20153 (widget-color-action): Remove unused variables `value' and `start'.
20154
20155 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20156 variable `dir'. Doc fix.
20157 (windmove-find-other-window): Don't pass it.
20158
20159 * window.el (count-windows): Mark unused parameter.
20160 (bw-adjust-window): Remove unused variable `err'.
20161
20162 * woman.el (woman-file-name): Remove unused variable `default'.
20163 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20164 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20165 (global-font-lock-mode): Declare.
20166 (woman-decode-region): Mark unused parameter.
20167 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20168
20169 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20170 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20171 (x-dnd-handle-moz-url): Remove unused variable `title'.
20172 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20173
20174 * xml.el (xml-parse-tag, xml-parse-attlist):
20175 Remove unused variable `pos'.
20176
20177 2011-04-19 Glenn Morris <rgm@gnu.org>
20178
20179 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20180 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20181 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20182 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20183 * calendar/cal-html.el (cal-html-insert-minical):
20184 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20185 (calendar-mark-date-pattern):
20186 Prefix "unused" locals.
20187
20188 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20189 optional argument `style'.
20190
20191 * calendar/appt.el (appt-make-list):
20192 * calendar/cal-china.el (calendar-chinese-date-string):
20193 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20194 (diary-hebrew-yahrzeit):
20195 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20196 * calendar/calendar.el (calendar-generate-window):
20197 * calendar/time-date.el (time-to-days):
20198 Remove unused local variables.
20199
20200 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20201
20202 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20203 glyphless-char-display table.
20204 (tabulated-list-glyphless-char-display): New var.
20205
20206 2011-04-18 Sam Steingold <sds@gnu.org>
20207
20208 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20209 to acknowledgments.
20210
20211 2011-04-17 Glenn Morris <rgm@gnu.org>
20212
20213 * calendar/diary-lib.el (diary-sexp-entry):
20214 * calendar/holidays.el (holiday-sexp):
20215 Set debug-on-error rather than the removed stack-trace-on-error.
20216
20217 2011-04-16 Glenn Morris <rgm@gnu.org>
20218
20219 * progmodes/f90.el: Use lexical-binding.
20220 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20221
20222 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20223
20224 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20225 (mail-mode): Setup mailalias completion here instead.
20226 * mail/mailalias.el: Use lexical-binding.
20227 (pattern, mailalias-done): Declare dynamic.
20228 (mail-completion-at-point-function): New function, from mail-complete.
20229 (mail-complete): Use it.
20230 (mail-completion-expand): New function.
20231 (mail-get-names): Use it.
20232 (mail-directory, mail-directory-process, mail-directory-stream):
20233 Don't use `pattern' for lexically bound arg.
20234
20235 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20236
20237 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20238 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20239 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20240
20241 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20242 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20243 (byte-interactive-p): Define them again, for use when inlining
20244 old code.
20245
20246 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20247
20248 * loadup.el: Use `string-to-number', not `string-to-int'.
20249
20250 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20251
20252 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20253 gud-gdb-complete-command.
20254 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20255 (gud-gdb-completion-at-point): New function.
20256 (gud-gdb-completions): Remove.
20257
20258 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20259
20260 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20261 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20262 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20263 whether `executable-find' is bound.
20264
20265 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20266
20267 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20268
20269 * minibuffer.el (completion-in-region-mode-predicate)
20270 (completion-in-region-mode--predicate): New vars.
20271 (completion-in-region, completion-in-region--postch)
20272 (completion-in-region-mode): Use them.
20273 (completion--capf-wrapper): Also return the hook function.
20274 (completion-at-point, completion-help-at-point):
20275 Adjust and provide a predicate.
20276
20277 Preserve arg names for advice of subr and lexical functions (bug#8457).
20278 * help-fns.el (help-function-arglist): Consolidate the subr and
20279 new-byte-code cases. Add argument `preserve-names' to extract names
20280 from the docstring when needed.
20281 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20282 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20283 (ad-arglist): Use help-function-arglist's new arg.
20284 (ad-definition-type): Use cond.
20285
20286 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20287
20288 * autorevert.el (auto-revert-handler):
20289 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20290 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20291 Don't quote lambda.
20292
20293 * image-mode.el (image-transform-set-scale):
20294 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20295
20296 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20297
20298 * net/network-stream.el (network-stream-open-starttls): Only do
20299 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20300 Upgrades via gnutls-cli are too slow to be done opportunistically.
20301
20302 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20303
20304 * dframe.el (dframe-current-frame): Remove spurious quote.
20305
20306 2011-04-12 Glenn Morris <rgm@gnu.org>
20307
20308 * calendar/cal-tex.el (cal-tex-end-document):
20309 Try to automatically use latin1 input if needed.
20310
20311 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20312 Don't try to cons a mark onto an empty element.
20313
20314 2011-04-11 Leo Liu <sdl.web@gmail.com>
20315
20316 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20317 buffers.
20318 (ido-kill-buffer-at-head): Support killing virtual buffers.
20319
20320 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20321
20322 * minibuffer.el (completion-show-inline-help): New var.
20323 (completion--do-completion, minibuffer-complete)
20324 (minibuffer-force-complete, minibuffer-complete-word):
20325 Inhibit minibuffer messages if completion-show-inline-help is nil.
20326
20327 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20328 to avoid interference from inline help (Bug#5849).
20329
20330 2011-04-10 Leo Liu <sdl.web@gmail.com>
20331
20332 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20333 Fix typo.
20334
20335 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20336
20337 * image-mode.el (image-toggle-display-image): Signal an error if
20338 not in Image mode.
20339 (image-transform-mode, image-transform-resize)
20340 (image-transform-set-rotation): Doc fix.
20341 (image-transform-set-resize): Delete.
20342 (image-transform-set-scale, image-transform-fit-to-height)
20343 (image-transform-fit-to-width): Handle image-toggle-display-image
20344 and image-transform-resize directly.
20345
20346 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20347
20348 * doc-view.el (doc-view-fit-width-to-window)
20349 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20350 New functions for fitting the shown image to the Emacs window size.
20351 (doc-view-mode-map): Add bindings for the new functions.
20352
20353 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20354
20355 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20356 Fix typo in docstring.
20357
20358 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20359
20360 * files.el (file-size-human-readable): Produce one digit after
20361 decimal, like "ls -lh" does.
20362
20363 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20364 the file size representation.
20365
20366 * simple.el (list-processes): If async subprocesses are not
20367 available, error out with a clear error message.
20368
20369 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20370
20371 * help.el (help-form-show): New function, to be called from C.
20372 Put help-form output in a buffer named differently than *Help*.
20373
20374 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20375
20376 * files.el (file-size-human-readable): New function.
20377
20378 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20379 computing the representation inline. Don't require `cl'.
20380
20381 2011-04-08 Glenn Morris <rgm@gnu.org>
20382
20383 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20384
20385 * net/browse-url.el (browse-url-firefox):
20386 Test system-type, not system-configuration.
20387
20388 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20389 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20390 Use log-edit-empty-buffer-p. (Bug#7598)
20391
20392 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20393 (rlogin-mode-map): Initialize in the defvar.
20394 (rlogin): Use ignore-errors.
20395
20396 * replace.el (occur-mode-map): Some fixes for menu items.
20397
20398 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20399
20400 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20401
20402 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20403
20404 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20405 issuing unused warnings.
20406
20407 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20408 macro directly.
20409
20410 * simple.el: Lisp reimplement of list-processes. Based on an
20411 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20412 (process-menu-mode): New major mode.
20413 (list-processes--refresh, list-processes):
20414 (process-menu-visit-buffer): New functions.
20415
20416 * files.el (save-buffers-kill-emacs): Don't assume any return
20417 value of list-processes, which is undocumented anyway.
20418
20419 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20420
20421 * emacs-lisp/tabulated-list.el: New file.
20422
20423 * emacs-lisp/package.el: Use Tabulated List mode.
20424 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20425 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20426 table format using Tabulated List mode variables.
20427 (package--push): New macro, replacing package-list-maybe-add.
20428 (package-menu--generate): Use package--push. Renamed from
20429 package--generate-package-list.
20430 (package-menu-refresh, list-packages): Use it.
20431 (package-menu--print-info): Rename from package-print-package.
20432 Return insertion data instead of inserting it directly.
20433 (package-menu-describe-package, package-menu-execute):
20434 Use tabulated-list-get-id.
20435 (package-menu-mark-delete, package-menu-mark-install)
20436 (package-menu-mark-unmark, package-menu-backup-unmark)
20437 (package-menu-mark-obsolete-for-deletion):
20438 Use tabulated-list-put-tag.
20439 (package--list-packages, package-menu-revert)
20440 (package-menu-get-package, package-menu-get-version)
20441 (package-menu-sort-by-column): Functions deleted.
20442 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20443 (package-menu--status-predicate, package-menu--version-predicate)
20444 (package-menu--name-predicate)
20445 (package-menu--description-predicate): Handle arguments in the
20446 Tabulated List format.
20447 (package-list-packages-no-fetch): Call list-packages.
20448
20449 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20450
20451 * files.el (after-find-file-from-revert-buffer): Remove variable.
20452 (after-find-file): Don't bind it.
20453 (revert-buffer-in-progress-p): New variable.
20454 (revert-buffer): Bind it.
20455 Pass nil for `after-find-file-from-revert-buffer'.
20456
20457 * saveplace.el (save-place-find-file-hook): Use new variable
20458 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20459
20460 2011-04-06 Glenn Morris <rgm@gnu.org>
20461
20462 * Makefile.in (AUTOGEN_VCS): New variable.
20463 (autoloads): Use $AUTOGEN_VCS.
20464
20465 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20466 * calendar/calendar.el (calendar-mode-map):
20467 Check for toolkit scroll bars. (Bug#8305)
20468
20469 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20470
20471 * minibuffer.el (completion-in-region--postch)
20472 (completion-in-region-mode): Remove unnecessary messages.
20473
20474 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20475
20476 * font-lock.el (font-lock-refresh-defaults):
20477 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20478 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20479
20480 * info.el (Info-directory-list, Info-read-node-name-2)
20481 (Info-split-parameter-string): Doc fixes.
20482 (Info-virtual-nodes): Reflow docstring.
20483 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20484 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20485 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20486 Fix typos in docstrings.
20487 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20488 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20489 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20490 (Info-restore-desktop-buffer): Mark unused parameters.
20491 (Info-directory-find-file, Info-directory-find-node)
20492 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20493 (Info-virtual-index-find-node, Info-apropos-find-file)
20494 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20495 Mark unused parameters; fix typos in docstrings.
20496 (Info-virtual-index): Remove unused local variable `nodename'.
20497
20498 2011-04-05 Deniz Dogan <deniz@dogan.se>
20499
20500 * net/rcirc.el: Update my e-mail address.
20501 (rcirc-mode-map): Remove M-o binding.
20502
20503 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20504
20505 * startup.el (command-line): Save the cursor's theme-face
20506 directly, instead of using face-override-spec.
20507
20508 * custom.el (load-theme): Minor optimization in assigning faces.
20509
20510 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20511
20512 * help-fns.el (describe-variable): Complete all variables having
20513 documentation, including keywords.
20514 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20515
20516 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20517
20518 Convert to lexical-binding.
20519
20520 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20521 (bs--get-marked-string, bs--get-modified-string)
20522 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20523 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20524 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20525
20526 * ehelp.el (electric-help-execute-extended)
20527 (electric-help-ctrl-x-prefix):
20528 * hexl.el (hexl-revert-buffer-function):
20529 * linum.el (linum-after-change, linum-after-scroll):
20530 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20531
20532 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20533
20534 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20535
20536 * epa-dired.el:
20537 * epa-mail.el:
20538 * epa-hook.el:
20539 * epa-file.el:
20540 * epa.el:
20541 * epg.el: Use lexical binding.
20542
20543 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20544
20545 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20546
20547 * textmodes/flyspell.el (flyspell-word): Recognize default
20548 dictionary case for flyspell-mark-duplications-exceptions.
20549 Use regexp matching for languages.
20550 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20551 default dictionary (Bug#7926).
20552
20553 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20554
20555 * emacs-lisp/package.el (package--with-work-buffer):
20556 Recognize https URLs.
20557
20558 * net/network-stream.el: Move from gnus/proto-stream.el.
20559 Change prefix to network-stream throughout.
20560 (open-protocol-stream): Merge into open-network-stream, leaving
20561 open-protocol-stream as an alias. Handle nil BUFFER args.
20562
20563 * subr.el (open-network-stream): Move to net/network-stream.el.
20564
20565 2011-04-02 Glenn Morris <rgm@gnu.org>
20566
20567 * find-dired.el (find-exec-terminator): New option.
20568 (find-ls-option): Test for -ls support.
20569 (find-ls-subdir-switches): Test for -b in find-ls-option.
20570 (find-dired, find-grep-dired): Doc fixes.
20571 (find-dired): Use find-exec-terminator.
20572
20573 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20574 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20575 (find-name-arg): Remove purecopy.
20576
20577 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20578 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20579 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20580 accordingly. Don't add the null-device if not needed.
20581
20582 * files.el (save-some-buffers): Doc fix.
20583
20584 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20585
20586 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20587
20588 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20589
20590 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20591 Use `dolist' rather than `mapcar'.
20592
20593 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20594
20595 Add lexical binding.
20596
20597 * subr.el (apply-partially): Use new closures rather than CL.
20598 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20599 (dolist, dotimes): Use slightly different expansion for lexical code.
20600 (functionp): Move to C.
20601 (letrec): New macro.
20602 (with-wrapper-hook): Use it and apply-partially instead of CL.
20603 (eval-after-load): Preserve lexical-binding.
20604 (save-window-excursion, with-output-to-temp-buffer): Turn them
20605 into macros.
20606
20607 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20608
20609 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20610 than the arglist.
20611 (help-add-fundoc-usage): Don't add `Not documented'.
20612 (help-function-arglist): Handle closures, subroutines, and new
20613 byte-code-functions.
20614 (help-make-usage): Remove leading underscores.
20615 (describe-function-1): Handle closures.
20616 (describe-variable): Use special-variable-p for completion.
20617
20618 * files.el (lexical-binding): Declare safe.
20619
20620 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20621 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20622 (pcase): Add `let' pattern.
20623 Change memoization so it actually works.
20624 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20625 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20626 <let>: New case.
20627
20628 * emacs-lisp/macroexp.el: Use lexical binding.
20629 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20630 Don't convert ' to #' without checking that it's indeed quoting
20631 a lambda.
20632
20633 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20634 Use eval-sexp-add-defvars.
20635 (eval-sexp-add-defvars): New fun.
20636
20637 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20638
20639 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20640 Don't autoload.
20641 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20642 than the internal `byte-compile-lambda'.
20643 (defmethod): Don't hide code under quotes.
20644 (eieio-defmethod): New `code' argument.
20645
20646 * emacs-lisp/eieio-comp.el: Remove.
20647
20648 * emacs-lisp/edebug.el (edebug-eval-defun)
20649 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20650 (edebug-toggle): Avoid `eval'.
20651
20652 * emacs-lisp/disass.el (disassemble-internal): Handle new
20653 `closure' objects.
20654 (disassemble-1): Handle new byte codes.
20655
20656 * emacs-lisp/cl.el (pushnew): Silence warning.
20657
20658 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20659 (cl-byte-compile-throw): Remove.
20660 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20661
20662 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20663 closures.
20664
20665 * emacs-lisp/cconv.el: New file.
20666
20667 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20668 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20669 (byte-compile-initial-macro-environment):
20670 Handle declare-function here.
20671 (byte-compile--lexical-environment): New var.
20672 (byte-stack-ref, byte-stack-set, byte-discardN)
20673 (byte-discardN-preserve-tos): New lap codes.
20674 (byte-interactive-p): Don't use any more.
20675 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20676 New macros.
20677 (byte-compile-lapcode): Use them and handle new lap codes.
20678 (byte-compile-obsolete): Remove.
20679 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20680 (byte-compile-arglist-warn): Check late def of inlinable funs.
20681 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20682 since they should have been expanded by now.
20683 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20684 (byte-compile-from-buffer): Remove unused second arg.
20685 (byte-compile-preprocess): New function.
20686 (byte-compile-toplevel-file-form): New function to distinguish
20687 file-form calls from outside from file-form calls from hunk-handlers.
20688 (byte-compile-file-form): Simplify.
20689 (byte-compile-file-form-defsubst): Remove.
20690 (byte-compile-file-form-defmumble): Simplify now that
20691 byte-compile-lambda always returns a byte-code-function.
20692 (byte-compile): Preprocess.
20693 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20694 Remove, not used any more.
20695 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20696 (byte-compile-make-args-desc): New funs.
20697 (byte-compile-lambda): Handle lexical functions. Always return
20698 a byte-code-function.
20699 (byte-compile-reserved-constants): New var, to make up room for
20700 closed-over variables.
20701 (byte-compile-constants-vector): Obey it.
20702 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20703 (byte-compile-macroexpand-declare-function): New function.
20704 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20705 byte-code-functions.
20706 (byte-compile-form): Check obsolescence here.
20707 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20708 (byte-compile-variable-ref): Remove.
20709 (byte-compile-dynamic-variable-op): New fun.
20710 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20711 (byte-compile-variable-set): New funs.
20712 (byte-compile-discard): Add 2 args.
20713 (byte-compile-stack-ref, byte-compile-stack-set)
20714 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20715 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20716 macroexpand-all instead.
20717 (byte-compile-quote-form): Remove.
20718 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20719 (byte-compile-bind, byte-compile-unbind): New funs.
20720 (byte-compile-let): Handle let* and lexical binding.
20721 (byte-compile-let*): Remove.
20722 (byte-compile-catch, byte-compile-unwind-protect)
20723 (byte-compile-track-mouse, byte-compile-condition-case):
20724 Handle a new :fun-body form, used for lexical scoping.
20725 (byte-compile-save-window-excursion)
20726 (byte-compile-with-output-to-temp-buffer): Remove.
20727 (byte-compile-defun): Simplify.
20728 (byte-compile-stack-adjustment): New fun.
20729 (byte-compile-out): Use it.
20730 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20731
20732 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20733 handler any more.
20734
20735 * emacs-lisp/byte-opt.el: Use lexical binding.
20736 (byte-inline-lapcode): Remove (to bytecomp).
20737 (byte-compile-inline-expand): Pay attention to inlining to/from
20738 lexically bound code.
20739 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20740 any more.
20741 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20742 any more and don't call compiler-macros.
20743 (byte-compile-splice-in-already-compiled-code): Remove.
20744 (byte-code): Don't inline any more.
20745 (disassemble-offset): Receive `bytes' as argument rather than via
20746 dynamic scoping.
20747 (byte-compile-tag-number): Declare before first use.
20748 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20749 `return' even if make-spliceable.
20750 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20751 obsolete interactive-p.
20752 (byte-optimize-lapcode): Optimize new lap-codes.
20753 Don't trip up on new form of `byte-constant' lap code.
20754
20755 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20756
20757 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20758
20759 * custom.el (custom-initialize-default, custom-declare-variable):
20760 Use `defvar'.
20761
20762 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20763 New variables.
20764 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20765 (COMPILE_FIRST): Add macroexp and cconv.
20766 * makefile.w32-in: Mirror changes in Makefile.in.
20767
20768 * vc/cvs-status.el:
20769 * vc/diff-mode.el:
20770 * vc/log-edit.el:
20771 * vc/log-view.el:
20772 * vc/smerge-mode.el:
20773 * textmodes/bibtex-style.el:
20774 * textmodes/css-mode.el:
20775 * startup.el:
20776 * uniquify.el:
20777 * minibuffer.el:
20778 * newcomment.el:
20779 * reveal.el:
20780 * server.el:
20781 * mpc.el:
20782 * emacs-lisp/smie.el:
20783 * doc-view.el:
20784 * dired.el:
20785 * abbrev.el: Use lexical binding.
20786
20787 2011-04-01 Eli Zaretskii <eliz@gnu.org>
20788
20789 * info.el (info-display-manual): New function.
20790
20791 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20792
20793 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20794
20795 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20796
20797 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20798 an entry for that server in rcirc-authinfo. (Bug#8385)
20799
20800 2011-03-31 Glenn Morris <rgm@gnu.org>
20801
20802 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20803
20804 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20805
20806 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20807
20808 * progmodes/python.el (python-default-interpreter)
20809 (python-python-command-args, python-jython-command-args)
20810 (python-which-shell, python-which-args, python-which-bufname)
20811 (python-file-queue, python-comint-output-filter-function)
20812 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20813 variables and functions.
20814
20815 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20816
20817 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20818 (completion-in-region-mode): New minor mode.
20819 (completion-in-region): Use it.
20820 (completion-in-region--data, completion-in-region-mode-map): New vars.
20821 (completion-in-region--postch): New function.
20822 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20823 New vars.
20824 (completion--capf-wrapper): New function.
20825 (completion-at-point): Use it to track well-behavedness of
20826 hook functions.
20827 (completion-help-at-point): New command.
20828
20829 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20830
20831 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20832 syntax class to search for whitespace on a single line
20833 (Message-ID: <4D938140.4030905@redhat.com>).
20834
20835 2011-03-30 Leo Liu <sdl.web@gmail.com>
20836
20837 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20838 New commands.
20839 (edit-abbrevs-map): Bind them here.
20840 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20841
20842 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20843
20844 * allout.el (allout-hide-by-annotation, allout-flag-region):
20845 Reduce possibility of overlay leakage by making them volatile.
20846
20847 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20848 hash is not shared between buffers. Mode initialization is
20849 responsible for giving it a useful starting value.
20850 (allout-item-span): Reduce possibility of overlay leakage by
20851 making them volatile.
20852 (allout-widgets-count-buttons-in-region): Add diagnostic function
20853 for tracking down button overlay leaks.
20854
20855 2011-03-29 Leo Liu <sdl.web@gmail.com>
20856
20857 * ido.el (ido-read-internal): Use the default history var
20858 minibuffer-history if no HISTORY is specified.
20859
20860 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20861
20862 * net/imap.el (imap-shell-open, imap-process-connection-type):
20863 Use imap-process-connection-type for 'shell' streams as well as
20864 Kerberos, SSL, other subprocesses.
20865
20866 2011-03-28 Leo Liu <sdl.web@gmail.com>
20867
20868 * abbrev.el (abbrev-table-empty-p): New function.
20869 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20870 nonempty ones. (Bug#5937)
20871
20872 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20873
20874 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20875
20876 2011-03-27 Leo Liu <sdl.web@gmail.com>
20877
20878 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20879 for foreground and background colors.
20880 (ansi-color-make-color-map): Adapt.
20881
20882 2011-03-25 Leo Liu <sdl.web@gmail.com>
20883
20884 * midnight.el (midnight-time-float): Remove. Note it calculates
20885 the microsecond component incorrectly and seconds-to-time does the
20886 same job.
20887 Remove redundant (require 'timer).
20888
20889 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20890 (ido-completions): Remove unused arguments. (Bug#8329)
20891
20892 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20893
20894 * minibuffer.el (completion--flush-all-sorted-completions):
20895 Remove itself from hook.
20896 (completion-at-point): Let the functions perform the completion
20897 immediately and return nil or t.
20898 * comint.el (comint-dynamic-complete-functions): Now identical to
20899 completion-at-point-functions.
20900 (comint-dynamic-list-input-ring): Remove unused var `index'.
20901 (comint--match-partial-filename, comint--unquote&expand-filename):
20902 New funs, split from comint-match-partial-filename.
20903 (comint-dynamic-complete): Use completion-at-point.
20904 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20905
20906 2011-03-24 Drew Adams <drew.adams@oracle.com>
20907
20908 * thingatpt.el: Support `defun'.
20909
20910 2011-03-23 Leo Liu <sdl.web@gmail.com>
20911
20912 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20913
20914 * help-mode.el (help-mode-finish): Tweak regexp.
20915
20916 2011-03-23 Glenn Morris <rgm@gnu.org>
20917
20918 * eshell/esh-opt.el (eshell-eval-using-options):
20919 Do not bind unused local variable `eshell-option-stub'.
20920
20921 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20922
20923 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20924
20925 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20926 keymap variable in `with-no-warnings' to avoid a warning when the
20927 keymap has been already `defconst'ed.
20928
20929 2011-03-22 Leo Liu <sdl.web@gmail.com>
20930
20931 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20932 encode all chars in abbrevs; otherwise use emacs-mule or
20933 utf-8-emacs. (Bug#8308)
20934
20935 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20936
20937 * simple.el (backward-delete-char-untabify):
20938 Avoid warning about using `delete-backward-char'.
20939
20940 * image.el (image-type-file-name-regexps): Make it variable.
20941 `imagemagick-register-types' modifies it, and the user may want
20942 to add new extensions for known image types.
20943 (imagemagick-register-types): Throw error if not using ImageMagick.
20944
20945 2011-03-22 Leo Liu <sdl.web@gmail.com>
20946
20947 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20948 located before rcirc-prompt-end-marker.
20949 (rcirc-complete): Error if point is not after rcirc prompt.
20950 Handle the case when table is nil.
20951 (rcirc-user-authenticated): Define to fix compiler warning.
20952
20953 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
20954
20955 * custom.el (custom--inhibit-theme-enable): Make it affect only
20956 custom-theme-set-variables and custom-theme-set-faces.
20957 (provide-theme): Ignore custom--inhibit-theme-enable.
20958 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20959 (custom-enabling-themes): Delete variable.
20960 (enable-theme): Accept only loaded themes as arguments.
20961 Ignore the special custom-enabled-themes variable.
20962 (custom-enabled-themes): Forbid themes from setting this.
20963 Eliminate use of custom-enabling-themes.
20964 (custom-push-theme): Quote "changed" custom var entry.
20965
20966 2011-03-21 Leo Liu <sdl.web@gmail.com>
20967
20968 * ido.el (ido-read-internal): Add ido-selected to history instead
20969 of user input.
20970
20971 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20972
20973 * subr.el (deferred-action-list, deferred-action-function):
20974 Mark obsolete.
20975
20976 2011-03-21 Leo Liu <sdl.web@gmail.com>
20977
20978 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20979 change on 2011-02-13 (bug#8309).
20980
20981 * minibuffer.el (read-file-name-function): Change default value.
20982 (read-file-name--defaults): Rename from read-file-name-defaults.
20983 (read-file-name-default): Rename from read-file-name.
20984 (read-file-name): Call read-file-name-function.
20985
20986 2011-03-21 Glenn Morris <rgm@gnu.org>
20987
20988 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20989 Doc fixes.
20990
20991 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
20992
20993 * cus-theme.el: Add missing provide statement.
20994 (customize-create-theme): Extract theme value correctly.
20995 (custom-theme-visit-theme): Autoload.
20996 (customize-create-theme): Prompt before inserting default faces.
20997
20998 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20999
21000 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21001 units and musical notes.
21002
21003 2011-03-20 Leo Liu <sdl.web@gmail.com>
21004
21005 * ido.el (ido-read-internal): Use completing-read-default.
21006 (ido-completing-read): Fix compatibility with completing-read.
21007
21008 2011-03-20 Christian Ohler <ohler@gnu.org>
21009
21010 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21011 (ert-delete-all-tests): Use `called-interactively-p' rather than
21012 `interactive-p'.
21013 (ert--make-xrefs-region): Respect END.
21014
21015 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21016
21017 * dired-aux.el (dired-create-directory): Signal an error if the
21018 directory already exists (Bug#8246).
21019
21020 * facemenu.el (list-colors-display): Call list-faces-display
21021 inside with-help-window.
21022 (list-colors-print): Use display property to align the final
21023 column, instead of checking window-width.
21024
21025 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21026
21027 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21028 windows-nt systems.
21029 (emerge-protect-metachars): Quote correctly for ms-dos and
21030 windows-nt systems.
21031
21032 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21033
21034 * info.el (info-initialize): Replace all uses of `:' with
21035 path-separator for compatibility with non-Unix systems.
21036 Cache quoting of path-separator. (Bug#8258)
21037
21038 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21039
21040 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21041 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21042 (mouse-avoidance-mode): Fix typos in docstrings.
21043
21044 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21045
21046 * startup.el (package-subdirectory-regexp): Move from package.el.
21047 Omit \\` and \\', and let callers add them.
21048
21049 * emacs-lisp/package.el (package-strip-version)
21050 (package-load-all-descriptors): Add \\` and \\' to
21051 package-subdirectory-regexp before using it.
21052 (package-untar-buffer): New arg DIR; ensure that file untars only
21053 into this expected directory. Remove superfluous delete-region.
21054 (package-unpack): Caller changed.
21055 (package-tar-file-info): Use package-subdirectory-regexp.
21056
21057 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21058
21059 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21060 diff-mode-shared-map (bug#8284).
21061 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21062
21063 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21064
21065 * calendar/time-date.el (format-seconds): Use assoc instead of
21066 assoc-string, since assoc-string doesn't exist in XEmacs.
21067
21068 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21069
21070 * custom.el (custom-known-themes): Reflow docstring.
21071 (custom-theme-load-path): Fix typo in docstring.
21072 (load-theme): Fix typo in error message.
21073 (custom-available-themes, custom-variable-theme-value):
21074 Use `let', not `let*'.
21075
21076 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21077
21078 * calc/README: Mention inclusion of musical notes.
21079
21080 * calc/calc-units.el (calc-lu-quant): Rename from
21081 `calc-logunits-quantity'.
21082 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21083 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21084 (calc-db): Rename from `calc-dblevel'.
21085 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21086 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21087 (calc-np): Rename from `calc-nplevel'.
21088 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21089 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21090 (calc-lu-plus): Rename from `calc-logunits-add'.
21091 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21092 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21093 (calc-lu-minus): Rename from `calc-logunits-sub'.
21094 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21095 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21096 (calc-lu-times): Rename from `calc-logunits-mul'.
21097 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21098 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21099 (calc-lu-divide): Rename from `calc-logunits-div'.
21100 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21101 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21102
21103 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21104 functions being autoloaded.
21105
21106 * calc/calc.el (calc-lu-power-reference): Rename from
21107 `calc-logunits-power-reference'.
21108 (calc-lu-field-reference): Rename from
21109 `calc-logunits-field-reference'.
21110
21111 * calc/calc-help.el (calc-l-prefix-help):
21112 Mention musical note functions.
21113
21114 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21115
21116 * minibuffer.el (completion-all-sorted-completions):
21117 Use :completion-cycle-penalty text property if present.
21118
21119 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21120
21121 * allout.el (allout-yank-processing): Adjust for new rebulleting
21122 regime so bullet being yanked is used without prompting the user
21123 for a choice.
21124
21125 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21126
21127 * startup.el (command-line): Warn the user that _emacs is deprecated.
21128
21129 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21130
21131 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21132 (delphi-verbose, delphi-comment-face, delphi-string-face)
21133 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21134 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21135 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21136 (delphi-new-comment-line, delphi-font-lock-defaults)
21137 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21138 Fix typos in docstrings.
21139
21140 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21141
21142 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21143 Invert the roles of character and string values for INSTEAD, so a
21144 string is used for the more common case of a defaulting prompt.
21145
21146 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21147
21148 * progmodes/ruby-mode.el (ruby-backward-sexp):
21149 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21150 * play/gamegrid.el (gamegrid-make-face):
21151 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21152 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21153 * notifications.el (notifications-notify):
21154 * net/xesam.el (xesam-search-engines):
21155 * net/quickurl.el (quickurl-list-insert):
21156 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21157
21158 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21159
21160 * startup.el (command-line): Update package subdirectory regexp.
21161
21162 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21163
21164 * allout.el (allout-abbreviate-flattened-numbering)
21165 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21166
21167 * subr.el (read-char-choice): Only show the cursor after the prompt,
21168 not after the answer.
21169
21170 2011-03-15 Kevin Ryde <user42@zip.com.au>
21171
21172 * help-fns.el (variable-at-point): Skip leading quotes, if any
21173 (bug#8253).
21174
21175 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21176
21177 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21178 warning message.
21179
21180 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21181
21182 * shell.el (shell): When called interactively, offer to change the
21183 shell file name on remote hosts.
21184
21185 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21186
21187 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21188 integration for LDAP parameters. The host, base, user or binddn,
21189 and secret tokens can be specified in a netrc file, for instance.
21190 This is optional because an `auth-source' parameter must be
21191 specified in the search attributes.
21192
21193 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21194
21195 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21196
21197 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21198
21199 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21200 into declaration. Remove redundant and harmful binding.
21201
21202 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21203
21204 * files.el (file-ownership-preserved-p): Pass `integer' as an
21205 explicit 2nd argument to `file-attributes'. If the file's owner
21206 is the Administrators group on Windows, and the current user is
21207 Administrator, consider that a match.
21208
21209 * server.el (server-ensure-safe-dir): Consider server directory
21210 safe on MS-Windows if its owner is the Administrators group while
21211 the current Emacs user is Administrator. Use `=' to compare
21212 numerical UIDs, since they could be integers or floats.
21213
21214 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21215
21216 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21217
21218 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21219
21220 Sync with Tramp 2.2.1.
21221
21222 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21223
21224 * net/trampver.el: Update release number.
21225
21226 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21227
21228 * progmodes/compile.el (compilation--previous-directory): Fix up
21229 various nil/dead-marker mismatches (bug#8014).
21230 (compilation-directory-properties, compilation-error-properties):
21231 Don't call it at a position past the one we're about to change.
21232
21233 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21234 Disable obsolescence warnings in the file that declares it.
21235
21236 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21237
21238 * allout-widgets.el (allout-widgets-tally):
21239 Initialize allout-widgets-tally as a hash table rather than nil to
21240 prevent mode-line redisplay warnings. Also, clarify the module
21241 description and fix a comment typo.
21242
21243 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21244
21245 * help-fns.el (describe-variable): Don't complete keywords.
21246 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21247
21248 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21249
21250 * emacs-lisp/package.el (package-version-join): Impose a standard
21251 string representation for pre/alpha/beta version lists.
21252 (package-unpack-single): Standardize the directory name by passing
21253 it through package-version-join.
21254 (package-strip-rcs-id): Accept any version string that does not
21255 signal an error in version-to-list.
21256
21257 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21258
21259 * simple.el (delete-trailing-whitespace): Return nil for the
21260 benefit of `write-file-functions'.
21261
21262 2011-03-10 Glenn Morris <rgm@gnu.org>
21263
21264 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21265
21266 * vc/vc-git.el (vc-git-program): New option.
21267 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21268 (vc-git--call): Use it.
21269
21270 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21271
21272 * cus-edit.el (Custom-newline): If no button at point, look
21273 for a subgroup button at start-of-line. (Bug#2298)
21274
21275 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21276
21277 2011-03-10 Julien Danjou <julien@danjou.info>
21278
21279 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21280 `cursor-type' is nil.
21281
21282 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21283
21284 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21285
21286 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21287
21288 * allout.el: Change so yank of distinctive-bullet items
21289 preserves the existing header prefix, rebulleting it if necessary,
21290 rather than replacing it. This is necessary for proper operation
21291 of cooperative addons like allout-widgets.
21292 (allout-make-topic-prefix, allout-rebullet-heading):
21293 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21294 value as alternate bullet to be used, instead of prompting the user
21295 for a bullet character.
21296
21297 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21298
21299 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21300 Do not use `tramp-file-name-port', because this returns also
21301 `tramp-default-port'.
21302
21303 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21304
21305 * net/rcirc.el (rcirc-handler-001): Remove useless
21306 with-rcirc-process-buffer.
21307 (rcirc-check-auth-status): Swap arguments to string-match.
21308
21309 2011-03-09 Glenn Morris <rgm@gnu.org>
21310
21311 * shell.el (shell-mode):
21312 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21313
21314 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21315 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21316
21317 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21318
21319 * emacs-lisp/package.el (package-refresh-contents)
21320 (package-menu-execute): Use condition-case-no-debug.
21321
21322 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21323
21324 * simple.el (shell-command-to-string): Use `process-file'.
21325
21326 * emacs-lisp/package.el (package-tar-file-info): Handle also
21327 remote files.
21328
21329 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21330 Use `equal' for upload base check.
21331
21332 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21333
21334 * textmodes/texinfo.el (texinfo-environments):
21335 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21336
21337 2011-03-08 Glenn Morris <rgm@gnu.org>
21338
21339 * cus-start.el (cursor-in-non-selected-windows):
21340 Fix :set quoting oddness. (Bug#8192)
21341
21342 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21343 in some setf expressions. (Bug#2159)
21344
21345 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21346
21347 * custom.el (custom-available-themes): Return themes in
21348 alphabetical order.
21349
21350 See ChangeLog.15 for earlier changes.
21351
21352 ;; Local Variables:
21353 ;; coding: utf-8
21354 ;; End:
21355
21356 Copyright (C) 2011-2012 Free Software Foundation, Inc.
21357
21358 This file is part of GNU Emacs.
21359
21360 GNU Emacs is free software: you can redistribute it and/or modify
21361 it under the terms of the GNU General Public License as published by
21362 the Free Software Foundation, either version 3 of the License, or
21363 (at your option) any later version.
21364
21365 GNU Emacs is distributed in the hope that it will be useful,
21366 but WITHOUT ANY WARRANTY; without even the implied warranty of
21367 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21368 GNU General Public License for more details.
21369
21370 You should have received a copy of the GNU General Public License
21371 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.