* lisp/icomplete.el: Change separator; add ido-style commands.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2 Stefan Monnier <monnier@iro.umontreal.ca>
3
4 * icomplete.el: Change separator; add ido-style commands.
5 (icomplete-show-key-bindings): Remove custom var.
6 (icomplete-get-keys): Remove function.
7 (icomplete-forward-completions, icomplete-backward-completions):
8 New commands.
9 (icomplete-minibuffer-map): New var.
10 (icomplete-minibuffer-setup): Use it.
11 (icomplete-exhibit): Don't delay if the list of completions is known.
12 (icomplete-separator): New custom.
13 (icomplete-completions): Use it.
14 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
15 (minibuffer-force-complete-and-exit): New command.
16 (minibuffer--complete-and-exit): New function extracted from
17 minibuffer-complete-and-exit.
18 (minibuffer-complete-and-exit): Use it.
19
20 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
21 error message when the file doesn't exist (bug#12974).
22
23 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
24
25 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
26
27 2012-11-29 Glenn Morris <rgm@gnu.org>
28
29 * files.el (hack-dir-local-variables): Warn if try to set
30 coding via dir-locals, since it doesn't work. (Bug#7169)
31
32 Add desktop support for restoring vc-dir buffers. (Bug#10606)
33 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
34 Set buffer-local value of desktop-save-buffer.
35 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
36 New functions.
37 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
38 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
39
40 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
41 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
42 Doc fix.
43 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
44 Doc fixes.
45
46 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
47
48 * calc/calc-forms.el (calc-date-notation): Fix regexp
49 used to find time codes. Fix symbol for seconds.
50
51 2012-11-27 Glenn Morris <rgm@gnu.org>
52
53 * emacs-lisp/derived.el (derived-mode-make-docstring):
54 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
55
56 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * textmodes/table.el (table-insert): Don't use `symbol-name' on
59 lexically scoped variables (bug#13005).
60
61 2012-11-27 Glenn Morris <rgm@gnu.org>
62
63 * vc/vc-hooks.el (vc-mistrust-permissions):
64 Default to t, to avoid data-loss. (Bug#11490)
65
66 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
67
68 * progmodes/python.el (python-indent-guess-indent-offset):
69 If indentation is guessed make python-indent-offset buffer-local.
70
71 Fix Imenu regression.
72 * progmodes/python.el (python-nav-beginning-of-defun):
73 Fix forward movement when statement(s) separates point from defun.
74 (python-imenu-prev-index-position): New function.
75
76 2012-11-27 Eli Zaretskii <eliz@gnu.org>
77
78 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
79
80 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
81 Don't set buffer-file-type. Return nil. (Bug#12989)
82
83 2012-11-27 Glenn Morris <rgm@gnu.org>
84
85 * hippie-exp.el (hippie-expand-try-functions-list):
86 Re-autoload it. (Bug#12982)
87
88 2012-11-27 Eli Zaretskii <eliz@gnu.org>
89
90 * descr-text.el (describe-char-padded-string):
91 Call internal-char-font only on GUI frames. (Bug#11964)
92
93 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
94
95 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
96 and obsoletion message.
97
98 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
101 the constructs to keep outside of the `cl-block' (bug#12977).
102
103 2012-11-27 Chong Yidong <cyd@gnu.org>
104
105 * mouse.el (mouse-drag-line): Even if the line is not draggable,
106 keep reading until we get the up-event anyway, in order to process
107 the up-event for mouse-1-click-follows-link (Bug#12971).
108
109 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
112 base function is not yet defined (bug#12965).
113 (ad-activate-advised-definition): Use ad-compile-function.
114 (ad-activate): Use cond.
115
116 2012-11-25 Leo Liu <sdl.web@gmail.com>
117
118 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
119 (Bug#12979)
120
121 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
122
123 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
124 reftex-section-info-function in order to be compatible with
125 Texinfo integration.
126
127 * textmodes/reftex.el (reftex-section-pre-regexp)
128 (reftex-section-post-regexp, reftex-section-info-function):
129 New variable.
130 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
131 reftex-section-post-regexp, and reftex-section-info-function in order
132 to be compatible with Texinfo integration.
133
134 * textmodes/reftex-toc.el (reftex-toc-promote-action):
135 use reftex-section-pre-regexp variable in order to be compatible with
136 Texinfo integration.
137
138 2012-11-25 Chong Yidong <cyd@gnu.org>
139
140 * faces.el: Make face-spec-set more analogous to setq.
141 (face-spec-set): Change the third arg to specify whether this
142 function is being called via defface, customize, or a third party.
143 Set the appropriate symbol properties. Clear the override spec if
144 setting via Custom. Initialize face if necessary. (Bug#4988)
145 (face-spec-recalc): Allow theme faces to completely replace the
146 defface spec, in the same way as custom faces (Bug#8454).
147
148 * cus-face.el (custom-declare-face): Move face initialization to
149 face-spec-set.
150 (custom-theme-set-faces): Don't initialize the face name here, as
151 that is now done in face-spec-set.
152
153 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
154 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
155 Simplify by using the new arg to face-spec-set.
156
157 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
158 reset face-override-spec too, and use custom-declare-face.
159
160 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
161
162 * term/ns-win.el (ns-initialize-window-system): Move creation of
163 fontsets here (Bug#11964).
164
165 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
166
167 * ses.el (ses-rename-cell): Correct bug on mode-line update after
168 cell renaming.
169
170 2012-11-24 Chong Yidong <cyd@gnu.org>
171
172 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
173 obsolete.
174
175 * custom.el (custom-theme-set-variables): Use a topological sort
176 for ordering by custom dependencies (Bug#12952).
177 (custom--sort-vars, custom--sort-vars-1): New functions.
178
179 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
182 lexical-binding (bug#12938).
183
184 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
185
186 * image-mode.el (image-transform-check-size): Use assertions only
187 for images of type imagemagick.
188
189 Otherwise no error, image-transform-fit-to-{width,height} is
190 silently ignored, as before. Doc fix.
191
192 2012-11-24 Chong Yidong <cyd@gnu.org>
193
194 * faces.el (color-defined-p): Doc fix (Bug#12853).
195
196 2012-11-24 Juri Linkov <juri@jurta.org>
197
198 * dired.el (dired-mark): Add optional arg `interactive'.
199 Check for `use-region-p' if `interactive' is non-nil.
200 (dired-unmark, dired-flag-file-deletion): Add optional arg
201 `interactive'. Call `dired-mark' with the arg `interactive'.
202 (Bug#10624)
203
204 * wdired.el: Revert 2012-10-17 change partly and replace it with
205 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
206 (wdired-finish-edit): Add marks for new file names to
207 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
208 after `revert-buffer'.
209 (wdired-do-renames): Remove calls to `dired-remove-file',
210 `dired-add-file', `dired-add-entry'. (Bug#11795)
211
212 2012-11-24 Alan Mackenzie <acm@muc.de>
213
214 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
215
216 Fix bugs in the state cache. Enhance a debugging mechanism.
217 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
218 "brace at column zero" strategy for C++.
219 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
220 (c-parse-state-point): New variable.
221 (c-record-parse-state-state): Record old parse state with
222 `copy-tree'. Record previous value of point.
223 (c-debug-parse-state-double-cons): New debugging function.
224 (c-debug-parse-state): Call the above new function.
225 (c-toggle-parse-state-debug): Output a confirmatory message.
226
227 * progmodes/cc-mode.el (c-before-change, c-after-change):
228 Call c-invalidate-state-cache from `c-before-change' instead of
229 `c-after-change'.
230
231 2012-11-23 Chong Yidong <cyd@gnu.org>
232
233 * find-cmd.el (find-constituents): Add executable, ipath,
234 readable, samefile, writable, daystart, regextype (Bug#12856).
235
236 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
237
238 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
239
240 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
241
242 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
243 definition. This fixes a bootstrap failure.
244 (calc-gregorian-switch): In menu, put dates before regions.
245 This is easier to follow, lines up better in the menu, and lets us
246 coalesce regions that switch at the same time. Give country
247 names, not "Vatican", as that's better for non-expert users.
248 Use names that are stable between the date of switch and now, e.g.,
249 Bohemia and Moravia (which existed then and now) and not
250 Czechoslovakia (which didn't exist then and doesn't exist now).
251 What is now the U.S. mostly did not switch at the same time as
252 Britain, so omit the U.S. Correct spelling of "Britain".
253 Catholic Switzerland was too much of a mess, so omit it.
254
255 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
256
257 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
258 after the variable is changed.
259
260 2012-11-21 Daniel Colascione <dancol@dancol.org>
261
262 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
263 in SQL declarations for font-lock.
264 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
265
266 2012-11-21 Glenn Morris <rgm@gnu.org>
267
268 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
269 (face-italic-p): Add optional argument "inherit".
270
271 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
272 Remove -p suffix from names, for consistency with other set-face-*.
273 (set-face-inverse-video): Fix interactive spec.
274 * play/gamegrid.el (gamegrid-make-mono-tty-face):
275 * textmodes/table.el (table--update-cell-face):
276 Use set-face-inverse-video rather than now obsolete alias.
277
278 2012-11-21 Eli Zaretskii <eliz@gnu.org>
279
280 * simple.el (line-move): Don't call line-move-partial if
281 scroll-conservatively is in effect. (Bug#12927)
282
283 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
286 Fallback on completion-at-point rather than
287 pcomplete-expand-and-complete, and only if pcomplete actually failed.
288 (eshell-cmpl-initialize): Setup completion-at-point.
289
290 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
291
292 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
293
294 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
295
296 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
297 are remote, check out-of-band property for both.
298
299 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * window.el (switch-to-buffer): Re-add the warning that was lost in the
302 code rewrite.
303
304 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
305
306 More minor time fixes.
307 * calendar/time-date.el: Commentary fix.
308 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
309 too much other code depends on (0 0) time stamps.
310 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
311 Add a couple of FIXME comments.
312
313 Minor cleanup for times as lists of four integers.
314 * files.el (dir-locals-directory-cache):
315 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
316 Doc fixes.
317 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
318 * ps-bdf.el (bdf-file-newer-than-time):
319 Process four-integers time stamps, not two. Doc fixes.
320
321 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * uniquify.el (uniquify-managed): Use defvar-local.
324 (rename-buffer, create-file-buffer): Advise with advice-add.
325 (uniquify-unload-function): Unadvise accordingly.
326
327 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
328 (trace-buffer): Don't purecopy.
329 (trace-entry-message, trace-exit-message): Add `context' arg.
330 (trace--timer): New var.
331 (trace-make-advice): Adjust for use in nadvice.
332 Add `context' argument. Delay `display-buffer' via a timer.
333 (trace-function-internal): Use advice-add.
334 (trace--read-args): New function.
335 (trace-function-foreground, trace-function-background): Use it.
336 (trace-function): Rename to trace-function-foreground and redefine as
337 an alias to that new name.
338 (untrace-function, untrace-all): Adjust to the use of nadvice.
339
340 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
341
342 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
343
344 * subr.el (called-interactively-p-functions): New var.
345 (internal--called-interactively-p--get-frame): New macro.
346 (called-interactively-p, interactive-p): Rewrite in Lisp.
347 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
348 (called-interactively-p-functions): Use it.
349 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
350 (called-interactively-p-functions): Use it.
351 * allout.el (allout-called-interactively-p): Don't assume
352 called-interactively-p is a subr.
353
354 2012-11-20 Glenn Morris <rgm@gnu.org>
355
356 * profiler.el (profiler-report-mode-map): Add a menu.
357 No need to bind `q' because we derive from special-mode.
358 (profiler-report-find-entry): Handle calls from the menu-bar.
359
360 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * emacs-lisp/byte-run.el (defun-declarations-alist):
363 Allow a compiler-macro to be a lambda expression.
364
365 * progmodes/python.el: Use cl-lib. Move var declarations outside of
366 eval-when-compile.
367 (python-syntax-context): Add compiler-macro.
368 (python-font-lock-keywords): Simplify with De Morgan.
369
370 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
371
372 * files.el (load-file): Require match in minibuffer selection, as was
373 the case in Emacs-20 before we changed the spec to allow .elc files
374 (bug#12935).
375
376 * json.el: Don't require cl since we don't use it.
377 * color.el: Don't require cl.
378 (color-complement): `caddr' -> `nth 2'.
379
380 * calendar/time-date.el (time-to-seconds): De-obsolete.
381
382 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
383
384 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
385 year numbers.
386 (math-date-to-julian-dt): Adjust the initial approximation for the
387 year to deal with the new definition of the DATE.
388
389 2012-11-19 Daniel Colascione <dancol@dancol.org>
390
391 * term/w32-win.el (cygwin-convert-path-from-windows):
392 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
393
394 2012-11-18 Chong Yidong <cyd@gnu.org>
395
396 * filecache.el (file-cache--read-list): New function.
397 (file-cache-add-directory-list, file-cache-add-file-list)
398 (file-cache-delete-file-list, file-cache-delete-directory-list):
399 Use it to read a list of files or directories (Bug#12846).
400 (file-cache-add-file, file-cache-add-directory)
401 (file-cache-delete-file-list, file-cache-delete-file-regexp)
402 (file-cache-delete-directory): Print an message.
403
404 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
405
406 * calc/calc-forms.el (math-date-to-dt): Use integer date when
407 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
408
409 2012-11-18 Glenn Morris <rgm@gnu.org>
410
411 * image.el (insert-image, insert-sliced-image): Doc fix.
412
413 2012-11-18 Chong Yidong <cyd@gnu.org>
414
415 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
416 (Bug#12810).
417
418 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
419
420 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
421 response when the target file is in a subdirectory (Bug#12757).
422
423 2012-11-18 Chong Yidong <cyd@gnu.org>
424
425 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
426
427 2012-11-18 Glenn Morris <rgm@gnu.org>
428
429 * emacs-lisp/cl-lib.el (face-underline-p):
430 Use set-face-underline rather than the alias set-face-underline-p.
431
432 * window.el (with-temp-buffer-window): Doc fix.
433 * subr.el (with-output-to-temp-buffer):
434 Add doc xref to with-temp-buffer-window.
435
436 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
437
438 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
439 * calc/calc.el (math-format-date-cache): Declare.
440
441 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
442
443 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
444 It also uses January 1, 1 AD as its day number 1.
445 * calc/calc-forms.el (math-julian-date-beginning)
446 (math-julian-date-beginning-int): Implement this.
447
448 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
449
450 * descr-text.el (quail-find-key):
451 * dired.el (desktop-file-name):
452 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
453 * generic-x.el (comint-mode, comint-exec):
454 * image-dired.el (widget-forward):
455 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
456 (speedbar-change-expand-button-char)
457 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
458 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
459 * printing.el (easy-menu-add-item, easy-menu-remove-item)
460 (widget-field-action, widget-value-set):
461 * speedbar.el (imenu--make-index-alist):
462 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
463 (ring-length, ring-insert):
464 * vcursor.el (compare-windows-skip-whitespace):
465 * woman.el (dired-get-filename):
466 Declare functions.
467
468 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
469
470 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
471
472 * calc/calc.el (calc-gregorian-switch): New variable.
473
474 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
475 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
476 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
477 (math-leap-year-p): Add option to distinguish between Julian
478 and Gregorian calendars.
479 (math-day-number): Use `math-day-in-year' to do the computations.
480 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
481 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
482 to do the computations.
483 (math-date-to-dt): Use `math-date-to-julian-dt' and
484 `math-date-to-gregorian-dt' to do the computations.
485 (calcFunc-weekday, math-format-date-part): Use the new version of
486 the DATE to determine the weekday.
487 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
488 when necessary.
489
490 2012-11-17 Eli Zaretskii <eliz@gnu.org>
491
492 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
493 Cygwin; otherwise use 'file:'. (Bug#12914)
494 (cygwin-convert-path-from-windows): Declare, to avoid
495 byte-compiler warnings.
496
497 2012-11-17 Andreas Politz <politza@fh-trier.de>
498
499 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
500 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
501 prefix and negative numeric prefix args (Bug#12795).
502
503 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
504
505 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
506 Don't signal an error with a score that is too low to add to the
507 list of top scores. (Bug#12779)
508
509 2012-11-17 Chong Yidong <cyd@gnu.org>
510
511 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
512
513 * filecache.el (file-cache-add-file): Handle relative file name in
514 the argument (Bug#12694).
515
516 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
517
518 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
519
520 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
523
524 * emacs-lisp/cl-lib.el: Set more meaningful version number.
525
526 2012-11-16 Martin Rudalics <rudalics@gmx.at>
527
528 * window.el (enlarge-window, shrink-window): Don't mention return
529 value in doc-string (Bug#12896).
530 (window--display-buffer): Don't resize frames - it won't work
531 with all window managers and defeat pop-up-frame-alist.
532 (display-buffer-alist): In doc-string explain that CONDITION can
533 be a function and which arguments are passed to it (Bug#12854).
534 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
535 expressions (Bug#12854).
536 (display-buffer): Pass ACTION argument to
537 display-buffer-assq-regexp.
538
539 2012-11-16 Glenn Morris <rgm@gnu.org>
540
541 * window.el (fit-frame-to-buffer-bottom-margin)
542 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
543
544 * faces.el (face-underline-p): Use face-attribute-specified-or.
545
546 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
547
548 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
549
550 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
553
554 2012-11-16 Glenn Morris <rgm@gnu.org>
555
556 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
557 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
558
559 * faces.el (face-underline-p): Doc fix. Handle :underline being
560 things other than `t' (a string, a list).
561 (face-inverse-video-p): Doc fix.
562 (set-face-underline): Rename it back from set-face-underline-p.
563 Doc fix. Allow interactive input of values other than t.
564 (read-face-attribute): Apply formatting to :underline,
565 since like :box and :stipple it can take list values.
566
567 * term.el (ansi-term): Don't let C-x escape-char binding
568 clobber the more standard C-c binding. (Bug#12842)
569
570 * subr.el (set-temporary-overlay-map): Doc fix.
571
572 2012-11-16 Martin Rudalics <rudalics@gmx.at>
573
574 * window.el (record-window-buffer)
575 (display-buffer-record-window): When copying the markers to
576 window-point preserve window-point-insertion-type. (Bug#12588)
577
578 2012-11-16 Glenn Morris <rgm@gnu.org>
579
580 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
581 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
582 Use new names for hooks rather than obsolete aliases.
583
584 2012-11-15 Daniel Colascione <dancol@dancol.org>
585
586 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
587 prefix instead of "file:" so that when FILE-NAME begins with "//",
588 as it does when the target file is on a network share, url-handler
589 isn't confused.
590
591 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
594 a preactivated advice from an old advice.el; they're not compatible!
595
596 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
597
598 * emacs-lisp/nadvice.el (advice--make-interactive-form):
599 Fix string-spec case.
600
601 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
602
603 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
606 (advice--buffer-local-function-sample): New var.
607 (advice--set-buffer-local, advice--buffer-local): New functions.
608 (add-function, remove-function): Use them.
609
610 2012-11-15 Drew Adams <drew.adams@oracle.com>
611
612 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
613
614 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
617 potential binding of print-gensym to t, and prettify (back)quotes in
618 case they appear in args's default values (bug#12884).
619
620 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
623 (advice-eval-interactive-spec): New function.
624 (advice--make-interactive-form): Support around advice (bug#12844).
625
626 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
627
628 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
629 more strict. Add docstring.
630 (ruby-expression-expansion-re): Extract from
631 `ruby-match-expression-expansion'.
632 (ruby-syntax-propertize-function): After everything else, search
633 for expansions in string literals, mark their insides as
634 whitespace syntax and save match data for font-lock.
635 (ruby-font-lock-keywords): Use the 2nd group from expression
636 expansion matches.
637 (ruby-match-expression-expansion): Use the match data saved to the
638 text property in ruby-syntax-propertize-function.
639
640 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
643 (bug#12879).
644
645 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
646
647 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
648 start/end keyword a bit harder. Works with different values of N.
649 Add more comments.
650 (ruby-end-of-block): Update accordingly.
651
652 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * woman.el (woman-file-name): Don't mess with unread-command-events
655 (bug#12861).
656
657 * emacs-lisp/advice.el: Layer on top of nadvice.el.
658 Remove out of date self-require hack.
659 (ad-do-advised-functions): Use simple `dolist'.
660 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
661 (ad-advice-definition): Redefine as functions.
662 (ad-advice-classes): Move before first use.
663 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
664 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
665 (ad--defalias-fset): Remove functions.
666 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
667 (ad-get-orig-definition): Rewrite.
668 (ad-make-advised-definition-docstring): Change base docstring.
669 (ad-real-orig-definition): Rewrite.
670 (ad-map-arglists): Change name of called function.
671 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
672 (ad-make-advised-definition): Simplify.
673 (ad-assemble-advised-definition): Tweak for new calling context.
674 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
675 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
676 function and call ad-activate if needed.
677 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
678 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
679 (ad-compile-function): Compile ad-Advice-*.
680 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
681 (ad-start-advice, ad-stop-advice): Remove.
682
683 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
684
685 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
686 period before class method names, not after. Remove handling of
687 one impossible case. Add comments.
688
689 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * emacs-lisp/advice.el: Remove support for freezing.
692 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
693 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
694 Remove support for `freeze'.
695
696 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
697 override the default.
698 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
699 cl--dotimes/dolist.
700 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
701 `cl' is loaded.
702
703 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
704 from add-advice.
705 (advice--strip-macro): New function.
706 (advice--defalias-fset): Use them to handle macros.
707 (advice-add): Use them.
708 (advice-member-p): Correctly handle macros.
709
710 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
711
712 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
713 Never font-lock the beginning of singleton class as heredoc.
714
715 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
718
719 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
720
721 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
722 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
723 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
724
725 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
726
727 Fix end-of-defun misbehavior.
728 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
729 python-beginning-of-defun-function. Handle nested defuns
730 correctly.
731 (python-nav-end-of-defun): Rename from
732 python-end-of-defun-function. Ensure forward movement.
733 (python-info-current-defun): Reimplement to work as intended
734 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
735 parent defuns as soon as possible.
736
737 2012-11-13 Glenn Morris <rgm@gnu.org>
738
739 * progmodes/flymake.el (flymake-error-bitmap)
740 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
741 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
742
743 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
744
745 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
746 backward, always stop at indentation. Reverts the change from
747 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
748
749 2012-11-13 Glenn Morris <rgm@gnu.org>
750
751 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
752 Add ibuffer-filter-by-derived-mode.
753
754 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
755 the same name shadowing each other.
756
757 * window.el (with-temp-buffer-window): Doc tweak.
758
759 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
760
761 * help.el (temp-buffer-max-height):
762 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
763 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
764
765 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * emacs-lisp/nadvice.el: New package.
768 * subr.el (special-form-p): New function.
769 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
770 (elp-all-instrumented-list): Remove var.
771 (elp-not-profilable): Remove elp-wrapper.
772 (elp-profilable-p): Use autoloadp and special-form-p.
773 (elp--advice-name): New const.
774 (elp-instrument-function): Use advice-add.
775 (elp--instrumented-p): New predicate.
776 (elp-restore-function): Use advice-remove.
777 (elp-restore-all, elp-reset-all): Use mapatoms.
778 (elp-set-master): Use elp--instrumented-p.
779 (elp--make-wrapper): Rename from elp-wrapper, return a function
780 suitable for advice-add. Use cl-inf.
781 (elp-results): Use mapatoms+elp--instrumented-p.
782 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
783 (debug-function-list): Remove var.
784 (debug): Rename arg, and then let-bind it explicitly inside.
785 (debugger-setup-buffer): Rename arg.
786 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
787 (debugger-frame-number): Adjust to new debug-on-entry setup.
788 (debug--implement-debug-on-entry): Rename from
789 implement-debug-on-entry, add argument.
790 (debugger-special-form-p): Remove, use special-form-p instead.
791 (debug-on-entry): Use advice-add.
792 (debug--function-list): New function.
793 (cancel-debug-on-entry): Use it, along with advice-remove.
794 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
795 (debugger-list-functions): Use debug--function-list instead of
796 debug-function-list.
797 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
798 (ad-special-form-p): Remove, use special-form-p instead.
799 (ad-set-advice-info): Use add-function and remove-function.
800 (ad--defalias-fset): Adjust accordingly.
801
802 2012-11-10 Glenn Morris <rgm@gnu.org>
803
804 * mail/emacsbug.el (report-emacs-bug-tracker-url)
805 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
806 (report-emacs-bug-create-existing-bugs-buffer)
807 (report-emacs-bug-parse-query-results)
808 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
809
810 * term.el (term-default-fg-color, term-default-bg-color):
811 Make obsolete, rather than just saying "deprecated" in the doc.
812
813 * term.el (term): Rename from `term-face'.
814 (term-current-face, ansi-term-color-vector)
815 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
816 Update all users.
817
818 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
819
820 * server.el (server-create-window-system-frame): Handle Nextstep
821 specially (Bug#12780).
822
823 2012-11-10 Glenn Morris <rgm@gnu.org>
824
825 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
826 Unautoload, and make obsolete. (Bug#7449)
827
828 2012-11-10 Chong Yidong <cyd@gnu.org>
829
830 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
831 rename from diff-remove-trailing-whitespace (Bug#12831).
832
833 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
834
835 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
836 miscompilation of trace.el.
837
838 2012-11-10 Glenn Morris <rgm@gnu.org>
839
840 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
841
842 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
845 (bug#12812).
846
847 2012-11-10 Chong Yidong <cyd@gnu.org>
848
849 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
850 a defcustom with an appropriate :set function.
851 (minibuffer-default--in-prompt-regexps): New function.
852
853 2012-11-10 Glenn Morris <rgm@gnu.org>
854
855 * emacs-lisp/cl.el (define-setf-expander, defsetf)
856 (define-modify-macro): Doc fixes.
857
858 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
859 (gv-define-simple-setter): Update doc of `fix-return'.
860
861 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
864 twice when `fix-return' is set (bug#12813).
865
866 * emacs-lisp/cl.el (defsetf): Pass the third arg to
867 gv-define-simple-setter (bug#12812).
868
869 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
870 (bug#12756).
871
872 2012-11-10 Glenn Morris <rgm@gnu.org>
873
874 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
875
876 * emacs-lisp/cl-extra.el (cl-prettyexpand):
877 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
878 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
879 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
880
881 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
882
883 2012-11-10 Leo Liu <sdl.web@gmail.com>
884
885 * ido.el (ido-set-matches-1): Improve flex matching performance by
886 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
887
888 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
891 (ad--defalias-fset): New function.
892 (ad-safe-fset): Remove.
893 (ad-make-freeze-definition): Use cl-letf*.
894
895 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
896
897 * subr.el (dolist): Don't bind VAR in RESULT.
898
899 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
900 (fset, documentation): Don't save real def since we don't advise.
901 (ad-do-advised-functions): Remove problematic `result-form'.
902 (ad-safe-fset): `ad-real-fset' => `fset'.
903 (ad-read-advised-function): Don't assume that ad-do-advised-functions
904 uses CL's dolist internally.
905 (ad-arglist): Remove unused arg `name'.
906 (ad-docstring, ad-make-advised-docstring):
907 `ad-real-documentation' => `documentation'.
908 (warning-suppress-types): Declare.
909 (ad-set-arguments): Simple CSE.
910 (ad-recover-normality): Sanity check.
911
912 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
913 (funcall '(lambda ..) ..) into ((lambda ..) ..).
914
915 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
916
917 * ses.el: symbol to coordinate mapping is made by symbol property
918 `ses-cell'. This means that the same mapping is done for all SES
919 sheets. That is good enough for cells with standard A1 names, but
920 not for named cell. So a hash map is added for the latter.
921 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
922 (ses-sym-rowcol): Use hashmap for named cell.
923 (ses-is-cell-sym-p): New defun.
924 (ses-decode-cell-symbol): New defun.
925 (ses-create-cell-variable): Add cell to hashmap when name is not
926 A1-like.
927 (ses-rename-cell): Check that cell new name is not already in
928 spreadsheet with the use of ses-is-cell-sym-p
929 (ses-rename-cell): Use hash map for named cells, but accept also
930 renaming back to A1-like.
931
932 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * emacs-lisp/advice.el: Use new dynamic docstrings.
935 (ad-make-advised-definition-docstring, ad-advised-definition-p):
936 Use dynamic-docstring-function instead of ad-advice-info.
937 (ad--make-advised-docstring): New function extracted from
938 ad-make-advised-docstring.
939 (ad-make-advised-docstring): Use it.
940 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
941 from sql-help.
942 (sql-help): Use it with dynamic-docstring-function.
943
944 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
945
946 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * files.el (hack-one-local-variable--obsolete): New function.
949 (hack-one-local-variable): Use it for obsolete settings.
950
951 * subr.el (locate-user-emacs-file): If both old and new name exist, use
952 the new name.
953
954 * progmodes/js.el (js--filling-paragraph): New var.
955 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
956 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
957 less sneaky.
958
959 2012-11-08 Julien Danjou <julien@danjou.info>
960
961 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
962 `auto-mode-alist' (Bug#12835).
963
964 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
967 (perl--prettify-symbols-alist): New const.
968 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
969 New functions.
970 (perl-font-lock-keywords-2): Use them.
971 (perl-electric-noindent-p): New function.
972 (perl-mode): Use it to set up electric-indent-mode.
973 (perl-electric-terminator, perl-indent-command): Mark obsolete.
974 (perl-mode-map): Remove bindings for them.
975 (perl-imenu-generic-expression, perl-outline-level):
976 Match functions&packages in column>0.
977
978 * env.el (env--substitute-vars-regexp): New const.
979 (substitute-env-vars): Use it. Add `only-defined' arg.
980 * net/tramp.el (tramp-replace-environment-variables): Use it.
981
982 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
983 Byte-compile *before* eval in eval-and-compile.
984 (byte-compile-log-warning): Remove redundant inhibit-read-only.
985 (byte-compile-file-form-autoload): Don't hide actual definition.
986 (byte-compile-maybe-guarded): Accept `functionp' as well.
987
988 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
989
990 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
991
992 * notifications.el (notifications-get-server-information-method):
993 New defconst.
994 (notifications-get-capabilities): Fix docstring.
995 (notifications-get-server-information): New defun.
996
997 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
998
999 * textmodes/ispell.el (ispell-region): Standard re-indent for better
1000 readability.
1001
1002 * textmodes/ispell.el: Experimental support for support debugging.
1003 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
1004 buffer for ispell.
1005 (ispell-print-if-debug): New function to print stuff to
1006 `ispell-debug-buffer' if debugging is enabled.
1007 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
1008 show some debugging info.
1009 (ispell-buffer-with-debug): New function that creates a debugging
1010 buffer and calls `ispell-buffer' with debugging enabled.
1011
1012 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
1013 comment in autoconf mode. (Bug#12768)
1014
1015 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
1016
1017 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
1018 frame-first-window, frame-root-window, frame-selected-window,
1019 minibuffer-selected-window, minibuffer-window,
1020 window-absolute-pixel-edges, window-at, window-body-height,
1021 window-body-width, window-display-table, window-combination-limit,
1022 window-frame, window-fringes, window-inside-absolute-pixel-edges,
1023 window-inside-edges, window-inside-pixel-edges, window-left-child,
1024 window-left-column, window-margins, window-next-buffers,
1025 window-next-sibling, window-new-normal, window-new-total,
1026 window-normal-size, window-parameter, window-parameters, window-parent,
1027 window-pixel-edges, window-point, window-prev-buffers,
1028 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
1029 window-start, window-text-height, window-top-child, window-top-line,
1030 window-total-height, window-total-width and window-use-time to the list
1031 of functions without side-effects.
1032 (toplevel): Add window-valid-p to the list of error-free functions
1033 without side-effects.
1034
1035 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1036
1037 * textmodes/ispell.el (ispell-program-name):
1038 Update spellchecker parameters when customized.
1039
1040 2012-11-04 Glenn Morris <rgm@gnu.org>
1041
1042 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
1043
1044 2012-11-04 Chong Yidong <cyd@gnu.org>
1045
1046 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
1047 same-window-* variables.
1048
1049 2012-11-04 Juri Linkov <juri@jurta.org>
1050
1051 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
1052 (isearch-describe-key, isearch-describe-mode): Use a display
1053 action instead of binding same-window-* variables (Bug#10040).
1054
1055 2012-11-03 Glenn Morris <rgm@gnu.org>
1056
1057 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1058 Rename handler properties back from cl-- to cl-. (Bug#12788)
1059
1060 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
1061
1062 2012-11-03 Eli Zaretskii <eliz@gnu.org>
1063
1064 * term/pc-win.el: Don't load term/internal from here.
1065
1066 * loadup.el: Load term/internal from here.
1067
1068 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
1069
1070 * progmodes/python.el (inferior-python-mode): Fix hang in
1071 jit-lock (Bug#12645).
1072
1073 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1074
1075 * window.el (switch-to-visible-buffer)
1076 (switch-to-buffer-preserve-window-point): Fix doc-strings.
1077
1078 2012-11-03 Glenn Morris <rgm@gnu.org>
1079
1080 * emacs-lisp/cl-lib.el (cl--random-time):
1081 Rename from cl-random-time. (Bug#12773)
1082 (cl--gensym-counter, cl--random-state): Update callers.
1083 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
1084
1085 2012-11-03 Chong Yidong <cyd@gnu.org>
1086
1087 * cus-start.el: Make cursor-type customizable (Bug#11633).
1088
1089 2012-11-02 Glenn Morris <rgm@gnu.org>
1090
1091 * filecache.el: No need to load find-lisp when compiling.
1092 (find-lisp-find-files): Autoload it.
1093 (file-cache-add-directory-recursively): Don't require find-lisp.
1094
1095 * image.el (image-type-from-file-name): Trivial simplification.
1096
1097 * emacs-lisp/bytecomp.el (byte-compile-eval):
1098 Decouple "noruntime" and "cl-functions" warnings.
1099
1100 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
1101
1102 * play/gomoku.el (gomoku-display-statistics): Update mode line
1103 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
1104
1105 2012-10-31 Martin Rudalics <rudalics@gmx.at>
1106
1107 * window.el (quit-restore-window): If the window has been
1108 created on an existing frame and ended up as the sole window on
1109 that frame, do not delete it (Bug#12764).
1110
1111 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1114 Rename from sh--inside-arithmetic-expression, handle more cases
1115 (bug#11263).
1116
1117 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
1118 (sh-font-lock-open-heredoc): Use it (bug#12770).
1119
1120 2012-10-30 Glenn Morris <rgm@gnu.org>
1121
1122 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
1123
1124 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
1125
1126 2012-10-29 Chong Yidong <cyd@gnu.org>
1127
1128 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
1129 function key is stored in a keyboard macro (Bug#4894).
1130
1131 * thingatpt.el (number-at-point): Apply a thing-at-point property.
1132
1133 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
1136 header comments".
1137 (diff-unified->context, diff-context->unified)
1138 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
1139
1140 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
1141
1142 * files.el (find-alternate-file): Only ask one question (bug#12487).
1143
1144 2012-10-29 Chong Yidong <cyd@gnu.org>
1145
1146 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
1147 Suggested by Dan Nicolaescu (Bug#6326).
1148
1149 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
1150
1151 * startup.el (fancy-about-screen): Don't message (Bug#12680).
1152
1153 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
1154
1155 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
1156
1157 * face-remap.el (face-remap-add-relative): Handle the case where a
1158 face-remapping-alist entry is a cons cell (Bug#12762).
1159
1160 2012-10-29 Kevin Ryde <user42@zip.com.au>
1161
1162 * woman.el (woman-parse-numeric-value): Handle picas correctly
1163 (Bug#12639).
1164
1165 2012-10-29 Glenn Morris <rgm@gnu.org>
1166
1167 * emacs-lisp/cl.el (defsetf): Doc fix.
1168
1169 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
1172 syntax to the matching opener, if any (bug#12547).
1173 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
1174 matching open as a "case-(".
1175 (sh-smie-rc-grammar): Add a corresponding rule for it.
1176
1177 2012-10-28 Daniel Hackney <dan@haxney.org>
1178
1179 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
1180 "PKGNAME-autoloads.el" in case we created it.
1181
1182 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
1185 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
1186 (completion--twq-all): Disable too-strict assertions.
1187
1188 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
1189
1190 2012-10-27 Eli Zaretskii <eliz@gnu.org>
1191
1192 * profiler.el (profiler-report-make-entry-part): Fix help-echo
1193 text to match the real keybindings.
1194
1195 2012-10-27 Juri Linkov <juri@jurta.org>
1196
1197 * wdired.el (wdired-keep-marker-rename): New defcustom.
1198 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
1199 (Bug#11795)
1200
1201 * dired.el (dired-keep-marker-rename): Add reference to
1202 `wdired-keep-marker-rename' in the docstring.
1203 Add default character value ?R to display initially in
1204 Customization UI instead of ?@.
1205
1206 2012-10-27 Martin Rudalics <rudalics@gmx.at>
1207
1208 * window.el (display-buffer): In doc-string describe
1209 window-height and window-width alist entries.
1210
1211 * time.el (display-time-world): Restore fit-window-to-buffer
1212 behavior.
1213
1214 2012-10-27 Chong Yidong <cyd@gnu.org>
1215
1216 * subr.el (insert-buffer-substring-as-yank): Doc fix.
1217
1218 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
1219
1220 * minibuffer.el (completion-category-overrides): New completion
1221 category `bookmark' (bug#11131).
1222
1223 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * emacs-lisp/advice.el (ad-assemble-advised-definition):
1226 Silence bogus compiler warnings for ad-do-it.
1227
1228 * bookmark.el (bookmark-completing-read): Set the completion category
1229 to `bookmark' (bug#11131).
1230
1231 2012-10-26 Bastien <bzg@altern.org>
1232 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * face-remap.el: Use lexical-binding.
1235 (text-scale-adjust): Improve docstring. Use itself for the temporary
1236 overlay-map bindings, so as to repeat the "Use..." message each time.
1237
1238 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 * emacs-lisp/macroexp.el (macroexp--expand-all):
1241 Obey byte-compile-warning-enabled-p (bug#12486).
1242
1243 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
1244 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
1245
1246 2012-10-26 Martin Rudalics <rudalics@gmx.at>
1247
1248 * mouse.el (mouse-drag-line): Move last form into preceding when
1249 clause (Bug#12731).
1250
1251 * help.el (resize-temp-buffer-window): Fix doc-string.
1252
1253 2012-10-25 David Engster <deng@randomsample.de>
1254
1255 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
1256 Remove. This feature is already integrated in imenu.
1257
1258 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
1259 always loaded. Require `speedbar' unconditionally.
1260
1261 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
1264
1265 * minibuffer.el (minibuffer-force-complete): Fix thinko.
1266
1267 * net/ldap.el (ldap-search-internal): The official ldif format starts
1268 with a "version: 1" header (bug#12724).
1269
1270 * emacs-lisp/package.el (package-installed-p): Warn if not ready
1271 (bug#12721).
1272
1273 2012-10-25 Glenn Morris <rgm@gnu.org>
1274
1275 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1276
1277 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * minibuffer.el (minibuffer-force-complete): Use one more marker
1280 for the temporary-overlay-map command (bug#12619).
1281
1282 2012-10-24 Chong Yidong <cyd@gnu.org>
1283
1284 * time.el (display-time-world-mode): Derive from special-mode.
1285 (display-time-world): Use display-buffer (Bug#12708).
1286 (display-time-world-mode-map): Variable deleted.
1287 (display-time-world-display): Wrap the final delete-char inside
1288 inhibit-read-only.
1289
1290 2012-10-24 Chong Yidong <cyd@gnu.org>
1291
1292 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1293 Doc fix.
1294
1295 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1296
1297 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 * minibuffer.el (completion--all-sorted-completions-location): New var.
1300 (completion--cache-all-sorted-completions)
1301 (completion--flush-all-sorted-completions): Use it.
1302 (completion-in-region, completion-in-region--postch)
1303 (completion-at-point, completion-help-at-point): Use markers in
1304 completion-in-region--data (bug#12619).
1305
1306 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * progmodes/compile.el (compilation-start): Try to handle common
1309 quoting of `cd' argument (bug#12640).
1310
1311 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1312 (bug#12671).
1313
1314 2012-10-23 Glenn Morris <rgm@gnu.org>
1315
1316 * progmodes/gud.el (gud-menu-map):
1317 Check gdb-active-process is bound. (Bug#12358)
1318
1319 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * repeat.el (repeat): Set real-this-command (bug#12232).
1322
1323 * htmlfontify.el (hfy-post-html-hook):
1324 * filesets.el (filesets-cache-fill-content-hook):
1325 * arc-mode.el (archive-extract-hook):
1326 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1327 * net/rcirc.el (rcirc-sentinel-functions)
1328 (rcirc-receive-message-functions, rcirc-activity-functions)
1329 (rcirc-print-functions):
1330 * net/dbus.el (dbus-event-error-functions):
1331 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1332 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1333 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1334 * term/sun.el (sun-raw-prefix-hooks):
1335 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1336
1337 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
1338
1339 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1340 Set `tramp-chunksize' to 1. This improves the performance.
1341 (tramp-smb-wait-for-output): Add timeout to
1342 `tramp-accept-process-output' calls.
1343
1344 2012-10-23 Chong Yidong <cyd@gnu.org>
1345
1346 * faces.el (font-list-limit): Define as an obsolete variable.
1347
1348 * startup.el (command-line):
1349 * cus-start.el: Don't refer to font-list-limit.
1350
1351 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1352
1353 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * subr.el (internal-temp-output-buffer-show): Rename from
1356 temp-output-buffer-show, since previously compiled files expect this name.
1357
1358 2012-10-23 Glenn Morris <rgm@gnu.org>
1359
1360 * image.el (image-type-from-file-name): If multiple types match,
1361 return the first one that is supported. (Bug#9045)
1362
1363 2012-10-22 Glenn Morris <rgm@gnu.org>
1364
1365 * image.el (imagemagick-enabled-types): Doc fix.
1366
1367 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1368
1369 * progmodes/which-func.el (which-func-current): The hash-table may have
1370 an explicit nil (bug#12338).
1371
1372 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1373
1374 * electric.el (electric-pair-delete-selection-self-insert-function):
1375 Rename to electric-pair-will-use-region, return a boolean.
1376 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1377
1378 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1379 (delete-selection-pre-hook): Use use-region-p.
1380 (delete-selection-self-insert-function): Remove.
1381 (self-insert-command): Obey self-insert-uses-region-functions.
1382 (self-insert-iso): Revert to previous setting, since we don't actually
1383 know what that command does.
1384 (delete-selection-self-insert-hooks): Remove.
1385
1386 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1387
1388 * delsel.el (delete-selection-helper): New function, extracted from
1389 delete-selection-pre-hook.
1390 (delete-selection-pre-hook): Use it.
1391 (delete-selection-self-insert-function): New function.
1392 (delete-selection-self-insert-hooks): New hook.
1393 (self-insert-command, self-insert-iso): Use it.
1394 * electric.el (electric-pair-syntax): New function, extracted from
1395 electric-pair-post-self-insert-function.
1396 (electric-pair-post-self-insert-function): Use it.
1397 (electric-pair-delete-selection-self-insert-function): New function.
1398 (electric-pair-mode): Require delsel and setup
1399 delete-selection-self-insert-hooks (bug#11520).
1400
1401 2012-10-20 Chong Yidong <cyd@gnu.org>
1402
1403 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1404 no changes to show (Bug#12586).
1405
1406 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1407 list explicitly (Bug#12571).
1408
1409 2012-10-20 Arne Jørgensen <arne@arnested.dk>
1410
1411 * progmodes/flymake.el (flymake-create-temp-inplace):
1412 Use file-truename.
1413
1414 2012-10-20 Eli Zaretskii <eliz@gnu.org>
1415
1416 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1417
1418 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1419
1420 * calc/calc-units.el (math-extract-units): Properly extract powers
1421 of units.
1422
1423 2012-10-20 Daniel Colascione <dancol@dancol.org>
1424
1425 * frame.el (make-frame): Set x-display-name as we used to in order
1426 to unbreak creating an X11 frame from an Emacs daemon started
1427 without a display.
1428
1429 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1430
1431 * minibuffer.el (minibuffer-force-complete): Make the next completion use
1432 the same completion-field (bug#12221).
1433
1434 2012-10-19 Martin Rudalics <rudalics@gmx.at>
1435
1436 * emacs-lisp/debug.el (debug): Record height of debugger window
1437 also when debugger will be back (Bug#8789).
1438
1439 2012-10-18 Chong Yidong <cyd@gnu.org>
1440
1441 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1442 Convert to defcustom.
1443 (gdb-get-source-file): Don't bind pop-up-windows.
1444
1445 * progmodes/gud.el (gud-display-line): Don't specially re-use
1446 other frames for the gdb-mi case (Bug#12648).
1447
1448 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * emacs-lisp/advice.el: Clean up commentary a bit.
1451 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1452 (byte-code-function-p): Never redefine.
1453
1454 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1455
1456 2012-10-18 Glenn Morris <rgm@gnu.org>
1457
1458 * dired.el (dired-sort-toggle): Some ls implementations only allow
1459 a single option string. (Bug#12666)
1460
1461 * minibuffer.el (completion-cycle-threshold): Doc fix.
1462
1463 2012-10-17 Kenichi Handa <handa@gnu.org>
1464
1465 * international/mule.el (set-keyboard-coding-system):
1466 Recover input meta mode when the new coding system doesn not use 8-bit.
1467 Supply TERMINAL arg to set-input-meta-mode.
1468
1469 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1470
1471 * wdired.el (wdired-old-marks): New variable.
1472 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1473 (wdired-do-renames): Move point with renamed file and don't lose
1474 mark status (Bug#11795).
1475
1476 2012-10-16 Juri Linkov <juri@jurta.org>
1477
1478 * replace.el (query-replace-help): Mention multi-buffer replacement
1479 keys in the Help message. (Bug#12655)
1480
1481 2012-10-15 Chong Yidong <cyd@gnu.org>
1482
1483 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1484
1485 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1486
1487 * window.el (display-buffer): Doc fix.
1488
1489 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1490 Adjust the msft regexp to the output of Studio 2010, and move msft
1491 before edg-1. See the discussion on emacs-devel,
1492 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1493 for the details.
1494
1495 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1498 (oset): Move uses of object-class-fast macro after its definition.
1499
1500 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1501
1502 2012-10-13 Chong Yidong <cyd@gnu.org>
1503
1504 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1505 enabled, re-enable it (Bug#11963).
1506
1507 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1508
1509 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1510 non-nil, restore window configuration (Bug#12623).
1511
1512 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * help-fns.el (describe-variable, describe-function-1):
1515 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1516
1517 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1518
1519 2012-10-12 Glenn Morris <rgm@gnu.org>
1520
1521 * mail/rmailsum.el (rmail-header-summary):
1522 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1523
1524 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1525
1526 * progmodes/python.el (python-mode-map):
1527 Replace subtitute-key-definition with proper command remapping.
1528 (python-nav--up-list): Fix behavior for blocks on the same level.
1529
1530 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1533
1534 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1535 changes to the format of load-history.
1536
1537 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1538 completion-ignore-case in case that var is buffer-local (bug#12615).
1539
1540 2012-10-11 Kenichi Handa <handa@gnu.org>
1541
1542 * international/eucjp-ms.el: Re-generated.
1543
1544 2012-10-10 Kenichi Handa <handa@gnu.org>
1545
1546 * select.el (xselect--encode-string): If a coding is specified for
1547 selection, and that is compatible with COMPOUND_TEXT, use it.
1548
1549 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1550
1551 * window.el (switch-to-buffer-preserve-window-point): New option.
1552 (switch-to-buffer):
1553 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1554
1555 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1558 Don't document nil as a useful value (bug#12583).
1559
1560 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1561
1562 * net/tramp.el (tramp-debug-message):
1563 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1564 (with-tramp-progress-reporter): Rename from
1565 `tramp-with-progress-reporter'.
1566 (with-tramp-file-property, with-tramp-connection-property):
1567 Move from tramp-cache.el, rename from `with-file-property' and
1568 `with-connection-property', respectively.
1569
1570 * net/tramp-cache.el: Remove `with-file-property' and
1571 `with-connection-property'.
1572
1573 * net/tramp.el:
1574 * net/tramp-gvfs.el:
1575 * net/tramp-sh.el:
1576 * net/tramp-smb.el: Adapt callees.
1577
1578 * net/trampver.el: Update release number.
1579
1580 2012-10-09 Glenn Morris <rgm@gnu.org>
1581
1582 * w32-fns.el (set-message-beep):
1583 * term/w32-win.el (set-message-beep): Update declarations.
1584
1585 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1588 (mode-line-widen, mode-line-input-method-map)
1589 (mode-line-coding-system-map, mode-line-remote)
1590 (mode-line-unbury-buffer, mode-line-bury-buffer)
1591 (mode-line-next-buffer, mode-line-previous-buffer):
1592 Replace save-selected-window+select-window => with-selected-window.
1593
1594 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1595 * progmodes/cc-vars.el (bq-process): Remove, unused.
1596
1597 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1598
1599 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1600
1601 Implemented `backward-up-list'-like navigation.
1602 * progmodes/python.el (python-nav-up-list)
1603 (python-nav-backward-up-list): New functions.
1604 (python-mode-map): Define substitute key for backward-up-list to
1605 python-nav-backward-up-list.
1606
1607 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1608
1609 * progmodes/python.el (python-fill-paragraph): Rename from
1610 python-fill-paragraph-function. Fixed fill-paragraph for
1611 decorators (Bug#12605).
1612
1613 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1614
1615 * progmodes/python.el (python-shell-output-filter): Handle extra
1616 carriage return in OSX (Bug#12409).
1617
1618 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1619
1620 Fix shell handling of unbalanced quotes and parens in output.
1621 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1622 (python-syntax-propertize-function): Use it.
1623 (python-shell-output-syntax-table): New var.
1624 (inferior-python-mode): Prevent unbalanced parens/quotes from
1625 previous output mess with current input context.
1626
1627 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1628
1629 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1630 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1631
1632 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1633
1634 * ffap.el (ffap-replace-file-component): Support Tramp file name
1635 syntax, not only ange-ftp's one.
1636
1637 2012-10-08 Glenn Morris <rgm@gnu.org>
1638
1639 * cus-start.el (message-log-max): Set :version.
1640
1641 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1642
1643 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1644
1645 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1646 the minibuffer window (Bug#10851).
1647
1648 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1649
1650 Enhancements on forward-sexp movement.
1651 * progmodes/python.el (python-nav-beginning-of-statement)
1652 (python-nav-end-of-statement): Return point-marker.
1653 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1654 (python-info-current-symbol)
1655 (python-info-statement-starts-block-p): Rename from
1656 python-info-beginning-of-block-p.
1657 (python-info-statement-ends-block-p): Rename from
1658 python-info-end-of-block-p.
1659 (python-info-beginning-of-statement-p)
1660 (python-info-end-of-statement-p)
1661 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1662 New functions.
1663
1664 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1665
1666 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1667 frame-selected-windows.
1668
1669 2012-10-08 Daniel Colascione <dancol@dancol.org>
1670
1671 * battery.el (battery-status-function): Check for
1672 w32-battery-status itself, not system-time windows-nt.
1673
1674 * frame.el: Require cl-lib.
1675 (display-format-alist): New variable mapping frame types to
1676 functions that initialize them.
1677 (window-system-for-display): New function: interprets
1678 display-format-alist.
1679 (make-frame-on-display): Remove existing display-selection logic
1680 and just forward to make-frame, which will now DTRT.
1681 (make-frame): Restructure to use window-system-for-display to
1682 figure out how to create a frame on a given display.
1683 (display-mouse-p): Look for frame-type w32, not a particular
1684 system-type.
1685
1686 * loadup.el: Load w32 lisp code when we have the w32 feature.
1687
1688 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1689 system-type windows-nt.
1690
1691 * server.el (server-create-window-system-frame): Look for window
1692 type.
1693 (server-proces-filter): Only force a window system when windows-nt
1694 _and_ w32. Explain why.
1695
1696 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1697 of window systems we configure for the mode.
1698
1699 * startup.el (command-line): Mark window system is initialized
1700 after we've done it.
1701
1702 * common-win.el (x-select-text): Look for w32, not windows-nt.
1703
1704 * ns-win.el: Require cl-lib. Add ourselves to
1705 display-format-alist.
1706 (ns-initialize-window-system): Assert we're not initialized twice.
1707
1708 * w32-win.el: Enable lexical binding; require cl-lib; add
1709 ourselves to display-format-alist.
1710 (w32-handle-dropped-file): Convert incoming dropped files from
1711 Windows paths to Cygwin ones before passing them on to the rest of
1712 Emacs.
1713 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1714 (w32-initialize-window-system): Assert we're not initialized twice.
1715
1716 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1717 (x-initialize-window-system): Assert we're not initialized twice.
1718
1719 * w32-common-fns.el: New File.
1720 (w32-version, w32-using-nt, w32-get-clipboard-data)
1721 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1722 (w32-charset-info-alist, x-last-selected, text)
1723 (x-get-selection-value, x-selection-value): Move here.
1724
1725 * w32-fns.el: Require w32-common-fns.
1726 (w32-version, w32-using-nt, w32-get-clipboard-data)
1727 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1728 (w32-charset-info-alist, x-last-selected, text)
1729 (x-get-selection-value, x-selection-value): Move to
1730 w32-common-fns.
1731
1732 * w32-vars.el:
1733 (w32-allow-system-shell, w32-system-shells): Define only in
1734 non-cygwin case.
1735
1736 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1739 (read-passwd): Remove a few more potential sources of leaks.
1740
1741 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1742
1743 * progmodes/python.el (inferior-python-mode)
1744 (python-shell-make-comint): Fix initialization of local
1745 variables copied from parent buffer.
1746
1747 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1748
1749 * term/ns-win.el (ns-read-file-name): Update declaration to match
1750 nsfns.m.
1751 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1752 it is set when font is acted upon.
1753
1754 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1755
1756 Enhancements to indentation.
1757 * progmodes/python.el (python-indent-context): Give priority to
1758 inside-string context. Make comments indentation markers.
1759 (python-indent-region): Do not mess with strings, unless it's the
1760 enclosing set of quotes.
1761
1762 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1763
1764 * window.el (internal--before-save-selected-window)
1765 (internal--after-save-selected-window): New functions extracted from
1766 save-selected-window. Make sure we return the `alist' we construct.
1767 (save-selected-window): Use them.
1768
1769 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1770 Use with-selected-window.
1771
1772 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1773 forms that define macros (bug#12593).
1774
1775 2012-10-07 Kenichi Handa <handa@gnu.org>
1776
1777 * international/mule-conf.el (compound-text-with-extensions):
1778 Add :mime-charset property as x-ctext.
1779
1780 2012-10-07 Stefan Merten <smerten@oekonux.de>
1781
1782 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1783 (rst-indent-literal-normal, rst-indent-literal-minimized)
1784 (rst-indent-comment): Correct :version tag.
1785 (rst-official-cvs-rev): Correct version string.
1786
1787 2012-10-07 Glenn Morris <rgm@gnu.org>
1788
1789 * mail/rmailmm.el (rmail-mime-process-multipart):
1790 Do not confuse a multipart message with an epilogue
1791 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1792
1793 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1794
1795 Fix shell output retrieval and comint-prompt-regexp init.
1796 * progmodes/python.el (inferior-python-mode):
1797 (python-shell-make-comint): Fix initialization of
1798 comint-prompt-regexp from copied file local variables.
1799 (python-shell-fetched-lines): Remove var.
1800 (python-shell-output-filter-in-progress): Rename from
1801 python-shell-fetch-lines-in-progress.
1802 (python-shell-output-filter-buffer): Rename from
1803 python-shell-fetch-lines-string.
1804 (python-shell-fetch-lines-filter): Delete function.
1805 (python-shell-output-filter): New function.
1806 (python-shell-send-string-no-output): Use them.
1807
1808 2012-10-07 Glenn Morris <rgm@gnu.org>
1809
1810 * hi-lock.el (hi-lock-process-phrase):
1811 Try to make it less fragile. (Bug#7161)
1812
1813 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1814
1815 2012-10-06 Glenn Morris <rgm@gnu.org>
1816
1817 * ehelp.el (electric-help-mode): Use help-mode rather than
1818 non-existent mode `help'.
1819 (electric-help-map): Use button-buffer-map. (Bug#10917)
1820
1821 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1822 (reftex-create-bibtex-footer): Fix custom types.
1823
1824 * progmodes/sh-script.el (sh-indent-after-continuation):
1825 Add explicit :group.
1826
1827 * textmodes/rst.el (rst-preferred-decorations)
1828 (rst-shift-basic-offset): Clarify obsolescence versions.
1829
1830 * profiler.el (profiler): Add missing group :version tag.
1831 * avoid.el (mouse-avoidance-banish-position):
1832 * proced.el (proced-renice-command):
1833 * calc/calc.el (calc-ensure-consistent-units):
1834 * calendar/icalendar.el (icalendar-import-format-uid):
1835 * net/tramp.el (tramp-save-ad-hoc-proxies):
1836 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1837 * progmodes/flymake.el (flymake-error-bitmap)
1838 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1839 * progmodes/sh-script.el (sh-indent-after-continuation):
1840 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1841 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1842 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1843 (vhdl-array-index-record-field-in-sensitivity-list)
1844 (vhdl-indent-comment-like-next-code-line):
1845 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1846 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1847 (reftex-cite-key-separator, reftex-create-bibtex-header)
1848 (reftex-create-bibtex-footer):
1849 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1850 (rst-indent-literal-normal, rst-indent-literal-minimized)
1851 (rst-indent-comment): Add missing custom :version tags.
1852
1853 * calendar/timeclock.el (timeclock-modeline-display):
1854 Add missing obsolete alias for renamed user option.
1855
1856 * strokes.el (strokes-modeline-string):
1857 * emulation/crisp.el (crisp-mode-modeline-string):
1858 * eshell/esh-mode.el (eshell-status-in-modeline):
1859 Aliases to defcustoms must come before the defcustom.
1860
1861 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1862 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1863 (cal-tex-cursor-week-monday): Doc fixes.
1864 (cal-tex-cursor-week2-summary): Doc fix.
1865 Rename from cal-tex-cursor-week-at-a-glance.
1866
1867 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1868 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1869
1870 * calendar/calendar.el (calendar-mode-map):
1871 Add cal-tex-cursor-week2-summary.
1872
1873 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1876
1877 * subr.el (read-passwd-map): New var.
1878 (read-passwd): Use `read-string' again.
1879 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1880
1881 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1882
1883 * register.el (append-to-register, prepend-to-register):
1884 Deactivate mark, as does `copy-to-register' (bug#12389).
1885
1886 2012-10-06 Chong Yidong <cyd@gnu.org>
1887
1888 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1889
1890 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1891
1892 * international/characters.el: Fix simple mistake ((car chars) ->
1893 elt), delete duplicated code.
1894
1895 2012-10-06 Glenn Morris <rgm@gnu.org>
1896
1897 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1898
1899 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1900
1901 * color.el (color-hsl-to-rgb): Fix incorrect results for
1902 small and large hue values. (Bug#12559)
1903
1904 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1905
1906 Enhancements to docstring formatting when filling paragraphs.
1907 * progmodes/python.el (python-fill-docstring-style): Rename from
1908 python-fill-string-style. Added new style.
1909 (python-fill-string): Use new style. Better checks for
1910 docstrings.
1911
1912 2012-10-05 Glenn Morris <rgm@gnu.org>
1913
1914 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1915
1916 * color.el (color-name-to-rgb, color-rgb-to-hex)
1917 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1918 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1919 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1920 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1921
1922 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1923
1924 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1925
1926 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1927 to get the correct size across symlinks.
1928
1929 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1930
1931 2012-10-04 Juri Linkov <juri@jurta.org>
1932
1933 * replace.el (query-replace-interactive): Declare obsolete.
1934 (query-replace-read-from): Add the last incremental search string
1935 to the list of default values accessible via M-n.
1936 (map-query-replace-regexp): Use `read-regexp'.
1937 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1938 (map-query-replace-regexp, replace-string, replace-regexp):
1939 Fix docstrings to replace mentions of `query-replace-interactive'
1940 with alternatives. (Bug#12526)
1941
1942 2012-10-04 Juri Linkov <juri@jurta.org>
1943
1944 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1945 (dired-pop-to-buffer): Declare obsolete.
1946 (dired-mark-pop-up): Doc fix.
1947
1948 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1949
1950 Allow user to set docstring style for fill-paragraph.
1951 * progmodes/python.el
1952 (python-fill-comment-function, python-fill-string-function)
1953 (python-fill-decorator-function, python-fill-paren-function):
1954 Remove :safe for defcustoms.
1955 (python-fill-string-style): New defcustom
1956 (python-fill-paragraph-function): Enhance context detection.
1957 (python-fill-string): Honor python-fill-string-style settings.
1958
1959 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1960
1961 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1962 after setting its buffer (Bug#10805).
1963
1964 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1965
1966 Fix cornercase for string syntax.
1967 * progmodes/python.el (python-syntax-propertize-function):
1968 Simplify and enhance the regexp for unescaped quotes. Now it also
1969 matches quotes in weird situations like the single quote in
1970 "something\"'".
1971 (python-syntax-stringify): Simplify num-quotes detecting code.
1972
1973 2012-10-03 Glenn Morris <rgm@gnu.org>
1974
1975 * help-macro.el (three-step-help):
1976 Revert 2012-09-29 change. (Bug#12567)
1977
1978 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1979
1980 * menu-bar.el (kill-this-buffer): Don't do anything when
1981 `menu-frame' is not alive or visible (Bug#8184).
1982
1983 * emacs-lisp/debug.el (debug): When quitting the debugger window
1984 restore current buffer (Bug#12502).
1985
1986 2012-10-02 Chong Yidong <cyd@gnu.org>
1987
1988 * progmodes/hideif.el (hif-lookup, hif-defined):
1989 Handle semantic-c-takeover-hideif.
1990
1991 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1992
1993 Change sampling interval units from ms to ns.
1994 * profiler.el (profiler-sampling-interval): Change units
1995 from ms to ns, multiplying the default by 1000000 so that
1996 it remains 1 ms.
1997 (profiler-report-cpu-line-format): Give enough room for
1998 the maximum counters on 64-bit hosts.
1999 (profiler-report-render-calltree-1): Call them "CPU samples",
2000 not "Time (ms)", since they are not milliseconds now (and
2001 never really were).
2002
2003 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
2004
2005 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
2006 Fix querying BBDB for entries without a last name (Bug#11580).
2007
2008 2012-10-02 Chong Yidong <cyd@gnu.org>
2009
2010 * emacs-lisp/eieio.el: Restore Version header.
2011
2012 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * vc/diff-mode.el (diff--auto-refine-data): New var.
2015 (diff-hunk): Use it to delay refinement.
2016 (diff-mode): Remove overlays when we turn off font-lock.
2017
2018 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
2019 (table-initialize-table-fixed-width-mode)
2020 (table-set-table-fixed-width-mode): Remove functions.
2021 (table-command-list): Move initialization into declaration.
2022 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
2023 (table-with-cache-buffer): Use `declare'.
2024 (table-span-cell): Simplify via CSE.
2025 (table-fixed-width-mode): Use define-minor-mode.
2026 (table-call-interactively, table-funcall, table-apply): Remove.
2027 (table-function): New function, to replace them.
2028
2029 * bookmark.el (bookmark-search-pattern): Remove var.
2030 (bookmark-read-search-input): Remove function.
2031 (bookmark-bmenu-search): Reimplement using a minibuffer.
2032
2033 * faces.el (modeline): Remove obsolete face name.
2034
2035 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
2036 and give a non-nil default value.
2037 (add-change-log-entry): Simplify accordingly.
2038
2039 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
2040
2041 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
2042 (vc-git-log-edit-toggle-amend): New function.
2043 (vc-git-log-edit-toggle-signoff): New function.
2044 (vc-git-log-edit-mode): New major mode.
2045 (vc-git-log-edit-mode-map): Keymap for it.
2046 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
2047
2048 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
2049 header names.
2050 (log-edit-toggle-header): New function.
2051 (log-edit-extract-headers): Accept function values in HEADERS alist.
2052
2053 2012-10-01 David Engster <deng@randomsample.de>
2054
2055 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
2056 from symbol property and change message to be more consistent with
2057 Emacs proper.
2058 (eieio-describe-generic): Add filename for each implementation.
2059 Fix indices for generic and normal methods.
2060 (eieio-method-def, eieio-class-def): New buttons.
2061 (eieio-help-find-method-definition)
2062 (eieio-help-find-class-definition): New functions.
2063 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
2064 class, constructor and method definitions.
2065
2066 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
2067 information in symbol property.
2068 (scoped-class): Remove.
2069 (eieio-slot-name-index, call-next-method): Check if it is bound.
2070
2071 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
2072
2073 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
2074 (eieio-custom-mode): New major mode.
2075 (eieio-customize-object): Use it.
2076
2077 2012-10-01 Eric Ludlam <zappo@gnu.org>
2078
2079 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
2080 specifying the expected class, and whether subclassing is allowed.
2081 (eieio-persistent-convert-list-to-object):
2082 (eieio-persistent-validate/fix-slot-value)
2083 (eieio-persistent-slot-type-is-class-p): New functions.
2084 (eieio-named::slot-missing): Doc fix.
2085
2086 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
2087 Stop using unused publd variable.
2088
2089 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2090 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
2091 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
2092 (eieio-speedbar-handle-click): Do not specify a class for the
2093 method. Fixes method invocation order problems with EDE.
2094
2095 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
2098 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
2099
2100 2012-10-01 Karl Fogel <kfogel@red-bean.com>
2101
2102 * bookmark.el (bookmark-version-control): Give tags in the
2103 :type choices (Bug#12309), and improve doc string.
2104 (bookmark-write-file): Bind `print-circle' to `t' to allow
2105 circular custom bookmark types. (Bug#12503)
2106
2107 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2108
2109 Revert the FOLLOW-SYMLINKS change for file-attributes.
2110 * files.el (remote-file-name-inhibit-cache, after-find-file):
2111 * time.el (display-time-file-nonempty-p): Undo last change.
2112
2113 * profiler.el (profiler-sampling-interval): Change default back to 1.
2114 See Stefan Monnier in
2115 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
2116
2117 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
2118
2119 Shell output catching a la gud-gdb.
2120 * progmodes/python.el (python-shell-fetch-lines-in-progress)
2121 (python-shell-fetch-lines-string, python-shell-fetched-lines):
2122 New Vars.
2123 (python-shell-fetch-lines-filter): New function.
2124 (python-shell-send-string-no-output): Use them.
2125
2126 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
2127
2128 * profiler.el (profiler-sampling-interval): Rename from
2129 profiler-sample-interval.
2130 (profiler-sampling-interval): Default to 10.
2131 (profiler-find-profile): New command (was profiler-find-log).
2132 (profiler-find-profile-other-window): New command.
2133 (profiler-find-profile-other-frame): New command.
2134 (profiler-profile): Introduce API-level data structure.
2135
2136 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2137
2138 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2139 * files.el (remote-file-name-inhibit-cache):
2140 * time.el (display-time-file-nonempty-p): Use it.
2141 * files.el (after-find-file): Don't chase links before calling
2142 file-exists-p, as file-exists-p already does the right thing.
2143
2144 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2145
2146 Merge from standalone RefTeX repository.
2147
2148 The following ChangeLog entries are shortened versions of the
2149 original ones with file paths adapted. A not so strongly edited
2150 version of the original ChangeLog can be found in the commit log.
2151
2152 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
2153 (reftex-arg-cite): Use `reftex-cite-key-separator'.
2154 Correctly handle new value type returned by `reftex-citation'.
2155
2156 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
2157 that entries with whitespace at various places are found.
2158 Doc fix. Include entries that are cross-referenced from cited entries.
2159 Include @String definitions in the resulting bib file. Add header
2160 and footer defined in `reftex-create-bibtex-header' and
2161 `reftex-create-bibtex-footer'.
2162 (reftex-do-citation): Make it possible again to insert
2163 non-existent entries. Save match data when asking for optional
2164 arguments. Return all keys, not just the first one.
2165 (reftex-all-used-citation-keys): Fix regexp to correctly extract
2166 all citations in the same line.
2167 (reftex-parse-bibtex-entry): Accept additional optional argument
2168 `raw' and keep quotes or braces if it is non-nil. Match fields
2169 containing hyphens besides word constituents.
2170 (reftex-get-string-refs): New function.
2171 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
2172 and ask if it should be reread in case it did.
2173 (reftex-pop-to-bibtex-entry)
2174 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
2175 entries with spaces or tabs in front of arguments.
2176 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
2177 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
2178 Match entries containing numbers and symbol constituents.
2179 (reftex-do-citation, reftex-figure-out-cite-format):
2180 Use `reftex-cite-key-separator'.
2181
2182 * textmodes/reftex-dcr.el: Move provide statement to end of file.
2183 (reftex-mouse-view-crossref): Explain why point is set.
2184
2185 * textmodes/reftex-global.el: Whitespace changes.
2186
2187 * textmodes/reftex-index.el: Move provide statement to end of
2188 file.
2189 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
2190 (reftex-index-visit-phrases-buffer): Set marker when visiting
2191 buffer. This allows for returning from the phrases file to the
2192 file one was just editing instead of the file where the last
2193 phrases was added from.
2194 (reftex-index-phrases-syntax-table): New variable. Give ?\"
2195 punctuation syntax as it usually is not used as string quote in
2196 TeX-related modes and may occur unmatched. The change also
2197 prevents fontification of quoted content.
2198 (reftex-index-phrases-mode): Use it.
2199
2200 * textmodes/reftex-parse.el (reftex-parse-from-file):
2201 Move backward one char if a `\' was matched after a section macro.
2202 (reftex-parse-from-file): Use beginning of match instead of end as
2203 bound.
2204
2205 * textmodes/reftex-ref.el: Adapt creation of
2206 `reftex-<package>-<macro>' functions to new structure of
2207 `reftex-ref-style-alist'.
2208 (reftex-reference): Use `reftex-ref-style-list' function.
2209 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
2210 reference macro if `reftex-ref-macro-prompt' is non-nil.
2211 (reftex-reference): Pass refstyle to `reftex-format-special'.
2212 Determine reference macro by looking at
2213 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
2214 Use only one special format function.
2215 (reftex-varioref-vref, reftex-fancyref-fref)
2216 (reftex-fancyref-Fref): Remove definitions. The functions are now
2217 generated from `reftex-ref-style-alist'.
2218 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
2219 Remove.
2220 (reftex-format-special): New function.
2221
2222 * textmodes/reftex-sel.el
2223 (reftex-select-cycle-ref-style-internal): Adapt to new structure
2224 of `reftex-ref-style-alist'. Remove code for testing macro type.
2225 (reftex-select-toggle-varioref)
2226 (reftex-select-toggle-fancyref): Remove.
2227 (reftex-select-cycle-ref-style-internal)
2228 (reftex-select-cycle-ref-style-forward)
2229 (reftex-select-cycle-ref-style-backward): New functions.
2230 (reftex-select-label-map): Use `v' and `V' for general cycling
2231 through reference styles. Add `p' for switching between number
2232 and page reference types.
2233
2234 * textmodes/reftex-toc.el (reftex-re-enlarge):
2235 Call `enlarge-window' only if there is something to do because in Emacs
2236 the horizontal version throws an error even if the parameter is 0.
2237
2238 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
2239 (reftex-plug-into-AUCTeX): Doc fix.
2240 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
2241 string. Adapt to new name.
2242 (reftex-ref-style-alist): Change structure so that it is not
2243 possible to use multiple different package names within a style.
2244 Remove the symbols for symbols for macro type distinction.
2245 Add characters for macro selection.
2246 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
2247 (reftex-create-bibtex-footer): New variables.
2248 (reftex-format-ref-function): Mention third argument of special
2249 format function.
2250 (reftex-ref-style-alist, reftex-ref-style-default-list):
2251 New variables.
2252 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
2253 to new implementation. Mark as obsolete. Add compatibility code
2254 for honoring the variable values in case they are set.
2255 (reftex-cite-format-builtin, reftex-bibliography-commands):
2256 Add support for ConTeXt.
2257 (reftex-format-ref-function, reftex-format-cite-function):
2258 Fix custom type.
2259 (reftex-cite-key-separator): New variable.
2260
2261 * textmodes/reftex.el (reftex-syntax-table-for-bib)
2262 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
2263 `reftex-syntax-table' because parens have to retain their paren
2264 syntax in order for parsing of BibTeX entries like @book(...) to
2265 work.
2266 (reftex-in-comment): Do not error out if `comment-start-skip' is
2267 not set. Deal correctly with escaped comment characters.
2268 (reftex-tie-multifile-symbols): Add doc string.
2269 Initialize `reftex-ref-style-list'.
2270 (reftex-untie-multifile-symbols): Add doc string.
2271 (reftex-add-index-macros): Doc fix.
2272 (reftex-ref-style-activate, reftex-ref-style-toggle)
2273 (reftex-ref-style-list): New functions.
2274 (reftex-mode-menu): Use them. Adapt to new structure of
2275 `reftex-ref-style-alist'.
2276 (reftex-select-with-char): Kill the RefTeX Select buffer when
2277 done.
2278 (reftex-remove-if): New function.
2279 (reftex-erase-all-selection-and-index-buffers)
2280 (reftex-mode-menu): Reference styles are now computed from
2281 `reftex-ref-style-alist'. Fix typo.
2282 (reftex-report-bug): New function.
2283 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2284 algorithms with O(n log n). Introduce optional argument SORT (not
2285 yet used).
2286
2287 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
2288
2289 Enhancements for triple-quote string syntax.
2290 * progmodes/python.el (python-syntax-propertize-function):
2291 Match both quote cases in one regexp.
2292 (python-syntax-stringify): Handle matches properly.
2293
2294 2012-09-30 Juri Linkov <juri@jurta.org>
2295
2296 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
2297 to nil around the call to `insert' to prevent
2298 directory time modification by lock_file. (Bug#2295)
2299 * tar-mode.el (tar-summarize-buffer): Idem.
2300
2301 2012-09-30 Juri Linkov <juri@jurta.org>
2302
2303 * facemenu.el (list-colors-sort): Add option "Luminance".
2304 (list-colors-sort-key): Implement it.
2305
2306 * vc/diff-mode.el (diff-refine-removed):
2307 * vc/ediff-init.el (ediff-fine-diff-A):
2308 * vc/smerge-mode.el (smerge-refined-removed):
2309 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
2310
2311 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
2312
2313 * term/ns-win.el (x-file-dialog): New function.
2314
2315 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
2316
2317 * ido.el (ido-max-directory-size): Default to nil; the current
2318 default is small for POSIX systems, and impractical on Windows 7
2319 now that lstat returns directory sizes for NTFS.
2320
2321 2012-09-30 Martin Rudalics <rudalics@gmx.at>
2322
2323 In buffer display functions handle window-height/window-width
2324 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
2325 * window.el (window--display-buffer): New argument ALIST.
2326 Obey window-height and window-width alist entries.
2327 (window--try-to-split-window): New argument ALIST.
2328 Bind window-combination-limit to t when the window's size shall be
2329 changed and window-combination-limit equals `window-size'.
2330 (display-buffer-in-atom-window)
2331 (display-buffer-in-major-side-window)
2332 (display-buffer-in-side-window, display-buffer-same-window)
2333 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2334 (display-buffer-pop-up-window, display-buffer-below-selected)
2335 (display-buffer-at-bottom, display-buffer-in-previous-window)
2336 (display-buffer-use-some-window): Adjust all callers of
2337 window--display-buffer and window--try-to-split-window.
2338 (fit-frame-to-buffer): New option.
2339 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2340 is non-nil.
2341 (display-buffer-in-major-side-window): Evaluate window-height /
2342 window-width alist entries.
2343
2344 * help.el (temp-buffer-resize-frames)
2345 (temp-buffer-resize-regexps): Remove options.
2346 (temp-buffer-resize-mode): Adjust doc-string.
2347 (resize-temp-buffer-window): Don't consult
2348 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2349 temp-buffer-resize-frames.
2350
2351 * dired.el (dired-mark-pop-up):
2352 Call display-buffer-below-selected with a fit-window-to-buffer alist
2353 entry.
2354
2355 2012-09-30 Chong Yidong <cyd@gnu.org>
2356
2357 * server.el (server-host): Document the security implications.
2358 (server-auth-key): Doc fix.
2359
2360 * startup.el (initial-buffer-choice): Doc fix.
2361
2362 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2363
2364 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2365 restriction change.
2366
2367 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2368
2369 * help-fns.el (help-fns--obsolete): Fix last change.
2370
2371 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2374 (minor-mode-map-alist): Remove redundant code.
2375
2376 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2377 visited in a buffer.
2378 (cvs-insert-visited-file): New function.
2379 (find-file-hook): Use it.
2380
2381 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2382
2383 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2384 chose face.
2385 (log-edit-empty-buffer-p): Don't require a space after a header.
2386
2387 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2388
2389 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2390
2391 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2392 a proper minor-mode.
2393
2394 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2395
2396 2012-09-29 Glenn Morris <rgm@gnu.org>
2397
2398 * winner.el (winner-mode): Remove variable (let define-minor-mode
2399 handle it).
2400 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2401 Doc fixes.
2402 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2403 (winner-mode): Use define-minor-mode.
2404
2405 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2406 the full definition in loaddefs, rather than duplicating it.
2407
2408 * help-macro.el (three-step-help): No need to autoload defcustom.
2409
2410 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2411 (inferior-lisp-program, inferior-lisp-load-command)
2412 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2413 No need to autoload defcustoms.
2414
2415 * hippie-exp.el (hippie-expand-try-functions-list)
2416 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2417 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2418 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2419 (hippie-expand-only-buffers): No need to autoload defcustoms.
2420 * progmodes/vhdl-mode.el (vhdl-line-expand):
2421 Explicitly load hippie-exp, so it does not get autoloaded
2422 while hippie-expand-try-functions-list is let-bound.
2423
2424 2012-09-28 Glenn Morris <rgm@gnu.org>
2425
2426 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2427
2428 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2429 Only "cl.el" counts as cl these days.
2430
2431 2012-09-28 Juri Linkov <juri@jurta.org>
2432
2433 Display archive errors in the echo area instead of inserting
2434 to the file buffer.
2435
2436 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2437 to STDERR-TEST that can be a regexp matching a successful output.
2438 Create a temporary file and redirect stderr to it. Search for
2439 STDERR-TEST in the stderr output and display it in the echo area
2440 if no match is found.
2441 (archive-extract-by-file): New function like
2442 `archive-extract-by-stdout' but extracting archives to files
2443 and looking for successful matches in stdout. Function body is
2444 mostly copied from `archive-rar-extract'.
2445 (archive-rar-extract): Use `archive-extract-by-file'.
2446 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2447
2448 2012-09-28 Leo Liu <sdl.web@gmail.com>
2449
2450 * pcomplete.el (pcomplete-show-completions):
2451 Use minibuffer-message to make pcomplete usable in minibuffer.
2452
2453 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2454
2455 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2456
2457 * type-break.el: Use lexical-binding.
2458 (type-break-mode): Use define-minor-mode.
2459
2460 * emacs-lisp/pcase.el (pcase--mark-used): New.
2461 (pcase--u1): Use it (bug#12512).
2462
2463 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2464 in load-history with the right file name.
2465
2466 2012-09-28 Tassilo Horn <tsdh@gnu.org>
2467
2468 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2469 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2470 (doc-view-get-bounding-box): Make bounding box slicing work for
2471 ODF and DVI documents.
2472
2473 2012-09-28 Glenn Morris <rgm@gnu.org>
2474
2475 * type-break.el (type-break-mode, type-break-interval)
2476 (type-break-good-rest-interval, type-break-keystroke-threshold):
2477 No need to autoload.
2478 (type-break-good-rest-interval, type-break-keystroke-threshold):
2479 Add :set-after.
2480
2481 2012-09-28 Chong Yidong <cyd@gnu.org>
2482
2483 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2484 Add :version tag.
2485
2486 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2489
2490 2012-09-27 Glenn Morris <rgm@gnu.org>
2491
2492 * faces.el (x-display-name): Declare (for without-x builds).
2493
2494 * linum.el (linum-format): Don't autoload it. Improve :type.
2495
2496 * progmodes/tcl.el: Don't require outline when compiling.
2497 (outline-regexp, outline-level): Declare.
2498 * textmodes/sgml-mode.el: Don't require outline when compiling.
2499 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2500
2501 * term.el (term-ansi-reset):
2502 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2503
2504 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2505 files for RCS and SCCS. (Bug#9781)
2506
2507 2012-09-27 Chong Yidong <cyd@gnu.org>
2508
2509 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2510 change; value should be t.
2511
2512 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * image-mode.el: Use lexical-binding.
2515 (image-mode-winprops): Use t to stand for the window of
2516 a buffer that's not displayed.
2517 * doc-view.el (doc-view-new-window-function): Handle the new
2518 t in winprops.
2519 (doc-view-enlarge): Make it a real nop if the size is not changed.
2520 (doc-view-display): Handle the case where the buffer is not (yet?)
2521 displayed in any window.
2522 (doc-view-saved-settings): New var.
2523 (doc-view-mode): Use it.
2524 (doc-view-fallback-mode): Set it.
2525
2526 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2527 Set lexical-binding.
2528 (minibuffer-eldef-shorten-default): New var.
2529 (minibuffer-default-in-prompt-regexps): Use it for new default.
2530 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2531
2532 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * international/uni-bidi.el:
2535 * international/uni-category.el:
2536 * international/uni-name.el:
2537 * international/uni-numeric.el: Regenerate.
2538
2539 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2540 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * profiler.el: New file.
2543
2544 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2547 (testcover-reinstrument): Simplify with CSE.
2548
2549 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2550
2551 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2552
2553 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2554
2555 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2556 (verilog-auto-input, verilog-auto-insert-lisp)
2557 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2558 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2559 (verilog-auto-unused, verilog-auto-wire)
2560 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2561 newline. Reported by Andrew Jones.
2562 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2563 Reported by Brad Dobbie.
2564 (verilog-batch-delete-trailing-whitespace):
2565 Create verilog-batch-delete-trailing-whitespace.
2566 Reported by Brad Dobbie.
2567 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2568 parameters from another module. Reported by Dan Katz.
2569 (verilog-auto, verilog-auto-assign-modport)
2570 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2571 AUTOINOUTMODPORT for UVM interface module shell generation.
2572 Reported by Brad Dobbie.
2573 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2574 standard behavior.
2575 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2576 Reported by Matt Martin.
2577
2578 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2579
2580 * window.el (window--resize-child-windows): When resizing child
2581 windows proportionally, process them in reverse order to
2582 preserve the "when splitting a window the new one gets the odd
2583 line" behavior.
2584 (window--resize-root-window-vertically): When resizing the
2585 minibuffer window try to affect only windows at the bottom of the
2586 frame. (Bug#12419)
2587
2588 2012-09-25 Chong Yidong <cyd@gnu.org>
2589
2590 * subr.el (declare): Doc fix.
2591
2592 * help-fns.el (help-fns--obsolete): Handle macros properly.
2593
2594 2012-09-25 Chong Yidong <cyd@gnu.org>
2595
2596 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2597 this function obsolete.
2598
2599 * calendar/cal-x.el (calendar-two-frame-setup)
2600 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2601 * calendar/calendar.el (american-calendar, european-calendar)
2602 (calendar-for-loop):
2603 * comint.el (comint-dynamic-simple-complete)
2604 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2605 * desktop.el (desktop-load-default):
2606 * dired-x.el (dired-omit-here-always)
2607 (dired-hack-local-variables, dired-default-directory):
2608 * emacs-lisp/derived.el (derived-mode-class):
2609 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2610 * emacs-lock.el (toggle-emacs-lock):
2611 * epa.el (epa-display-verify-result):
2612 * epg.el (epg-sign-keys, epg-start-sign-keys)
2613 (epg-passphrase-callback-function):
2614 * eshell/esh-util.el (eshell-for):
2615 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2616 (eshell-add-to-window-buffer-names):
2617 * files.el (locate-file-completion):
2618 * imenu.el (imenu-example--create-c-index)
2619 (imenu-example--create-lisp-index)
2620 (imenu-example--lisp-extract-index-name)
2621 (imenu-example--name-and-position):
2622 * international/mule-cmds.el (princ-list):
2623 * international/mule-diag.el (decode-codepage-char):
2624 * international/mule-util.el (detect-coding-with-priority):
2625 * iswitchb.el (iswitchb-read-buffer):
2626 * mail/mailalias.el (mail-complete):
2627 * mail/sendmail.el (mail-sent-via):
2628 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2629 (mouse-major-mode-menu):
2630 * password-cache.el (password-read-and-add):
2631 * pcomplete.el (pcomplete-parse-comint-arguments):
2632 * progmodes/sh-script.el (sh-maybe-here-document):
2633 * replace.el (query-replace-regexp-eval):
2634 * savehist.el (savehist-load):
2635 * simple.el (choose-completion-delete-max-match):
2636 * term.el (term-dynamic-simple-complete):
2637 * vc/ediff-init.el (ediff-check-version):
2638 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2639 * vc/vc.el (vc-diff-switches-list):
2640 * view.el (view-return-to-alist-update): Likewise.
2641
2642 * subr.el (eval-next-after-load, makehash, insert-string)
2643 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2644 mark obsolete.
2645 (mode-line-inverse-video): Variable deleted.
2646
2647 * international/mule-util.el (string-to-sequence): Remove.
2648
2649 * calendar/calendar.el (calendar-version):
2650 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2651 (icalendar-convert-diary-to-ical):
2652 * cus-edit.el (custom-mode):
2653 * ansi-color.el (ansi-color-unfontify-region):
2654 * international/latin1-disp.el (latin1-char-displayable-p):
2655 * progmodes/cwarn.el (turn-on-cwarn-mode):
2656 * progmodes/which-func.el (which-func-update-1):
2657 Use define-obsolete-function-alias.
2658
2659 * net/newst-backend.el (newsticker-cache-filename):
2660 * net/newst-treeview.el (newsticker-groups-filename):
2661 Fix incorrect obsolescence declaration.
2662
2663 * allout.el (allout-passphrase-hint-string): Likewise.
2664 (allout-init): Use a declare form to mark obsolete.
2665
2666 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2667 this applies to functions.
2668
2669 * iswitchb.el (iswitchb-read-buffer): Move code of
2670 iswitchb-define-mode-map here, and delete that obsolete function.
2671
2672 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2673 font-lock-reference-face.
2674
2675 2012-09-25 Glenn Morris <rgm@gnu.org>
2676
2677 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2678 Doc fixes.
2679
2680 * eshell/em-term.el (eshell-term-name):
2681 Default to term-term-name. (Bug#12485)
2682
2683 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2684
2685 * progmodes/python.el (python-shell-send-buffer): Better handling
2686 of "if __name__ == '__main__':" conditionals when sending the buffer.
2687
2688 2012-09-24 Glenn Morris <rgm@gnu.org>
2689
2690 * eshell/esh-cmd.el (eshell-find-alias-function):
2691 Tighten up file-name regexp. (Bug#12499)
2692
2693 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2694
2695 Enhancements for triple-quote string syntax.
2696 * progmodes/python.el (python-quote-syntax): Remove.
2697 (python-syntax-propertize-function): New value.
2698 (python-syntax-count-quotes, python-syntax-stringify):
2699 New functions.
2700
2701 2012-09-24 Chong Yidong <cyd@gnu.org>
2702
2703 * mail/supercite.el (sc-version): Remove obsolete function.
2704 (sc-describe): Don't mark as obsolete, since it is bound.
2705 (sc-submit-bug-report): Remove.
2706
2707 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2708 (cvs-commit-buffer-require-final-newline): Remove.
2709 (log-edit-require-final-newline)
2710 (log-edit-changelog-full-paragraphs): Default to t.
2711
2712 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2713 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2714 * vc/vc.el (vc-checkout-carefully): Likewise.
2715
2716 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2717 (emerge-version): Remove.
2718
2719 * progmodes/compile.el (compile-internal): Remove.
2720 (compilation-parse-errors-function): Fix typo.
2721
2722 * international/mule.el (set-char-table-default): Remove.
2723 (set-coding-priority, make-coding-system, generic-char-p)
2724 (charset-list, charset-bytes, charset-id): Use declare to mark
2725 functions as obsolete.
2726
2727 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2728 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2729 * vc/vc-hooks.el (vc-default-registered): Don't use
2730 vc-master-templates.
2731
2732 * font-lock.el (font-lock-reference-face):
2733 Use define-obsolete-variable-alias.
2734
2735 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2736 * calendar/calendar.el (calendar-font-lock-keywords):
2737 * calendar/diary-lib.el (diary-font-lock-keywords)
2738 (diary-fancy-font-lock-keywords):
2739 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2740 * textmodes/reftex-index.el (reftex-insert-index):
2741 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2742 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2743 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2744 * progmodes/prolog.el (prolog-font-lock-keywords):
2745 * progmodes/idlwave.el (idlwave-idl-keywords):
2746 * progmodes/ada-mode.el (ada-font-lock-keywords):
2747 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2748
2749 2012-09-24 Glenn Morris <rgm@gnu.org>
2750
2751 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2752
2753 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2754
2755 * progmodes/python.el (python-indent-line): More consistent cursor
2756 movement behavior.
2757
2758 2012-09-23 Stefan Merten <smerten@oekonux.de>
2759
2760 * textmodes/rst.el: Fix compiler warning.
2761
2762 2012-09-23 Roland Winkler <winkler@gnu.org>
2763
2764 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2765 Transcribe also LaTeX hyphenation.
2766 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2767 bibtex-reformat-previous-options.
2768
2769 2012-09-23 Roland Winkler <winkler@gnu.org>
2770
2771 * proced.el (proced-renice-command): New variable.
2772 (proced-marked-processes): New function.
2773 (proced-with-processes-buffer): New macro.
2774 (proced-send-signal): Use them.
2775 (proced-renice): New command bound to r.
2776
2777 2012-09-23 Roland Winkler <winkler@gnu.org>
2778
2779 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2780 ibuffer-saved-filter-groups has one element, shortcut the call of
2781 completing-read. (Bug#12331)
2782
2783 2012-09-23 Chong Yidong <cyd@gnu.org>
2784
2785 * bindings.el (mode-line-toggle-read-only):
2786 * bs.el (bs-toggle-readonly):
2787 * buff-menu.el (Buffer-menu-toggle-read-only):
2788 * dired.el (dired-toggle-read-only):
2789 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2790
2791 2012-09-23 Chong Yidong <cyd@gnu.org>
2792
2793 * image.el (image-type-available-p): Adapt to init-image-library
2794 argument changes.
2795
2796 2012-09-22 Juri Linkov <juri@jurta.org>
2797
2798 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2799 `dired-toggle-read-only'. (Bug#12462)
2800
2801 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2802
2803 * subr.el (temp-output-buffer-show): New function.
2804 (with-output-to-temp-buffer): Call temp-output-buffer-show
2805 instead of internal-temp-output-buffer-show.
2806
2807 2012-09-22 Chong Yidong <cyd@gnu.org>
2808
2809 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2810 (Bug#12462).
2811
2812 * repeat.el (repeat): Doc fix (Bug#12348).
2813
2814 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2815 (Bug#10909).
2816
2817 * simple.el (shell-command-on-region): Doc fix.
2818 (read-only-mode): Doc fix.
2819
2820 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2821
2822 * emacs-lisp/timer.el (run-with-idle-timer)
2823 (timer-activate-when-idle): Warn against reinvoking an idle timer
2824 from within its own timer action. (Bug#12447)
2825
2826 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2827
2828 * cus-start.el (window-combination-limit): Add new optional
2829 values.
2830 * window.el (temp-buffer-window-show)
2831 (window--try-to-split-window): Handle new values of
2832 window-combination-limit (Bug#1806).
2833 (split-window): Test window-combination-limit for t instead of
2834 non-nil.
2835 (display-buffer-at-bottom): New buffer display action function.
2836 * help.el (temp-buffer-resize-regexps): New option.
2837 (temp-buffer-resize-mode): Rewrite doc-string.
2838 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2839 Don't resize reused window. Suggested by Glenn Morris.
2840
2841 2012-09-22 Stefan Merten <smerten@oekonux.de>
2842
2843 * textmodes/rst.el: Revamp section title faces.
2844 (rst-official-version)
2845 (rst-package-emacs-version-alist): Sync with official version
2846 V1.4.0.
2847 (rst-faces-defaults, rst-set-level-default)
2848 (rst-level-face-max, rst-level-face-base-color)
2849 (rst-level-face-base-light, rst-level-face-format-light)
2850 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2851 (rst-adornment-faces-alist): Match new setup.
2852 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2853 (rst-level-5, rst-level-6): New faces.
2854
2855 2012-09-22 Chong Yidong <cyd@gnu.org>
2856
2857 * simple.el (undo): Handle indirect buffers (Bug#8207).
2858
2859 2012-09-21 Leo Liu <sdl.web@gmail.com>
2860
2861 IDO: Disable match re-ordering for buffer switching.
2862 * ido.el (ido-buffer-disable-smart-matches): New variable.
2863 (ido-set-matches-1): Use it. (Bug#2042)
2864
2865 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2866
2867 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2868 Fix 2011-05-17 change. (Bug#12418)
2869
2870 2012-09-21 Leo Liu <sdl.web@gmail.com>
2871
2872 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2873
2874 2012-09-21 Glenn Morris <rgm@gnu.org>
2875
2876 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2877 Be more robust about locating simple.el.
2878
2879 2012-09-21 Glenn Morris <rgm@gnu.org>
2880
2881 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2882
2883 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2884
2885 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2886
2887 2012-09-20 Juri Linkov <juri@jurta.org>
2888
2889 * replace.el (query-replace-read-from): Use `read-regexp' instead
2890 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2891 (occur-read-primary-args): Use `read-regexp' instead of
2892 `read-string'.
2893 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2894 `read-from-minibuffer'.
2895 * isearch.el (isearch-occur): Use `read-regexp' instead of
2896 `read-string'.
2897 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2898 `read-from-minibuffer'.
2899 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2900 of `read-string'. (Bug#7567)
2901
2902 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2903 and allow accepting a list of strings prepended to a list of
2904 standard default values. Doc fix. (Bug#12321)
2905
2906 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2907
2908 * replace.el (read-regexp): Don't add ": " when PROMPT already
2909 ends with a colon and space. (Bug#12321)
2910
2911 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2912
2913 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2914 error.
2915
2916 2012-09-20 Stefan Merten <smerten@oekonux.de>
2917
2918 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2919 Fixes feature request bug#11711.
2920 (rst-mode): Create `imenu-create-index-function'.
2921 (rst-get-stripped-line): Delete after refactoring.
2922 (rst-section-tree, rst-section-tree-rec)
2923 (rst-section-tree-point): Refactor and document properly.
2924 (rst-imenu-find-adornments-for-position)
2925 (rst-imenu-convert-cell, rst-imenu-create-index):
2926 New function.
2927
2928 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2931 (macroexp--expand-all): Use it.
2932 (macroexp--funcall-and-return): Remove by folding it into its sole
2933 caller (macroexp--warn-and-return).
2934 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2935 Use macroexp--obsolete-warning.
2936
2937 * calc/calc.el: Fix last change by removing the whole chunk, since it
2938 was only needed back when Calc was not bundled.
2939
2940 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2941
2942 * emacs-lisp/debug.el (debug): Restore assignment to
2943 debugger-old-buffer removed on 2012-09-08.
2944
2945 2012-09-20 Juri Linkov <juri@jurta.org>
2946
2947 * dired-aux.el (dired-diff): Remove (require 'diff) since
2948 `diff-latest-backup-file' is now autoloaded.
2949
2950 2012-09-20 Chong Yidong <cyd@gnu.org>
2951
2952 * vc/diff.el (diff-latest-backup-file): Autoload.
2953
2954 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2955
2956 * calc/calc.el: Remove redundant autoload shape check.
2957 (sel-mode): Don't defvar.
2958 (calc-get-stack-element): Add `sel-mode' arg instead.
2959 (calc-top, calc-top-list): Pass it this additional argument.
2960 * calc/calc-store.el (calc-store-map):
2961 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2962 (calc-map-equation, calc-outer-product, calc-inner-product):
2963 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2964
2965 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2966
2967 2012-09-19 Juri Linkov <juri@jurta.org>
2968
2969 * dired-aux.el (dired-diff): Add (require 'diff) because
2970 `diff-latest-backup-file' is not autoloaded.
2971 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2972 of `dired-get-filename' to t to not report error when there is
2973 no default file on the current line.
2974
2975 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2976
2977 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2978 macroexp--eval-if-compile.
2979 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2980 (macroexp--expand-all): Use them (bug#12371).
2981
2982 * doc-view.el (doc-view-guess-paper-size)
2983 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2984
2985 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2986
2987 New feature: set optimal slice from BoundingBox information.
2988 * doc-view.el (doc-view-mode-map): Add keybinding.
2989 (doc-view-menu): Add menu entry.
2990 (doc-view-set-slice): Adapt docstring.
2991 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2992 (doc-view-scale-bounding-box)
2993 (doc-view-set-slice-from-bounding-box): New functions.
2994 (doc-view-paper-sizes): New defvar.
2995
2996 2012-09-19 Glenn Morris <rgm@gnu.org>
2997
2998 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2999 (byte-compile-log-warning): Autoload. (Bug#12371)
3000
3001 * calendar/calendar.el (calendar-american-month-header)
3002 (calendar-european-month-header, calendar-iso-month-header)
3003 (calendar-month-header): New options.
3004 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
3005 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
3006
3007 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
3008
3009 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
3010
3011 2012-09-18 Juri Linkov <juri@jurta.org>
3012
3013 * dired-aux.el (dired-diff): Restore original functionality of
3014 getting the default value, but keep new feature of using the
3015 latest existing backup file (`diff-latest-backup-file').
3016
3017 2012-09-18 Juri Linkov <juri@jurta.org>
3018
3019 * dired.el (dired-mark): If the region is active in Transient Mark
3020 mode, mark all files in the active region. Doc fix.
3021 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
3022 Doc fix. (Bug#10624)
3023
3024 2012-09-18 Juri Linkov <juri@jurta.org>
3025
3026 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
3027 attributes for M-n are pulled from the file at point.
3028 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
3029 Suggested by Drew Adams. (Bug#10624)
3030
3031 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
3032
3033 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
3034 whitespace after "end".
3035 (ruby-do-end-to-brace): Collapse block to one line if it fits
3036 within fill-column.
3037
3038 2012-09-18 Martin Rudalics <rudalics@gmx.at>
3039
3040 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
3041 value.
3042 (debug): Don't remove debugger window when debugger is expected
3043 to be back.
3044
3045 2012-09-18 Chong Yidong <cyd@gnu.org>
3046
3047 * custom.el (defface): Doc fix.
3048
3049 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
3050
3051 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
3052
3053 * progmodes/compile.el (compilation-start): Use compilation-always-kill
3054 to initialize query-on-exit; then test that instead (bug#12288).
3055
3056 2012-09-17 Stefan Merten <smerten@oekonux.de>
3057
3058 * textmodes/rst.el: Add support for `testcover'.
3059 (rst-defcustom-testcover, rst-testcover-add-compose)
3060 (rst-testcover-add-1value): New functions.
3061 (rst-portable-mark-active-p): Replace by `use-region-p'.
3062 (rst-update-section, rst-classify-adornment)
3063 (rst-find-title-line): Mark `1value' forms.
3064 (rst-classify-adornment): Remove superfluous form.
3065 (rst-update-section, rst-get-adornments-around)
3066 (rst-adornment-complete-p, rst-get-next-adornment)
3067 (rst-adjust, rst-promote-region)
3068 (rst-display-adornments-hierarchy, rst-straighten-adornments)
3069 (rst-find-pfx-in-region, rst-section-tree-rec)
3070 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
3071 (rst-toc-node, rst-toc, rst-forward-section)
3072 (rst-iterate-leftmost-paragraphs)
3073 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
3074 (rst-bullet-list-region)
3075 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
3076 (rst-compile-find-conf, rst-compile)
3077 (rst-repeat-last-character): Fix style.
3078
3079 2012-09-17 Chong Yidong <cyd@gnu.org>
3080
3081 * comint.el (comint--complete-file-name-data): Don't add a space
3082 if the status is `sole'; that adds a gratuitous space in the
3083 completion-cycling case (Bug#12092).
3084
3085 * pcomplete.el (pcomplete-completions-at-point): Likewise.
3086
3087 2012-09-17 Richard Stallman <rms@gnu.org>
3088
3089 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
3090 only in the mime-shown mode, not in raw mode.
3091 (rmail-mime): Toggle off mime by displaying the message without
3092 mime processing. (Bug#12305)
3093
3094 * mail/rmail.el (rmail-retry-failure):
3095 Turn off mime processing first. (Bug#12037)
3096
3097 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
3098
3099 2012-09-17 Chong Yidong <cyd@gnu.org>
3100
3101 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
3102 (shell-dynamic-complete-functions): Convert to defcustom.
3103 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
3104
3105 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
3106 * comint.el (comint-prompt-read-only):
3107 * custom.el (defcustom):
3108 * hi-lock.el (hi-lock-mode):
3109 * ibuffer.el (ibuffer-formats):
3110 * ielm.el (ielm-prompt-read-only):
3111 * novice.el (disable-command):
3112 * saveplace.el (toggle-save-place):
3113 * speedbar.el (speedbar-supported-extension-expressions):
3114 * startup.el (auto-save-list-file-prefix, init-file-user)
3115 (after-init-hook, inhibit-startup-echo-area-message):
3116 * strokes.el (strokes-help):
3117 * time-stamp.el (time-stamp):
3118 * calendar/calendar.el (calendar, diary-file):
3119 * calendar/diary-lib.el (diary-mail-entries, diary)
3120 (diary-list-entries-hook):
3121 * calendar/holidays.el (holidays, calendar-holidays):
3122 * calendar/lunar.el (lunar-phases):
3123 * calendar/solar.el (sunrise-sunset):
3124 * emulation/edt.el (edt-load-keys):
3125 * emulation/viper.el (viper-mode):
3126 * eshell/em-alias.el (eshell-command-aliases-list):
3127 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3128 * international/ogonek.el (ogonek-information):
3129 * net/tramp-cmds.el (tramp-bug):
3130 * net/quickurl.el (quickurl-reread-hook-postfix):
3131 * play/decipher.el (decipher-font-lock-keywords):
3132 * progmodes/cc-styles.el (c-set-style):
3133 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
3134 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3135 * progmodes/octave-mod.el (octave-mode):
3136 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
3137 * progmodes/verilog-mode.el (verilog-read-defines):
3138 * textmodes/two-column.el (2C-mode): Likewise.
3139
3140 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3141
3142 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
3143 that holds many addresses.
3144
3145 2012-09-16 Chong Yidong <cyd@gnu.org>
3146
3147 * align.el (align-areas): Call the indication function with
3148 positions instead of markers for arguments (Bug#12343).
3149
3150 * files.el (parse-colon-path): Use split-string (Bug#12351).
3151
3152 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
3153 (display-buffer-function): Mark as obsolete.
3154
3155 * progmodes/compile.el (compilation-parse-errors): Accept list
3156 values similar to font-lock-keywords (Bug#12136).
3157 Suggested by Oleksandr Manzyuk.
3158 (compilation-error-regexp-alist): Doc fix.
3159
3160 2012-09-15 Glenn Morris <rgm@gnu.org>
3161
3162 * version.el (emacs-bzr-version-bzr): New function.
3163 (emacs-bzr-get-version): Add optional EXTERNAL argument.
3164
3165 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
3166 checkouts, check the parent dirstate matches the branch.
3167 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
3168 empty string.
3169
3170 * version.el (emacs-bzr-version): Doc fix.
3171 (emacs-bzr-version-dirstate): New function.
3172 (emacs-bzr-get-version): For lightweight checkouts, if the parent
3173 is local try and check that it matches the branch. If not, just
3174 use dirstate information. (Bug#12441)
3175
3176 2012-09-14 Juri Linkov <juri@jurta.org>
3177
3178 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
3179 (Bug#12399)
3180
3181 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3182
3183 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
3184
3185 * emacs-lisp/edebug.el: Miscellaneous cleanup.
3186 Remove obsolete byte-compiler hack that tried to silence some warnings.
3187 (edebug-submit-bug-report): Remove.
3188 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
3189 Remove aliases, use the un-prefixed name instead.
3190 (edebug-pop-to-buffer): Consider other frames.
3191 (edebug-original-read):: Make it more obvious that it's always defined.
3192 (edebug--make-form-data-entry, edebug--form-data-name)
3193 (edebug--form-data-begin, edebug--form-data-end): Rename from the
3194 single-dashed name, and implement with cl-defstruct.
3195 (edebug-set-form-data-entry): Use the standard accessors.
3196 (edebug-make-top-form-data-entry): Use push.
3197 (edebug-no-match): Drop useless `funcall'.
3198 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
3199 to functions.
3200 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
3201 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
3202 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
3203 (easy-menu-define, with-custom-print): Remove redundant specs.
3204 (edebug-outside-overriding-local-map)
3205 (edebug-outside-overriding-terminal-local-map): Remove, unused.
3206 (edebug--display): Bind unread-command-events directly to nil rather
3207 than binding it to unread-command-events and later setting it to nil.
3208 (edebug--display): Kill edebug-eval-buffer here...
3209 (edebug--recursive-edit): ...rather than here.
3210 Bind standard-output and standard-input.
3211 (edebug-eval): Check cl-macroexpand-all is fboundp.
3212 (edebug-temp-display-freq-count): Fix last change.
3213
3214 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
3215 * subr.el (noreturn, 1value): Add `debug' spec.
3216 * emacs-lisp/advice.el: Require cl-lib.
3217 (ad-copy-tree): Remove, use copy-tree instead.
3218 (ad-dolist): Remove use dolist or cl-dolist instead.
3219 (ad-do-return): Remove, use cl-return instead.
3220 (defadvice): Add `debug' spec.
3221
3222 2012-09-13 Juri Linkov <juri@jurta.org>
3223
3224 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
3225 (Bug#12399)
3226
3227 2012-09-13 Glenn Morris <rgm@gnu.org>
3228
3229 * calc/calc.el (math-compose-expr):
3230 * calc/calc-ext.el (math-compose-expr):
3231 * progmodes/cc-defs.el (cl-macroexpand-all):
3232 * progmodes/cc-langs.el (delete-duplicates, mapcan)
3233 (cl-macroexpand-all): Update declarations.
3234
3235 * vc/vc.el: No need to require ediff.
3236 (ediff-load-version-control): Declare.
3237 (ediff-vc-internal): Fix declaration.
3238 (vc-version-ediff): Require ediff.
3239
3240 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3241
3242 Use a more backwards-compatible timer format (Bug#12430).
3243 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
3244 being right after USECS, as that better supports old code that
3245 inadvisedly looked directly at the timer vector.
3246
3247 2012-09-13 Kenichi Handa <handa@gnu.org>
3248
3249 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3250 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
3251 `coding-priority' property of these language environment.
3252
3253 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3254
3255 Fix glitches caused by addition of psec to timers (Bug#12430).
3256 * image.el (image-animate-timer):
3257 * time.el (display-time-world-timer):
3258 Use timer--function and timer--args rather than raw access to
3259 timer vector.
3260
3261 2012-09-13 Glenn Morris <rgm@gnu.org>
3262
3263 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3264 If not compiling a file, try using load-file-name.
3265
3266 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
3269 Fix last change.
3270 (edebug-update-eval-list): Use `push'.
3271
3272 * emacs-lisp/edebug.el: Use lexical-binding.
3273 Remove the "edebug-" prefix from non-dynamically-scoped variables.
3274 Mark unused args with underscore.
3275 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3276 (edebug-form-data): Use defvar-local.
3277 (edebug-make-before-and-after-form, edebug-make-after-form):
3278 Use backquote.
3279 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3280 Not dynamically scoped any more.
3281 (edebug--enter-trace): Add arguments `function' and `args'.
3282 Rename from edebug-enter-trace.
3283 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
3284 (edebug--update-coverage): Add `after-index' and `value' args.
3285 Rename from edebug-update-coverage.
3286 (edebug-slow-after): Call it accordingly.
3287 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
3288 edebug-recursive-edit.
3289 (edebug--display): Call it accordingly. Add args `value',
3290 `offset-index', and `arg-mode'. Rename from edebug-display.
3291 (edebug-debugger, edebug): Call it accordingly.
3292 (edebug-eval-display-list): Use dolist.
3293
3294 2012-09-12 Juri Linkov <juri@jurta.org>
3295
3296 * info.el (Info-search): Don't check for isearch-mode and
3297 isearch-regexp before let-binding search-spaces-regexp to
3298 Info-search-whitespace-regexp.
3299 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3300 search-whitespace-regexp if isearch-lax-whitespace or
3301 isearch-regexp-lax-whitespace is non-nil.
3302 (Info-mode): Don't set local variable search-whitespace-regexp.
3303 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3304
3305 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3308 (debugger-env-macro): Remove support for unread-command-char.
3309
3310 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3311 the temporary map re-appearing on emulation-mode-map-alists.
3312
3313 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3314 since 22.1.
3315
3316 * ehelp.el (with-electric-help): Accept functions in
3317 electric-help-form-to-execute.
3318 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3319 And replace unread-command-char -> unread-command-events.
3320
3321 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
3322
3323 Sync with Tramp 2.2.6.
3324
3325 * net/tramp.el (tramp-accept-process-output): Don't use
3326 JUST-THIS-ONE in the XEmacs case.
3327
3328 * net/trampver.el: Update release number.
3329
3330 2012-09-12 Martin Rudalics <rudalics@gmx.at>
3331
3332 * emacs-lisp/debug.el (debugger-previous-window-height):
3333 New variable.
3334 (debug): When debugger-jumping-flag is non-nil try to restore
3335 height of debugger window. (Bug#8789)
3336
3337 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3340 overriding-local-map and pre/post-command-hook here.
3341 (edebug-recursive-edit): Do it here instead (bug#12345).
3342 (edebug-outside-unread-command-char): Remove all uses of
3343 unread-command-char.
3344
3345 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3346 inhibit-debugger is bound instead.
3347
3348 2012-09-11 Bastien Guerry <bzg@gnu.org>
3349
3350 * subr.el (set-temporary-overlay-map): Add a docstring.
3351 (Bug#12346)
3352
3353 2012-09-11 Bastien Guerry <bzg@gnu.org>
3354
3355 * minibuffer.el (completion-table-subvert): Fix docstring.
3356 (Bug#12347)
3357
3358 2012-09-11 Bastien Guerry <bzg@gnu.org>
3359
3360 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
3361
3362 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3363
3364 * progmodes/sql.el: Version 3.1
3365 (sql-db2-escape-newlines): New variable.
3366 (sql-escape-newlines-filter): Use it.
3367
3368 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
3369
3370 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3371
3372 2012-09-10 Dan Nicolaescu <dann@gnu.org>
3373
3374 * vc/diff-mode.el (diff-mode-menu):
3375 Bind diff-remove-trailing-whitespace.
3376
3377 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3380 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3381 (emacs-lisp-byte-code-mode): New functions.
3382 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3383 (eval-defun-2): Remove bogus interactive spec.
3384 (lisp-indent-line): Remove redundant whole-exp code, now done in
3385 indent-according-to-mode.
3386 (save-match-data): Remove redundant indent data.
3387
3388 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3389 Use `declare'.
3390
3391 2012-09-09 Juri Linkov <juri@jurta.org>
3392
3393 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3394 (replace-lax-whitespace, query-replace-regexp)
3395 (query-replace-regexp-eval, replace-regexp): Doc fix.
3396 (perform-replace, replace-highlight): Let-bind
3397 isearch-lax-whitespace to replace-lax-whitespace and
3398 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3399
3400 * isearch.el (isearch-query-replace): Let-bind
3401 replace-lax-whitespace to isearch-lax-whitespace and
3402 replace-regexp-lax-whitespace to
3403 isearch-regexp-lax-whitespace. (Bug#10885)
3404
3405 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3408
3409 2012-09-09 Alan Mackenzie <acm@muc.de>
3410
3411 * progmodes/cc-engine.el (c-state-cache-init):
3412 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3413 (c-record-parse-state-state):
3414 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3415
3416 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3417
3418 * register.el (register-separator): Rename from
3419 separator-register. All uses changed. Doc fix.
3420 (register): Fix version.
3421
3422 2012-09-09 Chong Yidong <cyd@gnu.org>
3423
3424 * replace.el (query-replace-map): Bind four new symbols for
3425 requesting window scrolling.
3426
3427 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3428 query-replace-map (Bug#8948).
3429
3430 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3431
3432 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3433 since they are now in query-replace-map.
3434
3435 * window.el (scroll-other-window-down): Make the arg optional.
3436
3437 2012-09-09 Chong Yidong <cyd@gnu.org>
3438
3439 * files.el (hack-local-variables-confirm): Use quit-window to kill
3440 the *Local Variables* buffer.
3441
3442 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3443
3444 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3445 not just expect to be at its beginning. Adjust callees.
3446 Succeed when do-end block has no space before the pipe character.
3447 (ruby-brace-to-do-end): When the original block is one-liner,
3448 convert to multiline. Reindent the result.
3449
3450 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
3451
3452 * register.el (register): New group.
3453 (separator-register): New user option.
3454 (increment-register): Route it to `append-to-register', if
3455 register contains text. Implication is that `C-x r +' can now be
3456 used for appending to a text register (bug#12217).
3457 (append-to-register, prepend-to-register): Add separator based on
3458 `separator-register'.
3459
3460 2012-09-08 Alan Mackenzie <acm@muc.de>
3461
3462 AWK Mode: make auto-newline work when there's "==" in the pattern.
3463 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3464 correctly.
3465 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3466 Test more rigorously for "=" token.
3467
3468 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3469
3470 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3471 Only fail when reached LIMIT.
3472
3473 2012-09-08 Chong Yidong <cyd@gnu.org>
3474
3475 * dired.el (dired-mode-map): Don't bind M-=.
3476
3477 * dired-aux.el (dired-diff): Use backup file as default.
3478
3479 2012-09-08 Drew Adams <drew.adams@oracle.com>
3480
3481 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3482
3483 2012-09-08 Chong Yidong <cyd@gnu.org>
3484
3485 * subr.el (syntax-after, syntax-class): Doc fix.
3486
3487 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3488
3489 * window.el (display-buffer-in-previous-window): New buffer
3490 display action function.
3491
3492 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3493 (debugger-previous-window): New variable.
3494 (debug): Rewrite using display-buffer-in-previous-window,
3495 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3496
3497 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3500
3501 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3502
3503 * progmodes/python.el (python-shell-send-string):
3504 When default-directory is remote, create temp file on remote
3505 filesystem.
3506 (python-shell-send-file): When file is remote, pass local view of
3507 file paths to remote Python interpreter. (Bug#12340)
3508
3509 2012-09-07 Chong Yidong <cyd@gnu.org>
3510
3511 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3512
3513 * files.el (after-find-file): Don't fail on a read-only buffer if
3514 require-final-newline is `visit' or `visit-save' (Bug#11156).
3515
3516 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3517
3518 * userlock.el (ask-user-about-supersession-threat):
3519 Use read-char-choice (Bug#12093).
3520
3521 2012-09-07 Chong Yidong <cyd@gnu.org>
3522
3523 * subr.el (buffer-narrowed-p): New function.
3524
3525 * ses.el (ses-widen):
3526 * simple.el (count-words--buffer-message):
3527 * net/browse-url.el (browse-url-of-buffer): Use it.
3528
3529 * simple.el (count-words-region): Don't signal an error if there
3530 is a non-nil prefix arg and the mark is not set.
3531
3532 * help.el (describe-key-briefly): Allow the message to be seen
3533 when invoked from the minibuffer (Bug#7014).
3534
3535 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3536
3537 * progmodes/ruby-mode.el (ruby-end-of-defun)
3538 (ruby-beginning-of-defun): Simplify, allow indentation before
3539 block beginning and end keywords.
3540 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3541 (ruby-end-of-defun): Expect that the point is at the beginning of
3542 the defun.
3543
3544 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3547 (bug#12367).
3548 (cl--make-usage-args): Strip _ from argument names.
3549
3550 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3551
3552 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3553 obsolete alias speedbar-key-map.
3554 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3555 (vhdl-index-menu-init): Don't use obsolete variable
3556 font-lock-maximum-size.
3557
3558 2012-09-06 Chong Yidong <cyd@gnu.org>
3559
3560 * frame.el (window-system-version): Mark as obsolete.
3561
3562 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3563 of obsolete variable speedbar-key-map.
3564
3565 2012-09-06 Juri Linkov <juri@jurta.org>
3566
3567 * replace.el (replace-lax-whitespace): New defcustom.
3568 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3569 (replace-string, replace-regexp): Mention it in docstrings.
3570 (perform-replace, replace-highlight): Let-bind
3571 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3572 to the values of replace-lax-whitespace and regexp-flag.
3573 Don't let-bind search-whitespace-regexp. (Bug#10885)
3574
3575 * isearch.el (isearch-query-replace): Let-bind
3576 replace-lax-whitespace instead of let-binding
3577 replace-search-function and replace-re-search-function.
3578 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3579 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3580 (isearch-toggle-symbol): Set isearch-regexp to nil
3581 in isearch-word mode (like in isearch-toggle-word).
3582
3583 2012-09-06 Juri Linkov <juri@jurta.org>
3584
3585 * replace.el (replace-search-function)
3586 (replace-re-search-function): Set default values to nil.
3587 (perform-replace): Let-bind isearch-related variables based on
3588 replace-related values, call `isearch-search-fun' and let-bind
3589 the result to `search-function'. Remove code that sets
3590 `search-function' and `search-string' separately for
3591 `delimited-flag'.
3592 (replace-highlight): Add new argument `delimited-flag' and
3593 rename other arguments to the names used in `perform-replace'.
3594 Let-bind `isearch-word' to the argument `delimited-flag'.
3595 (Bug#10885, bug#10887)
3596
3597 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3598
3599 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3600 ruby-beginning-of-indent, simplify, allow all keywords to have
3601 indentation before them.
3602 (ruby-beginning-of-indent): Adjust for above. Search until the
3603 found point is not inside a string or comment.
3604 (ruby-font-lock-keywords): Allow symbols to start with "@"
3605 character, give them higher priority than variables.
3606 (ruby-syntax-propertize-function)
3607 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3608 matchers. Expression expansions are not comments when inside a
3609 string, and there comment syntax status is irrelevant.
3610 (ruby-match-expression-expansion): New function. Check that
3611 expression expansion is inside a string, and it's not escaped.
3612 (ruby-font-lock-keywords): Use it.
3613
3614 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3615
3616 * help.el (temp-buffer-max-height): New default value.
3617 (temp-buffer-resize-frames): New option.
3618 (resize-temp-buffer-window): Optionally resize frame.
3619
3620 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3621 (fit-frame-to-buffer): New function.
3622
3623 2012-09-05 Glenn Morris <rgm@gnu.org>
3624
3625 * emulation/cua-rect.el (cua--init-rectangles):
3626 * textmodes/picture.el (picture-mode-map):
3627 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3628 like forward-char and backward-char. (Bug#12317)
3629
3630 2012-09-05 Leo Liu <sdl.web@gmail.com>
3631
3632 * progmodes/flymake.el (flymake-warning-re): New variable.
3633 (flymake-parse-line): Use it.
3634
3635 2012-09-05 Glenn Morris <rgm@gnu.org>
3636
3637 * calendar/holidays.el (holiday-christian-holidays):
3638 Rename an entry. (Bug#12289)
3639
3640 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3643 (bug#12222).
3644
3645 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * loadup.el: Load macroexp. Remove hack.
3648 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3649 (macroexp--expand-all): Use it to get better warnings.
3650 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3651 (internal-macroexpand-for-load): New functions.
3652 (macroexp--pending-eager-loads): New var.
3653 (emacs-startup-hook): New hack to replace one in loadup.el.
3654 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3655 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3656 (cl-psetf): Simplify.
3657 (cl-defstruct): Add indent rule.
3658
3659 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3660
3661 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3662 over `user-mail-address' for the SMTP MAIL FROM envelope.
3663 (smtpmail-via-smtp): Ditto.
3664
3665 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3666
3667 * progmodes/ruby-mode.el: Clean up keybindings.
3668 (ruby-mode-map): Don't bind ruby-electric-brace,
3669 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3670 backward-kill-word, reindent-then-newline-and-indent.
3671 (ruby-mark-defun): Remove.
3672 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3673 (ruby-mode): Set local beginning-of-defun-function and
3674 end-of-defun-function values.
3675
3676 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3677
3678 * window.el (temp-buffer-window-setup-hook)
3679 (temp-buffer-window-show-hook): New hooks.
3680 (temp-buffer-window-setup, temp-buffer-window-show)
3681 (with-temp-buffer-window): New functions.
3682 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3683 (special-display-popup-frame): Make sure the window used shows BUFFER.
3684
3685 * help.el (temp-buffer-resize-mode): Fix doc-string.
3686 (resize-temp-buffer-window): New optional argument WINDOW.
3687
3688 * files.el (recover-file, save-buffers-kill-emacs):
3689 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3690
3691 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3692
3693 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3694 remote definition of `default-directory', ensure we can connect.
3695
3696 2012-09-02 Juri Linkov <juri@jurta.org>
3697
3698 Toggle whitespace matching mode with M-s SPC.
3699 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3700
3701 * isearch.el (search-whitespace-regexp): Doc fix.
3702 Remove cons cell customization.
3703 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3704 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3705 New variables.
3706 (isearch-forward, isearch-forward-regexp): Doc fix.
3707 (isearch-toggle-lax-whitespace): New command.
3708 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3709 (re-search-forward-lax-whitespace)
3710 (re-search-backward-lax-whitespace): New functions.
3711 (isearch-whitespace-regexp): Remove function.
3712 (isearch-query-replace): Let-bind replace-search-function and
3713 replace-re-search-function.
3714 (isearch-occur): Let-bind search-spaces-regexp according to the
3715 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3716 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3717 condition for C-q SPC.
3718 (isearch-search-fun-default): Use new functions mentioned above.
3719 (isearch-search-forward, isearch-search-backward): Remove functions.
3720 (isearch-search): Don't let-bind search-spaces-regexp.
3721 (isearch-lazy-highlight-space-regexp): Remove variable.
3722 (isearch-lazy-highlight-lax-whitespace)
3723 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3724 (isearch-lazy-highlight-new-loop): Use them.
3725 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3726
3727 2012-09-02 Chong Yidong <cyd@gnu.org>
3728
3729 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3730
3731 2012-09-02 Glenn Morris <rgm@gnu.org>
3732
3733 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3734
3735 2012-09-01 Glenn Morris <rgm@gnu.org>
3736
3737 * term.el: Tidy up menu definitions.
3738 (term-mode-map): Use easymenu for In/Out, Complete menus.
3739 (term-pager-break-map): Initialize in the defvar.
3740 (term-terminal-menu, term-signals-menu): Define with easymenu.
3741 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3742 (term-pager-menu): New, extracted from term-process-pager.
3743 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3744 (term-update-mode-line): Propertize line/char and page items.
3745 (term-process-pager): Move keymap initialization elsewhere.
3746
3747 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3748
3749 * window.el (switch-to-prev-buffer): Handle additional values of
3750 BURY-OR-KILL argument. Don't switch in minibuffer window.
3751 (switch-to-next-buffer): Don't switch in minibuffer window.
3752 (quit-restore-window): New function based on quit-window.
3753 Handle additional values of former KILL argument.
3754 (quit-window): Call quit-restore-window with appropriate
3755 interpretation of KILL argument.
3756 (display-buffer-below-selected): New buffer display action
3757 function.
3758
3759 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * minibuffer.el (completion-at-point-functions): Complete docstring
3762 (bug#12254).
3763
3764 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3765
3766 Better seed support for (random).
3767 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3768 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3769 * play/mpuz.el, play/tetris.el, play/zone.el:
3770 * calc/calc-comb.el (math-init-random-base):
3771 * play/blackbox.el (bb-init-board):
3772 * play/life.el (life):
3773 * server.el (server-use-tcp):
3774 * type-break.el (type-break):
3775 Remove unnecessary call to (random t).
3776 * net/sasl.el (sasl-unique-id-function):
3777 Change (random t) to (random), now that the latter is more random.
3778 * play/life.el (life-initialized): Remove no-longer-needed var.
3779
3780 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3781
3782 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3783 Consider frame's buffer predicate when choosing the buffer.
3784 (Bug#12081)
3785
3786 2012-08-30 Richard Stallman <rms@gnu.org>
3787
3788 * simple.el (special-mode-map): Delete binding for `z'.
3789
3790 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3791
3792 * progmodes/compile.el (compilation-always-kill): Doc fix.
3793
3794 2012-08-30 Chong Yidong <cyd@gnu.org>
3795
3796 * window.el (display-buffer-reuse-frames): Make the obsolescence
3797 message more informative.
3798
3799 2012-08-30 Glenn Morris <rgm@gnu.org>
3800
3801 * paren.el (show-paren-delay):
3802 Add a :set function. Doc fix. (Bug#12297)
3803
3804 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3805
3806 * progmodes/compile.el (compilation-always-kill): New var.
3807 (compilation-start): Use it.
3808
3809 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3812 * files.el (read-only-mode): Move to simple.el.
3813
3814 * files.el (read-only-mode): New minor mode.
3815 (toggle-read-only): Use it and mark obsolete.
3816 (find-file--read-only):
3817 * vc/vc.el (vc-next-action, vc-checkout):
3818 * vc/vc-cvs.el (vc-cvs-checkout):
3819 * obsolete/vc-mcvs.el (vc-mcvs-update):
3820 * ffap.el (ffap--toggle-read-only): Update callers.
3821
3822 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3823
3824 * eshell/esh-ext.el (eshell-external-command): Do not examine
3825 remote shell scripts.
3826 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3827
3828 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3829 "/usr/local/sbin".
3830
3831 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3834
3835 2012-08-28 Leo Liu <sdl.web@gmail.com>
3836
3837 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3838 completion-at-point. (Bug#12220)
3839
3840 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3841
3842 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3843
3844 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3845
3846 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3847 be buffer-local; add delete-trailing-whitespace (bug#12259).
3848
3849 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3850
3851 * progmodes/hideif.el (hif-compress-define-list):
3852 Fix typo. (Bug#11951)
3853
3854 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3855
3856 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3857 buffer local setting.
3858
3859 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3860 rcirc-encode-coding-system.
3861
3862 2012-08-28 Leo Liu <sdl.web@gmail.com>
3863
3864 * net/rcirc.el (rcirc-split-message): New function.
3865 (rcirc-send-message): Use it. (Bug#12051)
3866
3867 2012-08-28 Juri Linkov <juri@jurta.org>
3868
3869 * info.el (Info-fontify-node): Hide empty lines at the end of
3870 the node. (Bug#12272)
3871
3872 2012-08-27 Drew Adams <drew.adams@oracle.com>
3873
3874 * dired.el (dired-pop-to-buffer): Make window start at beginning
3875 of buffer (Bug#12281).
3876
3877 2012-08-26 Chong Yidong <cyd@gnu.org>
3878
3879 * window.el (special-display-regexps, special-display-frame-alist)
3880 (special-display-buffer-names, special-display-function)
3881 (display-buffer-reuse-frames): Mark as obsolete.
3882
3883 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3884
3885 * help.el (help-print-return-message): Don't treat
3886 display-buffer-reuse-frames specially.
3887
3888 2012-08-26 Chong Yidong <cyd@gnu.org>
3889
3890 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3891 New variable, replacing gdb-frame-parameters.
3892 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3893 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3894 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3895 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3896 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3897 the functions directly with gdb-display-buffer-other-frame-action.
3898 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3899 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3900 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3901 (gdb-display-registers-buffer): Define directly.
3902 (def-gdb-display-buffer): Macro deleted.
3903 (gdb-display-buffer): Remove second and third args, callers don't
3904 use them. Defer to the default display-buffer behavior, apart
3905 from making windows dedicated.
3906 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3907
3908 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3909
3910 * window.el (display-buffer-pop-up-frame): Handle a
3911 pop-up-frame-parameters alist entry.
3912 (display-buffer): Document it.
3913
3914 2012-08-26 Chong Yidong <cyd@gnu.org>
3915
3916 * isearch.el (search-whitespace-regexp): Make string and nil
3917 values apply to both ordinary and regexp search. Allow a cons
3918 cell value to distinguish between the two.
3919 (isearch-whitespace-regexp, isearch-search-forward)
3920 (isearch-search-backward): New functions.
3921 (isearch-occur, isearch-search-fun-default, isearch-search)
3922 (isearch-lazy-highlight-new-loop): Use them.
3923 (isearch-forward, isearch-forward-regexp): Doc fix.
3924
3925 2012-08-26 Chong Yidong <cyd@gnu.org>
3926
3927 * faces.el (help-argument-name): Always inherit from italic
3928 (Bug#12213).
3929
3930 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3931
3932 * window.el (window--even-window-heights): Even heights when
3933 WINDOW and the selected window form a vertical combination.
3934 (display-buffer-use-some-window): Provide that window used gets
3935 sized back by quit-window. (Bug#11880) and (Bug#12091)
3936
3937 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3938
3939 Fix file time stamp problem with bzr and CVS (Bug#12001).
3940 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3941 in the file's time stamp, since the version control system loses
3942 that information.
3943
3944 2012-08-22 Juri Linkov <juri@jurta.org>
3945
3946 * info.el (Info-fontify-node): Hide the suffix of the
3947 Info file name in the header line. (Bug#12187)
3948
3949 2012-08-22 Glenn Morris <rgm@gnu.org>
3950
3951 * calendar/cal-tex.el (cal-tex-weekly-common):
3952 Restore leading blank page.
3953
3954 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
3955
3956 * misc.el (forward-to-word, backward-to-word): Activate or extend
3957 the region under `shift-select-mode'. (Bug#12231)
3958
3959 2012-08-22 Bastien Guerry <bzg@gnu.org>
3960
3961 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3962 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3963 gives details on why the space is never needed.
3964
3965 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3966
3967 * window.el (walk-window-tree, window-with-parameter):
3968 New optional argument MINIBUF to control whether these functions
3969 should run on the minibuffer window.
3970 (window-at-side-list): Don't operate on minibuffer window.
3971 (window-in-direction): Simplify and rewrite doc-string.
3972 (window--size-ignore): Rename to window--size-ignore-p.
3973 Update callers.
3974 (display-buffer-in-atom-window, window--major-non-side-window)
3975 (window--major-side-window, display-buffer-in-major-side-window)
3976 (delete-side-window, display-buffer-in-side-window):
3977 New functions.
3978 (window--side-check, window-deletable-p, delete-window)
3979 (delete-other-windows, split-window): Handle side windows and
3980 atomic windows appropriately.
3981 (window--display-buffer): Call display-buffer-record-window also
3982 when the window buffer did not change.
3983
3984 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3985
3986 * help-fns.el (help-fns--key-bindings):
3987 Abbreviate non-symbol remap targets. (Bug#12174)
3988
3989 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3990
3991 * dired.el (dired-mark-remembered): Don't clobber point.
3992 (Bug#11795)
3993
3994 2012-08-22 Glenn Morris <rgm@gnu.org>
3995
3996 * progmodes/bug-reference.el (bug-reference): New custom group.
3997 (bug-reference-bug-regexp): Make it a defcustom.
3998
3999 2012-08-22 Daiki Ueno <ueno@unixuser.org>
4000
4001 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
4002 (js-paren-indent-offset, js-square-indent-offset)
4003 (js-curly-indent-offset): Add :safe (Bug#12257).
4004
4005 2012-08-22 Edward O'Connor <hober0@gmail.com>
4006
4007 * json.el (json-key-format): Add error properties.
4008 (json-encode-key): New function.
4009 (json-encode-hash-table, json-encode-alist, json-encode-plist):
4010 Use json-encode-key.
4011
4012 2012-08-22 Glenn Morris <rgm@gnu.org>
4013
4014 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
4015 (cal-tex-leftday, cal-tex-rightday): Remove functions.
4016 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
4017 Update for above change.
4018
4019 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
4020
4021 * cus-face.el (custom-face-attributes): Fix customize type for the
4022 :underline attribute. (Bug#11805)
4023
4024 2012-08-21 Martin Rudalics <rudalics@gmx.at>
4025
4026 * window.el (window-point-1, set-window-point-1): Remove.
4027 (window-in-direction, record-window-buffer)
4028 (set-window-buffer-start-and-point, split-window-below)
4029 (window--state-get-1, display-buffer-record-window):
4030 Replace calls to window-point-1 and set-window-point-1 by calls to
4031 window-point and set-window-point respectively.
4032
4033 2012-08-21 Glenn Morris <rgm@gnu.org>
4034
4035 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
4036 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
4037 Use it.
4038
4039 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
4040 (cal-tex-shortday): New function.
4041 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
4042 (cal-tex-cursor-filofax-daily): Use the above.
4043
4044 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
4045 New functions.
4046 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4047 (cal-tex-cursor-filofax-week): Use them.
4048
4049 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
4050 New constants.
4051 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4052 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
4053
4054 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
4055 (cal-tex-end-document): Don't rely on buffer name.
4056
4057 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
4058 Use cal-tex-vspace.
4059 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
4060 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
4061 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
4062 Use cal-tex-arg.
4063
4064 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
4065 (cal-tex-cursor-week, cal-tex-cursor-week2)
4066 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
4067 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4068 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
4069 (cal-tex-insert-preamble, cal-tex-b-document)
4070 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
4071 Improve cal-tex-cmd usage.
4072
4073 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
4074 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
4075 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
4076 (cal-tex-weekly-paper): New function.
4077 (cal-tex-cursor-week, cal-tex-cursor-week2)
4078 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4079 (cal-tex-cursor-day): Use it.
4080
4081 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
4082 (cal-tex-cursor-filofax-week): Remove leading blank page.
4083
4084 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4085 Add autoload cookie. For now at least, don't use color, since
4086 no other cal-tex function does.
4087
4088 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
4089 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4090 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
4091
4092 2012-08-21 Juri Linkov <juri@jurta.org>
4093
4094 * info.el (Info-file-attributes): New variable.
4095 (info-insert-file-contents): Add file attributes to
4096 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
4097 `Info-toc-nodes' when previous modtime of the Info file is less
4098 than new modtime.
4099 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
4100 of info.el. (Bug#12230)
4101
4102 2012-08-20 Glenn Morris <rgm@gnu.org>
4103
4104 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
4105 * calendar/holidays.el (calendar-holiday-list):
4106 Report errors with display-warning rather than beep'n'sleep.
4107
4108 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
4109
4110 * net/tramp.el (tramp-accept-process-output): Accept only output
4111 from PROC. Otherwise, process filters and sentinels might be
4112 confused. (Bug#12145)
4113
4114 2012-08-20 Chong Yidong <cyd@gnu.org>
4115
4116 * descr-text.el (describe-text-properties-1): Use overlays-in to
4117 report on empty overlays (Bug#3322).
4118
4119 2012-08-20 Glenn Morris <rgm@gnu.org>
4120
4121 * mail/rmailout.el (rmail-output-read-file-name):
4122 Trap and report errors in rmail-output-file-alist elements.
4123
4124 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
4125 since most non-font-lock faces are not also variables).
4126
4127 2012-08-20 Edward Reingold <reingold@iit.edu>
4128
4129 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4130 New function. (Bug12160)
4131
4132 2012-08-19 Glenn Morris <rgm@gnu.org>
4133
4134 * mail/rmailout.el (rmail-output-read-file-name):
4135 Fix previous change (when the alist is nil or does not match).
4136
4137 2012-08-19 Chong Yidong <cyd@gnu.org>
4138
4139 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
4140 (Bug#12228).
4141
4142 2012-08-18 Chong Yidong <cyd@gnu.org>
4143
4144 * simple.el (yank-handled-properties): New defcustom.
4145 (yank-excluded-properties): Add font-lock-face and category.
4146 (yank): Doc fix.
4147
4148 * subr.el (remove-yank-excluded-properties):
4149 Obey yank-handled-properties. The special handling of font-lock-face
4150 and category is now done this way, instead of being hard-coded.
4151 (insert-for-yank-1): Remove font-lock-face handling.
4152 (yank-handle-font-lock-face-property)
4153 (yank-handle-category-property): New function.
4154
4155 2012-08-17 Glenn Morris <rgm@gnu.org>
4156
4157 * mail/rmailout.el (rmail-output-read-file-name):
4158 Check rmail-output-file-alist against the full message body
4159 in the correct rmail buffer. (Bug#12214)
4160
4161 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
4162
4163 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4164 Eliminate superfluous prompt. (Bug#12203)
4165
4166 2012-08-17 Chong Yidong <cyd@gnu.org>
4167
4168 * mouse.el (mouse-appearance-menu): If x-select-font returns a
4169 font spec, set the font directly (Bug#3228).
4170
4171 2012-08-17 Martin Rudalics <rudalics@gmx.at>
4172
4173 * window.el (delete-window): Fix last fix.
4174
4175 2012-08-16 Martin Rudalics <rudalics@gmx.at>
4176
4177 * window.el (window-valid-p): Move to window.c.
4178 (window-child, window-child-count, window-last-child)
4179 (window-normalize-window, window-combined-p)
4180 (window-combinations, window-atom-root, window-min-size)
4181 (window-sizable, window-sizable-p, window-size-fixed-p)
4182 (window-min-delta, window-max-delta, window--resizable)
4183 (window--resizable-p, window-resizable, window-total-size)
4184 (window-full-height-p, window-full-width-p, window-body-size)
4185 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
4186 (minimize-window, window-deletable-p, delete-window)
4187 (delete-other-windows, set-window-buffer-start-and-point)
4188 (next-buffer, previous-buffer, split-window, balance-windows-2)
4189 (set-window-text-height, window-buffer-height)
4190 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4191 (truncated-partial-width-window-p): Minor code adjustments.
4192 In doc-strings state whether the argument window has to denote a
4193 live, valid or any window.
4194
4195 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
4196
4197 * progmodes/subword.el (subword-forward-function)
4198 (subword-backward-function, subword-forward-regexp)
4199 (subword-backward-regexp): New variables.
4200 (subword-forward, subword-forward-internal, subword-backward-internal):
4201 Use new variables, eg so that different "word" definitions
4202 can be easily used. (Bug#11411)
4203
4204 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
4207 for composite selectors.
4208 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
4209 operation just because we can't find a previous revision.
4210
4211 2012-08-15 Chong Yidong <cyd@gnu.org>
4212
4213 * frame.el (set-frame-font): Accept font objects.
4214
4215 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
4218
4219 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
4220
4221 * man.el (Man-overstrike-face, Man-underline-face)
4222 (Man-reverse-face): Remove variables.
4223 (Man-overstrike, Man-underline, Man-reverse): New faces.
4224 (Man-fontify-manpage): Use them instead of the variables.
4225 (Man-cleanup-manpage): Comment change.
4226 (Man-ansi-color-map): New variable.
4227 (Man-fontify-manpage): Use it.
4228 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
4229
4230 Implement ANSI SGR parameters 22-27 (bug#12146).
4231 * ansi-color.el (ansi-colors): Doc fix.
4232 (ansi-color-context, ansi-color-context-region): Doc fix.
4233 (ansi-color--find-face): New function.
4234 (ansi-color-apply, ansi-color-apply-on-region): Use it.
4235 Rename the local variable `face' to `codes' since it is now a list of
4236 ansi codes. Doc fix.
4237 (ansi-color-get-face): Remove.
4238 (ansi-color-parse-sequence): New function, derived from
4239 ansi-color-get-face.
4240 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
4241 codes 22-27.
4242
4243 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4244
4245 * subr.el (read-passwd): Allow use from a minibuffer.
4246
4247 2012-08-14 Eli Zaretskii <eliz@gnu.org>
4248
4249 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
4250 inside comments and strings as identifiers.
4251
4252 * progmodes/gud.el (gud-tooltip-print-command): Quote the
4253 expression to evaluate. This allows to evaluate expressions with
4254 embedded whitespace.
4255 (gud-tooltip-tips): Add a blank before the newline in the
4256 message-box text, for the benefit of message-box emulation on
4257 MS-Windows.
4258
4259 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
4260 messages from GDB, pop them up in a tooltip to give feedback to
4261 user.
4262 (gdb-tooltip-print-1): Quote the expression to evaluate.
4263 This allows to evaluate expressions with embedded whitespace.
4264 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
4265 if the TTY name is nil or empty (which happens when communicating
4266 with the inferior via pipes, e.g. on MS-Windows).
4267 (gdb-internals): If GDB sends a "&\n" empty debugging message,
4268 don't send that to the GUD buffer.
4269
4270 2012-08-14 Glenn Morris <rgm@gnu.org>
4271
4272 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4273 Optimize away setq-default with no args, as for setq. (Bug#12195)
4274
4275 2012-08-14 Chong Yidong <cyd@gnu.org>
4276
4277 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4278
4279 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4280 (Bug#12085).
4281
4282 2012-08-14 Glenn Morris <rgm@gnu.org>
4283
4284 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4285
4286 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
4287
4288 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4289 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4290 Use cached shell name.
4291
4292 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4293
4294 * progmodes/python.el (python-shell-send-string):
4295 (python-shell-send-setup-code): Do not use `format' with `message'.
4296
4297 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
4298
4299 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4300 (ruby-percent-literal-beg-re): New constant.
4301 (ruby-syntax-general-delimiters-goto-beg): Rename to
4302 `ruby-syntax-enclosing-percent-literal', improve literal type check.
4303 (ruby-syntax-propertize-general-delimiters): Rename to
4304 `ruby-syntax-propertize-percent-literal', it's a shorter and more
4305 popular term. Adjust comments everywhere.
4306 (ruby-syntax-propertize-percent-literal): Only propertize when not
4307 inside a simple string or comment. When the literal is unclosed,
4308 leave the text after it unpropertized.
4309 (ruby-syntax-methods-before-regexp): New constant.
4310 (ruby-syntax-propertize-function): Use it to recognize regexps.
4311 Don't look at the text after regexp, just use the whitelist.
4312
4313 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
4314
4315 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4316 non-nil always load the compiled file if it exists. (Bug#12197)
4317
4318 2012-08-14 Chong Yidong <cyd@gnu.org>
4319
4320 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4321 (hi-lock-set-pattern): When deciding whether to use font lock or
4322 overlays, look at font-lock-mode instead of font-lock-fontified
4323 (Bug#12168).
4324 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4325 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4326
4327 2012-08-14 Daiki Ueno <ueno@unixuser.org>
4328
4329 * subr.el (internal--after-with-selected-window): Fix typo
4330 (Bug#12193).
4331
4332 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4333
4334 Use `completion-table-dynamic' for completion functions.
4335 * progmodes/python.el
4336 (python-shell-completion--do-completion-at-point)
4337 (python-shell-completion--get-completions):
4338 Remove functions.
4339 (python-shell-completion-complete-at-point): New function.
4340 (python-completion-complete-at-point): Use it.
4341
4342 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
4343
4344 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4345 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4346
4347 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * subr.el (function-get): Refine `autoload' arg so it can also
4350 autoload functions for gv.el (bug#12191).
4351 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4352 autoloads macros.
4353
4354 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4355 Prefer pcase-let over destructuring-bind.
4356 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4357 Also, remove whitespace as we go, rather than after accumulating the
4358 various places.
4359
4360 * subr.el (internal--before-with-selected-window)
4361 (internal--after-with-selected-window): Fix typo seleted->selected.
4362 (with-selected-window): Adjust callers.
4363 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4364
4365 2012-08-13 Bastien Guerry <bzg@gnu.org>
4366
4367 * window.el (special-display-popup-frame): Minor docstring
4368 enhancement. (Bug#12172)
4369
4370 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4371
4372 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4373 type 1-6.
4374 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4375 extended headers.
4376
4377 * files.el (hack-local-variables-filter): Remove useless eval.
4378
4379 2012-08-13 Martin Rudalics <rudalics@gmx.at>
4380
4381 * subr.el (with-selected-window): Fix last change.
4382
4383 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * subr.el (internal--before-with-seleted-window)
4386 (internal--after-with-seleted-window): New functions.
4387 (with-selected-window): Use them, to replace dependency on
4388 tty-top-frame.
4389
4390 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4391
4392 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4393 binding for `newline'.
4394 (ruby-move-to-block): When moving backward, stop at block opening,
4395 not indentation.
4396 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4397 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4398 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4399 `ruby-toggle-block'.
4400
4401 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * ibuffer.el (ibuffer-do-toggle-read-only):
4404 * dired.el (dired-toggle-read-only):
4405 * buff-menu.el (Buffer-menu-toggle-read-only):
4406 * bindings.el (mode-line-toggle-read-only):
4407 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4408
4409 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4410
4411 * descr-text.el (describe-char): Put the overlays over the
4412 "displayed as" character.
4413
4414 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4415
4416 * calc/calc-units.el (math-default-units-table): Give an
4417 initial value.
4418 (math-put-default-units): Add options to put composite units and
4419 unit systems in the default units table.
4420 (calc-convert-units): Send composite units to
4421 `math-put-default-units' when appropriate.
4422
4423 2012-08-11 Glenn Morris <rgm@gnu.org>
4424
4425 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4426
4427 * tutorial.el (help-with-tutorial):
4428 * emacs-lisp/copyright.el (copyright-update-directory):
4429 * emacs-lisp/autoload.el (autoload-find-generated-file)
4430 (autoload-find-file): Disable local eval: (for insurance).
4431
4432 * files.el (hack-local-variables-filter): If an eval: form is not
4433 known to be safe, and enable-local-variables is :safe, then ignore
4434 the form totally, as is done for non-eval forms. (Bug#12155)
4435 This is CVE-2012-3479.
4436
4437 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4440 (rx-form): Simplify.
4441
4442 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4443
4444 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4445 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4446 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4447 (ruby-syntax-propertize-function): Adjust for changes in
4448 `ruby-syntax-propertize-heredoc'.
4449
4450 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4451
4452 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4453 binding (use `M-;' instead).
4454 (ruby-singleton-class-p): New function.
4455 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4456
4457 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4460
4461 2012-08-10 Chong Yidong <cyd@gnu.org>
4462
4463 * progmodes/python.el (python-shell-get-process-name): Don't mess
4464 with same-window-buffer-names.
4465
4466 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4467 (eshell-remove-from-window-buffer-names): Make obsolete.
4468 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4469 (eshell): Just use pop-to-buffer-same-window instead.
4470
4471 2012-08-10 Chong Yidong <cyd@gnu.org>
4472
4473 * bindings.el: Bind M-= back to count-words-region.
4474
4475 * simple.el (count-words-region): Accept a prefix arg for acting
4476 on the entire buffer.
4477 (count-words--buffer-message): New helper function.
4478
4479 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4482 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4483 (event-start, event-end): Use posn-at-point to return a more
4484 informative posn.
4485 (posnp): New function.
4486 * mouse.el (popup-menu-normalize-position): Use it.
4487
4488 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4489
4490 * mouse.el (popup-menu-normalize-position): New function.
4491 (popup-menu): Use `popup-menu-normalize-position' to normalize
4492 the form for POSITION argument.
4493
4494 * term/x-win.el (x-menu-bar-open):
4495 Use the value returend from (posn-at-point) as position
4496 passed to `popup-menu'.
4497
4498 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4499
4500 * calc/calccomp.el (math-compose-expr): Add extra argument
4501 indicating that parentheses should be put around products in
4502 denominators. Give multiplication precedence over division during
4503 composition.
4504
4505 2012-08-09 Chong Yidong <cyd@gnu.org>
4506
4507 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4508 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4509 (Man-untabify-command, manual-program): Convert to defcustom
4510 (Bug#10429).
4511
4512 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4513
4514 * descr-text.el (describe-char): Don't insert extra newlines
4515 (Bug#10127).
4516
4517 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4518 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4519
4520 * align.el (align-region): Delete temporary markers (Bug#10047).
4521 Plus some code cleanups.
4522
4523 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4524
4525 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4526 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4527 (python-shell-internal-last-output): Use make-local-variable
4528 instead of make-variable-buffer-local.
4529
4530 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4531
4532 * progmodes/python.el: Enhancements to forward-sexp.
4533 (python-nav-forward-sexp): Rename from
4534 python-nav-forward-sexp-function.
4535 (python-nav--forward-sexp, python-nav--backward-sexp):
4536 New functions.
4537
4538 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4539
4540 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4541 modes and simplification modes.
4542
4543 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * delsel.el (delete-selection-pre-hook): Don't propagate the
4546 file-supersession signals (bug#12161).
4547
4548 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4551 (cl-map-extents): Add compatibility aliases (bug#12135).
4552
4553 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4554
4555 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4556 tests by `ignore-error'.
4557 (tramp-find-shell): Open also a new shell, when cache is already
4558 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4559
4560 2012-08-08 Juri Linkov <juri@jurta.org>
4561
4562 * bookmark.el: Add `defaults' property to the bookmark record.
4563 (bookmark-current-buffer): Doc fix.
4564 (bookmark-make-record): Add `defaults' property with default values
4565 to the bookmark record.
4566 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4567 with `bookmark-insert-current-bookmark'.
4568 (bookmark-set): Get `defaults' property from the bookmark record
4569 and use it in `read-from-minibuffer'.
4570 (bookmark-insert-current-bookmark): Remove function.
4571
4572 * info.el (Info-bookmark-make-record): Add `defaults' property
4573 with values of canonical Info node name, the current Info file
4574 name and the current Info node name. (Bug#12107)
4575
4576 2012-08-08 Juri Linkov <juri@jurta.org>
4577
4578 * files.el (basic-save-buffer): Use `buffer-name' as the default
4579 of `read-file-name' when buffer is not visiting a file (bug#12128).
4580
4581 2012-08-08 Juri Linkov <juri@jurta.org>
4582
4583 * info.el (Info-isearch-search): Doc fix.
4584 (Info-search): Change search-failed message from "initial node" to
4585 "end of node" (bug#12078).
4586 (Info-isearch-search): Change `isearch-string-state' to
4587 `isearch--state-string'.
4588
4589 2012-08-08 Glenn Morris <rgm@gnu.org>
4590
4591 * language/persian.el: Remove file.
4592 * language/misc-lang.el: Move unique part of persian.el here.
4593 * loadup.el: Remove language/persian.
4594
4595 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4596
4597 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4598
4599 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4600
4601 * progmodes/python.el Fixed defsubst warning.
4602 (python-syntax-context) Rename from python-info-ppss-context.
4603 (python-syntax-context-type): Rename from
4604 python-info-ppss-context-type.
4605 (python-syntax-comment-or-string-p): Rename from
4606 python-info-ppss-comment-or-string-p.
4607
4608 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4609
4610 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4611
4612 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4613
4614 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4615 a defcustom that is quoted with backquote.
4616
4617 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4618 Fix handling of interactive spec when the body uses return.
4619 (math-do-arg-check, math-define-function-body): Use backquote forms.
4620 * calc/calc-ext.el (math-defcache): Likewise.
4621 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4622 * allout.el (allout-new-exposure): Likewise.
4623 * calc/calcalg2.el (math-tracing-integral): Likewise.
4624 * info.el (Info-last-menu-item): Likewise.
4625 * emulation/vip.el (vip-loop): Likewise.
4626 * textmodes/artist.el (artist-funcall): Likewise.
4627 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4628 Construct menu-item directly.
4629
4630 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4631 Don't declare.
4632
4633 2012-08-07 Chong Yidong <cyd@gnu.org>
4634
4635 * simple.el (deactivate-mark): Preserve text properties when
4636 saving the primary selection (Bug#8384).
4637
4638 2012-08-07 Kevin Ryde <user42@zip.com.au>
4639
4640 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4641 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4642 and continue processing (Bug#12110).
4643
4644 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4645
4646 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4647 syntax-propertize-function (bug#10095).
4648
4649 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4652 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4653 describe-function-1.
4654 (describe-function-1): Use them. Move compiler macro after sig.
4655 (help-fns--compiler-macro): Use function-get. Assume we're already in
4656 standard-output. Adjust layout to new call order.
4657
4658 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4659 re-binding a symbol that has a symbol-macro (bug#12119).
4660
4661 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4662
4663 * language/persian.el: New file. (Bug#11812)
4664 * loadup.el: Add language/persian.el.
4665
4666 2012-08-06 Chong Yidong <cyd@gnu.org>
4667
4668 * window.el (window--maybe-raise-frame): New function.
4669 (window--display-buffer): Split off from here.
4670 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4671 (display-buffer-pop-up-window, display-buffer-use-some-window):
4672 Obey an inhibit-switch-frame action alist entry.
4673 (display-buffer): Update doc.
4674
4675 * replace.el (occur-after-change-function): Avoid losing focus by
4676 using the inhibit-switch-frame display parameter (Bug#12139).
4677
4678 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4679
4680 Make internal shell process buffer names start with space.
4681 * progmodes/python.el (python-shell-make-comint): Add optional
4682 argument INTERNAL.
4683 (run-python-internal): Use it.
4684 (python-shell-internal-get-or-create-process): Check for new
4685 internal buffer names.
4686
4687 2012-08-06 Glenn Morris <rgm@gnu.org>
4688
4689 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4690 Do less getting and setting of environment variables.
4691
4692 2012-08-05 Chong Yidong <cyd@gnu.org>
4693
4694 * proced.el (proced): Add substitution string to docstring to
4695 trigger autoloading of the proced library on C-h f (Bug#1768).
4696
4697 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4698 Don't show defvars which have no second argument (Bug#8638).
4699
4700 * imenu.el (imenu-generic-expression): Move documentation here
4701 from imenu--generic-function.
4702 (imenu--generic-function): Refer to imenu-generic-expression.
4703
4704 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4705
4706 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4707 indentation declaration.
4708 (viper-loop): Add indentation declaration (Bug#7025).
4709
4710 2012-08-05 Chong Yidong <cyd@gnu.org>
4711
4712 * help-fns.el (describe-variable): Add hyperlink for
4713 directory-local variables files. Improve buffer-local and
4714 permanent-local reporting; suggested by MON KEY (Bug#6644).
4715
4716 * help-mode.el (help-dir-local-var-def): New button type.
4717
4718 * files.el (kill-buffer-hook): Provide a defvar.
4719
4720 2012-08-05 Glenn Morris <rgm@gnu.org>
4721
4722 * eshell/esh-ext.el (eshell/addpath):
4723 Also update eshell-path-env. (Bug#12013)
4724
4725 2012-08-05 Chong Yidong <cyd@gnu.org>
4726
4727 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4728
4729 * fringe.el (fringe-styles): Add docstring.
4730 (fringe--check-mode): New function.
4731 (set-fringe-mode, set-fringe-style): Use it.
4732 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4733
4734 * files.el (set-auto-mode): Fix invalid setq call.
4735
4736 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * isearch.el: Misc simplification; use defstruct.
4739 (isearch-mode-map): Dense maps now work like sparse ones.
4740 (isearch--state): New defstruct.
4741 (isearch-string-state, isearch-message-state, isearch-point-state)
4742 (isearch-success-state, isearch-forward-state)
4743 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4744 (isearch-wrapped-state, isearch-barrier-state)
4745 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4746 replaced by defstruct's accessors.
4747 (isearch--set-state): Rename from isearch-top-state and change
4748 calling convention.
4749 (isearch-push-state): Use new isearch--get-state.
4750 (isearch-toggle-word): Disable regexp when enabling word.
4751 (isearch-message-prefix): Remove unused arg _c-q-hack.
4752 (isearch-message-suffix): Remove unused arg _ellipsis.
4753
4754 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4755
4756 * simple.el (list-processes--refresh): For a server use :host or
4757 :local as the address.
4758 (list-processes): Doc fix.
4759
4760 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4761
4762 * lisp/mpc.el: Support password in host argument.
4763 (mpc--proc-connect): Parse and use new password element.
4764 Set mpc-proc variable instead of returning process.
4765 (mpc-proc): Adjust accordingly.
4766
4767 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4768
4769 * whitespace.el (whitespace-display-mappings): Use Unicode
4770 codepoints, instead of emacs-mule codepoints. See
4771 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4772 for the details.
4773
4774 * files.el (file-truename): Don't skip symlink-chasing part on
4775 windows-nt. Incorporate the resolution of 8+3 short aliases on
4776 Windows into the loop that recursively chases symlinks.
4777 Compare directory and its parent case-insensitively on MS-Windows and
4778 MS-DOS.
4779
4780 2012-08-03 Chong Yidong <cyd@gnu.org>
4781
4782 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4783
4784 * sort.el (sort-regexp-fields): Doc fix.
4785
4786 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4787
4788 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4789 labels regex position point at the expected place.
4790
4791 2012-08-03 MON KEY <monkey@sandpframing.com>
4792
4793 * net/imap.el (imap-interactive-login, imap-authenticate)
4794 (imap-mailbox-lsub, imap-mailbox-list)
4795 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4796 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4797 (imap-parse-response): Doc fix.
4798
4799 2012-08-03 João Távora <joaotavora@gmail.com>
4800
4801 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4802 if sexp scanning does not move point (Bug#5734).
4803
4804 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4805
4806 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4807 Add listings, minted, and ctable packages.
4808 (reftex-label-alist-builtin): Move listings, minted, and ctable
4809 entries before LaTeX.
4810 (reftex-label-alist): Docfix.
4811
4812 2012-08-02 Bastien Guerry <bzg@gnu.org>
4813
4814 * replace.el (occur): Fix docstring (bug#12122).
4815
4816 2012-08-02 Glenn Morris <rgm@gnu.org>
4817
4818 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4819
4820 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4821
4822 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4823 * international/mule-cmds.el: Create
4824 inactivate-current-input-method-function as an obsolete alias for
4825 deactivate-current-input-method-function. See Katsumi Yamaoka in
4826 <http://bugs.gnu.org/10150#46>.
4827
4828 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4829
4830 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4831 of nested `if's.
4832
4833 2012-08-01 Glenn Morris <rgm@gnu.org>
4834
4835 * progmodes/autoconf.el (autoconf-definition-regexp):
4836 Add AH_TEMPLATE, adjust submatch numbering.
4837 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4838 (autoconf-current-defun-function): Update for above change.
4839 (autoconf-current-defun-function): First skip to end of current word.
4840
4841 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4842
4843 * calendar/cal-html.el (cal-html-insert-agenda-days):
4844 Fix typo. (Bug#12018)
4845
4846 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4847
4848 Shell processes: enhancements to startup and CEDET compatibility.
4849 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4850 (python-shell-make-comint): accept-process-output at startup.
4851 (run-python-internal): Set inferior-python-mode-hook to nil.
4852 (python-shell-internal-get-or-create-process): call sit-for.
4853 (python-preoutput-result): Add obsolete alias.
4854 (python-shell-internal-send-string): Use it.
4855 (python-shell-send-setup-code): Remove call to
4856 accept-process-output.
4857
4858 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4859
4860 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4861 (Bug#12108)
4862
4863 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4864
4865 * calc-mode.el (calc-basic-simplification-mode): Rename from
4866 `calc-limited-simplification-mode'.
4867 (calc-alg-simplification-mode): New function.
4868 (calc-set-simplify-mode): Adjust message.
4869
4870 * calc.el (calc-set-mode-line): Adjust mode line display for
4871 basic simplification mode.
4872
4873 * calc-help.el (calc-m-prefix-help): Update help message.
4874
4875 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4876 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4877
4878 2012-07-31 Bastien Guerry <bzg@gnu.org>
4879
4880 * man.el (man): Fix comment. (bug#12101)
4881
4882 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4883
4884 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4885 Don't return a non-nil value when no suitable buffer was found.
4886
4887 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4888
4889 * progmodes/python.el (run-python-internal): Disable font lock for
4890 internal shells.
4891
4892 2012-07-30 Stefan Merten <smerten@oekonux.de>
4893
4894 * textmodes/rst.el: Silence `checkdoc-ispell'.
4895 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4896 (rst-official-version, rst-official-cvs-rev)
4897 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4898 (rst-mode-map): New key binding.
4899
4900 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4901
4902 Update .PHONY listings in makefiles.
4903 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4904 autoloads, update-subdirs, updates, bzr-update, update-authors,
4905 compile-onefile, compile-calc, backup-compiled-files,
4906 compile-after-backup, compile-one-process, mh-autoloads,
4907 bootstrap-clean, distclean, maintainer-clean.
4908
4909 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4910
4911 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4912 (calc-set-mode-line): Don't display "AlgSimp ".
4913
4914 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4915 (calc-lim-simplify-mode): New function.
4916 (calc-set-simplify-mode): Default to 'alg.
4917 (calc-default-simplify-mode): Make algebraic simplifications
4918 the default.
4919
4920 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4921 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4922
4923 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4924 indicate new simplification modes.
4925
4926 * calc/README: Mention new default simplification mode.
4927
4928 * calc/calc.el (math-normalize-error): New variable.
4929 (math-normalize): Set `math-normalize-error' to t
4930 when there's an error.
4931
4932 * calc/calc-alg.el (math-simplify): Don't simplify when
4933 `math-normalize' returns an error.
4934
4935 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4936
4937 * international/mule-cmds.el (set-locale-environment): Revert last
4938 change, since display-graphic-p returns nil when this function is
4939 called during startup. Instead...
4940
4941 * term/w32console.el (terminal-init-w32console): ...setup the
4942 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4943
4944 2012-07-29 Juri Linkov <juri@jurta.org>
4945
4946 * simple.el (goto-line): Don't display default line number in the
4947 prompt because it should be displayed by `read-number' (bug#9952).
4948 Add the current line number to the defaults of `goto-line' to
4949 allow its easier modification by users with `M-n' (bug#9201).
4950
4951 * subr.el (read-number): Support multiple default values like in
4952 other minibuffer reading functions. Replace `read' with
4953 `string-to-number' for consistency with `number-to-string'.
4954
4955 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4956
4957 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4958 * emulation/viper-init.el (viper-deactivate-input-method-action):
4959 Rename from viper-inactivate-input-method-action.
4960 (viper-deactivate-input-method):
4961 Rename from viper-inactivate-input-method.
4962 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4963 * international/mule-cmds.el (deactivate-input-method):
4964 Rename from inactivate-input-method.
4965 Also run input-method-deactivate-hook.
4966 (deactivate-current-input-method-function):
4967 Rename from inactivate-current-input-method-function.
4968 (input-method-deactivate-hook): New hook.
4969 (input-method-inactivate-hook): Mark obsolete.
4970 (inactivate-input-method): Mark obsolete.
4971
4972 * international/quail.el (quail-activate):
4973 Also run quail-deactivate-hook.
4974 (quail-deactivate): Rename from quail-inactivate.
4975 * international/robin.el (robin-activate):
4976 Also run robin-deactivate-hook.
4977 (robin-deactivate): Rename from robin-inactivate.
4978
4979 2012-07-29 Chong Yidong <cyd@gnu.org>
4980
4981 * simple.el (indicate-copied-region): New function.
4982 (kill-ring-save): Split off from here.
4983
4984 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4985 (kill-rectangle): Set deactivate-mark to t on read-only error.
4986
4987 * register.el (copy-to-register, copy-rectangle-to-register):
4988 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4989 (append-to-register, prepend-to-register): Call indicate-copied-region.
4990
4991 2012-07-29 Juri Linkov <juri@jurta.org>
4992
4993 * simple.el (async-shell-command-buffer): New defcustom.
4994 (shell-command): Use it. (Bug#4719)
4995
4996 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4997
4998 * international/mule-cmds.el (set-locale-environment): In a
4999 console session on MS-Windows, set up keyboard and terminal
5000 encoding from the OEM codepage, not the ANSI codepage.
5001 (Bug#12055)
5002
5003 2012-07-28 Chong Yidong <cyd@gnu.org>
5004
5005 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
5006 gdb-get-location.
5007
5008 2012-07-28 Leo Liu <sdl.web@gmail.com>
5009
5010 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
5011 the alist (bug#12029).
5012
5013 2012-07-28 Eli Zaretskii <eliz@gnu.org>
5014
5015 * makefile.w32-in (custom-deps, finder-data, updates, compile)
5016 (compile-always, compile-first)
5017 ($(lisp)/calendar/cal-loaddefs.el)
5018 ($(lisp)/calendar/diary-loaddefs.el)
5019 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5020 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
5021 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
5022 instead of on update-subdirs.
5023 (bootstrap-clean): Delete $(lisp)/subdirs.el.
5024
5025 2012-07-28 Chong Yidong <cyd@gnu.org>
5026
5027 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
5028 directory if vc-deduce-backend returns nil (Bug#7350).
5029
5030 * simple.el (delete-trailing-lines): New option.
5031 (delete-trailing-whitespace): Obey it (Bug#11879).
5032
5033 2012-07-28 David Engster <deng@randomsample.de>
5034
5035 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
5036 Explanation of new 'symbol-qnames feature in doc-strings.
5037 (xml-maybe-do-ns): Return expanded names as plain symbols if
5038 'symbol-qnames was provided in XML-NS argument (Bug#11916).
5039 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
5040
5041 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
5042
5043 Consistent completion in inferior python with emacs -nw.
5044 * progmodes/python.el (inferior-python-mode): replace "<tab>"
5045 binding in inferior-python-mode-map with "\t".
5046 (python-shell-completion-complete-at-point)
5047 (python-completion-complete-at-point): Remove interactive spec.
5048
5049 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
5050
5051 * calc/calccomp.el (math-compose-expr): Undo previous change.
5052
5053 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
5054
5055 * progmodes/python.el (python-mode-map): Add keybinding for
5056 run-python.
5057 (python-shell-make-comint): Fix pop-to-buffer call.
5058 (run-python): Autoload. New arg SHOW.
5059 (python-shell-get-or-create-process): Do not pop python process
5060 buffer.
5061
5062 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
5063
5064 * notifications.el (notifications-on-action-signal)
5065 (notifications-on-closed-signal): Use also the bus address for the map.
5066 (notifications-notify, notifications-close-notification)
5067 (notifications-get-capabilities): Add optional argument BUS.
5068
5069 2012-07-27 Tassilo Horn <tsdh@gnu.org>
5070
5071 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5072 Add support for the lstlisting and minted environments, and for the
5073 ctable macro.
5074 * textmodes/reftex.el (reftex-compile-variables): Also recognize
5075 labels written in keyvals syntax.
5076
5077 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
5078
5079 * calc/calccomp.el (math-compose-expr): Use parentheses when
5080 there is a product in the denominator of a fraction.
5081
5082 2012-07-26 Eli Zaretskii <eliz@gnu.org>
5083
5084 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5085 ($(lisp)/calendar/diary-loaddefs.el)
5086 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5087 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
5088 Fixes failures in parallel bootstrap because subdirs.el is being
5089 rewritten while the autoload files are built at the same time,
5090 which needs to load subdirs.el.
5091
5092 2012-07-26 Martin Rudalics <rudalics@gmx.at>
5093
5094 * mouse.el (popup-menu): Fix doc-string and re-indent code.
5095 (mouse-drag-line): Don't exit tracking when a switch-frame or
5096 switch-window event occurs (Bug#12006).
5097
5098 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * mouse.el (popup-menu): Fix last change.
5101
5102 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5103
5104 Autoload from Lisp with more care. Follow aliases when looking for
5105 function properties.
5106 * subr.el (autoloadp): New function.
5107 (symbol-file): Use it.
5108 (function-get): New function.
5109 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
5110 autoload-do-load.
5111 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
5112 (lisp-indent-function):
5113 * emacs-lisp/gv.el (gv-get):
5114 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
5115 * emacs-lisp/byte-opt.el (byte-optimize-form):
5116 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5117 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
5118 Use function-get.
5119 * emacs-lisp/cl.el: Don't propagate function properties any more.
5120
5121 * speedbar.el (speedbar-add-localized-speedbar-support):
5122 * emacs-lisp/disass.el (disassemble-internal):
5123 * desktop.el (desktop-load-file):
5124 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
5125 (describe-function-1):
5126 * emacs-lisp/find-func.el (find-function-noselect):
5127 * emacs-lisp/elp.el (elp-instrument-function):
5128 * emacs-lisp/advice.el (ad-has-proper-definition):
5129 * apropos.el (apropos-safe-documentation, apropos-macrop):
5130 * emacs-lisp/debug.el (debug-on-entry):
5131 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
5132 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5133 * calc/calc.el (name): Use autoloadp & autoload-do-load.
5134
5135 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
5136
5137 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
5138 function, not an obsolete variable (Bug#12046).
5139
5140 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
5141
5142 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
5143
5144 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
5145
5146 * emacs-lisp/pp.el (pp-display-expression): Select old selected
5147 window only if it is still live (Bug#12034).
5148
5149 2012-07-25 Martin Rudalics <rudalics@gmx.at>
5150
5151 * subr.el (redirect-frame-focus): Add advertised calling
5152 convention (Bug#12030).
5153
5154 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
5155
5156 Prefer typical American spelling for "acknowledgment".
5157 * vc/add-log.el (change-log-acknowledgment): Rename from
5158 change-log-acknowledgement, with an alias for the old name.
5159
5160 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
5161
5162 * calc-alg.el (math-simplify-divide): Don't cross multiply
5163 in an equation when the lhs is a variable.
5164
5165 2012-07-24 Julien Danjou <julien@danjou.info>
5166
5167 * net/netrc.el (netrc-find-service-number, netrc-store-data):
5168 Remove, unused.
5169
5170 2012-07-23 Eli Zaretskii <eliz@gnu.org>
5171
5172 * startup.el (command-line): Don't display an empty user name in
5173 the error message about non-existent home directory, when
5174 init-file-user was set to an empty string. See
5175 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
5176 for the details and context.
5177
5178 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
5179
5180 * ses.el (ses-cell-formula-aset): New macro.
5181 (ses-cell-references-aset): New macro.
5182 (ses-cell-p): New function.
5183 (ses-rename-cell): Do no longer rely on complex operations like
5184 ses-cell-set-formula or ses-set-cell to change the cell and handle
5185 the undo at the same time, but rather use lower level new macros
5186 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
5187 the undo directly. Refresh the mode line.
5188
5189 2012-07-21 Leo Liu <sdl.web@gmail.com>
5190
5191 * progmodes/cc-cmds.el (c-defun-name):
5192 Use match-string-no-properties instead for consistency.
5193
5194 2012-07-20 Leo Liu <sdl.web@gmail.com>
5195
5196 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
5197 (Bug#7879)
5198
5199 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
5200
5201 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
5204 * progmodes/bug-reference.el, misearch.el: Provide themselves
5205 (bug#11915).
5206
5207 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
5208 of narrowed buffer (bug#11966).
5209
5210 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
5211
5212 * ses.el (ses-rename-cell): Set new name also in reference list of
5213 cells of which the renamed cell depends.
5214
5215 2012-07-20 Masatake YAMATO <yamato@redhat.com>
5216
5217 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
5218 to check whether menu-bar is shown or not. If not shown,
5219 show the menu-bar as a popup menu instead of using tmm.
5220 * mouse.el (popup-menu): Accept `point' as `position' argument.
5221
5222 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
5223
5224 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
5225 up inside string symbol literal (bug#11923).
5226
5227 2012-07-20 Eli Zaretskii <eliz@gnu.org>
5228
5229 * startup.el (fancy-startup-text): Read the whole tutorial, not
5230 just its first 256 bytes. Prevents gibberish in display of the
5231 tutorial title.
5232
5233 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5234
5235 Drop idle buffer compaction due to an absence of the
5236 proved efficiency.
5237 * compact.el: Remove.
5238
5239 2012-07-19 Sam Steingold <sds@gnu.org>
5240
5241 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
5242 vc-bzr-pull & vc-bzr-merge-branch.
5243 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
5244 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
5245 for consistency with compilation-error-regexp-alist.
5246 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
5247 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
5248 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
5249 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
5250
5251 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * emacs-lisp/chart.el: Use lexical-binding.
5254 (chart-emacs-storage): Don't hardcode the list of entries.
5255
5256 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5257
5258 Next round of tweaks caused by Fgarbage_collect changes.
5259 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
5260
5261 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5262
5263 Compact buffers when idle.
5264 * compact.el: New file.
5265
5266 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * subr.el (eventp): Presume that if it looks vaguely like an event,
5269 it's an event (bug#10190).
5270
5271 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
5272
5273 Enhancements to ppss related code (thanks Stefan).
5274 * progmodes/python.el (python-indent-context)
5275 (python-indent-calculate-indentation, python-indent-dedent-line)
5276 (python-indent-electric-colon, python-nav-forward-block)
5277 (python-mode-abbrev-table)
5278 (python-info-assignment-continuation-line-p): Simplify checks
5279 for ppss context.
5280 (python-info-continuation-line-p): Cleanup.
5281 (python-info-ppss-context): Do not catch 'quote.
5282 (python-info-ppss-context-type)
5283 (python-info-ppss-comment-or-string-p): Simplify.
5284
5285 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
5286
5287 * progmodes/python.el: Enhancements to eldoc support.
5288 (python-info-current-symbol): New function.
5289 (python-eldoc-at-point): Use python-info-current-symbol.
5290 (python-info-current-defun): Fix cornercase on first defun scan.
5291 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5292 and signal error when no inferior python process is available.
5293
5294 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
5295
5296 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5297 assume it's always t.
5298 (vc-git-registered): Remove caching, the function is only called
5299 once.
5300 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5301
5302 2012-07-18 Chong Yidong <cyd@gnu.org>
5303
5304 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5305
5306 * simple.el (count-words): Report on narrowing (Bug#9959).
5307
5308 * bindings.el: Bind M-= to count-words.
5309
5310 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5311
5312 2012-07-18 Masatake YAMATO <yamato@redhat.com>
5313
5314 * progmodes/sh-script.el (sh-imenu-generic-expression):
5315 Capture a function with `function' keyword and without parentheses
5316 like "function FOO" (bug#11856).
5317
5318 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
5319
5320 * window.el (split-window-sensibly): Make WINDOW argument
5321 optional.
5322
5323 2012-07-18 Chong Yidong <cyd@gnu.org>
5324
5325 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5326
5327 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5328 and make C-x 8 RET exit isearch (Bug#11439).
5329
5330 * international/iso-transl.el: Move isearch-mode-map key
5331 definitions to isearch.el.
5332
5333 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5336 (eieio-defclass): Use gv-define-setter when possible.
5337
5338 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5339
5340 Reflect recent changes in Fgarbage_collect.
5341 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5342 reflect new format of data returned by Fgarbage_collect.
5343
5344 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5345
5346 New utility functions + python-info-ppss-context fix (Bug#11910).
5347 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5348 (python-info-ppss-comment-or-string-p): New functions.
5349 (python-info-ppss-context): Small fix for string check.
5350
5351 2012-07-17 Juri Linkov <juri@jurta.org>
5352
5353 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5354 (dired-do-async-shell-command): Don't add `*' at the end of the
5355 command (Bug#11815).
5356 (dired-do-shell-command): Doc fix.
5357 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5358 Join the individual commands using either "&" or ";" as the
5359 separator depending on the values of these trailing characters.
5360 At the end re-add the trailing "&". (Bug#10598)
5361
5362 * simple.el (async-shell-command): Sync the interactive spec with
5363 `shell-command'. Doc fix.
5364 (shell-command): Doc fix.
5365
5366 2012-07-17 Juri Linkov <juri@jurta.org>
5367
5368 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5369
5370 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5371
5372 Final renames and doc fixes for movement commands (bug#11899).
5373 * progmodes/python.el (python-nav-beginning-of-statement):
5374 Rename from python-nav-statement-start.
5375 (python-nav-end-of-statement): Rename from
5376 python-nav-statement-end.
5377 (python-nav-beginning-of-block): Rename from
5378 python-nav-block-start.
5379 (python-nav-end-of-block): Rename from python-nav-block-end.
5380
5381 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5382
5383 * progmodes/python.el (python-shell-send-string-no-output):
5384 Allow accept-process-output to quit, keeping shell process ready for
5385 future interactions (Bug#11868).
5386
5387 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5390
5391 * emacs-lisp/elint.el (elint-find-args-in-code):
5392 Use help-function-arglist, so as to handle lexical byte-code.
5393
5394 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5395 change (bug#11826).
5396
5397 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5400 Avoid spuriously marking the buffer as modified because of c-is-sws.
5401
5402 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5403 as not-a-comment (bug#11946).
5404
5405 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5406 for uninterned vars.
5407
5408 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5409 Use read-event since we don't really want to read chars but bytes.
5410
5411 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5412 $$..$$ but also $..$ using regexps (bug#11953).
5413 Use tex-verbatim for \url and \path.
5414 (tex-font-lock-keywords): Define as defconst like the others.
5415 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5416
5417 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5418
5419 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5420 alias for insert-char.
5421
5422 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5423
5424 * progmodes/python.el: Simplified imenu implementation.
5425 (python-nav-jump-to-defun): Remove command.
5426 (python-mode-map): Use `imenu' instead.
5427 (python-nav-list-defun-positions-cache)
5428 (python-imenu-include-defun-type, python-imenu-make-tree)
5429 (python-imenu-subtree-root-label, python-imenu-index-alist):
5430 Remove vars.
5431 (python-nav-list-defun-positions, python-nav-read-defun)
5432 (python-imenu-tree-assoc, python-imenu-make-element-tree)
5433 (python-imenu-make-tree, python-imenu-create-index):
5434 Remove functions.
5435 (python-mode): Update to interact with imenu by setting
5436 `imenu-extract-index-name-function' only.
5437
5438 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5439
5440 * progmodes/python.el: Enhancements to navigation commands.
5441 (python-nav-backward-sentence)
5442 (python-nav-forward-sentence): Remove.
5443 (python-nav-backward-statement, python-nav-forward-statement)
5444 (python-nav-statement-start, python-nav-statement-end)
5445 (python-nav-backward-block, python-nav-forward-block)
5446 (python-nav-block-start, python-nav-block-end)
5447 (python-nav-forward-sexp-function)
5448 (python-info-current-line-comment-p)
5449 (python-info-current-line-empty-p): New functions.
5450 (python-indent-context): Use `python-nav-statement-start'.
5451
5452 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
5453
5454 * eshell/em-ls.el (eshell/ls): Use `apply'.
5455
5456 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5457 multi-hops, instead of Tramp internals.
5458
5459 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5460
5461 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5462 when F1 and F2 are located on different hosts.
5463
5464 2012-07-14 Chong Yidong <cyd@gnu.org>
5465
5466 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5467 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5468 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5469 (xterm-mouse--read-event-sequence-1000)
5470 (xterm-mouse--read-event-sequence-1006): New functions. For old
5471 mouse protocol, handle M-mouse-X events correctly.
5472 (xterm-mouse-event): New arg specifying mouse protocol.
5473 (turn-on-xterm-mouse-tracking-on-terminal)
5474 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5475 sequence to toggle extended coordinates on newer XTerms.
5476 This appears to be harmless on terminals which do not support this.
5477
5478 2012-07-14 Leo Liu <sdl.web@gmail.com>
5479
5480 Add fringe bitmap indicators for flymake. (Bug#11253)
5481 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5482 (flymake-make-overlay): New arg BITMAP.
5483 (flymake-error-bitmap, flymake-warning-bitmap)
5484 (flymake-fringe-indicator-position): New user variables.
5485
5486 * fringe.el: New bitmap exclamation-mark.
5487
5488 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5489
5490 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5491 also (Bug#7879).
5492
5493 2012-07-14 Chong Yidong <cyd@gnu.org>
5494
5495 * electric.el (electric-pair-post-self-insert-function): Fix pair
5496 insertion in empty-region case (Bug#11520).
5497
5498 2012-07-14 Chong Yidong <cyd@gnu.org>
5499
5500 * bindings.el: Consolidate ctl-x-r-map bindings.
5501 Bind copy-rectangle-as-kill to C-x r w.
5502
5503 * rect.el, register.el: Move bindings to bindings.el.
5504
5505 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5506
5507 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5508
5509 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5510
5511 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5512
5513 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5514
5515 * bindings.el (top): Use `mapc' instead of `mapcar'.
5516
5517 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5518
5519 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5520
5521 * progmodes/sql.el (sql-comint): Suppress the check for program on
5522 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5523 (Bug#11908)
5524
5525 2012-07-13 Chong Yidong <cyd@gnu.org>
5526
5527 * bindings.el: Assign a non-nil permanent-local property to
5528 per-buffer variables which lack a default value (Bug#11930).
5529
5530 * help-fns.el (describe-variable): In the "automatically becomes
5531 local" notice, take note of permanent-local variables.
5532
5533 2012-07-13 Chong Yidong <cyd@gnu.org>
5534
5535 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5536 to allow printing the message when called from Lisp.
5537
5538 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5539 Remove toggle-read-only.
5540
5541 * bs.el (bs-toggle-readonly):
5542 * buff-menu.el (Buffer-menu-toggle-read-only):
5543 Remove with-no-warnings around toggle-read-only.
5544
5545 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5546 Remove with-no-warnings around toggle-read-only.
5547 (ffap-read-only, ffap-read-only-other-window)
5548 (ffap-read-only-other-frame): Callers changed.
5549
5550 * help-mode.el: Don't require view package.
5551 (help-mode-finish): Set buffer-read-only instead of calling
5552 toggle-read-only.
5553
5554 * bindings.el (mode-line-toggle-read-only):
5555 * dired.el (dired-toggle-read-only):
5556 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5557 with non-nil second arg.
5558
5559 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5560 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5561 directly.
5562
5563 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5564
5565 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5566 not incf.
5567
5568 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 More CL cleanups and reduction of use of cl.el.
5571 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5572 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5573 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5574 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5575 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5576 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5577 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5578 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5579 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5580 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5581 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5582 * eshell/em-cmpl.el, eshell/em-banner.el:
5583 * calendar/parse-time.el: Use cl-lib.
5584 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5585 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5586 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5587 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5588 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5589 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5590 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5591 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5592 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5593 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5594 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5595 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5596 `lambda' rather than with `quote'.
5597 (eshell-do-opt): Adjust accordingly.
5598 (eshell-process-option): Simplify.
5599 * eshell/esh-var.el:
5600 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5601 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5602 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5603 to `pcase--dontcare'.
5604 * emacs-lisp/cl.el (labels): Mark obsolete.
5605 (cl--letf, letf): Move to cl-lib.
5606 (cl--letf*, letf*): Remove.
5607 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5608 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5609 (cl-progv): Rewrite.
5610 (cl--letf, cl-letf): Move from cl.el.
5611 (cl-letf*): New macro.
5612 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5613
5614 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5615
5616 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5617
5618 2012-07-11 Chong Yidong <cyd@gnu.org>
5619
5620 * vc/log-edit.el (log-edit-vc-backend): New variable.
5621 (log-edit): Doc fix.
5622
5623 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5624 argument of log-edit to set up all local variables.
5625 (vc-start-logentry): New optional arg specifying VC backend.
5626
5627 * vc/vc.el (vc-checkin): Use it.
5628 (vc-deduce-fileset): Handle Log Edit buffers.
5629 (vc-diff): Make first argument optional too.
5630
5631 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5632
5633 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5634
5635 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5636 command, just in case. The function is not needed anymore.
5637 (eshell-external-command): Do not call `eshell-remote-command'.
5638
5639 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 Reduce use of (require 'cl).
5642 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5643 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5644 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5645 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5646 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5647 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5648 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5649 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5650 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5651 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5652 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5653 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5654 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5655 (byte-compile-unfold-bcf, byte-compile-check-variable):
5656 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5657 (byte-compile-nilconstp):
5658 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5659 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5660
5661 * emacs-lisp/gv.el (cond): Make it a valid place.
5662 (if): Simplify slightly.
5663
5664 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5665 (pcase--self-quoting-p): New function.
5666 (pcase--u1): Use it.
5667
5668 2012-07-10 Glenn Morris <rgm@gnu.org>
5669
5670 * emacs-lisp/authors.el (authors-fixed-entries):
5671 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5672
5673 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5674
5675 Rename configure.in to configure.ac (Bug#11603).
5676 * emacs-lisp/authors.el (authors-canonical-file-name):
5677 * progmodes/autoconf.el (autoconf-mode):
5678 Prefer configure.ac to configure.in.
5679
5680 2012-07-08 Chong Yidong <cyd@gnu.org>
5681
5682 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5683 Implement the mouse-1-click-follows-link handling properly.
5684
5685 * info.el (Info-link-keymap): Use follow-link mechanism for
5686 header-line links (Bug#374).
5687
5688 * simple.el (deactivate-mark): Do not set the primary selection
5689 if another program has acquired it (Bug#11772).
5690
5691 2012-07-07 Kevin Ryde <user42@zip.com.au>
5692
5693 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5694 (woman-decode-region): Replace escaped-escapes without destroying
5695 bold or underline (Bug#11552).
5696 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5697
5698 2012-07-07 Chong Yidong <cyd@gnu.org>
5699
5700 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5701 (interprogram-cut-function, interprogram-paste-function):
5702 Mention that we typically mean the clipboard.
5703
5704 2012-07-06 Glenn Morris <rgm@gnu.org>
5705
5706 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5707
5708 * files.el (toggle-read-only): Restrict message to interactive use.
5709
5710 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5711
5712 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5713
5714 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5715
5716 2012-07-06 Glenn Morris <rgm@gnu.org>
5717
5718 * Makefile.in (compile-one-process): Rename from "recompile".
5719
5720 * Makefile.in (bzr-update): "compile" is the same as "recompile
5721 autoloads", but parallelizable, so use that instead.
5722
5723 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5724
5725 * window.el (quit-window): Always restore window height when
5726 it's saved in quit-restore parameter (Bug#11810).
5727
5728 2012-07-06 Glenn Morris <rgm@gnu.org>
5729
5730 * simple.el (kill-whole-line): Doc tweak.
5731
5732 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5733
5734 * files.el (file-relative-name): Compare file names
5735 case-insensitively if on MS-Windows or MS-DOS, or if
5736 read-file-name-completion-ignore-case is non-nil. Don't use
5737 case-fold-search for this purpose. (Bug#11827)
5738
5739 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5740
5741 * calendar/cal-dst.el (calendar-current-time-zone):
5742 Return calendar-current-time-zone-cache if non-nil.
5743
5744 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5745 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5746
5747 * calendar/cal-dst.el (calendar-current-time-zone):
5748 Return calendar-current-time-zone-cache if non-nil.
5749
5750 2012-07-06 Glenn Morris <rgm@gnu.org>
5751
5752 * Makefile.in (cvs-update): Remove old alias.
5753
5754 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5755
5756 Sync with Tramp 2.2.6-pre.
5757
5758 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5759 compatible declaration.
5760
5761 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5762 Protect `list-load-path-shadows' call.
5763
5764 * net/tramp-compat.el (top): Require packages, which aren't
5765 autoloaded anymore for XEmacs. Protect call of
5766 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5767 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5768 it hurts at least for SXEmacs.
5769 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5770 standard-value for `temporary-file-directory'.
5771
5772 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5773 Redirect stderr to /dev/null.
5774 (tramp-sh-handle-write-region): uid and gid can be floats.
5775 Reported by Russell Sim <russell.sim@gmail.com>.
5776 (tramp-sh-handle-vc-registered): Hide errors.
5777 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5778 and `start-file-process'.
5779 (tramp-maybe-open-connection): Check also whether `non-essential'
5780 is bound.
5781
5782 2012-07-04 Chong Yidong <cyd@gnu.org>
5783
5784 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5785 (xml-parse-tag): Likewise, and avoid changing entity tables.
5786 (xml-syntax-table): Define from scratch, making sure not to give
5787 x2000 and other Unicode spaces whitespace syntax, since those are
5788 not spaces in XML.
5789 (xml-parse-fragment): Delete unused function.
5790 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5791 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5792 (xml-entity-ref, xml-pe-reference-re)
5793 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5794 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5795 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5796 (xml-entity-value-re): Use syntax references in regexps where
5797 possible; no need to define inside a let-binding.
5798 (xml-parse-dtd): Use xml-pe-reference-re.
5799 (xml-entity-or-char-ref-re): New defconst.
5800 (xml-parse-string, xml-substitute-special): Use it.
5801
5802 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5805 (find-file--read-only): New function.
5806 (find-file-read-only, find-file-read-only-other-window)
5807 (find-file-read-only-other-frame): Use it.
5808 (insert-file-contents-literally): Don't `fset'.
5809 (get-free-disk-space): Use locate-dominating-file.
5810
5811 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5812 function is already compiled.
5813
5814 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5815
5816 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5817
5818 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5819 files on the same host.
5820
5821 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5822
5823 * help-fns.el (describe-function-1): Only call
5824 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5825
5826 2012-07-03 Chong Yidong <cyd@gnu.org>
5827
5828 * xml.el: Protect parser against XML bombs.
5829 (xml-entity-expansion-limit): New variable.
5830 (xml-parse-string, xml-substitute-special): Use it.
5831 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5832
5833 2012-07-03 Glenn Morris <rgm@gnu.org>
5834
5835 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5836 Allow linking to specific messages in debbugs reports (eg 123#5).
5837
5838 2012-07-02 Chong Yidong <cyd@gnu.org>
5839
5840 * xml.el: Fix entity and character reference expansion, allowing
5841 them to expand into markup as per XML spec.
5842 (xml-default-ns): New variable.
5843 (xml-entity-alist): Use XML spec definitions for lt and amp.
5844 (xml-parse-region): Make first two arguments optional.
5845 Discard text properties.
5846 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5847 All callers changed.
5848 (xml-parse-tag): Call xml-parse-tag-1. For backward
5849 compatibility, this function should not modify buffer contents.
5850 (xml-parse-tag-1): Fix opening-tag regexp.
5851 (xml-parse-string): Rewrite, handling entity and character
5852 references properly.
5853 (xml--entity-replacement-text): Signal an error if a parameter
5854 entity is undefined.
5855
5856 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5857
5858 * comint.el (comint-output-filter): Filter out repeated prompts.
5859
5860 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5861 and file-name-absolute-p.
5862 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5863 internal calls.
5864
5865 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5866
5867 Spelling fixes.
5868 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5869 Rename from byte-compile--refiy-function. All uses changed.
5870
5871 2012-07-01 Chong Yidong <cyd@gnu.org>
5872
5873 * xml.el (xml--parse-buffer): New function. Move most of
5874 xml-parse-region here.
5875 (xml-parse-region): Copy region into a temporary buffer, since
5876 parameter entity substitution requires changing buffer contents.
5877 Use xml--parse-buffer.
5878 (xml-parse-file): Use xml--parse-buffer.
5879 (xml-parse-dtd): Make parameter entity substitution work right.
5880 Use proper regexps for ELEMENT declarations (Bug#7172).
5881
5882 2012-06-30 Glenn Morris <rgm@gnu.org>
5883
5884 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5885
5886 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5887 Remove outdated and unnecessary dbus declarations.
5888
5889 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5890
5891 * emacs-lisp/timer.el (timer-until): Subtract results of
5892 float-time, instead of taking float-time of the result of
5893 time-subtract, since float-time signals an error for negative time
5894 arguments.
5895
5896 2012-06-30 Chong Yidong <cyd@gnu.org>
5897
5898 * xml.el (xml-*-re): Convert defvars into defconsts, and
5899 eval-and-compile them so eval-and-compile works on derivatives.
5900 (xml--entity-replacement-text): Use eval-and-comple.
5901
5902 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5903
5904 * vc/vc-git.el (vc-git-registered): Use cache property
5905 `git-registered'.
5906 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5907 `vc-git-working-revision' in order to benefit from the cache.
5908 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5909
5910 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5911
5912 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5913 removed (likely outside Emacs). (Bug#11757)
5914
5915 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * emacs-lisp/cl-lib.el: Require macroexp.
5918
5919 2012-06-30 Chong Yidong <cyd@gnu.org>
5920
5921 * xml.el: Implement XML parameter entities.
5922 (xml-parameter-entity-alist): New variable.
5923 (xml-parse-region, xml-parse-fragment): Preserve previous values
5924 of xml-entity-alist and xml-parameter-entity-alist, so that
5925 repeated calls on different documents do not change them.
5926 (xml-parse-tag): Fix doctype regexp.
5927 (xml--entity-replacement-text): New function.
5928 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5929 properly requires url retrieval which is unimplemented.
5930 (xml-escape-string): Doc fix.
5931
5932 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5933
5934 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5935
5936 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5937
5938 * fringe.el (fringe-mode): Doc fix.
5939
5940 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5941
5942 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5943 is non-nil.
5944 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5945 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5946
5947 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5948
5949 * calendar/cal-dst.el (calendar-current-time-zone):
5950 Return calendar-current-time-zone-cache if non-nil.
5951
5952 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5953
5954 * progmodes/which-func.el (which-func-format):
5955 Add mouse-face. (Bug#11698)
5956
5957 2012-06-29 Leo Liu <sdl.web@gmail.com>
5958
5959 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5960
5961 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5962
5963 * minibuffer.el (minibuffer-confirm-exit-commands):
5964 Add completion-at-point (bug#11725).
5965
5966 2012-06-29 Glenn Morris <rgm@gnu.org>
5967
5968 * progmodes/f90.el (f90-font-lock-keywords-2):
5969 Add some preprocessor elements. (Bug#10499)
5970
5971 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5972
5973 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5974 Use syntax-propertize (bug#11739).
5975
5976 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5977
5978 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5979
5980 2012-06-28 Julien Danjou <julien@danjou.info>
5981
5982 * term.el (term-handle-colors-array): Use a set of new faces to
5983 color the terminal. Also uses :inverse-video property.
5984 (term-default-fg-color): Set to nil by default, deprecate in favor
5985 of `term-face'.
5986 (term-default-bg-color): Set to nil by default, deprecate in favor
5987 of `term-face'.
5988 (term-current-face): Use `term-face' by default.
5989 (term-bold-attribute): Variable deleted.
5990
5991 2012-06-28 Glenn Morris <rgm@gnu.org>
5992
5993 * simple.el (completion-list-mode-finish):
5994 Don't use toggle-read-only. (Since completion-list-mode has
5995 a special mode-class, it wasn't doing anything extra anyway.)
5996
5997 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5998
5999 Make inlining of other-mode interpreted functions work (bug#11799).
6000 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
6001 (byte-compile): Use it to fix compilation of lexical-binding closures.
6002 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
6003 function, if needed.
6004
6005 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * help-mode.el (help-make-xrefs): Don't just withstand
6008 cyclic-variable-indirection but any error in documentation-property.
6009
6010 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
6011 memory use.
6012 * bindings.el (bindings--define-key): New function.
6013 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
6014 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
6015 * bindings.el: Use it to purecopy define-key bindings.
6016
6017 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
6018
6019 * emacs-lisp/cl.el (flet): Mark obsolete.
6020 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
6021 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
6022 * progmodes/js.el (js-c-fill-paragraph):
6023 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
6024 (ebrowse-switch-member-buffer-to-derived-class):
6025 * play/5x5.el (5x5-solver): Use cl-flet.
6026
6027 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
6028 (cl--symbol-function): New macro.
6029 (cl--letf, cl--letf*): Use it.
6030
6031 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6032 Strip "toggle-" if any.
6033
6034 2012-06-27 Glenn Morris <rgm@gnu.org>
6035
6036 * info.el (Info-default-directory-list): Move here from paths.el.
6037 * paths.el: Remove file, which is now empty.
6038 * loadup.el: No longer load "paths".
6039
6040 * custom.el (custom-initialize-delay): Doc fix.
6041
6042 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6043 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6044 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6045 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6046 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6047 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
6048 * eshell/eshell.el (eshell-defgroup): Remove alias.
6049
6050 2012-06-27 Chong Yidong <cyd@gnu.org>
6051
6052 * help.el (help-enable-auto-load): New variable.
6053
6054 * help-fns.el (help-fns--autoloaded-p): New function.
6055 (describe-function-1): Refer to a function as "autoloaded" if it
6056 was autoloaded at any time in the past. Perform autoloading if
6057 help-enable-auto-load is non-nil.
6058
6059 2012-06-26 Eli Zaretskii <eliz@gnu.org>
6060
6061 * makefile.w32-in (compile, compile-always): Depend on
6062 update-subdirs, not on subdirs.el. Otherwise, several different
6063 sub-targets of 'bootstrap' running in parallel could
6064 simultaneously write to subdirs.el, producing a garbled file.
6065
6066 2012-06-26 Sam Steingold <sds@gnu.org>
6067
6068 * files.el (file-name-base): New convenience function.
6069 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
6070 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
6071 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
6072 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
6073 * textmodes/ispell.el, textmodes/reftex-ref.el:
6074 * textmodes/tex-mode.el: Use it.
6075 Did not touch cedet and org because they are maintained elsewhere.
6076
6077 2012-06-26 Martin Rudalics <rudalics@gmx.at>
6078
6079 * calendar/calendar.el (calendar-exit): Don't try to delete or
6080 iconify last frame. See:
6081 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
6082
6083 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
6084
6085 * server.el (server-process-filter): Remember dir in the
6086 process's `server-client-directory' properties.
6087
6088 2012-06-24 Chong Yidong <cyd@gnu.org>
6089
6090 * xml.el (xml-parse-tag): Correctly handle comment embedded in
6091 non-tag text.
6092
6093 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
6094
6095 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
6096
6097 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * help-fns.el (describe-variable): Don't croak when doc is not found.
6100 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
6101 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
6102 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
6103 * emacs-lisp/smie.el (smie-next-sexp): CSE.
6104 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
6105 ((lambda ..) ..).
6106 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
6107
6108 2012-06-23 Chong Yidong <cyd@gnu.org>
6109
6110 * info.el (Info-mouse-follow-link): Accept symbol values of
6111 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
6112 (Info-fontify-node): Use Info-link-keymap for all navigation
6113 buttons, with link-args property to perform the desired action.
6114 (Info-link-keymap): Doc fix.
6115 (Info-next-link-keymap, Info-prev-link-keymap)
6116 (Info-up-link-keymap): Delete now-unused keymaps.
6117
6118 2012-06-23 Chong Yidong <cyd@gnu.org>
6119
6120 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
6121
6122 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
6123 system abbrevs.
6124
6125 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
6126
6127 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6128
6129 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
6130 (bug#11719).
6131
6132 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
6133 the requote function doesn't work properly (bug#11714).
6134
6135 2012-06-23 Glenn Morris <rgm@gnu.org>
6136
6137 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
6138
6139 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 Further GV/CL cleanups.
6142 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
6143 gv-expander.
6144 (gv--defun-declaration): New function.
6145 (defun-declarations-alist): Use it.
6146 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
6147 (gv-place): Autoload.
6148 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
6149 original definition of dotimes and dolist.
6150 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
6151 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
6152 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
6153 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6154 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
6155 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
6156 to the function's definition.
6157 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
6158 * window.el:
6159 * files.el:
6160 * faces.el:
6161 * env.el: Don't use CL.
6162
6163 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
6164
6165 Support higher-resolution time stamps (Bug#9000).
6166
6167 * calendar/time-date.el (with-decoded-time-value): New arg
6168 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
6169 (encode-time-value): New optional arg PICO. New type 3.
6170 (time-to-seconds) [!float-time]: Support the new picoseconds
6171 component if it's used.
6172 (seconds-to-time, time-subtract, time-add):
6173 Support ps-resolution time stamps as well.
6174
6175 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
6176 (timerp): Timer vectors now have length 9, not 8.
6177 (timer--time): Support new-style (4-part) time stamps.
6178 (timer-next-integral-multiple-of-time): Time stamps now have
6179 picosecond resolution, so take a bit more care about rounding.
6180 (timer-relative-time, timer-inc-time): New optional arg psecs.
6181 (timer-set-time-with-usecs): Set psecs to 0.
6182 (timer--activate): Check psecs component, too.
6183
6184 * proced.el (proced-time-lessp): Support ps-resolution stamps.
6185
6186 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
6189 Move the non-essential binding to the post/pre-command-hook where it is
6190 more obviously correct.
6191
6192 * subr.el (read-passwd): Don't use a history at all.
6193 * savehist.el (savehist-save): Remove password saved accidentally
6194 because of the above bug.
6195
6196 2012-06-22 Bastien Guerry <bzg@gnu.org>
6197
6198 * files.el (toggle-read-only): Display a message telling whether
6199 the buffer is read-only or not (bug#11726).
6200
6201 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6202
6203 * emacs-lisp/gv.el: New file.
6204 * subr.el (push, pop): Extend to generalized variables.
6205 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
6206 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
6207 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
6208 gv-define-simple-setter, and gv-define-expander.
6209 Remove setf-methods defined in gv. Rename cl-setf -> setf.
6210 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
6211 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
6212 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
6213 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
6214 gv-letplace.
6215 (cl-defstruct): Don't define setf-method any more.
6216 * emacs-lisp/cl.el (flet): Don't autoload.
6217 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
6218 (define-setf-expander, defsetf, define-modify-macro)
6219 (cl-struct-setf-expander): Move from cl-lib.el.
6220 * emacs-lisp/syntax.el:
6221 * emacs-lisp/ewoc.el:
6222 * emacs-lisp/smie.el:
6223 * emacs-lisp/cconv.el:
6224 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
6225 (timer--time): Use gv-define-simple-setter.
6226 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
6227 to avoid coding-system problems in subr.el. Adjust all users.
6228 (macroexp--maxsize, macroexp-small-p): New functions.
6229 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
6230 * scroll-bar.el (scroll-bar-mode):
6231 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6232 (normal-erase-is-backspace-mode): Don't use the `eq' place.
6233 * winner.el (winner-configuration, winner-make-point-alist)
6234 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
6235 * files.el (locate-file-completion-table): Avoid list*.
6236
6237 2012-06-22 Chong Yidong <cyd@gnu.org>
6238
6239 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
6240 (dired-create-files): Doc fix (Bug#11329).
6241 (dired-do-copy): Doc fix (Bug#11334).
6242 (dired-mark-read-string): Doc fix (Bug#11553).
6243
6244 * dired.el (dired-recursive-copies, dired-recursive-deletes):
6245 Doc fix (Bug#11326).
6246 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
6247 (dired-dwim-target): Doc fix.
6248
6249 * wdired.el (wdired-mode): Doc fix.
6250
6251 2012-06-22 Glenn Morris <rgm@gnu.org>
6252
6253 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
6254 (pcmpl-rpm-cache-stamp-file): New constant.
6255 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
6256 (pcmpl-rpm-packages): Optionally cache list of packages.
6257
6258 * pcmpl-rpm.el (pcmpl-rpm): New group.
6259 (pcmpl-rpm-query-options): New option.
6260 (pcmpl-rpm-packages): No need to inline it.
6261 Use pcmpl-rpm-query-options.
6262
6263 * calendar/calendar.el (calendar-in-read-only-buffer):
6264 Avoid some needless mode changes.
6265
6266 2012-06-21 Chong Yidong <cyd@gnu.org>
6267
6268 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
6269 (desktop-path): Remove . from the default value (Bug#10977).
6270 (desktop-read): Use user-emacs-directory if desktop-path is nil.
6271
6272 2012-06-20 Chong Yidong <cyd@gnu.org>
6273
6274 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6275
6276 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
6277
6278 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6279 (bug#11201).
6280
6281 2012-06-20 Chong Yidong <cyd@gnu.org>
6282
6283 * term.el (term-window-width): Handle the case of a missing right
6284 fringe (Bug#8837).
6285 (term-check-size): Use window-text-height (Bug#5445).
6286 (term-mode): Use define-derived-mode. Minor cleanups.
6287 Set font-lock-defaults (Bug#7692).
6288 (term-move-columns, term-insert-char, term-emulate-terminal)
6289 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
6290
6291 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
6292
6293 * net/ange-ftp.el (ange-ftp-get-passwd):
6294 Bind `enable-recursive-minibuffers'.
6295 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6296
6297 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
6298
6299 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6300
6301 2012-06-19 Glenn Morris <rgm@gnu.org>
6302
6303 * progmodes/python.el (python-mode): Derive from prog-mode.
6304
6305 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6306
6307 * emulation/edt.el (edt-default-menu-bar-update-buffers)
6308 (edt-user-menu-bar-update-buffers): New functions.
6309 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6310
6311 2012-06-19 Chong Yidong <cyd@gnu.org>
6312
6313 * subr.el (with-selected-window): Preserve the selected window's
6314 terminal's top-frame (Bug#4702).
6315
6316 * window.el (save-selected-window): Likewise.
6317
6318 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * progmodes/python.el (python-rx-constituents): Move backquote.
6321 (python-skeleton-define, python-define-auxiliary-skeleton):
6322 Use `declare'.
6323
6324 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
6325
6326 * minibuffer.el (read-file-name-default): Revert the patch from
6327 2012-06-17.
6328
6329 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6332 (pcase--u1, pcase--q1): Don't use apply-partially.
6333
6334 2012-06-18 Glenn Morris <rgm@gnu.org>
6335
6336 * progmodes/python.el (python-proc, python-buffer)
6337 (python-send-receive, python-send-string): Fix obsolete versions.
6338
6339 2012-06-18 Martin Rudalics <rudalics@gmx.at>
6340
6341 * window.el (special-display-p): Completely remove stringp
6342 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6343
6344 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
6345
6346 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6347
6348 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6349
6350 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6351 * net/tramp-sh.el (tramp-maybe-open-connection):
6352 Throw if `non-essential' is non-nil.
6353
6354 2012-06-17 Martin Rudalics <rudalics@gmx.at>
6355
6356 * window.el (special-display-p): Signal an error if BUFFER-NAME
6357 is not a string (Bug#11713).
6358
6359 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6360
6361 * progmodes/python.el (python-info-beginning-of-backslash):
6362 Rename from python-info-beginning-of-backlash, as a spelling fix.
6363
6364 2012-06-17 Chong Yidong <cyd@gnu.org>
6365
6366 * term.el (term-emulate-terminal): If term-check-size is called,
6367 move point to the process mark without resetting point (Bug#4635).
6368
6369 2012-06-17 Glenn Morris <rgm@gnu.org>
6370
6371 * international/mule-cmds.el (mule-menu-keymap)
6372 (set-language-environment, set-locale-environment): Doc tweaks.
6373
6374 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6375
6376 * cus-face.el (custom-face-attributes): Add wave-style underline
6377 attribute.
6378 * faces.el (set-face-attribute): Update docstring to describe
6379 wave-style underline attribute.
6380
6381 2012-06-16 Chong Yidong <cyd@gnu.org>
6382
6383 * term/xterm.el (terminal-init-xterm): Discard input before
6384 querying background mode (Bug#10959).
6385
6386 2012-06-16 Stefan Merten <smerten@oekonux.de>
6387
6388 * textmodes/rst.el: Added and corrected some comments.
6389 (rst-re-alist-def): Improve symbol syntax.
6390 (rst-mode-syntax-table): Correct syntax entries.
6391 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6392 (rst-official-version, rst-official-cvs-rev): Update version
6393 information.
6394
6395 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
6396
6397 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6398 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6399
6400 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6401
6402 * progmodes/python.el: New python.el merge.
6403 (python-guess-indent): Obsolete var.
6404 (python-indent-guess-indent-offset): New defcustom.
6405 (python-indent): Obsolete var.
6406 (python-indent-offset): New defcustom.
6407 (python-python-command, python-jython-command): Delete var.
6408 (python-shell-interpreter): New defcustom.
6409 (python-pdbtrack-do-tracking-p): Delete var.
6410 (python-pdbtrack-activate): New defcustom.
6411 (python-use-skeletons): Obsolete var.
6412 (python-skeleton-autoinsert): New defcustom.
6413 (inferior-python-filter-regexp, python-continuation-offset)
6414 (python-honour-comment-indentation, python-indent-string-contents)
6415 (python-jython-packages, python-mode-hook)
6416 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6417 (python-shell-prompt-alist)
6418 (python-source-modes): Delete defcustoms.
6419 (python-check-buffer-name, python-eldoc-setup-code)
6420 (python-eldoc-string-code, python-ffap-setup-code)
6421 (python-ffap-string-code, python-fill-comment-function)
6422 (python-fill-decorator-function, python-fill-paren-function)
6423 (python-fill-string-function, python-imenu-include-defun-type)
6424 (python-imenu-make-tree, python-imenu-subtree-root-label)
6425 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6426 (python-shell-compilation-regexp-alist)
6427 (python-shell-completion-module-string-code)
6428 (python-shell-completion-pdb-string-code)
6429 (python-shell-completion-setup-code)
6430 (python-shell-completion-string-code)
6431 (python-shell-enable-font-lock, python-shell-exec-path)
6432 (python-shell-extra-pythonpaths)
6433 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6434 (python-shell-process-environment)
6435 (python-shell-prompt-block-regexp)
6436 (python-shell-prompt-output-regexp)
6437 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6438 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6439 (python-shell-virtualenv-path): New defcustoms.
6440 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6441 (inferior-python-mode-syntax-table, python--prompt-regexp)
6442 (python-buffer, python-command python-python-command)
6443 (python-default-template, python-imports, python-indent-index)
6444 (python-indent-list, python-indent-list-length)
6445 (python-mode-running, python-pdbtrack-is-tracking-p)
6446 (python-preoutput-continuation, python-preoutput-leftover)
6447 (python-preoutput-result, python-preoutput-skip-next-prompt)
6448 (python-prev-dir/file, python-recursing)
6449 (python-saved-check-command, python-version-checked)
6450 (python-which-func-length-limit)
6451 (view-return-to-alist): Delete vars.
6452 (python-check-custom-command, python-dotty-syntax-table)
6453 (python-imenu-index-alist, python-indent-current-level)
6454 (python-indent-dedenters, python-indent-levels)
6455 (python-nav-beginning-of-defun-regexp)
6456 (python-nav-list-defun-positions-cache)
6457 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6458 (python-shell-internal-buffer)
6459 (python-skeleton-available): New vars.
6460 (def-python-skeleton): Delete macro.
6461 (python-skeleton-define): New macro.
6462 (python-define-auxiliary-skeleton, python-rx): New macros.
6463 (python-insert-class): Delete command.
6464 (python-skeleton-class): New command.
6465 (python-insert-def): Delete command.
6466 (python-skeleton-def): New command.
6467 (python-insert-for): Delete command.
6468 (python-skeleton-for): New command.
6469 (python-insert-if): Delete command.
6470 (python-skeleton-if): New command.
6471 (python-insert-try/except, python-insert-try/finally): Delete commands.
6472 (python-skeleton-try): New command.
6473 (python-insert-while): Delete command.
6474 (python-skeleton-while): New command.
6475 (python-backspace): Delete command.
6476 (python-indent-dedent-line-backspace): New command.
6477 (python-electric-colon): Delete command.
6478 (python-indent-electric-colon): New command.
6479 (python-guess-indent): Delete command.
6480 (python-indent-guess-indent-offset): New command.
6481 (python-shift-left): Delete command.
6482 (python-indent-shift-left): New command.
6483 (python-shift-right): Delete command.
6484 (python-indent-shift-right): New command.
6485 (python-find-function): Delete command.
6486 (python-nav-jump-to-defun): New command.
6487 (python-next-statement): Delete command.
6488 (python-nav-forward-sentence): New command.
6489 (python-previous-statement): Delete command.
6490 (python-nav-backward-sentence): New command.
6491 (python-fill-paragraph): Delete command.
6492 (python-fill-paragraph-function): New command.
6493 (python-send-buffer): Delete command.
6494 (python-shell-send-buffer): New command.
6495 (python-send-defun): Delete command.
6496 (python-shell-send-defun): New command.
6497 (python-send-region, python-send-region-and-go): Delete commands.
6498 (python-shell-send-region)
6499 (python-shell-switch-to-shell): New commands.
6500 (python-send-string): Delete command.
6501 (python-shell-send-string): New command.
6502 (python-switch-to-python): Delete command.
6503 (python-shell-switch-to-shell): New command.
6504 (python-describe-symbol): Delete command.
6505 (python-eldoc-at-point): New command.
6506 (python--set-prompt-regexp, python-args-to-list)
6507 (python-after-info-look, python-check-version)
6508 (python-check-comint-prompt, python-find-imports)
6509 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6510 (python-unload-function, python-expand-template)
6511 (python-maybe-jython, python-preoutput-filter)
6512 (python-pdbtrack-get-source-buffer)
6513 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6514 (python-pdbtrack-toggle-stack-tracking)
6515 (python-pdbtrack-track-stack-file, python-initial-text)
6516 (python-first-word, python-comment-line-p, python-send-command)
6517 (python-setup-brm, python-sentinel, python-set-proc)
6518 (python-skip-out, python-input-filter, python-outdent-p)
6519 (python-outline-level, python-backslash-continuation-line-p)
6520 (python-end-of-block, python-end-of-statement, python-mark-block)
6521 (python-beginning-of-block, python-beginning-of-statement)
6522 (python-blank-line-p, python-beginning-of-string)
6523 (python-open-block-statement-p): Delete functions.
6524 (python-indent-line, python-indent-line-1): Delete functions.
6525 (python-indent-line): New function.
6526 (python-indentation-levels): Delete function.
6527 (python-indent-calculate-levels): New function.
6528 (python-proc): Delete function.
6529 (python-shell-get-process): New function.
6530 (python-send-receive): Delete function.
6531 (python-shell-send-string-no-output): New function.
6532 (python-module-path): Delete function.
6533 (python-ffap-module-path): New function.
6534 (python-completion-at-point)
6535 (python-symbol-completions): Delete functions.
6536 (python-completion-complete-at-point): New function.
6537 (python-load-file): Delete function.
6538 (python-shell-send-file): New function.
6539 (python-calculate-indentation): Delete function.
6540 (python-indent-calculate-indentation): New function.
6541 (python-skip-comments/blanks): Delete function.
6542 (python-util-forward-comment): New function.
6543 (python-continuation-line-p): Delete function.
6544 (python-info-continuation-line-p): New function.
6545 (python-which-func, python-current-defun): Delete function.
6546 (python-info-current-defun): New function.
6547 (python-beginning-of-defun): Delete function.
6548 (python-nav-beginning-of-defun): New function.
6549 (python-close-block-statement-p)
6550 (python-block-end-p): Delete function.
6551 (python-info-closing-block): New function.
6552 (python-comint-output-filter-function)
6553 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6554 (python-fill-comment, python-fill-decorator, python-fill-paren)
6555 (python-fill-string, python-imenu-make-element-tree)
6556 (python-imenu-make-tree, python-imenu-tree-assoc)
6557 (python-indent-context, python-indent-dedent-line)
6558 (python-indent-line-function)
6559 (python-indent-post-self-insert-function)
6560 (python-indent-toggle-levels)
6561 (python-info-assignment-continuation-line-p)
6562 (python-info-beginning-of-backlash)
6563 (python-info-block-continuation-line-p)
6564 (python-info-closing-block-message)
6565 (python-info-line-ends-backslash-p)
6566 (python-info-looking-at-beginning-of-defun)
6567 (python-info-ppss-context, python-info-ppss-context-type)
6568 (python-nav-list-defun-positions, python-nav-read-defun)
6569 (python-nav-sentence-end, python-nav-sentence-start)
6570 (python-pdbtrack-comint-output-filter-function)
6571 (python-pdbtrack-set-tracked-buffer)
6572 (python-shell-calculate-exec-path)
6573 (python-shell-calculate-process-environment)
6574 (python-shell-completion--do-completion-at-point)
6575 (python-shell-completion--get-completions)
6576 (python-shell-completion-complete-at-point)
6577 (python-shell-completion-complete-or-indent)
6578 (python-shell-get-or-create-process)
6579 (python-shell-get-process-name)
6580 (python-shell-internal-get-or-create-process)
6581 (python-shell-internal-get-process-name)
6582 (python-shell-internal-send-string, python-shell-make-comint)
6583 (python-shell-parse-command, python-shell-send-setup-code)
6584 (python-skeleton-add-menu-items)
6585 (python-util-clone-local-variables, python-util-position)
6586 (run-python-internal, python-indentation-levels)
6587 (python-nav-beginning-of-defun)
6588 (python-completion-complete-at-point): New functions.
6589 (run-python): Change arguments. New API requirements.
6590
6591 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6594 (bug#11649).
6595
6596 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6597 (macroexp--expand-all): Use it.
6598
6599 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6600 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6601 Use `cl-function' instead.
6602
6603 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6604
6605 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6606 Suggested by Stefan Monnier while discussing bug#11657.
6607
6608 2012-06-14 Sam Steingold <sds@gnu.org>
6609
6610 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6611
6612 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6613
6614 * play/doctor.el (doctor-doc): Remove parameter and use
6615 doctor-sent instead of sent.
6616 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6617
6618 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * files.el: Require cl-lib.
6621 (file-name-non-special): Replace case -> cl-case.
6622
6623 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6624
6625 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6626 mapping from #' to function*.
6627
6628 2012-06-13 Chong Yidong <cyd@gnu.org>
6629
6630 * mouse.el (mouse-drag-track): Do not set the mark if the user
6631 releases the mouse without selecting anything (Bug#11588).
6632
6633 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6636 as well (bug#11646).
6637
6638 * loadup.el: Count byte-code functions as well.
6639
6640 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6641 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6642
6643 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6644 (bug#11649). Add cl-defun and cl-defmacro.
6645
6646 2012-06-13 Drew Adams <drew.adams@oracle.com>
6647
6648 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6649 Fix last change.
6650
6651 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6652
6653 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6654 Otherwise, it blocks in batch mode.
6655
6656 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6657
6658 * help-mode.el (bookmark-make-record-default): Declare.
6659
6660 2012-06-13 Chong Yidong <cyd@gnu.org>
6661
6662 * emacs-lisp/package.el (list-packages): Compute a list of
6663 packages that are newly-available since the last list-packages
6664 invocation.
6665 (package-menu--new-package-list): New var.
6666 (package-menu--generate, package-menu--print-info)
6667 (package-menu--status-predicate, package-menu-mark-install):
6668 Handle new status label "new".
6669
6670 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6671
6672 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6673 conversion to backquotes.
6674
6675 2012-06-12 Chong Yidong <cyd@gnu.org>
6676
6677 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6678 Rename from gud-inhibit-global-bindings.
6679
6680 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6681
6682 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6683 hook from nxml-glyph-set-hook.
6684
6685 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6686 declaration.
6687
6688 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6689
6690 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6691 Convert to defcustom.
6692
6693 2012-06-12 Drew Adams <drew.adams@oracle.com>
6694
6695 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6696 New functions.
6697 (help-mode): Use them.
6698
6699 2012-06-11 Glenn Morris <rgm@gnu.org>
6700
6701 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6702 Use preprocessor face for directives.
6703 (fortran-directive-re): Doc fix.
6704
6705 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6706
6707 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6708 conversion to backquotes (bug#11652).
6709
6710 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6711 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6712 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6713 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6714 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6715 (cl-ninth, cl-tenth): Mark them as inlinable.
6716 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6717 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6718 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6719 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6720 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6721 (cl-list*, cl-adjoin): Don't put an autoload manually.
6722 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6723 (cl--compiler-macro-list*): Add autoload cookie.
6724 (cl--compiler-macro-cXXr): New function.
6725
6726 * help-fns.el (help-fns--compiler-macro): New function extracted from
6727 describe-function-1; follow aliases and use `compiler-macro' property.
6728 (describe-function-1): Use it.
6729
6730 2012-06-11 Chong Yidong <cyd@gnu.org>
6731
6732 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6733 is uninstalled, if imagemagick is installed.
6734
6735 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * emacs-lisp/cl-lib.el: Use lexical-binding.
6738 (cl-map-extents, cl-maclisp-member): Remove.
6739 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6740 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6741 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6742 * emacs-lisp/cl-extra.el: Use lexical-binding.
6743 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6744 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6745 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6746 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6747 * emacs-lisp/cl-seq.el: Use lexical-binding.
6748 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6749 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6750 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6751 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6752 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6753 CL's internals.
6754
6755 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6756
6757 Sync with Tramp 2.2.6-pre.
6758
6759 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6760 `print-length' and `print-level' to nil, in order to avoid
6761 truncation. Reported by Christopher Schmidt
6762 <christopher@ristopher.com>.
6763
6764 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6765
6766 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6767 New defmacro.
6768 (tramp-compat-copy-directory): Add optional argument
6769 COPY-CONTENTS. It is not handled yet.
6770
6771 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6772 (tramp-ftp-file-name-p): Simplify.
6773
6774 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6775 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6776 connection vector.
6777
6778 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6779 (tramp-methods): Do not use `tramp-password-end-of-line'.
6780 (tramp-completion-function-alist-putty): Handle UNIX case.
6781 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6782 (tramp-do-file-attributes-with-stat)
6783 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6784 gid as real numbers. They could run out of integer range on cygwin.
6785 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6786 (tramp-sh-handle-expand-file-name): Handle hops.
6787 (tramp-open-connection-setup-interactive-shell):
6788 Use `tramp-cleanup'. Move check for busyboxes ...
6789 (tramp-find-shell): ... here. Simplify implementation.
6790 Set "remote-shell" property also for alternative shells.
6791 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6792 If failing, a regular file would be written otherwise.
6793 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6794 (tramp-find-inline-encoding): Cache the coding commands in the
6795 process cache. Apply test command on the remote side, if defined.
6796 (tramp-find-inline-compress): Cache the compress commands in the
6797 process cache.
6798 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6799 when requested. Handle hops.
6800 (tramp-current-connection): New defvar.
6801 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6802 Throw `suppress', if there was a failed connection shortly before.
6803 Handle user interrupt. (Bug#10187)
6804 (tramp-get-inline-compress, tramp-get-inline-coding):
6805 Read connection properties from the process cache.
6806
6807 * net/tramp-smb.el (tramp-smb-server-version)
6808 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6809 New defconsts.
6810 (tramp-smb-prompt): Extend for powershell prompt.
6811 (tramp-smb-file-name-handler-alist): Add handlers for
6812 `process-file', `shell-command' and `start-file-process'.
6813 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6814 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6815 (tramp-smb-file-name-p): Simplify.
6816 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6817 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6818 (tramp-smb-shell-quote-argument): New defuns.
6819 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6820 Implement using "tar". By this, time-stamps are preserved.
6821 (tramp-smb-handle-copy-file): Handle also the case of directories.
6822 (tramp-smb-do-file-attributes-with-stat)
6823 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6824 Use `tramp-get-connection-buffer').
6825 (tramp-smb-handle-rename-file): Use "rename", when source and
6826 target are on the same share.
6827 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6828 Use `tramp-smb-server-version'.
6829 (tramp-smb-wait-for-output): Remove prompt.
6830
6831 * net/tramp.el (top): Require 'cl.
6832 (tramp-methods, tramp-rsh-end-of-line):
6833 Remove `tramp-password-end-of-line' from docstring.
6834 (tramp-save-ad-hoc-proxies): New defcustom.
6835 (tramp-completion-function-alist): Adapt docstring.
6836 (tramp-default-password-end-of-line): Remove defcustom.
6837 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6838 (tramp-user-regexp, tramp-file-name-regexp-unified)
6839 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6840 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6841 (tramp-remote-file-name-spec-regexp): New defconst.
6842 (tramp-file-name-structure): Extend structure for hops.
6843 (tramp-get-method-parameter): Move up.
6844 (tramp-file-name-p, tramp-dissect-file-name)
6845 (with-parsed-tramp-file-name): Handle hops.
6846 (tramp-file-name-hop): New defun.
6847 (tramp-make-tramp-file-name): New optional arg HOP.
6848 (tramp-message-show-progress-reporter-message): New defvar.
6849 (tramp-with-progress-reporter): Use it. We cannot use
6850 `tramp-message-show-message' here, because this suppresses also
6851 error buffers.
6852 (tramp-error-with-buffer): Suppress buffer view, if
6853 `tramp-message-show-message' is nil.
6854 Use `tramp-get-connection-buffer'.
6855 (tramp-cleanup): New defun.
6856 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6857 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6858 an error unchanged.
6859 (tramp-completion-handle-file-name-all-completions): Handle hops.
6860 Fix an error when called from ido.
6861 (tramp-completion-dissect-file-name): Use better local variable
6862 name. Add hop to the vector.
6863 (tramp-handle-insert-file-contents): Use progress-reporter for the
6864 whole scenario.
6865 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6866 to `t'.
6867 (tramp-check-for-regexp): Simplify search.
6868 (tramp-enter-password): Remove it. Move implementation ...
6869 (tramp-action-password): ... here.
6870 (tramp-mode-string-to-int, tramp-local-host-p)
6871 (tramp-make-tramp-temp-file, tramp-read-passwd)
6872 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6873 Set tramp-autoload cookie.
6874
6875 * net/trampver.el: Update release number.
6876
6877 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6878 Michael Albinus <michael.albinus@gmx.de>
6879
6880 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6881 (tramp-parse-group, tramp-parse-file)
6882 (tramp-parse-shostkeys-sknownhosts): New defuns.
6883 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6884 (tramp-parse-shosts-group, tramp-parse-sconfig)
6885 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6886 (tramp-parse-sknownhosts, tramp-parse-hosts)
6887 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6888 Use them.
6889 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6890 (tramp-parse-putty-group): Don't narrow.
6891 (tramp-parse-putty): Make a loop.
6892 (tramp-file-name-handler): Catch the `suppress' signal.
6893
6894 2012-06-11 Chong Yidong <cyd@gnu.org>
6895
6896 * image.el (imagemagick-register-types): Put the ImageMagick entry
6897 at the end of image-type-file-name-regexps.
6898
6899 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6900
6901 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6902 (pcase, pcase-let*, pcase-dolist): Use them.
6903
6904 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6905
6906 * emacs-lisp/pcase.el (pcase--let*): New function.
6907 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6908 (pcase--expand): Use macroexp-let².
6909
6910 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6913 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6914 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6915 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6916 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6917 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6918
6919 2012-06-10 Glenn Morris <rgm@gnu.org>
6920
6921 * mail/rmail.el (rmail-yank-current-message): Leave point at
6922 correct position. (Bug#11660)
6923
6924 2012-06-10 Chong Yidong <cyd@gnu.org>
6925
6926 * allout-widgets.el: Fix code header.
6927
6928 2012-06-10 Chong Yidong <cyd@gnu.org>
6929
6930 * cus-edit.el (customize-changed-options-previous-release):
6931 Bump to 24.1.
6932
6933 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6934
6935 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6936
6937 2012-06-09 Chong Yidong <cyd@gnu.org>
6938
6939 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6940
6941 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6942
6943 * window.el (special-display-popup-frame): Don't use
6944 window--display-buffer (Bug#11651).
6945
6946 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6947
6948 Fix parallel builds: make sure loaddefs.el is not being written
6949 while Lisp files are compiled.
6950 (compile): Don't depend on 'mh-autoloads'.
6951 (compile-CMD, compile-SH): Depend on 'autoloads'.
6952 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6953
6954 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6955
6956 2012-06-09 Chong Yidong <cyd@gnu.org>
6957
6958 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6959 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6960 Doc fixes (Bug#11225).
6961
6962 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6965 a function if there's a clear indication that it has a compiler-macro.
6966 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6967 (macro-declarations-alist): Add arglist to declaration functions.
6968 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6969 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6970 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6971 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6972 Also add autoload to find the compiler macro.
6973 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6974 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6975 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6976 (cl--compiler-macro-get): New functions, replacing calls to
6977 cl-define-compiler-macro.
6978 (cl-typep) [compiler-macro]: Use macroexp-let².
6979
6980 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6981
6982 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6983 string properly, fixes Bug#11473.
6984
6985 2012-06-08 Chong Yidong <cyd@gnu.org>
6986
6987 * faces.el (set-face-attribute): Doc fix.
6988 (modify-face): Don't use :bold and :italic.
6989 (error, warning, success): Tweak definitions.
6990
6991 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6992 (custom-modified, custom-set, custom-changed, custom-themed)
6993 (custom-saved, custom-button, custom-button-mouse)
6994 (custom-button-pressed, custom-state, custom-comment-tag)
6995 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6996 (custom-group-subtitle): Use new-style face specs.
6997 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6998 (custom-set-face, custom-changed-face, custom-saved-face)
6999 (custom-button-face, custom-button-pressed-face)
7000 (custom-documentation-face, custom-state-face)
7001 (custom-comment-face, custom-comment-tag-face)
7002 (custom-variable-tag-face, custom-variable-button-face)
7003 (custom-face-tag-face, custom-group-tag-face-1)
7004 (custom-group-tag-face): Remove obsolete face alias.
7005
7006 * epa.el (epa-validity-high, epa-validity-medium)
7007 (epa-validity-low, epa-mark, epa-field-name, epa-string)
7008 (epa-field-name, epa-field-body):
7009 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7010 (font-lock-keyword-face, font-lock-builtin-face)
7011 (font-lock-function-name-face, font-lock-variable-name-face)
7012 (font-lock-type-face, font-lock-constant-face):
7013 * ido.el (ido-first-match, ido-only-match, ido-subdir)
7014 (ido-virtual, ido-indicator, ido-incomplete-regexp):
7015 * speedbar.el (speedbar-button-face, speedbar-file-face)
7016 (speedbar-directory-face, speedbar-tag-face)
7017 (speedbar-selected-face, speedbar-highlight-face)
7018 (speedbar-separator-face):
7019 * whitespace.el (whitespace-newline, whitespace-space)
7020 (whitespace-hspace, whitespace-tab, whitespace-trailing)
7021 (whitespace-line, whitespace-space-before-tab)
7022 (whitespace-space-after-tab, whitespace-indentation)
7023 (whitespace-empty):
7024 * emulation/cua-base.el (cua-global-mark):
7025 * eshell/em-prompt.el (eshell-prompt):
7026 * net/newst-plainview.el (newsticker-new-item-face)
7027 (newsticker-old-item-face, newsticker-immortal-item-face)
7028 (newsticker-obsolete-item-face, newsticker-date-face)
7029 (newsticker-statistics-face, newsticker-default-face):
7030 * net/newst-reader.el (newsticker-feed-face)
7031 (newsticker-extra-face, newsticker-enclosure-face):
7032 * net/newst-treeview.el (newsticker-treeview-face)
7033 (newsticker-treeview-new-face, newsticker-treeview-old-face)
7034 (newsticker-treeview-immortal-face)
7035 (newsticker-treeview-obsolete-face)
7036 (newsticker-treeview-selection-face):
7037 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
7038 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
7039 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
7040 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
7041 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
7042 (nxml-outline-active-indicator, nxml-outline-ellipsis):
7043 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
7044 (mpuz-text):
7045 * progmodes/vera-mode.el (vera-font-lock-number)
7046 (vera-font-lock-function, vera-font-lock-interface):
7047 * textmodes/table.el (table-cell): Use new-style face specs, and
7048 don't use the old :bold and :italic attributes.
7049
7050 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7051 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
7052 (ebrowse-member-class, ebrowse-progress): Likewise.
7053 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7054 (ebrowse-file-name-face, ebrowse-default-face)
7055 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7056 (ebrowse-progress-face): Remove obsolete faces.
7057
7058 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7059 Inherit from error and warning faces respectively.
7060
7061 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7062 Likewise.
7063 (flyspell-incorrect-face, flyspell-duplicate-face):
7064 Remove obsolete aliases.
7065
7066 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
7067
7068 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7069 Avoid infloop.
7070
7071 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * startup.el (argv, argi): Make lexically scoped.
7074 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
7075 * emacs-lisp/cl-macs.el: Use lexical-binding.
7076 Rename cl-bind-* to cl--bind-*.
7077 * files.el: Don't require `cl' since it doesn't use it.
7078 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
7079
7080 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
7081
7082 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
7083 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
7084 instead of calling external sort utility.
7085 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
7086
7087 2012-06-08 Eli Zaretskii <eliz@gnu.org>
7088
7089 * descr-text.el (describe-char): Mention how to insert the
7090 character, if the current input method doesn't support it.
7091 See the discussion in this thread for the details:
7092 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
7093
7094 2012-06-08 Sam Steingold <sds@gnu.org>
7095
7096 * bindings.el (global-map): Bind XF86Forward to next-buffer and
7097 XF86Back to previous-buffer.
7098 (minibuffer-local-map): Bind them to next-history-element and
7099 previous-history-element respectively.
7100 * help-mode.el (help-mode-map): Bind them to help-go-forward and
7101 help-go-back respectively.
7102 * info.el (Info-mode-map): Bind them to Info-history-forward and
7103 Info-history-back respectively.
7104 These are the keys next to Up on the ThinkPad keyboard.
7105
7106 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
7109 * emacs-lisp/cl-macs.el: Provide itself.
7110 (cl--labels-convert-cache): New var.
7111 (cl--labels-convert): New function.
7112 (cl-flet, cl-labels): New implementation with new semantics, relying on
7113 lexical-binding.
7114 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
7115 (cl-closure-vars, cl--function-convert-cache)
7116 (cl--function-convert): Move from cl-macs.el.
7117 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
7118 rename by removing the "cl-" prefix.
7119 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
7120
7121 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
7124 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
7125 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
7126 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
7127 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
7128 (cl-hash-table-count): Add old compatibility aliases.
7129
7130 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
7131 Use macroexpand-all-environment instead.
7132 (cl--old-macroexpand): New var.
7133 (cl--sm-macroexpand): New function.
7134 (cl-symbol-macrolet): Use it during macro expansion.
7135 (cl--function-convert-cache): New var.
7136 (cl--function-convert): New function, extracted from
7137 cl-macroexpand-all.
7138 (cl-lexical-let): Use it.
7139
7140 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
7141 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
7142 (cl-member): Remove old alias.
7143
7144 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
7145 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
7146 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
7147 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
7148 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
7149 (cl-macroexpand-cmacs): Remove var.
7150 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
7151 Use macroexpand-all instead.
7152
7153 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
7156 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
7157 (macroexp-copyable-p): New functions and macros.
7158 * emacs-lisp/edebug.el (edebug-unwrap):
7159 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
7160 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
7161 (pcase--let*): Remove.
7162 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
7163 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
7164 macroexp-const-p instead.
7165 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
7166
7167 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
7168 instead of "cl-" for internal definitions. Use macroexp-const-p.
7169 (cl-old-bc-file-form): Remove var.
7170 (cl-const-exprs-p): Remove fun.
7171 (cl-labels, cl-macrolet): Use backquote.
7172 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
7173 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
7174 (cl-define-setf-expander): Rename from cl-define-setf-method.
7175 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
7176
7177 * international/mule-cmds.el: Don't require CL.
7178 (view-hello-file): Don't use `letf'.
7179
7180 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * tmm.el (tmm-prompt): Use string-prefix-p.
7183 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
7184 (tmm-add-prompt): Use minibuffer-completion-help.
7185 (tmm-delete-map): Remove.
7186
7187 * subr.el (kbd): Make it its own function.
7188
7189 2012-06-07 Stefan Merten <smerten@oekonux.de>
7190
7191 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
7192 Silence compiler warnings. Fix versions.
7193 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7194 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
7195 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7196 (rst-package-emacs-version-alist): Correct Emacs version to
7197 represent major merge with upstream.
7198 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7199
7200 2012-06-06 Glenn Morris <rgm@gnu.org>
7201
7202 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
7203 Only print environment variables if set.
7204
7205 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
7208 (macroexp--cons): Rename from maybe-cons.
7209 (macroexp--accumulate): Rename from macroexp-accumulate.
7210 (macroexp--all-forms): Rename from macroexpand-all-forms.
7211 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
7212 (macroexp--expand-all): Rename from macroexpand-all-1.
7213
7214 2012-06-06 Sam Steingold <sds@gnu.org>
7215
7216 * calendar/calendar.el (calendar-in-read-only-buffer):
7217 Call `special-mode' to enable the standard read-only keybindings.
7218
7219 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7220
7221 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
7222 with "loading" messages (bug#11635).
7223
7224 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
7225
7226 * files.el (enable-remote-dir-locals): New option.
7227 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
7228
7229 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7230 Ensure, that the temp directory is local.
7231
7232 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
7233 `temporary-file-directory'.
7234
7235 * progmodes/python.el (python-send-region): Ensure, that the
7236 temporary file is created also in the remote case.
7237
7238 2012-06-06 Glenn Morris <rgm@gnu.org>
7239
7240 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
7241 (vc-rcs-update-changelog): Use it.
7242
7243 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
7244
7245 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
7246 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
7247 (vc-sccs-diff): Replace use of the external vcdiff script.
7248
7249 2012-06-05 Glenn Morris <rgm@gnu.org>
7250
7251 * ledit.el: Move to obsolete/.
7252
7253 2012-06-05 Sam Steingold <sds@gnu.org>
7254
7255 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
7256 patch (Bug#11140).
7257
7258 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * emacs-lisp/cust-print.el: Move to obsolete.
7261
7262 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
7263 compiler-macro expansion.
7264
7265 Add native compiler-macro support.
7266 * emacs-lisp/macroexp.el (macroexpand-all-1):
7267 Support compiler-macros directly. Properly follow aliases and apply
7268 the compiler macros more thoroughly.
7269 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
7270 macroexpand now properly follows aliases.
7271 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7272 (cl-compiler-macroexpand): Use new prop.
7273 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7274
7275 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7276
7277 2012-06-05 Martin Rudalics <rudalics@gmx.at>
7278
7279 * window.el (get-lru-window, get-mru-window, get-largest-window):
7280 New argument NOT-SELECTED to avoid picking the selected window.
7281 (window--display-buffer-1, window--display-buffer-2): Replace by
7282 new function window--display-buffer
7283 (display-buffer-same-window, display-buffer-reuse-window)
7284 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7285 Use window--display-buffer.
7286 (display-buffer-use-some-window): Remove temporary dedication
7287 hack by calling get-lru-window and get-largest-window with
7288 NOT-SELECTED argument non-nil. Call window--display-buffer.
7289
7290 2012-06-05 Glenn Morris <rgm@gnu.org>
7291
7292 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7293 Replace external vcdiff script.
7294
7295 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7298
7299 2012-06-04 Chong Yidong <cyd@gnu.org>
7300
7301 * image.el (imagemagick-types-inhibit): Revert last change.
7302 Add INFO and M.
7303 (imagemagick-enabled-types): Remove CIN and EPS*.
7304
7305 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * emacs-lisp/cl-lib.el: Rename from cl.el.
7308 * emacs-lisp/cl.el: New compatibility file.
7309 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7310 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7311 to obey the "cl-" prefix.
7312 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7313
7314 2012-06-03 Glenn Morris <rgm@gnu.org>
7315
7316 * emacs-lisp/authors.el (authors-aliases): Addition.
7317
7318 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7319 Fix :version.
7320
7321 2012-06-03 Stefan Merten <smerten@oekonux.de>
7322
7323 * textmodes/rst.el: Add comments.
7324 (rst-transition, rst-adornment): New faces.
7325 (rst-adornment-faces-alist): Make default safe to reevaluate.
7326 Fixes
7327 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7328 Improve customization tags.
7329 (rst-define-level-faces): Clarify meaning.
7330
7331 2012-06-03 Chong Yidong <cyd@gnu.org>
7332
7333 * progmodes/compile.el (compilation-mode-line-fail)
7334 (compilation-mode-line-run, compilation-mode-line-exit):
7335 New faces.
7336 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7337
7338 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7339
7340 * progmodes/which-func.el (which-func-update-ediff-windows):
7341 New function. Use it in ediff-select-hook (Bug#11478).
7342
7343 2012-06-03 Chong Yidong <cyd@gnu.org>
7344
7345 * bindings.el: Remove explicit help text from format-mode-line.
7346 It is now supplied by mode-line-default-help-echo.
7347 (mode-line-front-space, mode-line-end-spaces)
7348 (mode-line-misc-info): New variables.
7349 (mode-line-modes, mode-line-position): Move the default value to
7350 the variable definition.
7351 (mode-line-default-help-echo): New defcustom.
7352 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7353 (mode-line-modified-help-echo): New functions.
7354 (mode-line-mule-info, mode-line-modified): Use them.
7355 (mode-line-eol-desc, propertized-buffer-identification):
7356 Consistency fixes for help text.
7357 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7358 set-buffer-file-coding-system (Bug#289).
7359 (mode-line-mule-info-help-echo): Update help text.
7360
7361 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7362
7363 * simple.el (execute-extended-command): Set real-this-command
7364 (bug#11506).
7365
7366 2012-06-02 Chong Yidong <cyd@gnu.org>
7367
7368 Remove incorrect uses of "modeline" in comments, docstrings, and
7369 function/variable names (Bug#10329).
7370
7371 * cus-edit.el (mode-line):
7372 * dframe.el (dframe-mouse-hscroll):
7373 * emacs-lisp/re-builder.el:
7374 * emacs-lisp/easy-mmode.el (define-minor-mode):
7375 * frame.el (set-frame-name):
7376 * help.el (lookup-minor-mode-from-indicator):
7377 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7378 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7379 (c-toggle-hungry-state):
7380 * progmodes/antlr-mode.el (antlr-language-alist):
7381 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7382 * progmodes/vhdl-mode.el (vhdl-mode):
7383 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7384 * term/ns-win.el (ns-face-at-pos):
7385 * term/sup-mouse.el (sup-mouse-report):
7386 * textmodes/flyspell.el (flyspell-mode-line-string):
7387 * textmodes/ispell.el (ispell-highlight-face):
7388 * textmodes/reftex-global.el:
7389 * vc/vc-arch.el (vc-arch-mode-line-string):
7390 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7391 * vc/vc-git.el (vc-git-mode-line-string):
7392 * vc/vc-hooks.el (vc-display-status)
7393 (vc-default-mode-line-string):
7394 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7395
7396 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7397
7398 * dired.el (dired-sort-set-mode-line): Rename from
7399 dired-sort-set-modeline. All callers changed.
7400
7401 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7402 eshell-status-in-modeline.
7403
7404 * foldout.el (foldout-mode-line-string): Rename from
7405 foldout-modeline-string. All callers changed.
7406 (foldout-update-mode-line): Rename from foldout-update-modeline.
7407
7408 * subr.el (redraw-modeline): Make into obsolete alias.
7409
7410 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7411 timeclock-modeline-display. Make old name an alias.
7412 (timeclock-update-mode-line): Likewise. All callers changed.
7413 (timeclock-mode-line-display): No need to check before using
7414 add-hook.
7415 (timeclock-relative, timeclock-day-over-hook)
7416 (timeclock-use-elapsed, timeclock-mode-string)
7417 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7418
7419 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7420 crisp-mode-modeline-string.
7421
7422 * play/solitaire.el (solitaire-build-mode-line): Rename from
7423 solitaire-build-modeline. All callers changed.
7424
7425 * play/zone.el (zone-hiding-mode-line): Rename from
7426 zone-hiding-modeline. All callers changed.
7427 (zone): Remove unusued `modeline-hidden-level' property.
7428
7429 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7430 xscheme-modeline-initialize. All callers changed.
7431
7432 * strokes.el (strokes-lighter): Rename from
7433 strokes-modeline-string.
7434
7435 * textmodes/sgml-mode.el (html-face-tag-alist)
7436 (html-tag-face-alist): Use mode-line face instead of obsolete
7437 alias modeline.
7438
7439 2012-06-02 Stefan Merten <smerten@oekonux.de>
7440
7441 * textmodes/rst.el: Always require `cl'.
7442 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7443
7444 2012-06-02 Chong Yidong <cyd@gnu.org>
7445
7446 * image.el (imagemagick-enabled-types): Rename from
7447 imagemagick-types-enable. Add many more types.
7448 (imagemagick-types-inhibit): Change default to nil.
7449 (imagemagick-filter-types): Caller changed.
7450
7451 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * emacs-lisp/cl-macs.el: Use backquotes.
7454 (cl-transform-function-property): Use eval-and-compile rather than
7455 abusing `require'.
7456 (defstruct): Use declare-function instead of with-no-warnings.
7457
7458 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7459 (byte-compile-output-docform): Re-add the print-circle bindings.
7460 (byte-compile-fix-header): Use #$ just because it's shorter.
7461 (byte-compile-output-file-form): Remove defun/defmacro.
7462
7463 2012-06-01 Martin Rudalics <rudalics@gmx.at>
7464
7465 * simple.el (choose-completion): Remove now obsolete binding for
7466 owindow.
7467
7468 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
7469
7470 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7471 in order to avoid "Stack overflow in regexp matcher".
7472
7473 2012-05-31 Glenn Morris <rgm@gnu.org>
7474
7475 * image.el: For clarity, call imagemagick-register-types at
7476 top-level, rather than relying on a custom :initialize.
7477 (imagemagick-types-enable): New option. (Bug#11557)
7478 (imagemagick-filter-types): New function. (Bug#7406)
7479 (imagemagick-register-types): Use imagemagick-filter-types.
7480 If disabling support, remove elements altogether rather
7481 than using an impossible regexp.
7482 (imagemagick-types-inhibit): Give it the default init function.
7483
7484 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7487 Handle arbitrary file name lengths (Bug#11585).
7488
7489 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7490
7491 * desktop.el (desktop-read): Clear previous and next buffers for
7492 all windows and bury *Messages* buffer (bug#11556).
7493
7494 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 Add `declare' for `defun'. Align `defmacro's with it.
7497 * emacs-lisp/easy-mmode.el (define-minor-mode)
7498 (define-globalized-minor-mode): Don't autoload the var definitions.
7499 * emacs-lisp/byte-run.el: Use lexical-binding.
7500 (defun-declarations-alist, macro-declarations-alist): New vars.
7501 (defmacro, defun): Use them.
7502 (make-obsolete, define-obsolete-function-alias)
7503 (make-obsolete-variable, define-obsolete-variable-alias):
7504 Use `declare'.
7505 (macro-declaration-function): Mark obsolete.
7506 * emacs-lisp/autoload.el: Use lexical-binding.
7507 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7508
7509 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7510
7511 * textmodes/ispell.el (ispell-with-no-warnings):
7512 Define as a macro.
7513 (ispell-kill-ispell, ispell-change-dictionary):
7514 Use `called-interactively-p' for Emacs instead of obsolete
7515 `interactive-p'.
7516
7517 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7520 (macro-declaration-function): Move var from C code.
7521 (macro-declaration-function): Define function with defalias.
7522 * emacs-lisp/macroexp.el (macroexpand-all-1):
7523 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7524 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7525 defun/defmacro any more.
7526 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7527 Provide fallback for unknown arglist.
7528 (byte-compile-arglist-warn): Change calling convention.
7529 (byte-compile-output-file-form): Move print-vars binding.
7530 (byte-compile-output-docform): Simplify accordingly.
7531 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7532 (byte-compile-defmacro-declaration): Remove.
7533 (byte-compile-file-form-defmumble): Generalize to defalias.
7534 (byte-compile-output-as-comment): Return byte-positions.
7535 Simplify callers accordingly.
7536 (byte-compile-lambda): Use `assert'.
7537 (byte-compile-defun, byte-compile-defmacro): Remove.
7538 (byte-compile-file-form-defalias):
7539 Use byte-compile-file-form-defmumble.
7540 (byte-compile-defalias-warn): Remove.
7541
7542 2012-05-29 Stefan Merten <smerten@oekonux.de>
7543
7544 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7545 possible. Fix authors. Improve comments. Improve loading of `cl'.
7546
7547 (rst-mode-abbrev-table): Merge definition.
7548 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7549 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7550
7551 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7552
7553 * calendar/icalendar.el
7554 (icalendar-export-region): Export UID properly.
7555
7556 2012-05-29 Leo Liu <sdl.web@gmail.com>
7557 * calendar/icalendar.el (icalendar-import-format):
7558 Add `icalendar-import-format-uid' (Bug#11525).
7559 (icalendar-import-format-uid): New.
7560 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7561 Export UID.
7562
7563 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7566 different alternative patterns.
7567 (pcase-codegen): Be more careful to preserve identity.
7568 (pcase--u1): Don't forget to mark vars as used.
7569
7570 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7571 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7572 (byte-compile-from-buffer): ...rather than here.
7573
7574 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7575 functions from byte-compile-function-environment.
7576
7577 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7578
7579 * window.el (window-deletable-p): Avoid deleting the root window
7580 of a frame with an active minibuffer.
7581
7582 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7583
7584 * simple.el (choose-completion): Use quit-window (Bug#11567).
7585
7586 2012-05-29 Chong Yidong <cyd@gnu.org>
7587
7588 * whitespace.el (whitespace-cleanup): Fix usage of
7589 whitespace-empty-at-bob-regexp (Bug#11492).
7590
7591 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7592
7593 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7594 revert (Bug#11488).
7595
7596 2012-05-29 Juri Linkov <juri@jurta.org>
7597
7598 * isearch.el (isearch-mode-map): Bind `M-s _' to
7599 `isearch-toggle-symbol'. Bind `M-s c' to
7600 `isearch-toggle-case-fold'.
7601 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7602 (isearch-forward): Add `M-s _' to the docstring.
7603 (isearch-forward-symbol, isearch-toggle-case-fold)
7604 (isearch-symbol-regexp): New functions. (Bug#11381)
7605
7606 2012-05-29 Juri Linkov <juri@jurta.org>
7607
7608 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7609 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7610 a function, call it to get the regexp.
7611 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7612 property `isearch-message-prefix' instead of the string "word ".
7613 (isearch-search-fun-default): For the case of `isearch-word',
7614 return a lambda that calls re-search-forward/re-search-backward
7615 with a regexp returned by `word-search-regexp' or by the function
7616 in `isearch-word'.
7617
7618 2012-05-29 Juri Linkov <juri@jurta.org>
7619
7620 * isearch.el (isearch-search-fun-default): New function.
7621 (isearch-search-fun): Move default part to the new function
7622 `isearch-search-fun-default'.
7623 (isearch-search-fun-function): Set the default value to
7624 `isearch-search-fun-default'. (Bug#11381)
7625
7626 * comint.el (comint-history-isearch-end):
7627 Use `isearch-search-fun-default'.
7628 (comint-history-isearch-search): Use `isearch-search-fun-default'
7629 and remove spacial case for `isearch-word'.
7630 (comint-history-isearch-wrap): Remove spacial case for
7631 `isearch-word'.
7632
7633 * hexl.el (hexl-isearch-search-function):
7634 Use `isearch-search-fun-default'.
7635
7636 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7637 Use `word-search-regexp' for `isearch-word'.
7638
7639 * misearch.el (multi-isearch-search-fun):
7640 Use `isearch-search-fun-default'.
7641
7642 * simple.el (minibuffer-history-isearch-search):
7643 Use `isearch-search-fun-default' and remove spacial case for
7644 `isearch-word'.
7645 (minibuffer-history-isearch-wrap): Remove spacial case for
7646 `isearch-word'.
7647
7648 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7649 Remove spacial case for `isearch-word'.
7650 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7651
7652 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7653
7654 Decrease XEmacs incompatibilities.
7655 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7656 Use `string-match'.
7657 (flyspell-delete-region-overlays): Use alternative definition for
7658 XEmacs.
7659 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7660 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7661 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7662 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7663 `define-obsolete-face-alias' under XEmacs, but old method.
7664
7665 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7666 `with-no-warnings' definition or Emacs alias.
7667 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7668 (ispell-word): Do not use `region-p' if XEmacs.
7669
7670 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7671
7672 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7673 Check for `ispell-dictionary-base-alist' instead of full
7674 `ispell-dictionary-alist'.
7675 (ispell-init-process): Show spellchecker when starting new Ispell
7676 process.
7677
7678 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7681 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7682
7683 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7684
7685 * version.el (motif-version-string, gtk-version-string)
7686 (ns-version-string): Declare.
7687
7688 2012-05-27 Juri Linkov <juri@jurta.org>
7689
7690 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7691 after the `eval-defun-1' specialcaseing
7692 like in `edebug-eval-defun' (bug#10181).
7693
7694 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7695 like in `eval-defun-1'.
7696
7697 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7698
7699 * mail/sendmail.el (mail-yank-region):
7700 Recognize rmail-yank-current-message in addition to insert-buffer.
7701 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7702 a *mail* buffer created through rmail-start-mail with sendmail as
7703 mail-user-agent.
7704
7705 2012-05-27 Chong Yidong <cyd@gnu.org>
7706
7707 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7708 Default to 256 (Bug#11267).
7709
7710 * help.el (describe-mode): Doc fix.
7711
7712 2012-05-26 Glenn Morris <rgm@gnu.org>
7713
7714 * w32-fns.el (w32-init-info): Remove.
7715 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7716
7717 * info.el (info-initialize): For self-contained NS builds, put the
7718 included info/ directory at the front. (Bug#2791)
7719
7720 * paths.el (Info-default-directory-list): Make it a defcustom,
7721 mainly so that we can use custom-initialize-delay.
7722
7723 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7724
7725 * subr.el (buffer-has-markers-at): Mark obsolete.
7726
7727 * subr.el (lambda): Use declare.
7728
7729 * emacs-lisp/lisp-mode.el (lambda):
7730 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7731
7732 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7733
7734 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7735
7736 2012-05-26 Glenn Morris <rgm@gnu.org>
7737
7738 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7739
7740 2012-05-25 Glenn Morris <rgm@gnu.org>
7741
7742 * paths.el: Remove no-byte-compile.
7743 * loadup.el: No need to load paths.el uncompiled.
7744
7745 * image.el (imagemagick-types-inhibit): Doc fix.
7746
7747 * version.el: Remove no-byte-compile and associated formatting.
7748 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7749 is ancient code from when there was an "inc-vers.el".
7750
7751 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * progmodes/gdb-mi.el: Minor style changes.
7754 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7755 Turn into minor modes.
7756 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7757 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7758 (gdb-shell): Remove unneeded let-binding.
7759 (gdb-get-many-fields): Eliminate O(n²) behavior.
7760
7761 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7762
7763 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7764 platforms that don't link in fontset.c.
7765
7766 2012-05-25 Juri Linkov <juri@jurta.org>
7767
7768 Use the same diff color scheme as in modern VCSes (bug#10181).
7769
7770 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7771 to avoid confusion with `diff-added' that now uses green colors.
7772 (diff-removed): Use shades of red.
7773 (diff-added): Use shades of green.
7774 (diff-changed): Leave just the yellow color.
7775 (diff-use-changed-face): New variable.
7776 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7777 how to highlight context diff changes.
7778 (diff-refine-change): Use shades of yellow.
7779 (diff-refine-removed): New face that uses shades of red.
7780 (diff-refine-added): New face that uses shades of green.
7781 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7782 `diff-refine-removed' in the call to `smerge-refine-subst'
7783 depending on the value of `diff-use-changed-face'.
7784
7785 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7786 (smerge-other): Use shades of green.
7787 (smerge-base): Use shades of yellow.
7788 (smerge-refined-change): Empty face.
7789 (smerge-refined-removed): New face that uses shades of red.
7790 (smerge-refined-added): New face that uses shades of green.
7791 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7792 args `props-r' and `props-a', and use them. Doc fix.
7793 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7794 on its value use different faces `smerge-refined-change',
7795 `smerge-refined-removed', `smerge-refined-added' in the call to
7796 `smerge-refine-subst'.
7797
7798 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7799 Add face condition `min-colors 88' with shades of red.
7800 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7801 `min-colors 88' with shades of green.
7802 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7803 `min-colors 88' with shades of yellow.
7804
7805 2012-05-24 Glenn Morris <rgm@gnu.org>
7806
7807 * paths.el (prune-directory-list, remote-shell-program): Move to...
7808 * files.el (prune-directory-list, remote-shell-program): ...here.
7809 For the latter, delay initialization, prefer ssh, just search PATH.
7810
7811 * paths.el (term-file-prefix): Move to faces.el (the only user).
7812 * faces.el (term-file-prefix): Move here, make it a defcustom.
7813
7814 * paths.el (news-directory, news-path, news-inews-program):
7815 Move to gnus/nnspool.el.
7816
7817 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7818
7819 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7820 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7821 Make the latter a defcustom, with a delayed initialization.
7822
7823 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7824 These were deleted from Gnus itself late 2010.
7825
7826 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7827
7828 * progmodes/which-func.el (which-func-ff-hook):
7829 Check against user-error, not error.
7830
7831 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7832 cl-specs.el, which no longer exists.
7833
7834 2012-05-22 Glenn Morris <rgm@gnu.org>
7835
7836 * info.el (info-emacs-bug): New command.
7837 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7838 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7839
7840 2012-05-21 Glenn Morris <rgm@gnu.org>
7841
7842 * makefile.w32-in (update-subdirs-SH):
7843 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7844
7845 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7846
7847 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7848
7849 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7850 Simplify Maven regexp, and make sure the file can't start with a space
7851 (bug#11517).
7852
7853 2012-05-21 Glenn Morris <rgm@gnu.org>
7854
7855 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7856 Scrap superfluous subshells.
7857
7858 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7861 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7862
7863 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7864
7865 * calc/calc.el (calc-ensure-consistent-units): New variable.
7866
7867 * calc/calc-units.el (math-consistent-units-p)
7868 (math-check-unit-consistency): New functions.
7869 (calc-quick-units, calc-convert-units):
7870 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7871 is non-nil.
7872 (calc-extract-units): Fix typo.
7873
7874 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7875
7876 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7877
7878 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7879 (flyspell-default-deplacement-commands): Don't spell check after
7880 repeated window/frame switches (e.g. triggered by mouse-movement).
7881 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7882 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7883 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7884 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7885 Remove unused vars.
7886 (flyspell-get-casechars, flyspell-get-not-casechars):
7887 Simplify; Don't bother removing a ] just to add it back.
7888 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7889
7890 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7891
7892 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7893 New functions.
7894 (math-function-table): Add support for more C functions.
7895
7896 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7897
7898 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7899 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7900 Protect delay handling for otherchars against empty otherchars.
7901
7902 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7903
7904 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7905 their respective macro declarations.
7906 * skeleton.el (define-skeleton):
7907 * progmodes/compile.el (define-compilation-mode):
7908 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7909 (define-ibuffer-filter):
7910 * emacs-lisp/generic.el (define-generic-mode):
7911 * emacs-lisp/easy-mmode.el (define-minor-mode)
7912 (define-globalized-minor-mode):
7913 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7914 * emacs-lisp/byte-run.el (defsubst):
7915 * custom.el (deftheme): Add doc-string metadata.
7916
7917 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7918
7919 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7920
7921 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7924
7925 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7926 * emacs-lisp/cl-macs.el: Idem.
7927 * emacs-lisp/cl-specs.el: Remove.
7928
7929 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7930
7931 Minor renaming of internal CL functions and variables.
7932 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7933 (cl--position): Rename from cl-position.
7934 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7935 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7936 (cl--random-state): Rename from *random-state*.
7937
7938 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7941 parens around the arg list (bug#11499).
7942
7943 2012-05-17 Juri Linkov <juri@jurta.org>
7944
7945 * isearch.el (word-search-regexp, word-search-backward)
7946 (word-search-forward, word-search-backward-lax)
7947 (word-search-forward-lax): Move functions from search.c
7948 (bug#10145, bug#11381).
7949
7950 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7951
7952 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7953 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7954 Delay for otherchars as for normal word components.
7955
7956 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * minibuffer.el (completion--sifn-requote): Fix last change.
7959 (minibuffer-local-must-match-filename-map):
7960 Move define-obsolete-variable-alias before its var.
7961
7962 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7965
7966 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7967 behavior.
7968 (completion--string-equal-p): New function.
7969 (completion--twq-all): Use it to get better assertion failure data.
7970
7971 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7972 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7973 (shell--requote-argument): New functions.
7974 (shell-completion-vars): Use them.
7975 (shell--parse-pcomplete-arguments): Rename from
7976 shell-parse-pcomplete-arguments.
7977 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7978 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7979 Obey comint-file-name-quote-list.
7980
7981 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7982 (smie-indent-keyword): Use it.
7983
7984 2012-05-14 Stefan Merten <smerten@oekonux.de>
7985
7986 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7987
7988 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7989
7990 * net/rlogin.el (rlogin-mode-map): Fix last change.
7991
7992 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7993
7994 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7995 the following \r\n using a single `process-send-string', since the
7996 Lotus SMTP server refuses to accept any commands if they are sent
7997 with two `process-send-string's (Bug#11444).
7998
7999 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8000
8001 * shell.el (shell-parse-pcomplete-arguments):
8002 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
8003
8004 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8005
8006 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
8007 (image-transform-scale, image-transform-right-angle-fudge): New vars.
8008 (image-transform-width, image-transform-fit-width): New functions.
8009 (image-transform-properties): Use them.
8010 (image-transform-check-size): New function.
8011 (image-toggle-display-image): Use it (for testing).
8012 (image-transform-set-rotation): Reduce angle mod 360.
8013 Delete obsolete comment.
8014
8015 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8016
8017 * image-mode.el: Fix scaling (bug#11399).
8018 (image-transform-resize): Doc fix.
8019 (image-transform-properties): Default scale is 1 and height should
8020 be an integer.
8021
8022 2012-05-13 Johan Bockgård <bojohan@gnu.org>
8023
8024 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
8025 than hard-coding `car', to fix misbehavior when moving forward.
8026
8027 2012-05-13 Chong Yidong <cyd@gnu.org>
8028
8029 * emacs-lisp/tabulated-list.el (tabulated-list-format)
8030 (tabulated-list-entries, tabulated-list-padding)
8031 (tabulated-list-sort-key): Make permanent-local.
8032
8033 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
8034 (electric-buffer-list): Put electric buffer menu
8035 command descriptions in this docstring, instead of the docstring
8036 of electric-buffer-menu-mode. Code cleanups.
8037 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
8038 Electric-buffer-menu-mode.
8039 (electric-buffer-update-highlight): Minor code cleanup.
8040
8041 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
8042
8043 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
8044 (Bug#11447)
8045
8046 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 Move define-obsolete-variable-alias before the var's definition.
8049 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
8050 * tooltip.el (tooltip-hook):
8051 * textmodes/reftex-toc.el (reftex-toc-map):
8052 * textmodes/reftex-sel.el (reftex-select-label-map)
8053 (reftex-select-bib-map):
8054 * textmodes/reftex-index.el (reftex-index-map)
8055 (reftex-index-phrases-map):
8056 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
8057 * progmodes/meta-mode.el (meta-mode-map):
8058 * novice.el (disabled-command-hook):
8059 * loadhist.el (unload-hook-features-list):
8060 * frame.el (blink-cursor):
8061 * files.el (find-file-not-found-hooks, write-file-hooks)
8062 (write-contents-hooks):
8063 * emulation/tpu-edt.el (GOLD-map):
8064 * emacs-lock.el (emacs-lock-from-exiting):
8065 * emacs-lisp/generic.el (generic-font-lock-defaults):
8066 * emacs-lisp/chart.el (chart-map):
8067 * dos-fns.el (register-name-alist):
8068 * dired-x.el (dired-omit-files-p):
8069 * desktop.el (desktop-enable):
8070 * cus-edit.el (custom-mode-hook):
8071 * buff-menu.el (buffer-menu-mode-hook):
8072 * bookmark.el (bookmark-read-annotation-text-func)
8073 (bookmark-exit-hooks):
8074 * allout.el (allout-mode-deactivate-hook)
8075 (allout-exposure-change-hook, allout-structure-added-hook)
8076 (allout-structure-deleted-hook, allout-structure-shifted-hook):
8077 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
8078 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
8079 comes before the corresponding variable's definition.
8080
8081 2012-05-12 Chong Yidong <cyd@gnu.org>
8082
8083 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
8084 (Buffer-menu-mouse-select): Restore function (Bug#11459).
8085 (Buffer-menu-mode-map): Bind it.
8086 (Buffer-menu--pretty-name): Add a mouse-face property.
8087
8088 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
8091 (prolog-upper-case-string, prolog-lower-case-string)
8092 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
8093 (prolog-use-smie, prolog-smie-grammar): New vars.
8094 (prolog-smie-forward-token, prolog-smie-backward-token)
8095 (prolog-smie-rules): New funs.
8096 (prolog-comment-indent): Remove.
8097 (prolog-mode-variables): Use default comment indentation instead.
8098 Setup SMIE.
8099 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
8100 (prolog-mode): Don't call them any more.
8101 (prolog-electric-colon, prolog-electric-dash)
8102 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
8103
8104 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
8105
8106 * minibuffer.el (completion--twq-all): Again, allow case differences.
8107
8108 * term.el: Move keymap initialization code to be more idiomatic.
8109 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
8110 (term-terminal-menu): Move initialization into declaration.
8111 (term-escape-char): Let the user set it in her .emacs.
8112
8113 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
8114 Provide SMIE-based indentation (not enabled by default yet).
8115 (sh-mode-map): Don't bind electric keys.
8116 Use electric-pair-mode instead of skeleton-pair.
8117 (sh-assignment-regexp): Fit within 80 columns.
8118 (sh-indent-supported): Specify actual shell name instead of boolean.
8119 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
8120 (sh-maybe-here-document): Use it. Make obsolete.
8121 (sh-electric-here-document-mode) New minor mode.
8122 (sh-mode): Use it. Don't set sh-indent-supported-here here.
8123 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
8124 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
8125 (sh-smie-rc-grammar, sh-use-smie): New vars.
8126 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
8127 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
8128 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
8129 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
8130 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
8131 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
8132 (sh-set-shell): Use smie-setup if requested.
8133
8134 * term.el (term-set-escape-char): Properly set term-escape-char.
8135 See http://stackoverflow.com/questions/10524656.
8136
8137 2012-05-10 Chong Yidong <cyd@gnu.org>
8138
8139 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
8140 Use url-generic-parse-url, and handle host names and Windows
8141 filenames properly.
8142 (ffap-url-unwrap-remote): Use url-generic-parse-url.
8143 (ffap-url-unwrap-remote): Accept list values, specifying a list of
8144 URL schemes to work on.
8145 (ffap--toggle-read-only): New function.
8146 (ffap-read-only, ffap-read-only-other-window)
8147 (ffap-read-only-other-frame): Use it.
8148 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
8149 necessary for ffap-url-unwrap-remote.
8150
8151 2012-05-10 Dave Abrahams <dave@boostpro.com>
8152
8153 * cus-start.el (create-lockfiles): Add it.
8154
8155 2012-05-09 Chong Yidong <cyd@gnu.org>
8156
8157 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
8158 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
8159
8160 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * shell.el (shell-completion-vars): Fix last change (bug#11348).
8163
8164 2012-05-09 Chong Yidong <cyd@gnu.org>
8165
8166 * ansi-color.el (ansi-color-process-output): Check for validity of
8167 comint-last-output-start before using it. This avoids a bad
8168 interaction with gdb-mi's input/output buffer.
8169
8170 2012-05-09 Glenn Morris <rgm@gnu.org>
8171
8172 * files.el (dir-locals-read-from-file):
8173 Mention dir-locals in any error message.
8174
8175 2012-05-09 Chong Yidong <cyd@gnu.org>
8176
8177 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
8178 package (Bug#11410).
8179
8180 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
8181 variables into description.
8182
8183 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8184
8185 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
8186 shell-delimiter-argument-list (bug#11348).
8187 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
8188
8189 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
8190
8191 * textmodes/rst.el: Silence byte-compiler warnings.
8192 (rst-re-alist, rst-reset-section-caches): Move around.
8193 (rst-re): Use `characterp', not `char-valid-p'.
8194 (font-lock-beg, font-lock-end): Declare.
8195
8196 * progmodes/idlw-shell.el (specs): Remove reference to deleted
8197 variable `idlwave-shell-activate-alt-keybindings' and simplify.
8198
8199 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
8200
8201 2012-05-08 Glenn Morris <rgm@gnu.org>
8202
8203 * files.el (auto-mode-alist): Treat ".make" like ".mk".
8204
8205 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * vc/log-edit.el: Add GNU coding standards highlighting.
8208 (log-edit-font-lock-gnu-style)
8209 (log-edit-font-lock-gnu-keywords): New vars.
8210 (log-edit-font-lock-keywords): New fun.
8211 (log-edit-mode): Don't fold case in font-lock.
8212 (log-edit-font-lock-keywords): Do not assume case-folding.
8213
8214 * imenu.el: Misc cleanup. Make docstrings out of comments.
8215 Use lexical-binding.
8216 (imenu--index-alist, imenu--last-menubar-index-alist)
8217 (imenu-menubar-modified-tick): Use defvar-local.
8218 (imenu--split-menu): Remove unused var.
8219 (imenu--cleanup-seen): Declare as global.
8220 (imenu--cleanup): Use dolist.
8221
8222 * subr.el (defvar-local): Add debug spec and doc-string position.
8223
8224 2012-05-08 Glenn Morris <rgm@gnu.org>
8225
8226 * language/burmese.el, language/cham.el, language/czech.el:
8227 * language/english.el, language/georgian.el, language/greek.el:
8228 * language/japanese.el, language/khmer.el, language/korean.el:
8229 * language/lao.el, language/misc-lang.el, language/romanian.el:
8230 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
8231 * language/thai.el, language/utf-8-lang.el:
8232 Remove no-byte-compile setting.
8233
8234 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
8235
8236 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8237
8238 * progmodes/make-mode.el (makefile-browse):
8239 Remove unnecessary interactive. (Bug#11324)
8240
8241 2012-05-07 Glenn Morris <rgm@gnu.org>
8242
8243 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
8244
8245 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
8246
8247 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * loadup.el: Preload newcomment.el.
8250 * newcomment.el: Move autoload-only code to toplevel.
8251
8252 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
8253 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8254 Handle new :right-align column property.
8255 (tabulated-list-print-col): Idem, plus use `display' text-property to
8256 try and preserve alignment for variable pitch fonts.
8257
8258 2012-05-07 Chong Yidong <cyd@gnu.org>
8259
8260 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
8261 (tabulated-list-use-header-line): New var.
8262 (tabulated-list-init-header): Use it.
8263 (tabulated-list-print-fake-header): New function.
8264 (tabulated-list-print): Use it.
8265 (tabulated-list-sort-button-map): Add non-header-line commands.
8266 (tabulated-list-init-header): Add column name property to basic
8267 labels as well.
8268 (tabulated-list-col-sort): Handle non-header-line button case.
8269 (tabulated-list--sort-by-column-name): Fix a corner case.
8270
8271 * buff-menu.el (list-buffers--refresh):
8272 Handle Buffer-menu-use-header-line.
8273
8274 2012-05-06 Chong Yidong <cyd@gnu.org>
8275
8276 * buff-menu.el: Convert to Tabulated List mode.
8277 (Buffer-menu-buffer+size-width): Make obsolete.
8278 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8279 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8280 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
8281 documentation into docstring of buffer-menu.
8282 (Buffer-menu-toggle-files-only): Add an informative message.
8283 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8284 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8285 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8286 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8287 (Buffer-menu-execute, Buffer-menu-select)
8288 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8289 (Buffer-menu-bury): Use Tabulated List machinery.
8290 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8291 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
8292 Delete.
8293 (list-buffers--refresh): New function.
8294 (list-buffers-noselect): Use it.
8295 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8296 (Buffer-menu--pretty-file-name): New helper functions.
8297
8298 * loadup.el: Preload tabulated-list.
8299
8300 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8301 tabulated-list-sort-column.
8302 (tabulated-list-init-header): Add the initial aligning space even
8303 if tabulated-list-padding is zero.
8304
8305 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
8306
8307 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8308 whose cdr is not a cons cell correctly (bug#11038).
8309
8310 2012-05-06 Chong Yidong <cyd@gnu.org>
8311
8312 * emacs-lisp/tabulated-list.el (tabulated-list-format):
8313 Accept additional plist in column descriptors.
8314 (tabulated-list-init-header): Obey it.
8315 (tabulated-list-get-entry): New function.
8316 (tabulated-list-put-tag): Use it. Use string-width instead of
8317 length.
8318 (tabulated-list--column-number): New function.
8319 (tabulated-list-print): Use it.
8320 (tabulated-list-print-col): New function.
8321 Set `tabulated-list-column-name' property on each column's text.
8322 (tabulated-list-print-entry): Use it.
8323 (tabulated-list-delete-entry, tabulated-list-set-col):
8324 New functions.
8325 (tabulated-list-sort-column): New command (Bug#11337).
8326
8327 * buff-menu.el (list-buffers): Move C-x C-b binding from
8328 buff-menu.el to bindings.el.
8329
8330 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8331 :advertised-binding feature.
8332
8333 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8334
8335 * progmodes/compile.el (compilation-internal-error-properties):
8336 Calculate start position correctly when end-col is set but
8337 end-line is not (Bug#11382).
8338
8339 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8340
8341 * man.el (Man-unindent): Use text-property-default-nonsticky to
8342 prevent untabify from inheriting face properties (Bug#11408).
8343
8344 2012-05-05 Stefan Merten <smerten@oekonux.de>
8345
8346 * textmodes/rst.el: Major merge with upstream development up to
8347 Docutils SVN r7399 / rst.el V1.2.1.
8348
8349 Clarify maintainership and authors.
8350
8351 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8352 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8353 (rst-official-version, rst-official-cvs-rev, rst-version)
8354 (rst-package-emacs-version-alist): New functions and variables
8355 for version information.
8356
8357 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8358 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8359 (rst-mode-syntax-table, rst-mode): New and corrected functions
8360 and variables representing reStructuredText features.
8361
8362 (rst-re): New function for reStructuredText regexes. Use in
8363 many places.
8364
8365 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8366 (rst-mode-map): Rebind keys.
8367
8368 (rst-mode-lazy, rst-font-lock-keywords)
8369 (rst-font-lock-extend-region)
8370 (rst-font-lock-extend-region-internal)
8371 (rst-font-lock-extend-region-extend)
8372 (rst-font-lock-find-unindented-line-limit)
8373 (rst-font-lock-find-unindented-line-match)
8374 (rst-adornment-level, rst-font-lock-adornment-level)
8375 (rst-font-lock-adornment-match)
8376 (rst-font-lock-handle-adornment-pre-match-form)
8377 (rst-font-lock-handle-adornment-matcher): Major revision of
8378 font-locking. Integrate with other code. Use `jit-lock-mode'.
8379
8380 (rst-preferred-adornments, rst-adjust-hook)
8381 (rst-new-adornment-down, rst-preferred-bullets)
8382 (rst-preferred-bullets, rst-indent, rst-indent-width)
8383 (rst-indent-field, rst-indent-literal-normal)
8384 (rst-indent-literal-minimized, rst-indent-comment): Change,
8385 extend and improve customization.
8386
8387 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8388 (rst-normalize-cursor-position, rst-get-decoration)
8389 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8390 (rst-rstrip, rst-toc-insert-find-delete-contents)
8391 (rst-shift-fill-region, rst-compute-bullet-tabs)
8392 (rst-debug-print-tabs, rst-debug-mark-found)
8393 (rst-shift-region-guts, rst-shift-region-right)
8394 (rst-shift-region-left, rst-use-char-classes)
8395 (rst-font-lock-keywords-function)
8396 (rst-font-lock-indentation-point)
8397 (rst-font-lock-find-unindented-line-begin)
8398 (rst-font-lock-find-unindented-line-end)
8399 (rst-font-lock-find-unindented-line)
8400 (rst-font-lock-adornment-point, rst-font-lock-level)
8401 (rst-adornment-level-alist): Remove functions and variables.
8402
8403 (rst-compare-adornments, rst-get-adornment-match)
8404 (rst-suggest-new-adornment, rst-get-adornments-around)
8405 (rst-adornment-complete-p, rst-get-next-adornment)
8406 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8407 (rst-straighten-adornments): Standardize function names to
8408 use "adornment" instead of "decoration". Correct callers.
8409 Similar standardizing in many places.
8410
8411 (rst-update-section, rst-adjust, rst-promote-region)
8412 (rst-enumerate-region, rst-bullet-list-region)
8413 (rst-repeat-last-character): Correct use of `interactive'.
8414
8415 (rst-classify-adornment, rst-find-all-adornments)
8416 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8417 (rst-find-leftmost-column, rst-repeat-last-character):
8418 Refactor functions.
8419
8420 (rst-find-title-line, rst-reset-section-caches)
8421 (rst-get-adornments-around, rst-adjust-adornment-work)
8422 (rst-arabic-to-roman, rst-roman-to-arabic)
8423 (rst-insert-list-pos, rst-insert-list-new-item)
8424 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8425 New functions.
8426
8427 (rst-all-sections, rst-section-hierarchy)
8428 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8429 New variables.
8430
8431 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8432 configuration instead of only buffer. Change where necessary.
8433
8434 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8435 (rst-shift-region, rst-adaptive-fill): New functions for
8436 indentation and filling.
8437
8438 (rst-comment-line-break, rst-comment-indent)
8439 (rst-comment-insert-comment, rst-comment-region)
8440 (rst-uncomment-region): New functions for handling comments.
8441
8442 (rst-compile): Quote shell arguments.
8443
8444 (rst-compile-pdf-preview, rst-compile-slides-preview):
8445 Delete temporary files after use.
8446
8447 2012-05-05 Glenn Morris <rgm@gnu.org>
8448
8449 * calendar/cal-html.el: Optionally include holidays in the output.
8450 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8451 (cal-html-holidays): New option.
8452 (cal-html-css-default): Add holiday entry.
8453 (holiday-in-range): Autoload it.
8454 (cal-html-htmlify-entry): Add optional class argument.
8455 (cal-html-htmlify-list): Add optional holidays argument.
8456 (cal-html-insert-agenda-days): Include holidays in the output.
8457 (cal-html-one-month): Maybe include holidays.
8458
8459 * calendar/holidays.el (holiday-in-range):
8460 Move here from cal-tex-list-holidays.
8461 * calendar/cal-tex.el (cal-tex-list-holidays):
8462 Make it an obsolete alias for holiday-in-range. Update all callers.
8463
8464 2012-05-05 Chong Yidong <cyd@gnu.org>
8465
8466 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8467 Nextstep.
8468
8469 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8470
8471 * files.el (file-auto-mode-skip): New var.
8472 (set-auto-mode-1): Use it.
8473
8474 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8475
8476 * repeat.el: Use lexical-binding.
8477 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8478 (repeat-undo-count): Remove.
8479 (repeat):
8480 * progmodes/octave-mod.el (octave-abbrev-start):
8481 * progmodes/f90.el (f90-abbrev-start):
8482 * face-remap.el (text-scale-adjust):
8483 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8484
8485 * emacs-lisp/pcase.el (pcase--let*): New function.
8486 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8487 a bit more.
8488 (pcase--split-pred): Be more clever about ruling out overlap between
8489 a predicate and some constant pattern.
8490 (pcase--q1): Use `null' instead of (eq foo nil).
8491
8492 * subr.el (setq-local, defvar-local): New macros.
8493 (kbd): Redefine as an alias.
8494 (with-selected-window): Leave unrelated frames alone.
8495 (set-temporary-overlay-map): New function.
8496
8497 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * subr.el (user-error): New function.
8500 * window.el (switch-to-buffer):
8501 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8502 (smerge-match-conflict):
8503 * simple.el (previous-matching-history-element)
8504 (next-matching-history-element, goto-history-element, undo-more)
8505 (undo-start):
8506 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8507 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8508 (next-file, tags-loop-scan, list-tags, complete-tag):
8509 * progmodes/compile.el (compilation-loop):
8510 * mouse.el (mouse-minibuffer-check):
8511 * man.el (Man-bgproc-sentinel, Man-goto-page):
8512 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8513 (Info-history-forward, Info-follow-reference, Info-menu)
8514 (Info-extract-menu-item, Info-extract-menu-counting)
8515 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8516 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8517 (Info-next-reference, Info-prev-reference, Info-index)
8518 (Info-index-next, Info-follow-nearest-node)
8519 (Info-copy-current-node-name):
8520 * imenu.el (imenu--make-index-alist)
8521 (imenu-default-create-index-function, imenu-add-to-menubar):
8522 * files.el (basic-save-buffer, recover-file):
8523 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8524 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8525 (checkdoc-message-text, checkdoc-defun):
8526 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8527 * cus-edit.el (customize-changed-options, customize-rogue)
8528 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8529 (custom-variable-mark-to-reset-standard)
8530 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8531 (custom-file):
8532 * completion.el (check-completion-length):
8533 * comint.el (comint-search-arg)
8534 (comint-previous-matching-input-string-position)
8535 (comint-previous-matching-input)
8536 (comint-replace-by-expanded-history-before-point, comint-send-input)
8537 (comint-copy-old-input, comint-backward-matching-input)
8538 (comint-goto-process-mark, comint-set-process-mark):
8539 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8540 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8541
8542 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * dabbrev.el (dabbrev--ignore-case-p): New function.
8545 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8546 Use it.
8547
8548 * files.el (automount-dir-prefix): Mark as obsolete.
8549
8550 2012-05-04 Glenn Morris <rgm@gnu.org>
8551
8552 * patcomp.el, play/bruce.el: Move to obsolete/.
8553
8554 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8555
8556 Fix minor Y10k bugs.
8557 * arc-mode.el (archive-unixdate):
8558 * autoinsert.el (auto-insert-alist):
8559 * calc/calc-forms.el (math-this-year):
8560 * emacs-lisp/copyright.el (copyright-current-year)
8561 (copyright-update-year, copyright):
8562 * tar-mode.el (tar-clip-time-string):
8563 * time.el (display-time-update):
8564 Don't assume years have 4 digits.
8565
8566 2012-05-04 Chong Yidong <cyd@gnu.org>
8567
8568 * dos-w32.el (file-name-buffer-file-type-alist)
8569 (direct-print-region-use-command-dot-com):
8570 * ffap.el (ffap-menu-regexp):
8571 * find-file.el (ff-special-constructs):
8572 * follow.el (follow-debug):
8573 * forms.el (forms--debug):
8574 * iswitchb.el (iswitchb-all-frames):
8575 * ido.el (ido-all-frames):
8576 * emacs-lisp/timer.el (timer-max-repeats):
8577 * mail/feedmail.el (feedmail-mail-send-hook)
8578 (feedmail-mail-send-hook-queued):
8579 * mail/footnote.el (footnote-signature-separator):
8580 * mail/mailabbrev.el (mail-alias-separator-string)
8581 (mail-abbrev-mode-regexp):
8582 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8583 * progmodes/idlwave.el (idlwave-libinfo-file)
8584 (idlwave-default-completion-case-is-down)
8585 (idlwave-library-routines): Convert defvars to defcustoms.
8586
8587 * mail/rmail.el (rmail-decode-mime-charset):
8588 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8589 (idlwave-shell-fix-inserted-breaks)
8590 (idlwave-shell-activate-alt-keybindings)
8591 (idlwave-shell-use-breakpoint-glyph):
8592 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8593
8594 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8597
8598 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8599
8600 * progmodes/verilog-mode.el (font-lock-keywords):
8601 Fix mis-highligting auto. Reported by Craig Barner.
8602 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8603 defines from global name space. Reported by Dan Dever.
8604 (verilog-auto-reset, verilog-auto-reset-widths)
8605 (verilog-auto-tieoff): Support using unbased numbers for
8606 AUTORESET and AUTOTIEOFF.
8607 (verilog-submit-bug-report): Update variable list.
8608 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8609 parenthesis from not matching. Reported by Michael Rytting.
8610 (verilog-auto-template-lint): Fix hash error when linting modules
8611 with no used templates.
8612 (verilog-warn, verilog-warn-error)
8613 (verilog-warn-fatal): When non-interactive report multiple
8614 warnings before exiting. Suggested by Brad Dobbie.
8615 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8616 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8617 to report unused template errors. Reported by Brad Dobbie.
8618 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8619 nets, bug438. Reported by Vns Blore.
8620 (verilog-auto-inout-module, verilog-auto-reg)
8621 (verilog-read-decls, verilog-read-sub-decls-sig)
8622 (verilog-signals-edit-wire-reg, verilog-signals-with):
8623 Fix passing of Verilog data types in ANSI input/output ports
8624 such as "output logic" into the AUTOs. Special case "wire" and
8625 "reg" for backwards compatibility presuming Verilog 2001.
8626 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8627 (verilog-preprocess): Fix replication of preprocess output.
8628 Reported by Brad Dobbie.
8629 (verilog-auto-inst-interfaced-ports):
8630 Create verilog-auto-inst-interfaced-ports, bug429.
8631 Reported by Julian Gorfajn.
8632 (verilog-after-save-font-hook)
8633 (verilog-before-save-font-hook): New variable.
8634 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8635 (verilog-save-font-mods): Wrap disabling fontification, reported
8636 by David Rogoff.
8637 (verilog-do-indent, verilog-pretty-declarations-auto)
8638 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8639 Reported by Pierre-David Pfister.
8640 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8641 of class declarations, bug292. Reported by Kevin Heilman.
8642 (verilog-read-decls): Fix 'parameter type' not appearing in
8643 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8644 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8645 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8646 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8647 Reported by David Kravitz.
8648
8649 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8650
8651 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8652 assignment with tests in ifs and for loops.
8653 (verilog-extended-complete-re, verilog-complete-reg): Change so
8654 that DPI inport functions don't look like fuction declarations.
8655 (verilog-pretty-expr): Don't line up assignment
8656 operations to the test and increment in if and for loops
8657 (verilog-extended-complete-re, verilog-complete-reg): Change so
8658 that DPI inport functions don't look like fuction declarations.
8659
8660 2012-05-03 Kenichi Handa <handa@m17n.org>
8661
8662 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8663 decoding, and show a warning message without signaling an error
8664 (Bug#11282).
8665
8666 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * emacs-lisp/bytecomp.el
8669 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8670 since cconv.el might have introduced :fun-body, internal-make-closure,
8671 and friends for bytecomp to handle (bug#11391).
8672 * custom.el (defcustom): Avoid ((λ ..) ..).
8673
8674 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8675
8676 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8677
8678 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8679
8680 * notifications.el (dbus-debug):
8681 * term/linux.el (gpm-mouse-enable):
8682 * term/screen.el (xterm-register-default-colors): Declare.
8683
8684 2012-05-02 Chong Yidong <cyd@gnu.org>
8685
8686 * cus-start.el (gc-cons-percentage, exec-suffixes)
8687 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8688 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8689 (make-cursor-line-fully-visible, void-text-area-pointer)
8690 (font-list-limit): Add customization data.
8691
8692 * allout.el (allout-exposure-change-functions)
8693 (allout-structure-added-functions)
8694 (allout-structure-deleted-functions)
8695 (allout-structure-shifted-functions): Rename abnormal hooks from
8696 *-hook, and convert to defcustoms.
8697 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8698 Convert to defcustoms.
8699 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8700
8701 * allout-widgets.el: Hook callers changed.
8702
8703 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8704
8705 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8706 the yanked message in preference to the default value of
8707 buffer-file-coding-system.
8708
8709 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8710
8711 * window.el (display-buffer--action-function-custom-type):
8712 Fix entry.
8713
8714 2012-05-02 Alan Mackenzie <acm@muc.de>
8715
8716 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8717
8718 2012-05-01 Glenn Morris <rgm@gnu.org>
8719
8720 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8721
8722 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8723
8724 * cus-edit.el (custom-variable-documentation): Simplify with format.
8725
8726 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8727 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * simple.el (suggest-key-bindings, execute-extended-command):
8730 Move from keyboard.c.
8731
8732 2012-05-01 Chong Yidong <cyd@gnu.org>
8733
8734 * follow.el: Eliminate advice.
8735 (set-process-filter, process-filter, sit-for): Advice deleted.
8736 (follow-mode-off-hook): Obsolete hook removed.
8737 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8738 Vars deleted.
8739 (follow-auto): Use a :set function.
8740 (follow-mode): Rewritten. Don't advise process filters.
8741 (follow-switch-to-current-buffer-all, follow-scroll-up)
8742 (follow-scroll-down): Assume follow-mode is bound.
8743 (follow-comint-scroll-to-bottom)
8744 (follow-align-compilation-windows): New functions.
8745 (follow--window-sorter): New function.
8746 (follow-all-followers): Use it to explicitly sort windows by their
8747 positions; don't make assumptions about next-window order.
8748 (follow-windows-start-end, follow-delete-other-windows-and-split)
8749 (follow-calc-win-start): Doc fix.
8750 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8751 vertical-motion unnecessarily.
8752 (follow-adjust-window): New function.
8753 (follow-post-command-hook): Use it.
8754 (follow-call-set-process-filter, follow-call-process-filter)
8755 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8756 (follow-stop-intercept-process-output, follow-generic-filter):
8757 Functions deleted.
8758 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8759 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8760 New functions, replacing advice on scroll-bar-* commands.
8761 (follow-mwheel-scroll): New function (Bug#4112).
8762
8763 * comint.el (comint-adjust-point): New function.
8764 (comint-postoutput-scroll-to-bottom): Use it.
8765 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8766
8767 2012-05-01 Glenn Morris <rgm@gnu.org>
8768
8769 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8770 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8771 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8772 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8773 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8774 Remove no-byte-compile setting.
8775
8776 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8777
8778 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8779 all-completions code to not return a number in the last cdr.
8780
8781 2012-04-30 Leo Liu <sdl.web@gmail.com>
8782
8783 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8784 read-only error.
8785
8786 2012-04-29 Chong Yidong <cyd@gnu.org>
8787
8788 * follow.el (follow-calc-win-end): Rewrite to handle partial
8789 screen lines correctly (Bug#8390).
8790 (follow-avoid-tail-recenter): Minor cleanup.
8791
8792 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 Avoid the obsolete `assoc' package.
8795 * speedbar.el (speedbar-refresh): Avoid adelete.
8796 (speedbar-file-lists): Simplify and avoid aput.
8797 * man.el (Man--sections, Man--refpages): New vars, replacing
8798 Man-sections-alist and Man-refpages-alist.
8799 (Man-build-section-alist, Man-build-references-alist):
8800 Use them; avoid aput.
8801 (Man--last-section, Man--last-refpage): New vars.
8802 (Man-follow-manual-reference): Use them.
8803 Use the `default' arg of completing-read.
8804 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8805
8806 2012-04-27 Chong Yidong <cyd@gnu.org>
8807
8808 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8809
8810 * startup.el (x-apply-session-resources): New function.
8811
8812 * term/ns-win.el (ns-initialize-window-system):
8813 * term/w32-win.el (w32-initialize-window-system):
8814 * term/x-win.el (x-initialize-window-system): Use it to properly
8815 set menu-bar-mode and other vars from X resources, even if the
8816 initial frame is not a window-system frame (Bug#2299).
8817
8818 * subr.el (read-key): Avoid running filter function when setting
8819 up temporary tool bar entries (Bug#9922).
8820
8821 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8822
8823 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8824 (Bug#11344)
8825
8826 2012-04-27 Chong Yidong <cyd@gnu.org>
8827
8828 * select.el (xselect--encode-string): New function, split from
8829 xselect-convert-to-string.
8830 (xselect-convert-to-string): Use it.
8831 (xselect-convert-to-filename, xselect-convert-to-os)
8832 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8833 returned strings are properly encoded (Bug#11315).
8834
8835 2012-04-27 Chong Yidong <cyd@gnu.org>
8836
8837 * simple.el (delete-active-region): Move to killing custom group.
8838
8839 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8840
8841 * progmodes/which-func.el (which-func-current): Quote %
8842 characters for mode-line processing.
8843
8844 2012-04-27 Chong Yidong <cyd@gnu.org>
8845
8846 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8847 reaching eob (Bug#11286).
8848
8849 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8850
8851 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8852 (gdb): Make it buffer-local and init to zero.
8853 (gdb-control-commands-regexp): New variable.
8854 (gdb-send): Don't wrap in "-interpreter-exec console" if
8855 gdb-control-level is positive. Increment gdb-control-level
8856 whenever the command matches gdb-control-commands-regexp, and
8857 decrement it each time the command is "end". (Bug#11279)
8858
8859 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8860
8861 * window.el (adjust-window-trailing-edge, enlarge-window)
8862 (shrink-window, window-resize):
8863 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8864 windows (Bug#11276).
8865
8866 2012-04-27 Chong Yidong <cyd@gnu.org>
8867
8868 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8869 fix "missing prefix" warning. All callers changed.
8870
8871 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8872
8873 * emacs-lisp/assoc.el: Move to obsolete/.
8874
8875 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8878
8879 * term/ns-win.el (ns-define-service):
8880 * progmodes/pascal.el (pascal-goto-defun):
8881 * progmodes/js.el (js--read-tab):
8882 * progmodes/etags.el (tags-lazy-completion-table):
8883 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8884 * emacs-lisp/ewoc.el (ewoc--wrap):
8885 * emacs-lisp/assoc.el (aput, adelete, amake):
8886 * doc-view.el (doc-view-convert-current-doc):
8887 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8888
8889 2012-04-26 Chong Yidong <cyd@gnu.org>
8890
8891 * image.el (image-type-from-buffer): Only return supported image
8892 type (Bug#9045).
8893
8894 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8895 value, for symmetry with diff-end-of-hunk.
8896 (diff-split-hunk, diff-find-source-location)
8897 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8898 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8899 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8900 compute the relevant hunk or file properly (Bug#6005).
8901 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8902
8903 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * vc/vc-mtn.el:
8906 * vc/vc-hg.el:
8907 * vc/vc-git.el:
8908 * vc/vc-dir.el:
8909 * vc/vc-cvs.el:
8910 * vc/vc-bzr.el:
8911 * vc/vc-arch.el:
8912 * vc/vc.el: Replace lexical-let by lexical-binding.
8913 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8914 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8915 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8916
8917 2012-04-26 Chong Yidong <cyd@gnu.org>
8918
8919 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8920 (diff-mode-shared-map): Bind it to / and [remap undo].
8921
8922 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8923 (ediff-window-setup-function): Use it as the default, to set up
8924 windows based on whether the current frame is graphical (Bug#2138).
8925 (ediff-choose-window-setup-function-automatically): Make obsolete.
8926
8927 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8928
8929 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * ffap.el: Remove old code for obsolete package.
8932 (ffap-complete-as-file-p): Remove.
8933
8934 Use completion-table-with-quoting for comint and pcomplete.
8935 * comint.el (comint--unquote&requote-argument)
8936 (comint--unquote-argument, comint--requote-argument): New functions.
8937 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8938 (comint-quote-filename): Use regexp-opt-charset.
8939 (comint--common-suffix, comint--common-quoted-suffix)
8940 (comint--table-subvert): Remove.
8941 (comint-unquote-function, comint-requote-function): New vars.
8942 (comint--complete-file-name-data): Use them with
8943 completion-table-with-quoting.
8944 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8945 * pcomplete.el (pcomplete-arg-quote-list)
8946 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8947 (pcomplete-unquote-argument-function): Default to non-nil.
8948 (pcomplete-unquote-argument): Simplify.
8949 (pcomplete--common-quoted-suffix): Remove.
8950 (pcomplete-requote-argument-function): New var.
8951 (pcomplete--common-suffix): New function.
8952 (pcomplete-completions-at-point): Use completion-table-with-quoting
8953 and completion-table-subvert.
8954
8955 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8956 (minibuffer--double-dollars): Preserve properties.
8957 (completion--sifn-requote): New function.
8958 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8959
8960 * minibuffer.el: Add support for completion of quoted/escaped data.
8961 (completion-table-with-quoting, completion-table-subvert): New funs.
8962 (completion--twq-try, completion--twq-all): New functions.
8963 (completion--nth-completion): New function.
8964 (completion-try-completion, completion-all-completions): Use it.
8965
8966 2012-04-25 Leo Liu <sdl.web@gmail.com>
8967
8968 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8969 Use compilation-message if available to find real filename.
8970
8971 2012-04-25 Chong Yidong <cyd@gnu.org>
8972
8973 * vc/diff-mode.el (diff-setup-whitespace): New function.
8974 (diff-mode): Use it.
8975
8976 * vc/diff.el (diff-sentinel):
8977 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8978 Whitespace mode variables based on diff style (Bug#8612).
8979
8980 2012-04-25 Leo Liu <sdl.web@gmail.com>
8981
8982 * progmodes/python.el (python-send-region): Add suffix .py to the
8983 temp file.
8984
8985 * files.el (auto-mode-alist): Use javascript-mode instead.
8986
8987 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8988
8989 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8990
8991 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8992 (soap-resolve-references-for-array-type): Hack to prevent self
8993 references, see Bug#9.
8994 (soap-parse-envelope): Report the contents of the 'detail' node
8995 when receiving a fault reply.
8996 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8997
8998 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8999 (soap-inspect-simple-type): New function.
9000
9001 * net/soap-client.el (soap-simple-type): New struct.
9002 (soap-default-xsd-types, soap-default-soapenc-types)
9003 (soap-decode-basic-type, soap-encode-basic-type):
9004 support unsignedInt and double basic types.
9005 (soap-resolve-references-for-simple-type)
9006 (soap-parse-simple-type, soap-encode-simple-type): New function.
9007 (soap-parse-schema): Parse xsd:simpleType declarations.
9008
9009 * net/soap-client.el (soap-default-xsd-types)
9010 (soap-default-soapenc-types): Add integer, byte and anyURI types.
9011 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
9012 the local name of "soapenc:Array".
9013 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
9014 decoding integer, byte and anyURI xsd types.
9015
9016 2012-04-25 Chong Yidong <cyd@gnu.org>
9017
9018 * cus-edit.el (custom-buffer-create-internal): Update header text.
9019
9020 2012-04-25 Eli Zaretskii <eliz@gnu.org>
9021
9022 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
9023 settings on 'system-type', not on 'window-system'. On MS-Windows,
9024 set interactive-mode on in GDB.
9025
9026 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
9029 (ruby-syntax-propertize-regexp): Remove.
9030 (ruby-syntax-propertize-function): Split regexp into chunks.
9031 Match following code directly.
9032
9033 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
9034
9035 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
9036 (ruby-syntax-propertize-regexp): New function.
9037 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
9038 by a special keyword.
9039
9040 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
9041 (ruby-syntax-general-delimiters-goto-beg)
9042 (ruby-syntax-propertize-general-delimiters): New functions.
9043 (ruby-syntax-propertize-function): Use them to handle GDL.
9044 (ruby-font-lock-keywords): Move old handling of GDL...
9045 (ruby-font-lock-syntactic-keywords): .. to here.
9046 (ruby-calculate-indent): Adjust indentation for GDL.
9047
9048 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
9049
9050 * notifications.el (top): Remove unneeded declarations.
9051 (notifications-specification-version): Change to "1.2".
9052 (notifications-interface, notifications-notify-method)
9053 (notifications-close-notification-method): Fix docstring.
9054 (notifications-get-capabilities-method): New defconst.
9055 (notifications-notify): Add :action-items, :resident and
9056 :transient hints. Change "image_data" to "image-data" and
9057 "image_path" to "image-path".
9058 (notifications-get-capabilities): New defun.
9059
9060 2012-04-24 Leo Liu <sdl.web@gmail.com>
9061
9062 * progmodes/python.el: Move hideshow setup to the end.
9063
9064 2012-04-24 Martin Rudalics <rudalics@gmx.at>
9065
9066 * window.el (handle-select-window): Clear echo area since this is
9067 no more done by read_char (Bug#11304).
9068
9069 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
9072 and `/ M' to filter-derived-mode.
9073 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
9074 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9075 (ibuffer-mark-by-mode): Use default rather than initial-input.
9076 (ibuffer-filter-by-derived-mode): Autoload and require-match.
9077
9078 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
9079
9080 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
9081 (ibuffer-filter-by-derived-mode): New filter.
9082 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
9083
9084 2012-04-23 Andreas Politz <politza@fh-trier.de>
9085
9086 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
9087
9088 2012-04-23 Chong Yidong <cyd@gnu.org>
9089
9090 * cus-edit.el (customize-apropos, customize-apropos-options):
9091 Disable matching of non-option variables (Bug#11176).
9092 (customize-option, customize-option-other-window)
9093 (customize-changed-options): Doc fix.
9094 (customize-apropos-options, customize-apropos-faces)
9095 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
9096
9097 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
9098 Fix word list splitting (Bug#11132).
9099 (apropos-symbol, apropos-keybinding, apropos-label)
9100 (apropos-property, apropos-function-button)
9101 (apropos-variable-button, apropos-misc-button): New faces.
9102 (apropos-symbol-face, apropos-keybinding-face)
9103 (apropos-label-face, apropos-property-face, apropos-match-face):
9104 Variables removed (Bug#8396).
9105 (apropos-library-button, apropos-format-plist, apropos-print)
9106 (apropos-print-doc, apropos-describe-plist): Callers changed.
9107
9108 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
9109
9110 * net/xesam.el (xesam-mode-map): Use let-bound map in
9111 initialization. (Bug#11292)
9112
9113 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9114
9115 Preserve ispell session localwords when switching back to
9116 original buffer.
9117
9118 * textmodes/ispell.el (ispell-buffer-session-localwords):
9119 New buffer-local variable to hold buffer session localwords.
9120 (ispell-kill-ispell): Add option 'clear to delete session
9121 localwords.
9122 (ispell-command-loop, ispell-change-dictionary)
9123 (ispell-buffer-local-words): Preserve session localwords when
9124 needed.
9125
9126 * textmodes/flyspell.el (flyspell-process-localwords)
9127 (flyspell-do-correct): Preserve session localwords when needed.
9128
9129 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9130
9131 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
9132 using obsolete `translation-table-for-input'.
9133 (ispell-word, ispell-process-line, ispell-complete-word):
9134 Use plain `insert' instead of removed `ispell-insert-word'.
9135
9136 2012-04-22 Chong Yidong <cyd@gnu.org>
9137
9138 * cus-edit.el (custom-variable-menu)
9139 (custom-variable-reset-saved, custom-face-menu)
9140 (custom-face-reset-saved): If there is no saved value, make the
9141 "reset-saved" operation bring back the default (Bug#9509).
9142 (custom-face-state): Properly detect themed faces.
9143
9144 * faces.el (face-spec-set): Stop supporting deprecated form of
9145 third arg.
9146
9147 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
9148
9149 Move functions from C to Lisp. Make non-blocking method calls
9150 the default. Implement further D-Bus standard interfaces.
9151
9152 * net/dbus.el (dbus-message-internal): Declare function.
9153 Remove unneeded function declarations.
9154 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
9155 (dbus-message-type-method-return, dbus-message-type-error)
9156 (dbus-message-type-signal): Declare variables. Remove local
9157 definitions.
9158 (dbus-interface-dbus, dbus-interface-peer)
9159 (dbus-interface-introspectable, dbus-interface-properties)
9160 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
9161 Adapt docstring.
9162 (dbus-interface-objectmanager): New defconst.
9163 (dbus-call-method, dbus-call-method-asynchronously)
9164 (dbus-send-signal, dbus-method-return-internal)
9165 (dbus-method-error-internal, dbus-register-service)
9166 (dbus-register-signal, dbus-register-method): New defuns, moved
9167 from dbusbind.c
9168 (dbus-call-method-handler, dbus-setenv)
9169 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
9170 New defuns.
9171 (dbus-call-method-non-blocking): Make it an obsolete function.
9172 (dbus-unregister-object, dbus-unregister-service)
9173 (dbus-handle-event, dbus-register-property)
9174 (dbus-property-handler): Obey the new structure of
9175 `bus-registered-objects'.
9176 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
9177 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9178 Use `dbus-call-method'.
9179
9180 2012-04-22 Chong Yidong <cyd@gnu.org>
9181
9182 * cus-edit.el (custom-commands, custom-reset-menu)
9183 (Custom-reset-standard): Tweak labels.
9184 (custom-reset-button-menu): Change default to t.
9185 (custom-buffer-create-internal): For the custom-reset-button-menu
9186 case, put the revert button first.
9187 (custom-group-subtitle): New face.
9188 (custom-group-value-create): Align docstring to a specific column.
9189
9190 * wid-edit.el (widget-documentation-link-add): Don't handle
9191 indentation in this function.
9192 (widget-documentation-string-indent-to): New function.
9193 (widget-documentation-string-value-create): Use it.
9194
9195 * autorevert.el (auto-revert):
9196 * epg-config.el (epg):
9197 * ibuffer.el (ibuffer):
9198 * mpc.el (mpc):
9199 * ses.el (ses):
9200 * eshell/eshell.el (eshell):
9201 * net/ange-ftp.el (ange-ftp):
9202 * progmodes/ebnf2ps.el (postscript):
9203 * progmodes/flymake.el (flymake):
9204 * progmodes/prolog.el (prolog):
9205 * progmodes/verilog-mode.el (verilog-mode):
9206 * progmodes/which-func.el (which-func):
9207 * term/xterm.el (xterm):
9208 * textmodes/picture.el (picture):
9209 * textmodes/tildify.el (tildify):
9210 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
9211 customization buffers.
9212
9213 2012-04-22 Alan Mackenzie <acm@muc.de>
9214
9215 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
9216 Adding a ) can hide the resulting (..) from searches. Fix it.
9217 Bound the backward search to the position of the existing (.
9218
9219 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
9220
9221 * progmodes/verilog-mode.el (verilog-mode): Check whether
9222 which-func-modes is t before adding verilog-mode.
9223 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
9224
9225 2012-04-21 Leo Liu <sdl.web@gmail.com>
9226
9227 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
9228
9229 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
9230
9231 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
9232 filling of the last column of a table (Bug#5635).
9233 (woman-find-next-control-line): New arg, specifying an additional
9234 regexp component for the control line.
9235 (woman2-roff-buffer): Use it.
9236 (woman-break-table): New function.
9237 (woman2-TS): Use it.
9238
9239 2012-04-21 Chong Yidong <cyd@gnu.org>
9240
9241 * woman.el (woman-set-buffer-display-table, woman-decode-region)
9242 (woman-horizontal-escapes, woman-negative-vertical-space)
9243 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
9244 (WoMan-warn-ignored): Use ?\s instead of ?\ .
9245
9246 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * minibuffer.el (completion-file-name-table): Complete user names.
9249
9250 2012-04-20 Leo Liu <sdl.web@gmail.com>
9251
9252 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
9253 and pcase-let*.
9254
9255 2012-04-20 Chong Yidong <cyd@gnu.org>
9256
9257 * server.el (server-execute): Respect initial-buffer-choice if it
9258 is a string and there are no files to open (Bug#2825).
9259 (server-create-window-system-frame, server-create-tty-frame):
9260 Don't switch buffers here.
9261 (server-process-filter): Only try to open a window system frame if
9262 compiled with graphical support (Bug#8314).
9263
9264 2012-04-20 Dan Nicolaescu <dann@gnu.org>
9265
9266 * battery.el (battery-echo-area-format): Display remaining time
9267 for sysfs backend too (Bug#11269).
9268 (battery-linux-sysfs): Fix conditional for the charge.
9269
9270 2012-04-20 Chong Yidong <cyd@gnu.org>
9271
9272 * progmodes/gdb-mi.el (gdb): Revert previous change.
9273 (gdb-inferior-io--init-proc): New function.
9274 (gdb-init-1): Use it.
9275 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9276 responsible for allocating a new pty and hooking it to gdb when
9277 the old pty gets an EIO due to process exit.
9278 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
9279 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9280 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9281
9282 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9283
9284 * window.el (window-min-size, window-sizable, window-min-delta)
9285 (window-max-delta, window--resizable, window-resizable)
9286 (window-total-size, window-full-height-p, window-full-width-p)
9287 (window-in-direction, window--resize-mini-window, window-resize)
9288 (window--resize-child-windows-normal)
9289 (window--resize-child-windows, window--resize-siblings)
9290 (window--resize-this-window, adjust-window-trailing-edge)
9291 (enlarge-window, shrink-window): Doc fixes.
9292
9293 2012-04-20 Chong Yidong <cyd@gnu.org>
9294
9295 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9296 New function to call delete-process on the gdb-inferior buffer's pty.
9297 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9298 pty process (Bug#11273).
9299 (gdb-update): New arg to suppress talking to the gdb process.
9300 (gdb-done-or-error): Use it.
9301 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9302 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9303 sentinel not being called.
9304
9305 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9306
9307 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9308
9309 2012-04-20 Glenn Morris <rgm@gnu.org>
9310
9311 * net/network-stream.el (open-network-stream): Doc fix.
9312
9313 2012-04-20 Chong Yidong <cyd@gnu.org>
9314
9315 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9316
9317 2012-04-20 Alan Mackenzie <acm@muc.de>
9318
9319 Ensure searching for keywords is case sensitive.
9320
9321 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9322 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9323 (c-defun-name, c-mark-function, c-cpp-define-name)
9324 (c-comment-indent, c-scan-conditionals, c-indent-defun)
9325 (c-context-line-break): Bind case-fold-search to nil.
9326
9327 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9328 Bind case-fold-search to nil.
9329
9330 2012-04-20 Chong Yidong <cyd@gnu.org>
9331
9332 * mail/sendmail.el (mail-bury): Call return action with the right
9333 Rmail buffer (Bug#11242).
9334
9335 * server.el (server-process-filter): Handle corner case where both
9336 tty and nowait options are present (Bug#11102).
9337
9338 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9339
9340 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
9341 (top level): Put into the executable the ident-style '$Id:' tag on
9342 windows-nt as well.
9343
9344 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * electric.el (electric-indent-post-self-insert-function): Check that
9347 electric-indent-mode is enabled in current buffer.
9348
9349 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9350
9351 * imenu.el (imenu-progress-message): Restore; it is "used" in
9352 erc/erc-imenu.el and net/snmp-mode.el.
9353
9354 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9355
9356 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9357 (mouse-avoidance-nudge-mouse): Remove unused binding.
9358
9359 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9360
9361 * descr-text.el (describe-char):
9362 * progmodes/python.el (python-describe-symbol):
9363 Don't call `toggle-read-only', set `buffer-read-only'.
9364
9365 * imenu.el (imenu-default-goto-function): Mark unused args.
9366 (imenu-progress-message): Remove obsolete macro; all callers changed.
9367
9368 * subr.el (keymap-canonicalize): Remove unused binding.
9369 (read-passwd): Mark unused arg.
9370
9371 * tutorial.el (tutorial--display-changes): Remove unused binding.
9372 (tutorial--save-tutorial-to): Remove unused variable.
9373
9374 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9375 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9376 (package-generate-autoloads, package-menu--generate)
9377 (package-menu--find-upgrades): Remove unused bindings.
9378
9379 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9380 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9381 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9382 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9383 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9384 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9385 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9386 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9387 (cua-delete-char-rectangle): Mark unused args.
9388 (cua-align-rectangle): Remove unused binding.
9389
9390 * mail/rmail.el (compilation--message->loc)
9391 (epa--find-coding-system-for-mime-charset): Declare.
9392
9393 * net/dbus.el (dbus-register-service): Declare.
9394 (dbus-name-owner-changed-handler): Remove unused binding.
9395
9396 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9397 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9398 (nxml-scan-backward-within): Mark unused arg.
9399 (nxml-dynamic-markup-word): Remove unused binding.
9400
9401 * mouse.el (mouse-menu-major-mode-map):
9402 * emacs-lisp/authors.el (authors-scan-change-log)
9403 (authors-add-to-author-list):
9404 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9405 * emacs-lisp/smie.el (smie-auto-fill):
9406 * mail/sendmail.el (mail-bury):
9407 * mail/unrmail.el (unrmail):
9408 * net/tls.el (open-tls-stream):
9409 * textmodes/picture.el (picture-mouse-set-point):
9410 Remove unused bindings.
9411
9412 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
9413
9414 * net/tramp.el (tramp-action-password): Let-bind
9415 `enable-recursive-minibuffers' to t.
9416
9417 2012-04-18 Sam Steingold <sds@gnu.org>
9418
9419 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9420 instead of 'string to accommodate values like [f11].
9421 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9422 * progmodes/gdb-mi.el: Likewise.
9423
9424 2012-04-18 Leo Liu <sdl.web@gmail.com>
9425
9426 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9427 current buffer.
9428 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9429 LOCAL is nil.
9430
9431 2012-04-18 Chong Yidong <cyd@gnu.org>
9432
9433 * simple.el (line-move): Use forward-line if in batch mode
9434 (Bug#11053).
9435
9436 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9437
9438 * files.el (after-find-file): Do not try to add a final newline if
9439 the buffer is read-only (Bug#11156).
9440
9441 2012-04-17 Richard Stallman <rms@gnu.org>
9442
9443 * mail/rmail.el (rmail-start-mail):
9444 Pass (rmail-mail-return...) for the return-action.
9445 Pass (rmail-yank-current-message...) for the yank-action.
9446 (rmail-yank-current-message): New function.
9447 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9448 (rmail-reply): Likewise.
9449 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9450
9451 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9452 buffer, not the last. Reject temp buffers. Use the rmail-mode
9453 buffer, not newbuf.
9454
9455 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
9456
9457 * server.el (server-ensure-safe-dir): Simplify.
9458
9459 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * emacs-lisp/smie.el: Provide smarter auto-filling.
9462 (smie-auto-fill): New function.
9463 (smie-setup): Use it.
9464
9465 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9466
9467 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
9468
9469 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9470 (comment-indent): Use it.
9471
9472 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9473
9474 * ses.el: The overall change is to add cell renaming, that is
9475 setting fancy names for cell symbols other than name matching
9476 "\\`[A-Z]+[0-9]+\\'" regexp .
9477 (ses-localvars): Add ses--renamed-cell-symb-list.
9478 (ses-create-cell-variable): New defun.
9479 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9480 (ses-relocate-formula): Relocate formulas only for cells the
9481 symbols of which are not renamed, i.e. symbols whose names do not
9482 match regexp "\\`[A-Z]+[0-9]+\\'".
9483 (ses-relocate-all): Relocate values only for cells the symbols of
9484 which are not renamed.
9485 (ses-load): Create cells variables as the (ses-cell ...) are read,
9486 in order to check row col consistency with cell symbol name only
9487 for cells that are not renamed.
9488 (ses-replace-name-in-formula): New defun.
9489 (ses-rename-cell): New defun.
9490
9491 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9492
9493 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9494 New option (bug#11118).
9495 (perl-calculate-indent): Respect it.
9496
9497 2012-04-17 Glenn Morris <rgm@gnu.org>
9498
9499 * dired-aux.el (dired-mark-read-string): Doc fix.
9500
9501 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9502
9503 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9504 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9505
9506 2012-04-17 Glenn Morris <rgm@gnu.org>
9507
9508 * mouse.el (mouse-drag-track):
9509 * speedbar.el (speedbar-frame-mode):
9510 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9511
9512 2012-04-16 Leo Liu <sdl.web@gmail.com>
9513
9514 * progmodes/python.el: Trivial cleanup.
9515
9516 2012-04-16 Glenn Morris <rgm@gnu.org>
9517
9518 * vc/vc.el (vc-string-prefix-p):
9519 * vc/pcvs-util.el (cvs-string-prefix-p):
9520 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9521 * mpc.el (mpc-string-prefix-p):
9522 Make all of these into obsolete aliases for string-prefix-p.
9523 Update callers.
9524 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9525
9526 * textmodes/two-column.el: Move custom options to the start.
9527 (frame-width): Remove compat definition.
9528 (2C-associate-buffer, 2C-dissociate):
9529 Use with-current-buffer rather than save-excursion.
9530 (2C-dissociate): Force a mode-line update.
9531 (2C-autoscroll): Use ignore-errors.
9532
9533 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9534 Autoload trivia.
9535
9536 * emacs-lisp/cl-extra.el (*random-state*):
9537 Remove unnecessary declaration.
9538
9539 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9540
9541 * play/cookie1.el (cookie-snarf):
9542 Give an explicit error if input file cannot be read.
9543
9544 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9545
9546 * progmodes/perl-mode.el (c-macro-expand):
9547 Remove unnecessary autoload (it is in loaddefs.el).
9548
9549 * textmodes/picture.el (picture-desired-column)
9550 (picture-update-desired-column): Convert comments to doc-strings.
9551 (picture-substitute): Remove function.
9552 (picture-mode-map): Initialize in the defvar.
9553
9554 * woman.el: Remove eval-after-load for tar-mode.
9555 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9556 (woman-tar-extract-file): Autoload it.
9557
9558 * frame.el (automatic-hscrolling): Make this alias obsolete.
9559
9560 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9561
9562 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9563 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9564 (ispell-dictionary-base-alist): Revert to original XEmacs
9565 friendly version for default. [:alpha:] will be added in
9566 `ispell-set-spellchecker-params' if needed.
9567
9568 2012-04-16 Chong Yidong <cyd@gnu.org>
9569
9570 * image.el (imagemagick--file-regexp): New variable.
9571 (imagemagick-register-types): Use it.
9572 (imagemagick-types-inhibit): Add :set function. Allow new value
9573 of t to inhibit all types.
9574
9575 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9576 so we can preload it.
9577
9578 * loadup.el (fboundp): Preload regexp-opt, needed by
9579 imagemagick-register-types.
9580
9581 2012-04-15 Chong Yidong <cyd@gnu.org>
9582
9583 * frame.el (scrolling): Remove nearly unused customization group.
9584
9585 * scroll-all.el (scroll-all-mode): Move to windows group.
9586
9587 2012-04-15 Chong Yidong <cyd@gnu.org>
9588
9589 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9590
9591 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9594 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9595
9596 2012-04-15 Glenn Morris <rgm@gnu.org>
9597
9598 * simple.el (process-file-side-effects): Doc fix.
9599
9600 2012-04-15 Glenn Morris <rgm@gnu.org>
9601
9602 * international/mule-cmds.el (set-language-environment): Doc fix.
9603
9604 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9605
9606 * server.el (server-auth-key, server-generate-key): Doc fixes.
9607 (server-get-auth-key): Doc fix. Use `string-match-p'.
9608 (server-start): Reflow docstring.
9609
9610 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9611
9612 * server.el (server-generate-key): `called-interactively-p'
9613 requires a parameter.
9614
9615 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9616
9617 * server.el (server-auth-key): New variable.
9618 (server-generate-key, server-get-auth-key): New function.
9619 (server-start): Use the new variable and functions to allow
9620 setting a permanent server key (bug#9423).
9621
9622 2012-04-14 Leo Liu <sdl.web@gmail.com>
9623
9624 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9625
9626 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9627
9628 Spelling fixes.
9629 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9630 Emacs uses American spelling.
9631
9632 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9633
9634 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9635 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9636 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9637 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9638
9639 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * progmodes/which-func.el (which-func-modes): Change default.
9642
9643 2012-04-14 Kim F. Storm <storm@cua.dk>
9644
9645 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9646 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9647
9648 2012-04-14 Chong Yidong <cyd@gnu.org>
9649
9650 * custom.el (custom-theme-set-variables): Doc fix.
9651
9652 2012-04-14 Glenn Morris <rgm@gnu.org>
9653
9654 * international/mule.el (set-auto-coding-for-load): Doc fix.
9655
9656 2012-04-14 Alan Mackenzie <acm@muc.de>
9657
9658 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9659 imenu work again for Objective C Mode. Correct the *-index values,
9660 these having been disturbed by a previous change in 2011-08.
9661
9662 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9663 Correct two search limits.
9664
9665 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9666
9667 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9668
9669 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9670
9671 * international/characters.el: Fix sorting.
9672
9673 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9674
9675 * international/characters.el: Add more missing Latin case pairs.
9676
9677 2012-04-14 Glenn Morris <rgm@gnu.org>
9678
9679 * files.el (dir-locals-set-class-variables): Doc fix.
9680
9681 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9682
9683 * international/characters.el: Add set-case-syntax-pair call for
9684 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9685 counterpart. (Bug#11209)
9686
9687 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9688
9689 2012-04-14 Glenn Morris <rgm@gnu.org>
9690
9691 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9692
9693 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9694
9695 * textmodes/ispell.el (ispell-dictionary-base-alist):
9696 Add data for Hebrew.
9697
9698 2012-04-14 Chong Yidong <cyd@gnu.org>
9699
9700 * net/rcirc.el (rcirc-cmd-quit):
9701 Revert 2012-03-18 change (Bug#11192).
9702
9703 2012-04-14 Glenn Morris <rgm@gnu.org>
9704
9705 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9706
9707 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9708
9709 * minibuffer.el (completion-in-region-mode-map):
9710 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9711
9712 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9713
9714 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9715
9716 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9717
9718 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9719 to allow `C-M-f' and `C-M-b' to move to the nearest path
9720 separator (bug#9511).
9721
9722 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9723
9724 * avoid.el: Require cl when compiling. And also move the
9725 `provide' to the end.
9726
9727 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9728
9729 * avoid.el (mouse-avoidance-banish-position): New variable.
9730 (mouse-avoidance-banish-destination): Use it (bug#10165).
9731
9732 2012-04-13 Leo Liu <sdl.web@gmail.com>
9733
9734 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9735
9736 2012-04-13 Ken Brown <kbrown@cornell.edu>
9737
9738 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9739 this is no longer needed now that cygstart understands file:// URLs.
9740 (browse-url-filename-alist): For the same reason, don't modify
9741 file:// URLs on Cygwin.
9742
9743 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9744
9745 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9746 the region on shift if the binding is already shifted (bug#11221).
9747
9748 2012-04-12 Glenn Morris <rgm@gnu.org>
9749
9750 * mail/mailpost.el: Move to obsolete/.
9751
9752 2012-04-12 Drew Adams <drew.adams@oracle.com>
9753
9754 * imenu.el (imenu--generic-function): Ignore invisible definitions
9755 (bug#10123).
9756
9757 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9758
9759 * hexl.el (hexl-bits): New variable.
9760 (hexl-options): Mention the variable in the doc string.
9761 (hexl-rulerise, hexl-line-displen): New functions.
9762 (hexl-mode): Mention the new variable.
9763 (hexl-mode, hexl-current-address, hexl-current-address):
9764 Use the displen.
9765 (hexl-ascii-start-column): New function.
9766 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9767 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9768
9769 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9770
9771 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9772 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9773 the encoding, as expected by hunspell.
9774
9775 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 * battery.el (battery--linux-sysfs-regexp): New const.
9778 (battery-status-function): Use it. Remove yeeloong special case.
9779 (battery-yeeloong-sysfs): Remove.
9780 (battery-echo-area-format): Remove yeeloong special case.
9781
9782 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9785 Reported by Noah Friedman.
9786
9787 * subr.el (read-passwd): Use read-string.
9788
9789 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9790
9791 * vcursor.el (vcursor-move): Increase the priority of the overlay
9792 (bug#9663).
9793
9794 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9795
9796 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9797 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9798
9799 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9800
9801 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9802 define-minor-mode (bug#10760).
9803
9804 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9805
9806 * progmodes/grep.el (rgrep): Tweak the find command line so
9807 that directories matching `grep-find-ignored-files' won't be
9808 pruned (bug#10351).
9809
9810 2012-04-11 Chong Yidong <cyd@gnu.org>
9811
9812 * startup.el (command-line): Remove support for long-obsolete
9813 variable font-lock-face-attributes.
9814
9815 2012-04-11 Glenn Morris <rgm@gnu.org>
9816
9817 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9818
9819 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9820
9821 * window.el (window--state-get-1): Obey window-point-insertion-type.
9822
9823 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9824
9825 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9826 to previous function when point is on the first character of a
9827 function. Take care of that in `narrow-to-defun' (bug#6157).
9828
9829 2012-04-11 Glenn Morris <rgm@gnu.org>
9830
9831 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9832 not just file-errors.
9833
9834 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9835 (vc-bzr-sha1): Use internal sha1.
9836
9837 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9838
9839 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9840
9841 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9842
9843 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9844 that start in the middle of the line (bug#10496).
9845
9846 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9847
9848 * battery.el (battery-linux-proc-acpi): Only one battery is
9849 discharged at a time, but that seems to confuse battery.el when
9850 computing `rate-type' for the battery not being discharged
9851 (bug#10332).
9852
9853 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9854
9855 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9856
9857 * international/quail.el: Use dolist and simplify.
9858 (quail-define-package, quail-update-keyboard-layout)
9859 (quail-define-rules): Use dolist.
9860 (quail-insert-kbd-layout, quail-get-translation): CSE.
9861
9862 * tmm.el: Use dolist, remove left over hook.
9863 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9864 Use dolist.
9865 (calendar-load-hook): Don't mess with it.
9866
9867 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9868 Use derived-mode-p. Run the diff asynchronously.
9869
9870 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9871
9872 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9873
9874 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9875
9876 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9877 (list-dynamic-libraries--loaded): New function.
9878 (list-dynamic-libraries--refresh): Use it.
9879
9880 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9881
9882 * progmodes/python.el (python-fill-paragraph):
9883 Make python-fill-region in a multiline string work when font-lock is
9884 disabled (bug#7018).
9885
9886 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9887
9888 * language/european.el (cp775): Add oem/legacy (en)coding on
9889 DOS/MS Windows for the Baltic languages. There are still plenty
9890 of texts written in this encoding/codepage (bug#6519).
9891
9892 2012-04-10 Glenn Morris <rgm@gnu.org>
9893
9894 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9895 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9896
9897 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9898
9899 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9900 next-line "n" and previous-line "p" in order to make recentf more
9901 consistent with ibuffer, dired or org-mode (bug#9387).
9902
9903 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9904
9905 * image.el (put-image): Return the overlay created instead of the
9906 optional input string (bug#7834). Note that this may break code
9907 that is (for some reason or other) depending on `put-image'
9908 returning the string.
9909
9910 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9911
9912 * simple.el (zap-to-char): Allow zapping using input methods
9913 (bug#1580).
9914
9915 * textmodes/fill.el (fill-region): Leave point and mark where they
9916 were before filling (bug#5399).
9917
9918 2012-04-09 Glenn Morris <rgm@gnu.org>
9919
9920 * version.el (emacs-bzr-get-version):
9921 Handle lightweight checkouts of local branches.
9922
9923 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9924
9925 * international/characters.el: Recover lost case pairs. (Bug#11209)
9926
9927 2012-04-09 Chong Yidong <cyd@gnu.org>
9928
9929 * custom.el (custom-variable-p): Return nil for non-symbol
9930 arguments instead of signaling an error.
9931 (user-variable-p): Obsolete alias for custom-variable-p.
9932
9933 * apropos.el (apropos-variable):
9934 * files-x.el (read-file-local-variable):
9935 * simple.el (set-variable):
9936 * woman.el (woman-mini-help):
9937 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9938
9939 2012-04-09 Glenn Morris <rgm@gnu.org>
9940
9941 * startup.el (normal-top-level): Don't look for leim-list.el
9942 in places where it will not be found. (Bug#910)
9943
9944 * international/mule-cmds.el (set-default-coding-systems):
9945 * files.el (normal-mode):
9946 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9947 This function was removed with ucs-tables.el in 2008.
9948
9949 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9950
9951 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9952 ispell-encoding8-command to "-i", without a trailing space.
9953 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9954 separate command-line arguments, to specify the encoding, since
9955 that's how hunspell expects it.
9956
9957 2012-04-08 Glenn Morris <rgm@gnu.org>
9958
9959 * loadup.el: Load bindings before cus-start.
9960 This reduces somewhat the number of "rogue" settings in emacs -Q.
9961
9962 2012-04-07 Glenn Morris <rgm@gnu.org>
9963
9964 * version.el (emacs-bzr-get-version): New function.
9965 (emacs-bzr-version): New variable.
9966 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9967 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9968
9969 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9970
9971 * international/uni-bidi.el, international/uni-category.el:
9972 * international/uni-combining.el, international/uni-decimal.el:
9973 * international/uni-decomposition.el, international/uni-digit.el:
9974 * international/uni-lowercase.el, international/uni-mirrored.el:
9975 * international/uni-name.el, international/uni-numeric.el:
9976 * international/uni-titlecase.el, international/uni-uppercase.el:
9977 Update for Unicode 6.1.
9978
9979 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9980
9981 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9982
9983 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9984
9985 * window.el (shrink-window): Mention the `window-min-height'
9986 variable in the doc string.
9987
9988 2012-04-05 Bastien Guerry <bzg@altern.org>
9989
9990 * color.el (color-lighten-name): Fix typo.
9991
9992 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * server.el (server--on-display-p): New function.
9995 (server--on-display-p): Use it.
9996
9997 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9998
9999 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
10000 (bug#11145).
10001
10002 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * comint.el (comint--common-quoted-suffix): Check string boundary
10005 before comparing (bug#11158).
10006 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
10007
10008 2012-04-04 Chong Yidong <cyd@gnu.org>
10009
10010 * minibuffer.el (completion-extra-properties): Doc fix.
10011
10012 * subr.el (delayed-warnings-hook): Doc fix.
10013
10014 2012-04-04 Daiki Ueno <ueno@unixuser.org>
10015
10016 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
10017 selection (Bug#11159).
10018 (epa-insert-keys): Inform that the default public key will be
10019 exported if no key is selected.
10020
10021 2012-04-04 Richard Stallman <rms@gnu.org>
10022
10023 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
10024
10025 2012-04-03 Chong Yidong <cyd@gnu.org>
10026
10027 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
10028 mail-insert-file, not its obsolete alias mail-attach-file.
10029
10030 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
10031
10032 * notifications.el (notifications-notify): Fix docstring.
10033
10034 2012-04-02 Glenn Morris <rgm@gnu.org>
10035
10036 * emacs-lisp/authors.el (authors-aliases): Another addition.
10037
10038 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
10039
10040 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
10041 `tramp-compat-call-process' instead of `tramp-local-call-process'.
10042 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
10043
10044 2012-04-01 Chong Yidong <cyd@gnu.org>
10045
10046 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
10047 Handle root directory properly.
10048 (copy-directory): Caller changed.
10049
10050 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10051 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
10052
10053 2012-03-31 Glenn Morris <rgm@gnu.org>
10054
10055 * term/xterm.el (xterm-extra-capabilities): Doc fix.
10056
10057 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
10058
10059 * calendar/calendar.el (calendar-window-list)
10060 (calendar-hide-window): Restore. (Bug#11140)
10061 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
10062
10063 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
10064
10065 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10066
10067 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10068 Check if file is a symlink (Bug#10489).
10069
10070 * files.el (copy-directory): Likewise.
10071
10072 2012-03-30 Chong Yidong <cyd@gnu.org>
10073
10074 * image.el (imagemagick-types-inhibit)
10075 (imagemagick-register-types): Doc fix.
10076
10077 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10078
10079 * textmodes/ispell.el (ispell-get-extended-character-mode):
10080 Disable extended-char-mode for hunspell. hunspell does not support it
10081 and treats ~word as ordinary words in pipe mode.
10082
10083 2012-03-30 Glenn Morris <rgm@gnu.org>
10084
10085 * tutorial.el (help-with-tutorial): Ensure local variables don't
10086 happen to make the buffer read-only. (Bug#11127)
10087
10088 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
10091 (perl-calculate-indent): Return `noindent' in strings.
10092
10093 2012-03-28 Sam Steingold <sds@gnu.org>
10094
10095 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
10096 instead of the broken adhockery which does not prevent calendar
10097 buffers from being displayed at random after exit.
10098 (calendar-window-list, calendar-hide-window): Remove the broken
10099 adhockery.
10100
10101 2012-03-28 Glenn Morris <rgm@gnu.org>
10102
10103 * replace.el (query-replace-map): Doc fix.
10104
10105 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
10106
10107 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
10108 contents. (Bug#11109)
10109
10110 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10111
10112 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
10113 (bug#11077).
10114 (avl-tree--check, avl-tree--check-node): New funs.
10115
10116 2012-03-27 Martin Rudalics <rudalics@gmx.at>
10117
10118 * window.el (switch-to-visible-buffer): New option.
10119 (switch-to-prev-buffer, switch-to-next-buffer):
10120 Observe switch-to-visible-buffer. Make sure that checking for a window
10121 showing a buffer already is done on the same frame.
10122
10123 2012-03-27 Glenn Morris <rgm@gnu.org>
10124
10125 * startup.el (mail-host-address): Doc fix.
10126
10127 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
10130 than 197 variables.
10131
10132 2012-03-26 Ami Fischman <ami@fischman.org>
10133
10134 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
10135
10136 2012-03-26 Glenn Morris <rgm@gnu.org>
10137
10138 * files.el (save-buffers-kill-emacs): Doc fix.
10139
10140 * startup.el (normal-top-level, command-line, command-line-1):
10141 Give them doc strings.
10142
10143 2012-03-25 Eli Zaretskii <eliz@gnu.org>
10144
10145 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
10146 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
10147
10148 2012-03-25 Chong Yidong <cyd@gnu.org>
10149
10150 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10151 theme if it was previously enabled before (Bug#11031).
10152
10153 * cus-theme.el (custom-theme-write-faces): Retrieve current face
10154 spec with custom-face-get-current-spec if its :shown-value is not
10155 determined yet (Bug#9337).
10156 (customize-create-theme, custom-theme-revert): Doc fixes.
10157
10158 * button.el (button-at): Minor addition to docstring.
10159
10160 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
10161
10162 * vc/vc.el (vc-merge): Fix a prompt.
10163
10164 2012-03-24 Chong Yidong <cyd@gnu.org>
10165
10166 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
10167 point (Bug#9623).
10168
10169 * button.el (button-at): Minor addition to docstring.
10170
10171 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10172
10173 * newcomment.el (comment-choose-indent): No space after BOL.
10174
10175 2012-03-22 Sam Steingold <sds@gnu.org>
10176
10177 * window.el (switch-to-prev-buffer): Revert last patch because the
10178 bug turned out to be an advertised feature (Elisp manual 28.14).
10179
10180 2012-03-22 Glenn Morris <rgm@gnu.org>
10181
10182 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
10183 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
10184
10185 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10186
10187 * net/network-stream.el (network-stream-open-starttls): Make error
10188 message under Windows be less misleading.
10189
10190 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
10191
10192 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
10193 understands (bug#9942).
10194
10195 2012-03-22 Chong Yidong <cyd@gnu.org>
10196
10197 * simple.el (end-of-visible-line): Handle return value of
10198 next-single-property-change properly (Bug#9371).
10199
10200 2012-03-22 Kenichi Handa <handa@m17n.org>
10201
10202 * international/quail.el (quail-insert-kbd-layout): Fix previous
10203 change. To avoid unwanted bidi reordering, use
10204 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
10205
10206 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
10207
10208 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
10209 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
10210 (ruby-beginning-of-indent): Be more careful with the difference
10211 between word-boundary and symbol boundary.
10212 (ruby-mode-syntax-table): Make : a symbol constituent.
10213
10214 2012-03-21 Andreas Politz <politza@fh-trier.de>
10215
10216 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
10217
10218 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * progmodes/etags.el (tags-completion-at-point-function):
10221 Improve last fix.
10222
10223 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
10224
10225 2012-03-21 Sam Steingold <sds@gnu.org>
10226
10227 * progmodes/etags.el (tags-completion-at-point-function):
10228 Avoid the error when point is inside the pattern.
10229
10230 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
10231
10232 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
10233 line (Bug#10855).
10234
10235 2012-03-21 Drew Adams <drew.adams@oracle.com>
10236
10237 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
10238
10239 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
10240
10241 * ido.el (ido-set-current-directory, ido-read-internal)
10242 (ido-choose-completion-string, ido-completion-help): Handle nil
10243 value of ido-completion-buffer (Bug#11008).
10244
10245 2012-03-21 Sam Steingold <sds@gnu.org>
10246
10247 * window.el (switch-to-prev-buffer): Do not switch to a visible
10248 window previous buffer, just like with the frame previous buffers.
10249
10250 2012-03-21 Chong Yidong <cyd@gnu.org>
10251
10252 * faces.el (make-face, make-empty-face, copy-face):
10253 * face-remap.el (face-remap-add-relative, face-remap-set-base):
10254 Doc fixes.
10255
10256 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * wid-edit.el (widget-complete-field): Remove (bug#11051).
10259 (widget-complete): Remove broken use of it.
10260
10261 2012-03-20 Chong Yidong <cyd@gnu.org>
10262
10263 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10264 Use string-width and truncate-string-width to handle arbitrary
10265 characters.
10266
10267 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
10268
10269 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
10270 to draw rectangles, not squares. (Regression introduced by revno
10271 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
10272
10273 2012-03-18 Chong Yidong <cyd@gnu.org>
10274
10275 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10276 it is not yet defined (for temacs).
10277
10278 2012-03-18 Leo Liu <sdl.web@gmail.com>
10279
10280 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10281 prefix.
10282
10283 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10284
10285 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10286 (ispell-choices-win-default-height, ispell-silently-savep)
10287 (ispell-dictionary-alist, ispell-encoding8-command)
10288 (ispell-check-version, ispell-aspell-find-dictionary)
10289 (ispell-valid-dictionary-list, ispell-words-keyword)
10290 (ispell-get-word, ispell-internal-change-dictionary)
10291 (ispell-region, ispell-skip-region-list)
10292 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10293 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10294 (ispell-message-text-end, ispell-message)
10295 (ispell-buffer-local-parsing): Doc fix.
10296
10297 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
10298
10299 * htmlfontify.el: Add support for code block fontification for ODT
10300 export (Bug #9914).
10301 (hfy-optimisations): Define new option
10302 `body-text-only'
10303 (hfy-fontify-buffer): Honor above setting.
10304 (hfy-begin-span, hfy-end-span): New routines factored out form
10305 `hfy-fontify-buffer'.
10306 (hfy-begin-span-handler, hfy-end-span-handler): New variables
10307 that permit insertion of custom tags.
10308 (hfy-fontify-buffer): Use above handlers.
10309 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10310 (hfy-face-to-css): Re-defined to be a variable.
10311 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
10312 over multiple runs. This is made possible by having the caller let
10313 bind a special variable `hfy-user-sheet-assoc'.
10314 (htmlfontify-string): New defun.
10315 (hfy-compile-face-map): Make sure that the last char in the
10316 buffer is correctly fontified.
10317 (hfy-face-resolve-face): Whitespace only change.
10318
10319 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10320
10321 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10322 message more clear.
10323
10324 2012-03-16 Leo Liu <sdl.web@gmail.com>
10325
10326 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10327
10328 2012-03-16 Alan Mackenzie <acm@muc.de>
10329
10330 Further optimise the handling of large macros.
10331
10332 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10333 limit to a call of `c-literal-limits'.
10334 (c-determine-+ve-limit): New function.
10335 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10336 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
10337 In CASE 5B, restrict a search limit to 500.
10338 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10339
10340 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10341 Restrict macro bounds to +-500 from after-change's BEG END.
10342
10343 2012-03-16 Leo Liu <sdl.web@gmail.com>
10344
10345 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10346
10347 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10348
10349 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
10350 `special-mode' setting of `buffer-read-only'. (Bug#11010)
10351
10352 2012-03-16 Glenn Morris <rgm@gnu.org>
10353
10354 * view.el (view-buffer, view-buffer-other-window)
10355 (view-buffer-other-frame): Doc fixes re special mode-class.
10356
10357 * subr.el (eval-after-load): If named feature is provided not from
10358 a file, run after-load forms. (Bug#10946)
10359
10360 * calendar/calendar.el (calendar-insert-at-column):
10361 Handle non-unit-width characters a bit better. (Bug#10978)
10362
10363 2012-03-15 Chong Yidong <cyd@gnu.org>
10364
10365 * emacs-lisp/ring.el (ring-extend): New function.
10366 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10367
10368 * comint.el (comint-read-input-ring)
10369 (comint-add-to-input-history): Grow comint-input-ring lazily.
10370
10371 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10374 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10375
10376 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10377 (imenu-add-to-menubar): Don't add a redundant index.
10378 (imenu-update-menubar): Handle a dynamically composed keymap.
10379
10380 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10381
10382 * mail/sendmail.el (mail-encode-header):
10383 Bind rfc2047-encode-encoded-words to nil.
10384
10385 2012-03-13 Glenn Morris <rgm@gnu.org>
10386
10387 * calendar/calendar.el (calendar-string-spread):
10388 Handle non-unit-width characters a bit better. (Bug#10978)
10389
10390 2012-03-13 Leo Liu <sdl.web@gmail.com>
10391
10392 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10393 directory and file as argument (Bug#10822).
10394
10395 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10396
10397 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10398 For dynamically generated code, follow $PC.
10399 (gdb-disassembly-handler-custom): Handle no function name case.
10400
10401 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10402
10403 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10404 * emulation/ws-mode.el (ws-query-replace):
10405 * sort.el (sort-regexp-fields):
10406 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10407
10408 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * dabbrev.el: Fix cycle completion order (bug#10963).
10411 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10412 (dabbrev-completion): Don't use an obarray; provide
10413 a cycle-sort-function.
10414
10415 2012-03-12 Leo Liu <sdl.web@gmail.com>
10416
10417 * simple.el (kill-new): Use equal-including-properties for comparison.
10418 (kill-do-not-save-duplicates): Doc fix.
10419
10420 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10421
10422 * dabbrev.el: Fix cycle completion (bug#10963).
10423 Use lexical binding and wrap to 80 columns.
10424 (dabbrev-completion): Delay computing the list of completions.
10425
10426 2012-03-12 Kenichi Handa <handa@m17n.org>
10427
10428 * international/quail.el (quail-insert-kbd-layout): Surround each
10429 row by LRO and PDF instead of inserting many LRMs. Pad the left
10430 and right of each non-spacing marks. Insert invisible space
10431 between lower and upper characters to prevent composition.
10432
10433 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10434
10435 * minibuffer.el (minibuffer-complete): Don't get confused when the
10436 function is run twice via different commands (bug#10958).
10437 (complete-with-action): Fix docstring.
10438
10439 2012-03-12 Chong Yidong <cyd@gnu.org>
10440
10441 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10442 (nxml-completion-at-point-function): New function.
10443 (nxml-mode): Use it.
10444 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10445
10446 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10447 Load generated autoloads file before byte compiling (Bug#10970).
10448 (package--make-autoloads-and-compile): New helper fun.
10449
10450 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10451
10452 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10453
10454 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
10455
10456 * autorevert.el (auto-revert-handler): Ensure, that
10457 file-readable-p is applied only for local files or in
10458 auto-revert-tail-mode.
10459
10460 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10461
10462 * server.el (server-eval-at): Handle non-tcp connections.
10463 Decode result string.
10464
10465 * server.el (server-msg-size): New constant.
10466 (server-reply-print): New function.
10467 (server-eval-and-print): Use it.
10468 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10469 Handle -print-nonl.
10470
10471 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10472
10473 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10474 (Bug#10987).
10475
10476 2012-03-11 Chong Yidong <cyd@gnu.org>
10477
10478 * simple.el (goto-line): Doc fix (Bug#9938).
10479
10480 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10481
10482 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10483 when finished (Bug#10963).
10484
10485 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10486
10487 * window.el (split-window-below): Fix bug in case where
10488 split-window-keep-point is nil (Bug#10971).
10489
10490 2012-03-11 Juri Linkov <juri@jurta.org>
10491
10492 * replace.el (replace-highlight): Set isearch-word to nil
10493 unconditionally. (Bug#10887)
10494
10495 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10496
10497 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10498 mairix-replace-illegal-chars; all callers changed. Don't remove
10499 ^, ~, and = characters: they are meaningful in mairix search specs.
10500 (mairix-widget-create-query): Add usage information about mairix
10501 search forms: negating words, searching for substrings, etc.
10502
10503 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10504
10505 * international/fontset.el (font-encoding-alist): Add an entry for
10506 ksx1001 (Bug#5667).
10507
10508 2012-03-10 Richard Stallman <rms@gnu.org>
10509
10510 * mail/sendmail.el (mail-encode-header):
10511 Set rfc2047-encode-encoded-words.
10512
10513 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10514
10515 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10516 view buffer means not swapped.
10517 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10518 (rmail-write-region-annotate): Error if real text has disappeared.
10519
10520 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10521
10522 2012-03-10 Chong Yidong <cyd@gnu.org>
10523
10524 * emulation/cua-rect.el (cua--init-rectangles):
10525 * emulation/cua-base.el (cua--init-keymaps):
10526 Add delete-forward-char to remappings (Bug#9666).
10527
10528 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10529
10530 * speedbar.el (speedbar-unhighlight-one-tag-line):
10531 Avoid unhighlighting due to frame switching (Bug#10275).
10532
10533 2012-03-10 Chong Yidong <cyd@gnu.org>
10534
10535 * minibuffer.el (completion-in-region, completion-help-at-point):
10536 Give the completion field overlay a high priority (Bug#6830).
10537
10538 * dired.el (dired-goto-file): Recognize absolute file name
10539 listings (Bug#7126).
10540 (dired-goto-file-1): New helper function.
10541 (dired-toggle-read-only): Inhibit warnings.
10542
10543 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10544
10545 * net/dbus.el (dbus-property-handler): Return empty array if
10546 there are no properties.
10547
10548 2012-03-09 Leo Liu <sdl.web@gmail.com>
10549
10550 * savehist.el (savehist-printable): Stricter check for string
10551 value (Bug#10937).
10552
10553 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10554
10555 * mail/smtpmail.el (smtpmail-send-it):
10556 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10557 valid mbox format.
10558
10559 2012-03-09 Glenn Morris <rgm@gnu.org>
10560
10561 * files.el (dir-locals-find-file):
10562 Don't check result is regular, readable.
10563 (dir-locals-read-from-file): Demote errors.
10564
10565 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10566
10567 * international/quail.el (quail-insert-kbd-layout):
10568 Insert invisible LRM characters before each character in a keyboard
10569 layout cell, to prevent their reordering by bidi display engine.
10570 For details, see the discussion in
10571 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10572
10573 2012-03-08 Alan Mackenzie <acm@muc.de>
10574
10575 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10576 the starting position; make it extend the marked region when
10577 invoked repeatedly - all under appropriate circumstances.
10578 Fixes bugs #5525, #10906.
10579
10580 2012-03-08 Glenn Morris <rgm@gnu.org>
10581
10582 * files.el (locate-dominating-file, dir-locals-find-file):
10583 Undo 2012-03-06 change.
10584
10585 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10586
10587 * international/quail.el (quail-help):
10588 Force bidi-paragraph-direction be left-to-right. See discussion in
10589 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10590 for the reason.
10591
10592 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10593
10594 Avoid superfluous registering of signals. (Bug#10807)
10595
10596 * notifications.el (notifications-on-action-object)
10597 (notifications-on-close-object): New defvars.
10598 (notifications-on-action-signal, notifications-on-closed-signal):
10599 Unregister the signal if not needed any longer.
10600 (notifications-notify): Register `notifications-action-signal' or
10601 `notifications-closed-signal', if :on-action or :on-close has been
10602 passed as argument.
10603
10604 2012-03-07 Chong Yidong <cyd@gnu.org>
10605
10606 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10607 non-X platforms.
10608
10609 2012-03-06 Glenn Morris <rgm@gnu.org>
10610
10611 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10612 (x-disown-selection-internal, x-get-selection-internal):
10613 Doc fix (add arglist signatures). (Bug#10783)
10614
10615 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10616
10617 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10618 Handle breakpoints with no "type".
10619
10620 2012-03-06 Glenn Morris <rgm@gnu.org>
10621
10622 * files.el (locate-dominating-file): Add optional predicate argument.
10623 (dir-locals-find-file): Make use of above change.
10624
10625 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10626
10627 * info.el (Info-insert-dir): Also try "dir.gz".
10628
10629 2012-03-06 Glenn Morris <rgm@gnu.org>
10630
10631 * files.el (dir-locals-find-file):
10632 Ignore non-readable or non-regular files. (Bug#10928)
10633
10634 * files.el (locate-dominating-file): Doc fix.
10635
10636 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10637
10638 * calendar/calendar.el (calendar-set-mode-line):
10639 `getenv' returns a string. (Bug#10951)
10640
10641 2012-03-05 Leo Liu <sdl.web@gmail.com>
10642
10643 * simple.el (backward-delete-char-untabify): Constrain point to
10644 field (Bug#10939).
10645
10646 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10647
10648 2012-03-05 Chong Yidong <cyd@gnu.org>
10649
10650 * simple.el (count-words): If called from Lisp, return the word
10651 count, for symmetry with `count-lines'. Arglist changed.
10652 (count-words--message): Args changed. Consolidate counting code
10653 from count-words and count-words-region.
10654 (count-words-region): Caller changed.
10655 (count-lines-region): Make it an obsolete alias.
10656
10657 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10658
10659 * saveplace.el (save-place-to-alist)
10660 (save-place-ignore-files-regexp): Allow value nil to disable this
10661 feature.
10662
10663 2012-03-04 Chong Yidong <cyd@gnu.org>
10664
10665 * faces.el (face-spec-reset-face): For the default face, reset the
10666 attributes to default values (Bug#10748).
10667
10668 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10669
10670 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10671 previous patch: Check `message-send-mail-function', and not the
10672 default function (bug#10897).
10673
10674 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10675
10676 * notifications.el (notifications-on-action-signal)
10677 (notifications-on-closed-signal): Check for unique service name of
10678 incoming event. Fix error in removing entry.
10679 (top): Register for signals with wildcard service name.
10680 (notifications-notify): Use daemon unique service name for map entries.
10681
10682 2012-03-04 Chong Yidong <cyd@gnu.org>
10683
10684 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10685
10686 2012-03-04 Glenn Morris <rgm@gnu.org>
10687
10688 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10689 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10690 (expand-abbrev, define-abbrev-table): Doc fixes.
10691
10692 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10693
10694 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10695 `message-default-send-mail-function' and not `send-mail-function'
10696 when doing the prompting for `sendmail-query-once' before sending
10697 in Message buffers (bug#10897).
10698
10699 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10700 This is inconsistent with all the other stream functions, which leave
10701 the setting up to the higher levels (if so wanted) (bug#10931).
10702
10703 2012-03-02 Alan Mackenzie <acm@muc.de>
10704
10705 Depessimize the handling of very large macros.
10706
10707 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10708 (c-macro-cache-syntactic): New variables to implement a one
10709 element macro cache.
10710 (c-invalidate-macro-cache): New function.
10711 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10712 Adapt to use the new cache.
10713 (c-state-safe-place): Use better the cache of safe positions.
10714 (c-state-semi-nonlit-pos-cache)
10715 (c-state-semi-nonlit-pos-cache-limit):
10716 New variables for...
10717 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10718 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10719 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10720 Use c-state-semi-safe-place.
10721
10722 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10723 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10724
10725 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10726
10727 * jka-compr.el (jka-compr-call-process):
10728 Apply `file-accessible-directory-p' only when the default directory is
10729 not remote.
10730
10731 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10732
10733 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10734 access of FILE2, if FILE1 does not exist.
10735
10736 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10737 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10738
10739 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10740 Add "PAGER=" to `process-environment'.
10741
10742 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10743
10744 * progmodes/sql.el: Bug fix
10745 (sql-get-login-ext): Save login values in globals.
10746 (sql-get-login): Use new version of `sql-get-login-ext'.
10747 (sql-interactive-mode): Set global `sql-connection' to nil.
10748 (sql-connect): Set global values for connection.
10749 (sql-product-interactive): Save global values as buffer local.
10750
10751 2012-02-29 Leo Liu <sdl.web@gmail.com>
10752
10753 * abbrev.el (define-abbrevs): Reset sys to nil.
10754
10755 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10756
10757 * files.el (file-equal-p): Rename from `files-equal-p'.
10758 Return nil when one or both files don't exist.
10759 (file-subdir-of-p): Now only top directory must exists,
10760 return nil if it doesn't.
10761 (copy-directory): No need to test with `file-subdir-of-p' after
10762 creating dir.
10763 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10764 to `file-equal-p'.
10765
10766 2012-02-28 Glenn Morris <rgm@gnu.org>
10767
10768 * shell.el (shell-mode):
10769 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10770 * play/landmark.el (landmark-font-lock-face-O):
10771 * play/handwrite.el (handwrite):
10772 * play/gomoku.el (gomoku-O):
10773 * net/browse-url.el (browse-url-browser-display):
10774 * international/mule.el (define-charset):
10775 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10776 * filesets.el (filesets-find-file-delay):
10777 * eshell/em-xtra.el (eshell-xtra):
10778 * eshell/em-unix.el (eshell-grep):
10779 * emulation/viper.el (viper-mode):
10780 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10781 * emacs-lisp/easymenu.el (easy-menu-define):
10782 * calendar/timeclock.el (timeclock-use-display-time):
10783 * bs.el (bs-mode):
10784 * bookmark.el (bookmark-save-flag):
10785 Doc fix (standardize possessive apostrophe usage).
10786
10787 2012-02-27 Chong Yidong <cyd@gnu.org>
10788
10789 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10790 Fix key-binding lookup for ESC key (Bug#9146).
10791
10792 * font-lock.el (font-lock-specified-p): Rename from
10793 font-lock-spec-present. Callers changed.
10794
10795 2012-02-27 Daniel Hackney <dan@haxney.org>
10796
10797 * emacs-lisp/package.el (package-compute-transaction):
10798 Handle holding a package version to t in package-load-list.
10799
10800 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10801
10802 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10803 (tramp-get-inode, tramp-get-device): Use cached values.
10804
10805 2012-02-26 Alan Mackenzie <acm@muc.de>
10806
10807 Check there is a font-lock specification before doing initial
10808 fontification.
10809
10810 * font-core.el (font-lock-mode): Move the conditional from
10811 :after-hook to font-lock-initial-fontify.
10812 (font-lock-default-function): Move the check for a specification
10813 to font-lock-spec-present.
10814
10815 * font-lock.el (font-lock-initial-fontify): Call ...
10816 (font-lock-spec-present): New function.
10817
10818 2012-02-26 Jim Blandy <jimb@red-bean.com>
10819
10820 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10821 (gdb-send): Apply it to the operand of the '-interpreter-exec
10822 console' command, so that we can pass arguments with (say) quotes
10823 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10824
10825 2012-02-26 Chong Yidong <cyd@gnu.org>
10826
10827 * help-fns.el (describe-function-1): Clarify description of
10828 remapping (Bug#10844).
10829
10830 * files.el (files-equal-p): Doc fix.
10831 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10832 and quit the loop once a mismatch is found.
10833
10834 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10835
10836 * bs.el (bs--show-with-configuration): Don't throw an error
10837 if the window cannot be split; otherwise, subsequent calls to
10838 bs-show fail, restoring a stale window config. (Bug#10882)
10839
10840 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10841
10842 * term/ns-win.el (global-map): Bind ns-drag-file to
10843 ns-find-file (Bug#5855, Bug#10050).
10844
10845 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10846
10847 * calendar/parse-time.el (parse-time-string): Allow extractor to
10848 return nil.
10849
10850 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10851
10852 * net/tramp.el (tramp-file-name-for-operation):
10853 Add `files-equal-p' and `file-subdir-of-p'.
10854
10855 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10856 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10857 Add COPY-CONTENTS argument.
10858
10859 2012-02-25 Chong Yidong <cyd@gnu.org>
10860
10861 Add custom groups for VC backends, for consistency with vc-bzr.
10862
10863 * vc/vc-arch.el (vc-arch):
10864 * vc/vc-cvs.el (vc-cvs):
10865 * vc/vc-git.el (vc-git):
10866 * vc/vc-hg.el (vc-hg):
10867 * vc/vc-mtn.el (vc-mtn):
10868 * vc/vc-rcs.el (vc-rcs):
10869 * vc/vc-sccs.el (vc-sccs):
10870 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10871 All relevant defcustoms reassigned.
10872
10873 2012-02-25 Chong Yidong <cyd@gnu.org>
10874
10875 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10876
10877 * term/x-win.el (x-initialize-window-system): Reduce default for
10878 x-selection-timeout to 5 seconds (Bug#8869).
10879
10880 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10881
10882 * files.el (files-equal-p, file-subdir-of-p): New functions.
10883 (copy-directory): Error when trying to copy a directory on itself.
10884 Add missing copy-contents arg to tramp handler.
10885 * dired-aux.el (dired-copy-file-recursive): Same.
10886 (dired-create-files): Modify destination when source is equal to
10887 dest when copying files.
10888 Return also when dest is a subdir of source. (Bug#10489)
10889
10890 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10891
10892 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10893 (Bug#10874)
10894
10895 2012-02-23 Alan Mackenzie <acm@muc.de>
10896
10897 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10898 parameter "after-hook:" to allow the expansion to run code after
10899 the execution of the mode hooks.
10900
10901 * font-lock.el (font-lock-initial-fontify): New function extracted
10902 from font-lock-mode-internal.
10903
10904 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10905 :after-hook.
10906
10907 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10910 (completion--cache-all-sorted-completions): New function.
10911 (completion-all-sorted-completions): Use it.
10912 (completion--do-completion, minibuffer-force-complete):
10913 Use it to re-instate the flush hook.
10914
10915 * icomplete.el (icomplete-completions): Replace last fix with a better
10916 one (bug#10850).
10917
10918 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10919
10920 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10921 when it might call us back infinitely (bug#10797).
10922
10923 2012-02-23 Glenn Morris <rgm@gnu.org>
10924
10925 * minibuffer.el (completion-category-overrides): Doc fix.
10926
10927 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10930 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10931
10932 2012-02-23 Glenn Morris <rgm@gnu.org>
10933
10934 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10935 (authors-obsolete-files-regexps, authors-ignored-files)
10936 (authors-ambiguous-files, authors-renamed-files-alist):
10937 Add more entries.
10938
10939 2012-02-23 Juri Linkov <juri@jurta.org>
10940
10941 * isearch.el (isearch-occur): Sync interactive spec with occur's
10942 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10943
10944 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10945
10946 2012-02-22 Juri Linkov <juri@jurta.org>
10947
10948 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10949 (ucs-insert): Doc fix. Check for hex digits in the string.
10950 Don't display `nil' in the error message. (Bug#10857)
10951
10952 2012-02-22 Alan Mackenzie <acm@muc.de>
10953
10954 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10955
10956 2012-02-22 Glenn Morris <rgm@gnu.org>
10957
10958 * ffap.el (ffap-c-path):
10959 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10960
10961 2012-02-22 Chong Yidong <cyd@gnu.org>
10962
10963 * custom.el (load-theme): Doc fix.
10964
10965 2012-02-22 Glenn Morris <rgm@gnu.org>
10966
10967 * dired-x.el (dired-guess-shell-alist-default):
10968 Remove escape sequences from nroff output. (Bug#172)
10969
10970 2012-02-21 Glenn Morris <rgm@gnu.org>
10971
10972 * vc/emerge.el (emerge-defvar-local):
10973 Set `permanent-local' property rather than unused `preserved'.
10974
10975 * textmodes/picture.el (picture-delete-char): New alias.
10976 (picture-mode-map): Use it. (Bug#10860)
10977 (picture-mode): Doc fix.
10978
10979 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10980
10981 * newcomment.el (uncomment-region-default): Remove unused binding.
10982
10983 2012-02-21 Glenn Morris <rgm@gnu.org>
10984
10985 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10986 (picture-self-insert, picture-tab-chars): Doc fix.
10987 (picture-mode-map): Fix C-a, C-e.
10988
10989 2012-02-20 Glenn Morris <rgm@gnu.org>
10990
10991 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10992
10993 2012-02-20 Leo Liu <sdl.web@gmail.com>
10994
10995 * icomplete.el (icomplete-completions): Check FROM arg before
10996 passing to substring (Bug#10850).
10997
10998 2012-02-19 Chong Yidong <cyd@gnu.org>
10999
11000 * comint.el: Require ansi-color.
11001 (comint-output-filter-functions): Add ansi-color-process-output.
11002
11003 * ansi-color.el: Don't set comint-output-filter-functions; it is
11004 now in the initial value defined in comint.el.
11005 (ansi-color-apply-face-function): New variable.
11006 (ansi-color-apply-on-region): Use it.
11007 (ansi-color-apply-overlay-face): New function.
11008
11009 * shell.el (shell): No need to require ansi-color.
11010 (shell-mode): Use ansi-color-apply-face-function to highlight
11011 color escapes using font-lock-face property (Bug#10835).
11012
11013 2012-02-19 Chong Yidong <cyd@gnu.org>
11014
11015 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
11016 mode-line formats (Bug#10839).
11017
11018 2012-02-18 Glenn Morris <rgm@gnu.org>
11019
11020 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
11021
11022 * mail/undigest.el (unforward-rmail-message): Doc fix.
11023
11024 * saveplace.el (save-place-ignore-files-regexp): Add :version.
11025
11026 2012-02-18 Eli Zaretskii <eliz@gnu.org>
11027
11028 * international/characters.el (script-list): Sync with the latest
11029 Unicode Character Database.
11030
11031 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
11032
11033 * international/titdic-cnv.el: Remove duplicate coding tag.
11034 * language/cham.el: Likewise.
11035 * language/tai-viet.el: Likewise.
11036
11037 2012-02-18 Glenn Morris <rgm@gnu.org>
11038
11039 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
11040 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
11041 (calendar-bahai-all-holidays-flag, calendar-other-dates):
11042 * calendar/diary-lib.el (diary-abbreviated-year-flag):
11043 * calendar/holidays.el (holiday-bahai-holidays)
11044 (calendar-holidays, list-holidays):
11045 Use utf-8 Bahá'í in doc-strings, menus, etc.
11046
11047 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
11048
11049 * saveplace.el (save-place-ignore-files-regexp): New variable
11050 allowing for excluding files from saving their location of point.
11051 The default value matches the temporary commit message editing
11052 files from Git, SVN, Bazaar, and Mercurial.
11053 (save-place-to-alist): Use it.
11054
11055 2012-02-17 Lawrence Mitchell <wence@gmx.li>
11056 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * newcomment.el (uncomment-region-default): Don't leave extra space
11059 when an arg is provided (bug#8150).
11060
11061 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
11062
11063 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
11064
11065 2012-02-17 Glenn Morris <rgm@gnu.org>
11066
11067 * net/socks.el: Require network-stream. (Bug#10599)
11068
11069 2012-02-17 Kenichi Handa <handa@m17n.org>
11070
11071 * international/charprop.el:
11072 * international/uni-name.el:
11073 * international/uni-old-name.el:
11074 * international/uni-comment.el: Regenerate.
11075
11076 2012-02-16 Glenn Morris <rgm@gnu.org>
11077
11078 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
11079 Interactively in calendar buffer, give an error if not on a date.
11080
11081 2012-02-15 Glenn Morris <rgm@gnu.org>
11082
11083 * shell.el (shell-delimiter-argument-list):
11084 Revert 2011-02-17 change. (Bug#8027)
11085
11086 2012-02-15 Chong Yidong <cyd@gnu.org>
11087
11088 * minibuffer.el (completion-at-point-functions): Doc fix.
11089
11090 * custom.el (defcustom): Doc fix; note use of defvar.
11091
11092 2012-02-15 Glenn Morris <rgm@gnu.org>
11093
11094 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
11095 Doc fixes.
11096
11097 2012-02-14 Glenn Morris <rgm@gnu.org>
11098
11099 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
11100
11101 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
11102
11103 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
11104 way the ports list is computed.
11105 (smtpmail-query-smtp-server): Prompt the user for a port number if
11106 we can't connect to any of the standard ports (bug#10810).
11107
11108 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
11109
11110 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
11111
11112 2012-02-13 Glenn Morris <rgm@gnu.org>
11113
11114 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
11115
11116 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
11117
11118 * net/gnutls.el (gnutls-trustfiles): New variable.
11119 (gnutls-negotiate): Use it.
11120
11121 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
11122
11123 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
11124 does its stuff if Gnus is running.
11125
11126 2012-02-13 Alan Mackenzie <acm@muc.de>
11127
11128 Fix a loop in c-set-fl-decl-start.
11129
11130 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
11131 c-backward-syntactic-ws actually moves backwards.
11132
11133 2012-02-13 Leo Liu <sdl.web@gmail.com>
11134
11135 * net/rcirc.el (rcirc-markup-attributes): Move point to the
11136 beginning so that all \C-o chars are removed.
11137
11138 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
11139
11140 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
11141
11142 2012-02-12 Alan Mackenzie <acm@muc.de>
11143
11144 Fix infinite loop with long macros.
11145 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
11146
11147 2012-02-12 Chong Yidong <cyd@gnu.org>
11148
11149 * window.el (display-buffer): Doc fix (Bug#10785).
11150
11151 2012-02-12 Glenn Morris <rgm@gnu.org>
11152
11153 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11154 (x-disown-selection-internal, x-get-selection-internal):
11155 Sync docs with the xselect.c versions.
11156
11157 * allout-widgets.el: Add missing license notice.
11158
11159 2012-02-11 Glenn Morris <rgm@gnu.org>
11160
11161 * select.el (x-get-selection-internal, x-own-selection-internal)
11162 (x-disown-selection-internal):
11163 * x-dnd.el (x-get-selection-internal): Update declarations.
11164
11165 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
11166
11167 * window.el (window-sides-slots):
11168 * tool-bar.el (tool-bar-position):
11169 * term/xterm.el (xterm-extra-capabilities):
11170 * ses.el (ses-self-reference-early-detection):
11171 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
11172 (verilog-auto-wire-type)
11173 (verilog-auto-delete-trailing-whitespace)
11174 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
11175 (verilog-auto-tieoff-declaration):
11176 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
11177 (sql-oracle-statement-starters, sql-oracle-scan-on):
11178 * progmodes/prolog.el (prolog-align-comments-flag)
11179 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
11180 (prolog-left-indent-regexp, prolog-paren-indent-p)
11181 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
11182 (prolog-types, prolog-mode-specificators)
11183 (prolog-determinism-specificators, prolog-directives)
11184 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
11185 (prolog-electric-dot-flag)
11186 (prolog-electric-dot-full-predicate-template)
11187 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
11188 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
11189 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
11190 (prolog-program-switches, prolog-prompt-regexp)
11191 (prolog-debug-on-string, prolog-debug-off-string)
11192 (prolog-trace-on-string, prolog-trace-off-string)
11193 (prolog-zip-on-string, prolog-zip-off-string)
11194 (prolog-use-standard-consult-compile-method-flag)
11195 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
11196 (prolog-imenu-max-lines, prolog-info-predicate-index)
11197 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
11198 (prolog-char-quote-workaround):
11199 * progmodes/cc-vars.el (c-defun-tactic):
11200 * net/tramp.el (tramp-encoding-command-interactive)
11201 (tramp-local-end-of-line):
11202 * net/soap-client.el (soap-client):
11203 * net/netrc.el (netrc-file):
11204 * net/gnutls.el (gnutls):
11205 * minibuffer.el (completion-category-overrides)
11206 (completion-cycle-threshold)
11207 (completion-pcm-complete-word-inserts-delimiters):
11208 * man.el (Man-name-local-regexp):
11209 * mail/feedmail.el (feedmail-display-full-frame):
11210 * international/characters.el (glyphless-char-display-control):
11211 * eshell/em-ls.el (eshell-ls-date-format):
11212 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
11213 (lisp-lambda-list-keyword-parameter-indentation)
11214 (lisp-lambda-list-keyword-parameter-alignment):
11215 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
11216 * dired-x.el (dired-omit-verbose):
11217 * cus-theme.el (custom-theme-allow-multiple-selections):
11218 * calc/calc.el (calc-highlight-selections-with-faces)
11219 (calc-lu-field-reference, calc-lu-power-reference)
11220 (calc-note-threshold):
11221 * battery.el (battery-mode-line-limit):
11222 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11223 (archive-7z-update):
11224 * allout.el (allout-prefixed-keybindings)
11225 (allout-unprefixed-keybindings)
11226 (allout-inhibit-auto-fill-on-headline)
11227 (allout-flattened-numbering-abbreviation):
11228 * allout-widgets.el (allout-widgets-auto-activation)
11229 (allout-widgets-icons-dark-subdir)
11230 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
11231 (allout-widgets-theme-dark-background)
11232 (allout-widgets-theme-light-background)
11233 (allout-widgets-item-image-properties-emacs)
11234 (allout-widgets-item-image-properties-xemacs)
11235 (allout-widgets-run-unit-tests-on-load)
11236 (allout-widgets-time-decoration-activity)
11237 (allout-widgets-hook-error-post-time)
11238 (allout-widgets-track-decoration):
11239 Add missing :version tags to new defcustoms and defgroups.
11240
11241 * progmodes/sql.el (sql-ansi-statement-starters)
11242 (sql-oracle-statement-starters): Add custom type.
11243
11244 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
11245 (prolog-system-version): Give it a type.
11246
11247 2012-02-11 Eli Zaretskii <eliz@gnu.org>
11248
11249 * term/pc-win.el (x-select-text, x-selection-owner-p)
11250 (x-own-selection-internal, x-disown-selection-internal)
11251 (x-get-selection-internal): Sync doc strings and argument lists
11252 with xselect.c, common-win.el and x-win.el. (Bug#10783)
11253
11254 2012-02-11 Leo Liu <sdl.web@gmail.com>
11255
11256 * progmodes/python.el (python-end-of-statement): Fix infinite
11257 loop. (Bug#10788)
11258
11259 2012-02-10 Glenn Morris <rgm@gnu.org>
11260
11261 * international/mule-cmds.el (unify-8859-on-encoding-mode)
11262 (unify-8859-on-decoding-mode): Properly mark as obsolete.
11263
11264 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
11265
11266 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
11267 about SMTP before checking the From header.
11268
11269 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
11270 into own function for reuse by emacsbug.el.
11271
11272 2012-02-10 Leo Liu <sdl.web@gmail.com>
11273
11274 * subr.el (condition-case-unless-debug): Rename from
11275 condition-case-no-debug. All callers changed.
11276 (with-demoted-errors): Fix caller.
11277
11278 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11279 * nxml/rng-valid.el (rng-do-some-validation):
11280 * emacs-lisp/package.el (package-refresh-contents)
11281 (package-menu-execute):
11282 * desktop.el (desktop-create-buffer):
11283 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
11284
11285 2012-02-10 Glenn Morris <rgm@gnu.org>
11286
11287 * textmodes/bibtex.el:
11288 Add missing :version tags for new/changed defcustoms.
11289
11290 * files.el (remote-file-name-inhibit-cache): Doc fixes.
11291
11292 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
11293
11294 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11295 (smtpmail-via-smtp): Use it, or fall back on the From address.
11296 (smtpmail-send-it): Ditto.
11297
11298 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
11299
11300 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11301 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
11302 (byte-compile-tmp-var): New const.
11303 (byte-compile-defvar): Use it to minimize .elc size.
11304 Just use `defvar' rather than simulate it (bug#10761).
11305
11306 2012-02-09 Glenn Morris <rgm@gnu.org>
11307
11308 * files.el (rename-uniquely): Doc fix. (Bug#3806)
11309
11310 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11311 Add :version tags.
11312
11313 * progmodes/compile.el (compilation-error-screen-columns)
11314 (compilation-first-column, compilation-filter-start): Doc fixes.
11315
11316 * vc/log-view.el (log-view-toggle-entry-display):
11317 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11318
11319 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11320 (report-emacs-bug-can-use-xdg-email):
11321 (report-emacs-bug-insert-to-mailer): Doc fixes.
11322 (report-emacs-bug): Message fix.
11323
11324 * net/browse-url.el (browse-url-can-use-xdg-open)
11325 (browse-url-xdg-open): Doc fixes.
11326
11327 * electric.el (electric-indent-mode, electric-pair-mode)
11328 (electric-layout-rules, electric-layout-mode): Doc fixes.
11329 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11330
11331 2012-02-08 Martin Rudalics <rudalics@gmx.at>
11332
11333 * server.el (server-unselect-display): Don't inadvertently kill
11334 the current buffer. (Bug#10729)
11335
11336 2012-02-08 Glenn Morris <rgm@gnu.org>
11337
11338 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11339 (sql-list-table): Doc fixes.
11340
11341 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11342 Comment out (does nothing).
11343
11344 * completion.el (dynamic-completion-mode):
11345 * dirtrack.el (dirtrack-debug-mode):
11346 * electric.el (electric-layout-mode):
11347 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11348 * face-remap.el (text-scale-mode, buffer-face-mode):
11349 * iimage.el (iimage-mode):
11350 * image-mode.el (image-transform-mode):
11351 * minibuffer.el (completion-in-region-mode):
11352 * scroll-lock.el (scroll-lock-mode):
11353 * simple.el (next-error-follow-minor-mode):
11354 * tar-mode.el (tar-subfile-mode):
11355 * tooltip.el (tooltip-mode):
11356 * vcursor.el (vcursor-use-vcursor-map):
11357 * wid-browse.el (widget-minor-mode):
11358 * emulation/tpu-edt.el (tpu-edt-mode):
11359 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11360 * international/iso-ascii.el (iso-ascii-mode):
11361 * language/thai-util.el (thai-word-mode):
11362 * mail/supercite.el (sc-minor-mode):
11363 * net/goto-addr.el (goto-address-mode):
11364 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11365 * progmodes/cwarn.el (cwarn-mode):
11366 * progmodes/flymake.el (flymake-mode):
11367 * progmodes/glasses.el (glasses-mode):
11368 * progmodes/hideshow.el (hs-minor-mode):
11369 * progmodes/pascal.el (pascal-outline-mode):
11370 * textmodes/enriched.el (enriched-mode):
11371 * vc/smerge-mode.el (smerge-mode):
11372 Doc fixes (minor mode argument).
11373
11374 2012-02-07 Eli Zaretskii <eliz@gnu.org>
11375
11376 * ls-lisp.el (ls-lisp-sanitize): New function.
11377 (ls-lisp-insert-directory): Use it to fix or remove any elements
11378 in file-alist with missing attributes. (Bug#4673)
11379
11380 2012-02-07 Alan Mackenzie <acm@muc.de>
11381
11382 Fix spurious recognition of c-in-knr-argdecl.
11383
11384 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11385 putative K&R region.
11386
11387 2012-02-07 Alan Mackenzie <acm@muc.de>
11388
11389 * progmodes/cc-engine.el (c-forward-objc-directive):
11390 Prevent looping in "#pragma mark @implementation".
11391
11392 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
11393
11394 * notifications.el (notifications-on-closed-signal): Make `reason'
11395 optional. (Bug#10744)
11396
11397 2012-02-07 Glenn Morris <rgm@gnu.org>
11398
11399 * emacs-lisp/easy-mmode.el (define-minor-mode):
11400 Doc fixes for the macro and the mode it defines.
11401
11402 * image.el (imagemagick-types-inhibit): Doc fix.
11403
11404 * cus-start.el (imagemagick-render-type): Add it.
11405
11406 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11407
11408 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11409 Set the default at load time, too, so that `font-lock-fontify-buffer'
11410 can be called without setting up the entire mode first. This fixes
11411 a bug in `mm-inline-text' with C MIME parts.
11412
11413 2012-02-06 Chong Yidong <cyd@gnu.org>
11414
11415 * simple.el (list-processes--refresh): Delete exited processes
11416 (Bug#8094).
11417
11418 * comint.el (comint-next-prompt): next-single-char-property-change
11419 and prev-single-char-property-change never return nil (Bug#8657).
11420
11421 * custom.el (defcustom): Doc fix (Bug#9711).
11422
11423 2012-02-05 Chong Yidong <cyd@gnu.org>
11424
11425 * cus-edit.el (custom-variable-reset-backup): Quote the value
11426 before storing it in the customized-value property (Bug#6712).
11427 (custom-display): Add a customization type tag.
11428 (custom-buffer-create-internal): Improve tooltip message.
11429
11430 * wid-edit.el (widget-field-value-get): New optional arg to
11431 suppress trailing whitespace truncation.
11432 (character): Use it (Bug#2689).
11433
11434 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11435
11436 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11437 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11438
11439 2012-02-05 Chong Yidong <cyd@gnu.org>
11440
11441 * cus-edit.el (custom-variable-value-create): For mismatched
11442 types, show the current value (Bug#7600).
11443
11444 * custom.el (defcustom): Doc fix.
11445
11446 2012-02-05 Glenn Morris <rgm@gnu.org>
11447
11448 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11449
11450 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
11451
11452 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11453 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11454 (pp-last-sexp): Use `looking-at-p'.
11455
11456 2012-02-04 Glenn Morris <rgm@gnu.org>
11457
11458 * files.el (revert-buffer):
11459 Doc fix (mention revert-buffer-in-progress-p).
11460
11461 * emacs-lisp/ert-x.el (ert-simulate-command):
11462 Check deferred-action-list (which is obsolete) is bound.
11463
11464 * subr.el (with-wrapper-hook): Doc fixes.
11465
11466 * simple.el (filter-buffer-substring-functions)
11467 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11468
11469 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11470
11471 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11472 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11473
11474 2012-02-04 Leo Liu <sdl.web@gmail.com>
11475
11476 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11477
11478 2012-02-04 Glenn Morris <rgm@gnu.org>
11479
11480 * image.el (image-extension-data): Add obsolete alias.
11481
11482 * isearch.el (isearch-update): Doc fix.
11483
11484 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11485
11486 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11487
11488 2012-02-03 Glenn Morris <rgm@gnu.org>
11489
11490 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11491 (image-animate-timeout): Doc fix.
11492
11493 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11494
11495 2012-02-02 Glenn Morris <rgm@gnu.org>
11496
11497 * server.el (server-auth-dir): Doc fix.
11498 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11499
11500 * subr.el (run-mode-hooks): Doc fix.
11501
11502 2012-02-02 Juri Linkov <juri@jurta.org>
11503
11504 * image-mode.el (image-toggle-display-image): Remove tautological
11505 `major-mode' from the `derived-mode-p' test.
11506
11507 2012-02-02 Kenichi Handa <handa@m17n.org>
11508
11509 * composite.el (compose-region): Cancel previous change.
11510
11511 2012-02-02 Kenichi Handa <handa@m17n.org>
11512
11513 * composite.el (compose-region, compose-string): Signal error for
11514 a null string component (Bug#6988).
11515
11516 2012-02-01 Chong Yidong <cyd@gnu.org>
11517
11518 * view.el (view-buffer-other-window, view-buffer-other-frame):
11519 Handle special modes like view-buffer (Bug#10650).
11520 (view-buffer): Simplify.
11521
11522 * frame.el (set-frame-font): Tweak meaning of third argument.
11523
11524 * dynamic-setting.el (font-setting-change-default-font):
11525 Use set-frame-font (Bug#9982).
11526
11527 2012-02-01 Glenn Morris <rgm@gnu.org>
11528
11529 * progmodes/compile.el (compilation-internal-error-properties):
11530 Respect compilation-first-column in the "*compilation*" buffer.
11531
11532 * emacs-lisp/easy-mmode.el (define-minor-mode):
11533 Relax :variable's test for a named function.
11534
11535 2012-01-31 Alan Mackenzie <acm@muc.de>
11536
11537 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11538 off by one error.
11539
11540 2012-01-31 Chong Yidong <cyd@gnu.org>
11541
11542 * frame.el (set-frame-font): New arg ALL-FRAMES.
11543
11544 * menu-bar.el (menu-set-font): Use set-frame-font.
11545
11546 * faces.el (face-spec-reset-face): Don't apply unspecified
11547 attribute values to the default face.
11548
11549 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11550
11551 * progmodes/cwarn.el (cwarn): Remove dead link.
11552 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11553 Remove * from defcustom docstrings.
11554 (turn-on-cwarn-mode): Make obsolete.
11555 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11556 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11557
11558 2012-01-31 Glenn Morris <rgm@gnu.org>
11559
11560 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11561 Fix :variable handling of mode a symbol not equal to modefun.
11562 Allow named functions to be used as the cdr of :variable.
11563
11564 2012-01-30 Glenn Morris <rgm@gnu.org>
11565
11566 * emacs-lisp/authors.el (authors-fixed-entries):
11567 Remove reference to deleted file rnewspost.el.
11568
11569 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11570
11571 * window.el (window-with-parameter): Remove unused variable `windows'.
11572 (window--side-check): Remove unused variable `code'.
11573 (window--resize-siblings): Remove unused variable `first'.
11574 (adjust-window-trailing-edge): Remove unused variable `failed'.
11575 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11576 Use `let', not `let*'.
11577 (balance-windows-2): Remove unused variable `found'.
11578 (window--state-put-2): Remove unused variable `splits'.
11579 (window-state-put): Remove unused variable `selected'.
11580 (same-window-p): Use `string-match-p'.
11581 (display-buffer-assq-regexp): Remove unused variable `value'.
11582 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11583 Mark argument ALIST as ignored.
11584 (pop-to-buffer): Remove unused variable `old-window'.
11585
11586 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11587
11588 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11589 and .lzma compressed files.
11590
11591 2012-01-29 Chong Yidong <cyd@gnu.org>
11592
11593 * frame.el (window-system-default-frame-alist): Doc fix.
11594
11595 * dynamic-setting.el (font-setting-change-default-font): Don't
11596 change the default face if SET-FONT argument is non-nil (Bug#9982).
11597
11598 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11599
11600 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11601
11602 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11603
11604 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11605 breakpoints in files outside current directory (Bug#6098).
11606
11607 2012-01-29 Chong Yidong <cyd@gnu.org>
11608
11609 * progmodes/python.el: Require ansi-color at top-level.
11610
11611 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11612 Define and use in Emacs Lisp mode (Bug#9360).
11613 (lisp-mode-abbrev-table): Add doc.
11614 (lisp-mode-variables): Don't set local-abbrev-table.
11615 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11616
11617 2012-01-28 Roland Winkler <winkler@gnu.org>
11618
11619 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11620
11621 2012-01-28 Roland Winkler <winkler@gnu.org>
11622
11623 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11624 (bibtex-set-dialect): Use it. Either set global values of
11625 dialect-dependent variables or bind these variables buffer-locally
11626 (Bug#10254).
11627 (bibtex-mode): Call bibtex-set-dialect via
11628 hack-local-variables-hook.
11629 (bibtex-dialect): Update docstring.
11630 Add safe-local-variable predicate.
11631 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11632 bibtex-set-dialect.
11633 (bibtex-mode-map): Define menu for each dialect.
11634 (bibtex-entry): Fix docstring.
11635
11636 2012-01-28 Chong Yidong <cyd@gnu.org>
11637
11638 * eshell/esh-arg.el (eshell-quote-argument): New function.
11639
11640 * eshell/esh-ext.el (eshell-invoke-batch-file):
11641 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11642 first arg to eshell-parse-command (Bug#10523).
11643
11644 2012-01-28 Drew Adams <drew.adams@oracle.com>
11645
11646 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11647 `default-directory' is non-nil.
11648
11649 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11650
11651 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11652 line that displays system-configuration-options. (Bug#9924)
11653
11654 2012-01-28 Drew Adams <drew.adams@oracle.com>
11655
11656 * descr-text.el (describe-char): Show information about POS, in
11657 addition to information about the character at POS. Improve and
11658 update the doc string. Change "code point" to "code point in
11659 charset", to avoid confusion with the character's Unicode code
11660 point shown above that. (Bug#10129)
11661
11662 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11663
11664 * descr-text.el (describe-char): Show the raw character, not only
11665 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11666 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11667 for the reasons.
11668
11669 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11670
11671 * emacs-lisp/package.el (package-install):
11672 Run package-refresh-contents if there is no archive yet (Bug#9798).
11673
11674 2012-01-28 Chong Yidong <cyd@gnu.org>
11675
11676 * emacs-lisp/package.el (package-maybe-load-descriptor):
11677 New function, split from package-maybe-load-descriptor.
11678 (package-maybe-load-descriptor): Use it.
11679 (package-download-transaction): Fully load required packages
11680 inside the loop, so that `require' calls work (Bug#10593).
11681 (package-install): No need to call package-initialize now.
11682
11683 2012-01-28 Chong Yidong <cyd@gnu.org>
11684
11685 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11686
11687 * tooltip.el (tooltip-mode): Doc fix.
11688 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11689
11690 * frame.el (set-cursor-color): Doc fix (Bug#352).
11691
11692 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11693 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11694
11695 * cus-edit.el (custom-buffer-create-internal): Fix search button
11696 action (Bug#10542).
11697 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11698
11699 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11700
11701 * dired.el (dired-mark-files-regexp):
11702 Include any subdirectory components. (Bug#10445)
11703
11704 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11705
11706 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11707 Handle [host]:port syntax. (Bug#10533)
11708
11709 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11710
11711 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11712
11713 2012-01-26 Glenn Morris <rgm@gnu.org>
11714
11715 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11716 * term.el (term-raw-escape-map): Use Control-X-prefix.
11717 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11718
11719 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11720
11721 * window.el (window-state-get, window--state-get-1): Don't deal
11722 with fixed-sizeness of windows. Simplify code.
11723
11724 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11725
11726 * window.el (window--state-get-1, window--state-put-2):
11727 Don't save and restore the mark.
11728
11729 2012-01-25 Chong Yidong <cyd@gnu.org>
11730
11731 * custom.el (custom-variable-p): Doc fix.
11732
11733 2012-01-25 Glenn Morris <rgm@gnu.org>
11734
11735 * dired.el (dired-goto-file): Handle some of the more common
11736 characters that `ls -b' escapes. (Bug#10596)
11737
11738 * progmodes/compile.el (compilation-next-error-function):
11739 Respect compilation-first-column in the "*compilation*" buffer.
11740 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11741
11742 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11743
11744 2012-01-24 Glenn Morris <rgm@gnu.org>
11745
11746 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11747
11748 2012-01-24 Julien Danjou <julien@danjou.info>
11749
11750 * color.el (color-rgb-to-hsl): Fix value computing.
11751 (color-hue-to-rgb): New function.
11752 (color-hsl-to-rgb): New function.
11753 (color-clamp, color-saturate-hsl, color-saturate-name)
11754 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11755 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11756
11757 2012-01-24 Glenn Morris <rgm@gnu.org>
11758
11759 * vc/vc-rcs.el (vc-rcs-create-tag):
11760 * vc/vc-sccs.el (vc-sccs-create-tag):
11761 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11762
11763 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11764
11765 * eshell/esh-util.el (eshell-read-hosts-file):
11766 Skip comment lines. (Bug#10549)
11767
11768 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11769
11770 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11771
11772 * subr.el (display-delayed-warnings): Doc fix.
11773 (collapse-delayed-warnings): New function to collapse identical
11774 adjacent warnings.
11775 (delayed-warnings-hook): Add it.
11776
11777 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11778
11779 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11780
11781 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11782 (tramp-default-user-alist): Don't add "pscp".
11783 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11784 property "login-as", if set. (Bug#10530)
11785
11786 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11787
11788 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11789 "plink1" and "psftp". (Bug#10530)
11790
11791 2012-01-21 Kenichi Handa <handa@m17n.org>
11792
11793 * international/mule-cmds.el (prefer-coding-system): Show a
11794 warning message if the default value of file-name-coding-system
11795 was not changed.
11796
11797 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11798
11799 * windmove.el (windmove-reference-loc):
11800 Fix windmove-reference-loc miscalculation.
11801
11802 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11803
11804 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11805 default unit.
11806
11807 2012-01-21 Glenn Morris <rgm@gnu.org>
11808
11809 * international/mule.el (auto-coding-alist): Add .tbz.
11810
11811 * files.el (local-enable-local-variables): Doc fix.
11812 (inhibit-local-variables-regexps): Rename from
11813 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11814 Doc fix. Add some extensions from auto-coding-alist.
11815 (inhibit-local-variables-suffixes):
11816 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11817 (inhibit-local-variables-p):
11818 New function, extracted from set-auto-mode-1.
11819 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11820 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11821 (hack-local-variables): Doc fix. Make the mode-only case
11822 respect enable-local-variables and friends.
11823 Respect inhibit-local-variables-regexps for file-locals, but
11824 not for directory-locals.
11825 (set-visited-file-name):
11826 Take account of inhibit-local-variables-regexps.
11827 Whether it applies may change as the file name is changed.
11828 * jka-cmpr-hook.el (jka-compr-install):
11829 * jka-compr.el (jka-compr-uninstall):
11830 Update for inhibit-first-line-modes-suffixes name change.
11831
11832 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11833
11834 * help-macro.el (make-help-screen): Temporarily restore original
11835 binding for minor-mode-map-alist (Bug#10454).
11836
11837 2012-01-19 Julien Danjou <julien@danjou.info>
11838
11839 * color.el (color-name-to-rgb): Use the white color to find the max
11840 color component value and return correctly computed values.
11841 (color-name-to-rgb): Add missing float conversion for max value.
11842
11843 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11844
11845 * window.el (window--state-get-1, window-state-get): Do not use
11846 special state value for window-persistent-parameters.
11847 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11848 (window--state-put-2): Reset all window parameters to nil before
11849 assigning values of persistent parameters.
11850
11851 2012-01-18 Alan Mackenzie <acm@muc.de>
11852
11853 Eliminate sluggishness and hangs in fontification of "semicolon
11854 deserts".
11855
11856 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11857 Change value 10000 -> 3000.
11858 (c-state-safe-place): Reformulate so it doesn't stack up an
11859 infinite number of wrong entries in c-state-nonlit-pos-cache.
11860 (c-determine-limit-get-base, c-determine-limit): New functions to
11861 determine backward search limits disregarding literals.
11862 (c-find-decl-spots): Amend commenting.
11863 (c-cheap-inside-bracelist-p): New function which detects "={".
11864
11865 * progmodes/cc-fonts.el
11866 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11867 backward search.
11868 (c-font-lock-declarations): Fix an occurrence of point being
11869 undefined. Check additionally for point being in a bracelist or
11870 near a macro invocation without a semicolon so as to avoid a
11871 fruitless time consuming search for a declarator. Give a more
11872 precise search limit for declarators using the new
11873 c-determine-limit.
11874
11875 2012-01-18 Glenn Morris <rgm@gnu.org>
11876
11877 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11878 (set-auto-mode): Doc fixes.
11879
11880 2012-01-17 Glenn Morris <rgm@gnu.org>
11881
11882 * isearch.el (search-nonincremental-instead): Fix doc typo.
11883
11884 * dired.el (dired-insert-directory): Handle newlines in directory name.
11885 (dired-build-subdir-alist): Unescape newlines in directory name.
11886
11887 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11888
11889 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11890 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11891 (tramp-action-terminal): Use it. (Bug#10530)
11892
11893 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11896
11897 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11898
11899 * window.el (window-state-ignored-parameters): Remove variable.
11900 (window--state-get-1): Rename argument MARKERS to IGNORE.
11901 Handle persistent window parameters. Make copy of clone-of
11902 parameter only if requested. (Bug#10348)
11903 (window--state-put-2): Install a window parameter only if it has
11904 a non-nil value or an existing parameter shall be overwritten.
11905
11906 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11907
11908 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11909
11910 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11911
11912 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11913 don't pass the (nil) value of `upnode' to string-match.
11914
11915 2012-01-14 Chong Yidong <cyd@gnu.org>
11916
11917 * startup.el (command-line): Fix X resource class for cursorColor.
11918 Fix values recognized by the cursorBlink resource.
11919
11920 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11921
11922 * epg.el (epg--make-temp-file): Avoid permission race condition
11923 when running on old Emacs versions (bug#10403).
11924
11925 2012-01-14 Glenn Morris <rgm@gnu.org>
11926
11927 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11928
11929 2012-01-13 Alan Mackenzie <acm@muc.de>
11930
11931 Fix filling for when filladapt mode is enabled.
11932
11933 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11934 c-mask-paragraph, pass in `fill-paragraph' rather than
11935 `fill-region-as-paragraph'. (This is a reversion of a previous
11936 change.)
11937 * progmodes/cc-mode.el (c-basic-common-init):
11938 Make fill-paragraph-handle-comment buffer local and set it to nil.
11939
11940 2012-01-13 Glenn Morris <rgm@gnu.org>
11941
11942 * dired.el (dired-switches-escape-p): New function.
11943 (dired-insert-directory): Use dired-switches-escape-p.
11944 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11945
11946 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11947
11948 2012-01-12 Glenn Morris <rgm@gnu.org>
11949
11950 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11951 changes in adaptive-fill-regexp. (Bug#10276)
11952
11953 2012-01-11 Alan Mackenzie <acm@muc.de>
11954
11955 Fix Emacs bug #10463 - put `widen's around the critical spots.
11956
11957 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11958 widen around each invocation of c-state-pp-to-literal. Remove an
11959 unused let variable.
11960
11961 2012-01-11 Glenn Morris <rgm@gnu.org>
11962
11963 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11964 Doc fix.
11965
11966 2012-01-10 Chong Yidong <cyd@gnu.org>
11967
11968 * net/network-stream.el (network-stream-open-starttls):
11969 Avoid emitting a confusing error message when the server gives a bad
11970 response to the capability command.
11971
11972 2012-01-10 Glenn Morris <rgm@gnu.org>
11973
11974 * mail/unrmail.el (unrmail): Tweak previous change.
11975
11976 2012-01-09 Chong Yidong <cyd@gnu.org>
11977
11978 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11979
11980 2012-01-08 Alan Mackenzie <acm@muc.de>
11981
11982 Optimise font locking in long enum definitions.
11983
11984 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11985 arm to a cond form to handle enums.
11986 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11987 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11988
11989 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11990
11991 * files.el (move-file-to-trash): Preserve default file modes on error.
11992 (Bug#10401)
11993
11994 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11995
11996 * faces.el (set-face-attribute): Clarify the meaning of the nil
11997 frame (bug#10294).
11998
11999 * subr.el (with-selected-frame): Mention that the selected frame
12000 is restored (bug#9980).
12001
12002 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
12003 (bug#9759).
12004
12005 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
12006 (password-read): Don't autoload unused function.
12007
12008 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
12009
12010 * progmodes/which-func.el (which-func-mode): Turn into a
12011 non-interactive function and mark as obsolete (bug#10428).
12012
12013 2012-01-06 Chong Yidong <cyd@gnu.org>
12014
12015 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
12016 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
12017 functions, along with 1 and -1.
12018
12019 2012-01-06 Eli Zaretskii <eliz@gnu.org>
12020
12021 * time.el (display-time-load-average)
12022 (display-time-default-load-average): Doc fixes. See the thread
12023 starting at
12024 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
12025 for the details.
12026
12027 2012-01-06 Glenn Morris <rgm@gnu.org>
12028
12029 * mail/unrmail.el (unrmail): Give an explicit error if the input file
12030 has no messages. (Bug#10377)
12031
12032 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
12033 than Info-edit. (Bug#10385)
12034
12035 * time.el (display-time-load-average, display-time-next-load-average):
12036 Doc fixes.
12037
12038 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
12039 local setting of buffer-read-only to the input buffer. (Bug#10419)
12040
12041 * calendar/calendar.el (calendar-mode):
12042 Locally set scroll-margin to 0. (Bug#10379)
12043
12044 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
12045
12046 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
12047
12048 2012-01-05 Glenn Morris <rgm@gnu.org>
12049
12050 * eshell/em-unix.el (diff-no-select): Autoload it.
12051 (eshell/diff): Use diff-no-select. (Bug#10420)
12052
12053 2012-01-05 Chong Yidong <cyd@gnu.org>
12054
12055 * shell.el (shell-dynamic-complete-functions): Revert last change.
12056 (shell-command-completion-function): New function.
12057 (shell-completion-vars): Use it to implement
12058 shell-completion-execonly (Bug#10417).
12059
12060 * custom.el (enable-theme): Don't set custom-safe-themes.
12061
12062 * cus-theme.el (custom-theme-merge-theme):
12063 Ignore custom-enabled-themes and custom-safe-themes.
12064
12065 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
12066
12067 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
12068 first prompt in `sql-interacive-mode'.
12069 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
12070 keywords.
12071 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
12072 (sql-product-interactive): Bug fix: Set `sql-buffer' in
12073 context of original buffer. Invoke `sql-login-hook'.
12074
12075 2012-01-04 Eli Zaretskii <eliz@gnu.org>
12076
12077 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
12078 letters in cite-prefix.
12079
12080 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12081
12082 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
12083
12084 2012-01-03 Chong Yidong <cyd@gnu.org>
12085
12086 * shell.el (shell-dynamic-complete-functions):
12087 Put pcomplete-completions-at-point, so as to try
12088 comint-filename-completion first (Bug#10417).
12089
12090 2012-01-02 Richard Stallman <rms@gnu.org>
12091
12092 * battery.el (battery-status-function):
12093 Detect when to use battery-yeeloong-sysfs.
12094 (battery-echo-area-format): Add string for Yeeloong.
12095 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
12096 (battery-yeeloong-sysfs): New function.
12097
12098 2012-01-02 Chong Yidong <cyd@gnu.org>
12099
12100 * dirtrack.el (dirtrack-list): Eliminate unused third element.
12101 (dirtrack): Merge code for handling relative filenames in prompt
12102 from shell-dir-cookie-watcher.
12103 (dirtrack-debug-message): New arg to avoid excess format calls.
12104
12105 * shell.el (shell-dir-cookie-re): Variable deleted.
12106 (shell-dir-cookie-watcher): Function deleted.
12107 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
12108 with dirtrack-mode.
12109
12110 2012-01-01 Eli Zaretskii <eliz@gnu.org>
12111
12112 * term/w32-win.el (dynamic-library-alist) <gnutls>:
12113 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
12114 libgnutls-26.dll.
12115
12116 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
12117
12118 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
12119
12120 2011-12-31 Eli Zaretskii <eliz@gnu.org>
12121
12122 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
12123 headers of non-MIME messages, when rmail-enable-mime is non-nil.
12124
12125 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
12126
12127 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
12128 also for alternative shells.
12129 (tramp-open-connection-setup-interactive-shell): Check, whether
12130 the shell is a busybox.
12131 (tramp-send-command): Don't suppress multiple prompts for
12132 busyboxes, it hurts.
12133
12134 2011-12-28 Chong Yidong <cyd@gnu.org>
12135
12136 * progmodes/gdb-mi.el (gdb-get-source-file-list)
12137 (gdb-get-source-file): Move mode line update to
12138 gdb-get-source-file (Bug#10087).
12139
12140 2011-12-25 Chong Yidong <cyd@gnu.org>
12141
12142 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
12143 gud-gdb-marker-filter without taking it as an argument.
12144 (gud-gdb-run-command-fetch-lines): Caller changed.
12145 (gud-gdb-completion-function): New variable.
12146 (gud-gdb-completion-at-point): Use it.
12147 (gud-gdb-completions-1): Split from gud-gdb-completions.
12148
12149 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
12150 function as separate arguments.
12151 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
12152 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
12153 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
12154 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
12155 (gdb-stopped, def-gdb-auto-update-trigger)
12156 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
12157 (gdb-get-changed-registers, gdb-get-main-selected-frame):
12158 Callers changed.
12159 (gud-gdbmi-completions): New function.
12160 (gdb): Use it for generating the completion table.
12161
12162 2011-12-24 Alan Mackenzie <acm@muc.de>
12163
12164 Introduce a mechanism to widen the region used in context font
12165 locking. Use this to protect declarations from losing their contexts.
12166
12167 * progmodes/cc-langs.el (c-before-font-lock-functions):
12168 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
12169 (c-before-context-fontification-functions): New defvar, a list of
12170 functions to be run just before context (etc.) font locking.
12171
12172 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
12173 New, functionality extracted from
12174 c-neutralize-syntax-in-and-mark-CPP.
12175 (c-in-after-change-fontification): New variable.
12176 (c-after-change): Set c-in-after-change-fontification.
12177 (c-set-fl-decl-start): Rejig its interface, so it can be called
12178 from both after-change and context fontifying.
12179 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
12180 New functions.
12181 (c-standard-font-lock-fontify-region-function): New variable.
12182 (c-font-lock-fontify-region): New function.
12183
12184 2011-12-24 Juri Linkov <juri@jurta.org>
12185
12186 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
12187 (Bug#10348)
12188
12189 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
12190
12191 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
12192 existence of source file. (Bug#10325)
12193
12194 2011-12-23 Alan Mackenzie <acm@muc.de>
12195
12196 Fix unstable fontification inside templates.
12197
12198 * progmodes/cc-langs.el (c-before-font-lock-functions):
12199 Newly created from the singular version. The (c c++ objc) entry now
12200 additionally has c-set-fl-decl-start. The other languages (apart
12201 from AWK) have that as a single entry.
12202
12203 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12204 The functionality for "local" declarations has been extracted to
12205 c-set-fl-decl-start.
12206
12207 * progmodes/cc-mode.el (c-common-init, c-after-change):
12208 Changes due to pluralisation of c-before-font-lock-functions.
12209 (c-set-fl-decl-start): New function, extracted from
12210 c-font-lock-enclosing-decls and enhanced.
12211
12212 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
12213
12214 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
12215
12216 2011-12-22 Juri Linkov <juri@jurta.org>
12217
12218 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
12219
12220 2011-12-22 Chong Yidong <cyd@gnu.org>
12221
12222 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
12223
12224 2011-12-21 Drew Adams <drew.adams@oracle.com>
12225
12226 * files.el (file-remote-p): Fix docstring. (Bug#10319)
12227
12228 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12229
12230 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
12231
12232 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12233
12234 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
12235 highlighting and support. Fix up comments for capitalization.
12236 (cfengine-mode-debug): New var.
12237 (cfengine3-mode): Change the modeline indicator to "CFE3".
12238 (cfengine3-font-lock-keywords): Improve defun highlighting.
12239 (cfengine2-actions): Rename from `cfengine-actions'.
12240 (cfengine2-font-lock-keywords): Rename from
12241 `cfengine-font-lock-keywords'.
12242 (cfengine2-imenu-expression): Rename from
12243 `cfengine-imenu-expression'.
12244 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
12245 (cfengine2-beginning-of-defun): Rename from
12246 `cfengine-beginning-of-defun'.
12247 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
12248 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
12249 (cfengine2-mode): Rename from `cfengine-mode'. Change the
12250 modeline indicator to "CFE2".
12251 (cfengine-mode): Defalias to `cfengine-auto-mode'.
12252 (cfengine-mode-abbrevs): Mark obsolete.
12253
12254 2011-12-21 Chong Yidong <cyd@gnu.org>
12255
12256 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
12257 filename argument.
12258
12259 2011-12-20 Martin Rudalics <rudalics@gmx.at>
12260
12261 * window.el (window-normalize-buffer-to-display): Remove.
12262 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
12263
12264 2011-12-19 Chong Yidong <cyd@gnu.org>
12265
12266 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
12267 Don't signal an error in a predicate function; return non-nil.
12268 (vc-dir-mark-file): Move the error here.
12269 (vc-dir-mark-unmark): If acting on the region, keep going if one
12270 of the entries cannot be marked/unmarked.
12271 (vc-dir-mark-all-files): If current entry is a directory, mark
12272 only child files, as documented.
12273
12274 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
12275
12276 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
12277 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
12278 addition.
12279
12280 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
12281
12282 * term/ns-win.el (ns-get-selection-internal)
12283 (ns-store-selection-internal): Declare.
12284 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12285 Declare as obsolete.
12286 (ns-get-pasteboard, ns-paste-secondary):
12287 Use ns-get-selection-internal.
12288 (ns-set-pasteboard, ns-copy-including-secondary):
12289 Use ns-store-selection-internal.
12290
12291 2011-12-17 Chong Yidong <cyd@gnu.org>
12292
12293 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
12294 (vc-deduce-fileset): Doc fix.
12295
12296 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
12297
12298 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12299
12300 2011-12-13 Sam Steingold <sds@gnu.org>
12301
12302 * man.el (Man-getpage-in-background): When running under a
12303 window-system, ignore $MANWIDTH and $COLUMNS.
12304
12305 2011-12-15 Kenichi Handa <handa@m17n.org>
12306
12307 * language/ethio-util.el: Change coding tag to utf-8-emacs.
12308 (setup-ethiopic-environment-internal): Comment out key-binding for
12309 ethio-toggle-punctuation.
12310
12311 2011-12-13 Alan Mackenzie <acm@muc.de>
12312
12313 Add the switch statement to AWK Mode.
12314
12315 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
12316 "default" to the keywords regexp.
12317
12318 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
12319 expression as the rest.
12320 (c-nonlabel-token-key): Allow string literals for AWK.
12321 Refactor for the other modes.
12322
12323 Large brace-block initialisation makes CC Mode slow: Fix.
12324 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
12325 routines. Limit backward searching in c-font-lock-enclosing.decl.
12326
12327 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12328 pp-state and literal type in addition to the limits.
12329 (c-state-safe-place): New defun, extracted from c-state-literal-at.
12330 (c-state-literal-at): Use the above new defun.
12331 (c-slow-in-literal, c-fast-in-literal): Remove.
12332 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
12333
12334 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12335 being in a literal. Add a limit for backward searching.
12336
12337 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12338 c-slow-in-literal.
12339
12340 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12341
12342 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12343
12344 2011-12-13 Martin Rudalics <rudalics@gmx.at>
12345
12346 * window.el (delete-other-windows): Use correct frame in call to
12347 window-with-parameter.
12348
12349 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12350
12351 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12352 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12353 (makefile-gmake-statements, makefile-makepp-statements):
12354 Use it and add new makepp keywords.
12355 (makefile-makepp-font-lock-keywords): Add new patterns.
12356 (makefile-match-function-end): Match new [...] and [[...]].
12357
12358 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
12359
12360 * ses.el (ses-call-printer-return, ses-cell-property-get)
12361 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12362 (ses-create-cell-variable, ses-reset-header-string)
12363 (ses-cell-set-formula, ses-repair-cell-reference-all)
12364 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12365 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12366 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12367 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12368 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12369 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12370 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12371 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12372 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12373 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12374 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12375 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12376
12377 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12378
12379 * ses.el: The overall change is to add cell renaming, that is
12380 setting fancy names for cell symbols other than name matching
12381 "\\`[A-Z]+[0-9]+\\'" regexp .
12382 (ses-create-cell-variable): New defun.
12383 (ses-relocate-formula): Relocate formulas only for cells the
12384 symbols of which are not renamed, i.e. symbols whose names do not
12385 match regexp "\\`[A-Z]+[0-9]+\\'".
12386 (ses-relocate-all): Relocate values only for cells the symbols of
12387 which are not renamed.
12388 (ses-load): Create cells variables as the (ses-cell ...) are read,
12389 in order to check row col consistency with cell symbol name only
12390 for cells that are not renamed.
12391 (ses-replace-name-in-formula): New defun.
12392 (ses-rename-cell): New defun.
12393
12394 2011-12-11 Chong Yidong <cyd@gnu.org>
12395
12396 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12397 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12398
12399 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12400
12401 * window.el (other-window): Fix docstring.
12402
12403 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12404
12405 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12406 `from' or `to' address before taking its substring.
12407 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12408 encoded name is chopped in the middle of the encoded string, and
12409 thus displayed encoded.
12410
12411 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
12412
12413 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12414
12415 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12416
12417 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12418 to use texinfo-update-node and commands that call it if the
12419 Texinfo file uses @node lines without next/prev/up pointers.
12420 Correct outdated description about texinfo-master-menu.
12421 (texinfo-all-menus-update, texinfo-master-menu)
12422 (texinfo-update-node, texinfo-every-node-update)
12423 (texinfo-multiple-files-update): Doc fix. Warn against updating
12424 all the @node lines.
12425 (texinfo-master-menu): Only call texinfo-update-node if the prefix
12426 argument is numeric. Explain better in the doc string what the
12427 function really does.
12428 (texinfo-insert-master-menu-list): Improve the error message
12429 displayed if there's no menu in the Top node.
12430 (Bug#2975) See also this thread:
12431 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12432
12433 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12434
12435 * speedbar.el (speedbar-supported-extension-expressions):
12436 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12437
12438 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
12439
12440 * printing.el (pr-mode-alist):
12441 * simple.el (filter-buffer-substring-functions)
12442 (completion-list-insert-choice-function):
12443 * window.el (window-with-parameter, window-atom-root)
12444 (window-sides-slots, window-size-fixed, window-min-delta)
12445 (window-max-delta, window--resize-mini-window)
12446 (window--resize-child-windows-normal, window-tree)
12447 (delete-other-windows, quit-window, split-window)
12448 (display-buffer-record-window, special-display-buffer-names)
12449 (special-display-regexps, special-display-popup-frame)
12450 (same-window-p, split-window-sensibly)
12451 (display-buffer-overriding-action, display-buffer-alist)
12452 (display-buffer-base-action, display-buffer, switch-to-buffer)
12453 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12454 (fit-window-to-buffer, recenter-positions)
12455 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12456 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12457 and remove unneeded backslashes in docstrings.
12458
12459 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12460
12461 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12462
12463 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12464 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12465 end in ".mk".
12466 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12467 when reading the makefile (bug#10116).
12468
12469 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12470
12471 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12472 (bug#10116).
12473
12474 2011-12-06 Glenn Morris <rgm@gnu.org>
12475
12476 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12477
12478 2011-12-06 Chong Yidong <cyd@gnu.org>
12479
12480 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12481
12482 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12483
12484 * textmodes/table.el (table-shorten-cell): Fix typo.
12485
12486 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12487
12488 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12489
12490 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12491
12492 * descr-text.el (describe-char): Fix display of strong
12493 right-to-left characters and directional embeddings and overrides.
12494
12495 * simple.el (what-cursor-position): Fix display of codepoints of
12496 strong right-to-left characters.
12497
12498 2011-12-05 Chong Yidong <cyd@gnu.org>
12499
12500 * faces.el (read-color): Doc fix.
12501
12502 2011-12-05 Glenn Morris <rgm@gnu.org>
12503
12504 * align.el (align--set-marker): Add doc-string.
12505 Don't try to move something that is not a marker. (Bug#10216)
12506
12507 2011-12-04 Glenn Morris <rgm@gnu.org>
12508
12509 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12510 overly zealous deletion of trailing whitespace.
12511
12512 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12513
12514 * server.el (server-delete-client): On Windows, do not try to delete
12515 the only terminal.
12516 (server-process-filter): On Windows, treat requests for a tty frame as
12517 if they were for a GUI frame if the running server is in GUI mode.
12518
12519 2011-12-03 Glenn Morris <rgm@gnu.org>
12520
12521 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12522
12523 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12524
12525 * electric.el: Streamline electric-indent's hook.
12526 (electric-indent-chars): Revert to simple list.
12527 (electric-indent-functions): New var.
12528 (electric-indent-post-self-insert-function): Use it.
12529
12530 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12531 there's no inferior buffer (bug#10196).
12532 (prolog-consult-compile): Don't use toggle-read-only.
12533
12534 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12535
12536 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12537 interrupt. (Bug#10187)
12538
12539 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12540
12541 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12542 (bug#9160).
12543
12544 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12545 (bug#10191).
12546
12547 2011-12-02 Juri Linkov <juri@jurta.org>
12548
12549 * info.el (Info-search): Display "end of manual" when Isearch
12550 reaches the end of single-file Info manual. (Bug#9918)
12551
12552 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12553
12554 * isearch.el (isearch-message-prefix): Run the input method part
12555 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12556
12557 2011-12-02 Juri Linkov <juri@jurta.org>
12558
12559 * isearch.el (isearch-occur): Use `word-search-regexp' for
12560 `isearch-word'.
12561 (isearch-search-and-update): Add condition for `isearch-word' and
12562 call `word-search-regexp'. (Bug#10145)
12563
12564 2011-12-01 Glenn Morris <rgm@gnu.org>
12565
12566 * eshell/em-hist.el (eshell-hist-initialize):
12567 Handle eshell-history-size nil and HISTSIZE set or unset.
12568 (eshell-history-file-name, eshell-history-size): Fix custom type.
12569
12570 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12571
12572 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12573
12574 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12575
12576 * progmodes/verilog-mode.el (verilog-pretty-expr):
12577 Rework verilog-pretty-expr to handle new assignment operators in system
12578 verilog, such as += *= and the like.
12579 (verilog-assignment-operator-re): Regular expression to find the
12580 assigment operator in a verilog assignment.
12581 (verilog-assignment-operation-re): Regular expression to find an
12582 assignment statement for pretty-expr.
12583 (verilog-in-attribute-p): Query returns true if point is in an
12584 attribute context; used to skip these for expression line up from
12585 pretty-expr.
12586 (verilog-in-parameter-p): Query returns true if point is in an
12587 parameter definition context; used to skip these for expression
12588 line up from pretty-expr.
12589 (verilog-in-parenthesis-p): Query returns true if point is in a
12590 parenthetical expression, specifically ( ) but not [ ] or { };
12591 used by pretty-expr.
12592 (verilog-just-one-space): If there is no space, don't add one.
12593 (verilog-get-lineup-indent-2): Specifically skip just attribute
12594 contexts for expression lineup, rather than skipping all
12595 parenthetical expressions.
12596 (verilog-calculate-indent): Fix comment, and fix indent.
12597 (verilog-do-indent): Indent declarations in lists (suggested by
12598 Joachim Lechner).
12599 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12600 skeleton items.
12601 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12602 by Alain Mellan).
12603
12604 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12605
12606 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12607 parameters with embedded comments. Reported by Ray Stevens.
12608 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12609 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12610 Reported by Tim Holt.
12611 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12612 instantiated by upper module causing wrong expansion until AUTOed a
12613 second time. Reported by K C Buckenmaier.
12614 (verilog-diff-auto): Fix showing .* as a difference when
12615 `verilog-auto-star-save' off. Reported by Dan Dever.
12616 (verilog-auto-reset, verilog-read-always-signals)
12617 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12618 temporary signals in reset list if
12619 verilog-auto-reset-blocking-in-non is nil, and match assignment
12620 style to each signal's assignment type, bug381.
12621 Reported by Thomas Esposito.
12622 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12623 (verilog-uvm-statement-re): Support UVM indentation and
12624 highlighting, with old OVM keywords only.
12625 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12626 Support AUTOTIEOFF creating non-wire data types.
12627 Suggested by Jonathan Greenlaw.
12628 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12629 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12630 (verilog-inject-sense, verilog-read-inst-pins)
12631 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12632 Fix mismatching parenthesis inside commented out code when deleting
12633 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12634 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12635 non-numeric vector width. Reported by Alex Reed.
12636 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12637 detecting signals with parameter widths. Reported by Alex Reed.
12638 (verilog-auto-delete-trailing-whitespace):
12639 With `verilog-auto-delete-trailing-whitespace' remove trailing
12640 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12641 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12642 Fix verilog-scan-cache corruption when running user AUTO expansion
12643 hooks that call indentation routines.
12644 (verilog-simplify-range-expression): Fix typo ignoring lower case
12645 identifiers.
12646 (verilog-delete-auto): Fix delete-autos to also remove user created
12647 automatics, as long as they start with AUTO.
12648 (verilog-batch-diff-auto, verilog-diff-auto)
12649 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12650 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12651 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12652 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12653 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12654 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12655 is disabled and its cache will get corrupt, causing AUTOS not to
12656 expand. Instead use only -quick functions.
12657 (verilog-scan-region): Fix scanning over escaped quotes.
12658 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12659 (verilog-re-search-backward-quick)
12660 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12661 related functions now ignore strings, to fix misparsing of strings
12662 with magic comments embedded in them.
12663 (verilog-read-auto-template):
12664 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12665 Reported by Brad Dobbie.
12666 (verilog-read-auto-template):
12667 Fix 'verilog-auto-inst-template-numbers' with comments.
12668 Reported by Brad Dobbie.
12669 (verilog-auto-inst, verilog-auto-inst-param)
12670 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12671 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12672 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12673 debugging templates without merge conflicts, bug357.
12674 Reported by Brad Dobbie.
12675 (verilog-read-auto-template):
12676 Fix verilog-auto-inst-template-numbers with multiple templates.
12677 Reported by Brad Dobbie.
12678 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12679 abbrevs so user won't be asked to save.
12680 (verilog-read-auto-lisp-present): Fix to start at beginning of
12681 buffer in case called outside of verilog-auto.
12682 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12683 to "X-2". Reported by Matthew Myers.
12684 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12685 all inputs from module templates. Reported by Leith Johnson.
12686 (verilog-module-inside-filename-p): Fix locating programs as with
12687 modules.
12688 (verilog-auto-inst-port): Fix vl-width expressions when using
12689 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12690 (verilog-decls-get-regs, verilog-decls-get-signals,
12691 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12692 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12693 verilog-read-decls): Combine reg and wire structures into one var
12694 structure to represent SystemVerilog concepts.
12695 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12696 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12697 (verilog-auto-wire-type, verilog-insert-definition):
12698 Add verilog-auto-wire-type and AUTOLOGIC to support using
12699 SystemVerilog "logic" keyword instead of "wire"/"reg".
12700 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12701 to declares outputs that also have assignments (presumably in an
12702 ifdef or generate if so there's not a driver conflict).
12703 Reported by Matthew Myers.
12704 (verilog-auto-declare-nettype, verilog-insert-definition):
12705 Add verilog-auto-declare-nettype to fix declarations using
12706 `default_nettype none. Reported by Julian Gorfajn.
12707 (verilog-read-always-signals-recurse, verilog-read-decls)
12708 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12709 malformed end statement, bug325. Reported by Joshua Wise and
12710 Andrew Drake.
12711 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12712 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12713 when expanding .* in interfaces, bug320.
12714 Reported by Pierre-David Pfister.
12715 (verilog-read-module-name): Fix import statements between module
12716 name and open parenthesis, bug317.
12717 Reported by Pierre-David Pfister.
12718 (verilog-simplify-range-expression): Fix simplification of
12719 multiplications inside AUTOWIRE connections, bug303.
12720 (verilog-auto-inst-port): Support parameter expansion in
12721 multidimensional arrays.
12722 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12723 after "assert property". Reported by Julian Gorfajn.
12724 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12725 with multiplication, bug303.
12726 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12727 Reported by Jan Frode Lonnum.
12728
12729 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12730
12731 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12732 (hfy-shell-file-name, hfy-shell):
12733 * international/fontset.el (x-decompose-font-name): Fix typos.
12734
12735 2011-11-29 Ken Brown <kbrown@cornell.edu>
12736
12737 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12738 (gdb-version): Remove defvar.
12739 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12740 (gdb-gud-context-command, gdb-non-stop-handler)
12741 (gdb-current-context-command, gdb-stopped): Use it.
12742 (gdb-init-1): Enable pretty printing here.
12743 (gdb-non-stop-handler): Don't enable pretty-printing here.
12744 Check to see if the target supports non-stop mode; if not, turn off
12745 non-stop mode. Use the following.
12746 (gdb-check-target-async): New defun.
12747 (gud-watch, gdb-stopped): Fix whitespace.
12748 (gdb-get-source-file): Don't try to display the source file if
12749 `gdb-main-file' is nil.
12750
12751 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12752
12753 * align.el: Try to generate fewer markers (bug#10047).
12754 (align--set-marker): New macro.
12755 (align-region): Use it.
12756
12757 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12760
12761 2011-11-29 Chong Yidong <cyd@gnu.org>
12762
12763 * indent.el (indent-for-tab-command, indent-according-to-mode):
12764 Doc fix.
12765 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12766
12767 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12768
12769 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12770 aware of remote file names. (Bug#10124)
12771
12772 2011-11-29 Chong Yidong <cyd@gnu.org>
12773
12774 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12775
12776 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12777
12778 * files.el (find-file): Don't use force-same-window (bug#10144).
12779 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12780 use pop-to-buffer if the selected window can't be used.
12781 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12782
12783 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12784
12785 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12786 special-mode-map.
12787
12788 2011-11-28 Chong Yidong <cyd@gnu.org>
12789
12790 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12791
12792 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12793
12794 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12795 gdb-get-source-file-list on gdb-create-source-file-list.
12796
12797 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12798
12799 * whitespace.el (whitespace-newline): Use a different foreground
12800 color for 16-color light-background displays.
12801
12802 2011-11-24 Chong Yidong <cyd@gnu.org>
12803
12804 * window.el (display-buffer--special-action): Doc fix.
12805
12806 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12807
12808 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12809 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12810 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12811 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12812 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12813 (avl-tree-stack-first):
12814 * emacs-lisp/cconv.el (cconv--analyse-use):
12815 * net/gnutls.el (gnutls-negotiate): Fix typos.
12816
12817 2011-11-24 Glenn Morris <rgm@gnu.org>
12818
12819 * lpr.el (lpr-windows-system, lpr-lp-system):
12820 * mail/binhex.el (binhex-begin-line):
12821 * progmodes/grep.el (grep-history, grep-find-history):
12822 * textmodes/flyspell.el:
12823 * vc/pcvs-defs.el (cvs-global-menu):
12824 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12825 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12826 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12827
12828 * net/tls.el: Fix case of "GnuTLS".
12829
12830 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12831
12832 * version.el (emacs-build-system): Give it a doc-string.
12833
12834 2011-11-24 Juri Linkov <juri@jurta.org>
12835
12836 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12837
12838 2011-11-24 Glenn Morris <rgm@gnu.org>
12839
12840 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12841 if called on a non-mime message just toggle the headers. (Bug#8006)
12842
12843 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12844
12845 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12846 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12847 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12848 (allout-rebullet-heading, allout-open-sibtopic)
12849 (allout-toggle-current-subtree-encryption)
12850 (allout-toggle-subtree-encryption, allout-encrypt-string)
12851 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12852 (allout-distinctive-bullets-string, allout-auto-activation):
12853 * window.el (window-normalize-buffer-to-display):
12854 * progmodes/verilog-mode.el (verilog-batch-indent):
12855 * textmodes/bibtex.el (bibtex-field-braces-opt)
12856 (bibtex-field-strings-opt):
12857 * vc/cvs-status.el (cvs-tree-merge):
12858 Fix typos.
12859
12860 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12861
12862 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12863 `non-essential' to t, in order to avoid remote connections.
12864
12865 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12866
12867 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12868 On MS-DOS and MS-Windows, compare with loaddefs.el
12869 case-insensitively.
12870
12871 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12872
12873 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12874
12875 2011-11-23 Glenn Morris <rgm@gnu.org>
12876
12877 * paths.el (rmail-file-name): Reformat the doc-string so that it
12878 is picked up.
12879
12880 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12881 (rmail-auto-file): Ignore case in the "special" field names,
12882 as mail-fetch-field does for all others.
12883
12884 * mail/rmail.el (rmail-forward):
12885 * mail/rmailkwd.el (rmail-set-label):
12886 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12887 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12888
12889 * mail/rmail.el (rmail-current-message): Doc fix.
12890
12891 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12892
12893 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12896
12897 2011-11-22 Glenn Morris <rgm@gnu.org>
12898
12899 * mail/rmailmm.el (test-rmail-mime-handler)
12900 (test-rmail-mime-bulk-handler)
12901 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12902
12903 2011-11-21 Juri Linkov <juri@jurta.org>
12904
12905 * calc/calc.el (calc-read-key-sequence):
12906 Let-bind `input-method-function' to nil. (Bug#10018)
12907
12908 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12909
12910 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12911 Tell the caller that the next line needs recomputation, even
12912 though it doesn't start a sexp (bug#10094).
12913
12914 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12917
12918 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12919
12920 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12921 Use force-same-window.
12922
12923 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12924
12925 * descr-text.el (describe-char-unicode-data):
12926 * json.el (json-string-escape):
12927 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12928 (Footnote-unicode, Footnote-style-p):
12929 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12930
12931 2011-11-20 Chong Yidong <cyd@gnu.org>
12932
12933 * window.el (replace-buffer-in-windows): Restore interactive spec.
12934
12935 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12936
12937 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12938
12939 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12940 (byte-compile-global-not-obsolete-vars): New var.
12941 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12942 Use it.
12943 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12944
12945 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12946
12947 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12948 * progmodes/pascal.el (electric-pascal-equal):
12949 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12950 * xml.el (xml-substitute-special): Fix typos.
12951
12952 2011-11-20 Glenn Morris <rgm@gnu.org>
12953
12954 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12955 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12956 Doc fixes.
12957 (rmail-decode-mime-charset): Mark as obsolete.
12958
12959 * mail/rmailsum.el (rmail-message-regexp-p-1):
12960 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12961 Before using mime functions, check they are set. (Bug#10077)
12962
12963 2011-11-19 Juri Linkov <juri@jurta.org>
12964
12965 * info.el (Info-finder-find-node): Use `package--builtins' instead
12966 of `package-alist'. Use node names formed by the pattern "Keyword "
12967 and the keyword name.
12968
12969 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12970
12971 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12972
12973 2011-11-19 Juri Linkov <juri@jurta.org>
12974
12975 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12976 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12977 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12978 `old-history', `old-history-forward'. Add let-binding
12979 `window-selected'. Remove calls to `kill-buffer',
12980 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12981 before calling `Info-find-node', so `Info-find-node-2' will reread
12982 the Info file. Restore window positions only when `window-selected'
12983 is non-nil.
12984
12985 2011-11-19 Juri Linkov <juri@jurta.org>
12986
12987 * isearch.el (isearch-lazy-highlight-new-loop):
12988 Remove condition `(not isearch-error)'. (Bug#9918)
12989
12990 * misearch.el (multi-isearch-search-fun): Add condition
12991 `(not bound)' to ignore lazy-highlighting search.
12992 Add the search-failed message "end of multi" when the end of
12993 multi-sequence is reached. Uncapitalize the search-failed
12994 message "Repeat for next buffer".
12995
12996 * info.el (Info-search): Add the search-failed message
12997 "end of the manual" when the end of the manual is reached
12998 in Isearch mode.
12999
13000 2011-11-19 Juri Linkov <juri@jurta.org>
13001
13002 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
13003 Use non-destructive `remove' instead of `delete' because
13004 `Info-history-list' stored to `Info-isearch-initial-history-list' in
13005 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
13006
13007 2011-11-19 Juri Linkov <juri@jurta.org>
13008
13009 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
13010 to nil instead of binding `search-ring' and `regexp-search-ring'.
13011 (Bug#9185)
13012
13013 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13014
13015 * simple.el (line-move): Force movement by logical lines for any
13016 hscrolled window, not only when auto-hscroll-mode is on.
13017 (line-move-visual): Update doc string to that effect. (Bug#10076)
13018
13019 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
13020
13021 * language/european.el (macintosh): Define as alias for mac-roman.
13022
13023 2011-11-19 Eli Zaretskii <eliz@gnu.org>
13024
13025 * mail/rmailmm.el (rmail-mime-display-header)
13026 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
13027 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
13028 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
13029 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
13030 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
13031 of a raw aref.
13032 (rmail-mime-entity-segment): To get past the tagline, move forward
13033 2 more lines, to account for the 2 empty lines that precede and
13034 follow the line with the buttons.
13035 (rmail-mime-update-tagline): Move one more line, to get past the
13036 empty line that follows the buttons in the tagline. (Bug#9520)
13037
13038 2011-11-19 Martin Rudalics <rudalics@gmx.at>
13039
13040 * window.el (window-max-delta-1, window-min-delta-1)
13041 (window-min-size-1, window-state-get-1, window-state-put-1)
13042 (window-state-put-2): Use "window--" prefix.
13043
13044 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13045
13046 * emacs-lisp/smie.el: Improve warnings and conflict detection.
13047 (smie-warning-count): New var.
13048 (smie-set-prec2tab): Use it.
13049 (smie-bnf->prec2): Improve warnings. Add docstring.
13050 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
13051 (smie-bnf--set-class): New function.
13052 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
13053 corner case.
13054
13055 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
13056 (compilation-error-properties, compilation-move-to-column):
13057 Handle compilation-first-column while in the target buffer.
13058
13059 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
13060 Don't hardcode point-min==1.
13061
13062 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
13063 (eshell-rewrite-for-command): Remove workaround.
13064 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
13065 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
13066 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
13067
13068 * files-x.el (modify-file-local-variable): Obey commenting conventions.
13069
13070 2011-11-17 Glenn Morris <rgm@gnu.org>
13071
13072 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13073 Ignore buffer-local generated-autoload-file if it is the same
13074 as the global value. (Bug#10049)
13075
13076 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
13077
13078 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
13079 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
13080 (reftex-toc-previous-heading, reftex-toc-max-level)
13081 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
13082 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
13083 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13084 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13085 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
13086 (reftex-toc-rename-label, reftex-toc-visit-location)
13087 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
13088 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
13089 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
13090 leaving "*toc*" only for references to the buffer.
13091
13092 2011-11-17 Martin Rudalics <rudalics@gmx.at>
13093
13094 * window.el (window-resize, delete-window, split-window):
13095 Replace window-splits by window-combination-resize.
13096 * cus-start.el (window-splits): Replace by window-combination-resize.
13097
13098 2011-11-17 Glenn Morris <rgm@gnu.org>
13099
13100 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13101 Make bash entry derive from sh entry, not shell entry.
13102
13103 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
13104
13105 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
13106 local file name.
13107
13108 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13109
13110 * menu-bar.el (menu-bar-file-menu):
13111 * printing.el (pr-ps-utility):
13112 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
13113 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
13114 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
13115 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
13116 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
13117 (icalendar--convert-cyclic-to-ical)
13118 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
13119 (icalendar--convert-ical-to-diary)
13120 (icalendar--convert-recurring-to-diary)
13121 (icalendar--convert-non-recurring-all-day-to-diary)
13122 (icalendar-import-format-sample):
13123 * progmodes/idlw-shell.el (idlwave-shell-mode):
13124 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
13125 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
13126 (vhdl-ps-print-init): Fix typos.
13127
13128 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
13129
13130 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
13131 FSF and collapse date sequence, obscure author/maintainer email address
13132 better, remove extra version line, track relocation of author's webpage.
13133
13134 * progmodes/python.el (python-pdbtrack-input-prompt)
13135 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
13136 regular python pdb prompts. Adjustments shamelessly taken exactly as
13137 suggested in EmacsWiki page (tiny change):
13138 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
13139
13140 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13141
13142 * expand.el (expand-pos, expand-index, expand-point):
13143 Remove redundant info from docstring.
13144 (expand-add-abbrevs): Doc fix.
13145 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
13146 (expand-sample-perl-mode-expand-list): Fix typos.
13147
13148 * net/dbus.el (dbus-event-member-name):
13149 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
13150 * term/pc-win.el (msdos-create-frame-with-faces):
13151 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
13152
13153 2011-11-16 Martin Rudalics <rudalics@gmx.at>
13154
13155 * window.el (split-window, window-state-get-1)
13156 (window-state-put-1, window-state-put-2): Rename occurrences of
13157 window-nest to window-combination-limit.
13158 * cus-start.el (window-nest): Rename to window-combination-limit.
13159
13160 2011-11-16 Chong Yidong <cyd@gnu.org>
13161
13162 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
13163 regexp (Bug#10033).
13164
13165 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13166
13167 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
13168 `completing-read' will remove *Completions* and will preserve
13169 current-buffer for us.
13170 (tmm-add-prompt): Users of *Completions* will always (re)set its
13171 major mode.
13172 (tmm-old-comp-map): Remove.
13173
13174 2011-11-16 Glenn Morris <rgm@gnu.org>
13175
13176 * mail/rmailedit.el: Require rmailmm when compiling.
13177 (rmail-old-mime-state): New declaration.
13178 (rmail-edit-current-message): If editing a mime message,
13179 edit the "raw" message from the mbox buffer.
13180 (rmail-cease-edit): Handle mime messages. (Bug#9840)
13181
13182 2011-11-15 Glenn Morris <rgm@gnu.org>
13183
13184 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
13185 which wasn't being used. Add optional arg to force given state.
13186 (rmail-mime): Add optional arg to force given state.
13187
13188 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13189
13190 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13191 * frame.el (display-mm-dimensions-alist):
13192 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
13193 (outline-move-subtree-down):
13194 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
13195 (newsticker--treeview-do-get-node):
13196 * net/quickurl.el (quickurl-list-buffer-name):
13197 * progmodes/dcl-mode.el (dcl-mode):
13198 * progmodes/gdb-mi.el (gdb-mapcar*):
13199 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
13200
13201 2011-11-15 Glenn Morris <rgm@gnu.org>
13202
13203 * mail/rmail.el (rmail-file-coding-system): It's only ever used
13204 in a boolean sense, so just make it a boolean, and fix the doc.
13205 (rmail-show-mime-function, rmail-mime-feature)
13206 (rmail-require-mime-maybe): Doc fixes.
13207 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
13208
13209 * mail/rmailmm.el (rmail-show-mime): Doc fix.
13210
13211 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13212
13213 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
13214 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
13215 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
13216 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
13217
13218 2011-11-15 Glenn Morris <rgm@gnu.org>
13219
13220 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
13221 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
13222 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
13223 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
13224 (rmail-mime, rmail-show-mime): Doc fixes.
13225
13226 * term/ns-win.el (mode-line-frame-identification):
13227 Leave it alone. (Bug#10051)
13228
13229 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
13230
13231 * mail/rmailout.el (rmail-output-to-rmail-buffer):
13232 Handle empty buffers. (Bug#9978)
13233
13234 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
13235
13236 * international/mule.el (define-charset):
13237 * mail/rmailmm.el (rmail-mime-find-header-encoding):
13238 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
13239 * progmodes/verilog-mode.el (verilog-backward-token):
13240 * textmodes/ispell.el (lookup-words):
13241 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
13242
13243 2011-11-14 Glenn Morris <rgm@gnu.org>
13244
13245 * progmodes/executable.el
13246 (executable-make-buffer-file-executable-if-script-p):
13247 Handle file-modes returning nil.
13248
13249 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
13250 message - not necessary, and causes problems. (Bug#9831)
13251
13252 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
13253
13254 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
13255
13256 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
13257 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
13258 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
13259
13260 2011-11-12 Martin Rudalics <rudalics@gmx.at>
13261
13262 * window.el (window-resize, delete-window): Use window-splits
13263 variable instead of function.
13264 (window-state-get-1, window-state-put-2, window-state-put):
13265 Don't deal with windows' splits status.
13266
13267 2011-11-12 Glenn Morris <rgm@gnu.org>
13268
13269 * apropos.el (apropos-do-all, apropos-library, apropos-value)
13270 (apropos-documentation): Doc fixes.
13271
13272 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
13273
13274 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13275 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13276
13277 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * electric.el (electric-indent-post-self-insert-function): Make it
13280 possible for a char to only indent in some circumstances.
13281 (electric-indent-mode): Simplify.
13282
13283 2011-11-11 Martin Rudalics <rudalics@gmx.at>
13284
13285 * window.el (windows-with-parameter): Remove unused function.
13286 (windows-at-side): Rename to window-at-side-list.
13287 (window-check, window-atom-check, window-atom-check-1)
13288 (window-side-check, window-size-ignore, window-size-fixed-1)
13289 (window-in-direction-2): Prefix with "window--".
13290 (window-tree-1): Rename to window--subtree, fix doc-string.
13291
13292 2011-11-11 Glenn Morris <rgm@gnu.org>
13293
13294 * subr.el (eval-after-load): If FILE is already loaded,
13295 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
13296
13297 2011-11-10 Glenn Morris <rgm@gnu.org>
13298
13299 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13300 Call svn via vc-svn-command rather than vc-do-command.
13301 (vc-svn-command): Add --non-interactive. (Bug#9993)
13302 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13303
13304 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13305 Add toggle-read-only. (Bug#7292)
13306 * files.el (toggle-read-only): Mention that it should only
13307 be used interactively. (Bug#10006)
13308
13309 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13310
13311 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13312 Adjust regexp for OCaml warnings.
13313
13314 * electric.el (electric-pair-post-self-insert-function): Let user
13315 turn it off buffer-locally (bug#9932).
13316
13317 * progmodes/python.el (python-beginning-of-statement):
13318 Rewrite (bug#2703).
13319
13320 * progmodes/compile.el: Better handle TABs (bug#9749).
13321 (compilation-internal-error-properties)
13322 (compilation-next-error-function): Obey the target buffer's
13323 compilation-error-screen-columns.
13324
13325 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
13326
13327 * progmodes/meta-mode.el: Remove obsolete comments.
13328 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13329 Fix typos in docstrings.
13330
13331 2011-11-09 Martin Rudalics <rudalics@gmx.at>
13332
13333 * window.el (window-size-fixed-p): Rewrite doc-string.
13334 (window-resizable-p): Rename to window--resizable-p. Update callers.
13335 (window--resizable): New function. Make all callers of
13336 window-resizable call window--resizable instead.
13337 (window-resizable): Rewrite in terms of window--resizable.
13338
13339 2011-11-08 Glenn Morris <rgm@gnu.org>
13340
13341 * progmodes/delphi.el (delphi-mode-syntax-table):
13342 Let define-derived-mode define a proper syntax table. (Bug#9994)
13343
13344 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 * window.el: Stay away from defsubst.
13347 (window-list-no-nils): Remove.
13348 (window-state-get-1, window-state-get): Use backquote instead.
13349
13350 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13351
13352 * emacs-lisp/find-func.el (find-function-read):
13353 Fix incorrect use of default argument in `completing-read'.
13354
13355 2011-11-08 Martin Rudalics <rudalics@gmx.at>
13356
13357 * window.el (display-buffer-function, special-display-function):
13358 Mention display-buffer-record-window but do not mention
13359 help-setup parameter in doc-strings.
13360 (window-min-delta): Fix doc-string typo.
13361
13362 2011-11-08 Chong Yidong <cyd@gnu.org>
13363
13364 * window.el (window-total-height, window-total-width): Doc fix.
13365 (window-body-size): Move from C.
13366 (window-body-height, window-body-width): Move to C.
13367
13368 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13369
13370 * window.el: Make special-display like display-buffer-alist (bug#9532).
13371 (display-buffer--special-action): New function, morphed
13372 from display-buffer--special.
13373 (display-buffer): Use it to handle special-display-buffers at higher
13374 priority (just after display-buffer-alist).
13375 (display-buffer-fallback-action, display-buffer--other-frame-action)
13376 (pop-to-buffer-same-window): Remove display-buffer--special.
13377
13378 2011-11-07 Glenn Morris <rgm@gnu.org>
13379
13380 * calendar/cal-menu.el (cal-menu-set-date-title):
13381 Do nothing if not in a calendar. (Bug#9976)
13382
13383 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * files.el (find-file): Always use selected-window.
13386
13387 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13388
13389 * window.el (window-combinations): Make WINDOW argument
13390 mandatory. Rewrite doc-string.
13391 (walk-window-subtree, window-atom-check, window-min-delta)
13392 (window-max-delta, window--resize-this-window)
13393 (window--resize-root-window-vertically, window-tree)
13394 (balance-windows, window-state-put): Rewrite doc-strings as to
13395 not mention the term "subwindow".
13396 (window--resize-subwindows-skip-p): Rename to
13397 window--resize-child-windows-skip-p.
13398 (window--resize-subwindows-normal): Rename to
13399 window--resize-child-windows-normal.
13400 (window--resize-subwindows): Rename to
13401 window--resize-child-windows.
13402 (window-or-subwindow-p): Rename to window--in-subtree-p.
13403
13404 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13405
13406 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13407 Ensure that mbox format messages end in two newlines (Bug#9974).
13408
13409 2011-11-06 Chong Yidong <cyd@gnu.org>
13410
13411 * window.el (window-combination-p): Function deleted; its
13412 side-effect is not used in any existing code.
13413 (window-combinations, window-combined-p): Call window-*-child
13414 directly.
13415
13416 2011-11-05 Chong Yidong <cyd@gnu.org>
13417
13418 * window.el (window-valid-p): Rename from window-any-p.
13419 (window-size-ignore, window-state-get): Callers changed.
13420 (window-normalize-window): Rename from window-normalize-any-window.
13421 New arg LIVE-ONLY, replacing window-normalize-live-window.
13422 (window-normalize-live-window): Delete.
13423 (window-combination-p, window-combined-p, window-combinations)
13424 (walk-window-subtree, window-atom-root, window-min-size)
13425 (window-sizable, window-sizable-p, window-size-fixed-p)
13426 (window-min-delta, window-max-delta, window-resizable)
13427 (window-resizable-p, window-full-height-p, window-full-width-p)
13428 (window-current-scroll-bars, window-point-1, set-window-point-1)
13429 (window-at-side-p, window-in-direction, window-resize)
13430 (adjust-window-trailing-edge, maximize-window, minimize-window)
13431 (window-deletable-p, delete-window, delete-other-windows)
13432 (record-window-buffer, unrecord-window-buffer)
13433 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13434 (quit-window, split-window, window-state-put)
13435 (set-window-text-height, fit-window-to-buffer)
13436 (shrink-window-if-larger-than-buffer): Callers changed.
13437
13438 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13439
13440 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13441 rfc2047-decode-string.
13442 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13443 warnings.
13444
13445 * window.el (window-body-height, window-body-width): Mention in
13446 the doc string that the return values are in frame's canonical
13447 units. (Bug#9949)
13448
13449 2011-11-03 Alan Mackenzie <acm@muc.de>
13450
13451 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13452 change in cc-engine.el.
13453
13454 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13455
13456 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13457
13458 2011-11-02 Martin Rudalics <rudalics@gmx.at>
13459
13460 * window.el (quit-window): Call unrecord-window-buffer after
13461 showing another buffer in the window. (Bug#9937)
13462 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13463
13464 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
13465
13466 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13467 Accept status with more than 9 shelves. (Bug#9935)
13468 Reported by Colin D Bennett <colin@gibibit.com>.
13469
13470 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13471
13472 * help.el (with-help-window): Don't reference
13473 temp-buffer-show-specifiers in doc-string.
13474
13475 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13476
13477 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13478 menu-item.
13479
13480 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13481
13482 * whitespace.el: New version 13.2.2.
13483 (whitespace-newline-mode): Disable properly. Reported by Sarah
13484 <EmacsWiki>.
13485
13486 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13487
13488 * net/newst-treeview.el: Remove "Time-stamp".
13489 (newsticker--group-manage-orphan-feeds): Do not call
13490 newsticker--treeview-tree-update.
13491 (newsticker-treeview-update, newsticker-treeview):
13492 Call newsticker--treeview-tree-update if necessary.
13493
13494 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13495
13496 * window.el (window-iso-combination-p, window-iso-combined-p)
13497 (window-iso-combinations): Remove "iso-" infix.
13498 Suggested by Chong Yidong.
13499 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13500 (window-max-delta-1, window-resize, window--resize-siblings)
13501 (window--resize-this-window, adjust-window-trailing-edge)
13502 (split-window, balance-windows-1)
13503 (shrink-window-if-larger-than-buffer):
13504 * calendar/calendar.el (calendar-generate-window):
13505 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13506
13507 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13510 in place (bug#9907).
13511 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13512 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13513 (eshell-structure-basic-command, eshell-rewrite-while-command)
13514 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13515 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13516 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13517 (eshell-do-pipelines-synchronously, eshell-eval-command):
13518 Use backquotes and prefer setq to set.
13519 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13520 (eshell-macrop): Use functionp.
13521 (eshell-do-eval): Handle multiple expressions in `while' body.
13522
13523 2011-10-30 Chong Yidong <cyd@gnu.org>
13524
13525 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13526 instead of set-mark (Bug#9810).
13527
13528 2011-10-30 Chong Yidong <cyd@gnu.org>
13529
13530 * window.el (split-window-below, split-window-right): Rename from
13531 split-window-above-each-other and split-window-side-by-side
13532 respectively. All callers changed.
13533 (split-window-sensibly, split-window-sensibly): Use them.
13534 (split-window-keep-point): Doc fix.
13535
13536 * isearch.el: Add isearch-scroll property to split-window-below
13537 and split-window-right.
13538
13539 * follow.el (follow-mode):
13540 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13541 * progmodes/ada-xref.el (ada-gdb-application):
13542 * emulation/vip.el (vip-buffer-in-two-windows):
13543 * image-dired.el (image-dired-dired-with-window-configuration):
13544 * dired-x.el (dired-do-find-marked-files):
13545 * dired.el (dired-pop-to-buffer):
13546 * bs.el (bs--show-with-configuration):
13547 * vc/emerge.el (emerge-setup-windows):
13548 * textmodes/two-column.el (2C-two-columns):
13549 * textmodes/reftex-toc.el (reftex-toc):
13550 * progmodes/gdb-mi.el (gdb-setup-windows):
13551 * progmodes/fortran.el (fortran-window-create):
13552 * net/newst-treeview.el (newsticker--treeview-window-init):
13553 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13554 * emulation/tpu-edt.el (tpu-gold-map):
13555 * emulation/crisp.el (crisp-mode-map):
13556 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13557
13558 2011-10-29 Chong Yidong <cyd@gnu.org>
13559
13560 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13561
13562 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13563
13564 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13565 forged Ispell output (Bug#7904).
13566
13567 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13568
13569 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13570
13571 * doc-view.el: Avoid ugly errors about not finding nil.
13572 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13573 (doc-view-dvipdf-program, doc-view-unoconv-program)
13574 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13575 Avoid nil or absolute file name as default value.
13576 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13577
13578 2011-10-28 Alan Mackenzie <acm@muc.de>
13579
13580 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13581
13582 2011-10-28 Alan Mackenzie <acm@muc.de>
13583
13584 Amend the handling of c-beginning/end-of-defun in nested declaration
13585 scopes.
13586
13587 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13588 cc-langs.el. Change it to a defcustom.
13589
13590 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13591 cc-vars.el.
13592
13593 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13594 Prevent "class foo : bar" being spuriously recognized as a label.
13595
13596 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13597 Add parameter `inclusive' (to include enclosing braces in the region).
13598 (c-widen-to-enclosing-decl-scope): New function.
13599 (c-while-widening-to-decl-block): New macro.
13600 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13601 outward for defun boundaries, and correspondingly change symbol
13602 `respect-enclosure' to `go-outward'.
13603 (c-declaration-limits): Change algorithm to report only the "innermost"
13604 defun's boundaries.
13605
13606 2011-10-28 Deniz Dogan <deniz@dogan.se>
13607
13608 * net/rcirc.el (rcirc-mode): Use hard newlines.
13609
13610 2011-10-28 Alan Mackenzie <acm@muc.de>
13611
13612 Amend to indent and fontify macros "which include their own semicolon"
13613 correctly, using the "virtual semicolon" mechanism.
13614
13615 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13616
13617 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13618 Recode to scan one line at a time rather than having \n and \r
13619 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13620 (c-forward-label): Amend for virtual semicolons.
13621 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13622
13623 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13624 of the new C macros.
13625
13626 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13627 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13628 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13629 (c-opt-cpp-macro-define): Make into a full language variable.
13630 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13631 AWK Mode (including \n, \r) removed, no longer needed.
13632
13633 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13634 Invoke c-make-macro-with-semi-re.
13635
13636 * progmodes/cc-vars.el (c-macro-with-semi-re):
13637 (c-macro-names-with-semicolon): New variables.
13638 (c-make-macro-with-semi-re): New function.
13639
13640 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * vc/log-edit.el: Fill empty field rather than adding new one.
13643 (log-edit-add-field): New function.
13644 (log-edit-insert-changelog): Use it.
13645
13646 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13647
13648 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13649
13650 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13651
13652 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13653 (gdb--check-interpreter): New function.
13654 (gdb): Use it.
13655
13656 2011-10-27 Glenn Morris <rgm@gnu.org>
13657
13658 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13659 (least-positive-float, least-negative-float)
13660 (least-positive-normalized-float, least-negative-normalized-float)
13661 (float-epsilon, float-negative-epsilon):
13662 Remove unnecessary declarations.
13663
13664 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13665 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13666 (least-positive-float, least-negative-float)
13667 (least-positive-normalized-float, least-negative-normalized-float)
13668 (float-epsilon, float-negative-epsilon): Add doc-strings,
13669 based on those in cl.texi.
13670
13671 * files.el (set-visited-file-name): If the major-mode changed,
13672 reload the local variables. (Bug#9796)
13673
13674 2011-10-27 Chong Yidong <cyd@gnu.org>
13675
13676 * subr.el (change-major-mode-after-body-hook): New hook.
13677 (run-mode-hooks): Run it.
13678
13679 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13680 Use change-major-mode-before-body-hook.
13681
13682 * simple.el (fundamental-mode):
13683 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13684 change introducing fundamental-mode-hook.
13685
13686 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13687
13688 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13689
13690 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13691
13692 * ido.el (ido-file-name-all-completions-1): Do not require
13693 tramp.el explicitly. (Bug#7583)
13694
13695 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * progmodes/octave-mod.el:
13698 * progmodes/octave-inf.el: Update maintainer.
13699
13700 2011-10-26 Chong Yidong <cyd@gnu.org>
13701
13702 * subr.el (with-wrapper-hook): Rewrite doc.
13703
13704 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13705
13706 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13707 filenames "/method:foo:". (Bug#9793)
13708
13709 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13710
13711 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13712 (bug#9865).
13713
13714 2011-10-24 Glenn Morris <rgm@gnu.org>
13715
13716 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13717
13718 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13719
13720 * notifications.el: Add the requirement of a running D-Bus session
13721 bus to the Commentary.
13722
13723 2011-10-24 Juri Linkov <juri@jurta.org>
13724
13725 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13726 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13727 (Bug#9364)
13728
13729 2011-10-24 Juri Linkov <juri@jurta.org>
13730
13731 * info.el (Info-following-node-name-re): Add newline to the list
13732 of allowed characters for leading space. (Bug#9824)
13733
13734 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13735
13736 * progmodes/octave-inf.el (inferior-octave-mode-map):
13737 Fix C-c C-h binding.
13738 * progmodes/octave-mod.el (octave-help): Remove.
13739
13740 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13741
13742 Sync with Tramp 2.2.3.
13743
13744 * net/tramp-cache.el (top): Pacify byte-compiler using
13745 `init-file-user' and `site-run-file'.
13746
13747 * net/trampver.el: Update release number.
13748
13749 2011-10-23 Chong Yidong <cyd@gnu.org>
13750
13751 * files.el (toggle-read-only): Remove obsolete comment about
13752 version control.
13753
13754 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13755 for toggle-read-only. Note that this hasn't called vc-next-action
13756 since 2008-05-02, though it wasn't documented at the time.
13757
13758 * vc/ediff-init.el (ediff-toggle-read-only-function):
13759 Use toggle-read-only.
13760
13761 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13762
13763 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13764 of c-parse-state.
13765
13766 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13767 correct faulty logical expression.
13768 (c-parse-state-state, c-record-parse-state-state):
13769 (c-replay-parse-state-state): New defvar/defuns.
13770 (c-debug-parse-state): Use new functions.
13771
13772 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13773
13774 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13775 last fix. Use window-in-direction correctly.
13776
13777 2011-10-21 Chong Yidong <cyd@gnu.org>
13778
13779 * progmodes/idlwave.el (idlwave-mode):
13780 * progmodes/vera-mode.el (vera-mode): No need to set
13781 require-final-newline; that's done in prog-mode.
13782 Suggested by Stefan Monnier.
13783
13784 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13785
13786 * mouse.el (mouse-drag-window-above)
13787 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13788 (mouse-drag-mode-line-1, mouse-drag-header-line)
13789 (mouse-drag-vertical-line-rightward-window): Remove.
13790 (mouse-drag-line): New function.
13791 (mouse-drag-mode-line, mouse-drag-header-line)
13792 (mouse-drag-vertical-line): Call mouse-drag-line.
13793 * window.el (window-at-side-p, windows-at-side): New functions.
13794
13795 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13796
13797 * tar-mode.el (tar-grind-file-mode):
13798 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13799
13800 2011-10-21 Chong Yidong <cyd@gnu.org>
13801
13802 * progmodes/idlwave.el (idlwave-mode):
13803 * progmodes/vera-mode.el (vera-mode):
13804 Use mode-require-final-newline.
13805
13806 2011-10-20 Glenn Morris <rgm@gnu.org>
13807
13808 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13809
13810 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13811
13812 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13813
13814 2011-10-20 Chong Yidong <cyd@gnu.org>
13815
13816 * emulation/cua-base.el (cua-mode):
13817 * mail/footnote.el (footnote-mode):
13818 * mail/mailabbrev.el (mail-abbrevs-mode):
13819 * net/xesam.el (xesam-minor-mode):
13820 * progmodes/bug-reference.el (bug-reference-mode):
13821 * progmodes/cap-words.el (capitalized-words-mode):
13822 * progmodes/compile.el (compilation-minor-mode)
13823 (compilation-shell-minor-mode):
13824 * progmodes/gud.el (gud-tooltip-mode):
13825 * progmodes/hideif.el (hide-ifdef-mode):
13826 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13827 * progmodes/subword.el (subword-mode):
13828 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13829 * progmodes/which-func.el (which-function-mode):
13830 * term/tvi970.el (tvi970-set-keypad-mode):
13831 * term/vt100.el (vt100-wide-mode):
13832 * textmodes/flyspell.el (flyspell-mode):
13833 * textmodes/ispell.el (ispell-minor-mode):
13834 * textmodes/nroff-mode.el (nroff-electric-mode):
13835 * textmodes/paragraphs.el (use-hard-newlines):
13836 * textmodes/refill.el (refill-mode):
13837 * textmodes/reftex.el (reftex-mode):
13838 * textmodes/rst.el (rst-minor-mode):
13839 * textmodes/sgml-mode.el (html-autoview-mode)
13840 (sgml-electric-tag-pair-mode):
13841 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13842 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13843 * emulation/crisp.el (crisp-mode):
13844 * emacs-lisp/eldoc.el (eldoc-mode):
13845 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13846 minor mode behavior.
13847
13848 2011-10-19 Juri Linkov <juri@jurta.org>
13849
13850 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13851 the list of hard-coded chars with escape-glyph face.
13852
13853 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13854
13855 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13856
13857 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13858
13859 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13860 running process.
13861
13862 2011-10-19 Glenn Morris <rgm@gnu.org>
13863
13864 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13865 Ignore ignored files. (Bug#9726)
13866
13867 2011-10-19 Chong Yidong <cyd@gnu.org>
13868
13869 Doc fix for minor modes, stating that an omitted argument enables
13870 the mode unconditionally when called from Lisp.
13871
13872 * abbrev.el (abbrev-mode):
13873 * allout.el (allout-mode):
13874 * autoinsert.el (auto-insert-mode):
13875 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13876 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13877 (global-auto-revert-mode):
13878 * battery.el (display-battery-mode):
13879 * composite.el (global-auto-composition-mode)
13880 (auto-composition-mode):
13881 * delsel.el (delete-selection-mode):
13882 * desktop.el (desktop-save-mode):
13883 * dired-x.el (dired-omit-mode):
13884 * dirtrack.el (dirtrack-mode):
13885 * doc-view.el (doc-view-minor-mode):
13886 * double.el (double-mode):
13887 * electric.el (electric-indent-mode, electric-pair-mode):
13888 * emacs-lock.el (emacs-lock-mode):
13889 * epa-hook.el (auto-encryption-mode):
13890 * follow.el (follow-mode):
13891 * font-core.el (font-lock-mode):
13892 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13893 * help.el (temp-buffer-resize-mode):
13894 * hilit-chg.el (highlight-changes-mode)
13895 (highlight-changes-visible-mode):
13896 * hi-lock.el (hi-lock-mode):
13897 * hl-line.el (hl-line-mode, global-hl-line-mode):
13898 * icomplete.el (icomplete-mode):
13899 * ido.el (ido-everywhere):
13900 * image-file.el (auto-image-file-mode):
13901 * image-mode.el (image-minor-mode):
13902 * iswitchb.el (iswitchb-mode):
13903 * jka-cmpr-hook.el (auto-compression-mode):
13904 * linum.el (linum-mode):
13905 * longlines.el (longlines-mode):
13906 * master.el (master-mode):
13907 * mb-depth.el (minibuffer-depth-indicate-mode):
13908 * menu-bar.el (menu-bar-mode):
13909 * minibuf-eldef.el (minibuffer-electric-default-mode):
13910 * mouse-sel.el (mouse-sel-mode):
13911 * msb.el (msb-mode):
13912 * mwheel.el (mouse-wheel-mode):
13913 * outline.el (outline-minor-mode):
13914 * paren.el (show-paren-mode):
13915 * recentf.el (recentf-mode):
13916 * reveal.el (reveal-mode, global-reveal-mode):
13917 * rfn-eshadow.el (file-name-shadow-mode):
13918 * ruler-mode.el (ruler-mode):
13919 * savehist.el (savehist-mode):
13920 * scroll-all.el (scroll-all-mode):
13921 * scroll-bar.el (scroll-bar-mode):
13922 * server.el (server-mode):
13923 * shell.el (shell-dirtrack-mode):
13924 * simple.el (auto-fill-mode, transient-mark-mode)
13925 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13926 (line-number-mode, column-number-mode, size-indication-mode)
13927 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13928 * strokes.el (strokes-mode):
13929 * time.el (display-time-mode):
13930 * t-mouse.el (gpm-mouse-mode):
13931 * tool-bar.el (tool-bar-mode):
13932 * tooltip.el (tooltip-mode):
13933 * type-break.el (type-break-mode-line-message-mode)
13934 (type-break-query-mode):
13935 * view.el (view-mode):
13936 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13937 (global-whitespace-mode, global-whitespace-newline-mode):
13938 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13939
13940 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13941 Fix autogenerated docstring.
13942
13943 2011-10-19 Juri Linkov <juri@jurta.org>
13944
13945 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13946 by checking environment variables "DESKTOP_SESSION" and
13947 "XDG_CURRENT_DESKTOP". (Bug#9779)
13948
13949 2011-10-19 Juri Linkov <juri@jurta.org>
13950
13951 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13952 (browse-url-chromium-program, browse-url-chromium-arguments):
13953 New defcustoms.
13954 (browse-url-default-browser): Check for `browse-url-chromium' and
13955 call `browse-url-chromium-program'.
13956 (browse-url-chromium): New command. (Bug#9779)
13957
13958 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13959
13960 * facemenu.el (list-colors-duplicates): On Windows, detect more
13961 duplicates by assuming that only colors matching "^System" are
13962 special "system colors". (Bug#9722)
13963
13964 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13965
13966 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13967 to distinguish the author from the committer.
13968
13969 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13970
13971 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13972
13973 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13974
13975 * international/mule.el (sgml-html-meta-auto-coding-function):
13976 Add support for detecting encoding in HTML5 specified only as
13977 <meta charset="UTF-8">. Implementation just makes http-equiv and
13978 content-type parts from HTML4 encoding string optional. (Bug#9716)
13979
13980 2011-10-18 Glenn Morris <rgm@gnu.org>
13981
13982 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13983
13984 2011-10-18 Chong Yidong <cyd@gnu.org>
13985
13986 * faces.el (cursor): Doc fix.
13987
13988 2011-10-17 Chong Yidong <cyd@gnu.org>
13989
13990 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13991
13992 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13993
13994 * dirtrack.el (dirtrack): Support shell buffers with path
13995 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13996
13997 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13998
13999 * json.el: Bump version to 1.3 and note change in History.
14000 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
14001
14002 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14003
14004 * comint.el (comint-insert-input, comint-send-input)
14005 (comint-get-old-input-default, comint-backward-matching-input)
14006 (comint-next-prompt): Use nil instead of `input' for field property of
14007 past user input (bug#114).
14008
14009 * minibuffer.el (completion--replace): Inherit surrounding properties
14010 (bug#114).
14011 (minibuffer-complete-and-exit): Use it.
14012
14013 * comint.el (comint--table-subvert): Quote the all-completions output
14014 (bug#9160).
14015
14016 2011-10-17 Martin Rudalics <rudalics@gmx.at>
14017
14018 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
14019
14020 * menu-bar.el (menu-bar-file-menu): Add entry for making new
14021 window on right of selected. (Bug#9350) Reword other window
14022 entries and separate them from frame entries.
14023
14024 2011-10-15 Glenn Morris <rgm@gnu.org>
14025
14026 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
14027 Doc fixes.
14028
14029 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
14030
14031 * net/network-stream.el (network-stream-open-starttls):
14032 Improve detection of failure due to lack of TLS support.
14033
14034 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
14035 putting the input text in front and in bold.
14036
14037 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14038
14039 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
14040
14041 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
14042 empty buffer.
14043
14044 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
14045 unread-command-events rather than pushing yet-another event.
14046
14047 2011-10-14 Eli Zaretskii <eliz@gnu.org>
14048
14049 * mail/sendmail.el (sendmail-query-once): Improve the wording of
14050 the explanation of the possible choices. Make the options passed
14051 to completing-read shorter.
14052
14053 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14054
14055 * textmodes/flyspell.el (flyspell-large-region): Make sure
14056 extended character mode is used if defined (Bug#1339).
14057
14058 2011-10-13 Eli Zaretskii <eliz@gnu.org>
14059
14060 * simple.el (what-cursor-position): Fix the display of the
14061 character info for LRE, LRO, RLE, and RLO characters by appending
14062 an invisible PDF.
14063
14064 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14065
14066 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
14067 even in case of error; add debug spec; simplify data flow.
14068 (with-timeout-handler): Remove.
14069
14070 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
14071
14072 Fix Bug#6019, Bug#9315.
14073
14074 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
14075 complete `buffer-file-name', the local file name part could look
14076 remotely (for example on VMS).
14077
14078 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
14079 `tramp-run-real-handler'.
14080 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
14081 already quoted by '"'.
14082
14083 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
14084 Let `file-name-handler-alist' be nil, the local file name part
14085 could look remotely (for example on VMS).
14086
14087 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14088
14089 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
14090 from here...
14091 (flyspell-post-command-hook): ...to here.
14092
14093 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14094
14095 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
14096 if not needed.
14097 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
14098 using completion. Protect against "slow" callers.
14099 Remove the "message hack".
14100
14101 2011-10-11 Juri Linkov <juri@jurta.org>
14102
14103 * isearch.el (isearch-lazy-highlight-word): New variable.
14104 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
14105 Use it. (Bug#9727)
14106
14107 2011-10-11 Glenn Morris <rgm@gnu.org>
14108
14109 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
14110 like f90-previous-statement does.
14111
14112 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14113
14114 * eshell/eshell.el (eshell-command): History should be saved
14115 only in interactive use, to avoid error.
14116
14117 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14118
14119 * minibuffer.el (completion-file-name-table): Fix last change,
14120 i.e. ignore normal errors but not the other ones.
14121
14122 2011-10-10 Martin Rudalics <rudalics@gmx.at>
14123
14124 * window.el (special-display-buffer-names)
14125 (special-display-regexps): Remove some remnants of earlier
14126 changes from doc-strings.
14127 (quit-windows-on): New function.
14128
14129 * vc/vc.el (vc-revert, vc-rollback):
14130 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
14131 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
14132 (Bug#6183) (Bug#7074) (Bug#7447)
14133
14134 2011-10-09 Martin Rudalics <rudalics@gmx.at>
14135
14136 * window.el (frame-auto-hide-function): Add version tag.
14137 (Bug#9699)
14138
14139 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
14140
14141 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
14142 condition.
14143
14144 2011-10-09 Leo Liu <sdl.web@gmail.com>
14145
14146 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
14147 (Bug#9701)
14148
14149 2011-10-08 Glenn Morris <rgm@gnu.org>
14150
14151 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
14152 before the first code statement zero indent. (Bug#9690)
14153
14154 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
14155
14156 * simple.el (count-words-region): Always count in the region.
14157 Report the number of lines and characters too.
14158 (count-words): New command, which counts in the buffer if the
14159 region is inactive, as count-words-region used to.
14160 (count-words--message): New function. Handle plurals.
14161 (count-lines-region): Make it an alias for count-words-region.
14162
14163 * bindings.el (esc-map): Replace count-lines-region with
14164 count-words-region.
14165
14166 2011-10-08 Martin Rudalics <rudalics@gmx.at>
14167
14168 * window.el (window--delete): Delete dedicated frame
14169 unconditionally when argument KILL is non-nil. (Bug#9699)
14170 (switch-to-buffer): Fix doc-string typo.
14171
14172 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14173
14174 * eshell/eshell.el (eshell-command): Avoid using hooks.
14175
14176 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
14177
14178 * bindings.el ([M-left],[M-right]): Bind to left-word and
14179 right-word respectively.
14180
14181 2011-10-07 Glenn Morris <rgm@gnu.org>
14182
14183 * cus-start.el (debug-on-quit): Fix custom type.
14184
14185 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14186
14187 * subr.el (define-key-after): Clarify that the function is not
14188 useful for non-menu keymaps.
14189
14190 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
14191
14192 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14193
14194 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
14195 in current minibuffer (Fix bug with recursive minibuffers).
14196
14197 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
14198
14199 * progmodes/gdb-mi.el (gdb): Doc fix.
14200
14201 2011-10-05 Martin Rudalics <rudalics@gmx.at>
14202
14203 * window.el (frame-auto-hide-function): New option replacing
14204 frame-auto-delete. Suggested by Stefan Monnier.
14205 (window--delete): Call frame-auto-hide-function instead of
14206 investigating frame-auto-delete.
14207 (window-point-1, set-window-point-1): New functions.
14208 (window-in-direction, record-window-buffer, window-state-get-1)
14209 (display-buffer-record-window): Use window-point-1 instead of
14210 window-point.
14211 (set-window-buffer-start-and-point): Use set-window-point-1.
14212
14213 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14214
14215 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
14216
14217 2011-10-05 Glenn Morris <rgm@gnu.org>
14218
14219 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
14220 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
14221
14222 2011-10-05 Leo Liu <sdl.web@gmail.com>
14223
14224 * subr.el (read-char-choice): Fix argument to buffer-live-p which
14225 works with buffer object.
14226
14227 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14228
14229 * mpc.el (mpc-tool-bar-map): Add labels.
14230
14231 2011-10-04 Glenn Morris <rgm@gnu.org>
14232
14233 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14234
14235 2011-10-04 Martin Rudalics <rudalics@gmx.at>
14236
14237 * window.el (window--delete): New function.
14238 (frame-auto-delete): Resuscitate option.
14239 (bury-buffer, replace-buffer-in-windows)
14240 (quit-window): Rewrite using window--delete.
14241 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14242 Pass display-buffer-mark-dedicated to window--display-buffer-2
14243 (Bug#9639).
14244
14245 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14246
14247 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
14248 returns a list (bug#9554). Add remote file name completion.
14249 * comint.el (comint--table-subvert): Curry and get quote&unquote
14250 functions as arguments.
14251 (comint--complete-file-name-data): Adjust call accordingly.
14252 * pcomplete.el (pcomplete--table-subvert): Remove.
14253 (pcomplete-completions-at-point): Use comint--table-subvert instead.
14254
14255 * minibuffer.el (completion-table-case-fold): Use currying.
14256 (completion--styles-type, completion--cycling-threshold-type):
14257 New constants.
14258 (completion-styles, completion-category-overrides)
14259 (completion-cycle-threshold): Use them.
14260 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
14261 completion-table-case-fold.
14262
14263 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
14264
14265 * minibuffer.el (completion-category-overrides): Fix type of styles
14266 and add more user friendly tags (bug#9660).
14267
14268 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14269
14270 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
14271 (mule-input-method-string): New widget.
14272 (default-input-method, language-info-custom-alist): Use it.
14273
14274 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14275
14276 * pcomplete.el: Require comint.
14277 (pcomplete--common-suffix): Remove.
14278 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14279 (pcomplete--table-subvert): Sync with comint--table-subvert.
14280 (pcomplete--entries): Use comint-completion-file-name-table.
14281 * comint.el (comint-unquote-filename): Simplify.
14282 (comint-completion-file-name-table): New function (bug#9616).
14283 (comint--complete-file-name-data): Use it.
14284
14285 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14286 (pcmpl-gnu-tar-buffer): Remove.
14287 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
14288 around. Make sure pcomplete-suffix-list is only changed temporarily.
14289 Don't look inside the tar's file if it's too large.
14290
14291 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
14292
14293 * cus-edit.el (custom-mode-map):
14294 * epa.el (epa-key-list-mode-map):
14295 * man.el (Man-mode-map):
14296 * startup.el (splash-screen-keymap):
14297 * simple.el (special-mode-map): Use scroll-up-command and
14298 scroll-down-command.
14299
14300 * progmodes/idlw-help.el (idlwave-help-mode-map):
14301 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14302 * net/newst-plainview.el (newsticker-mode-map):
14303 * emulation/ws-mode.el (wordstar-mode-map):
14304 * emulation/vi.el (vi-com-map):
14305 * calc/calc-graph.el (calc-graph-show-dumb):
14306 * term/sun.el (terminal-init-sun):
14307 * term/ns-win.el (global-map):
14308 * progmodes/grep.el (grep-mode-map):
14309 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14310 * mail/rmail.el (rmail-mode-map):
14311 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14312
14313 * custom.el (custom-safe-themes, load-theme): Treat value of t for
14314 custom-safe-themes as special.
14315
14316 2011-10-01 Julien Danjou <julien@danjou.info>
14317
14318 * notifications.el (notifications-notify): Fix docstring.
14319
14320 2011-10-01 Per Starbäck <per@starback.se>
14321
14322 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
14323
14324 2011-09-30 Martin Rudalics <rudalics@gmx.at>
14325
14326 * startup.el (command-line-1): Fix last fix by inserting
14327 initial-scratch-message into *scratch* before displaying it.
14328 (Bug#9605) and (Bug#9636)
14329
14330 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14331
14332 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14333 window is hscrolled, move by logical lines. (Bug#9607)
14334 (line-move-visual): Update the doc string to the above effect.
14335
14336 2011-09-29 Martin Rudalics <rudalics@gmx.at>
14337
14338 * window.el (display-buffer-record-window): When WINDOW is the
14339 selected window use `point' instead of `window-point'. (Bug#9626)
14340
14341 * startup.el (command-line-1): Use insert-before-markers when
14342 inserting initial-scratch-message. (Bug#9605)
14343
14344 * help.el (help-window): Remove variable.
14345
14346 2011-09-29 Glenn Morris <rgm@gnu.org>
14347
14348 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14349
14350 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
14351
14352 * descr-text.el (describe-char-categories): Accept category
14353 descriptions more than one line long.
14354
14355 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14356
14357 * simple.el (delete-trailing-whitespace): Fix last change.
14358
14359 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14360 Don't confuse "y => 3" as the beginning of a `y' operation.
14361
14362 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14363 object has more than 4 slots (bug#9613).
14364
14365 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14366
14367 * subr.el (with-output-to-temp-buffer):
14368 * net/quickurl.el (quickurl, quickurl-browse-url):
14369 Fix typos in docstrings.
14370
14371 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14372
14373 * minibuffer.el (completion-styles)
14374 (completion-category-overrides): Cross reference each other in doc
14375 strings.
14376
14377 2011-09-27 Glenn Morris <rgm@gnu.org>
14378
14379 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14380 to split-string. (Bug#9606)
14381
14382 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14383
14384 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14385 (bug#9615).
14386
14387 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
14388
14389 * emacs-lisp/package.el (list-packages): Fix echo area message.
14390
14391 2011-09-27 Leo Liu <sdl.web@gmail.com>
14392
14393 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14394
14395 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14396
14397 * net/dbus.el (dbus-unregister-object): Don't release services for
14398 registered signals. (Bug#9581)
14399
14400 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14401
14402 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14403 function that picks between cfengine 2 and 3 support
14404 automatically. Update docs accordingly.
14405
14406 2011-09-22 Kenichi Handa <handa@m17n.org>
14407
14408 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14409 ZERO.
14410 (indian-itrans-v5-table-for-tamil): New variable.
14411 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14412
14413 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14414
14415 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14416 that's true if the current command involved collapsing of text.
14417 It's reset to false at the beginning of the next command.
14418 (allout-post-command-business): Move the cursor to the beginning
14419 of entry if the cursor is hidden and collapsing activity just
14420 happened.
14421
14422 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14423
14424 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14425 tracking (Bug#9541).
14426
14427 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
14428
14429 * net/newst-reader.el (newsticker-html-renderer)
14430 (newsticker-show-news): Automatically load html rendering package
14431 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14432 because w3m-fill-column is let-bound" and the error "Symbol's value
14433 as variable is void: w3m-fill-column".
14434
14435 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14436
14437 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14438 Release services only if they are defined. (Bug#9581)
14439
14440 2011-09-23 Richard Stallman <rms@gnu.org>
14441
14442 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14443 distinguish start of paragraph from start of its text.
14444
14445 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14446
14447 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14448 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14449 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14450
14451 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14452
14453 * international/mule-diag.el (mule-diag): Insert a newline after
14454 each fontset description.
14455
14456 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14457
14458 * simple.el (delete-trailing-whitespace):
14459 Document last change; simplify.
14460
14461 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14462
14463 * simple.el (delete-trailing-whitespace): Also delete
14464 extra newlines at the end of the buffer.
14465
14466 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14467 (picture-newline): Use forward-line so as to ignore fields.
14468
14469 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14470
14471 * subr.el (with-wrapper-hook): Fix edebug spec.
14472
14473 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14474
14475 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14476 (bug#4538).
14477
14478 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14479
14480 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14481 Fix nasty bug using wrong cached values.
14482
14483 2011-09-23 Alan Mackenzie <acm@muc.de>
14484
14485 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14486
14487 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14488
14489 * window.el (pop-to-buffer): Ensure right window is selected if we
14490 chose another frame.
14491
14492 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14493
14494 * simple.el (what-cursor-position): Use get-char-property-change
14495 and next-single-char-property-change, to be able to show display
14496 properties that come from overlays as well as text properties.
14497
14498 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14499
14500 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14501
14502 * cmuscheme.el (run-scheme, switch-to-scheme):
14503 * cus-edit.el (customize-group, custom-buffer-create)
14504 (customize-browse):
14505 * info.el (info):
14506 * shell.el (shell):
14507 * mail/sendmail.el (mail):
14508 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14509
14510 2011-09-22 Richard Stallman <rms@gnu.org>
14511
14512 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14513 move back only to line beg, don't move back over blank lines.
14514
14515 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14516
14517 * files.el (copy-directory): Set directory attributes only in case
14518 they could be retrieved from the source directory. (Bug#9565)
14519
14520 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14521
14522 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14523 (hs-find-block-beginning, hs-hide-level-recursive):
14524 Ignore strings as well as comments. (Bug#9502)
14525
14526 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14527
14528 * progmodes/sql.el (sql-comint-postgres):
14529 Convert port number to a string. (Bug#9566)
14530
14531 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14532
14533 * window.el (quit-window): Undedicate window when switching to
14534 previous buffer. Reported by Thierry Volpiatto
14535 <thierry.volpiatto@gmail.com>.
14536 (special-display-popup-frame): When popping up a new frame reset
14537 its previous buffers to nil. Simplify code.
14538
14539 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14540
14541 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14542 and process filter, as done also in `shell-command'.
14543
14544 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14545
14546 * window.el (set-window-buffer-start-and-point):
14547 Call set-window-start with NOFORCE argument t.
14548 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14549 (quit-window): Reword doc-string. Handle new format of
14550 quit-restore parameter. Don't delete window if it has a
14551 previous buffer we can show instead of the present one.
14552 (display-buffer-record-window): Rewrite using a new format for
14553 the quit-restore window parameter
14554 (special-display-popup-frame, display-buffer-same-window)
14555 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14556 (display-buffer-pop-up-window, display-buffer-use-some-window):
14557 Adapt symbol passed to display-buffer-record-window.
14558 * help.el (help-window-setup): Handle new format of quit-restore
14559 parameter.
14560
14561 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14562
14563 * faces.el (face-list): Fix docstring (bug#9564).
14564
14565 * window.el (display-buffer--action-function-custom-type):
14566 Don't include internal functions in the Custom interface.
14567
14568 2011-09-20 Juri Linkov <juri@jurta.org>
14569
14570 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14571 (Info-forward-node, Info-backward-node, Info-next-preorder)
14572 (Info-last-preorder): Use it. (Bug#9528)
14573
14574 2011-09-20 Juri Linkov <juri@jurta.org>
14575
14576 * info.el (Info-last-preorder): Visit last menu item only when
14577 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14578
14579 2011-09-20 Julien Danjou <julien@danjou.info>
14580
14581 * password-cache.el (password-cache-remove): Remove entries even if the
14582 value is nil, so that password with a nil value (negative caching) is
14583 possible to invalidate.
14584
14585 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14586
14587 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14588 all whitespace around breakpoint. (Bug#9553)
14589 (f90-find-breakpoint): Only break at whitespace inside a comment.
14590
14591 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14592
14593 * minibuffer.el (completion-file-name-table): Keep track of errors.
14594 (completion-table-with-predicate): Handle the case where pred1 is nil.
14595 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14596
14597 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14598
14599 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14600 (debugger-return-value): Signal an error if the debugging context does
14601 not await any return value.
14602
14603 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14604 * image-mode.el (image-toggle-display-text)
14605 (image-toggle-display-image): Stay away from evil `intangible'.
14606
14607 2011-09-19 Leo Liu <sdl.web@gmail.com>
14608
14609 * replace.el (occur-revert-arguments): Make it permanent-local.
14610 (occur-mode): Don't call font-lock-defontify.
14611
14612 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14613
14614 * net/ldap.el (ldap-search-internal): Don't push empty search
14615 result (Bug#9508).
14616
14617 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14618
14619 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14620
14621 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14622
14623 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14624 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14625
14626 2011-09-18 Juri Linkov <juri@jurta.org>
14627
14628 * buff-menu.el (Buffer-menu-mode-map):
14629 * dired.el (dired-mode-map):
14630 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14631 (lisp-interaction-mode-map):
14632 * emacs-lisp/package.el (package-menu-mode-map):
14633 * epa.el (epa-key-list-mode-map):
14634 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14635 (menu-bar-options-menu):
14636 * outline.el (outline-mode-menu-bar-map):
14637 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14638 * vc/vc-dir.el (vc-dir-menu-map):
14639 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14640 Capitalize non-function content words in menu item strings.
14641
14642 * dired.el (dired-mode-map): Add menu item for
14643 `image-dired-dired-toggle-marked-thumbs'.
14644
14645 2011-09-18 Juri Linkov <juri@jurta.org>
14646
14647 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14648 to `isearch-case-fold-search' and restore its original value
14649 after the `isearch-mode' call.
14650
14651 2011-09-18 Juri Linkov <juri@jurta.org>
14652
14653 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14654 because `zgrep' returns 1 for successful matches (bug#9226).
14655
14656 2011-09-18 Juri Linkov <juri@jurta.org>
14657
14658 * info.el (Info-extract-menu-node-name): Check the second match
14659 for empty string (second test-case of bug#9528).
14660 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14661 intermediate nodes to the history (first test-case of bug#9528).
14662
14663 2011-09-18 Juri Linkov <juri@jurta.org>
14664
14665 * info.el (Info-mode-syntax-table): New variable.
14666 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14667
14668 2011-09-18 Juri Linkov <juri@jurta.org>
14669
14670 * info.el (Info-file-supports-index-cookies):
14671 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14672 outputs one more line for long file names (bug#4142).
14673
14674 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14675
14676 * newcomment.el (comment-normalize-vars): If prompting for
14677 comment-start, set comment-start-skip too (Bug#8424).
14678
14679 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14680
14681 * icomplete.el: Fix previous fix of Bug#5849.
14682 (icomplete-mode): Don't set completion-show-inline-help.
14683 (icomplete-minibuffer-setup): Set completion-show-inline-help
14684 locally during icompletion.
14685
14686 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14687
14688 * woman.el (woman2-process-escapes): Don't delete unrecognized
14689 escapes (Bug#7843).
14690
14691 * files.el (inhibit-first-line-modes-regexps): Add image files.
14692 (hack-local-variables-prop-line): Return nil for malformed
14693 prop-lines (Bug#9044).
14694
14695 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14696
14697 * net/tramp.el (top): Don't require 'shell.
14698 (tramp-methods): Fix docstring.
14699 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14700 Return complete remote file name. Handle "smb" case.
14701 Use `tramp-tmpdir', if defined for the respective method.
14702 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14703
14704 * net/tramp-compat.el (top): Require 'shell.
14705
14706 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14707 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14708 `tramp-current-host'.
14709 (tramp-get-remote-tmpdir): Remove.
14710
14711 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14712 `tramp-tmpdir' entries.
14713 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14714 (tramp-smb-handle-file-attributes): Ignore errors.
14715 (tramp-smb-wait-for-output): Check also for process end.
14716
14717 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14718
14719 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14720 when sending QUIT (bug#9312).
14721
14722 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14723
14724 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14725 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14726 occur-mode-display-occurrence.
14727 (occur-edit-mode): Add usage message.
14728 (occur-cease-edit): New command.
14729 (occur-after-change-function): Use text properties to find the
14730 position of the prefix text.
14731 (occur-engine): Set stickiness of prefix text properties.
14732
14733 2011-09-17 Glenn Morris <rgm@gnu.org>
14734
14735 * progmodes/etags.el (complete-tag):
14736 Fix call to completion-in-region. (Bug#9526)
14737
14738 2011-09-17 Juri Linkov <juri@jurta.org>
14739
14740 * textmodes/ispell.el (ispell-word): Add to the error message
14741 the word, ispell program name and current dictionary (bug#9121).
14742 (ispell-tex-arg-end): Capitalize "error" in the error message.
14743
14744 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14745
14746 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14747 check. (Bug#4251)
14748
14749 2011-09-17 Juri Linkov <juri@jurta.org>
14750
14751 * window.el (window-safe-min-height, window-safe-min-width):
14752 Fix typos (followup to bug#9522).
14753
14754 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14755
14756 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14757
14758 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14759
14760 * simple.el (line-move): If goal-column is set, move by logical
14761 lines, not by display lines. (Bug#971)
14762 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14763 to reflect the above change.
14764
14765 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14766
14767 * image.el (imagemagick-register-types): Use regexp-opt.
14768
14769 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14770
14771 * window.el (display-buffer-base-action): Rename from
14772 display-buffer-default-action. Make default value empty.
14773 (display-buffer-overriding-action): Convert to defvar.
14774 (display-buffer-fallback-action): New var.
14775
14776 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14777
14778 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14779 declaration.
14780 (package--add-to-archive-contents): If there is a duplicate entry
14781 with an older version, remove it.
14782 (package-menu-mark-delete, package-menu-mark-install)
14783 (package-menu-mark-unmark): Make unused args optional.
14784 (package-menu-mark-obsolete-for-deletion):
14785 Use package-menu-get-status instead of a regexp search.
14786 (package-menu-get-status): Use tabulated-list-entry.
14787 (package-menu-mark-upgrades): New command.
14788 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14789 (package-menu-execute): Do installation before deletion.
14790 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14791 instead of checking major-mode.
14792 (package-menu--find-upgrades): New function.
14793
14794 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14795
14796 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14797 passwords in the log buffer.
14798 (smtpmail-process-filter): Update the process marker so that the
14799 "broken by peer" status message is inserted in the right place.
14800
14801 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14802
14803 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14804 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14805 bibtex-completion-at-point-function.
14806 (bibtex-completion-at-point-function): Use them.
14807
14808 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14809
14810 * mpc.el (mpc-constraints-tag-lookup): New function.
14811 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14812 also to browser "album|playlist".
14813
14814 2011-09-14 Juri Linkov <juri@jurta.org>
14815
14816 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14817 (isearch-edit-string): Use length of `isearch-string' when
14818 `isearch-fail-pos' returns nil.
14819 (isearch-message): Remove duplicate code and call
14820 `isearch-fail-pos' with arg `t'.
14821
14822 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14823
14824 * replace.el (occur-mode-goto-occurrence): Don't force using other
14825 window (Bug#9499).
14826
14827 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14828
14829 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14830
14831 * window.el (display-buffer-window): Remove.
14832 (display-buffer-record-window): Use help-setup window parameter
14833 instead of variable display-buffer-window.
14834 (display-buffer-function, special-display-buffer-names)
14835 (special-display-function): Mention help-setup parameter instead
14836 of display-buffer-window in doc-string.
14837 * help.el (help-window-setup): New argument help-window.
14838 Use help-window-setup parameter instead of display-buffer-window.
14839 Reword some messages.
14840 (with-help-window): Pass window used for displaying the buffer
14841 to help-window-setup. Don't set display-buffer-window.
14842
14843 2011-09-13 Glenn Morris <rgm@gnu.org>
14844
14845 * emacs-lisp/debug.el (debugger-make-xrefs):
14846 Preserve point. (Bug#9462)
14847
14848 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14849
14850 * window.el (window-deletable-p): Use next-frame.
14851
14852 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14853
14854 * window.el (window-auto-delete): Remove.
14855 (window-deletable-p): Remove argument FORCE. Don't deal with
14856 dedication and previous buffers.
14857 (switch-to-prev-buffer): Don't delete window.
14858 (delete-windows-on): Delete a window's frame if and only if the
14859 window is dedicated.
14860 (replace-buffer-in-windows): Delete buffer's window or frame if
14861 and only if window is dedicated.
14862 (quit-window): Handle quit-restore as before last change.
14863 (bury-buffer): Delete window only if window-deletable-p returns t.
14864
14865 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14866
14867 * window.el (window-deletable-p): Never delete the last frame on a
14868 given terminal.
14869
14870 2011-09-13 Glenn Morris <rgm@gnu.org>
14871
14872 * help.el (describe-key-briefly): Copy previous standard-output change.
14873
14874 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14875
14876 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14877
14878 2011-09-13 Glenn Morris <rgm@gnu.org>
14879
14880 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14881 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14882
14883 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14884
14885 * dired-aux.el (dired-mark-read-string): Don't return default
14886 value on empty input (Bug#9361).
14887 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14888 Omit initial minibuffer contents.
14889 (dired-do-chmod): Signal an error on empty input.
14890 (dired-mark-read-string): Don't return default on empty input.
14891
14892 * files.el (file-modes-symbolic-to-number): Doc fix.
14893
14894 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14895
14896 * international/mule-cmds.el (ucs-completions): Remove.
14897 (read-char-by-name): Use complete-with-action instead; add metadata.
14898
14899 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14900
14901 * window.el (display-buffer--action-function-custom-type)
14902 (display-buffer--action-custom-type): New vars.
14903 (display-buffer-alist, display-buffer-default-action)
14904 (display-buffer-overriding-action): Add defcustom types.
14905
14906 * frame.el (delete-other-frames): Doc fix (Bug#276).
14907
14908 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14909
14910 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14911
14912 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14913
14914 Change modes that used same-window-* vars to use switch-to-buffer.
14915
14916 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14917 Use switch-to-buffer.
14918
14919 * cus-edit.el (customize-group, custom-buffer-create)
14920 (customize-browse, custom-buffer-create-other-window):
14921 Use switch-to-buffer or switch-to-buffer-other-window.
14922
14923 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14924 (Info-prev, Info-up, Info-speedbar-goto-node)
14925 (info-display-manual): Use switch-to-buffer.
14926 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14927
14928 * mail/sendmail.el (mail): Use switch-to-buffer.
14929 (mail-recover): Use switch-to-buffer-other-window.
14930
14931 * cmuscheme.el (run-scheme, switch-to-scheme):
14932 * ielm.el (ielm):
14933 * shell.el (shell):
14934 * net/rlogin.el (rlogin):
14935 * net/telnet.el (telnet, rsh):
14936 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14937
14938 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14939
14940 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14941
14942 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14943
14944 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14945 so don't mention it (bug#9301).
14946 (dired-sort-toggle-or-edit): Clarify string further.
14947
14948 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14949 match `x', `w32' and `ns', like the manual says (bug#9029).
14950
14951 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14952 (process-kill-buffer-query-function): Mention the buffer name in
14953 the query.
14954
14955 * image-mode.el (image-next-line): The line parameter is mandatory
14956 (bug#9258).
14957
14958 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14959 which can be useful (bug#9301).
14960
14961 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14962
14963 * subr.el (match-string): Mention that the current buffer should
14964 be the same as the search was done in (bug#9282).
14965
14966 * facemenu.el: Disable the remove-* commands if the mark isn't
14967 active (bug#9162).
14968
14969 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14970
14971 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14972 of display-buffer.
14973 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14974
14975 * replace.el (occur-mode-goto-occurrence)
14976 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14977 and display-buffer.
14978
14979 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14980 display-buffer.
14981
14982 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14983 special-display and same-window variables.
14984 (mail-other-window): Use switch-to-buffer-other-window.
14985 (mail-other-frame): USe switch-to-buffer-other-frame.
14986
14987 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14988 Use display-buffer-other-frame.
14989 (gdb-display-gdb-buffer): Use pop-to-buffer.
14990
14991 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14992
14993 * progmodes/python.el: Don't set same-window-buffer-names.
14994
14995 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14996
14997 * window.el (display-buffer-alist): Add *Python*.
14998
14999 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
15000
15001 * window.el (display-buffer-alist): Add entry for buffers
15002 previously handled same-window-*.
15003 (display-buffer-alist, display-buffer-default-action)
15004 (display-buffer-overriding-action): Mark as risky.
15005 (display-buffer-alist): Document action function changes.
15006 (display-buffer--same-window-action)
15007 (display-buffer--other-frame-action): New variables.
15008 (switch-to-buffer, display-buffer-other-frame): Use them.
15009 (display-buffer): Rename reuse-frame entry to reusable-frames.
15010 (display-buffer-reuse-selected-window): Function deleted.
15011 (display-buffer-reuse-window): Handle reusable-frames alist entry.
15012 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
15013 (display-buffer-special): New function.
15014 (display-buffer--maybe-pop-up-frame-or-window): Rename from
15015 display-buffer-reuse-or-pop-window. Split off special-display
15016 part into display-buffer-special.
15017 (display-buffer-use-some-window): Don't perform any special
15018 pop-up-frames handling.
15019 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
15020 (display-buffer--maybe-same-window): Rename from
15021 display-buffer-maybe-same-window.
15022
15023 * info.el: Don't set same-window-regexps.
15024 (info-setup): New function.
15025 (info-other-window, info): Call it.
15026
15027 * cus-edit.el: Don't set same-window-regexps.
15028 (customize-group): New argument.
15029 (customize-group-other-window): Use it.
15030 (customize-face, customize-face-other-window): Likewise.
15031 (custom-buffer-create-other-window): Use pop-to-buffer directly.
15032
15033 * net/rlogin.el:
15034 * net/telnet.el:
15035 * progmodes/gud.el: Don't set same-window-regexps.
15036
15037 * cmuscheme.el:
15038 * ielm.el:
15039 * shell.el:
15040 * mail/sendmail.el:
15041 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
15042
15043 2011-09-10 Juri Linkov <juri@jurta.org>
15044
15045 * isearch.el (isearch-edit-string): Remove obsolete mention of
15046 `C-w' (`isearch-yank-word-or-char') from docstring.
15047 (isearch-query-replace): Fix typo in docstring (bug#9466).
15048
15049 2011-09-10 Juri Linkov <juri@jurta.org>
15050
15051 * paren.el (show-paren-function): Don't show escaped parens.
15052 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
15053
15054 2011-09-10 Eli Zaretskii <eliz@gnu.org>
15055
15056 * mail/sendmail.el (mml-to-mime, mml-attach-file)
15057 (mm-default-file-encoding): Remove autoload forms, they are
15058 replaced with autoload cookies in mml.el and mm-encode.el.
15059 (mail-add-attachment): New command.
15060 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
15061 (mail-mode): Mention mail-insert-file and mail-add-attachment in
15062 the doc string.
15063 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
15064
15065 2011-09-10 Reuben Thomas <rrt@sc3d.org>
15066
15067 * simple.el (count-words-region): Use buffer if there's no region
15068 (bug#9429).
15069
15070 2011-09-09 Juri Linkov <juri@jurta.org>
15071
15072 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
15073 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
15074 (wdired-isearch-filter-read-only): New function. (Bug#6362)
15075
15076 2011-09-09 Alan Mackenzie <acm@muc.de>
15077
15078 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
15079 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
15080
15081 2011-09-09 Eli Zaretskii <eliz@gnu.org>
15082
15083 Fix for Savannah bug#9392.
15084 * simple.el (mail-encode-mml): New defvar.
15085
15086 * mail/rmail.el (mail-encode-mml): Add a defvar.
15087 (rmail-enable-mime-composing): Default to t.
15088 (rmail-forward): Use MIME method of forwarding only if both
15089 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
15090 Set mail-encode-mml non-nil if the MIME method was used.
15091
15092 * mail/sendmail.el (mml-to-mime): Add autoload form.
15093 (mail-encode-mml): Add a defvar.
15094 (mail-mode): Make mail-encode-mml buffer-local and initialize it
15095 to nil.
15096 (mail-send): If mail-encode-mml is non-nil, run the outgoing
15097 message through mml-to-mime, and reset mail-encode-mml to nil.
15098
15099 2011-09-09 Glenn Morris <rgm@gnu.org>
15100
15101 * woman.el (woman-if-body): When processing an .el block,
15102 do not delete the next .el block as well. (Bug#9447)
15103 (woman-special-characters): Add oq, cq, and hy characters.
15104
15105 2011-09-08 Martin Rudalics <rudalics@gmx.at>
15106
15107 * window.el (window-deletable-p): Make sure window is live before
15108 invoking window-prev-buffers.
15109
15110 2011-09-08 Leo Liu <sdl.web@gmail.com>
15111
15112 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
15113
15114 2011-09-08 Juri Linkov <juri@jurta.org>
15115
15116 * progmodes/compile.el (compilation-environment): Make it
15117 a defcustom (bug#8340).
15118
15119 2011-09-08 Martin Rudalics <rudalics@gmx.at>
15120
15121 * window.el (frame-auto-delete): Rename to window-auto-delete.
15122 Make it control auto-deletion of windows and/or frames.
15123 (window-deletable-p): New argument FORCE. Rewrite conditions
15124 for deleting window/frame. (Bug#9419)
15125 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
15126 Rewrite handling of case when window/frame can be deleted.
15127 (delete-windows-on): Call window-deletable-p with new FORCE
15128 argument t. (Bug#9456)
15129
15130 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
15131
15132 * help-mode.el (help-mode): Restore autoload.
15133
15134 2011-09-07 Juri Linkov <juri@jurta.org>
15135
15136 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
15137 `compilation-environment'. Set buffer-local
15138 `compilation-environment' to `thisenv' later after (funcall mode).
15139 (Bug#8340)
15140
15141 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
15142 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
15143 instead of replacing its value. (Bug#8340)
15144
15145 2011-09-07 Juri Linkov <juri@jurta.org>
15146
15147 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
15148 based on text properties put by `grep-filter' instead of matching
15149 escape sequences.
15150 (grep-mode): Set buffer-local `compilation-error-screen-columns'
15151 to the value of `grep-error-screen-columns' (bug#9438).
15152
15153 2011-09-07 Juri Linkov <juri@jurta.org>
15154
15155 * simple.el (next-error-highlight, next-error-highlight-no-select):
15156 Doc fix (bug#9432).
15157
15158 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
15159
15160 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15161 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
15162
15163 2011-09-07 Leo Liu <sdl.web@gmail.com>
15164
15165 * net/rcirc.el (rcirc-mode): Conditionally initialize
15166 rcirc-input-ring.
15167
15168 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15169
15170 * emacs-lisp/find-func.el (find-function-C-source): Only set
15171 find-function-C-source-directory after checking that we found a source
15172 file there (bug#9440).
15173
15174 2011-09-06 Alan Mackenzie <acm@muc.de>
15175
15176 * isearch.el (isearch-other-meta-char): Wherever a key list is
15177 unread, "unread" the prefix arg, too. This fixes bug #8901.
15178
15179 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
15180
15181 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
15182
15183 2011-09-05 Juri Linkov <juri@jurta.org>
15184
15185 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
15186
15187 2011-09-05 Juri Linkov <juri@jurta.org>
15188
15189 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
15190 keeping point where processing of grep matches begins, and
15191 continue to delete remaining escape sequences from the same point.
15192 (grep-filter): Make leading zero optional in "0?1;31m" because
15193 git-grep emits "\033[1;31m" escape sequences unlike expected
15194 "\033[01;31m" as GNU Grep does (bug#9408).
15195 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
15196
15197 2011-09-05 Juri Linkov <juri@jurta.org>
15198
15199 * subr.el (y-or-n-p): Capitalize "yes".
15200
15201 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
15202
15203 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
15204 `tramp-cache-unload-hook' where appropriate.
15205 (tramp-methods): Rename `tramp-remote-sh' to
15206 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
15207 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
15208
15209 * net/tramp-sh.el (top): Don't require 'shell.
15210 (tramp-methods): Add `tramp-remote-shell' and
15211 `tramp-remote-shell-args' entries.
15212 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
15213 (tramp-sh-handle-shell-command): Remove.
15214 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15215 Use `tramp-remote-shell'.
15216
15217 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
15218
15219 * mail/sendmail.el (sendmail-query-once-function): Delete.
15220 (sendmail-query-once): Save directly to send-mail-function.
15221 Update message-send-mail-function too.
15222
15223 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
15224
15225 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15226
15227 * progmodes/python.el (python-mode-map): Use correct function to
15228 start python interpreter from menu-bar (as reported by Geert
15229 Kloosterman).
15230 (inferior-python-mode-map): Fix typo.
15231 (python-shell-map): Remove.
15232
15233 2011-09-03 Deniz Dogan <deniz@dogan.se>
15234
15235 * net/rcirc.el (rcirc-print): Simplify code for
15236 rcirc-scroll-show-maximum-output. There is no need to walk
15237 through all windows to find the right one.
15238
15239 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15240
15241 * help.el (help-return-method): Doc fix.
15242
15243 2011-09-03 Martin Rudalics <rudalics@gmx.at>
15244
15245 * window.el (window-deletable-p): Don't return a non-nil value
15246 when there's a buffer that was shown in the window before.
15247 (Bug#9419)
15248 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15249 Set window's previous buffers to nil.
15250
15251 2011-09-03 Eli Zaretskii <eliz@gnu.org>
15252
15253 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
15254 newline before and after the tag line, so it doesn't interfere
15255 with determining the paragraph direction of bidirectional text.
15256
15257 2011-09-03 Leo Liu <sdl.web@gmail.com>
15258
15259 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
15260
15261 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15262
15263 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
15264 (pop-to-buffer): Change interactive spec. Pass second argument
15265 directly to display-buffer.
15266 (display-buffer): Fix interactive spec. Use functionp to
15267 distinguish between a function and a list of functions.
15268
15269 * abbrev.el (edit-abbrevs):
15270 * arc-mode.el (archive-extract):
15271 * autoinsert.el (auto-insert):
15272 * bookmark.el (bookmark-bmenu-list):
15273 * files.el (find-file):
15274 * view.el (view-buffer):
15275 * progmodes/compile.el (compilation-goto-locus):
15276 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15277
15278 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15279
15280 * window.el (display-buffer-alist): Doc fix.
15281 (display-buffer): Add docstring. Don't treat
15282 display-buffer-default specially.
15283 (display-buffer-reuse-selected-window)
15284 (display-buffer-same-window, display-buffer-maybe-same-window)
15285 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15286 (display-buffer-pop-up-window)
15287 (display-buffer-reuse-or-pop-window)
15288 (display-buffer-use-some-window): New functions.
15289 (display-buffer-default-action): Use them.
15290 (display-buffer-default): Delete.
15291 (pop-to-buffer-1): Fix choice of actions.
15292
15293 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * minibuffer.el (completion--insert-strings): Don't get confused by
15296 completion entries that end with an LF char.
15297
15298 2011-09-01 Eli Zaretskii <eliz@gnu.org>
15299
15300 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15301
15302 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
15303
15304 * window.el (display-buffer): Restore interactive spec.
15305 (display-buffer-same-window, display-buffer-other-window):
15306 New functions.
15307 (pop-to-buffer-1): New function. Use the above.
15308 (pop-to-buffer, pop-to-buffer-same-window): Use it.
15309 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
15310
15311 * view.el (view-buffer-other-window, view-buffer-other-frame):
15312 Just use pop-to-buffer.
15313
15314 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15315
15316 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
15317
15318 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
15319
15320 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
15321
15322 2011-08-31 Richard Stallman <rms@gnu.org>
15323
15324 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15325 of the separation of rmail-view-buffer from rmail-buffer.
15326 If you say no to "replace original", the decrypt is in the
15327 view buffer. If you say yes, the decrypt goes into the
15328 rmail buffer also.
15329
15330 2011-08-31 Martin Rudalics <rudalics@gmx.at>
15331
15332 * window.el (display-buffer-window): Rewrite doc-string.
15333 (display-buffer-record-window): New function.
15334 (display-buffer-macro-specifiers)
15335 (display-buffer-even-window-sizes, display-buffer-set-height)
15336 (display-buffer-set-width, display-buffer-in-window)
15337 (display-buffer-reuse-window, display-buffer-split-specifiers)
15338 (display-buffer-side-specifiers, display-buffer-split-window-1)
15339 (display-buffer-split-window, display-buffer-split-atom-window)
15340 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15341 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15342 (display-buffer-other-window-means-other-frame)
15343 (display-buffer-normalize-special)
15344 (display-buffer-normalize-default)
15345 (display-buffer-normalize-argument)
15346 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15347 (display-buffer-normalize-specifiers, display-buffer-frame)
15348 (display-buffer-same-window, display-buffer-same-frame)
15349 (display-buffer-other-window)
15350 (display-buffer-same-frame-other-window)
15351 (display-buffer-other-frame, pop-to-buffer-same-window)
15352 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15353 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15354 (switch-to-buffer-same-frame)
15355 (switch-to-buffer-other-window-same-frame)
15356 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15357 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15358 (display-buffer-alist-set): Remove.
15359 (display-buffer-function, special-display-buffer-names)
15360 (special-display-regexps, special-display-function):
15361 In doc-string refer to display-buffer-window and quit-restore
15362 parameter.
15363 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15364 (special-display-frame-alist, special-display-popup-frame)
15365 (same-window-buffer-names, same-window-regexps, same-window-p)
15366 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15367 (split-window-preferred-function, split-height-threshold)
15368 (split-width-threshold, window-splittable-p)
15369 (split-window-sensibly, window--try-to-split-window)
15370 (window--frame-usable-p, even-window-heights)
15371 (window--even-window-heights, window--display-buffer-1)
15372 (window--display-buffer-2, display-buffer-other-frame):
15373 Restore old Emacs 23 code, order and doc-strings where applicable.
15374 (display-buffer-default, display-buffer-assq-regexp): New functions.
15375 (display-buffer-alist): Rewrite doc-string.
15376 (display-buffer-default-action)
15377 (display-buffer-overriding-action): New variables.
15378 (display-buffer, switch-to-buffer): Rewrite.
15379 (pop-to-buffer): Restore Emacs 23 behavior but use
15380 window-normalize-buffer-to-display.
15381 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15382 Restore Emacs 23 behavior but use
15383 window-normalize-buffer-to-switch-to.
15384 (pop-to-buffer-same-window): Rewrite.
15385 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15386 Rewrite using Emacs 23 options.
15387
15388 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
15389
15390 * net/tramp.el (tramp-root-regexp): Remove.
15391 (tramp-completion-file-name-regexp-unified)
15392 (tramp-completion-file-name-regexp-separate)
15393 (tramp-completion-file-name-regexp-url): Don't use leading volume
15394 letter on w32 systems. (Bug#5303, Bug#9311)
15395 (tramp-drop-volume-letter): Simplify definition.
15396 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15397
15398 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15399
15400 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15401 (bug#9356).
15402
15403 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15404
15405 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15406
15407 2011-08-29 Juri Linkov <juri@jurta.org>
15408
15409 * isearch.el (isearch-done): Don't display message "Mark saved"
15410 when arg `edit' is non-nil to prevent its flicker in the echo area.
15411
15412 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15413
15414 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15415 obsolete packages for deletion.
15416
15417 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15418
15419 * help-mode.el (help-mode-map): Add special-mode-map to parent.
15420 (help-mode): Derive help-mode from special-mode. Don't invoke
15421 view-mode from help-mode.
15422 (help-xref-override-view-map): Remove.
15423 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15424 view-mode is not used anymore.
15425
15426 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15427
15428 * server.el (server-port): Doc fix.
15429
15430 * cus-theme.el (custom-theme-choose-mode): Inherit from
15431 special-mode (Bug#9124).
15432 (custom-theme-choose-mode-map): Add special-mode to parent.
15433
15434 2011-08-28 Alan Mackenzie <acm@muc.de>
15435
15436 * progmodes/cc-fonts.el
15437 (c-make-font-lock-BO-decl-search-function): New function.
15438 (c-basic-matchers-after - "Fontify the clauses after various
15439 keywords"): Extract the three keyword lists for the 3 erroneous
15440 constructs from the list of four, and use the new function above
15441 in place of an old one.
15442
15443 2011-08-28 Deniz Dogan <deniz@dogan.se>
15444
15445 * net/rcirc.el (rcirc-insert-prev-input)
15446 (rcirc-insert-next-input): Remove unused argument.
15447
15448 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15449
15450 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15451
15452 2011-08-27 Alan Mackenzie <acm@muc.de>
15453
15454 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15455 handle function pointer parameters properly.
15456
15457 2011-08-27 Martin Rudalics <rudalics@gmx.at>
15458
15459 * window.el (display-buffer-reuse-window): Fix case where
15460 selected window was reused with non-nil OTHER-WINDOW argument.
15461 (Bug#9381)
15462
15463 2011-08-27 Deniz Dogan <deniz@dogan.se>
15464
15465 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15466 oftc's NickServ messages.
15467
15468 2011-08-27 Glenn Morris <rgm@gnu.org>
15469
15470 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15471
15472 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15473
15474 * emacs-lisp/package.el (package-install): Call package-initialize
15475 if called interactively.
15476
15477 2011-08-26 Leo Liu <sdl.web@gmail.com>
15478
15479 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15480
15481 2011-08-25 Juri Linkov <juri@jurta.org>
15482
15483 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15484 `search-whitespace-regexp' (bug#9364).
15485
15486 2011-08-25 Juri Linkov <juri@jurta.org>
15487
15488 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15489 `regexp-search-ring' to their global values to protect from
15490 updating by `read-from-minibuffer' (bug#9185).
15491
15492 2011-08-25 Juri Linkov <juri@jurta.org>
15493
15494 * textmodes/ispell.el (ispell-command-loop): Add newline
15495 at the end of the "Use option `i'..." line.
15496
15497 2011-08-25 Juri Linkov <juri@jurta.org>
15498
15499 * battery.el (display-battery-mode): If `battery-status-function'
15500 or `battery-mode-line-format' is nil, display the message and set
15501 `display-battery-mode' to nil (bug#9363).
15502
15503 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15504
15505 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15506 bidi-string-mark-left-to-right; they are unnecessary now.
15507
15508 2011-08-25 Deniz Dogan <deniz@dogan.se>
15509
15510 * net/quickurl.el: Documentation typo fixes.
15511
15512 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15513
15514 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15515
15516 2011-08-25 Glenn Morris <rgm@gnu.org>
15517
15518 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15519
15520 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15521 (smtpmail-via-smtp): Handle nil response from smtp.
15522
15523 2011-08-24 Juri Linkov <juri@jurta.org>
15524
15525 * proced.el (proced-marked): Inherit from `error' instead of
15526 `font-lock-warning-face'.
15527
15528 * ibuffer.el (ibuffer-marked-face): Change default face from
15529 `font-lock-warning-face' to `warning'.
15530 (ibuffer-deletion-face): Change default face from
15531 `font-lock-type-face' to `error'.
15532
15533 * battery.el (battery-update): Use the face `error' instead of
15534 `font-lock-warning-face' (bug#6117).
15535
15536 2011-08-24 Juri Linkov <juri@jurta.org>
15537
15538 * faces.el (success): Change face color from "Green3" to
15539 "ForestGreen" on light background (bug#9353).
15540
15541 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15542
15543 * window.el (quit-window): Rename from quit-restore-window.
15544 Use same arglist as old quit-window.
15545 (frame-auto-delete): Doc fix.
15546
15547 * view.el (view-mode-exit): Use quit-window.
15548
15549 2011-08-24 Juri Linkov <juri@jurta.org>
15550
15551 * isearch.el (isearch-ring-adjust1): Start visiting previous
15552 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15553 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15554 for empty search string (when the last search string is reused
15555 automatically) to adjust the isearch ring to the last element and
15556 prepare the correct index for further M-p commands (bug#9185).
15557
15558 2011-08-24 Kenichi Handa <handa@m17n.org>
15559
15560 * international/ucs-normalize.el: If decomposition property of
15561 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15562 nil.
15563 (nfd, nfkd): Likewise.
15564
15565 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15566
15567 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15568 from process filters aren't reliably transmitted to the surrounding
15569 accept-process-output.
15570 (mpc-proc-check): New function.
15571 (mpc-proc-sync): Use it (bug#8293)
15572
15573 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15574
15575 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15576 Add compatibility functions (bug#9313).
15577
15578 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15579
15580 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15581
15582 * international/uni-bidi.el: Regenerate.
15583
15584 2011-08-23 Kenichi Handa <handa@m17n.org>
15585
15586 * international/charprop.el:
15587 * international/uni-bidi.el:
15588 * international/uni-category.el:
15589 * international/uni-combining.el:
15590 * international/uni-comment.el:
15591 * international/uni-decimal.el:
15592 * international/uni-decomposition.el:
15593 * international/uni-digit.el:
15594 * international/uni-lowercase.el:
15595 * international/uni-mirrored.el:
15596 * international/uni-name.el:
15597 * international/uni-numeric.el:
15598 * international/uni-old-name.el:
15599 * international/uni-titlecase.el:
15600 * international/uni-uppercase.el: Regenerate.
15601
15602 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15603
15604 * help.el (help-window-setup): Fix message displayed when other
15605 window is reused. (Bug#9341)
15606
15607 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15608
15609 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15610 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15611
15612 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15613 Mark obsolete.
15614 * shell.el (shell-parse-pcomplete-arguments): New function.
15615 (shell-completion-vars): Use it instead (bug#9160).
15616
15617 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15620 strings and comments (bug#9333).
15621
15622 * emacs-lisp/debug.el (debug-arglist): New function.
15623 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15624 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15625
15626 2011-08-22 Juri Linkov <juri@jurta.org>
15627
15628 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15629 Revert regexp that highlights output switches to its old
15630 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15631
15632 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15633 to check for empty output (bug#9226).
15634
15635 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15636
15637 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15638 symbol-constituent as the default, as that stops font-lock from
15639 working properly (Bug#8843).
15640
15641 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15642
15643 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15644 `coding-system-for-*' around the process open call to avoid
15645 auth-source side effects.
15646 (smtpmail-try-auth-methods): Expand the secret password.
15647 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15648 probe hangs.
15649
15650 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15651
15652 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15653
15654 * emacs-lisp/find-func.el (find-function-noselect): New arg
15655 lisp-only.
15656
15657 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15658 signal an error for built-in functions (Bug#6664).
15659
15660 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15661
15662 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15663 (smtpmail-try-auth-methods): Use it.
15664
15665 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15666
15667 * font-lock.el (font-lock-fontify-region)
15668 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15669 (font-lock-default-unfontify-buffer)
15670 (font-lock-default-fontify-region)
15671 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15672
15673 * progmodes/compile.el (compilation-error-properties):
15674 Fix confusion between file struct and message struct (Bug#9319).
15675 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15676 `ant' regexp.
15677
15678 * net/browse-url.el (browse-url-firefox): Don't call
15679 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15680
15681 2011-08-20 Glenn Morris <rgm@gnu.org>
15682
15683 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15684
15685 * tutorial.el (tutorial--default-keys): Update some default bindings.
15686
15687 * files.el (hack-local-variables): Fully ignore case for "mode:".
15688
15689 2011-08-20 Alan Mackenzie <acm@muc.de>
15690
15691 Resolve invalid use of a regexp in regexp-opt.
15692
15693 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15694 detection for a java annotation.
15695
15696 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15697 detection for a java annotation.
15698
15699 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15700 handling for java.
15701 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15702
15703 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15704
15705 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15706 (Bug#9274).
15707
15708 2011-08-20 Alan Mackenzie <acm@muc.de>
15709
15710 Fontify CPP expressions correctly when starting in the middle of
15711 such a construct. Mainly for when jit-lock etc. starts a chunk
15712 here.
15713
15714 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15715 variable.
15716 (c-make-font-lock-search-form): New function, extracted from
15717 c-make-font-lock-search-function.
15718 (c-make-font-lock-search-function): Use the above function.
15719 (c-make-font-lock-context-search-function): New function.
15720 (c-cpp-matchers): Enhance the preprocessor expression case with
15721 the above function
15722 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15723 which takes an expression.
15724
15725 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15726
15727 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15728
15729 * window.el (display-buffer-reuse-window)
15730 (display-buffer-pop-up-window): Don't reuse or split a side
15731 window.
15732
15733 2011-08-19 Glenn Morris <rgm@gnu.org>
15734
15735 * files.el (hack-local-variables-prop-line, hack-local-variables):
15736 Downcase "Mode:". (Bug#9331)
15737
15738 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15739
15740 * international/characters.el: Add L and R categories.
15741
15742 * subr.el (bidi-string-mark-left-to-right): Rename from
15743 string-mark-left-to-right. Use category search.
15744
15745 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15746
15747 2011-08-18 Juri Linkov <juri@jurta.org>
15748
15749 * faces.el (error, warning, success): New faces with definitions
15750 copied from old default values of `font-lock-warning-face',
15751 `compilation-warning', `compilation-info' (bug#6117).
15752
15753 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15754
15755 * progmodes/compile.el (compilation-error): Inherit from `error'.
15756 (compilation-warning): Inherit from `warning'.
15757 (compilation-info): Inherit from `success'.
15758
15759 * dired.el (dired-marked): Inherit from `warning'.
15760 (dired-flagged): Inherit from `error'.
15761
15762 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15763
15764 * mail/smtpmail.el (auth-source): Require to avoid problems with
15765 binding variables (bug#9298). Also clean up some unused
15766 autoloads.
15767
15768 * net/network-stream.el (network-stream-open-starttls):
15769 Support using starttls.el without using gnutls-cli.
15770
15771 2011-08-17 Juri Linkov <juri@jurta.org>
15772
15773 * progmodes/grep.el (rgrep): Handle the case when
15774 `grep-find-command' is a cons cell (bug#9278).
15775
15776 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15777
15778 * window.el (display-buffer-pop-up-frame): Run frame creation
15779 function with BUFFER current (as special-display-popup-frame
15780 does). Reported by Drew Adams.
15781
15782 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15783
15784 * epa-mail.el: Simplify GnuPG group expansion using
15785 epg-expand-group.
15786 (epa-mail-group-alist, epa-mail-group-modtime)
15787 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15788 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15789 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15790 Remove.
15791
15792 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15793
15794 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15795
15796 2011-08-16 Alan Mackenzie <acm@muc.de>
15797
15798 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15799 Correct, to avoid the inside of macros.
15800
15801 2011-08-16 Richard Stallman <rms@gnu.org>
15802
15803 * epa-mail.el: Handle GnuPG group definitions.
15804 (epa-mail-group-alist, epa-mail-group-modtime)
15805 (epa-mail-gnupg-conf-file): New variables.
15806 (epa-mail-parse-groups, epa-mail-sync-groups)
15807 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15808 (epa-mail-expand-recipients): New functions.
15809 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15810
15811 * mail/rmail.el (rmail-epa-decrypt): New command.
15812
15813 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15814 Don't bind buffer-read-only, just inhibit-read-only.
15815 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15816 (epa-decrypt-armor-in-region): Make error message clearer.
15817
15818 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15819
15820 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15821 and "a2b" to "ab" for `prefix'.
15822
15823 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15824
15825 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15826 filter groups.
15827 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15828 Fourquet (Bug#8804).
15829
15830 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15831
15832 * startup.el (argi): Declare as global variable (bug#9275).
15833
15834 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15835
15836 * subr.el (string-mark-left-to-right): Search the entire string
15837 for RTL script, not just the terminating character. Doc fix.
15838
15839 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15840
15841 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15842 New function.
15843 (js--regexp-literal, js-syntax-propertize-function): Remove.
15844 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15845 (js-mode-map): Don't rebind electric keys.
15846 (js-insert-and-indent): Remove.
15847 (js-mode): Setup electric-layout and electric-indent instead.
15848
15849 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15850
15851 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15852
15853 * epa.el (epa-progress-callback-function): Fix the logic of
15854 displaying progress.
15855 * epa-file.el (epa-file-insert-file-contents): Make progress
15856 display more user-friendly.
15857 (epa-file-write-region): Ditto.
15858
15859 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15860
15861 * subr.el (string-mark-left-to-right): New function.
15862
15863 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15864 Use string-mark-left-to-right.
15865 (list-buffers-noselect): Caller changed.
15866
15867 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15868 Use string-mark-left-to-right.
15869 (tabulated-list-print): Recenter after moving point.
15870
15871 2011-08-10 Juri Linkov <juri@jurta.org>
15872
15873 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15874 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15875 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15876
15877 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15878
15879 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15880 (Bug#7554).
15881
15882 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15883
15884 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15885 character. (Bug#6594)
15886
15887 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15888
15889 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15890 (image-dired--with-db-file): New macro.
15891 (image-dired-write-tags, image-dired-remove-tag)
15892 (image-dired-create-gallery-lists, image-dired-write-comments)
15893 (image-dired-get-comment, image-dired-mark-tagged-files)
15894 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15895 (image-dired-gallery-generate): Use insert-file-contents.
15896
15897 * time.el (display-time-world-list, display-time-world-display):
15898 * time-stamp.el (time-stamp-string):
15899 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15900 set-time-zone-rule (Bug#7337).
15901
15902 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15903
15904 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15905 (epg-error-to-string, epg-errors-to-string): New function.
15906 (epg-wait-for-completion): Reverse errors list.
15907 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15908 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15909 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15910 (epg-sign-keys, epg-generate-key-from-file)
15911 (epg-generate-key-from-string): Format errors by using
15912 epg-errors-to-string (bug#9255).
15913 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15914
15915 2011-08-07 Juri Linkov <juri@jurta.org>
15916
15917 * faces.el (list-faces-display): Remove extra angle bracket
15918 from `help-mode-map'.
15919
15920 * info.el (Info-history-toc-nodes): Doc fix.
15921
15922 * longlines.el (longlines-mode): Doc fix.
15923
15924 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15925
15926 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15927 of statements and in a few more cases (bug#9183).
15928
15929 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15930 New functions.
15931 (cl-transform-lambda): Use them (bug#9239).
15932
15933 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15934
15935 * window.el (display-buffer-same-window)
15936 (display-buffer-same-frame, display-buffer-other-window)
15937 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15938 (pop-to-buffer-other-window)
15939 (pop-to-buffer-same-frame-other-window)
15940 (pop-to-buffer-other-frame): Make them defuns.
15941 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15942
15943 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15944
15945 * subr.el (make-composed-keymap): Move from C. Change calling
15946 convention, and improve docstring to bring attention to a subtle point.
15947 * minibuffer.el (completing-read-default): Adjust accordingly.
15948
15949 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15950
15951 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15952 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15953
15954 * net/trampver.el: Update release number.
15955
15956 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15957
15958 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15959 "in" (bug#9190).
15960
15961 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15962
15963 * mail/sendmail.el (sendmail-query-once): Restore the current
15964 buffer after querying (bug#9074).
15965
15966 * dired.el (dired-flagged): Use different faces for marked and
15967 flagged files (bug#6117).
15968
15969 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15970 (bug#4433).
15971
15972 * ido.el (ido-mode): Switch off the message if called
15973 non-interactively.
15974
15975 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15976 before 587, since it appears that that's more likely to work for
15977 more people.
15978
15979 * cus-edit.el (custom-file): When running under emacs -q, always
15980 refuse to save the customizations, even if the .emacs file doesn't
15981 exist.
15982
15983 * info.el: Remove the `Info-beginning-of-buffer' function
15984 (bug#8325).
15985
15986 * net/network-stream.el (network-stream-open-starttls):
15987 Use `starttls-available-p' to see whether starttls.el can be used.
15988
15989 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15990
15991 * window.el (display-buffer-in-window): Don't set dedicated status
15992 of window here (Bug#9215).
15993 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15994 (display-buffer-pop-up-side-window)
15995 (display-buffer-in-side-window): Set dedicated status of window here.
15996
15997 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15998
15999 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
16000 before binding generated-autoload-file.
16001
16002 2011-08-01 Deniz Dogan <deniz@dogan.se>
16003
16004 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
16005
16006 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
16007
16008 Sync with Tramp 2.2.2.
16009
16010 * net/trampver.el: Update release number.
16011
16012 2011-07-30 Juri Linkov <juri@jurta.org>
16013
16014 * dired-aux.el (dired-touch-initial): Remove function.
16015 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
16016 current time, and `default' to the last modification time of the
16017 current marked file (bug#6887).
16018
16019 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
16020
16021 * simple.el (goto-line): Use string-to-number to provide a
16022 numeric argument to read-number (bug#9163).
16023
16024 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
16025
16026 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
16027 connection process, it could be nil.
16028
16029 2011-07-27 Leo Liu <sdl.web@gmail.com>
16030
16031 Simplify url handling in rcirc-mode.
16032
16033 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
16034 (rcirc-browse-url-at-mouse): Remove.
16035 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
16036
16037 2011-07-26 Alan Mackenzie <acm@muc.de>
16038
16039 Fontify bitfield declarations properly.
16040
16041 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
16042 (c-symbol-chars): Now exported as a lang variable.
16043 (c-not-primitive-type-keywords): New lang variable.
16044
16045 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
16046 QT keyword "more" to prevent "more slots: ...." being spuriously
16047 parsed as a bitfield declaration.
16048
16049 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16050 Refactor and enhance to handle bitfield declarations.
16051 (c-punctuation-in): New function.
16052 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
16053 declarations properly.
16054
16055 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
16056
16057 * calendar/icalendar.el (icalendar--all-events): Take care of
16058 multiple vcalendars in a single file.
16059 (icalendar--convert-float-to-ical): Checkdoc fixes.
16060
16061 2011-07-25 Deniz Dogan <deniz@dogan.se>
16062
16063 * image.el (insert-image): Clarifying docstring.
16064
16065 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
16066
16067 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
16068 `tramp-send-command-and-check' if there is no error.
16069 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
16070
16071 2011-07-22 Alan Mackenzie <acm@muc.de>
16072
16073 Prevent cc-langs.elc being loaded at run time.
16074
16075 * progmodes/cc-mode.el: Remove two autoload forms which loaded
16076 cc-langs.
16077
16078 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
16079 "(require 'cc-langs)". Quote a form so it will evaluate at
16080 (cc-mode's) compilation time.
16081
16082 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
16083
16084 * net/tramp.el (tramp-file-name-handler): Avoid recursive
16085 loading. (Bug#9114)
16086
16087 2011-07-21 Martin Rudalics <rudalics@gmx.at>
16088
16089 * window.el (display-buffer-pop-up-window)
16090 (display-buffer-pop-up-side-window)
16091 (display-buffer-in-side-window): Call display-buffer-set-height
16092 and display-buffer-set-width after setting the new window's
16093 buffer so `fit-window-to-buffer' and friends work on the right buffer.
16094
16095 2011-07-20 Sam Steingold <sds@gnu.org>
16096
16097 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
16098 (etags-tags-included-tables): Call `convert-standard-filename' on
16099 the file names contained in TAGS so that windows Emacs can handle
16100 TAGS files created by cygwin ctags.
16101
16102 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16103
16104 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
16105 which apparently didn't work.
16106
16107 2011-07-19 Roland Winkler <winkler@gnu.org>
16108
16109 * proced.el (proced-send-signal): For *Marked Processes* buffer
16110 put point at beginning of buffer.
16111
16112 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
16113
16114 * proced.el (proced-format): Make header lines align with the text
16115 (bug#1779).
16116
16117 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16118
16119 * view.el (view-buffer): Allow running in `special' modes if we're
16120 visiting a file (bug#8615).
16121
16122 2011-07-19 Martin Rudalics <rudalics@gmx.at>
16123
16124 * window.el (display-buffer-alist-of-strings-p)
16125 (display-buffer-alist-set-1, display-buffer-alist-set-2):
16126 New functions.
16127 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
16128 more accurately.
16129
16130 2011-07-18 Alan Mackenzie <acm@muc.de>
16131
16132 Fontify declarators properly when, e.g., a jit-lock chunk begins
16133 inside a declaration.
16134
16135 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
16136
16137 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16138 New function.
16139 (c-complex-decl-matchers): Insert reference to
16140 c-font-lock-enclosing-decls.
16141
16142 * progmodes/cc-engine.el (c-backward-single-comment):
16143 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
16144 to nil around calls to (forward-comment -1).
16145
16146 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16147
16148 * image.el (put-image): Doc typo fix.
16149
16150 * progmodes/etags.el (tags-search): Doc typo fix.
16151
16152 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
16153 password if we get errors 550 to 554.
16154
16155 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16156
16157 * net/gnutls.el (gnutls-log-level): Remove.
16158
16159 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
16160 indentation character (bug#6380).
16161
16162 * files.el (buffer-offer-save): Made permanently local (bug#6241).
16163
16164 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
16165 to clarify what the problem is (bug#4291).
16166
16167 * simple.el (current-kill): Clarify what
16168 `interprogram-paste-function' does (bug#7500).
16169 (auto-fill-mode): Document `auto-fill-function' in relation to
16170 `auto-fill-mode' (bug#2470).
16171
16172 2011-07-16 Lawrence Mitchell <wence@gmx.li>
16173
16174 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
16175 method if slot is read-only (bug#9035).
16176
16177 2011-07-16 Martin Rudalics <rudalics@gmx.at>
16178
16179 * frame.el (select-frame-set-input-focus): New argument NORECORD.
16180 * window.el (pop-to-buffer): Select window used even if it was
16181 selected before, see discussion of (Bug#8615), (Bug#6954).
16182 Pass argument NORECORD on to select-frame-set-input-focus.
16183
16184 2011-07-15 Glenn Morris <rgm@gnu.org>
16185
16186 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
16187 Respect help-form.
16188
16189 2011-07-09 Lawrence Mitchell <wence@gmx.li>
16190
16191 * net/gnutls.el (gnutls-min-prime-bits): New variable.
16192 (gnutls-negotiate): Use it.
16193
16194 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16195
16196 * net/gnutls.el (gnutls-negotiate):
16197 Upcase `gnutls-algorithm-priority'.
16198
16199 2011-07-15 Glenn Morris <rgm@gnu.org>
16200
16201 * jka-compr.el (jka-compr-verbose): Move from here...
16202 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
16203 Add missing :version tag.
16204 * info.el: No need to require jka-compr when compiling.
16205
16206 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16207
16208 * net/gnutls.el (gnutls-algorithm-priority): New variable.
16209 (gnutls-negotiate): Use it.
16210
16211 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
16212
16213 * info.el (Info-beginning-of-buffer): New command.
16214 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
16215 announcing `b' as the key (bug#8325).
16216 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
16217
16218 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
16219
16220 * international/mule-cmds.el
16221 (describe-specified-language-support): Make the error message
16222 clearer (bug#8905).
16223
16224 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
16225
16226 * isearch.el (isearch-barrier): Add a doc string, since it's
16227 mentioned in a function doc string (bug#8678).
16228
16229 2011-07-15 Martin Rudalics <rudalics@gmx.at>
16230
16231 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
16232 buffer argument (Bug#9083) and self-identifying label argument.
16233
16234 2011-07-15 Glenn Morris <rgm@gnu.org>
16235
16236 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
16237
16238 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16239
16240 * man.el (Man-fontify-manpage): Fix message when formatting the
16241 man page (bug#7929).
16242
16243 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16244
16245 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
16246 argument LRM; if non-nil, append an invisible LRM character to the
16247 buffer name.
16248 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
16249 last argument non-nil, when formatting buffer names.
16250 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
16251 paragraph direction.
16252
16253 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16254
16255 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
16256 the man page name (bug#7929).
16257
16258 * image.el (put-image): Mention the `put-image' overlay property
16259 (bug#7834).
16260
16261 * scroll-bar.el (set-scroll-bar-mode): Mention that
16262 `scroll-bar-mode' lists the values (bug#7772).
16263
16264 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
16265 command (bug#7729).
16266
16267 * rect.el (apply-on-rectangle): Return the point after the last
16268 operation.
16269 (string-rectangle): Go to the point after the last operation
16270 (bug#7522).
16271
16272 * printing.el (pr-toggle-region): Clarify the documentation
16273 slightly (bug#7493).
16274
16275 * time.el (display-time-update):
16276 Allow `display-time-mail-function' to return nil (bug#7158).
16277 Fix suggested by Detlev Zundel.
16278
16279 * vc/diff.el (diff): Clarify the order the file names are read
16280 (bug#7111).
16281
16282 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16283 the doc string (bug#7015).
16284
16285 * font-lock.el (font-lock-maximum-decoration): Mention what
16286 numeric levels mean (bug#6935).
16287
16288 * startup.el (initial-buffer-choice): Don't mention the `none'
16289 selection, which is against policy.
16290
16291 2011-07-14 Martin Rudalics <rudalics@gmx.at>
16292
16293 * window.el (display-buffer-normalize-special):
16294 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
16295
16296 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16297
16298 * subr.el (version<, version<=, version=): Mention "-CVS" and
16299 "-12345" alpha version numbers.
16300
16301 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16302
16303 * bindings.el: Add advertised binding for set-mark-command
16304 (Bug#5772).
16305
16306 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16307
16308 * bindings.el (mode-line-other-buffer):
16309 * bookmark.el (bookmark-bmenu-2-window):
16310 * bs.el (bs-cycle-next, bs-cycle-previous):
16311 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16312 switch-to-buffer.
16313
16314 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16315 Delete.
16316
16317 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
16318
16319 * follow.el (follow-debug-message, follow-redisplay):
16320 * jka-cmpr-hook.el (with-auto-compression-mode):
16321 Fix typos in docstrings.
16322
16323 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16324
16325 * subr.el (with-silent-modifications): Clarify somewhat what the
16326 macro inhibits (bug#6525).
16327
16328 * simple.el (eval-expression): Note what it does if called
16329 interactively (bug#6495).
16330
16331 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16332
16333 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16334 Use pop-to-buffer buffer-or-name if it is nil.
16335
16336 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16337 Remove switch-to-buffer.
16338
16339 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16340
16341 * files.el (make-directory): Clarify that an error will be raised
16342 if there's an error (bug#6397).
16343
16344 * startup.el (initial-buffer-choice): Add `none' as a choice
16345 (bug#6234).
16346
16347 * subr.el (add-hook): Clarify section about buffer-local hooks
16348 (bug#6218).
16349
16350 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16351
16352 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16353
16354 * tabify.el (untabify): Preserve the current column so that point
16355 doesn't move (bug#6032).
16356
16357 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16358
16359 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16360 Rewrite to avoid awkward possessive "s" (bug#5986).
16361
16362 2011-07-13 Glenn Morris <rgm@gnu.org>
16363
16364 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16365 (dired-insert-directory): Give a message the first time
16366 if ls is found not to support --dired.
16367
16368 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16369
16370 * simple.el (toggle-truncate-lines): Clarify what is toggled
16371 (bug#5580). Text by Drew Adams.
16372
16373 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16374
16375 * simple.el (blink-matching-open): Make the error message from the
16376 last change less verbose.
16377
16378 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16379
16380 * font-lock.el (font-lock-comment-face): Use the high contrast
16381 "yellow" color for font-lock-comment-face on low color terminals
16382 using a dark background color (bug#4221).
16383
16384 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16385
16386 * dired.el (dired-insert-set-properties): Make the doc string
16387 reflect what it does now (bug#5325).
16388
16389 * simple.el (blink-matching-open): Say that we were unable to find
16390 the match within the limit, if we're limited (bug#5122).
16391
16392 * international/mule-cmds.el (prefer-coding-system): Add an
16393 example (bug#4869).
16394
16395 * progmodes/etags.el (tags-search): Document `file-list-form'
16396 (bug#4731).
16397
16398 2011-07-13 Lawrence Mitchell <wence@gmx.li>
16399
16400 * net/browse-url.el (browse-url-default-browser)
16401 (browse-url-browser-function): Make the default browser choice a
16402 bit more logical (bug#4300). Also clean up the doc string.
16403
16404 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16405
16406 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16407 binary endings (bug#4440).
16408
16409 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16410
16411 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16412 which can be pretty annoying (bug#8971).
16413
16414 * jka-compr.el (jka-compr-verbose): New variable, and use
16415 throughout (bug#8971).
16416
16417 * info.el (Info-find-file): Fall back on the installation
16418 directory if we can't find the info node anywhere else.
16419
16420 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16421
16422 * vc/vc.el (vc-revert-file):
16423 Don't set file time-stamp in the past. (Bug#5181)
16424
16425 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16426
16427 * files.el (after-find-file): Give a better error message when
16428 trying to find a symlink that points to a file that doesn't exist
16429 (bug#4398).
16430
16431 * progmodes/cc-vars.el: Remove (probably) misleading comment
16432 (bug#4396).
16433
16434 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16435
16436 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16437
16438 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16439
16440 * mouse-sel.el: Hack restoring functionality, while keeping
16441 compatibility with 2010-07-03 changes to mouse selection.
16442 (mouse-sel-primary-overlay): New var.
16443 (mouse-sel-selection-alist): Use it.
16444 (mouse-sel-mode): Doc fix; remove points that are default features
16445 of mouse.el.
16446
16447 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16448
16449 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16450 Fix previous fix (bug#2490).
16451
16452 2011-07-12 Roland Winkler <winkler@gnu.org>
16453
16454 * textmodes/bibtex.el (bibtex-initialize):
16455 Use pop-to-buffer-same-window.
16456 (bibtex-search-entries): Fix interactive call.
16457
16458 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16459
16460 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16461 Fontise bytecomp Error lines more correctly (bug#2490).
16462 Fix suggested by Johan Bockgård.
16463
16464 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16465
16466 * dired-x.el (dired-guess-default): Use `delete-dups'.
16467
16468 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16469
16470 * dired.el (dired-mark-prompt):
16471 * dired-aux.el (dired-read-shell-command): Doc fix.
16472
16473 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16474
16475 * mail/sendmail.el (sendmail-query-once):
16476 Use `customize-save-variable' unconditionally, now that it works under
16477 emacs -Q.
16478
16479 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16480
16481 * cus-edit.el (custom-file): Take an optional no-error variable.
16482 (customize-save-variable): Set the variable, and give a warning if
16483 running under "emacs -q".
16484
16485 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16486
16487 * loadhist.el (unload-feature-special-hooks):
16488 Add `auto-coding-functions', `fill-nobreak-predicate' and
16489 `find-directory-functions' (bug#5327).
16490
16491 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16492
16493 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16494
16495 * cus-edit.el (custom-guess-name-alist): -alist variables should
16496 use the `alist' type (bug#3120). Suggested by Drew Adams.
16497
16498 * printing.el: Add documentation to all the `pr-toggle-' commands.
16499
16500 2011-07-11 Leo Liu <sdl.web@gmail.com>
16501
16502 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16503 backends where it makes sense (bug#2623).
16504
16505 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16506
16507 * dired-x.el (dired-guess-default): Remove duplicate shell command
16508 entries (bug#2028).
16509 (dired-guess-default): Fix grammar in doc string (bug#2028).
16510 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16511
16512 * subr.el (remove-duplicates): New conveniency function.
16513
16514 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16515
16516 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16517 (bug#1526).
16518
16519 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16520
16521 * window.el (display-buffer-normalize-default): Don't invert
16522 meaning of even-window-heights. Reported by Eli Zaretskii
16523 <eliz@gnu.org>.
16524
16525 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16526
16527 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16528
16529 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16530
16531 * window.el (display-buffer): Fix arguments to
16532 display-buffer-reuse-window in last change.
16533
16534 * faces.el (link): Use a less saturated blue on light backgrounds.
16535
16536 * startup.el (fancy-startup-text, fancy-about-text)
16537 (fancy-startup-tail): Use font-lock faces, for background safety.
16538
16539 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16540
16541 * emulation/viper-cmd.el (viper-change-state-to-vi):
16542 Limit triggering of abbrev expansion (Bug#9038).
16543
16544 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16545
16546 * window.el (display-buffer-default-specifiers): Remove.
16547 (display-buffer-macro-specifiers): Remove default specifiers.
16548 (display-buffer-alist): Default to nil.
16549 (display-buffer-reuse-window): New optional argument other-window.
16550 (display-buffer-pop-up-window): Allow splitting internal
16551 windows. Check whether a live window was created.
16552 (display-buffer-other-window-means-other-frame)
16553 (display-buffer-normalize-arguments): Rename to
16554 display-buffer-normalize-argument and rewrite. Set the
16555 other-window specifier.
16556 (display-buffer-normalize-special): New function.
16557 (display-buffer-normalize-options): Rename to
16558 display-buffer-normalize-default and rewrite.
16559 (display-buffer-normalize-options-inhibit): Remove.
16560 (display-buffer-normalize-specifiers): Rewrite.
16561 (display-buffer): Process other-window specifier and call
16562 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16563 more faithfully.
16564 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16565 (display-buffer-alist-set): Don't handle 'unset default values.
16566 (display-buffer-in-window, display-buffer-alist-set):
16567 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16568 <tassilo@member.fsf.org>.
16569
16570 2011-07-09 Leo Liu <sdl.web@gmail.com>
16571
16572 * register.el (insert-register): Restore accidental change on
16573 2011-06-26. (Bug#9028)
16574
16575 2011-07-09 Glenn Morris <rgm@gnu.org>
16576
16577 * subr.el (remq): Handle the empty list. (Bug#9024)
16578
16579 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16580
16581 * mail/sendmail.el (send-mail-function): No longer delay custom
16582 initialization.
16583 * custom.el (custom-initialize-delay): Doc fix.
16584
16585 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16586
16587 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16588
16589 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16590
16591 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16592 human-friendly prompt.
16593
16594 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16595
16596 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16597 provided by a particular plugin.
16598
16599 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16600
16601 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16602 save customizations (with "emacs -Q"), just set the variable
16603 instead of erroring out.
16604
16605 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16606
16607 2011-07-08 Juri Linkov <juri@jurta.org>
16608
16609 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16610 (archive-zip-update-case): Use 7z if found by `executable-find'.
16611 The order of searching the available programs is the same as in
16612 `archive-zip-extract' (bug#8968).
16613
16614 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16615
16616 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16617 (menu-bar-options-menu): Tweak descriptions.
16618
16619 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16620
16621 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16622 menu items into verb phrases (bug#1421). Also refill to fit under
16623 80 columns.
16624
16625 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16626
16627 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16628 (Info-read-node-name): Doc fix (Bug#1084).
16629
16630 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16631 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16632 (end-of-sexp, beginning-of-sexp)
16633 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16634 (forward-symbol, forward-same-syntax, word-at-point)
16635 (sentence-at-point): Doc fix (Bug#1144).
16636
16637 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16638
16639 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16640 should cover it (bug#1281).
16641
16642 * cus-edit.el (custom-show): Mark as obsolete.
16643
16644 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16645 negotiation fails, then possibly try again with a non-encrypted
16646 connection (bug#9017).
16647
16648 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16649 be used.
16650
16651 2011-07-07 Richard Stallman <rms@gnu.org>
16652
16653 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16654 property, and handle its changed format.
16655 Look for the correct line number.
16656 Use file's line contents (but not past first =) to find
16657 correct line in message.
16658
16659 2011-07-07 Kenichi Handa <handa@m17n.org>
16660
16661 * international/characters.el (build-unicode-category-table):
16662 Delete it.
16663 (unicode-category-table): Set it by unicode-property-table-internal.
16664
16665 * international/mule-cmds.el (char-code-property-alist): Move to
16666 to src/chartab.c.
16667 (get-char-code-property): Call unicode-property-table-internal to
16668 load a file. Call get-unicode-property-internal where necessary.
16669 (put-char-code-property): Call unicode-property-table-internal to
16670 load a file. Call put-unicode-property-internal where necessary.
16671 put-unicode-property-internal where necessary.
16672 (char-code-property-description):
16673 Call unicode-property-table-internal to load a file.
16674
16675 * international/charprop.el:
16676 * international/uni-bidi.el:
16677 * international/uni-category.el:
16678 * international/uni-combining.el:
16679 * international/uni-comment.el:
16680 * international/uni-decimal.el:
16681 * international/uni-decomposition.el:
16682 * international/uni-digit.el:
16683 * international/uni-lowercase.el:
16684 * international/uni-mirrored.el:
16685 * international/uni-name.el:
16686 * international/uni-numeric.el:
16687 * international/uni-old-name.el:
16688 * international/uni-titlecase.el:
16689 * international/uni-uppercase.el: Regenerate.
16690
16691 * loadup.el: Load international/charprop.el before
16692 international/characters.
16693
16694 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16695
16696 * window.el (next-buffer, previous-buffer): Signal an error if
16697 called from a minibuffer window.
16698
16699 * bindings.el: Revert 2011-07-04 change.
16700
16701 2011-07-06 Richard Stallman <rms@gnu.org>
16702
16703 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16704 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16705 Treat markers like ints.
16706 (rmail-mime-entity): Doc fix.
16707
16708 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16709
16710 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16711 defcustom again for backwards compatibility.
16712
16713 * simple.el (shell-command-on-region): Fill.
16714
16715 * dired-aux.el (dired-kill-line): Add a doc string.
16716
16717 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16718 to "\\sw\\|\\s_" (bug#358).
16719
16720 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16721 (dired-unmark-backward): Ditto.
16722 (dired-flag-backup-files): Ditto.
16723
16724 * dired-x.el (dired-mark-sexp): Ditto.
16725
16726 2011-07-06 Richard Stallman <rms@gnu.org>
16727
16728 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16729 (rmail-mime-entity): New arg TRUNCATED.
16730 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16731 New functions.
16732 (rmail-mime-save): Warn if entity is truncated.
16733 (rmail-mime-toggle-hidden): Likewise, for showing.
16734 (rmail-mime-process-multipart): Record when an entity is truncated.
16735
16736 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16737 if ENTITY is a string.
16738
16739 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16740
16741 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16742 of faces when `M-C-x'-ing their definitions (bug#8378).
16743 Also clean up the code slightly.
16744
16745 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16746 because that makes the colors go away.
16747
16748 * mail/sendmail.el (send-mail-function): Change the default to
16749 `sendmail-query-once'.
16750 (sendmail-query-once): Add an autoload cookie.
16751
16752 * net/network-stream.el (network-stream-open-starttls): Try using
16753 a plain connection even if the server offered STARTTLS, and we
16754 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16755 capability. This should make smtpmail.el work in slightly more
16756 configurations.
16757
16758 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16759
16760 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16761 New defun.
16762 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16763
16764 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16765
16766 * progmodes/sql.el: Version 3.0
16767 (sql-product-alist): Add product :completion-object,
16768 :completion-column, and :statement attributes.
16769 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16770 (sql-mode-syntax-table): Mark all punctuation.
16771 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16772 ansi keywords.
16773 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16774 (sql-mode-oracle-font-lock-keywords): Improve.
16775 (sql-oracle-show-reserved-words): New function for development.
16776 (sql-product-font-lock): Simplify for source code buffers.
16777 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16778 New functions.
16779 (sql-highlight-product): Set product specific syntax table.
16780 (sql-mode-map): Add statement movement functions.
16781 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16782 New variable.
16783 (sql-statement-regexp, sql-beginning-of-statement)
16784 (sql-end-of-statement, sql-signum): New functions.
16785 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16786 (sql-show-sqli-buffer): Bug fix.
16787 (sql-interactive-mode): Store connection data as buffer local.
16788 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16789 with sql-interactive-mode.
16790 (sql-save-connection): Save buffer local settings.
16791 (sql-connection-menu-filter): Change menu entry name.
16792 (sql-product-interactive): Bug fix.
16793 (sql-preoutput-hold): New variable.
16794 (sql-interactive-remove-continuation-prompt): Bug fixes.
16795 (sql-debug-redirect): New variable.
16796 (sql-str-literal): New function.
16797 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16798 Redesign.
16799 (sql-oracle-save-settings, sql-oracle-restore-settings)
16800 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16801 (sql-completion-object, sql-completion-column)
16802 (sql-completion-sqlbuf): New variables.
16803 (sql-build-completions-1, sql-build-completions)
16804 (sql-try-completion): New functions.
16805 (sql-read-table-name): Use them.
16806 (sql-contains-names): New buffer local variable.
16807 (sql-list-all, sql-list-table): Use it.
16808 (sql-oracle-completion-types): New variable.
16809 (sql-oracle-completion-object, sql-sqlite-completion-object)
16810 (sql-postgres-completion-object): New functions.
16811
16812 2011-07-06 Glenn Morris <rgm@gnu.org>
16813
16814 * window.el (pop-to-buffer): Doc fix.
16815
16816 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16817
16818 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16819
16820 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16821
16822 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16823
16824 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16825
16826 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16827
16828 * button.el (button): Inherit from link face. Suggested by Dan
16829 Nicolaescu.
16830
16831 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16832
16833 * progmodes/gdb-mi.el: Fit in 80 columns.
16834 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16835 switch-to-buffer.
16836
16837 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16838 if imenu is simply not configured (bug#8941).
16839
16840 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16841
16842 * allout.el (allout-post-undo-hook): New allout outline-change
16843 event hook to signal undo activity.
16844 (allout-post-command-business): Run allout-post-undo-hook if an
16845 undo just occurred.
16846 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16847 * allout-widgets.el (allout-widgets-after-undo-function):
16848 Ensure the integrity of the current item's decoration after it has been
16849 in the vicinity of an undo.
16850 (allout-widgets-mode): Include allout-widgets-after-undo-function
16851 on the new allout-post-undo-hook.
16852
16853 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16854
16855 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16856 Let define-derived-mode define it.
16857 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16858 cycles of abbrev-table inheritance (bug#8998).
16859
16860 2011-07-05 Roland Winkler <winkler@gnu.org>
16861
16862 * textmodes/bibtex.el: Add support for biblatex.
16863 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16864 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16865 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16866 (bibtex-entry-alist, bibtex-field-alist): New variables.
16867 (bibtex-entry-field-alist): Obsolete alias for
16868 bibtex-BibTeX-entry-alist.
16869 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16870 (bibtex-set-dialect): New command.
16871 (bibtex-entry-type, bibtex-entry-head)
16872 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16873 Bind via bibtex-set-dialect.
16874 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16875 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16876 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16877 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16878 Define via bibtex-set-dialect.
16879 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16880 Obey bibtex-no-opt-remove-re.
16881 (bibtex-vec-push, bibtex-vec-incr): New functions.
16882 (bibtex-format-entry, bibtex-field-list)
16883 (bibtex-print-help-message, bibtex-validate)
16884 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16885
16886 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16887
16888 * progmodes/compile.el (compilation-goto-locus):
16889 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16890 * bs.el (bs-cycle-next, bs-cycle-previous):
16891 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16892 * bindings.el (mode-line-other-buffer):
16893 * autoinsert.el (auto-insert):
16894 * arc-mode.el (archive-extract):
16895 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16896
16897 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16898
16899 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16900 Fix check of `emacs-lock-unlockable-modes'.
16901 Coerce true values of `emacs-lock--try-unlocking' to t.
16902
16903 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16904
16905 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16906 * emacs-lock.el: New file.
16907
16908 2011-07-05 Julien Danjou <julien@danjou.info>
16909
16910 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16911 than `boundp' to check if face is set.
16912
16913 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16914
16915 * register.el (registerv-make):
16916 * window.el (window-min-height): Fix typos in docstrings.
16917
16918 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16919
16920 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16921 Update doc string.
16922
16923 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16924
16925 * server.el (server-execute): Catch quit and call
16926 `server-return-error' to pass the error back to emacsclient and
16927 close the connection (bug#8942).
16928
16929 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16930
16931 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16932 insecure exception for current topic. Also note that auto-saves
16933 are handled differently.
16934
16935 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16936 State variables for tracking auto-save inhibition situation.
16937
16938 (allout-write-contents-hook-handler): Rename from
16939 'allout-write-file-hook-handler', and describe how it depends on
16940 write-contents-functions sensitivity to non-nil value to prevent
16941 file write.
16942
16943 (allout-auto-save-hook-handler): Remove. auto-save does not check
16944 this in individual buffers, only in the starting buffer, so this
16945 is not the right way for us to inhibit auto-save in a buffer
16946 according to its condition.
16947
16948 (allout-mode): Use new allout-write-contents-hook-handler, and
16949 only with write-contents-functions. Remove auto-save provisions -
16950 they're implemented elsewhere.
16951
16952 (allout-before-change-handler): If undo is in progress, note that
16953 for attention of allout-post-command-business.
16954
16955 (allout-post-command-business): If the command we're following was
16956 an undo, check for change in the status of encrypted items and
16957 adjust auto-save inhibitions accordingly.
16958
16959 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16960 according to whether there are or aren't any plain-text topics
16961 pending encryption.
16962
16963 (allout-inhibit-auto-save-info-for-decryption):
16964 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16965 if there are plain-text topics pending encryption.
16966
16967 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16968 buffer-saved-size and some allout state to not inhibit auto-saves
16969 if there are no longer any plain-text topics pending encryption.
16970
16971 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16972 No longer provide for exemption of the current topic.
16973
16974 2011-07-04 Juri Linkov <juri@jurta.org>
16975
16976 Add 7z operations to delete and save changed members (bug#8968).
16977 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16978 New defcustoms.
16979 (archive-7z-write-file-member): New function.
16980 (archive-7z-summarize): Fix the number of dashes in the
16981 listing output.
16982
16983 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16984
16985 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16986 (bug#8958).
16987
16988 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16989
16990 * bindings.el: Ignore next-buffer and previous-buffer in
16991 minibuffer-local-map.
16992
16993 * font-lock.el (font-lock-builtin-face): Change light background
16994 color to dark slate blue (Bug#6693).
16995
16996 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16997
16998 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16999
17000 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17001
17002 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
17003 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17004 Add switch-to-buffer.
17005
17006 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17007
17008 * isearch.el (isearch-search-fun-function): Clarify further the
17009 meaning of the function returned.
17010
17011 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
17012
17013 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
17014
17015 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
17016 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
17017 Use it.
17018 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
17019 `tramp-default-remote-path' does not exist.
17020 (tramp-send-command-and-read): New optional argument NOERROR.
17021 (tramp-open-connection-setup-interactive-shell)
17022 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
17023 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
17024 (tramp-process-sentinel): Flush also process' connection property.
17025 (tramp-sh-handle-start-file-process): Do not set process
17026 sentinel. It is done now ...
17027 (tramp-maybe-open-connection): ... here. (Bug#8929)
17028
17029 2011-07-04 MON KEY <monkey@sandpframing.com>
17030
17031 * play/animate.el (animate-string): Doc fixes and allow changing
17032 the buffer name (bug#5417).
17033
17034 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17035
17036 * play/animate.el (animation-buffer-name): Rename from *animate*.
17037
17038 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
17039
17040 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
17041 This is simpler and helps future-proof the code.
17042 (timer-until): Use time-subtract and float-time.
17043 (timer--time-less-p): Use time-less-p.
17044
17045 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
17046
17047 * type-break.el (timep): Use the value of `float-time' to avoid a
17048 byte-compiler warning.
17049
17050 * server.el (server-eval-and-print): Return any result, even nil.
17051
17052 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
17053
17054 * type-break.el: Accept time formats that the builtins accept.
17055 (timep, type-break-time-difference): Accept any format that
17056 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
17057 This is simpler and helps future-proof the code.
17058 (type-break-time-difference): Round rather than ignoring
17059 subseconds components.
17060
17061 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17062
17063 * info.el (Info-apropos-matches): Make non-interactive, since it
17064 doesn't seem to do anything useful as a command (bug#8829).
17065
17066 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
17067
17068 * frame.el (frame-background-mode, frame-set-background-mode):
17069 Move from faces.el.
17070 (frame-default-terminal-background): New function.
17071
17072 * custom.el (custom-push-theme): Don't record faces in `changed'
17073 theme; this doesn't work correctly for per-frame face settings.
17074 (disable-theme): Use face-set-after-frame-default to reset faces.
17075 (custom--frame-color-default): New function.
17076
17077 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17078
17079 * dired.el (dired-flagging-regexp): Remove unused variable
17080 (bug#8769).
17081
17082 2011-03-29 Kevin Ryde <user42@zip.com.au>
17083
17084 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17085 `perl-Test2' extend to match possible "fail #N" rep count
17086 (bug#8377).
17087
17088 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17089
17090 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
17091 `smtpmail-via-smtp' now returns the error instead of nil.
17092
17093 * isearch.el (isearch-search-fun-function): Clarify the doc string
17094 (bug#8101).
17095
17096 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
17097
17098 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
17099 unnecessary spaces (bug#8987).
17100
17101 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17102
17103 * net/network-stream.el (open-network-stream): Use the
17104 :end-of-capability command thoughout.
17105
17106 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17107
17108 * net/network-stream.el (open-network-stream): Add the
17109 :end-of-capability command parameter, used by pop3.el.
17110
17111 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17112
17113 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
17114
17115 * fringe.el (fringe-query-style): Remove redundant text " (type ?
17116 for list)" (bug#6475).
17117
17118 * files.el (file-expand-wildcards): Ignore non-readable
17119 sub-directories while trying to find matches instead of signaling
17120 an error (bug#6297).
17121
17122 * man.el (Man-reference-regexp): Allow matching possible
17123 word-wrapped references (bug#6289).
17124
17125 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
17126 for consistency with the other vc buffers (bug#6197).
17127 (vc-checkin): Ditto.
17128
17129 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
17130
17131 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
17132
17133 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17134
17135 * custom.el (defcustom): Clarify that :set is only used in the
17136 Customize user interface (bug#6089).
17137
17138 * progmodes/flymake.el (flymake-mode): If the buffer isn't
17139 associated with a file, refuse to run instead of erroring out
17140 (bug#6084).
17141
17142 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
17143 the doc string, since it appears that using `fill-column' always
17144 controls the width (bug#7845).
17145
17146 * simple.el (shell-command-on-region): Say where the error output
17147 went if `shell-command-default-error-buffer' is set (bug#6857).
17148
17149 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
17150
17151 * allout.el (allout-yank-processing): Adjust cursor position for
17152 backwards-deleted space.
17153
17154 (allout-rebullet-heading): Register changes with
17155 allout-exposure-changed-hook, so the modified topic is properly
17156 decorated.
17157
17158 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17159
17160 * minibuffer.el (completion-in-region): Document PREDICATE
17161 (bug#7136).
17162
17163 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
17164 of keyword/argument pairs (bug#6904).
17165
17166 * replace.el (multi-occur):
17167 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
17168
17169 2011-07-02 Drew Adams <drew.adams@oracle.com>
17170
17171 * dired.el (dired-mark-if): Make the message about whether it's
17172 marking or unmarking clearer (bug#8523).
17173
17174 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17175
17176 * disp-table.el (display-table-print-array): New function.
17177 (describe-display-table): Use it to print the vectors more pretty
17178 (Bug#8859).
17179
17180 2011-07-02 Martin Rudalics <rudalics@gmx.at>
17181
17182 * window.el (window-state-get-1): Don't assign clone numbers.
17183 Add clone-of item to list of window parameters.
17184 (window-state-put-2): Don't process clone numbers.
17185 (display-buffer-alist): Fix doc-string.
17186
17187 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17188
17189 * subr.el (remq): Don't allocate if it's not needed.
17190 (keymap--menu-item-binding, keymap--menu-item-with-binding)
17191 (keymap--merge-bindings): New functions.
17192 (keymap-canonicalize): Use them to refine the canonicalization.
17193 * minibuffer.el (minibuffer-local-completion-map)
17194 (minibuffer-local-must-match-map): Move initialization from C.
17195 (minibuffer-local-filename-completion-map): Move initialization from C;
17196 don't inherit from anything here.
17197 (minibuffer-local-filename-must-match-map): Make obsolete.
17198 (completing-read-default): Use make-composed-keymap to combine
17199 minibuffer-local-filename-completion-map with either
17200 minibuffer-local-must-match-map or
17201 minibuffer-local-filename-completion-map.
17202
17203 2011-07-01 Glenn Morris <rgm@gnu.org>
17204
17205 * type-break.el (type-break-time-sum): Use dolist.
17206
17207 * textmodes/flyspell.el (flyspell-word-search-backward):
17208 Replace CL function.
17209
17210 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17211
17212 * mouse.el (mouse--strip-first-event): New function.
17213 (function-key-map): Use it to map fringe clicks to normal clicks
17214 by default.
17215
17216 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
17217 (vc-bzr-revision-completion-table): Add support for annotate and date.
17218
17219 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
17220 inherit from parent.
17221
17222 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17223
17224 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
17225 (dired-show-file-type): Doc fixup (bug#8818).
17226
17227 * dired.el (dired-mode): Fix up the doc string as suggested by
17228 Drew Adams (bug#8817).
17229
17230 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
17231 cookie, since the manual says that it should be possible to add
17232 this function to `find-file-hook' (bug#8709).
17233
17234 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17235
17236 * progmodes/cfengine.el: Moved all cfengine3.el functionality
17237 here. Noted Ted Zlatanov as the maintainer.
17238 (cfengine-common-settings, cfengine-common-syntax): New functions
17239 to set up common things between `cfengine-mode' and
17240 `cfengine3-mode'.
17241 (cfengine3-mode): New mode.
17242 (cfengine3-defuns cfengine3-defuns-regex
17243 (cfengine3-class-selector-regex cfengine3-category-regex)
17244 (cfengine3-vartypes cfengine3-font-lock-keywords)
17245 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
17246 (cfengine3-indent-line): Add from cfengine3.el.
17247
17248 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
17249
17250 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
17251
17252 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
17253
17254 2011-07-01 Martin Rudalics <rudalics@gmx.at>
17255
17256 * window.el (same-window-buffer-names, same-window-regexps)
17257 (same-window-p, special-display-frame-alist)
17258 (special-display-popup-frame, special-display-function)
17259 (special-display-buffer-names, special-display-regexps)
17260 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
17261 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17262 (split-window-preferred-function, split-height-threshold)
17263 (split-width-threshold, even-window-heights)
17264 (display-buffer-mark-dedicated, window-splittable-p)
17265 (split-window-sensibly, window-safely-shrinkable-p):
17266 Un-obsolete.
17267 (display-buffer): Don't spread args with function specifier
17268 because special-display-popup-frame won't like it.
17269
17270 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
17271
17272 Time-stamp simplifications and fixes.
17273 These improve accuracy slightly, and future-proof the code
17274 against some potential changes to current-time format.
17275
17276 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17277 by using time-since and float-time.
17278
17279 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17280 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
17281 + NNN microseconds".
17282
17283 * type-break.el (type-break-time-sum): Rewrite using time-add.
17284
17285 * play/hanoi.el (hanoi-current-time-float): Remove.
17286 All uses replaced by float-time.
17287
17288 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17289 This yields a more-accurate answer.
17290 (rng-time-to-float): Remove; no longer needed.
17291
17292 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17293
17294 * calendar/timeclock.el (timeclock-seconds-to-time):
17295 Defalias to seconds-to-time, since they're the same thing.
17296
17297 * emacs-lisp/elp.el (elp-elapsed-time):
17298 * emacs-lisp/benchmark.el (benchmark-elapse):
17299 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17300
17301 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17302
17303 * window.el (bury-buffer): Don't iconify the only frame.
17304 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17305 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
17306
17307 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
17308
17309 * eshell/em-smart.el (eshell-smart-display-navigate-list):
17310 Add mouse-yank-primary.
17311
17312 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17313
17314 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17315
17316 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17317
17318 * emacs-lisp/find-func.el (find-library--load-name): New fun.
17319 (find-library-name): Use it to find relative load names when provided
17320 absolute file name (bug#8803).
17321
17322 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17323
17324 * textmodes/flyspell.el (flyspell-word): Consider words that
17325 differ only in case as potential doublons (bug#5687).
17326
17327 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17328 Remove two rather uninteresting debugging-like messages to make
17329 debbugs.el more silent.
17330
17331 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17332 a password-like phrase.
17333
17334 2011-06-30 Masatake YAMATO <yamato@redhat.com>
17335
17336 * progmodes/cc-guess.el: New file.
17337
17338 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
17339
17340 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17341 derived from `c-basic-common-init'.
17342
17343 * progmodes/cc-mode.el (top-level): Require cc-guess.
17344 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17345
17346 2011-06-30 Lawrence Mitchell <wence@gmx.li>
17347
17348 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17349
17350 2011-06-30 Alan Mackenzie <acm@muc.de>
17351
17352 * progmodes/cc-engine.el (c-guess-continued-construct):
17353 Correct the handling of template-args-cont, particularly for when font
17354 lock is disabled. Name this case as "CASE G".
17355
17356 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17357
17358 * allout.el (allout-yank-processing): Fix injection of extra space
17359 between bullet and non-whitespace character in first topic when
17360 pasting, ensuring that the actual spacing in the pasted topic
17361 following the bullet char is preserved. This extra space was
17362 causing pasted encrypted topics to get a decrypted status even
17363 when the content was actually still encrypted. Now the decryption
17364 status from before the paste is preserved.
17365
17366 (allout-flag-region): Set all allout overlays so they evaporate
17367 when reduced to zero length (evanescent), to prevent overlay
17368 leakage.
17369
17370 2011-06-30 Glenn Morris <rgm@gnu.org>
17371
17372 * w32-fns.el (w32-charset-info-alist): Declare.
17373
17374 * find-dired.el (find-grep-options): Simplify.
17375
17376 * term/ns-win.el (ns-set-resource): Declare.
17377
17378 * ses.el (row, col): Declare dynamic variables honestly.
17379
17380 * textmodes/reftex-parse.el (index-tags): Declare.
17381
17382 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
17383
17384 * cus-edit.el (customize-push-and-save): New function.
17385
17386 * files.el (hack-local-variables-confirm): Use it.
17387
17388 * custom.el (load-theme): New arg NO-CONFIRM.
17389 Use customize-push-and-save (Bug#8720).
17390 (custom-enabled-themes): Doc fix.
17391
17392 * cus-theme.el (customize-create-theme)
17393 (custom-theme-merge-theme): Callers to load-theme changed.
17394
17395 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17396
17397 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17398 short URLs have at least one dot in them (bug #7614).
17399
17400 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17401 nil, because using a pty is apparently too slow (bug #895).
17402
17403 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17404
17405 * mail/sendmail.el (sendmail-query-once): New function.
17406 (sendmail-query-once-function): New variable.
17407
17408 2011-06-29 Glenn Morris <rgm@gnu.org>
17409
17410 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17411
17412 * ses.el (top-level): Require cl when compiling.
17413 (ses-set-localvars): Fix error statement.
17414 Call it at compile time to silence a storm of warnings.
17415
17416 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17417
17418 * window.el (normalize-live-buffer): Rename to
17419 window-normalize-buffer.
17420 (normalize-live-frame): Rename to window-normalize-frame.
17421 (normalize-any-window): Rename to window-normalize-any-window.
17422 (normalize-live-window): Rename to window-normalize-live-window.
17423 (make-window-atom): Rename to window-make-atom.
17424 (window-resize-reset): Rename to window--resize-reset.
17425 (window-resize-reset-1): Rename to window--resize-reset-1.
17426 (resize-mini-window): Rename to window--resize-mini-window.
17427 (resize-subwindows-skip-p): Rename to
17428 window--resize-subwindows-skip-p.
17429 (resize-subwindows-normal): Rename to
17430 window--resize-subwindows-normal.
17431 (resize-subwindows): Rename to window--resize-subwindows.
17432 (resize-other-windows): Rename to window--resize-siblings.
17433 (resize-this-window): Rename to window--resize-this-window.
17434 (resize-root-window): Rename to window--resize-root-window.
17435 (resize-root-window-vertically): Rename to
17436 window--resize-root-window-vertically.
17437 (normalize-buffer-to-display): Rename to
17438 window-normalize-buffer-to-display.
17439 (normalize-buffer-to-switch-to): Rename to
17440 window-normalize-buffer-to-switch-to.
17441 Correspondingly update all callers of the functions listed
17442 above.
17443 (display-buffer-alist, display-buffer-normalize-arguments)
17444 (display-buffer-normalize-options, display-buffer)
17445 (display-buffer-alist-set): Use "function" instead of
17446 "fun-with-args".
17447
17448 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
17449
17450 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17451 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17452 debbugs.gnu.org. Mention acknowledgment email.
17453
17454 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17455
17456 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17457 buffer multibyteness, since it shouldn't matter.
17458
17459 2011-06-28 Martin Rudalics <rudalics@gmx.at>
17460
17461 * window.el (display-buffer-in-side-window): Handle dedicated
17462 windows as in display-buffer-reuse-window.
17463 (display-buffer-normalize-alist): Use value of override
17464 specifier.
17465 (display-buffer-normalize-specifiers): Use value of
17466 other-window-means-other-frame specifier.
17467 (display-buffer-alist): Rewrite some texts in widgets.
17468 (display-buffer): Spread arguments when calling function
17469 specified by fun-with-args.
17470
17471 2011-06-28 Deniz Dogan <deniz@dogan.se>
17472
17473 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17474 Unnest `let'.
17475
17476 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17477 selectors (Bug#5732).
17478 (css-proprietary-nmstart-re): Use `regexp-opt'.
17479
17480 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17481
17482 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17483 (eshell-ls-date-format): New defcustom.
17484 (eshell-ls-file): Use it.
17485
17486 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17487
17488 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17489
17490 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17491
17492 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17493 (ange-ftp-make-tmp-name): New arg.
17494 (ange-ftp-file-local-copy): Use it.
17495
17496 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17497
17498 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17499 no-conversion (Bug#8870).
17500
17501 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17502
17503 * window.el (window-right, window-left, window-child)
17504 (window-child-count, window-last-child)
17505 (window-iso-combination-p, walk-window-tree-1)
17506 (window-atom-check-1, window-tree-1, delete-window)
17507 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17508 new naming conventions - window-vchild, window-hchild,
17509 window-next and window-prev are now called window-top-child,
17510 window-left-child, window-next-sibling and window-prev-sibling
17511 respectively.
17512 (resize-window-reset): Rename to window-resize-reset.
17513 (resize-window-reset-1): Rename to window-resize-reset-1.
17514 (resize-window): Rename to window-resize.
17515 (window-min-height, window-min-width)
17516 (resize-mini-window, resize-this-window, resize-root-window)
17517 (resize-root-window-vertically, adjust-window-trailing-edge)
17518 (enlarge-window, shrink-window, maximize-window)
17519 (minimize-window, delete-window, quit-restore-window)
17520 (split-window, balance-windows, balance-windows-area-adjust)
17521 (balance-windows-area, window-state-put-2)
17522 (display-buffer-even-window-sizes, display-buffer-set-height)
17523 (display-buffer-set-width, set-window-text-height)
17524 (fit-window-to-buffer): Rename all "resize-window" prefixed
17525 calls to use the "window-resize" prefix convention.
17526 (display-buffer-alist): Fix symbol for label specifier.
17527 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17528 corresponding specifier.
17529 Reported by Juanma Barranquero <lekktu@gmail.com>.
17530
17531 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17532
17533 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17534 convention.
17535 (ses-call-printer): Does not pass an empty string to formatter when the
17536 cell is empty to keep from barking printer Calc math-format-value.
17537
17538 2011-06-27 Richard Stallman <rms@gnu.org>
17539
17540 * battery.el (battery-mode-line-limit): New variable.
17541 (battery-update): Handle it.
17542
17543 * mail/rmailmm.el (rmail-mime-process-multipart):
17544 Handle truncated messages.
17545
17546 2011-06-27 Glenn Morris <rgm@gnu.org>
17547
17548 * progmodes/flymake.el (flymake-err-line-patterns):
17549 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17550
17551 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17552
17553 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17554 (ses--clean-!, ses--clean-_): New functions.
17555 (ses-range): Add configurability of readout order, and conversion
17556 to Calc vector.
17557
17558 * ses.el (ses-repair-cell-reference-all): New function.
17559 (ses-cell-symbol): Set macro as safe, so that it can be used in
17560 formulas.
17561
17562 * ses.el: Update cycle detection algorithm.
17563 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17564 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17565 (ses-set-localvars): New function.
17566 (ses-make-cell): Add property-list as a cell element.
17567 (ses-cell-property-get-fun, ses-cell-property-get)
17568 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17569 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17570 New functions.
17571 (ses-cell-property-set, ses-cell-property-pop)
17572 (ses-cell-property-get-handle): New macro.
17573 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17574 New aliases, used for code readability.
17575 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17576 cycle detection.
17577 (ses-self-reference-early-detection): New defcustom.
17578 (ses-formula-references): Robustify against self-referring cells.
17579 (ses-mode): Use ses-set-localvars.
17580 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17581 before lauching the update processing.
17582 (ses-initialize-Dijkstra-attempt): New function.
17583 (ses-recalculate-cell): Update for cycle detection based on
17584 Dijkstra algorithm.
17585
17586 * ses.el: Fix commenting and indenting convention.
17587
17588 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17589
17590 * bs.el (bs-cycle-next): Complete last change.
17591
17592 2011-06-27 Drew Adams <drew.adams@oracle.com>
17593
17594 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17595
17596 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17597
17598 * net/network-stream.el (network-stream-open-starttls):
17599 Don't re-get capabilities unless we've reestablished connection.
17600 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17601
17602 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17603 to binary to possibly avoid line encoding issues on Windows (among
17604 other things).
17605
17606 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17607
17608 * net/network-stream.el (open-network-stream): Return an :error
17609 saying what the problem was, if possible.
17610
17611 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17612 server.
17613
17614 * net/network-stream.el (network-stream-open-starttls): If we
17615 wanted to use STARTTLS, and the server offered it, but we weren't
17616 able to because we had no STARTTLS support, then close the connection.
17617 (open-network-stream): Return an :error element, if present.
17618
17619 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17620
17621 * hl-line.el (hl-line-sticky-flag): Doc fix.
17622 (global-hl-line-sticky-flag): New option (Bug#8323).
17623 (global-hl-line-highlight): Obey it.
17624
17625 * vc/vc.el (vc-revert-show-diff): Default to t.
17626
17627 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17628
17629 * allout-widgets.el (allout-widgets-post-command-business):
17630 Stop decorating intermediate isearch matches. They're not being
17631 undecorated when an isearch is continued past, and isearch
17632 automatically collapses them. This leads to "widget leaks", where
17633 decorated items accumulate in collapsed areas. Lines with lots of
17634 hidden widgets can slow down cursor travel, substantially.
17635 Too much complicated machinery would be needed to ensure undecoration,
17636 so we're doing without this nicety.
17637
17638 (allout-widgets-tally-string): Don't try to do a hash-table-count
17639 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17640 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17641 *Messages* when allout-widgets-maintain-tally is t.
17642
17643 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17644
17645 * window.el (display-buffer-normalize-argument): Rename to
17646 display-buffer-normalize-arguments. Handle special meaning of
17647 LABEL argument. Respect special-display-function when popping up
17648 a new frame. Fix code searching for a window showing the buffer
17649 on another frame.
17650 (display-buffer-normalize-specifiers):
17651 Call display-buffer-normalize-arguments.
17652 (display-buffer-in-window): Don't undedicate the window if its
17653 buffer remains the same.
17654 Reported by Drew Adams <drew.adams@oracle.com>.
17655 (display-buffer-alist): Add choice for same-window macro
17656 specfier.
17657 (display-buffer): Mention special meaning of LABEL argument in
17658 doc-string. Fix quoting. Don't pop up a new frame even as
17659 fallback.
17660
17661 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17662
17663 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17664 avoid deleting the current window in some cases (bug#8911).
17665
17666 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17667
17668 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17669 (Bug#8934)
17670
17671 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17672
17673 * net/network-stream.el (network-stream-open-starttls):
17674 Use built-in TLS support if `gnutls-available-p' is true.
17675 (network-stream-open-tls): Ditto.
17676
17677 2011-06-26 Leo Liu <sdl.web@gmail.com>
17678
17679 * register.el (registerv): New struct.
17680 (registerv-make): New function.
17681 (jump-to-register, describe-register-1, insert-register):
17682 Support the jump-func, print-func and insert-func slot of a registerv
17683 struct. (Bug#8415)
17684
17685 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17686
17687 * vc/vc.el (vc-revert-show-diff): New defcustom.
17688 (vc-diff-internal): New arg specifying diff buffer.
17689 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17690 reuse an existing *vc-diff* buffer (Bug#8927).
17691
17692 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17693
17694 2011-06-26 Glenn Morris <rgm@gnu.org>
17695
17696 * progmodes/f90.el (f90-critical-indent): New option.
17697 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17698 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17699 (f90-mode): Doc fix.
17700 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17701 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17702 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17703 (f90-match-end): Handle block, critical.
17704
17705 2011-06-25 Glenn Morris <rgm@gnu.org>
17706
17707 * calendar/diary-lib.el (diary-included-files): Doc fix.
17708 (diary-include-files): New function, extracted from
17709 diary-include-other-diary-files and diary-mark-included-diary-files.
17710 (diary-include-other-diary-files, diary-mark-included-diary-files):
17711 Just call diary-include-files.
17712 (diary-mark-entries): Reset diary-included-files on first call.
17713
17714 * calendar/diary-lib.el (diary-mark-entries)
17715 (diary-mark-included-diary-files):
17716 Visit included diary-files in temp buffers.
17717
17718 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17719 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17720 (f90-start-block-re, f90-imenu-generic-expression)
17721 (f90-looking-at-program-block-start, f90-no-block-limit):
17722 Add support for submodules.
17723
17724 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17725 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17726
17727 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17728
17729 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17730 buffer-file-type before setting its value, to avoid disastrous
17731 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17732
17733 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17734
17735 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17736
17737 * ses.el (ses-unload-function):
17738 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17739
17740 * proced.el (proced-unload-function):
17741 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17742
17743 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17744
17745 * server.el (server-create-window-system-frame): Add parameters arg.
17746 (server-process-filter): Doc fix. Handle frame-parameters.
17747
17748 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17749
17750 Fix bug#8730, bug#8781.
17751
17752 * loadhist.el (unload--set-major-mode): New function.
17753 (unload-feature): Use it.
17754
17755 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17756 (python-unload-function): New function.
17757
17758 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17759
17760 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17761
17762 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17763
17764 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17765 the candidates list.
17766
17767 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17768
17769 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17770
17771 2011-06-23 Richard Stallman <rms@gnu.org>
17772
17773 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17774 (rmail-variables): Set next-error-move-function.
17775 (rmail-what-message): Take argument POS.
17776 (rmail-next-error-move): New function.
17777
17778 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17779
17780 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17781 messages for adjacent non-terminals.
17782
17783 2011-06-23 Richard Stallman <rms@gnu.org>
17784
17785 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17786 (rmail-show-message-1): Preserve buffer modified flag.
17787 (rmail-start-mail): Don't specify use of rmail-mail-return;
17788 that's done by mail-bury now.
17789 (rmail-mail-return): Handle arg NEWBUF.
17790
17791 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17792
17793 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17794 SIZE is a number.
17795
17796 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17797
17798 * window.el (get-lru-window, get-mru-window)
17799 (get-largest-window): Never return a minibuffer window.
17800 (display-buffer-pop-up-window): Fix a bug that could lead to
17801 reusing the minibuffer window.
17802 (display-buffer): Pass original specifier argument to
17803 display-buffer-function instead of the normalized one.
17804 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17805
17806 2011-06-22 Leo Liu <sdl.web@gmail.com>
17807
17808 * minibuffer.el (completing-read-function)
17809 (completing-read-default): Move from minibuf.c.
17810
17811 2011-06-22 Richard Stallman <rms@gnu.org>
17812
17813 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17814 to Rmail even if not started by a special Rmail command.
17815
17816 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17817 Copy the buffer currently showing just one message.
17818
17819 2011-06-22 Roland Winkler <winkler@gnu.org>
17820
17821 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17822 (bibtex-clean-entry): First delete the old key so that a
17823 customized algorithm for generating the new key does not get
17824 confused by the old key.
17825 (bibtex-url): Obey regexp of first step.
17826 (bibtex-search-entries): Do not use add-to-list with local
17827 list-var.
17828
17829 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17830
17831 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17832 stored a user name, then query for the password first, instead of
17833 waiting for SMTP to give an error message and the trying again.
17834
17835 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17836
17837 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17838 BUFFER in call-process.
17839
17840 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17841
17842 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17843 QUIT twice.
17844 (smtpmail-try-auth-methods): Require user name and password from
17845 auth-source.
17846
17847 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17848
17849 * window.el (display-buffer-default-specifiers)
17850 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17851 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17852 (split-window): Normalize SIDE argument (Bug#8916).
17853
17854 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17855 (special-display-frame-alist, special-display-popup-frame):
17856 Remove duplicate declarations. These are now in window.el.
17857
17858 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17859
17860 * mail/smtpmail.el (smtpmail-via-smtp):
17861 Set :use-starttls-if-possible so that we always use STARTTLS if the
17862 server supports it. SMTP servers that support STARTTLS commonly
17863 require it.
17864
17865 * net/network-stream.el (network-stream-open-starttls): Support
17866 upgrading to STARTTLS always, even if we don't have built-in support.
17867 (open-network-stream): Add the :always-query-capabilities keyword.
17868
17869 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17870 upgrades with `open-network-stream', and rely solely on
17871 auth-source for all credentials. Big changes throughout the file,
17872 but in particular:
17873 (smtpmail-auth-credentials): Remove.
17874 (smtpmail-starttls-credentials): Remove.
17875 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17876 MAIL FROM, too.
17877
17878 * net/network-stream.el (network-stream-open-starttls):
17879 Provide support for client certificates both for external and built-in
17880 STARTTLS.
17881 (auth-source): Require.
17882 (open-network-stream): Document the :client-certificate keyword.
17883 (network-stream-certificate): Change cert-cert to cert and
17884 cert-key to key.
17885
17886 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17887
17888 * net/tramp-cache.el (top): Don't load the persistency file when
17889 "emacs -Q" has been called.
17890
17891 2011-06-21 Tim Harper <timcharper@gmail.com>
17892
17893 * term/ns-win.el (ns-initialize-window-system):
17894 Set application-specific `ApplePressAndHoldEnabled' system
17895 resource to NO as it is not yet supported by the NS port.
17896
17897 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17898
17899 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17900 (list-dynamic-libraries): ...not here.
17901
17902 2011-06-21 Leo Liu <sdl.web@gmail.com>
17903
17904 * subr.el (sha1): Implement sha1 using secure-hash.
17905
17906 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17907
17908 * window.el (display-buffer-alist): In default value do not
17909 enforce searching a window on any but the selected frame.
17910 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17911 (display-buffer-select-window): Remove function.
17912 (display-buffer-in-window): When a window on another frame gets
17913 reused, do not select it any more but just raise its frame if
17914 necessary (Bug#8851) and (Bug#8856).
17915 (display-buffer-normalize-options): Handle pop-up-frames related
17916 options more faithfully.
17917 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17918 window if it is on another frame.
17919 (display-buffer-alist, display-buffer-default-specifiers):
17920 Don't make new frame unsplittable by default.
17921 (display-buffer-normalize-argument): Fix doc-string typo and use
17922 'same-frame-other-window instead of 'other-window when associating
17923 with display-buffer-macro-specifiers.
17924
17925 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17926
17927 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17928 New functions.
17929 (5x5-mode-map, 5x5-mode-menu): Bind them.
17930 (5x5-draw-grid): Tweak the solver's rendering.
17931
17932 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17933
17934 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17935 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17936
17937 2011-06-21 Drew Adams <drew.adams@oracle.com>
17938
17939 * menu-bar.el: Use function variable instead of switch-to-buffer.
17940 (menu-bar-select-buffer-function): New variable.
17941 (menu-bar-update-buffers): Use it (bug#8876).
17942
17943 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17944
17945 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17946 variable's status.
17947
17948 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17949
17950 * x-dnd.el (x-dnd-version-from-flags)
17951 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17952 and long as number (Bug#8899).
17953 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17954
17955 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17956
17957 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17958 (completion-try-completion, completion-all-completions): Compute the
17959 metadata argument if it's missing; make it optional (bug#8795).
17960
17961 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17962 (widget-complete): Use new :completion-function property.
17963 (widget-completions-at-point): New function.
17964 (default): Use :completion-function instead of :complete.
17965 (widget-default-completions): Rename from widget-default-complete;
17966 Rewrite.
17967 (widget-string-complete, widget-file-complete, widget-color-complete):
17968 Remove functions.
17969 (file, symbol, function, variable, coding-system, color):
17970 * international/mule-cmds.el (default-input-method, charset)
17971 (language-info-custom-alist):
17972 * cus-edit.el (face): Use new property :completions.
17973
17974 * progmodes/pascal.el (pascal-completions-at-point): New function.
17975 (pascal-mode): Use it.
17976 (pascal-mode-map): Use completion-at-point.
17977 (pascal-toggle-completions): Make obsolete.
17978 (pascal-complete-word, pascal-show-completions):
17979 * progmodes/octave-mod.el (octave-complete-symbol):
17980 Redefine as obsolete alias.
17981 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17982 Signal absence of completion info for old Octave,
17983 (inferior-octave-complete): Redefine as obsolete alias.
17984 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17985 (meta-completions-at-point): Rename from meta-complete-symbol and
17986 adapt it for use on completion-at-point-functions.
17987 (meta-common-mode): Use it.
17988 (meta-looking-at-backward, meta-match-buffer): Remove.
17989 (meta-complete-symbol): Redefine as obsolete alias.
17990 (meta-common-mode-map): Use completion-at-point.
17991 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17992 (makefile-mode-map): Use completion-at-point.
17993 (makefile-completions-at-point): Rename from makefile-complete and
17994 adapt it for use on completion-at-point-functions.
17995 (makefile-mode): Use it.
17996 (makefile-complete): Redefine as obsolete alias.
17997
17998 2011-06-20 Deniz Dogan <deniz@dogan.se>
17999
18000 * net/rcirc.el: Delete trailing whitespaces once and for all.
18001
18002 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
18003
18004 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
18005
18006 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
18007
18008 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
18009
18010 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
18011
18012 2011-06-19 Martin Rudalics <rudalics@gmx.at>
18013
18014 * window.el (display-buffer-other-window-means-other-frame):
18015 Call display-buffer-normalize-alist.
18016 (display-buffer-normalize-specifiers-1): Rename to
18017 display-buffer-normalize-argument. New argument other-frame.
18018 Rewrite.
18019 (display-buffer-normalize-specifiers-2): Rename to
18020 display-buffer-normalize-options.
18021 (display-buffer-normalize-alist-1): New function.
18022 (display-buffer-normalize-specifiers-3): Rename to
18023 display-buffer-normalize-alist.
18024 Call display-buffer-normalize-alist-1.
18025 (display-buffer-normalize-options-inhibit): New variable.
18026 (display-buffer-normalize-specifiers): Rewrite calling
18027 display-buffer-normalize-alist,
18028 display-buffer-normalize-argument, and
18029 display-buffer-normalize-options. Don't call the latter if
18030 display-buffer-normalize-options-inhibit is non-nil.
18031 (frame-auto-delete): New option.
18032 (window-deletable-p): Use frame-auto-delete.
18033 (window-list-no-nils, window-state-ignored-parameters)
18034 (window-state-get-1, window-state-get, window-state-put-list)
18035 (window-state-put-1, window-state-put-2, window-state-put):
18036 New functions.
18037 (display-buffer-normalize-options): Move special-display-p group
18038 after pop-up-frame group (Bug#8851) and (Bug#8856).
18039
18040 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
18041
18042 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
18043 groups (Bug#8776).
18044 (rx-submatch-n): New function.
18045 (rx): Document it.
18046
18047 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
18048 (Bug#8768).
18049
18050 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
18051
18052 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
18053
18054 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
18055 anytime existing face settings are present (Bug#8889).
18056
18057 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
18058 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
18059 Remove unused argument.
18060
18061 2011-06-18 Martin Rudalics <rudalics@gmx.at>
18062
18063 * window.el (display-buffer-default-specifiers):
18064 Remove pop-up-frame. Add pop-up-window-min-height,
18065 pop-up-window-min-width, and another reuse-window specifier
18066 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
18067 (display-buffer-normalize-specifiers-2):
18068 Handle split-height-threshold and split-width-threshold also when
18069 pop-up-windows is unset. Add a reuse-window specifier for the
18070 case popping up a new window fails.
18071 (special-display-popup-frame): Remove double quoting.
18072 (display-buffer-normalize-specifiers-1): Fix thinko.
18073
18074 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
18075
18076 * shell.el (shell-completion-vars): Set pcomplete-termination-string
18077 according to comint-completion-addsuffix.
18078
18079 * pcomplete.el: Convert to lexical binding and fix bug#8819.
18080 (pcomplete-suffix-list): Mark as obsolete.
18081 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
18082 pcomplete-seen in the closure.
18083 (pcomplete-comint-setup): Setup completion-at-point as well.
18084 (pcomplete--entries): New function.
18085 (pcomplete--env-regexp): New var.
18086 (pcomplete-entries): Rewrite to work with partial-completion and
18087 without relying on pcomplete-suffix-list.
18088 (pcomplete-pare-list): Remove, unused.
18089
18090 2011-06-17 Martin Rudalics <rudalics@gmx.at>
18091
18092 * window.el (display-buffer-alist): Set pop-up-window-min-height
18093 and pop-up-window-min-width in default value. Reported by
18094 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
18095 other-window-means-other-frame.
18096 (display-buffer-macro-specifiers): Comment out entry for
18097 other-window specifier.
18098 (display-buffer-other-window-means-other-frame): New function.
18099 (display-buffer-normalize-specifiers-1): New arguments
18100 buffer-name and label. Treat other-window case specially.
18101 (display-buffer-normalize-specifiers-2): Treat other-window case
18102 specially.
18103 (display-buffer-normalize-specifiers-3): New function.
18104 (display-buffer-normalize-specifiers):
18105 Call display-buffer-normalize-specifiers-3.
18106
18107 2011-06-17 Martin Rudalics <rudalics@gmx.at>
18108
18109 * window.el (same-window-p): Fix two typos introduced when
18110 adding with-no-warnings.
18111 (display-buffer-normalize-specifiers-1): Don't check
18112 pop-up-frames for 'unset initialization.
18113 (display-buffer-normalize-specifiers-2): Major rewrite using
18114 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
18115 (pop-up-frames, display-buffer-reuse-frames)
18116 (display-buffer-mark-dedicated): Don't initialize to 'unset.
18117 Suggested by David Engster <deng@randomsample.de>.
18118 (even-window-heights): Initialize to 'unset.
18119 (display-buffer-alist-set): Handle new 'unset initializations.
18120 (display-buffer-macro-specifiers): Don't pop up a new frame in the
18121 other window case.
18122
18123 2011-06-16 Martin Rudalics <rudalics@gmx.at>
18124
18125 * window.el (display-buffer-normalize-specifiers-1):
18126 Respect current value of pop-up-frames for most reasonable values of
18127 second argument of display-buffer (Bug#8865).
18128 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
18129 (switch-to-buffer-other-window-same-frame)
18130 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
18131 Adams (Bug#8875).
18132 (display-buffer): Don't check noninteractive when calling
18133 display-buffer-pop-up-frame.
18134 (display-buffer-pop-up-frame): Never pop up a frame in
18135 noninteractive mode (Bug#8857).
18136 (enlarge-window, shrink-window): Don't report an error when the
18137 window can't be resized as requested (Bug#8862).
18138
18139 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18140
18141 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
18142
18143 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
18144
18145 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
18146
18147 2011-06-15 Alan Mackenzie <acm@muc.de>
18148
18149 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
18150 for declarators, disable knr checking to speed up for normal files.
18151 2: Refactor, replacing a sequence of nested if forms by a cond form.
18152
18153 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18154
18155 * net/network-stream.el (open-network-stream): Add the keyword
18156 :always-query-capabilities for the case where you want to force a
18157 `plain' network connection, but the protocol still requires the
18158 capabilitiy command (i.e., SMTP and EHLO).
18159
18160 * subr.el (process-live-p): Rename from `process-alive-p' for
18161 consistency with other `-live-p' functions.
18162
18163 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18164
18165 * window.el (same-window-buffer-names, same-window-regexps)
18166 (special-display-frame-alist, special-display-popup-frame)
18167 (special-display-function, special-display-buffer-names)
18168 (special-display-regexps, pop-up-frame-alist)
18169 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
18170 (pop-up-windows, split-window-preferred-function)
18171 (split-height-threshold, split-width-threshold, even-window-heights)
18172 (display-buffer-mark-dedicated): Don't encourage the use of
18173 display-buffer-alist from Elisp code.
18174
18175 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
18176
18177 * progmodes/python.el (python-mode): Derive from prog-mode.
18178 * progmodes/ps-mode.el (ps-mode):
18179 * progmodes/mixal-mode.el (mixal-mode):
18180 * progmodes/cfengine.el (cfengine-mode):
18181 * progmodes/ld-script.el (ld-script-mode): Likewise.
18182
18183 2011-06-15 Martin Rudalics <rudalics@gmx.at>
18184
18185 * window.el (display-buffer-alist): Trim default value to avoid
18186 popping up a new frame (Bug#8857) or reusing an arbitrary window
18187 on another frame.
18188 (display-buffer): Do not fall back on popping up a new frame in
18189 batch mode (Bug#8857).
18190
18191 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
18192
18193 * cus-theme.el (describe-theme-1): Use custom-theme-p.
18194 (custom-theme-summary): New function.
18195 (customize-themes): Use it.
18196
18197 2011-06-13 Glenn Morris <rgm@gnu.org>
18198
18199 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
18200
18201 2011-06-13 Martin Rudalics <rudalics@gmx.at>
18202
18203 * help.el (help-window): Remove variable.
18204 (help-window-point-marker, temp-buffer-max-height)
18205 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
18206 (help-print-return-message): Don't set help-window.
18207 (resize-temp-buffer-window): Rewrite cod eand doc-string.
18208 (help-window-setup-finish): Remove.
18209 (help-window-display-message, help-window-setup)
18210 (with-help-window): Major rewrite based on new
18211 display-buffer-window variable.
18212
18213 * help-mode.el (help-mode-finish): Remove help-window related
18214 code.
18215
18216 * view.el (view-exits-all-viewing-windows): Remove reference to
18217 view-return-to-alist in doc-string.
18218 (view-return-to-alist): Make obsolete.
18219 (view-buffer): Call pop-to-buffer-same-window and remove
18220 undo-window code.
18221 (view-buffer-other-window): Call pop-to-buffer-other-window and
18222 simplify code. Ignore second argument.
18223 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
18224 simplify code. Ignore second argument.
18225 (view-return-to-alist-update): Make obsolete.
18226 (view-mode-enter): Rename second argument to QUIT-RESTORE.
18227 Rewrite using quit-restore window parameters.
18228 (view-mode-exit): Rename second argument to EXIT-ONLY.
18229 Rewrite using quit-restore-window.
18230 (View-exit, View-exit-and-edit, View-leave, View-quit)
18231 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
18232 appropriate arguments.
18233 (view-end-message): Use quit-restore window parameter.
18234
18235 * window.el (display-buffer-function): Rewrite doc-string.
18236 (display-buffer-window, display-buffer-alist): New variables.
18237 (display-buffer-split-specifiers)
18238 (display-buffer-side-specifiers)
18239 (display-buffer-macro-specifiers): New constants.
18240 (display-buffer-even-window-sizes, display-buffer-set-height)
18241 (display-buffer-set-width, display-buffer-select-window)
18242 (display-buffer-in-window, display-buffer-reuse-window)
18243 (display-buffer-split-window-1, display-buffer-split-window)
18244 (display-buffer-split-atom-window, display-buffer-pop-up-window)
18245 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
18246 (display-buffer-in-side-window, normalize-buffer-to-display)
18247 (display-buffer-normalize-specifiers-1)
18248 (display-buffer-normalize-specifiers-2)
18249 (display-buffer-normalize-specifiers, display-buffer-frame):
18250 New functions.
18251 (display-buffer): Major rewrite.
18252 (display-buffer-other-window, display-buffer-other-frame)
18253 (pop-to-buffer, switch-to-buffer-other-window)
18254 (switch-to-buffer-other-frame): Rewrite.
18255 (display-buffer-same-window, display-buffer-same-frame)
18256 (display-buffer-same-frame-other-window)
18257 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18258 (pop-to-buffer-other-window)
18259 (pop-to-buffer-same-frame-other-window)
18260 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
18261 (switch-to-buffer-other-window-same-frame): New functions.
18262 (same-window-p, special-display-p): Rewrite disabling warnings.
18263 Make obsolete.
18264 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18265 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
18266 Make obsolete
18267 (same-window-buffer-names, same-window-regexps)
18268 (special-display-frame-alist, special-display-popup-frame)
18269 (special-display-function, special-display-buffer-names)
18270 (special-display-regexps, pop-up-frame-alist)
18271 (pop-up-frame-function, split-window-preferred-function)
18272 (split-height-threshold, split-width-threshold)
18273 (even-window-heights): Make obsolete.
18274
18275 2011-06-12 Glenn Morris <rgm@gnu.org>
18276
18277 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
18278 Misc simplifications.
18279
18280 2011-06-12 Martin Rudalics <rudalics@gmx.at>
18281
18282 * window.el (window-safely-shrinkable-p): Restore function which
18283 was inadvertently removed in change from 2011-06-11. Declare as
18284 obsolete.
18285
18286 * calendar/calendar.el (calendar-generate-window):
18287 Use window-iso-combined-p instead of combination of one-window-p and
18288 window-safely-shrinkable-p.
18289
18290 2011-06-12 Glenn Morris <rgm@gnu.org>
18291
18292 * progmodes/fortran.el (fortran-mode-syntax-table):
18293 * progmodes/f90.el (f90-mode-syntax-table):
18294 Set % to punctuation. (Bug#8820)
18295 (f90-find-tag-default): Remove, no longer needed.
18296
18297 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
18298
18299 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18300
18301 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
18302
18303 * image.el (image-animated-p): Return animation delay in seconds.
18304 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18305 (image-animate-timeout): Remove DELAY argument. Don't assume
18306 every subimage has the same delay; get it from image-animated-p.
18307 (image-animate): Caller changed.
18308
18309 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
18310
18311 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18312 to ignored backtrace functions.
18313
18314 2011-06-11 Glenn Morris <rgm@gnu.org>
18315
18316 * calendar/appt.el (appt-disp-window-function): Doc fix.
18317 (appt-check): Handle overlapping appointments. (Bug#8337)
18318
18319 2011-06-11 Martin Rudalics <rudalics@gmx.at>
18320
18321 * window.el (window-tree-1, window-tree): New functions, moving
18322 the latter to window.el.
18323 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18324 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18325 (bw-refresh-edges): Remove.
18326 (balance-windows-1, balance-windows-2): New functions.
18327 (balance-windows): Rewrite in terms of window tree functions,
18328 balance-windows-1 and balance-windows-2.
18329 (bw-adjust-window): Remove.
18330 (balance-windows-area-adjust): New function with functionality of
18331 bw-adjust-window but using resize-window.
18332 (set-window-text-height): Rewrite doc-string.
18333 Use normalize-live-window and resize-window.
18334 (enlarge-window-horizontally, shrink-window-horizontally):
18335 Rename argument to DELTA.
18336 (window-buffer-height): New function.
18337 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18338 Rewrite using new window resize routines.
18339 (kill-buffer-and-window, mouse-autoselect-window-select):
18340 Use ignore-errors instead of condition-case.
18341 (quit-window): Call delete-frame instead of delete-windows-on
18342 for the only buffer on frame.
18343
18344 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18345
18346 * loadup.el (top-level): Load window before files for the sake
18347 of replace-buffer-in-windows.
18348
18349 * files.el (read-buffer-to-switch)
18350 (switch-to-buffer-other-window)
18351 (switch-to-buffer-other-frame, display-buffer-other-frame):
18352 Move to window.el.
18353
18354 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18355 (previous-buffer): Move to window.el.
18356
18357 * bindings.el (unbury-buffer): Move to window.el.
18358
18359 * window.el (delete-other-windows-vertically): Move after
18360 definition of delete-other-windows.
18361 (other-window, delete-windows-on, replace-buffer-in-windows):
18362 Move here from window.c.
18363 (record-window-buffer, unrecord-window-buffer)
18364 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18365 (switch-to-next-buffer): New functions.
18366 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18367 from simple.el. Call switch-to-next-buffer.
18368 (previous-buffer): Move here from simple.el.
18369 Call switch-to-prev-buffer.
18370 (bury-buffer): Move here from buffer.c. Switch to previous
18371 buffer when window cannot be deleted.
18372 (unbury-buffer): Move here from bindings.el.
18373 (ctl-x-map): Move binding for other-window from window.c to
18374 here.
18375 (read-buffer-to-switch, switch-to-buffer-other-window)
18376 (switch-to-buffer-other-frame): Move here from files.el.
18377 (normalize-buffer-to-switch-to): New functions.
18378 (switch-to-buffer): Move here from buffer.c.
18379 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18380
18381 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18382
18383 * window.el (window-min-height, window-min-width): Move here
18384 from window.c. Add defcustoms and rewrite doc-strings.
18385 (resize-mini-window, resize-window): New functions.
18386 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18387 Move here from window.c.
18388 (maximize-window, minimize-window): New functions.
18389 (delete-window, delete-other-windows, split-window): Move here
18390 from window.c.
18391 (window-split-min-size): New function.
18392 (split-window-keep-point): Mention split-window-above-each-other
18393 instead of split-window-vertically.
18394 (split-window-above-each-other, split-window-vertically):
18395 Rename split-window-vertically to split-window-above-each-other
18396 and provide defalias for old definition.
18397 (split-window-side-by-side, split-window-horizontally):
18398 Rename split-window-horizontally to split-window-side-by-side
18399 and provide defalias for the old definition.
18400 (ctl-x-map): Move bindings for delete-window,
18401 delete-other-windows and enlarge-window here from window.c.
18402 Replace bindings for split-window-vertically and
18403 split-window-horizontally by bindings for
18404 split-window-above-each-other and split-window-side-by-side.
18405
18406 * cus-start.el (all): Remove entries for window-min-height and
18407 window-min-width. Add entries for window-splits and
18408 window-nest.
18409
18410 2011-06-09 Glenn Morris <rgm@gnu.org>
18411
18412 * calendar/appt.el (appt-mode-line): New function.
18413 (appt-check, appt-disp-window): Use it.
18414
18415 * files.el (hack-one-local-variable-eval-safep):
18416 Allow minor-modes with explicit +/-1 arguments.
18417
18418 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18419
18420 * term/xterm.el (xterm): Add defgroup.
18421 (xterm-extra-capabilities): Add defcustom to supply known xterm
18422 capabilities, skip querying them, or query them (default).
18423 (terminal-init-xterm): Use it.
18424 (terminal-init-xterm-modify-other-keys): New function to set up
18425 modifyOtherKeys support to simplify `terminal-init-xterm'.
18426
18427 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18428
18429 * window.el (resize-window-reset, resize-window-reset-1)
18430 (resize-subwindows-skip-p, resize-subwindows-normal)
18431 (resize-subwindows, resize-other-windows, resize-this-window)
18432 (resize-root-window, resize-root-window-vertically)
18433 (window-deletable-p, window-or-subwindow-p)
18434 (frame-root-window-p): New functions.
18435
18436 2011-06-09 Glenn Morris <rgm@gnu.org>
18437
18438 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18439 (ange-ftp-get-files): Use it.
18440
18441 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18442
18443 * mail/sendmail.el (mail-recover-1, mail-recover):
18444 * files.el (recover-file, recover-session):
18445 Handle dired-listing-switches not being just a single short option.
18446
18447 2011-06-09 Glenn Morris <rgm@gnu.org>
18448
18449 * calendar/appt.el (appt-display-message, appt-disp-window):
18450 Handle lists of appointments.
18451
18452 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18453
18454 * window.el (one-window-p): Move down in code.
18455 Rewrite doc-string.
18456 (window-current-scroll-bars): Rewrite doc-string.
18457 Normalize live window argument.
18458 (walk-windows, get-window-with-predicate, count-windows):
18459 Rewrite doc-string. Use window-list-1.
18460 (window-in-direction-2, window-in-direction, get-mru-window):
18461 New functions.
18462
18463 2011-06-08 Reuben Thomas <rrt@sc3d.org>
18464
18465 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18466 Doc fix (Bug#8713).
18467
18468 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
18469
18470 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18471
18472 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18473
18474 * loadhist.el (unload-feature-special-hooks):
18475 Add `comint-output-filter-functions'.
18476
18477 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18478
18479 * calendar/appt.el (appt-check): Move some initializations into the let.
18480
18481 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18482
18483 * window.el (window-height): Defalias to window-total-height.
18484 (window-width): Defalias to window-body-width.
18485
18486 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18487
18488 * image-mode.el (image-toggle-animation): New command.
18489 (image-mode-map): Bind it to RET.
18490 (image-mode): Update message.
18491 (image-toggle-display-image): Avoid a spurious cache flush.
18492 (image-transform-rotation): Doc fix.
18493 (image-transform-properties): Return quickly in the normal case.
18494 (image-animate-loop): Rename from image-animate-max-time.
18495
18496 * image.el (image-animate-max-time): Move to image-mode.el.
18497 (create-animated-image): Remove unnecessary function.
18498 (image-animate): Rename from image-animate-start. New arg.
18499 (image-animate-stop): Remove; just use image-animate-timer.
18500 (image-animate-timer): Use car-safe.
18501 (image-animate-timeout): Rename argument.
18502
18503 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18504
18505 * window.el (get-lru-window, get-largest-window): Move here from
18506 window.c. Rename first argument to ALL-FRAMES.
18507 Rephrase doc-strings.
18508 (get-buffer-window-list): Rewrite using window-list-1.
18509 Rephrase doc-string.
18510 (window-safe-min-height, window-safe-min-width): New constants.
18511 (window-size-ignore, window-min-size, window-min-size-1)
18512 (window-sizable, window-sizable-p, window-size-fixed-1)
18513 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18514 (window-max-delta-1, window-max-delta, window-resizable)
18515 (window-resizable-p, window-total-height, window-total-width)
18516 (window-body-width): New functions.
18517 (window-full-height-p, window-full-width-p): Rewrite using
18518 window-total-size.
18519 (window-body-height): Rewrite using window-body-size.
18520
18521 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18522
18523 * window.el (window-right, window-left, window-child)
18524 (window-child-count, window-last-child, window-any-p)
18525 (normalize-live-buffer, normalize-live-frame)
18526 (normalize-any-window, normalize-live-window)
18527 (window-iso-combination-p, window-iso-combined-p)
18528 (window-iso-combinations)
18529 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18530 (windows-with-parameter, window-with-parameter)
18531 (window-atom-root, make-window-atom, window-atom-check-1)
18532 (window-atom-check, window-side-check, window-check):
18533 New functions.
18534 (ignore-window-parameters, window-sides, window-sides-vertical)
18535 (window-sides-slots): New variables.
18536 (window-size-fixed): Move down in code. Minor doc-string fix.
18537
18538 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18539
18540 * comint.el (comint-dynamic-complete-as-filename)
18541 (comint-dynamic-complete-filename): Correctly call
18542 completion-in-region.
18543
18544 2011-06-05 Deniz Dogan <deniz@dogan.se>
18545
18546 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18547 in last change.
18548
18549 2011-06-05 Deniz Dogan <deniz@dogan.se>
18550
18551 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18552 (rcirc): Use it to prompt for encryption.
18553
18554 2011-06-05 Roland Winkler <winkler@gnu.org>
18555
18556 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18557 (bibtex-search-entries): New command bound to C-c C-a.
18558 (bibtex-display-entries): New function.
18559
18560 2011-06-05 Roland Winkler <winkler@gnu.org>
18561
18562 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18563 (bibtex-insert-kill): After yanking insert newline if necessary.
18564 (bibtex-initialize): Call bibtex-string-files-init only once.
18565 (bibtex-mode): Do not call easy-menu-add.
18566 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18567 (bibtex-yank): Set arg properly if nil.
18568
18569 2011-06-05 Roland Winkler <winkler@gnu.org>
18570
18571 * textmodes/bibtex.el (bibtex-search-entry-globally):
18572 New variable.
18573 (bibtex-search-entry): Use it.
18574
18575 2011-06-05 Roland Winkler <winkler@gnu.org>
18576
18577 * textmodes/bibtex.el (bibtex-entry-format): New option
18578 sort-fields.
18579 (bibtex-format-entry, bibtex-reformat): Honor this option.
18580 (bibtex-parse-entry): Return fields in proper order.
18581
18582 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18583
18584 * doc-view.el (doc-view-remove-if): Move computation of result out
18585 of `dolist' to silence misleading lexical-binding warning.
18586
18587 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18588
18589 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18590 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18591
18592 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18593
18594 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18595 "SunOS 5.10".
18596
18597 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18598
18599 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18600 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18601 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18602 (tramp-parse-putty):
18603 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18604 (tramp-completion-function-alist-ssh)
18605 (tramp-completion-function-alist-telnet)
18606 (tramp-completion-function-alist-su)
18607 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18608 cookie.
18609
18610 * net/tramp-ftp.el:
18611 * net/tramp-sh.el:
18612 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18613 load "tramp.el" `tramp-set-completion-function'.
18614
18615 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18616
18617 * shell.el: Require and use pcomplete.
18618 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18619 (shell-completion-vars): Set pcomplete-default-completion-function.
18620
18621 2011-06-04 Deniz Dogan <deniz@dogan.se>
18622
18623 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18624 `memq' (Bug#8799).
18625
18626 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18627
18628 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18629
18630 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18631
18632 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18633 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18634 * vc/log-view.el (log-view-beginning-of-defun):
18635 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18636 (smerge-refine-forward, smerge-refine-chopup-region):
18637 Silence warning for unused `dotimes' counter variables.
18638
18639 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18640
18641 * net/tramp.el (tramp-with-progress-reporter): Rename from
18642 with-progress-reporter. Use `declare'.
18643 * net/tramp-smb.el:
18644 * net/tramp-sh.el:
18645 * net/tramp-gvfs.el: Update all uses.
18646
18647 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18648
18649 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18650 buffer isn't killed before making it current.
18651
18652 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18653
18654 Silence various byte-compiler warnings.
18655 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18656 `access-type' and new obsolescence format.
18657 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18658 new format.
18659 (byte-compile-check-variable): New `access-type' argument.
18660 Only warn if the access-type is obsolete.
18661 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18662 (byte-compile-variable-set): Adjust callers.
18663 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18664 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18665 setting it as obsolete.
18666 * simple.el (minibuffer-completing-symbol):
18667 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18668 access as obsolete.
18669 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18670 obsolete yet.
18671 * international/quail.el (quail-mouse-choose-completion): Remove unused
18672 code referring to obsolete var.
18673 (quail-choose-completion-string): Remove.
18674 * server.el (server-clients-with, server-kill-buffer-query-function)
18675 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18676 * proced.el (proced-send-signal):
18677 * emacs-lisp/lisp.el (lisp-complete-symbol):
18678 Replace completion-annotate-function with completion-extra-properties.
18679
18680 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18681
18682 * simple.el (goto-line): Use read-number.
18683 (overriding-map-is-bound): Remove.
18684 (saved-overriding-map): Change default.
18685 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18686 Take the map as argument.
18687 (universal-argument, negative-argument, digit-argument): Use it.
18688 (restore-overriding-map): Adjust.
18689 (do-auto-fill): Use fill-forward-paragraph.
18690 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18691
18692 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18693 (minibuffer-inactive-mode): New major mode.
18694 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18695 the *Messages* buffer" hack.
18696 (mouse-popup-menubar): Don't burp if the event is a normal key.
18697
18698 Miscellaneous tweaks.
18699 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18700 lexical scoping as in subr.el's dolist and dotimes.
18701 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18702 Silence compiler warning.
18703 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18704 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18705 * international/ccl.el (ccl-compile): Trivial simplification.
18706 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18707 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18708 `printflag' argument.
18709 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18710 Purecopy the whole obsolescence data.
18711
18712 2011-06-01 Leo Liu <sdl.web@gmail.com>
18713
18714 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18715 improve doc-string as suggested by Marco Pessotto
18716 <melmothx@gmail.com>.
18717 (rcirc-print): Fix last change.
18718
18719 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18720
18721 * minibuffer.el (complete-with-action): Return nil for the metadata and
18722 boundaries of non-functional tables.
18723 (completion-table-dynamic): Return nil for the metadata.
18724 (completion-table-with-terminator): Add default case, using
18725 complete-with-action.
18726 (completion--metadata): New function.
18727 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18728 to try and avoid pathological performance problems.
18729 (completion--embedded-envvar-table): Return `category' metadata.
18730
18731 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18732
18733 * subr.el (process-alive-p): New tiny convenience function.
18734
18735 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18736
18737 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18738 content but also its previous major mode.
18739
18740 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18741
18742 * emacs-lisp/debug.el (debug): Restore the previous content of the
18743 *Backtrace* buffer when we exit with C-M-c.
18744
18745 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18746
18747 * minibuffer.el: Add metadata method to completion tables.
18748 (completion-category-overrides): New defcustom.
18749 (completion-metadata, completion--field-metadata)
18750 (completion-metadata-get, completion--styles)
18751 (completion--cycle-threshold): New functions.
18752 (completion-try-completion, completion-all-completions):
18753 Add `metadata' argument to choose completion-styles.
18754 (completion--do-completion): Use metadata to choose cycling.
18755 (completion-all-sorted-completions): Use metadata for sorting.
18756 Remove :completion-cycle-penalty which is not needed any more.
18757 (completion--try-word-completion): Add `metadata' argument.
18758 (minibuffer-completion-help): Check metadata for annotation function
18759 and sorting.
18760 (completion-file-name-table): Return `category' metadata.
18761 (minibuffer-completing-file-name): Make obsolete.
18762 * simple.el (minibuffer-completing-symbol): Make obsolete.
18763 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18764 completion-try-completion.
18765
18766 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18767
18768 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18769
18770 2011-05-30 Leo Liu <sdl.web@gmail.com>
18771
18772 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18773 (rcirc-print): Decode all incoming messages (bug#8744).
18774 (rcirc-decode-coding-system): Allow value nil for automatic coding
18775 system detection.
18776
18777 2011-06-01 Glenn Morris <rgm@gnu.org>
18778
18779 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18780
18781 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18782
18783 * image.el (image-animate-max-time): Allow nil and t values.
18784 Default to nil.
18785 (create-animated-image): Doc fix.
18786 (image-animate-start): Remove second arg; just use
18787 image-animate-max-time.
18788 (image-animate-timeout): Doc fix. Args changed.
18789
18790 * image-mode.el (image-toggle-display-image): Ensure that the
18791 image spec passed to the animate timer is the same object as in
18792 the buffer's display property (Bug#6981).
18793 (image-transform-properties): Doc fix.
18794
18795 * image.el (image-animate-max-time): Default to nil.
18796
18797 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18798
18799 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18800 entire buffer list (Bug#8184).
18801
18802 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18803
18804 * image.el (imagemagick-types-inhibit)
18805 (imagemagick-register-types): Doc fix.
18806
18807 2011-05-29 Deniz Dogan <deniz@dogan.se>
18808
18809 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18810 default.
18811
18812 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18813
18814 * select.el: Don't perform clipboard-manager saving in hooks;
18815 leave the hooks empty.
18816
18817 2011-05-28 Leo Liu <sdl.web@gmail.com>
18818
18819 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18820 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18821 (occur-edit-mode): New major mode (Bug#8463).
18822 (occur-after-change-function): New function.
18823 (occur-engine): Give Occur tags a read-only property.
18824
18825 2011-05-28 Kevin Ryde <user42@zip.com.au>
18826
18827 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18828
18829 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18830
18831 * bindings.el (help-echo): Make the initial non-indicator dash
18832 empty on graphical terminals (Bug#7295).
18833
18834 * files.el (auto-mode-alist): Move config rule after the
18835 in-stripping one (Bug#8547).
18836
18837 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18838
18839 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18840 setting (Bug#8740).
18841
18842 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18843
18844 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18845 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18846 (Bug#8539).
18847
18848 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18849
18850 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18851
18852 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18853
18854 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18855 (hs-hide-block-at-point, hs-find-block-beginning)
18856 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18857 (Bug#8279).
18858
18859 2011-05-28 Glenn Morris <rgm@gnu.org>
18860
18861 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18862
18863 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18864
18865 * help-fns.el (describe-function-1): If the function is a derived
18866 major mode, print the parent mode.
18867
18868 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18869 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18870
18871 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18872
18873 * minibuffer.el (completion--capf-wrapper): Check applicability before
18874 returning non-nil for non-exclusive completion data.
18875 * progmodes/etags.el (tags-completion-at-point-function):
18876 * info-look.el (info-lookup-completions-at-point): Mark as
18877 non-exclusive.
18878 (info-complete): Adjust accordingly.
18879
18880 * info-look.el: Convert to lexical-binding and completion-at-point.
18881 (info-lookup-completions-at-point): New function.
18882 (info-complete): Use it and completion-in-region.
18883
18884 2011-05-28 Drew Adams <drew.adams@oracle.com>
18885
18886 * isearch.el: Let M-e start with point at the first mismatched char.
18887 (isearch-fail-pos): New function.
18888 (isearch-edit-string): Use it.
18889
18890 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18891
18892 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18893
18894 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18895
18896 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18897 traversal functions for avl-trees.
18898 (avl-tree--stack): New struct.
18899 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18900 (avl-tree-enter): Add optional `updatefun' arg.
18901 (avl-tree--do-enter): Add optional `updatefun' arg.
18902 Change return value.
18903 (avl-tree-delete): Add optional `test' and `nilflag' args.
18904 (avl-tree--do-delete): Add `test' and `nilflag' args.
18905 Change return value.
18906 (avl-tree-member): Add optional `nilflag'
18907 (avl-tree-member-p): New function.
18908 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18909 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18910 (avl-tree-stack-empty-p): New functions.
18911
18912 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18913 avl-tree--del-balance1 and make it work both ways.
18914 (avl-tree--del-balance2): Remove.
18915 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18916 make it work both ways.
18917 (avl-tree--enter-balance2): Remove.
18918 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18919 New macros.
18920 (avl-tree--mapc, avl-tree-map): Add direction argument.
18921
18922 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18923
18924 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18925
18926 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18927
18928 * select.el: Support clipboard managers with built-in function
18929 x-clipboard-manager-save, via delete-frame-functions and
18930 kill-emacs-hook.
18931 (xselect-convert-to-targets): Add MULTIPLE target to list.
18932 (xselect-convert-to-save-targets): New function.
18933
18934 2011-05-27 Kenichi Handa <handa@m17n.org>
18935
18936 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18937 let-binding rfc2047-encode-encoded-words to nil.
18938
18939 2011-05-27 Glenn Morris <rgm@gnu.org>
18940
18941 * mail/emacsbug.el: Don't require url-util.
18942
18943 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18944
18945 * files.el (set-auto-mode):
18946 Also respect mode: entries at the end of the file. (Bug#8586)
18947
18948 2011-05-26 Glenn Morris <rgm@gnu.org>
18949
18950 * files.el (hack-local-variables-prop-line, hack-local-variables):
18951 Downcase mode names, as seems to be traditional.
18952 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18953
18954 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18955 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18956
18957 2011-05-25 Julien Danjou <julien@danjou.info>
18958
18959 * textmodes/rst.el (rst-define-level-faces): Do not define face
18960 symbol if it is already defined.
18961
18962 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18963
18964 * play/5x5.el (5x5-new-game, 5x5-randomize):
18965 Reset 5x5-solver-output to nil when a new grid is cast.
18966 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18967 these debugging traces, as defmacro breaks the compiled code.
18968
18969 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18970
18971 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18972
18973 2011-05-24 Leo Liu <sdl.web@gmail.com>
18974
18975 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18976 (vc-bzr-sha1): Adapt.
18977
18978 * sha1.el: Remove. Function `sha1' is now builtin.
18979
18980 * bindings.el: Provide sha1 feature.
18981
18982 2011-05-24 Kenichi Handa <handa@m17n.org>
18983
18984 * mail/sendmail.el: Require `rfc2047'.
18985 (mail-insert-from-field): Do not perform RFC2047 encoding.
18986 (mail-encode-header): New function.
18987 (sendmail-send-it): Set buffer-file-coding-system of the work
18988 buffer to the return value of select-message-coding-system.
18989 Call mail-encode-header.
18990
18991 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18992
18993 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18994
18995 * mail/supercite.el (sc-default-cite-frame):
18996 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18997
18998 2011-05-24 Glenn Morris <rgm@gnu.org>
18999
19000 * progmodes/python.el (brm-menu): Declare.
19001
19002 * emulation/viper.el (viper-set-hooks): Declare.
19003
19004 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
19005 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
19006 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
19007 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
19008 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
19009 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
19010
19011 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
19012
19013 Add an :exit-function for completion-at-point.
19014
19015 * minibuffer.el (completion--done): New fun.
19016 (completion--do-completion): Use it. New arg `expect-exact'.
19017 (minibuffer-complete, minibuffer-complete-word): Don't output message,
19018 since completion--do-completion does it for us now.
19019 (minibuffer-force-complete): Use completion--done and
19020 completion--replace. Handle sole-completion case with more care.
19021 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
19022 (completion-extra-properties): New var.
19023 (completion-annotate-function): Make obsolete.
19024 (minibuffer-completion-help): Adjust accordingly.
19025 Use completion-list-insert-choice-function.
19026 (completion-at-point, completion-help-at-point):
19027 Bind completion-extra-properties.
19028 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
19029 * simple.el (completion-list-insert-choice-function): New var.
19030 (completion-setup-function): Preserve it.
19031 (choose-completion): Pay attention to it, shuffle the code a bit.
19032 (choose-completion-string): New arg `insert-function'.
19033
19034 * textmodes/bibtex.el: Convert to lexical binding.
19035 (bibtex-mode-map): Use completion-at-point.
19036 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
19037 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
19038 (bibtex-complete): Define as obsolete alias.
19039 (bibtex-complete-internal): Remove.
19040 (bibtex-format-entry): Remove unused sub-group in regexp.
19041 * shell.el (shell--command-completion-data)
19042 (shell-environment-variable-completion):
19043 * pcomplete.el (pcomplete-completions-at-point):
19044 * comint.el (comint--complete-file-name-data): Use :exit-function
19045 instead of completion-table-with-terminator so it also works for
19046 choose-completion.
19047
19048 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19049
19050 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
19051
19052 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
19053 (bug#8710).
19054
19055 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
19056
19057 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
19058
19059 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
19060 customization variable and implement: If non-nil, auto-fill will
19061 be inhibited while on topic's header line.
19062
19063 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
19064
19065 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
19066 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
19067 always have a solution in grid size = 5 cases.
19068 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
19069 (5x5-solver-output, 5x5-log-buffer): New vars.
19070 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
19071 Make these variables buffer local to achieve 5x5 multi-session-ness.
19072 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
19073 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
19074 (5x5-solve-suggest): New funs.
19075 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
19076 randomize a grid so that we ensure that there is always a solution.
19077 (5x5-make-random-grid): Allow other movement than flipping.
19078
19079 2011-05-23 Kevin Ryde <user42@zip.com.au>
19080
19081 * emacs-lisp/advice.el (ad-read-advised-function):
19082 Use `function-called-at-point' as the default, if it has
19083 advice and passes PREDICATE.
19084
19085 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19086
19087 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
19088 byte-compile-lambda if it's actually a lambda.
19089
19090 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
19091 Fix function quoting. Use backquote better.
19092
19093 2011-05-22 Yuanle Song <sylecn@gmail.com>
19094
19095 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
19096 matching (Bug#8516).
19097
19098 2011-01-22 Jari Aalto <jari.aalto@cante.net>
19099
19100 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
19101 different face (Bug#8178).
19102
19103 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
19104
19105 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
19106 defface (Bug#8144).
19107
19108 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19109
19110 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
19111 funcall as well (bug#8712). Warn when performing those conversions.
19112 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
19113
19114 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
19115
19116 2011-05-22 Glenn Morris <rgm@gnu.org>
19117
19118 * files.el (hack-local-variables-prop-line): Small simplifications.
19119 (hack-local-variables, hack-local-variables-prop-line):
19120 If MODE-ONLY, return the mode, rather than just `t'.
19121
19122 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
19123
19124 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
19125
19126 2011-05-21 Glenn Morris <rgm@gnu.org>
19127
19128 * files.el (hack-local-variables-prop-line, hack-local-variables):
19129 If only interested in the mode, don't bother doing the other stuff.
19130
19131 * image-mode.el (image-after-revert-hook):
19132 Redraw all frames on which the image is visible. (Bug#8567)
19133
19134 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
19135
19136 * wid-edit.el (widget-checklist-match-inline):
19137 Fix 2011-04-19 change. (Bug#8649)
19138
19139 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19140
19141 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
19142 Also allow singlespace after single-letter capitals followed by a dot.
19143
19144 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
19145 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
19146
19147 2011-05-20 Nix <nix@esperi.org.uk>
19148
19149 * files.el (basic-save-buffer-2):
19150 Fix handling of break-hardlink-on-save with non-existent files.
19151
19152 2011-05-19 Deniz Dogan <deniz@dogan.se>
19153
19154 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
19155 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
19156
19157 2011-05-19 Glenn Morris <rgm@gnu.org>
19158
19159 * progmodes/f90.el (f90-type-def-re):
19160 Handle "type, bind(c)". (Bug#8691)
19161
19162 * emacs-lisp/autoload.el (batch-update-autoloads):
19163 Set autoload-excludes by parsing loadup.el rather than Makefiles.
19164
19165 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
19166
19167 * net/tramp.el (tramp-process-actions): Set "first-password-request"
19168 property for the correct connection in case of multihops.
19169
19170 2011-05-18 Glenn Morris <rgm@gnu.org>
19171
19172 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
19173 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
19174
19175 Rationalize calendar handling of day and month abbrev-arrays.
19176 * calendar/calendar.el (calendar-customized-p): New function.
19177 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
19178 (calendar-day-name-array, calendar-month-name-array): Doc fix.
19179 Add :set function.
19180 (calendar-abbrev-length, calendar-day-abbrev-array)
19181 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
19182 (calendar-day-abbrev-array, calendar-month-abbrev-array):
19183 Elements may no longer be nil.
19184 (calendar-day-name, calendar-month-name):
19185 Update for changed nature of abbrev arrays.
19186 * calendar/diary-lib.el (diary-name-pattern):
19187 Update for changed nature of abbrev arrays.
19188 (diary-mark-entries-1): Update calendar-make-alist calls.
19189 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
19190 * calendar/cal-html.el (cal-html-day-abbrev-array):
19191 Simply inherit from calendar-day-abbrev-array.
19192
19193 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
19194
19195 * progmodes/grep.el (grep-mode): Disable default
19196 compilation-directory-matcher setting (bug#8684).
19197
19198 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
19199
19200 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
19201 instead of "head" and "tail". There were problems with SunOS 5.9,
19202 and it performs better.
19203
19204 2011-05-17 Glenn Morris <rgm@gnu.org>
19205
19206 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
19207
19208 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
19209 Replace obsolete function.
19210
19211 * shell.el (pcomplete-parse-arguments-function): Declare.
19212
19213 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
19214 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
19215 (appt-check): Doc fixes.
19216 (appt-disp-window-function, appt-delete-window-function):
19217 Remove needless special case in custom :type.
19218 (appt-display-count): Default to 0, not nil.
19219 (appt-check): Reset appt-display-count to 0, not nil.
19220
19221 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
19222
19223 * progmodes/python.el (python-font-lock-keywords):
19224 Add the Python 3.X keyword "nonlocal" (bug#8639).
19225
19226 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
19227
19228 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
19229
19230 2011-05-16 Kevin Ryde <user42@zip.com.au>
19231
19232 * info-look.el (makefile-automake-mode): New setups, looking in
19233 automake manual, then makefile-mode.
19234 (makefile-mode): Remove automake manual, have it just in
19235 makefile-automake-mode since there's various things different or
19236 not relevant to plain make.
19237 (makefile-mode): Remove "other-modes" non-existent automake-mode,
19238 believe a hypothetical automake-mode would go to makefile-mode,
19239 not the other way around.
19240
19241 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
19242
19243 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
19244 hunk-end tags (Bug#8672).
19245
19246 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
19247 vc-annotate-show-diff-revision-at-line (Bug#8671).
19248
19249 2011-05-14 Glenn Morris <rgm@gnu.org>
19250
19251 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
19252 in the middle of an existing one with multiple authors. (Bug#8645)
19253 (change-log-font-lock-keywords): Also handle multiple author lines
19254 with leading tabs. (Bug#8644)
19255
19256 * calendar/appt.el (appt-check): Rename some local variables.
19257 Some simplification/reordering.
19258
19259 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
19260 (feedmail-sendmail-f-doesnt-sell-me-out)
19261 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19262 (feedmail-debug-sit-for, feedmail-queue-express-hook)
19263 (feedmail-queue-runner-message-sender): Set :version.
19264 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
19265 (bbdb-dwim-net-address, vm-mail): Declare.
19266 (feedmail-binmail-gnulinuxish-template):
19267 Rename from feedmail-binmail-linuxish-template.
19268 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
19269 Use insert-buffer-substring.
19270
19271 2011-05-14 Bill Carpenter <bill@carpenter.org>
19272
19273 * mail/feedmail.el (feedmail-patch-level): Increase.
19274 (feedmail-debug): New custom group.
19275 (feedmail-confirm-outgoing-timeout)
19276 (feedmail-sendmail-f-doesnt-sell-me-out)
19277 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19278 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19279 (feedmail-sender-line, feedmail-from-line)
19280 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
19281 (feedmail-spray-this-address)
19282 (feedmail-spray-address-fiddle-plex-list)
19283 (feedmail-queue-use-send-time-for-date)
19284 (feedmail-queue-use-send-time-for-message-id)
19285 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19286 (feedmail-buffer-eating-function):
19287 Doc fixes.
19288 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19289 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19290 (feedmail-message-action-scroll-down): New functions.
19291 (feedmail-queue-directory, feedmail-queue-draft-directory):
19292 Use expand-file-name.
19293 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19294 Remove C-v help entry.
19295 (feedmail-queue-buffer-file-name): New variable.
19296 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19297 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19298 (feedmail-message-action-send-strong, feedmail-message-action-edit)
19299 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19300 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19301 (feedmail-message-action-toggle-spray)
19302 (feedmail-run-the-queue-no-prompts)
19303 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19304 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19305 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19306 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19307 (feedmail-envelope-deducer, feedmail-fiddle-from)
19308 (feedmail-fiddle-sender, feedmail-default-date-generator)
19309 (feedmail-fiddle-date, feedmail-fiddle-message-id)
19310 (feedmail-fiddle-spray-address)
19311 (feedmail-fiddle-list-of-spray-fiddle-plexes)
19312 (feedmail-fiddle-list-of-fiddle-plexes)
19313 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19314 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19315 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19316 Change default. Doc fix.
19317 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19318 (feedmail-binmail-linuxish-template): New constant.
19319 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
19320 Respect feedmail-sendmail-f-doesnt-sell-me-out.
19321 (feedmail-send-it): Add debug call.
19322 Use feedmail-queue-buffer-file-name, and
19323 feedmail-send-it-immediately-wrapper.
19324 (feedmail-message-action-send): Add debug call.
19325 Use feedmail-send-it-immediately-wrapper.
19326 (feedmail-queue-express-to-queue): Add debug call.
19327 Run feedmail-queue-express-hook.
19328 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19329 (feedmail-message-action-help-blat):
19330 Rename from feedmail-queue-send-edit-prompt-help-first.
19331 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19332 Check line-endings. Handle errors better.
19333 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19334 Doc fix. Add debug call.
19335 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19336 Use feedmail-queue-send-edit-prompt-inner.
19337 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19338 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19339 from feedmail-queue-send-edit-prompt.
19340 (feedmail-queue-send-edit-prompt-help)
19341 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19342 (feedmail-tidy-up-slug): Add debug call.
19343 Respect feedmail-queue-slug-suspect-regexp.
19344 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19345 (feedmail-dump-message-to-queue): Add debug call.
19346 Expand queue-directory.
19347 (feedmail-dump-message-to-queue): Change message slightly.
19348 Use feedmail-say-chatter.
19349 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19350 (feedmail-send-it-immediately-wrapper): New function.
19351 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19352 Insert empty string rather than newline. Handle full-frame case.
19353 Use catch/throw. Use feedmail-say-chatter.
19354 (feedmail-fiddle-from): Try mail-host-address.
19355 (feedmail-default-message-id-generator): Doc fix.
19356 Bind system-time-locale. Handle missing end.
19357 (feedmail-fiddle-x-mailer): Add debug call.
19358 Handle feedmail-x-mailer-line being nil.
19359 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19360 Add debug call. Use buffer-substring-no-properties.
19361 (feedmail-say-debug, feedmail-say-chatter): New functions.
19362 (feedmail-find-eoh): Give an explicit error.
19363
19364 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
19365
19366 * net/newst-treeview.el (newsticker-treeview-face): Change default
19367 family from helvetica to sans.
19368 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19369 etc/images/newsticker.
19370
19371 * net/newst-reader.el (newsticker-feed-face): Change default
19372 family from helvetica to sans.
19373
19374 * net/newst-plainview.el (newsticker-new-item-face)
19375 (newsticker-old-item-face, newsticker-immortal-item-face)
19376 (newsticker-obsolete-item-face, newsticker-date-face)
19377 (newsticker-statistics-face): Change default family from
19378 helvetica to sans.
19379 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19380 etc/images/newsticker.
19381
19382 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19383 (newsticker--process-auto-mark-filter-match): Tell user about
19384 auto-marking.
19385
19386 2011-05-13 Didier Verna <didier@xemacs.org>
19387
19388 Common Lisp indentation improvements on defmethod and lambda-lists.
19389 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19390 TODO entries.
19391 (lisp-lambda-list-keyword-parameter-indentation)
19392 (lisp-lambda-list-keyword-parameter-alignment)
19393 (lisp-lambda-list-keyword-alignment): New customizable user options.
19394 (lisp-indent-defun-method): Improve docstring.
19395 (extended-loop-p): Fix comment.
19396 (lisp-indent-lambda-list-keywords-regexp): New variable.
19397 (lisp-indent-lambda-list): New function.
19398 (lisp-indent-259): Use it.
19399 (lisp-indent-defmethod): Support for more than one
19400 method qualifier and properly indent methods lambda-lists.
19401 (defgeneric): Provide a missing common-lisp-indent-function property.
19402
19403 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19404
19405 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19406 bounds for the empty string (bug#8667).
19407
19408 2011-05-13 Glenn Morris <rgm@gnu.org>
19409
19410 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19411
19412 * mail/sendmail.el (sendmail-program): Try executable-find first.
19413 (sendmail-send-it): `sendmail-program' cannot be unbound.
19414
19415 * calendar/appt.el (appt-make-list): Simplify.
19416 (appt-time-msg-list): Doc fix.
19417 (appt-check): Change mode-line message at the time of the appointment.
19418
19419 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19420
19421 * progmodes/ld-script.el (ld-script-keywords)
19422 (ld-script-builtins): Update keywords list.
19423
19424 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19425
19426 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19427
19428 * shell.el (shell-completion-vars): New function.
19429 (shell-mode):
19430 * simple.el (read-shell-command): Use it.
19431 (blink-matching-open): No need for " [...]" in minibuffer-message.
19432
19433 2011-05-12 Glenn Morris <rgm@gnu.org>
19434
19435 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19436 (appt-check): Simplify.
19437
19438 2011-05-12 Eli Zaretskii <eliz@gnu.org>
19439
19440 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19441 literal "/dev/null".
19442
19443 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19444
19445 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19446 Fix typo.
19447
19448 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
19449
19450 * progmodes/which-func.el (which-function):
19451 Use add-log-current-defun instead of add-log-current-defun-function,
19452 which might not be defined (Bug#8260).
19453
19454 2011-05-12 Glenn Morris <rgm@gnu.org>
19455
19456 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19457 Let byte-compile-initial-macro-environment always take precedence.
19458
19459 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19460
19461 * net/rcirc.el: Add support for SSL/TLS connections.
19462 (rcirc-server-alist): New field `encryption'.
19463 (rcirc): Check `encryption' settings.
19464 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19465 Merge make-local-variable into `set'.
19466 (rcirc--connection-open-p): New function.
19467 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19468 the process is not a network process (e.g. running gnutls-cli).
19469 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19470 Make rcirc-(en|de)code-coding-system local here.
19471 (rcirc-mode): Merge make-local-variable into `set'.
19472 (rcirc-parent-buffer): Make permanent buffer-local.
19473 (rcirc-multiline-minor-mode): Don't do it here.
19474 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19475 there's no server buffer.
19476
19477 2011-05-11 Glenn Morris <rgm@gnu.org>
19478
19479 * newcomment.el (comment-kill): Prefix "unused" local.
19480
19481 * term/w32console.el (get-screen-color): Declare.
19482
19483 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19484 Handle symbol elements of byte-compile-initial-macro-environment.
19485
19486 2011-05-10 Leo Liu <sdl.web@gmail.com>
19487
19488 * bookmark.el (bookmark-bmenu-mode-map):
19489 Bind bookmark-bmenu-search to `/'.
19490
19491 * mail/footnote.el: Convert to utf-8 encoding.
19492 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19493 (Footnote-unicode): New function.
19494 (footnote-style-alist): Add unicode style to the list.
19495 (footnote-style): Doc fix.
19496
19497 2011-05-10 Jim Meyering <meyering@redhat.com>
19498
19499 Fix doubled-word typos.
19500 * international/quail.el (quail-insert-kbd-layout): and and -> and
19501 * kermit.el: and and -> and
19502 * net/ldap.el (ldap-search-internal): to to -> to
19503 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19504 * progmodes/js.el (js-mode): and and -> and
19505 * textmodes/artist.el (artist-move-to-xy): at at -> at
19506 (artist-draw-region-trim-line-endings): if if -> if
19507 And Safetyc -> Safety.
19508 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19509
19510 2011-05-10 Glenn Morris <rgm@gnu.org>
19511 Stefan Monnier <monnier@iro.umontreal.ca>
19512
19513 * files.el (hack-one-local-variable-eval-safep):
19514 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19515
19516 2011-05-10 Glenn Morris <rgm@gnu.org>
19517
19518 * calendar/diary-lib.el (diary-list-entries-hook)
19519 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19520 (diary-nongregorian-marking-hook, diary-list-entries)
19521 (diary-include-other-diary-files, diary-mark-entries)
19522 (diary-mark-included-diary-files): Doc fixes.
19523
19524 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19525
19526 * misc.el: Require tabulated-list.el during compilation.
19527
19528 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19529
19530 * progmodes/compile.el (compilation-start):
19531 Run compilation-filter-hook for the async case too.
19532 (compilation-filter-hook): Doc fix.
19533
19534 2011-05-09 Deniz Dogan <deniz@dogan.se>
19535
19536 * wdired.el: Remove outdated installation comment. Fix usage
19537 comment.
19538
19539 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19540
19541 * misc.el: Implement new command `list-dynamic-libraries'.
19542 (list-dynamic-libraries--loaded-only-p): New variable.
19543 (list-dynamic-libraries--refresh): New function.
19544 (list-dynamic-libraries): New command.
19545
19546 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19547
19548 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19549 Fix the ant regexp to handle end-line and end-column info from jikes.
19550 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19551 higher priority to avoid clobbering by gnu.
19552
19553 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19554
19555 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19556 if the face has existing theme settings (Bug#8454).
19557
19558 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19559
19560 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19561 Only match variables declared via `my' or `our' (Bug#8261).
19562
19563 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19564 special file names `.' and `..' (Bug#8259).
19565
19566 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19567
19568 * progmodes/grep.el (grep-mode-font-lock-keywords):
19569 Remove buffer-changing entries.
19570 (grep-filter): New function.
19571 (grep-mode): Add it to compilation-filter-hook.
19572
19573 * progmodes/compile.el (compilation-filter-hook)
19574 (compilation-filter-start): New defvars.
19575 (compilation-filter): Call compilation-filter-hook prior to
19576 updating the process mark.
19577
19578 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19579
19580 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19581
19582 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19583
19584 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19585 mailclient-send-it even if window-system is nil. (Bug#8595)
19586
19587 * term/w32console.el (terminal-init-w32console):
19588 Call get-screen-color and use its output to set the frame
19589 background-mode. (Bug#8597)
19590
19591 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19592
19593 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19594 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19595 New functions.
19596 (defgeneric, eieio--defmethod): Use them.
19597 (eieio-defgeneric): Remove.
19598 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19599
19600 2011-05-07 Glenn Morris <rgm@gnu.org>
19601
19602 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19603 Use let rather than let*.
19604 (timeclock-find-discrep): Remove unused local.
19605
19606 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19607
19608 * calendar/appt.el (appt-time-msg-list): Doc fix.
19609
19610 2011-05-06 Noah Friedman <friedman@splode.com>
19611
19612 * apropos.el (apropos-print-doc): Only use
19613 emacs-lisp-docstring-fill-column when it is bound to an integer,
19614 per that variable's documentation.
19615
19616 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19617
19618 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19619 and warnings are not silently discarded (e.g. use -d instead of -P).
19620
19621 2011-05-06 Glenn Morris <rgm@gnu.org>
19622
19623 * calendar/appt.el (appt-message-warning-time): Doc fix.
19624 (appt-warning-time-regexp): New option.
19625 (appt-make-list): Respect appt-message-warning-time.
19626
19627 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19628 New options.
19629 (diary-add-to-list): Strip comments from the displayed string.
19630 (diary-mode): Set comment-start and comment-end.
19631
19632 * vc/diff-mode.el (smerge-refine-subst): Declare.
19633 (diff-refine-hunk): Don't require smerge-mode when compiling.
19634
19635 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19636
19637 * simple.el (list-processes): Return nil as the docstring says.
19638
19639 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19640
19641 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19642 to "".
19643 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19644 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19645 determining of binary transfer. (Bug#7383)
19646
19647 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19648
19649 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19650 Fix port computation bug. (Bug#8618)
19651
19652 2011-05-05 Glenn Morris <rgm@gnu.org>
19653
19654 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19655
19656 * simple.el (shell-dynamic-complete-functions)
19657 (comint-dynamic-complete-functions): Declare.
19658
19659 * net/network-stream.el (gnutls-negotiate):
19660 * simple.el (tabulated-list-print): Fix declarations.
19661
19662 * progmodes/gud.el (syntax-symbol, syntax-point):
19663 Remove unnecessary and incorrect declarations.
19664
19665 * emacs-lisp/check-declare.el (check-declare-scan):
19666 Handle byte-compile-initial-macro-environment in bytecomp.el.
19667
19668 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19669
19670 Fix earlier half-done eieio-defmethod change (bug#8338).
19671 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19672 Streamline and change calling convention.
19673 (defmethod): Adjust accordingly and simplify.
19674 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19675 new eieio--defmethod.
19676 (slot-boundp): Minor CSE simplification.
19677
19678 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19679
19680 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19681 (glasses-make-readable): Use glasses-separate-capital-groups.
19682
19683 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19684
19685 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19686 (warning-series): Doc fix.
19687 (display-warning): Don't try to create the buffer if we just found it.
19688
19689 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19690
19691 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19692 (autoload-find-generated-file): New function.
19693 (generate-file-autoloads): Bind generated-autoload-file to
19694 buffer-file-name.
19695 (update-file-autoloads, update-directory-autoloads):
19696 Use autoload-find-generated-file. If called interactively, prompt for
19697 output file (Bug#7989).
19698 (batch-update-autoloads): Doc fix.
19699
19700 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19701
19702 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19703
19704 2011-05-04 Glenn Morris <rgm@gnu.org>
19705
19706 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19707 function, so it follows changes in calendar-date-style.
19708 (diary-fancy-date-matcher): New function.
19709 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19710 (diary-fancy-font-lock-fontify-region-function):
19711 Use diary-fancy-date-pattern as a function.
19712
19713 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19714 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19715
19716 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19717
19718 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19719 instead of positional arguments. Allow :keylist and :crlfiles
19720 arguments.
19721 (open-gnutls-stream): Call it.
19722
19723 * net/network-stream.el (network-stream-open-starttls): Adjust to
19724 call `gnutls-negotiate' with :process and :hostname arguments.
19725
19726 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19727
19728 * minibuffer.el (completion--message): New function.
19729 (completion--do-completion, minibuffer-complete)
19730 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19731 (completion--do-completion): Don't ignore completion-auto-help when in
19732 icomplete-mode.
19733
19734 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19735 internal encoding (e.g. tibetan zero is not whitespace).
19736 (global-whitespace-mode): Prefer save-current-buffer.
19737 (whitespace-trailing-regexp): Remove useless save-match-data.
19738 (whitespace-empty-at-bob-regexp): Minor simplification.
19739
19740 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19741
19742 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19743
19744 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19745
19746 * textmodes/ispell.el (ispell-add-per-file-word-list):
19747 Use `concat' to create string for insertion.
19748
19749 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19750
19751 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19752 Avoid open-line which runs post-self-insert-hook.
19753 (bibtex-fill-entry): Remove unused `end' var.
19754
19755 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19756
19757 * textmodes/ispell.el (ispell-add-per-file-word-list):
19758 Protect against `nil' value of `comment-start' (Bug#8579).
19759
19760 2011-05-03 Leo Liu <sdl.web@gmail.com>
19761
19762 * isearch.el (isearch-yank-pop): New command.
19763 (isearch-mode-map): Bind it to `M-y'.
19764 (isearch-forward): Mention it.
19765
19766 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19767
19768 * simple.el (minibuffer-complete-shell-command): Remove.
19769 (minibuffer-local-shell-command-map): Use completion-at-point.
19770 (read-shell-command): Setup completion vars here instead.
19771 (read-expression-map): Bind TAB to symbol completion.
19772
19773 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19774 error directly rather via storing it into `results'.
19775
19776 2011-05-02 Leo Liu <sdl.web@gmail.com>
19777
19778 * vc/diff.el: Fix description.
19779
19780 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19781
19782 * server.el (server-eval-at): New function.
19783
19784 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19785
19786 * net/network-stream.el (open-network-stream): Take a :nowait
19787 parameter and pass it on to `make-network-process'.
19788 (network-stream-open-plain): Ditto.
19789
19790 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19791
19792 * faces.el (face-spec-set-match-display): Don't match toolkit
19793 options on terminal frames.
19794
19795 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19796
19797 * progmodes/pascal.el: Use lexical binding.
19798 (pascal-mode-map): Remove author preferences.
19799
19800 * pcomplete.el (pcomplete-std-complete): Don't abuse
19801 completion-at-point.
19802
19803 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19804
19805 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19806 removing code that has been dead since 1991 or so.
19807
19808 * startup.el (command-line): When warning about "_emacs", use a
19809 delayed warning to allow the user to filter it out.
19810
19811 2011-04-28 Deniz Dogan <deniz@dogan.se>
19812
19813 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19814 user has not joined.
19815
19816 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19817
19818 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19819 aren't any completions at point.
19820
19821 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19822
19823 * subr.el (display-delayed-warnings): New function.
19824 (delayed-warnings-hook): New variable.
19825
19826 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19827
19828 * minibuffer.el (completion-at-point, completion-help-at-point):
19829 Don't presume that a given completion-at-point-function will always
19830 use the same calling convention.
19831
19832 * pcomplete.el (pcomplete-completions-at-point):
19833 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19834 pcomplete-seen is non-nil.
19835 (pcomplete-comint-setup): Also recognize the new comint/shell
19836 completion functions.
19837 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19838 pcomplete-seen is non-nil.
19839
19840 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19841
19842 * calendar/icalendar.el (diary-lib): Add require statement.
19843 (icalendar--create-uid): Read out a uid from a text-property on
19844 the first character in the entry. This allows for code to add its
19845 own uid to the entry.
19846 (icalendar--convert-float-to-ical): Add export of
19847 `diary-float'-entries save for those with the optional DAY
19848 argument.
19849
19850 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19851
19852 * subr.el (shell-quote-argument): Use alternate escaping strategy
19853 when we spot a variable reference in a string.
19854
19855 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19856
19857 * cus-start.el (all): Define customization for debug-on-event.
19858
19859 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19860
19861 * subr.el (shell-quote-argument): Escape correctly under Windows.
19862
19863 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19864
19865 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19866
19867 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19868
19869 * net/tramp.el (tramp-process-actions): Add POS argument.
19870 Delete region between POS and (pos).
19871
19872 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19873 Use `nil' position in `tramp-process-actions' call.
19874 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19875
19876 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19877 position in `tramp-process-actions' call.
19878
19879 * net/trampver.el: Update release number.
19880
19881 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19882
19883 * custom.el (defcustom): Obey lexical-binding.
19884
19885 Fix octave-inf completion problems reported by Alexander Klimov.
19886 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19887 Inherit from octave-mode-syntax-table.
19888 (inferior-octave-mode): Set info-lookup-mode.
19889 (inferior-octave-completion-at-point): New function.
19890 (inferior-octave-complete): Use it and completion-in-region.
19891 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19892 comint-filename-completion.
19893 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19894 symbol elements which shouldn't be word elements.
19895 (octave-font-lock-keywords, octave-beginning-of-defun)
19896 (octave-function-header-regexp): Adjust regexps accordingly.
19897 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19898
19899 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19900
19901 * net/gnutls.el (gnutls-errorp): Declare before first use.
19902
19903 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19904
19905 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19906 verify-error, and verify-hostname-error parameters. Check whether
19907 default trustfile exists before going to use it. Add missing
19908 argument to gnutls-message-maybe call. Return value.
19909 Reported by Claudio Bley <claudio.bley@gmail.com>.
19910 (open-gnutls-stream): Add usage example.
19911
19912 * net/network-stream.el (network-stream-open-starttls): Give host
19913 parameter to `gnutls-negotiate'.
19914 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19915 * subr.el (shell-quote-argument): Escape correctly under Windows.
19916
19917 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19918
19919 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19920 Use correct match group (bug#8438).
19921
19922 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19923
19924 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19925 (package-menu--generate): New arg specifying packages to show.
19926 (package-menu-refresh, package-menu-execute, list-packages):
19927 Callers changed.
19928 (package-show-package-list): New function, replacing deleted
19929 package--list-packages (renamed because it is non-internal).
19930
19931 * finder.el (finder-list-matches): Use package-show-package-list
19932 instead of deleted package--list-packages.
19933
19934 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19935 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19936 (vc-annotate-mode-map): Bind it to RET.
19937
19938 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19939
19940 * progmodes/etags.el (next-file): Don't use set-buffer to change
19941 buffers (Bug#8478).
19942
19943 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19944
19945 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19946
19947 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19948 (apropos-accumulator): Doc fix.
19949 (apropos-function, apropos-macro, apropos-command)
19950 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19951 (apropos-plist): Add face property.
19952 (apropos-symbols-internal): Fix indentation.
19953 (apropos-print): Simplify help, and recognize apropos-multi-type.
19954 (apropos-print-doc): Use button-type-get to extract the button's
19955 face property. Fill docstring (Bug#8352).
19956
19957 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19958
19959 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19960
19961 * play/mpuz.el (mpuz-silent): Doc fix.
19962 (mpuz-mode-map): Use mapc.
19963 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19964 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19965 Fix typos in docstrings.
19966
19967 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19968 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19969
19970 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19971
19972 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19973
19974 * minibuffer.el (completion--do-completion): Avoid the "Next char
19975 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19976
19977 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19978 mouse-2 into unread-command-events, it is interpreted correctly.
19979
19980 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19981 (image-toggle-display): Doc fix.
19982
19983 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19984
19985 * textmodes/page.el (what-page): Use line-number-at-pos to
19986 calculate line number (Bug#6825).
19987
19988 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19989
19990 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19991 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19992 Pass argument NO-DEFAULT to `find-tag-interactive'.
19993
19994 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19995
19996 Lexical-binding cleanup.
19997
19998 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19999 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
20000 * progmodes/ada-prj.el (ada-prj-initialize-values)
20001 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
20002 (ada-prj-show-value):
20003 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
20004 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
20005 (antlr-invalidate-context-cache, antlr-options-menu-filter)
20006 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
20007 * progmodes/bug-reference.el (bug-reference-push-button):
20008 * progmodes/fortran.el (fortran-line-length):
20009 * progmodes/glasses.el (glasses-change):
20010 * progmodes/octave-mod.el (octave-fill-paragraph):
20011 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
20012 (python-pdbtrack-grub-for-buffer, python-sentinel):
20013 * progmodes/sql.el (sql-save-connection):
20014 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
20015 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
20016 Mark unused parameters.
20017
20018 * progmodes/compile.el (compilation--flush-directory-cache)
20019 (compilation--flush-parse, compile-internal): Mark unused parameters.
20020 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
20021 (compilation-next-error-function): Remove unused variable `timestamp'.
20022
20023 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
20024 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
20025
20026 * progmodes/dcl-mode.el (dcl-end-of-command):
20027 Remove unused variable `start'.
20028 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
20029 (dcl-option-value-basic, dcl-option-value-offset)
20030 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
20031 Mark unused parameters.
20032 (dcl-save-local-variable): Remove unused variable `val'.
20033 (mode): Declare.
20034
20035 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
20036 Mark unused parameters.
20037 (delphi-ignore-changes): Move before first use.
20038 (delphi-charset-token-at): Remove unused variable `start'.
20039 (delphi-else-start): Remove unused variable `if-count'.
20040 (delphi-comment-block-start, delphi-comment-block-end):
20041 Remove unused variable `kind'.
20042 (delphi-indent-line): Remove unused variable `new-point'.
20043
20044 * progmodes/ebrowse.el (ebrowse-files-list)
20045 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
20046 Mark unused parameters. Don't quote `lambda'.
20047 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
20048 Don't quote `lambda'.
20049 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
20050 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
20051 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
20052 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
20053 Use `ignore-errors'.
20054 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
20055 (ebrowse-view/find-file-and-search-pattern)
20056 (ebrowse-view/find-member-declaration/definition):
20057 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
20058 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
20059 Rename parameter PREFIX-ARG to PREFIX.
20060 (ebrowse-tags-read-name): Remove unused variables `start' and
20061 `member-info'.
20062 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
20063 to `tags-file'.
20064
20065 * progmodes/etags.el (local-find-tag-hook): Declare.
20066 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
20067 Mark unused parameters.
20068
20069 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
20070 (executable-interpret): Mark unused parameter.
20071
20072 * progmodes/flymake.el (flymake-process-sentinel)
20073 (flymake-after-change-function)
20074 (flymake-create-temp-with-folder-structure)
20075 (flymake-get-include-dirs-dot): Mark unused parameters.
20076 (flymake-safe-delete-directory): Remove unused variable `err'.
20077
20078 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
20079 (speedbar-timer-fn, speedbar-line-text)
20080 (speedbar-change-expand-button-char, speedbar-delete-subblock)
20081 (speedbar-center-buffer-smartly): Declare functions.
20082 (gdb-find-watch-expression): Remove unused variable `array'.
20083 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
20084 (gdb-starting): Mark unused parameters.
20085 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
20086 (gdb-table-string): Remove unused variable `res'.
20087 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
20088 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
20089 (gdb-display-buffer): Remove unused variable `cur-size'.
20090
20091 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
20092 allow lexical-binding compilation.
20093 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
20094 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
20095 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
20096 Mark unused parameters.
20097 (gud-gdb-marker-filter): Remove unused variable `match'.
20098 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
20099 lambda expressions and funcall them, instead of using `fset'.
20100
20101 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
20102 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
20103
20104 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
20105 variable `header-beg'; use `let'.
20106
20107 * progmodes/icon.el (indent-icon-exp): Remove unused variables
20108 `restart', `last-sexp' and `at-do'.
20109
20110 * progmodes/js.el (js--debug): Mark unused parameter.
20111 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
20112 (js--splice-into-items): Remove unused variable `item'.
20113 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
20114
20115 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
20116 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
20117 (makefile-complete): Remove unused variable `try'.
20118 (makefile-fill-paragraph, makefile-match-function-end):
20119 Mark unused parameters.
20120
20121 * progmodes/octave-inf.el (inferior-octave-complete):
20122 Remove unused variable `proc'.
20123 (inferior-octave-output-digest): Mark unused parameter.
20124
20125 * progmodes/perl-mode.el (perl-calculate-indent):
20126 Remove unused variable `err'.
20127
20128 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
20129 (prolog-indent-line): Mark unused parameters.
20130 (prolog-indent-line): Remove unused variable `beg'.
20131
20132 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
20133 (reporter-dont-compact-list): Declare.
20134
20135 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
20136 Remove unused variable `char'.
20137 (sh-debug): Mark unused parameter.
20138 (sh-get-indent-info): Remove unused variable `start'.
20139 (sh-calculate-indent): Remove unused variable `var'.
20140
20141 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
20142 (simula-electric-keyword): Remove unused variable `null'.
20143 (simula-search-backward, simula-search-forward): Remove unused
20144 variables `begin' and `end'.
20145
20146 * progmodes/vera-mode.el (vera-guess-basic-syntax):
20147 Remove unused variable `pos'.
20148 (vera-electric-tab, vera-comment-uncomment-region):
20149 Mark unused parameters.
20150 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
20151
20152 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
20153
20154 * emacs-lisp/package.el (package--builtins, package-alist)
20155 (package-load-descriptor, package-built-in-p, package-activate)
20156 (define-package, package-installed-p)
20157 (package-compute-transaction, package-buffer-info)
20158 (package--push): Doc fix. Distinguish more clearly between
20159 version strings and version lists.
20160
20161 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
20162
20163 Lexical-binding cleanup.
20164
20165 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
20166 (5x5-make-mutate-best):
20167 * play/fortune.el (fortune-in-buffer):
20168 * play/gomoku.el (gomoku-init-display):
20169 * play/solitaire.el (solitaire, solitaire-do-check):
20170 * play/tetris.el (tetris-default-update-speed-function):
20171 Mark unused parameters.
20172
20173 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
20174 (bubbles--shift): Remove unused variable `char-org'.
20175 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
20176 (bubbles--show-images): Remove unused variable `char'.
20177
20178 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
20179 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
20180 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
20181 (decipher-analyze-buffer): Use ?\s.
20182 (decipher-make-checkpoint): Remove unused variable `mapping'.
20183
20184 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
20185
20186 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
20187 Remove unused variable `result'; use `let'.
20188
20189 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
20190 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
20191 (gametree-children-shown-p, gametree-compute-reduced-score):
20192 Use `ignore-errors'.
20193
20194 * play/handwrite.el (ps-lpr-switches): Declare.
20195 (handwrite): Remove unused variables `pmin' and `lastp'.
20196
20197 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
20198
20199 * play/landmark.el (landmark-init-display)
20200 (landmark-update-naught-weights): Mark unused parameters.
20201 (landmark-y): Remove unused variable `noise'. Simplify.
20202 (landmark-human-plays): Remove unused variable `score'.
20203
20204 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
20205 (mpuz-try-proposal): Remove unused variable `game'.
20206
20207 * play/zone.el (life-patterns): Declare.
20208
20209 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
20210
20211 * vc/vc.el (ediff-vc-internal): Declare function.
20212
20213 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20214
20215 * shell.el: Use lexical-binding and std completion UI.
20216 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
20217 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
20218 comint-preoutput-filter-functions rather than on
20219 comint-output-filter-functions.
20220 (shell-command-completion, shell--command-completion-data)
20221 (shell-filename-completion, shell-environment-variable-completion)
20222 (shell-c-a-p-replace-by-expanded-directory): New functions.
20223 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
20224 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
20225 (shell-dynamic-complete-environment-variable): Use them.
20226 (shell-dynamic-complete-as-environment-variable)
20227 (shell-dynamic-complete-as-command): Remove.
20228 (shell-match-partial-variable): Match past point.
20229 * comint.el: Clean up use of completion-at-point-functions.
20230 (comint-completion-at-point): New function.
20231 (comint-mode): Use it completion-at-point-functions.
20232 (comint-dynamic-complete): Make it obsolete.
20233 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
20234 (comint-c-a-p-replace-by-expanded-history): New function.
20235 (comint-dynamic-complete-functions)
20236 (comint-replace-by-expanded-history): Use it.
20237 * minibuffer.el (completion-table-with-terminator): Allow dynamic
20238 termination strings. Try harder to avoid second try-completion.
20239 (completion-in-region-mode-map): Disable bindings that don't work yet.
20240
20241 * comint.el: Use lexical-binding. Require CL.
20242 (comint-dynamic-complete-functions): Use comint-filename-completion.
20243 (comint-completion-addsuffix): Tweak custom type.
20244 (comint-filename-completion, comint--common-suffix)
20245 (comint--common-quoted-suffix, comint--table-subvert)
20246 (comint--complete-file-name-data): New functions.
20247 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
20248 (comint-dynamic-list-filename-completions): Use them.
20249 (comint-dynamic-simple-complete): Make obsolete.
20250
20251 * minibuffer.el (completion-in-region-mode):
20252 Keep completion-in-region-mode--predicate global.
20253 (completion-in-region--postch):
20254 Assume completion-in-region-mode--predicate is not null.
20255
20256 * progmodes/flymake.el (flymake-start-syntax-check-process):
20257 Obey `dir'. Simplify.
20258
20259 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
20260 we're in VC after all.
20261
20262 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
20263
20264 * vc/vc.el (vc-diff-build-argument-list-internal)
20265 (vc-version-ediff, vc-ediff): New commands.
20266 (vc-version-diff): Use vc-diff-build-argument-list-internal.
20267
20268 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20269
20270 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
20271 add sanity check.
20272
20273 * obsolete/erc-hecomplete.el: Make obsolete.
20274 * obsolete/: Standardize obsolescence info in the header.
20275
20276 2011-04-20 Glenn Morris <rgm@gnu.org>
20277
20278 * calendar/solar.el (solar-horizontal-coordinates):
20279 Use the longitude argument rather than `calendar-longitude'.
20280 (solar-date-next-longitude): Remove unused locals.
20281
20282 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20283
20284 * whitespace.el: New version 13.2.1.
20285
20286 2011-04-20 felix <EmacsWiki> (tiny change)
20287
20288 * whitespace.el (global-whitespace-mode): Keep highlight when
20289 switching between major modes on a file.
20290
20291 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20292
20293 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20294 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20295 multi-line comments as well.
20296
20297 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
20298
20299 Lexical-binding cleanup.
20300
20301 * arc-mode.el (archive-mode-revert):
20302 * cmuscheme.el (scheme-interactively-start-process):
20303 * custom.el (custom-initialize-delay):
20304 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20305 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20306 * emacs-lock.el (emacs-lock-clear-sentinel):
20307 * ezimage.el (defezimage):
20308 * follow.el (follow-avoid-tail-recenter):
20309 * fringe.el (set-fringe-mode-1):
20310 * generic-x.el (bat-generic-mode-compile):
20311 * help-mode.el (help-info-variable, help-do-xref)
20312 (help-mode-revert-buffer):
20313 * help.el (view-emacs-todo):
20314 * iswitchb.el (iswitchb-completion-help):
20315 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20316 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20317 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20318 * locate.el (locate-update):
20319 * longlines.el (longlines-encode-region)
20320 (longlines-after-change-function):
20321 * outline.el (outline-isearch-open-invisible):
20322 * ps-def.el (declare-function, charset-dimension, char-width)
20323 (encode-char):
20324 * ps-mule.el (ps-mule-plot-string):
20325 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20326 (recentf-edit-list-select, recentf-edit-list-validate)
20327 (recentf-open-files-action):
20328 * rect.el (delete-whitespace-rectangle-line)
20329 (rectangle-number-line-callback):
20330 * register.el (window-configuration-to-register)
20331 (frame-configuration-to-register):
20332 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20333 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20334 (xselect-convert-to-targets, xselect-convert-to-delete)
20335 (xselect-convert-to-filename, xselect-convert-to-charpos)
20336 (xselect-convert-to-lineno, xselect-convert-to-colno)
20337 (xselect-convert-to-os, xselect-convert-to-host)
20338 (xselect-convert-to-user, xselect-convert-to-class)
20339 (xselect-convert-to-name, xselect-convert-to-integer)
20340 (xselect-convert-to-atom, xselect-convert-to-identity):
20341 * subr.el (declare, ignore, process-kill-without-query)
20342 (text-clone-maintain):
20343 * terminal.el (te-get-char, te-tic-sentinel):
20344 * tool-bar.el (tool-bar-make-keymap):
20345 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20346 * type-break.el (type-break-mode, type-break-noninteractive-query):
20347 * view.el (View-back-to-mark):
20348 * wid-browse.el (widget-browse-action, widget-browse-widget)
20349 (widget-browse-widgets, widget-browse-sexp):
20350 * widget.el (define-widget-keywords):
20351 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20352 Mark unused parameters.
20353
20354 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20355 (align-areas): Remove unused variable `look'.
20356 (align-region): Remove unused variables `real-end' and `pos-list'.
20357
20358 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20359
20360 * bindings.el (mode-line-modified, mode-line-remote):
20361 Mark unused parameters.
20362 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20363
20364 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20365 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20366
20367 * comint.el (comint-history-isearch-pop-state)
20368 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20369 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20370 (comint-substitute-in-file-name): Doc fix.
20371
20372 * completion.el (cmpl-statistics-block): Mark unused parameter.
20373 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20374 (save-completions-to-file, load-completions-from-file):
20375 Remove unused local variable `e'.
20376
20377 * composite.el (compose-chars): Remove unused variable `len'.
20378 (lgstring-insert-glyph): Remove unused variable `g'.
20379 (compose-glyph-string): Remove unused variables `ascent',
20380 `descent', `lbearing' and `rbearing'.
20381 (compose-glyph-string-relative): Remove unused variables
20382 `lbearing', `rbearing' and `wadjust'.
20383 (compose-gstring-for-graphic): Remove unused variables `header',
20384 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20385 (compose-gstring-for-terminal): Remove unused variables `header'
20386 and `nchars'. Use `let', not `let*'.
20387
20388 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20389 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20390 (Custom-buffer-done, custom-buffer-create-internal)
20391 (custom-browse-visibility-action, custom-browse-group-tag-action)
20392 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20393 (widget-magic-mouse-down-action, custom-toggle-parent)
20394 (custom-add-parent-links, custom-toggle-hide-variable)
20395 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20396 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20397 (custom-face-menu-create, custom-variable-menu-create, get)
20398 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20399 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20400 (customize-apropos): Remove unused variable `tests'.
20401 (custom-group-value-create): Remove unused variable `hidden-p'.
20402 (sort-fold-case): Declare.
20403
20404 * cus-theme.el (custom-reset-standard-faces-list)
20405 (custom-reset-standard-variables-list): Declare.
20406 (customize-create-theme, custom-theme-revert, custom-theme-write)
20407 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20408 Mark unused parameters.
20409
20410 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20411
20412 * delim-col.el (delimit-columns-max): Move defvar before first use.
20413
20414 * descr-text.el (describe-char-categories): Don't quote `lambda'.
20415 (describe-char): Don't quote `lambda'. Mark unused parameter.
20416
20417 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20418 (auto-insert): Declare.
20419 (desktop-restore-file-buffer): Rename desktop-* parameters;
20420 mark unused ones.
20421 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20422 (desktop-buffer): Rename desktop-* parameters.
20423
20424 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20425 (dframe-reposition-frame-xemacs, dframe-help-echo)
20426 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20427 Mark unused parameters.
20428
20429 * dired-aux.el (backup-extract-version-start, overwrite-query)
20430 (overwrite-backup-query, rename-regexp-query)
20431 (rename-non-directory-query): Declare.
20432 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20433 (dired-add-entry): Remove unused variable `orig-file-name'.
20434 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20435 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20436 `dired-copy-preserve-time' directly.
20437 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20438 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20439
20440 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20441 (dired-virtual-revert, dired-make-relative-symlink):
20442 Mark unused parameters.
20443 (manual-program): Declare.
20444 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20445 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20446 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20447
20448 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20449
20450 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20451
20452 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20453 Declare.
20454
20455 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20456
20457 * electric.el (Electric-command-loop): Rename parameter
20458 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20459
20460 * expand.el (expand-in-literal): Remove unused variable `here'.
20461
20462 * facemenu.el (facemenu-add-new-color):
20463 Remove unused variable `docstring'.
20464
20465 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20466 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20467 (face-attr-construct): Mark unused parameter. Doc fix.
20468 (read-color): Remove unused variable `hex-string'.
20469
20470 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20471 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20472 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20473 (display-buffer-other-frame): Remove unused variable `old-window'.
20474 (kill-buffer-hook): Declare.
20475 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20476 Mark unused parameters.
20477 (after-find-file): Pass 1 to `auto-save-mode', not t.
20478
20479 * files-x.el (auto-insert): Declare.
20480 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20481
20482 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20483 variable `buf'. Mark unused parameter.
20484 (find-lisp-insert-directory): Mark unused parameter.
20485
20486 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20487 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20488 (format-common-tail): Remove, unused.
20489 (format-deannotate-region): Remove unused variable `loc'.
20490 (format-annotate-region): Remove unused variable `p'.
20491 (format-annotate-single-property-change): Remove unused variables
20492 `default' and `tail'.
20493
20494 * forms.el (read-file-filter): Declare.
20495 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20496
20497 * frame.el (frame-creation-function-alist): Mark unused parameter.
20498 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20499
20500 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20501 Remove unused parameters.
20502 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20503 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20504
20505 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20506 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20507 (hfy-prepare-tag-map): Mark unused parameters.
20508 (htmlfontify-buffer): Use `called-interactively-p'.
20509
20510 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20511 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20512 (ibuffer-do-occur): Mark unused parameters.
20513 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20514 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20515
20516 * ibuffer.el: Don't quote `lambda'.
20517 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20518 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20519 Mark unused parameters.
20520
20521 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20522 (ido-completing-read): Mark unused parameters.
20523 (ido-copy-current-word): Mark unused parameters;
20524 remove unused variable `name'.
20525 (ido-sort-merged-list): Remove unused parameter `dirs'.
20526
20527 * ielm.el (ielm-input-sender): Mark unused parameter.
20528 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20529 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20530 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20531 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20532 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20533
20534 * image-dired.el (image-dired-display-thumbs): Remove unused
20535 variables `curr-file' and `count'.
20536 (image-dired-remove-tag): Remove unused variable `start'.
20537 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20538 variable `curr-file'
20539 (image-dired-rotate-original): Remove unused variable `temp-file'.
20540 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20541 Remove unused variable `file'.
20542 (image-dired-gallery-generate): Remove unused variable `curr'.
20543 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20544
20545 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20546
20547 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20548
20549 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20550
20551 * isearch.el (minibuffer-history-symbol): Declare.
20552 (isearch-edit-string): Remove unused variable `err'.
20553 (isearch-message-prefix, isearch-message-suffix):
20554 Mark unused parameters.
20555
20556 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20557
20558 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20559
20560 * makesum.el (double-column): Remove unused variable `cnt'.
20561
20562 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20563 (ido-ignore-item-temp-list): Declare.
20564
20565 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20566 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20567 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20568 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20569 `mouse-col-delta'.
20570
20571 * mouse-sel.el (mouse-extend-internal):
20572 Remove unused variable `orig-window-frame'.
20573
20574 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20575 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20576 Move declarations before first use.
20577 (pcomplete-opt): Mark unused parameters; doc fix.
20578
20579 * proced.el (proced-revert): Mark unused parameter.
20580 (proced-send-signal): Remove unused variable `err'.
20581
20582 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20583 Rename parameter PREFIX-ARG to ARG.
20584 (ps-basic-plot-string, ps-basic-plot-whitespace):
20585 Mark unused parameters.
20586
20587 * replace.el (replace-count): Define.
20588 (occur-revert-function): Mark unused parameters.
20589 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20590 (isearch-case-fold-search, isearch-string): Declare.
20591 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20592 bind `case-fold-search'. Remove unused variables `beg' and `end',
20593 and simplify.
20594 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20595 COUNT and bind `replace-count'.
20596 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20597 to COUNT.
20598
20599 * savehist.el (print-readably, print-string-length): Declare.
20600
20601 * shadowfile.el (shadow-expand-cluster-in-file-name):
20602 Remove unused variable `cluster'.
20603 (shadow-copy-file): Remove unused variable `i'.
20604 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20605 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20606 (shadow-define-literal-group, shadow-define-regexp-group)
20607 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20608
20609 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20610 (shell): Use `called-interactively-p'.
20611 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20612
20613 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20614 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20615 (delete-backward-char): Remove unused variable `ocol'.
20616 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20617 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20618 (event-apply-hyper-modifier, event-apply-shift-modifier)
20619 (event-apply-control-modifier, event-apply-meta-modifier):
20620 Mark unused parameters.
20621 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20622 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20623
20624 * speedbar.el (speedbar-ignored-directory-expressions)
20625 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20626 (speedbar-find-file, speedbar-dir-follow)
20627 (speedbar-directory-buttons-follow, speedbar-tag-find)
20628 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20629 (speedbar-buffers-line-directory, speedbar-buffer-click):
20630 Mark unused parameters.
20631 (speedbar-tag-file): Remove unused variable `mode'.
20632 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20633
20634 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20635
20636 * talk.el (talk): Remove unused variable `display'.
20637
20638 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20639 (tar-write-region-annotate): Mark unused parameter.
20640
20641 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20642 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20643 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20644 warning by another.
20645
20646 * time-stamp.el (time-stamp-string-preprocess):
20647 Remove unused variable `require-padding'.
20648
20649 * tree-widget.el (widget-glyph-enable): Declare.
20650 (tree-widget-action): Mark unused parameter.
20651
20652 * w32-fns.el (x-get-selection): Mark unused parameter.
20653 (autoload-make-program, generated-autoload-file): Declare.
20654
20655 * wdired.el (wdired-revert): Mark unused parameters.
20656 (wdired-xcase-word): Remove unused variable `err'.
20657
20658 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20659 (whitespace-help-scroll): Remove unused variable `data-help'.
20660
20661 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20662 (widget-image-insert, widget-after-change, default)
20663 (widget-default-format-handler, widget-default-notify)
20664 (widget-default-prompt-value, widget-info-link-action)
20665 (widget-url-link-action, widget-function-link-action)
20666 (widget-variable-link-action, widget-file-link-action)
20667 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20668 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20669 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20670 (widget-insert-button-action, widget-delete-button-action, visibility)
20671 (widget-documentation-link-action, widget-documentation-string-action)
20672 (widget-const-prompt-value, widget-regexp-match, symbol)
20673 (widget-coding-system-prompt-value)
20674 (widget-key-sequence-value-to-external, sexp)
20675 (widget-sexp-value-to-internal, character, vector, cons)
20676 (widget-choice-prompt-value, widget-boolean-prompt-value)
20677 (widget-color--choose-action): Mark unused parameters.
20678 (widget-item-match-inline, widget-choice-match-inline)
20679 (widget-checklist-match, widget-checklist-match-inline)
20680 (widget-group-match): Rename parameter VALUES to VALS.
20681 (widget-field-value-set): Remove unused variable `size'.
20682 (widget-color-action): Remove unused variables `value' and `start'.
20683
20684 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20685 variable `dir'. Doc fix.
20686 (windmove-find-other-window): Don't pass it.
20687
20688 * window.el (count-windows): Mark unused parameter.
20689 (bw-adjust-window): Remove unused variable `err'.
20690
20691 * woman.el (woman-file-name): Remove unused variable `default'.
20692 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20693 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20694 (global-font-lock-mode): Declare.
20695 (woman-decode-region): Mark unused parameter.
20696 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20697
20698 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20699 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20700 (x-dnd-handle-moz-url): Remove unused variable `title'.
20701 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20702
20703 * xml.el (xml-parse-tag, xml-parse-attlist):
20704 Remove unused variable `pos'.
20705
20706 2011-04-19 Glenn Morris <rgm@gnu.org>
20707
20708 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20709 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20710 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20711 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20712 * calendar/cal-html.el (cal-html-insert-minical):
20713 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20714 (calendar-mark-date-pattern):
20715 Prefix "unused" locals.
20716
20717 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20718 optional argument `style'.
20719
20720 * calendar/appt.el (appt-make-list):
20721 * calendar/cal-china.el (calendar-chinese-date-string):
20722 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20723 (diary-hebrew-yahrzeit):
20724 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20725 * calendar/calendar.el (calendar-generate-window):
20726 * calendar/time-date.el (time-to-days):
20727 Remove unused local variables.
20728
20729 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20730
20731 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20732 glyphless-char-display table.
20733 (tabulated-list-glyphless-char-display): New var.
20734
20735 2011-04-18 Sam Steingold <sds@gnu.org>
20736
20737 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20738 to acknowledgments.
20739
20740 2011-04-17 Glenn Morris <rgm@gnu.org>
20741
20742 * calendar/diary-lib.el (diary-sexp-entry):
20743 * calendar/holidays.el (holiday-sexp):
20744 Set debug-on-error rather than the removed stack-trace-on-error.
20745
20746 2011-04-16 Glenn Morris <rgm@gnu.org>
20747
20748 * progmodes/f90.el: Use lexical-binding.
20749 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20750
20751 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20752
20753 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20754 (mail-mode): Setup mailalias completion here instead.
20755 * mail/mailalias.el: Use lexical-binding.
20756 (pattern, mailalias-done): Declare dynamic.
20757 (mail-completion-at-point-function): New function, from mail-complete.
20758 (mail-complete): Use it.
20759 (mail-completion-expand): New function.
20760 (mail-get-names): Use it.
20761 (mail-directory, mail-directory-process, mail-directory-stream):
20762 Don't use `pattern' for lexically bound arg.
20763
20764 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20765
20766 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20767 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20768 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20769
20770 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20771 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20772 (byte-interactive-p): Define them again, for use when inlining
20773 old code.
20774
20775 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20776
20777 * loadup.el: Use `string-to-number', not `string-to-int'.
20778
20779 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20780
20781 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20782 gud-gdb-complete-command.
20783 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20784 (gud-gdb-completion-at-point): New function.
20785 (gud-gdb-completions): Remove.
20786
20787 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20788
20789 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20790 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20791 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20792 whether `executable-find' is bound.
20793
20794 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20795
20796 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20797
20798 * minibuffer.el (completion-in-region-mode-predicate)
20799 (completion-in-region-mode--predicate): New vars.
20800 (completion-in-region, completion-in-region--postch)
20801 (completion-in-region-mode): Use them.
20802 (completion--capf-wrapper): Also return the hook function.
20803 (completion-at-point, completion-help-at-point):
20804 Adjust and provide a predicate.
20805
20806 Preserve arg names for advice of subr and lexical functions (bug#8457).
20807 * help-fns.el (help-function-arglist): Consolidate the subr and
20808 new-byte-code cases. Add argument `preserve-names' to extract names
20809 from the docstring when needed.
20810 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20811 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20812 (ad-arglist): Use help-function-arglist's new arg.
20813 (ad-definition-type): Use cond.
20814
20815 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20816
20817 * autorevert.el (auto-revert-handler):
20818 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20819 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20820 Don't quote lambda.
20821
20822 * image-mode.el (image-transform-set-scale):
20823 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20824
20825 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20826
20827 * net/network-stream.el (network-stream-open-starttls): Only do
20828 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20829 Upgrades via gnutls-cli are too slow to be done opportunistically.
20830
20831 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20832
20833 * dframe.el (dframe-current-frame): Remove spurious quote.
20834
20835 2011-04-12 Glenn Morris <rgm@gnu.org>
20836
20837 * calendar/cal-tex.el (cal-tex-end-document):
20838 Try to automatically use latin1 input if needed.
20839
20840 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20841 Don't try to cons a mark onto an empty element.
20842
20843 2011-04-11 Leo Liu <sdl.web@gmail.com>
20844
20845 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20846 buffers.
20847 (ido-kill-buffer-at-head): Support killing virtual buffers.
20848
20849 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20850
20851 * minibuffer.el (completion-show-inline-help): New var.
20852 (completion--do-completion, minibuffer-complete)
20853 (minibuffer-force-complete, minibuffer-complete-word):
20854 Inhibit minibuffer messages if completion-show-inline-help is nil.
20855
20856 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20857 to avoid interference from inline help (Bug#5849).
20858
20859 2011-04-10 Leo Liu <sdl.web@gmail.com>
20860
20861 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20862 Fix typo.
20863
20864 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20865
20866 * image-mode.el (image-toggle-display-image): Signal an error if
20867 not in Image mode.
20868 (image-transform-mode, image-transform-resize)
20869 (image-transform-set-rotation): Doc fix.
20870 (image-transform-set-resize): Delete.
20871 (image-transform-set-scale, image-transform-fit-to-height)
20872 (image-transform-fit-to-width): Handle image-toggle-display-image
20873 and image-transform-resize directly.
20874
20875 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20876
20877 * doc-view.el (doc-view-fit-width-to-window)
20878 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20879 New functions for fitting the shown image to the Emacs window size.
20880 (doc-view-mode-map): Add bindings for the new functions.
20881
20882 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20883
20884 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20885 Fix typo in docstring.
20886
20887 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20888
20889 * files.el (file-size-human-readable): Produce one digit after
20890 decimal, like "ls -lh" does.
20891
20892 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20893 the file size representation.
20894
20895 * simple.el (list-processes): If async subprocesses are not
20896 available, error out with a clear error message.
20897
20898 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20899
20900 * help.el (help-form-show): New function, to be called from C.
20901 Put help-form output in a buffer named differently than *Help*.
20902
20903 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20904
20905 * files.el (file-size-human-readable): New function.
20906
20907 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20908 computing the representation inline. Don't require `cl'.
20909
20910 2011-04-08 Glenn Morris <rgm@gnu.org>
20911
20912 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20913
20914 * net/browse-url.el (browse-url-firefox):
20915 Test system-type, not system-configuration.
20916
20917 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20918 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20919 Use log-edit-empty-buffer-p. (Bug#7598)
20920
20921 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20922 (rlogin-mode-map): Initialize in the defvar.
20923 (rlogin): Use ignore-errors.
20924
20925 * replace.el (occur-mode-map): Some fixes for menu items.
20926
20927 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20928
20929 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20930
20931 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20932
20933 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20934 issuing unused warnings.
20935
20936 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20937 macro directly.
20938
20939 * simple.el: Lisp reimplement of list-processes. Based on an
20940 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20941 (process-menu-mode): New major mode.
20942 (list-processes--refresh, list-processes):
20943 (process-menu-visit-buffer): New functions.
20944
20945 * files.el (save-buffers-kill-emacs): Don't assume any return
20946 value of list-processes, which is undocumented anyway.
20947
20948 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20949
20950 * emacs-lisp/tabulated-list.el: New file.
20951
20952 * emacs-lisp/package.el: Use Tabulated List mode.
20953 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20954 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20955 table format using Tabulated List mode variables.
20956 (package--push): New macro, replacing package-list-maybe-add.
20957 (package-menu--generate): Use package--push. Renamed from
20958 package--generate-package-list.
20959 (package-menu-refresh, list-packages): Use it.
20960 (package-menu--print-info): Rename from package-print-package.
20961 Return insertion data instead of inserting it directly.
20962 (package-menu-describe-package, package-menu-execute):
20963 Use tabulated-list-get-id.
20964 (package-menu-mark-delete, package-menu-mark-install)
20965 (package-menu-mark-unmark, package-menu-backup-unmark)
20966 (package-menu-mark-obsolete-for-deletion):
20967 Use tabulated-list-put-tag.
20968 (package--list-packages, package-menu-revert)
20969 (package-menu-get-package, package-menu-get-version)
20970 (package-menu-sort-by-column): Functions deleted.
20971 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20972 (package-menu--status-predicate, package-menu--version-predicate)
20973 (package-menu--name-predicate)
20974 (package-menu--description-predicate): Handle arguments in the
20975 Tabulated List format.
20976 (package-list-packages-no-fetch): Call list-packages.
20977
20978 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20979
20980 * files.el (after-find-file-from-revert-buffer): Remove variable.
20981 (after-find-file): Don't bind it.
20982 (revert-buffer-in-progress-p): New variable.
20983 (revert-buffer): Bind it.
20984 Pass nil for `after-find-file-from-revert-buffer'.
20985
20986 * saveplace.el (save-place-find-file-hook): Use new variable
20987 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20988
20989 2011-04-06 Glenn Morris <rgm@gnu.org>
20990
20991 * Makefile.in (AUTOGEN_VCS): New variable.
20992 (autoloads): Use $AUTOGEN_VCS.
20993
20994 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20995 * calendar/calendar.el (calendar-mode-map):
20996 Check for toolkit scroll bars. (Bug#8305)
20997
20998 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20999
21000 * minibuffer.el (completion-in-region--postch)
21001 (completion-in-region-mode): Remove unnecessary messages.
21002
21003 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
21004
21005 * font-lock.el (font-lock-refresh-defaults):
21006 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
21007 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
21008
21009 * info.el (Info-directory-list, Info-read-node-name-2)
21010 (Info-split-parameter-string): Doc fixes.
21011 (Info-virtual-nodes): Reflow docstring.
21012 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
21013 (Info-apropos-toc-nodes, info-finder, Info-get-token)
21014 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
21015 Fix typos in docstrings.
21016 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
21017 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
21018 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
21019 (Info-restore-desktop-buffer): Mark unused parameters.
21020 (Info-directory-find-file, Info-directory-find-node)
21021 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
21022 (Info-virtual-index-find-node, Info-apropos-find-file)
21023 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
21024 Mark unused parameters; fix typos in docstrings.
21025 (Info-virtual-index): Remove unused local variable `nodename'.
21026
21027 2011-04-05 Deniz Dogan <deniz@dogan.se>
21028
21029 * net/rcirc.el: Update my e-mail address.
21030 (rcirc-mode-map): Remove M-o binding.
21031
21032 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
21033
21034 * startup.el (command-line): Save the cursor's theme-face
21035 directly, instead of using face-override-spec.
21036
21037 * custom.el (load-theme): Minor optimization in assigning faces.
21038
21039 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
21040
21041 * help-fns.el (describe-variable): Complete all variables having
21042 documentation, including keywords.
21043 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
21044
21045 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
21046
21047 Convert to lexical-binding.
21048
21049 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
21050 (bs--get-marked-string, bs--get-modified-string)
21051 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
21052 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
21053 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
21054
21055 * ehelp.el (electric-help-execute-extended)
21056 (electric-help-ctrl-x-prefix):
21057 * hexl.el (hexl-revert-buffer-function):
21058 * linum.el (linum-after-change, linum-after-scroll):
21059 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
21060
21061 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
21062
21063 2011-04-04 Daiki Ueno <ueno@unixuser.org>
21064
21065 * epa-dired.el:
21066 * epa-mail.el:
21067 * epa-hook.el:
21068 * epa-file.el:
21069 * epa.el:
21070 * epg.el: Use lexical binding.
21071
21072 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
21073
21074 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
21075
21076 * textmodes/flyspell.el (flyspell-word): Recognize default
21077 dictionary case for flyspell-mark-duplications-exceptions.
21078 Use regexp matching for languages.
21079 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
21080 default dictionary (Bug#7926).
21081
21082 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
21083
21084 * emacs-lisp/package.el (package--with-work-buffer):
21085 Recognize https URLs.
21086
21087 * net/network-stream.el: Move from gnus/proto-stream.el.
21088 Change prefix to network-stream throughout.
21089 (open-protocol-stream): Merge into open-network-stream, leaving
21090 open-protocol-stream as an alias. Handle nil BUFFER args.
21091
21092 * subr.el (open-network-stream): Move to net/network-stream.el.
21093
21094 2011-04-02 Glenn Morris <rgm@gnu.org>
21095
21096 * find-dired.el (find-exec-terminator): New option.
21097 (find-ls-option): Test for -ls support.
21098 (find-ls-subdir-switches): Test for -b in find-ls-option.
21099 (find-dired, find-grep-dired): Doc fixes.
21100 (find-dired): Use find-exec-terminator.
21101
21102 * find-dired.el (find-ls-option, find-ls-subdir-switches)
21103 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
21104 (find-name-arg): Remove purecopy.
21105
21106 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
21107 (grep-compute-defaults): Check for `-exec COMMAND +' support.
21108 Set grep-find-use-xargs, grep-find-command, and grep-find-template
21109 accordingly. Don't add the null-device if not needed.
21110
21111 * files.el (save-some-buffers): Doc fix.
21112
21113 2011-04-02 Eli Zaretskii <eliz@gnu.org>
21114
21115 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
21116
21117 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
21118
21119 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
21120 Use `dolist' rather than `mapcar'.
21121
21122 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21123
21124 Add lexical binding.
21125
21126 * subr.el (apply-partially): Use new closures rather than CL.
21127 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
21128 (dolist, dotimes): Use slightly different expansion for lexical code.
21129 (functionp): Move to C.
21130 (letrec): New macro.
21131 (with-wrapper-hook): Use it and apply-partially instead of CL.
21132 (eval-after-load): Preserve lexical-binding.
21133 (save-window-excursion, with-output-to-temp-buffer): Turn them
21134 into macros.
21135
21136 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
21137
21138 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
21139 than the arglist.
21140 (help-add-fundoc-usage): Don't add `Not documented'.
21141 (help-function-arglist): Handle closures, subroutines, and new
21142 byte-code-functions.
21143 (help-make-usage): Remove leading underscores.
21144 (describe-function-1): Handle closures.
21145 (describe-variable): Use special-variable-p for completion.
21146
21147 * files.el (lexical-binding): Declare safe.
21148
21149 * emacs-lisp/pcase.el: Don't use destructuring-bind.
21150 (pcase--memoize): Rename from pcase-memoize. Change weakness.
21151 (pcase): Add `let' pattern.
21152 Change memoization so it actually works.
21153 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
21154 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
21155 <let>: New case.
21156
21157 * emacs-lisp/macroexp.el: Use lexical binding.
21158 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
21159 Don't convert ' to #' without checking that it's indeed quoting
21160 a lambda.
21161
21162 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
21163 Use eval-sexp-add-defvars.
21164 (eval-sexp-add-defvars): New fun.
21165
21166 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
21167
21168 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
21169 Don't autoload.
21170 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
21171 than the internal `byte-compile-lambda'.
21172 (defmethod): Don't hide code under quotes.
21173 (eieio-defmethod): New `code' argument.
21174
21175 * emacs-lisp/eieio-comp.el: Remove.
21176
21177 * emacs-lisp/edebug.el (edebug-eval-defun)
21178 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
21179 (edebug-toggle): Avoid `eval'.
21180
21181 * emacs-lisp/disass.el (disassemble-internal): Handle new
21182 `closure' objects.
21183 (disassemble-1): Handle new byte codes.
21184
21185 * emacs-lisp/cl.el (pushnew): Silence warning.
21186
21187 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
21188 (cl-byte-compile-throw): Remove.
21189 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
21190
21191 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
21192 closures.
21193
21194 * emacs-lisp/cconv.el: New file.
21195
21196 * emacs-lisp/bytecomp.el: Use lexical binding instead of
21197 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
21198 (byte-compile-initial-macro-environment):
21199 Handle declare-function here.
21200 (byte-compile--lexical-environment): New var.
21201 (byte-stack-ref, byte-stack-set, byte-discardN)
21202 (byte-discardN-preserve-tos): New lap codes.
21203 (byte-interactive-p): Don't use any more.
21204 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
21205 New macros.
21206 (byte-compile-lapcode): Use them and handle new lap codes.
21207 (byte-compile-obsolete): Remove.
21208 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
21209 (byte-compile-arglist-warn): Check late def of inlinable funs.
21210 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
21211 since they should have been expanded by now.
21212 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
21213 (byte-compile-from-buffer): Remove unused second arg.
21214 (byte-compile-preprocess): New function.
21215 (byte-compile-toplevel-file-form): New function to distinguish
21216 file-form calls from outside from file-form calls from hunk-handlers.
21217 (byte-compile-file-form): Simplify.
21218 (byte-compile-file-form-defsubst): Remove.
21219 (byte-compile-file-form-defmumble): Simplify now that
21220 byte-compile-lambda always returns a byte-code-function.
21221 (byte-compile): Preprocess.
21222 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
21223 Remove, not used any more.
21224 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
21225 (byte-compile-make-args-desc): New funs.
21226 (byte-compile-lambda): Handle lexical functions. Always return
21227 a byte-code-function.
21228 (byte-compile-reserved-constants): New var, to make up room for
21229 closed-over variables.
21230 (byte-compile-constants-vector): Obey it.
21231 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
21232 (byte-compile-macroexpand-declare-function): New function.
21233 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
21234 byte-code-functions.
21235 (byte-compile-form): Check obsolescence here.
21236 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
21237 (byte-compile-variable-ref): Remove.
21238 (byte-compile-dynamic-variable-op): New fun.
21239 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21240 (byte-compile-variable-set): New funs.
21241 (byte-compile-discard): Add 2 args.
21242 (byte-compile-stack-ref, byte-compile-stack-set)
21243 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
21244 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
21245 macroexpand-all instead.
21246 (byte-compile-quote-form): Remove.
21247 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
21248 (byte-compile-bind, byte-compile-unbind): New funs.
21249 (byte-compile-let): Handle let* and lexical binding.
21250 (byte-compile-let*): Remove.
21251 (byte-compile-catch, byte-compile-unwind-protect)
21252 (byte-compile-track-mouse, byte-compile-condition-case):
21253 Handle a new :fun-body form, used for lexical scoping.
21254 (byte-compile-save-window-excursion)
21255 (byte-compile-with-output-to-temp-buffer): Remove.
21256 (byte-compile-defun): Simplify.
21257 (byte-compile-stack-adjustment): New fun.
21258 (byte-compile-out): Use it.
21259 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
21260
21261 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
21262 handler any more.
21263
21264 * emacs-lisp/byte-opt.el: Use lexical binding.
21265 (byte-inline-lapcode): Remove (to bytecomp).
21266 (byte-compile-inline-expand): Pay attention to inlining to/from
21267 lexically bound code.
21268 (byte-compile-unfold-lambda): Don't handle byte-code-functions
21269 any more.
21270 (byte-optimize-form-code-walker): Don't handle save-window-excursion
21271 any more and don't call compiler-macros.
21272 (byte-compile-splice-in-already-compiled-code): Remove.
21273 (byte-code): Don't inline any more.
21274 (disassemble-offset): Receive `bytes' as argument rather than via
21275 dynamic scoping.
21276 (byte-compile-tag-number): Declare before first use.
21277 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21278 `return' even if make-spliceable.
21279 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21280 obsolete interactive-p.
21281 (byte-optimize-lapcode): Optimize new lap-codes.
21282 Don't trip up on new form of `byte-constant' lap code.
21283
21284 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21285
21286 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21287
21288 * custom.el (custom-initialize-default, custom-declare-variable):
21289 Use `defvar'.
21290
21291 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21292 New variables.
21293 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21294 (COMPILE_FIRST): Add macroexp and cconv.
21295 * makefile.w32-in: Mirror changes in Makefile.in.
21296
21297 * vc/cvs-status.el:
21298 * vc/diff-mode.el:
21299 * vc/log-edit.el:
21300 * vc/log-view.el:
21301 * vc/smerge-mode.el:
21302 * textmodes/bibtex-style.el:
21303 * textmodes/css-mode.el:
21304 * startup.el:
21305 * uniquify.el:
21306 * minibuffer.el:
21307 * newcomment.el:
21308 * reveal.el:
21309 * server.el:
21310 * mpc.el:
21311 * emacs-lisp/smie.el:
21312 * doc-view.el:
21313 * dired.el:
21314 * abbrev.el: Use lexical binding.
21315
21316 2011-04-01 Eli Zaretskii <eliz@gnu.org>
21317
21318 * info.el (info-display-manual): New function.
21319
21320 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21321
21322 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21323
21324 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
21325
21326 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
21327 an entry for that server in rcirc-authinfo. (Bug#8385)
21328
21329 2011-03-31 Glenn Morris <rgm@gnu.org>
21330
21331 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21332
21333 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21334
21335 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21336
21337 * progmodes/python.el (python-default-interpreter)
21338 (python-python-command-args, python-jython-command-args)
21339 (python-which-shell, python-which-args, python-which-bufname)
21340 (python-file-queue, python-comint-output-filter-function)
21341 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21342 variables and functions.
21343
21344 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21345
21346 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21347 (completion-in-region-mode): New minor mode.
21348 (completion-in-region): Use it.
21349 (completion-in-region--data, completion-in-region-mode-map): New vars.
21350 (completion-in-region--postch): New function.
21351 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21352 New vars.
21353 (completion--capf-wrapper): New function.
21354 (completion-at-point): Use it to track well-behavedness of
21355 hook functions.
21356 (completion-help-at-point): New command.
21357
21358 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21359
21360 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21361 syntax class to search for whitespace on a single line
21362 (Message-ID: <4D938140.4030905@redhat.com>).
21363
21364 2011-03-30 Leo Liu <sdl.web@gmail.com>
21365
21366 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21367 New commands.
21368 (edit-abbrevs-map): Bind them here.
21369 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21370
21371 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21372
21373 * allout.el (allout-hide-by-annotation, allout-flag-region):
21374 Reduce possibility of overlay leakage by making them volatile.
21375
21376 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21377 hash is not shared between buffers. Mode initialization is
21378 responsible for giving it a useful starting value.
21379 (allout-item-span): Reduce possibility of overlay leakage by
21380 making them volatile.
21381 (allout-widgets-count-buttons-in-region): Add diagnostic function
21382 for tracking down button overlay leaks.
21383
21384 2011-03-29 Leo Liu <sdl.web@gmail.com>
21385
21386 * ido.el (ido-read-internal): Use the default history var
21387 minibuffer-history if no HISTORY is specified.
21388
21389 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21390
21391 * net/imap.el (imap-shell-open, imap-process-connection-type):
21392 Use imap-process-connection-type for 'shell' streams as well as
21393 Kerberos, SSL, other subprocesses.
21394
21395 2011-03-28 Leo Liu <sdl.web@gmail.com>
21396
21397 * abbrev.el (abbrev-table-empty-p): New function.
21398 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21399 nonempty ones. (Bug#5937)
21400
21401 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21402
21403 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21404
21405 2011-03-27 Leo Liu <sdl.web@gmail.com>
21406
21407 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21408 for foreground and background colors.
21409 (ansi-color-make-color-map): Adapt.
21410
21411 2011-03-25 Leo Liu <sdl.web@gmail.com>
21412
21413 * midnight.el (midnight-time-float): Remove. Note it calculates
21414 the microsecond component incorrectly and seconds-to-time does the
21415 same job.
21416 Remove redundant (require 'timer).
21417
21418 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21419 (ido-completions): Remove unused arguments. (Bug#8329)
21420
21421 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21422
21423 * minibuffer.el (completion--flush-all-sorted-completions):
21424 Remove itself from hook.
21425 (completion-at-point): Let the functions perform the completion
21426 immediately and return nil or t.
21427 * comint.el (comint-dynamic-complete-functions): Now identical to
21428 completion-at-point-functions.
21429 (comint-dynamic-list-input-ring): Remove unused var `index'.
21430 (comint--match-partial-filename, comint--unquote&expand-filename):
21431 New funs, split from comint-match-partial-filename.
21432 (comint-dynamic-complete): Use completion-at-point.
21433 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21434
21435 2011-03-24 Drew Adams <drew.adams@oracle.com>
21436
21437 * thingatpt.el: Support `defun'.
21438
21439 2011-03-23 Leo Liu <sdl.web@gmail.com>
21440
21441 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21442
21443 * help-mode.el (help-mode-finish): Tweak regexp.
21444
21445 2011-03-23 Glenn Morris <rgm@gnu.org>
21446
21447 * eshell/esh-opt.el (eshell-eval-using-options):
21448 Do not bind unused local variable `eshell-option-stub'.
21449
21450 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21451
21452 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21453
21454 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21455 keymap variable in `with-no-warnings' to avoid a warning when the
21456 keymap has been already `defconst'ed.
21457
21458 2011-03-22 Leo Liu <sdl.web@gmail.com>
21459
21460 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21461 encode all chars in abbrevs; otherwise use emacs-mule or
21462 utf-8-emacs. (Bug#8308)
21463
21464 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21465
21466 * simple.el (backward-delete-char-untabify):
21467 Avoid warning about using `delete-backward-char'.
21468
21469 * image.el (image-type-file-name-regexps): Make it variable.
21470 `imagemagick-register-types' modifies it, and the user may want
21471 to add new extensions for known image types.
21472 (imagemagick-register-types): Throw error if not using ImageMagick.
21473
21474 2011-03-22 Leo Liu <sdl.web@gmail.com>
21475
21476 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21477 located before rcirc-prompt-end-marker.
21478 (rcirc-complete): Error if point is not after rcirc prompt.
21479 Handle the case when table is nil.
21480 (rcirc-user-authenticated): Define to fix compiler warning.
21481
21482 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21483
21484 * custom.el (custom--inhibit-theme-enable): Make it affect only
21485 custom-theme-set-variables and custom-theme-set-faces.
21486 (provide-theme): Ignore custom--inhibit-theme-enable.
21487 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21488 (custom-enabling-themes): Delete variable.
21489 (enable-theme): Accept only loaded themes as arguments.
21490 Ignore the special custom-enabled-themes variable.
21491 (custom-enabled-themes): Forbid themes from setting this.
21492 Eliminate use of custom-enabling-themes.
21493 (custom-push-theme): Quote "changed" custom var entry.
21494
21495 2011-03-21 Leo Liu <sdl.web@gmail.com>
21496
21497 * ido.el (ido-read-internal): Add ido-selected to history instead
21498 of user input.
21499
21500 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21501
21502 * subr.el (deferred-action-list, deferred-action-function):
21503 Mark obsolete.
21504
21505 2011-03-21 Leo Liu <sdl.web@gmail.com>
21506
21507 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21508 change on 2011-02-13 (bug#8309).
21509
21510 * minibuffer.el (read-file-name-function): Change default value.
21511 (read-file-name--defaults): Rename from read-file-name-defaults.
21512 (read-file-name-default): Rename from read-file-name.
21513 (read-file-name): Call read-file-name-function.
21514
21515 2011-03-21 Glenn Morris <rgm@gnu.org>
21516
21517 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21518 Doc fixes.
21519
21520 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21521
21522 * cus-theme.el: Add missing provide statement.
21523 (customize-create-theme): Extract theme value correctly.
21524 (custom-theme-visit-theme): Autoload.
21525 (customize-create-theme): Prompt before inserting default faces.
21526
21527 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21528
21529 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21530 units and musical notes.
21531
21532 2011-03-20 Leo Liu <sdl.web@gmail.com>
21533
21534 * ido.el (ido-read-internal): Use completing-read-default.
21535 (ido-completing-read): Fix compatibility with completing-read.
21536
21537 2011-03-20 Christian Ohler <ohler@gnu.org>
21538
21539 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21540 (ert-delete-all-tests): Use `called-interactively-p' rather than
21541 `interactive-p'.
21542 (ert--make-xrefs-region): Respect END.
21543
21544 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21545
21546 * dired-aux.el (dired-create-directory): Signal an error if the
21547 directory already exists (Bug#8246).
21548
21549 * facemenu.el (list-colors-display): Call list-faces-display
21550 inside with-help-window.
21551 (list-colors-print): Use display property to align the final
21552 column, instead of checking window-width.
21553
21554 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21555
21556 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21557 windows-nt systems.
21558 (emerge-protect-metachars): Quote correctly for ms-dos and
21559 windows-nt systems.
21560
21561 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21562
21563 * info.el (info-initialize): Replace all uses of `:' with
21564 path-separator for compatibility with non-Unix systems.
21565 Cache quoting of path-separator. (Bug#8258)
21566
21567 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21568
21569 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21570 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21571 (mouse-avoidance-mode): Fix typos in docstrings.
21572
21573 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21574
21575 * startup.el (package-subdirectory-regexp): Move from package.el.
21576 Omit \\` and \\', and let callers add them.
21577
21578 * emacs-lisp/package.el (package-strip-version)
21579 (package-load-all-descriptors): Add \\` and \\' to
21580 package-subdirectory-regexp before using it.
21581 (package-untar-buffer): New arg DIR; ensure that file untars only
21582 into this expected directory. Remove superfluous delete-region.
21583 (package-unpack): Caller changed.
21584 (package-tar-file-info): Use package-subdirectory-regexp.
21585
21586 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21587
21588 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21589 diff-mode-shared-map (bug#8284).
21590 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21591
21592 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21593
21594 * calendar/time-date.el (format-seconds): Use assoc instead of
21595 assoc-string, since assoc-string doesn't exist in XEmacs.
21596
21597 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21598
21599 * custom.el (custom-known-themes): Reflow docstring.
21600 (custom-theme-load-path): Fix typo in docstring.
21601 (load-theme): Fix typo in error message.
21602 (custom-available-themes, custom-variable-theme-value):
21603 Use `let', not `let*'.
21604
21605 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21606
21607 * calc/README: Mention inclusion of musical notes.
21608
21609 * calc/calc-units.el (calc-lu-quant): Rename from
21610 `calc-logunits-quantity'.
21611 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21612 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21613 (calc-db): Rename from `calc-dblevel'.
21614 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21615 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21616 (calc-np): Rename from `calc-nplevel'.
21617 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21618 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21619 (calc-lu-plus): Rename from `calc-logunits-add'.
21620 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21621 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21622 (calc-lu-minus): Rename from `calc-logunits-sub'.
21623 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21624 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21625 (calc-lu-times): Rename from `calc-logunits-mul'.
21626 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21627 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21628 (calc-lu-divide): Rename from `calc-logunits-div'.
21629 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21630 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21631
21632 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21633 functions being autoloaded.
21634
21635 * calc/calc.el (calc-lu-power-reference): Rename from
21636 `calc-logunits-power-reference'.
21637 (calc-lu-field-reference): Rename from
21638 `calc-logunits-field-reference'.
21639
21640 * calc/calc-help.el (calc-l-prefix-help):
21641 Mention musical note functions.
21642
21643 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21644
21645 * minibuffer.el (completion-all-sorted-completions):
21646 Use :completion-cycle-penalty text property if present.
21647
21648 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21649
21650 * allout.el (allout-yank-processing): Adjust for new rebulleting
21651 regime so bullet being yanked is used without prompting the user
21652 for a choice.
21653
21654 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21655
21656 * startup.el (command-line): Warn the user that _emacs is deprecated.
21657
21658 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21659
21660 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21661 (delphi-verbose, delphi-comment-face, delphi-string-face)
21662 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21663 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21664 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21665 (delphi-new-comment-line, delphi-font-lock-defaults)
21666 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21667 Fix typos in docstrings.
21668
21669 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21670
21671 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21672 Invert the roles of character and string values for INSTEAD, so a
21673 string is used for the more common case of a defaulting prompt.
21674
21675 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21676
21677 * progmodes/ruby-mode.el (ruby-backward-sexp):
21678 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21679 * play/gamegrid.el (gamegrid-make-face):
21680 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21681 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21682 * notifications.el (notifications-notify):
21683 * net/xesam.el (xesam-search-engines):
21684 * net/quickurl.el (quickurl-list-insert):
21685 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21686
21687 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21688
21689 * startup.el (command-line): Update package subdirectory regexp.
21690
21691 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21692
21693 * allout.el (allout-abbreviate-flattened-numbering)
21694 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21695
21696 * subr.el (read-char-choice): Only show the cursor after the prompt,
21697 not after the answer.
21698
21699 2011-03-15 Kevin Ryde <user42@zip.com.au>
21700
21701 * help-fns.el (variable-at-point): Skip leading quotes, if any
21702 (bug#8253).
21703
21704 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21705
21706 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21707 warning message.
21708
21709 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21710
21711 * shell.el (shell): When called interactively, offer to change the
21712 shell file name on remote hosts.
21713
21714 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21715
21716 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21717 integration for LDAP parameters. The host, base, user or binddn,
21718 and secret tokens can be specified in a netrc file, for instance.
21719 This is optional because an `auth-source' parameter must be
21720 specified in the search attributes.
21721
21722 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21723
21724 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21725
21726 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21727
21728 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21729 into declaration. Remove redundant and harmful binding.
21730
21731 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21732
21733 * files.el (file-ownership-preserved-p): Pass `integer' as an
21734 explicit 2nd argument to `file-attributes'. If the file's owner
21735 is the Administrators group on Windows, and the current user is
21736 Administrator, consider that a match.
21737
21738 * server.el (server-ensure-safe-dir): Consider server directory
21739 safe on MS-Windows if its owner is the Administrators group while
21740 the current Emacs user is Administrator. Use `=' to compare
21741 numerical UIDs, since they could be integers or floats.
21742
21743 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21744
21745 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21746
21747 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21748
21749 Sync with Tramp 2.2.1.
21750
21751 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21752
21753 * net/trampver.el: Update release number.
21754
21755 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21756
21757 * progmodes/compile.el (compilation--previous-directory): Fix up
21758 various nil/dead-marker mismatches (bug#8014).
21759 (compilation-directory-properties, compilation-error-properties):
21760 Don't call it at a position past the one we're about to change.
21761
21762 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21763 Disable obsolescence warnings in the file that declares it.
21764
21765 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21766
21767 * allout-widgets.el (allout-widgets-tally):
21768 Initialize allout-widgets-tally as a hash table rather than nil to
21769 prevent mode-line redisplay warnings. Also, clarify the module
21770 description and fix a comment typo.
21771
21772 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21773
21774 * help-fns.el (describe-variable): Don't complete keywords.
21775 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21776
21777 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21778
21779 * emacs-lisp/package.el (package-version-join): Impose a standard
21780 string representation for pre/alpha/beta version lists.
21781 (package-unpack-single): Standardize the directory name by passing
21782 it through package-version-join.
21783 (package-strip-rcs-id): Accept any version string that does not
21784 signal an error in version-to-list.
21785
21786 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21787
21788 * simple.el (delete-trailing-whitespace): Return nil for the
21789 benefit of `write-file-functions'.
21790
21791 2011-03-10 Glenn Morris <rgm@gnu.org>
21792
21793 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21794
21795 * vc/vc-git.el (vc-git-program): New option.
21796 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21797 (vc-git--call): Use it.
21798
21799 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21800
21801 * cus-edit.el (Custom-newline): If no button at point, look
21802 for a subgroup button at start-of-line. (Bug#2298)
21803
21804 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21805
21806 2011-03-10 Julien Danjou <julien@danjou.info>
21807
21808 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21809 `cursor-type' is nil.
21810
21811 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21812
21813 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21814
21815 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21816
21817 * allout.el: Change so yank of distinctive-bullet items
21818 preserves the existing header prefix, rebulleting it if necessary,
21819 rather than replacing it. This is necessary for proper operation
21820 of cooperative addons like allout-widgets.
21821 (allout-make-topic-prefix, allout-rebullet-heading):
21822 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21823 value as alternate bullet to be used, instead of prompting the user
21824 for a bullet character.
21825
21826 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21827
21828 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21829 Do not use `tramp-file-name-port', because this returns also
21830 `tramp-default-port'.
21831
21832 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21833
21834 * net/rcirc.el (rcirc-handler-001): Remove useless
21835 with-rcirc-process-buffer.
21836 (rcirc-check-auth-status): Swap arguments to string-match.
21837
21838 2011-03-09 Glenn Morris <rgm@gnu.org>
21839
21840 * shell.el (shell-mode):
21841 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21842
21843 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21844 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21845
21846 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21847
21848 * emacs-lisp/package.el (package-refresh-contents)
21849 (package-menu-execute): Use condition-case-no-debug.
21850
21851 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21852
21853 * simple.el (shell-command-to-string): Use `process-file'.
21854
21855 * emacs-lisp/package.el (package-tar-file-info): Handle also
21856 remote files.
21857
21858 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21859 Use `equal' for upload base check.
21860
21861 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21862
21863 * textmodes/texinfo.el (texinfo-environments):
21864 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21865
21866 2011-03-08 Glenn Morris <rgm@gnu.org>
21867
21868 * cus-start.el (cursor-in-non-selected-windows):
21869 Fix :set quoting oddness. (Bug#8192)
21870
21871 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21872 in some setf expressions. (Bug#2159)
21873
21874 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21875
21876 * custom.el (custom-available-themes): Return themes in
21877 alphabetical order.
21878
21879 See ChangeLog.15 for earlier changes.
21880
21881 ;; Local Variables:
21882 ;; coding: utf-8
21883 ;; End:
21884
21885 Copyright (C) 2011-2012 Free Software Foundation, Inc.
21886
21887 This file is part of GNU Emacs.
21888
21889 GNU Emacs is free software: you can redistribute it and/or modify
21890 it under the terms of the GNU General Public License as published by
21891 the Free Software Foundation, either version 3 of the License, or
21892 (at your option) any later version.
21893
21894 GNU Emacs is distributed in the hope that it will be useful,
21895 but WITHOUT ANY WARRANTY; without even the implied warranty of
21896 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21897 GNU General Public License for more details.
21898
21899 You should have received a copy of the GNU General Public License
21900 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.