]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Teach sql-mode's imenu about IF NOT EXISTS
[gnu-emacs] / lisp / ChangeLog
1 2012-11-21 Daniel Colascione <dancol@dancol.org>
2
3 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4 in SQL declarations for font-lock.
5 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6
7 2012-11-21 Glenn Morris <rgm@gnu.org>
8
9 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
10 (face-italic-p): Add optional argument "inherit".
11
12 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
13 Remove -p suffix from names, for consistency with other set-face-*.
14 (set-face-inverse-video): Fix interactive spec.
15 * play/gamegrid.el (gamegrid-make-mono-tty-face):
16 * textmodes/table.el (table--update-cell-face):
17 Use set-face-inverse-video rather than now obsolete alias.
18
19 2012-11-21 Eli Zaretskii <eliz@gnu.org>
20
21 * simple.el (line-move): Don't call line-move-partial if
22 scroll-conservatively is in effect. (Bug#12927)
23
24 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
27 Fallback on completion-at-point rather than
28 pcomplete-expand-and-complete, and only if pcomplete actually failed.
29 (eshell-cmpl-initialize): Setup completion-at-point.
30
31 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
32
33 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
34
35 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
36
37 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
38 are remote, check out-of-band property for both.
39
40 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * window.el (switch-to-buffer): Re-add the warning that was lost in the
43 code rewrite.
44
45 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
46
47 More minor time fixes.
48 * calendar/time-date.el: Commentary fix.
49 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
50 too much other code depends on (0 0) time stamps.
51 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
52 Add a couple of FIXME comments.
53
54 Minor cleanup for times as lists of four integers.
55 * files.el (dir-locals-directory-cache):
56 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
57 Doc fixes.
58 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
59 * ps-bdf.el (bdf-file-newer-than-time):
60 Process four-integers time stamps, not two. Doc fixes.
61
62 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * uniquify.el (uniquify-managed): Use defvar-local.
65 (rename-buffer, create-file-buffer): Advise with advice-add.
66 (uniquify-unload-function): Unadvise accordingly.
67
68 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
69 (trace-buffer): Don't purecopy.
70 (trace-entry-message, trace-exit-message): Add `context' arg.
71 (trace--timer): New var.
72 (trace-make-advice): Adjust for use in nadvice.
73 Add `context' argument. Delay `display-buffer' via a timer.
74 (trace-function-internal): Use advice-add.
75 (trace--read-args): New function.
76 (trace-function-foreground, trace-function-background): Use it.
77 (trace-function): Rename to trace-function-foreground and redefine as
78 an alias to that new name.
79 (untrace-function, untrace-all): Adjust to the use of nadvice.
80
81 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
82
83 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
84
85 * subr.el (called-interactively-p-functions): New var.
86 (internal--called-interactively-p--get-frame): New macro.
87 (called-interactively-p, interactive-p): Rewrite in Lisp.
88 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
89 (called-interactively-p-functions): Use it.
90 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
91 (called-interactively-p-functions): Use it.
92 * allout.el (allout-called-interactively-p): Don't assume
93 called-interactively-p is a subr.
94
95 2012-11-20 Glenn Morris <rgm@gnu.org>
96
97 * profiler.el (profiler-report-mode-map): Add a menu.
98 No need to bind `q' because we derive from special-mode.
99 (profiler-report-find-entry): Handle calls from the menu-bar.
100
101 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * emacs-lisp/byte-run.el (defun-declarations-alist):
104 Allow a compiler-macro to be a lambda expression.
105
106 * progmodes/python.el: Use cl-lib. Move var declarations outside of
107 eval-when-compile.
108 (python-syntax-context): Add compiler-macro.
109 (python-font-lock-keywords): Simplify with De Morgan.
110
111 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
112
113 * files.el (load-file): Require match in minibuffer selection, as was
114 the case in Emacs-20 before we changed the spec to allow .elc files
115 (bug#12935).
116
117 * json.el: Don't require cl since we don't use it.
118 * color.el: Don't require cl.
119 (color-complement): `caddr' -> `nth 2'.
120
121 * calendar/time-date.el (time-to-seconds): De-obsolete.
122
123 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
124
125 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
126 year numbers.
127 (math-date-to-julian-dt): Adjust the initial approximation for the
128 year to deal with the new definition of the DATE.
129
130 2012-11-19 Daniel Colascione <dancol@dancol.org>
131
132 * term/w32-win.el (cygwin-convert-path-from-windows):
133 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
134
135 2012-11-18 Chong Yidong <cyd@gnu.org>
136
137 * filecache.el (file-cache--read-list): New function.
138 (file-cache-add-directory-list, file-cache-add-file-list)
139 (file-cache-delete-file-list, file-cache-delete-directory-list):
140 Use it to read a list of files or directories (Bug#12846).
141 (file-cache-add-file, file-cache-add-directory)
142 (file-cache-delete-file-list, file-cache-delete-file-regexp)
143 (file-cache-delete-directory): Print an message.
144
145 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
146
147 * calc/calc-forms.el (math-date-to-dt): Use integer date when
148 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
149
150 2012-11-18 Glenn Morris <rgm@gnu.org>
151
152 * image.el (insert-image, insert-sliced-image): Doc fix.
153
154 2012-11-18 Chong Yidong <cyd@gnu.org>
155
156 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
157 (Bug#12810).
158
159 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
160
161 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
162 response when the target file is in a subdirectory (Bug#12757).
163
164 2012-11-18 Chong Yidong <cyd@gnu.org>
165
166 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
167
168 2012-11-18 Glenn Morris <rgm@gnu.org>
169
170 * emacs-lisp/cl-lib.el (face-underline-p):
171 Use set-face-underline rather than the alias set-face-underline-p.
172
173 * window.el (with-temp-buffer-window): Doc fix.
174 * subr.el (with-output-to-temp-buffer):
175 Add doc xref to with-temp-buffer-window.
176
177 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
178
179 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
180 * calc/calc.el (math-format-date-cache): Declare.
181
182 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
183
184 * calc/calc-forms.el (math-julian-date-beginning)
185 (math-julian-date-beginning-int): Implement [new date numbering].
186
187 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
188
189 * descr-text.el (quail-find-key):
190 * dired.el (desktop-file-name):
191 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
192 * generic-x.el (comint-mode, comint-exec):
193 * image-dired.el (widget-forward):
194 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
195 (speedbar-change-expand-button-char)
196 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
197 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
198 * printing.el (easy-menu-add-item, easy-menu-remove-item)
199 (widget-field-action, widget-value-set):
200 * speedbar.el (imenu--make-index-alist):
201 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
202 (ring-length, ring-insert):
203 * vcursor.el (compare-windows-skip-whitespace):
204 * woman.el (dired-get-filename):
205 Declare functions.
206
207 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
208
209 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
210
211 * calc/calc.el (calc-gregorian-switch): New variable.
212
213 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
214 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
215 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
216 (math-leap-year-p): Add option to distinguish between Julian
217 and Gregorian calendars.
218 (math-day-number): Use `math-day-in-year' to do the computations.
219 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
220 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
221 to do the computations.
222 (math-date-to-dt): Use `math-date-to-julian-dt' and
223 `math-date-to-gregorian-dt' to do the computations.
224 (calcFunc-weekday, math-format-date-part): Use the new version of
225 the DATE to determine the weekday.
226 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
227 when necessary.
228
229 2012-11-17 Eli Zaretskii <eliz@gnu.org>
230
231 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
232 Cygwin; otherwise use 'file:'. (Bug#12914)
233 (cygwin-convert-path-from-windows): Declare, to avoid
234 byte-compiler warnings.
235
236 2012-11-17 Andreas Politz <politza@fh-trier.de>
237
238 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
239 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
240 prefix and negative numeric prefix args (Bug#12795).
241
242 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
243
244 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
245 Don't signal an error with a score that is too low to add to the
246 list of top scores. (Bug#12779)
247
248 2012-11-17 Chong Yidong <cyd@gnu.org>
249
250 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
251
252 * filecache.el (file-cache-add-file): Handle relative file name in
253 the argument (Bug#12694).
254
255 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
256
257 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
258
259 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
262
263 * emacs-lisp/cl-lib.el: Set more meaningful version number.
264
265 2012-11-16 Martin Rudalics <rudalics@gmx.at>
266
267 * window.el (enlarge-window, shrink-window): Don't mention return
268 value in doc-string (Bug#12896).
269 (window--display-buffer): Don't resize frames - it won't work
270 with all window managers and defeat pop-up-frame-alist.
271 (display-buffer-alist): In doc-string explain that CONDITION can
272 be a function and which arguments are passed to it (Bug#12854).
273 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
274 expressions (Bug#12854).
275 (display-buffer): Pass ACTION argument to
276 display-buffer-assq-regexp.
277
278 2012-11-16 Glenn Morris <rgm@gnu.org>
279
280 * window.el (fit-frame-to-buffer-bottom-margin)
281 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
282
283 * faces.el (face-underline-p): Use face-attribute-specified-or.
284
285 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
286
287 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
288
289 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
292
293 2012-11-16 Glenn Morris <rgm@gnu.org>
294
295 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
296 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
297
298 * faces.el (face-underline-p): Doc fix. Handle :underline being
299 things other than `t' (a string, a list).
300 (face-inverse-video-p): Doc fix.
301 (set-face-underline): Rename it back from set-face-underline-p.
302 Doc fix. Allow interactive input of values other than t.
303 (read-face-attribute): Apply formatting to :underline,
304 since like :box and :stipple it can take list values.
305
306 * term.el (ansi-term): Don't let C-x escape-char binding
307 clobber the more standard C-c binding. (Bug#12842)
308
309 * subr.el (set-temporary-overlay-map): Doc fix.
310
311 2012-11-16 Martin Rudalics <rudalics@gmx.at>
312
313 * window.el (record-window-buffer)
314 (display-buffer-record-window): When copying the markers to
315 window-point preserve window-point-insertion-type. (Bug#12588)
316
317 2012-11-16 Glenn Morris <rgm@gnu.org>
318
319 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
320 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
321 Use new names for hooks rather than obsolete aliases.
322
323 2012-11-15 Daniel Colascione <dancol@dancol.org>
324
325 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
326 prefix instead of "file:" so that when FILE-NAME begins with "//",
327 as it does when the target file is on a network share, url-handler
328 isn't confused.
329
330 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
333 a preactivated advice from an old advice.el; they're not compatible!
334
335 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
336
337 * emacs-lisp/nadvice.el (advice--make-interactive-form):
338 Fix string-spec case.
339
340 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
341
342 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
345 (advice--buffer-local-function-sample): New var.
346 (advice--set-buffer-local, advice--buffer-local): New functions.
347 (add-function, remove-function): Use them.
348
349 2012-11-15 Drew Adams <drew.adams@oracle.com>
350
351 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
352
353 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
356 potential binding of print-gensym to t, and prettify (back)quotes in
357 case they appear in args's default values (bug#12884).
358
359 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
362 (advice-eval-interactive-spec): New function.
363 (advice--make-interactive-form): Support around advice (bug#12844).
364
365 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
366
367 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
368 more strict. Add docstring.
369 (ruby-expression-expansion-re): Extract from
370 `ruby-match-expression-expansion'.
371 (ruby-syntax-propertize-function): After everything else, search
372 for expansions in string literals, mark their insides as
373 whitespace syntax and save match data for font-lock.
374 (ruby-font-lock-keywords): Use the 2nd group from expression
375 expansion matches.
376 (ruby-match-expression-expansion): Use the match data saved to the
377 text property in ruby-syntax-propertize-function.
378
379 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
382 (bug#12879).
383
384 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
385
386 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
387 start/end keyword a bit harder. Works with different values of N.
388 Add more comments.
389 (ruby-end-of-block): Update accordingly.
390
391 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
392
393 * woman.el (woman-file-name): Don't mess with unread-command-events
394 (bug#12861).
395
396 * emacs-lisp/advice.el: Layer on top of nadvice.el.
397 Remove out of date self-require hack.
398 (ad-do-advised-functions): Use simple `dolist'.
399 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
400 (ad-advice-definition): Redefine as functions.
401 (ad-advice-classes): Move before first use.
402 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
403 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
404 (ad--defalias-fset): Remove functions.
405 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
406 (ad-get-orig-definition): Rewrite.
407 (ad-make-advised-definition-docstring): Change base docstring.
408 (ad-real-orig-definition): Rewrite.
409 (ad-map-arglists): Change name of called function.
410 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
411 (ad-make-advised-definition): Simplify.
412 (ad-assemble-advised-definition): Tweak for new calling context.
413 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
414 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
415 function and call ad-activate if needed.
416 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
417 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
418 (ad-compile-function): Compile ad-Advice-*.
419 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
420 (ad-start-advice, ad-stop-advice): Remove.
421
422 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
423
424 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
425 period before class method names, not after. Remove handling of
426 one impossible case. Add comments.
427
428 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * emacs-lisp/advice.el: Remove support for freezing.
431 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
432 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
433 Remove support for `freeze'.
434
435 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
436 override the default.
437 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
438 cl--dotimes/dolist.
439 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
440 `cl' is loaded.
441
442 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
443 from add-advice.
444 (advice--strip-macro): New function.
445 (advice--defalias-fset): Use them to handle macros.
446 (advice-add): Use them.
447 (advice-member-p): Correctly handle macros.
448
449 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
450
451 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
452 Never font-lock the beginning of singleton class as heredoc.
453
454 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
457
458 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
459
460 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
461 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
462 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
463
464 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
465
466 Fix end-of-defun misbehavior.
467 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
468 python-beginning-of-defun-function. Handle nested defuns
469 correctly.
470 (python-nav-end-of-defun): Rename from
471 python-end-of-defun-function. Ensure forward movement.
472 (python-info-current-defun): Reimplement to work as intended
473 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
474 parent defuns as soon as possible.
475
476 2012-11-13 Glenn Morris <rgm@gnu.org>
477
478 * progmodes/flymake.el (flymake-error-bitmap)
479 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
480 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
481
482 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
483
484 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
485 backward, always stop at indentation. Reverts the change from
486 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
487
488 2012-11-13 Glenn Morris <rgm@gnu.org>
489
490 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
491 Add ibuffer-filter-by-derived-mode.
492
493 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
494 the same name shadowing each other.
495
496 * window.el (with-temp-buffer-window): Doc tweak.
497
498 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
499
500 * help.el (temp-buffer-max-height):
501 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
502 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
503
504 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * emacs-lisp/nadvice.el: New package.
507 * subr.el (special-form-p): New function.
508 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
509 (elp-all-instrumented-list): Remove var.
510 (elp-not-profilable): Remove elp-wrapper.
511 (elp-profilable-p): Use autoloadp and special-form-p.
512 (elp--advice-name): New const.
513 (elp-instrument-function): Use advice-add.
514 (elp--instrumented-p): New predicate.
515 (elp-restore-function): Use advice-remove.
516 (elp-restore-all, elp-reset-all): Use mapatoms.
517 (elp-set-master): Use elp--instrumented-p.
518 (elp--make-wrapper): Rename from elp-wrapper, return a function
519 suitable for advice-add. Use cl-inf.
520 (elp-results): Use mapatoms+elp--instrumented-p.
521 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
522 (debug-function-list): Remove var.
523 (debug): Rename arg, and then let-bind it explicitly inside.
524 (debugger-setup-buffer): Rename arg.
525 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
526 (debugger-frame-number): Adjust to new debug-on-entry setup.
527 (debug--implement-debug-on-entry): Rename from
528 implement-debug-on-entry, add argument.
529 (debugger-special-form-p): Remove, use special-form-p instead.
530 (debug-on-entry): Use advice-add.
531 (debug--function-list): New function.
532 (cancel-debug-on-entry): Use it, along with advice-remove.
533 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
534 (debugger-list-functions): Use debug--function-list instead of
535 debug-function-list.
536 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
537 (ad-special-form-p): Remove, use special-form-p instead.
538 (ad-set-advice-info): Use add-function and remove-function.
539 (ad--defalias-fset): Adjust accordingly.
540
541 2012-11-10 Glenn Morris <rgm@gnu.org>
542
543 * mail/emacsbug.el (report-emacs-bug-tracker-url)
544 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
545 (report-emacs-bug-create-existing-bugs-buffer)
546 (report-emacs-bug-parse-query-results)
547 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
548
549 * term.el (term-default-fg-color, term-default-bg-color):
550 Make obsolete, rather than just saying "deprecated" in the doc.
551
552 * term.el (term): Rename from `term-face'.
553 (term-current-face, ansi-term-color-vector)
554 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
555 Update all users.
556
557 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
558
559 * server.el (server-create-window-system-frame): Handle Nextstep
560 specially (Bug#12780).
561
562 2012-11-10 Glenn Morris <rgm@gnu.org>
563
564 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
565 Unautoload, and make obsolete. (Bug#7449)
566
567 2012-11-10 Chong Yidong <cyd@gnu.org>
568
569 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
570 rename from diff-remove-trailing-whitespace (Bug#12831).
571
572 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
575 miscompilation of trace.el.
576
577 2012-11-10 Glenn Morris <rgm@gnu.org>
578
579 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
580
581 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
584 (bug#12812).
585
586 2012-11-10 Chong Yidong <cyd@gnu.org>
587
588 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
589 a defcustom with an appropriate :set function.
590 (minibuffer-default--in-prompt-regexps): New function.
591
592 2012-11-10 Glenn Morris <rgm@gnu.org>
593
594 * emacs-lisp/cl.el (define-setf-expander, defsetf)
595 (define-modify-macro): Doc fixes.
596
597 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
598 (gv-define-simple-setter): Update doc of `fix-return'.
599
600 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
601
602 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
603 twice when `fix-return' is set (bug#12813).
604
605 * emacs-lisp/cl.el (defsetf): Pass the third arg to
606 gv-define-simple-setter (bug#12812).
607
608 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
609 (bug#12756).
610
611 2012-11-10 Glenn Morris <rgm@gnu.org>
612
613 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
614
615 * emacs-lisp/cl-extra.el (cl-prettyexpand):
616 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
617 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
618 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
619
620 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
621
622 2012-11-10 Leo Liu <sdl.web@gmail.com>
623
624 * ido.el (ido-set-matches-1): Improve flex matching performance by
625 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
626
627 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
630 (ad--defalias-fset): New function.
631 (ad-safe-fset): Remove.
632 (ad-make-freeze-definition): Use cl-letf*.
633
634 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * subr.el (dolist): Don't bind VAR in RESULT.
637
638 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
639 (fset, documentation): Don't save real def since we don't advise.
640 (ad-do-advised-functions): Remove problematic `result-form'.
641 (ad-safe-fset): `ad-real-fset' => `fset'.
642 (ad-read-advised-function): Don't assume that ad-do-advised-functions
643 uses CL's dolist internally.
644 (ad-arglist): Remove unused arg `name'.
645 (ad-docstring, ad-make-advised-docstring):
646 `ad-real-documentation' => `documentation'.
647 (warning-suppress-types): Declare.
648 (ad-set-arguments): Simple CSE.
649 (ad-recover-normality): Sanity check.
650
651 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
652 (funcall '(lambda ..) ..) into ((lambda ..) ..).
653
654 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
655
656 * ses.el: symbol to coordinate mapping is made by symbol property
657 `ses-cell'. This means that the same mapping is done for all SES
658 sheets. That is good enough for cells with standard A1 names, but
659 not for named cell. So a hash map is added for the latter.
660 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
661 (ses-sym-rowcol): Use hashmap for named cell.
662 (ses-is-cell-sym-p): New defun.
663 (ses-decode-cell-symbol): New defun.
664 (ses-create-cell-variable): Add cell to hashmap when name is not
665 A1-like.
666 (ses-rename-cell): Check that cell new name is not already in
667 spreadsheet with the use of ses-is-cell-sym-p
668 (ses-rename-cell): Use hash map for named cells, but accept also
669 renaming back to A1-like.
670
671 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 * emacs-lisp/advice.el: Use new dynamic docstrings.
674 (ad-make-advised-definition-docstring, ad-advised-definition-p):
675 Use dynamic-docstring-function instead of ad-advice-info.
676 (ad--make-advised-docstring): New function extracted from
677 ad-make-advised-docstring.
678 (ad-make-advised-docstring): Use it.
679 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
680 from sql-help.
681 (sql-help): Use it with dynamic-docstring-function.
682
683 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
684
685 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
686
687 * files.el (hack-one-local-variable--obsolete): New function.
688 (hack-one-local-variable): Use it for obsolete settings.
689
690 * subr.el (locate-user-emacs-file): If both old and new name exist, use
691 the new name.
692
693 * progmodes/js.el (js--filling-paragraph): New var.
694 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
695 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
696 less sneaky.
697
698 2012-11-08 Julien Danjou <julien@danjou.info>
699
700 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
701 `auto-mode-alist' (Bug#12835).
702
703 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
706 (perl--prettify-symbols-alist): New const.
707 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
708 New functions.
709 (perl-font-lock-keywords-2): Use them.
710 (perl-electric-noindent-p): New function.
711 (perl-mode): Use it to set up electric-indent-mode.
712 (perl-electric-terminator, perl-indent-command): Mark obsolete.
713 (perl-mode-map): Remove bindings for them.
714 (perl-imenu-generic-expression, perl-outline-level):
715 Match functions&packages in column>0.
716
717 * env.el (env--substitute-vars-regexp): New const.
718 (substitute-env-vars): Use it. Add `only-defined' arg.
719 * net/tramp.el (tramp-replace-environment-variables): Use it.
720
721 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
722 Byte-compile *before* eval in eval-and-compile.
723 (byte-compile-log-warning): Remove redundant inhibit-read-only.
724 (byte-compile-file-form-autoload): Don't hide actual definition.
725 (byte-compile-maybe-guarded): Accept `functionp' as well.
726
727 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
728
729 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
730
731 * notifications.el (notifications-get-server-information-method):
732 New defconst.
733 (notifications-get-capabilities): Fix docstring.
734 (notifications-get-server-information): New defun.
735
736 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
737
738 * textmodes/ispell.el (ispell-region): Standard re-indent for better
739 readability.
740
741 * textmodes/ispell.el: Experimental support for support debugging.
742 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
743 buffer for ispell.
744 (ispell-print-if-debug): New function to print stuff to
745 `ispell-debug-buffer' if debugging is enabled.
746 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
747 show some debugging info.
748 (ispell-buffer-with-debug): New function that creates a debugging
749 buffer and calls `ispell-buffer' with debugging enabled.
750
751 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
752 comment in autoconf mode. (Bug#12768)
753
754 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
755
756 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
757 frame-first-window, frame-root-window, frame-selected-window,
758 minibuffer-selected-window, minibuffer-window,
759 window-absolute-pixel-edges, window-at, window-body-height,
760 window-body-width, window-display-table, window-combination-limit,
761 window-frame, window-fringes, window-inside-absolute-pixel-edges,
762 window-inside-edges, window-inside-pixel-edges, window-left-child,
763 window-left-column, window-margins, window-next-buffers,
764 window-next-sibling, window-new-normal, window-new-total,
765 window-normal-size, window-parameter, window-parameters, window-parent,
766 window-pixel-edges, window-point, window-prev-buffers,
767 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
768 window-start, window-text-height, window-top-child, window-top-line,
769 window-total-height, window-total-width and window-use-time to the list
770 of functions without side-effects.
771 (toplevel): Add window-valid-p to the list of error-free functions
772 without side-effects.
773
774 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
775
776 * textmodes/ispell.el (ispell-program-name):
777 Update spellchecker parameters when customized.
778
779 2012-11-04 Glenn Morris <rgm@gnu.org>
780
781 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
782
783 2012-11-04 Chong Yidong <cyd@gnu.org>
784
785 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
786 same-window-* variables.
787
788 2012-11-04 Juri Linkov <juri@jurta.org>
789
790 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
791 (isearch-describe-key, isearch-describe-mode): Use a display
792 action instead of binding same-window-* variables (Bug#10040).
793
794 2012-11-03 Glenn Morris <rgm@gnu.org>
795
796 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
797 Rename handler properties back from cl-- to cl-. (Bug#12788)
798
799 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
800
801 2012-11-03 Eli Zaretskii <eliz@gnu.org>
802
803 * term/pc-win.el: Don't load term/internal from here.
804
805 * loadup.el: Load term/internal from here.
806
807 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
808
809 * progmodes/python.el (inferior-python-mode): Fix hang in
810 jit-lock (Bug#12645).
811
812 2012-11-03 Martin Rudalics <rudalics@gmx.at>
813
814 * window.el (switch-to-visible-buffer)
815 (switch-to-buffer-preserve-window-point): Fix doc-strings.
816
817 2012-11-03 Glenn Morris <rgm@gnu.org>
818
819 * emacs-lisp/cl-lib.el (cl--random-time):
820 Rename from cl-random-time. (Bug#12773)
821 (cl--gensym-counter, cl--random-state): Update callers.
822 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
823
824 2012-11-03 Chong Yidong <cyd@gnu.org>
825
826 * cus-start.el: Make cursor-type customizable (Bug#11633).
827
828 2012-11-02 Glenn Morris <rgm@gnu.org>
829
830 * filecache.el: No need to load find-lisp when compiling.
831 (find-lisp-find-files): Autoload it.
832 (file-cache-add-directory-recursively): Don't require find-lisp.
833
834 * image.el (image-type-from-file-name): Trivial simplification.
835
836 * emacs-lisp/bytecomp.el (byte-compile-eval):
837 Decouple "noruntime" and "cl-functions" warnings.
838
839 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
840
841 * play/gomoku.el (gomoku-display-statistics): Update mode line
842 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
843
844 2012-10-31 Martin Rudalics <rudalics@gmx.at>
845
846 * window.el (quit-restore-window): If the window has been
847 created on an existing frame and ended up as the sole window on
848 that frame, do not delete it (Bug#12764).
849
850 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * progmodes/sh-script.el (sh--inside-noncommand-expression):
853 Rename from sh--inside-arithmetic-expression, handle more cases
854 (bug#11263).
855
856 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
857 (sh-font-lock-open-heredoc): Use it (bug#12770).
858
859 2012-10-30 Glenn Morris <rgm@gnu.org>
860
861 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
862
863 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
864
865 2012-10-29 Chong Yidong <cyd@gnu.org>
866
867 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
868 function key is stored in a keyboard macro (Bug#4894).
869
870 * thingatpt.el (number-at-point): Apply a thing-at-point property.
871
872 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
875 header comments".
876 (diff-unified->context, diff-context->unified)
877 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
878
879 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
880
881 * files.el (find-alternate-file): Only ask one question (bug#12487).
882
883 2012-10-29 Chong Yidong <cyd@gnu.org>
884
885 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
886 Suggested by Dan Nicolaescu (Bug#6326).
887
888 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
889
890 * startup.el (fancy-about-screen): Don't message (Bug#12680).
891
892 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
893
894 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
895
896 * face-remap.el (face-remap-add-relative): Handle the case where a
897 face-remapping-alist entry is a cons cell (Bug#12762).
898
899 2012-10-29 Kevin Ryde <user42@zip.com.au>
900
901 * woman.el (woman-parse-numeric-value): Handle picas correctly
902 (Bug#12639).
903
904 2012-10-29 Glenn Morris <rgm@gnu.org>
905
906 * emacs-lisp/cl.el (defsetf): Doc fix.
907
908 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
911 syntax to the matching opener, if any (bug#12547).
912 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
913 matching open as a "case-(".
914 (sh-smie-rc-grammar): Add a corresponding rule for it.
915
916 2012-10-28 Daniel Hackney <dan@haxney.org>
917
918 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
919 "PKGNAME-autoloads.el" in case we created it.
920
921 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
924 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
925 (completion--twq-all): Disable too-strict assertions.
926
927 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
928
929 2012-10-27 Eli Zaretskii <eliz@gnu.org>
930
931 * profiler.el (profiler-report-make-entry-part): Fix help-echo
932 text to match the real keybindings.
933
934 2012-10-27 Juri Linkov <juri@jurta.org>
935
936 * wdired.el (wdired-keep-marker-rename): New defcustom.
937 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
938 (Bug#11795)
939
940 * dired.el (dired-keep-marker-rename): Add reference to
941 `wdired-keep-marker-rename' in the docstring.
942 Add default character value ?R to display initially in
943 Customization UI instead of ?@.
944
945 2012-10-27 Martin Rudalics <rudalics@gmx.at>
946
947 * window.el (display-buffer): In doc-string describe
948 window-height and window-width alist entries.
949
950 * time.el (display-time-world): Restore fit-window-to-buffer
951 behavior.
952
953 2012-10-27 Chong Yidong <cyd@gnu.org>
954
955 * subr.el (insert-buffer-substring-as-yank): Doc fix.
956
957 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
958
959 * minibuffer.el (completion-category-overrides): New completion
960 category `bookmark' (bug#11131).
961
962 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * emacs-lisp/advice.el (ad-assemble-advised-definition):
965 Silence bogus compiler warnings for ad-do-it.
966
967 * bookmark.el (bookmark-completing-read): Set the completion category
968 to `bookmark' (bug#11131).
969
970 2012-10-26 Bastien <bzg@altern.org>
971 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * face-remap.el: Use lexical-binding.
974 (text-scale-adjust): Improve docstring. Use itself for the temporary
975 overlay-map bindings, so as to repeat the "Use..." message each time.
976
977 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * emacs-lisp/macroexp.el (macroexp--expand-all):
980 Obey byte-compile-warning-enabled-p (bug#12486).
981
982 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
983 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
984
985 2012-10-26 Martin Rudalics <rudalics@gmx.at>
986
987 * mouse.el (mouse-drag-line): Move last form into preceding when
988 clause (Bug#12731).
989
990 * help.el (resize-temp-buffer-window): Fix doc-string.
991
992 2012-10-25 David Engster <deng@randomsample.de>
993
994 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
995 Remove. This feature is already integrated in imenu.
996
997 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
998 always loaded. Require `speedbar' unconditionally.
999
1000 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
1003
1004 * minibuffer.el (minibuffer-force-complete): Fix thinko.
1005
1006 * net/ldap.el (ldap-search-internal): The official ldif format starts
1007 with a "version: 1" header (bug#12724).
1008
1009 * emacs-lisp/package.el (package-installed-p): Warn if not ready
1010 (bug#12721).
1011
1012 2012-10-25 Glenn Morris <rgm@gnu.org>
1013
1014 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1015
1016 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * minibuffer.el (minibuffer-force-complete): Use one more marker
1019 for the temporary-overlay-map command (bug#12619).
1020
1021 2012-10-24 Chong Yidong <cyd@gnu.org>
1022
1023 * time.el (display-time-world-mode): Derive from special-mode.
1024 (display-time-world): Use display-buffer (Bug#12708).
1025 (display-time-world-mode-map): Variable deleted.
1026 (display-time-world-display): Wrap the final delete-char inside
1027 inhibit-read-only.
1028
1029 2012-10-24 Chong Yidong <cyd@gnu.org>
1030
1031 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1032 Doc fix.
1033
1034 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1035
1036 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * minibuffer.el (completion--all-sorted-completions-location): New var.
1039 (completion--cache-all-sorted-completions)
1040 (completion--flush-all-sorted-completions): Use it.
1041 (completion-in-region, completion-in-region--postch)
1042 (completion-at-point, completion-help-at-point): Use markers in
1043 completion-in-region--data (bug#12619).
1044
1045 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 * progmodes/compile.el (compilation-start): Try to handle common
1048 quoting of `cd' argument (bug#12640).
1049
1050 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1051 (bug#12671).
1052
1053 2012-10-23 Glenn Morris <rgm@gnu.org>
1054
1055 * progmodes/gud.el (gud-menu-map):
1056 Check gdb-active-process is bound. (Bug#12358)
1057
1058 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * repeat.el (repeat): Set real-this-command (bug#12232).
1061
1062 * htmlfontify.el (hfy-post-html-hook):
1063 * filesets.el (filesets-cache-fill-content-hook):
1064 * arc-mode.el (archive-extract-hook):
1065 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1066 * net/rcirc.el (rcirc-sentinel-functions)
1067 (rcirc-receive-message-functions, rcirc-activity-functions)
1068 (rcirc-print-functions):
1069 * net/dbus.el (dbus-event-error-functions):
1070 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1071 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1072 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1073 * term/sun.el (sun-raw-prefix-hooks):
1074 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1075
1076 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
1077
1078 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1079 Set `tramp-chunksize' to 1. This improves the performance.
1080 (tramp-smb-wait-for-output): Add timeout to
1081 `tramp-accept-process-output' calls.
1082
1083 2012-10-23 Chong Yidong <cyd@gnu.org>
1084
1085 * faces.el (font-list-limit): Define as an obsolete variable.
1086
1087 * startup.el (command-line):
1088 * cus-start.el: Don't refer to font-list-limit.
1089
1090 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1091
1092 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * subr.el (internal-temp-output-buffer-show): Rename from
1095 temp-output-buffer-show, since previously compiled files expect this name.
1096
1097 2012-10-23 Glenn Morris <rgm@gnu.org>
1098
1099 * image.el (image-type-from-file-name): If multiple types match,
1100 return the first one that is supported. (Bug#9045)
1101
1102 2012-10-22 Glenn Morris <rgm@gnu.org>
1103
1104 * image.el (imagemagick-enabled-types): Doc fix.
1105
1106 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1107
1108 * progmodes/which-func.el (which-func-current): The hash-table may have
1109 an explicit nil (bug#12338).
1110
1111 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * electric.el (electric-pair-delete-selection-self-insert-function):
1114 Rename to electric-pair-will-use-region, return a boolean.
1115 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1116
1117 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1118 (delete-selection-pre-hook): Use use-region-p.
1119 (delete-selection-self-insert-function): Remove.
1120 (self-insert-command): Obey self-insert-uses-region-functions.
1121 (self-insert-iso): Revert to previous setting, since we don't actually
1122 know what that command does.
1123 (delete-selection-self-insert-hooks): Remove.
1124
1125 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1126
1127 * delsel.el (delete-selection-helper): New function, extracted from
1128 delete-selection-pre-hook.
1129 (delete-selection-pre-hook): Use it.
1130 (delete-selection-self-insert-function): New function.
1131 (delete-selection-self-insert-hooks): New hook.
1132 (self-insert-command, self-insert-iso): Use it.
1133 * electric.el (electric-pair-syntax): New function, extracted from
1134 electric-pair-post-self-insert-function.
1135 (electric-pair-post-self-insert-function): Use it.
1136 (electric-pair-delete-selection-self-insert-function): New function.
1137 (electric-pair-mode): Require delsel and setup
1138 delete-selection-self-insert-hooks (bug#11520).
1139
1140 2012-10-20 Chong Yidong <cyd@gnu.org>
1141
1142 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1143 no changes to show (Bug#12586).
1144
1145 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1146 list explicitly (Bug#12571).
1147
1148 2012-10-20 Arne Jørgensen <arne@arnested.dk>
1149
1150 * progmodes/flymake.el (flymake-create-temp-inplace):
1151 Use file-truename.
1152
1153 2012-10-20 Eli Zaretskii <eliz@gnu.org>
1154
1155 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1156
1157 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1158
1159 * calc/calc-units.el (math-extract-units): Properly extract powers
1160 of units.
1161
1162 2012-10-20 Daniel Colascione <dancol@dancol.org>
1163
1164 * frame.el (make-frame): Set x-display-name as we used to in order
1165 to unbreak creating an X11 frame from an Emacs daemon started
1166 without a display.
1167
1168 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * minibuffer.el (minibuffer-force-complete): Make the next completion use
1171 the same completion-field (bug#12221).
1172
1173 2012-10-19 Martin Rudalics <rudalics@gmx.at>
1174
1175 * emacs-lisp/debug.el (debug): Record height of debugger window
1176 also when debugger will be back (Bug#8789).
1177
1178 2012-10-18 Chong Yidong <cyd@gnu.org>
1179
1180 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1181 Convert to defcustom.
1182 (gdb-get-source-file): Don't bind pop-up-windows.
1183
1184 * progmodes/gud.el (gud-display-line): Don't specially re-use
1185 other frames for the gdb-mi case (Bug#12648).
1186
1187 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * emacs-lisp/advice.el: Clean up commentary a bit.
1190 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1191 (byte-code-function-p): Never redefine.
1192
1193 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1194
1195 2012-10-18 Glenn Morris <rgm@gnu.org>
1196
1197 * dired.el (dired-sort-toggle): Some ls implementations only allow
1198 a single option string. (Bug#12666)
1199
1200 * minibuffer.el (completion-cycle-threshold): Doc fix.
1201
1202 2012-10-17 Kenichi Handa <handa@gnu.org>
1203
1204 * international/mule.el (set-keyboard-coding-system):
1205 Recover input meta mode when the new coding system doesn not use 8-bit.
1206 Supply TERMINAL arg to set-input-meta-mode.
1207
1208 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1209
1210 * wdired.el (wdired-old-marks): New variable.
1211 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1212 (wdired-do-renames): Move point with renamed file and don't lose
1213 mark status (Bug#11795).
1214
1215 2012-10-16 Juri Linkov <juri@jurta.org>
1216
1217 * replace.el (query-replace-help): Mention multi-buffer replacement
1218 keys in the Help message. (Bug#12655)
1219
1220 2012-10-15 Chong Yidong <cyd@gnu.org>
1221
1222 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1223
1224 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1225
1226 * window.el (display-buffer): Doc fix.
1227
1228 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1229 Adjust the msft regexp to the output of Studio 2010, and move msft
1230 before edg-1. See the discussion on emacs-devel,
1231 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1232 for the details.
1233
1234 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1237 (oset): Move uses of object-class-fast macro after its definition.
1238
1239 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1240
1241 2012-10-13 Chong Yidong <cyd@gnu.org>
1242
1243 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1244 enabled, re-enable it (Bug#11963).
1245
1246 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1247
1248 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1249 non-nil, restore window configuration (Bug#12623).
1250
1251 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * help-fns.el (describe-variable, describe-function-1):
1254 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1255
1256 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1257
1258 2012-10-12 Glenn Morris <rgm@gnu.org>
1259
1260 * mail/rmailsum.el (rmail-header-summary):
1261 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1262
1263 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1264
1265 * progmodes/python.el (python-mode-map):
1266 Replace subtitute-key-definition with proper command remapping.
1267 (python-nav--up-list): Fix behavior for blocks on the same level.
1268
1269 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1272
1273 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1274 changes to the format of load-history.
1275
1276 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1277 completion-ignore-case in case that var is buffer-local (bug#12615).
1278
1279 2012-10-11 Kenichi Handa <handa@gnu.org>
1280
1281 * international/eucjp-ms.el: Re-generated.
1282
1283 2012-10-10 Kenichi Handa <handa@gnu.org>
1284
1285 * select.el (xselect--encode-string): If a coding is specified for
1286 selection, and that is compatible with COMPOUND_TEXT, use it.
1287
1288 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1289
1290 * window.el (switch-to-buffer-preserve-window-point): New option.
1291 (switch-to-buffer):
1292 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1293
1294 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1297 Don't document nil as a useful value (bug#12583).
1298
1299 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1300
1301 * net/tramp.el (tramp-debug-message):
1302 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1303 (with-tramp-progress-reporter): Rename from
1304 `tramp-with-progress-reporter'.
1305 (with-tramp-file-property, with-tramp-connection-property):
1306 Move from tramp-cache.el, rename from `with-file-property' and
1307 `with-connection-property', respectively.
1308
1309 * net/tramp-cache.el: Remove `with-file-property' and
1310 `with-connection-property'.
1311
1312 * net/tramp.el:
1313 * net/tramp-gvfs.el:
1314 * net/tramp-sh.el:
1315 * net/tramp-smb.el: Adapt callees.
1316
1317 * net/trampver.el: Update release number.
1318
1319 2012-10-09 Glenn Morris <rgm@gnu.org>
1320
1321 * w32-fns.el (set-message-beep):
1322 * term/w32-win.el (set-message-beep): Update declarations.
1323
1324 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1327 (mode-line-widen, mode-line-input-method-map)
1328 (mode-line-coding-system-map, mode-line-remote)
1329 (mode-line-unbury-buffer, mode-line-bury-buffer)
1330 (mode-line-next-buffer, mode-line-previous-buffer):
1331 Replace save-selected-window+select-window => with-selected-window.
1332
1333 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1334 * progmodes/cc-vars.el (bq-process): Remove, unused.
1335
1336 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1337
1338 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1339
1340 Implemented `backward-up-list'-like navigation.
1341 * progmodes/python.el (python-nav-up-list)
1342 (python-nav-backward-up-list): New functions.
1343 (python-mode-map): Define substitute key for backward-up-list to
1344 python-nav-backward-up-list.
1345
1346 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1347
1348 * progmodes/python.el (python-fill-paragraph): Rename from
1349 python-fill-paragraph-function. Fixed fill-paragraph for
1350 decorators (Bug#12605).
1351
1352 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1353
1354 * progmodes/python.el (python-shell-output-filter): Handle extra
1355 carriage return in OSX (Bug#12409).
1356
1357 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1358
1359 Fix shell handling of unbalanced quotes and parens in output.
1360 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1361 (python-syntax-propertize-function): Use it.
1362 (python-shell-output-syntax-table): New var.
1363 (inferior-python-mode): Prevent unbalanced parens/quotes from
1364 previous output mess with current input context.
1365
1366 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1367
1368 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1369 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1370
1371 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1372
1373 * ffap.el (ffap-replace-file-component): Support Tramp file name
1374 syntax, not only ange-ftp's one.
1375
1376 2012-10-08 Glenn Morris <rgm@gnu.org>
1377
1378 * cus-start.el (message-log-max): Set :version.
1379
1380 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1381
1382 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1383
1384 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1385 the minibuffer window (Bug#10851).
1386
1387 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1388
1389 Enhancements on forward-sexp movement.
1390 * progmodes/python.el (python-nav-beginning-of-statement)
1391 (python-nav-end-of-statement): Return point-marker.
1392 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1393 (python-info-current-symbol)
1394 (python-info-statement-starts-block-p): Rename from
1395 python-info-beginning-of-block-p.
1396 (python-info-statement-ends-block-p): Rename from
1397 python-info-end-of-block-p.
1398 (python-info-beginning-of-statement-p)
1399 (python-info-end-of-statement-p)
1400 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1401 New functions.
1402
1403 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1406 frame-selected-windows.
1407
1408 2012-10-08 Daniel Colascione <dancol@dancol.org>
1409
1410 * battery.el (battery-status-function): Check for
1411 w32-battery-status itself, not system-time windows-nt.
1412
1413 * frame.el: Require cl-lib.
1414 (display-format-alist): New variable mapping frame types to
1415 functions that initialize them.
1416 (window-system-for-display): New function: interprets
1417 display-format-alist.
1418 (make-frame-on-display): Remove existing display-selection logic
1419 and just forward to make-frame, which will now DTRT.
1420 (make-frame): Restructure to use window-system-for-display to
1421 figure out how to create a frame on a given display.
1422 (display-mouse-p): Look for frame-type w32, not a particular
1423 system-type.
1424
1425 * loadup.el: Load w32 lisp code when we have the w32 feature.
1426
1427 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1428 system-type windows-nt.
1429
1430 * server.el (server-create-window-system-frame): Look for window
1431 type.
1432 (server-proces-filter): Only force a window system when windows-nt
1433 _and_ w32. Explain why.
1434
1435 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1436 of window systems we configure for the mode.
1437
1438 * startup.el (command-line): Mark window system is initialized
1439 after we've done it.
1440
1441 * common-win.el (x-select-text): Look for w32, not windows-nt.
1442
1443 * ns-win.el: Require cl-lib. Add ourselves to
1444 display-format-alist.
1445 (ns-initialize-window-system): Assert we're not initialized twice.
1446
1447 * w32-win.el: Enable lexical binding; require cl-lib; add
1448 ourselves to display-format-alist.
1449 (w32-handle-dropped-file): Convert incoming dropped files from
1450 Windows paths to Cygwin ones before passing them on to the rest of
1451 Emacs.
1452 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1453 (w32-initialize-window-system): Assert we're not initialized twice.
1454
1455 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1456 (x-initialize-window-system): Assert we're not initialized twice.
1457
1458 * w32-common-fns.el: New File.
1459 (w32-version, w32-using-nt, w32-get-clipboard-data)
1460 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1461 (w32-charset-info-alist, x-last-selected, text)
1462 (x-get-selection-value, x-selection-value): Move here.
1463
1464 * w32-fns.el: Require w32-common-fns.
1465 (w32-version, w32-using-nt, w32-get-clipboard-data)
1466 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1467 (w32-charset-info-alist, x-last-selected, text)
1468 (x-get-selection-value, x-selection-value): Move to
1469 w32-common-fns.
1470
1471 * w32-vars.el:
1472 (w32-allow-system-shell, w32-system-shells): Define only in
1473 non-cygwin case.
1474
1475 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1478 (read-passwd): Remove a few more potential sources of leaks.
1479
1480 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1481
1482 * progmodes/python.el (inferior-python-mode)
1483 (python-shell-make-comint): Fix initialization of local
1484 variables copied from parent buffer.
1485
1486 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1487
1488 * term/ns-win.el (ns-read-file-name): Update declaration to match
1489 nsfns.m.
1490 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1491 it is set when font is acted upon.
1492
1493 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1494
1495 Enhancements to indentation.
1496 * progmodes/python.el (python-indent-context): Give priority to
1497 inside-string context. Make comments indentation markers.
1498 (python-indent-region): Do not mess with strings, unless it's the
1499 enclosing set of quotes.
1500
1501 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * window.el (internal--before-save-selected-window)
1504 (internal--after-save-selected-window): New functions extracted from
1505 save-selected-window. Make sure we return the `alist' we construct.
1506 (save-selected-window): Use them.
1507
1508 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1509 Use with-selected-window.
1510
1511 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1512 forms that define macros (bug#12593).
1513
1514 2012-10-07 Kenichi Handa <handa@gnu.org>
1515
1516 * international/mule-conf.el (compound-text-with-extensions):
1517 Add :mime-charset property as x-ctext.
1518
1519 2012-10-07 Stefan Merten <smerten@oekonux.de>
1520
1521 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1522 (rst-indent-literal-normal, rst-indent-literal-minimized)
1523 (rst-indent-comment): Correct :version tag.
1524 (rst-official-cvs-rev): Correct version string.
1525
1526 2012-10-07 Glenn Morris <rgm@gnu.org>
1527
1528 * mail/rmailmm.el (rmail-mime-process-multipart):
1529 Do not confuse a multipart message with an epilogue
1530 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1531
1532 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1533
1534 Fix shell output retrieval and comint-prompt-regexp init.
1535 * progmodes/python.el (inferior-python-mode):
1536 (python-shell-make-comint): Fix initialization of
1537 comint-prompt-regexp from copied file local variables.
1538 (python-shell-fetched-lines): Remove var.
1539 (python-shell-output-filter-in-progress): Rename from
1540 python-shell-fetch-lines-in-progress.
1541 (python-shell-output-filter-buffer): Rename from
1542 python-shell-fetch-lines-string.
1543 (python-shell-fetch-lines-filter): Delete function.
1544 (python-shell-output-filter): New function.
1545 (python-shell-send-string-no-output): Use them.
1546
1547 2012-10-07 Glenn Morris <rgm@gnu.org>
1548
1549 * hi-lock.el (hi-lock-process-phrase):
1550 Try to make it less fragile. (Bug#7161)
1551
1552 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1553
1554 2012-10-06 Glenn Morris <rgm@gnu.org>
1555
1556 * ehelp.el (electric-help-mode): Use help-mode rather than
1557 non-existent mode `help'.
1558 (electric-help-map): Use button-buffer-map. (Bug#10917)
1559
1560 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1561 (reftex-create-bibtex-footer): Fix custom types.
1562
1563 * progmodes/sh-script.el (sh-indent-after-continuation):
1564 Add explicit :group.
1565
1566 * textmodes/rst.el (rst-preferred-decorations)
1567 (rst-shift-basic-offset): Clarify obsolescence versions.
1568
1569 * profiler.el (profiler): Add missing group :version tag.
1570 * avoid.el (mouse-avoidance-banish-position):
1571 * proced.el (proced-renice-command):
1572 * calc/calc.el (calc-ensure-consistent-units):
1573 * calendar/icalendar.el (icalendar-import-format-uid):
1574 * net/tramp.el (tramp-save-ad-hoc-proxies):
1575 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1576 * progmodes/flymake.el (flymake-error-bitmap)
1577 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1578 * progmodes/sh-script.el (sh-indent-after-continuation):
1579 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1580 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1581 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1582 (vhdl-array-index-record-field-in-sensitivity-list)
1583 (vhdl-indent-comment-like-next-code-line):
1584 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1585 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1586 (reftex-cite-key-separator, reftex-create-bibtex-header)
1587 (reftex-create-bibtex-footer):
1588 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1589 (rst-indent-literal-normal, rst-indent-literal-minimized)
1590 (rst-indent-comment): Add missing custom :version tags.
1591
1592 * calendar/timeclock.el (timeclock-modeline-display):
1593 Add missing obsolete alias for renamed user option.
1594
1595 * strokes.el (strokes-modeline-string):
1596 * emulation/crisp.el (crisp-mode-modeline-string):
1597 * eshell/esh-mode.el (eshell-status-in-modeline):
1598 Aliases to defcustoms must come before the defcustom.
1599
1600 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1601 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1602 (cal-tex-cursor-week-monday): Doc fixes.
1603 (cal-tex-cursor-week2-summary): Doc fix.
1604 Rename from cal-tex-cursor-week-at-a-glance.
1605
1606 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1607 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1608
1609 * calendar/calendar.el (calendar-mode-map):
1610 Add cal-tex-cursor-week2-summary.
1611
1612 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1615
1616 * subr.el (read-passwd-map): New var.
1617 (read-passwd): Use `read-string' again.
1618 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1619
1620 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1621
1622 * register.el (append-to-register, prepend-to-register):
1623 Deactivate mark, as does `copy-to-register' (bug#12389).
1624
1625 2012-10-06 Chong Yidong <cyd@gnu.org>
1626
1627 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1628
1629 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1630
1631 * international/characters.el: Fix simple mistake ((car chars) ->
1632 elt), delete duplicated code.
1633
1634 2012-10-06 Glenn Morris <rgm@gnu.org>
1635
1636 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1637
1638 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1639
1640 * color.el (color-hsl-to-rgb): Fix incorrect results for
1641 small and large hue values. (Bug#12559)
1642
1643 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1644
1645 Enhancements to docstring formatting when filling paragraphs.
1646 * progmodes/python.el (python-fill-docstring-style): Rename from
1647 python-fill-string-style. Added new style.
1648 (python-fill-string): Use new style. Better checks for
1649 docstrings.
1650
1651 2012-10-05 Glenn Morris <rgm@gnu.org>
1652
1653 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1654
1655 * color.el (color-name-to-rgb, color-rgb-to-hex)
1656 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1657 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1658 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1659 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1660
1661 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1662
1663 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1664
1665 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1666 to get the correct size across symlinks.
1667
1668 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1669
1670 2012-10-04 Juri Linkov <juri@jurta.org>
1671
1672 * replace.el (query-replace-interactive): Declare obsolete.
1673 (query-replace-read-from): Add the last incremental search string
1674 to the list of default values accessible via M-n.
1675 (map-query-replace-regexp): Use `read-regexp'.
1676 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1677 (map-query-replace-regexp, replace-string, replace-regexp):
1678 Fix docstrings to replace mentions of `query-replace-interactive'
1679 with alternatives. (Bug#12526)
1680
1681 2012-10-04 Juri Linkov <juri@jurta.org>
1682
1683 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1684 (dired-pop-to-buffer): Declare obsolete.
1685 (dired-mark-pop-up): Doc fix.
1686
1687 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1688
1689 Allow user to set docstring style for fill-paragraph.
1690 * progmodes/python.el
1691 (python-fill-comment-function, python-fill-string-function)
1692 (python-fill-decorator-function, python-fill-paren-function):
1693 Remove :safe for defcustoms.
1694 (python-fill-string-style): New defcustom
1695 (python-fill-paragraph-function): Enhance context detection.
1696 (python-fill-string): Honor python-fill-string-style settings.
1697
1698 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1699
1700 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1701 after setting its buffer (Bug#10805).
1702
1703 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1704
1705 Fix cornercase for string syntax.
1706 * progmodes/python.el (python-syntax-propertize-function):
1707 Simplify and enhance the regexp for unescaped quotes. Now it also
1708 matches quotes in weird situations like the single quote in
1709 "something\"'".
1710 (python-syntax-stringify): Simplify num-quotes detecting code.
1711
1712 2012-10-03 Glenn Morris <rgm@gnu.org>
1713
1714 * help-macro.el (three-step-help):
1715 Revert 2012-09-29 change. (Bug#12567)
1716
1717 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1718
1719 * menu-bar.el (kill-this-buffer): Don't do anything when
1720 `menu-frame' is not alive or visible (Bug#8184).
1721
1722 * emacs-lisp/debug.el (debug): When quitting the debugger window
1723 restore current buffer (Bug#12502).
1724
1725 2012-10-02 Chong Yidong <cyd@gnu.org>
1726
1727 * progmodes/hideif.el (hif-lookup, hif-defined):
1728 Handle semantic-c-takeover-hideif.
1729
1730 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1731
1732 Change sampling interval units from ms to ns.
1733 * profiler.el (profiler-sampling-interval): Change units
1734 from ms to ns, multiplying the default by 1000000 so that
1735 it remains 1 ms.
1736 (profiler-report-cpu-line-format): Give enough room for
1737 the maximum counters on 64-bit hosts.
1738 (profiler-report-render-calltree-1): Call them "CPU samples",
1739 not "Time (ms)", since they are not milliseconds now (and
1740 never really were).
1741
1742 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1743
1744 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1745 Fix querying BBDB for entries without a last name (Bug#11580).
1746
1747 2012-10-02 Chong Yidong <cyd@gnu.org>
1748
1749 * emacs-lisp/eieio.el: Restore Version header.
1750
1751 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * vc/diff-mode.el (diff--auto-refine-data): New var.
1754 (diff-hunk): Use it to delay refinement.
1755 (diff-mode): Remove overlays when we turn off font-lock.
1756
1757 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1758 (table-initialize-table-fixed-width-mode)
1759 (table-set-table-fixed-width-mode): Remove functions.
1760 (table-command-list): Move initialization into declaration.
1761 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1762 (table-with-cache-buffer): Use `declare'.
1763 (table-span-cell): Simplify via CSE.
1764 (table-fixed-width-mode): Use define-minor-mode.
1765 (table-call-interactively, table-funcall, table-apply): Remove.
1766 (table-function): New function, to replace them.
1767
1768 * bookmark.el (bookmark-search-pattern): Remove var.
1769 (bookmark-read-search-input): Remove function.
1770 (bookmark-bmenu-search): Reimplement using a minibuffer.
1771
1772 * faces.el (modeline): Remove obsolete face name.
1773
1774 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1775 and give a non-nil default value.
1776 (add-change-log-entry): Simplify accordingly.
1777
1778 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1779
1780 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1781 (vc-git-log-edit-toggle-amend): New function.
1782 (vc-git-log-edit-toggle-signoff): New function.
1783 (vc-git-log-edit-mode): New major mode.
1784 (vc-git-log-edit-mode-map): Keymap for it.
1785 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1786
1787 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1788 header names.
1789 (log-edit-toggle-header): New function.
1790 (log-edit-extract-headers): Accept function values in HEADERS alist.
1791
1792 2012-10-01 David Engster <deng@randomsample.de>
1793
1794 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1795 from symbol property and change message to be more consistent with
1796 Emacs proper.
1797 (eieio-describe-generic): Add filename for each implementation.
1798 Fix indices for generic and normal methods.
1799 (eieio-method-def, eieio-class-def): New buttons.
1800 (eieio-help-find-method-definition)
1801 (eieio-help-find-class-definition): New functions.
1802 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1803 class, constructor and method definitions.
1804
1805 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1806 information in symbol property.
1807 (scoped-class): Remove.
1808 (eieio-slot-name-index, call-next-method): Check if it is bound.
1809
1810 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1811
1812 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1813 (eieio-custom-mode): New major mode.
1814 (eieio-customize-object): Use it.
1815
1816 2012-10-01 Eric Ludlam <zappo@gnu.org>
1817
1818 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1819 specifying the expected class, and whether subclassing is allowed.
1820 (eieio-persistent-convert-list-to-object):
1821 (eieio-persistent-validate/fix-slot-value)
1822 (eieio-persistent-slot-type-is-class-p): New functions.
1823 (eieio-named::slot-missing): Doc fix.
1824
1825 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1826 Stop using unused publd variable.
1827
1828 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1829 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1830 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1831 (eieio-speedbar-handle-click): Do not specify a class for the
1832 method. Fixes method invocation order problems with EDE.
1833
1834 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1835
1836 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1837 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1838
1839 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1840
1841 * bookmark.el (bookmark-version-control): Give tags in the
1842 :type choices (Bug#12309), and improve doc string.
1843 (bookmark-write-file): Bind `print-circle' to `t' to allow
1844 circular custom bookmark types. (Bug#12503)
1845
1846 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1847
1848 Revert the FOLLOW-SYMLINKS change for file-attributes.
1849 * files.el (remote-file-name-inhibit-cache, after-find-file):
1850 * time.el (display-time-file-nonempty-p): Undo last change.
1851
1852 * profiler.el (profiler-sampling-interval): Change default back to 1.
1853 See Stefan Monnier in
1854 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1855
1856 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1857
1858 Shell output catching a la gud-gdb.
1859 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1860 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1861 New Vars.
1862 (python-shell-fetch-lines-filter): New function.
1863 (python-shell-send-string-no-output): Use them.
1864
1865 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1866
1867 * profiler.el (profiler-sampling-interval): Rename from
1868 profiler-sample-interval.
1869 (profiler-sampling-interval): Default to 10.
1870 (profiler-find-profile): New command (was profiler-find-log).
1871 (profiler-find-profile-other-window): New command.
1872 (profiler-find-profile-other-frame): New command.
1873 (profiler-profile): Introduce API-level data structure.
1874
1875 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1876
1877 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1878 * files.el (remote-file-name-inhibit-cache):
1879 * time.el (display-time-file-nonempty-p): Use it.
1880 * files.el (after-find-file): Don't chase links before calling
1881 file-exists-p, as file-exists-p already does the right thing.
1882
1883 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1884
1885 Merge from standalone RefTeX repository.
1886
1887 The following ChangeLog entries are shortened versions of the
1888 original ones with file paths adapted. A not so strongly edited
1889 version of the original ChangeLog can be found in the commit log.
1890
1891 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1892 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1893 Correctly handle new value type returned by `reftex-citation'.
1894
1895 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1896 that entries with whitespace at various places are found.
1897 Doc fix. Include entries that are cross-referenced from cited entries.
1898 Include @String definitions in the resulting bib file. Add header
1899 and footer defined in `reftex-create-bibtex-header' and
1900 `reftex-create-bibtex-footer'.
1901 (reftex-do-citation): Make it possible again to insert
1902 non-existent entries. Save match data when asking for optional
1903 arguments. Return all keys, not just the first one.
1904 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1905 all citations in the same line.
1906 (reftex-parse-bibtex-entry): Accept additional optional argument
1907 `raw' and keep quotes or braces if it is non-nil. Match fields
1908 containing hyphens besides word constituents.
1909 (reftex-get-string-refs): New function.
1910 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1911 and ask if it should be reread in case it did.
1912 (reftex-pop-to-bibtex-entry)
1913 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1914 entries with spaces or tabs in front of arguments.
1915 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1916 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1917 Match entries containing numbers and symbol constituents.
1918 (reftex-do-citation, reftex-figure-out-cite-format):
1919 Use `reftex-cite-key-separator'.
1920
1921 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1922 (reftex-mouse-view-crossref): Explain why point is set.
1923
1924 * textmodes/reftex-global.el: Whitespace changes.
1925
1926 * textmodes/reftex-index.el: Move provide statement to end of
1927 file.
1928 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1929 (reftex-index-visit-phrases-buffer): Set marker when visiting
1930 buffer. This allows for returning from the phrases file to the
1931 file one was just editing instead of the file where the last
1932 phrases was added from.
1933 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1934 punctuation syntax as it usually is not used as string quote in
1935 TeX-related modes and may occur unmatched. The change also
1936 prevents fontification of quoted content.
1937 (reftex-index-phrases-mode): Use it.
1938
1939 * textmodes/reftex-parse.el (reftex-parse-from-file):
1940 Move backward one char if a `\' was matched after a section macro.
1941 (reftex-parse-from-file): Use beginning of match instead of end as
1942 bound.
1943
1944 * textmodes/reftex-ref.el: Adapt creation of
1945 `reftex-<package>-<macro>' functions to new structure of
1946 `reftex-ref-style-alist'.
1947 (reftex-reference): Use `reftex-ref-style-list' function.
1948 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1949 reference macro if `reftex-ref-macro-prompt' is non-nil.
1950 (reftex-reference): Pass refstyle to `reftex-format-special'.
1951 Determine reference macro by looking at
1952 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1953 Use only one special format function.
1954 (reftex-varioref-vref, reftex-fancyref-fref)
1955 (reftex-fancyref-Fref): Remove definitions. The functions are now
1956 generated from `reftex-ref-style-alist'.
1957 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1958 Remove.
1959 (reftex-format-special): New function.
1960
1961 * textmodes/reftex-sel.el
1962 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1963 of `reftex-ref-style-alist'. Remove code for testing macro type.
1964 (reftex-select-toggle-varioref)
1965 (reftex-select-toggle-fancyref): Remove.
1966 (reftex-select-cycle-ref-style-internal)
1967 (reftex-select-cycle-ref-style-forward)
1968 (reftex-select-cycle-ref-style-backward): New functions.
1969 (reftex-select-label-map): Use `v' and `V' for general cycling
1970 through reference styles. Add `p' for switching between number
1971 and page reference types.
1972
1973 * textmodes/reftex-toc.el (reftex-re-enlarge):
1974 Call `enlarge-window' only if there is something to do because in Emacs
1975 the horizontal version throws an error even if the parameter is 0.
1976
1977 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1978 (reftex-plug-into-AUCTeX): Doc fix.
1979 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1980 string. Adapt to new name.
1981 (reftex-ref-style-alist): Change structure so that it is not
1982 possible to use multiple different package names within a style.
1983 Remove the symbols for symbols for macro type distinction.
1984 Add characters for macro selection.
1985 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1986 (reftex-create-bibtex-footer): New variables.
1987 (reftex-format-ref-function): Mention third argument of special
1988 format function.
1989 (reftex-ref-style-alist, reftex-ref-style-default-list):
1990 New variables.
1991 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1992 to new implementation. Mark as obsolete. Add compatibility code
1993 for honoring the variable values in case they are set.
1994 (reftex-cite-format-builtin, reftex-bibliography-commands):
1995 Add support for ConTeXt.
1996 (reftex-format-ref-function, reftex-format-cite-function):
1997 Fix custom type.
1998 (reftex-cite-key-separator): New variable.
1999
2000 * textmodes/reftex.el (reftex-syntax-table-for-bib)
2001 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
2002 `reftex-syntax-table' because parens have to retain their paren
2003 syntax in order for parsing of BibTeX entries like @book(...) to
2004 work.
2005 (reftex-in-comment): Do not error out if `comment-start-skip' is
2006 not set. Deal correctly with escaped comment characters.
2007 (reftex-tie-multifile-symbols): Add doc string.
2008 Initialize `reftex-ref-style-list'.
2009 (reftex-untie-multifile-symbols): Add doc string.
2010 (reftex-add-index-macros): Doc fix.
2011 (reftex-ref-style-activate, reftex-ref-style-toggle)
2012 (reftex-ref-style-list): New functions.
2013 (reftex-mode-menu): Use them. Adapt to new structure of
2014 `reftex-ref-style-alist'.
2015 (reftex-select-with-char): Kill the RefTeX Select buffer when
2016 done.
2017 (reftex-remove-if): New function.
2018 (reftex-erase-all-selection-and-index-buffers)
2019 (reftex-mode-menu): Reference styles are now computed from
2020 `reftex-ref-style-alist'. Fix typo.
2021 (reftex-report-bug): New function.
2022 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2023 algorithms with O(n log n). Introduce optional argument SORT (not
2024 yet used).
2025
2026 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
2027
2028 Enhancements for triple-quote string syntax.
2029 * progmodes/python.el (python-syntax-propertize-function):
2030 Match both quote cases in one regexp.
2031 (python-syntax-stringify): Handle matches properly.
2032
2033 2012-09-30 Juri Linkov <juri@jurta.org>
2034
2035 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
2036 to nil around the call to `insert' to prevent
2037 directory time modification by lock_file. (Bug#2295)
2038 * tar-mode.el (tar-summarize-buffer): Idem.
2039
2040 2012-09-30 Juri Linkov <juri@jurta.org>
2041
2042 * facemenu.el (list-colors-sort): Add option "Luminance".
2043 (list-colors-sort-key): Implement it.
2044
2045 * vc/diff-mode.el (diff-refine-removed):
2046 * vc/ediff-init.el (ediff-fine-diff-A):
2047 * vc/smerge-mode.el (smerge-refined-removed):
2048 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
2049
2050 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
2051
2052 * term/ns-win.el (x-file-dialog): New function.
2053
2054 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
2055
2056 * ido.el (ido-max-directory-size): Default to nil; the current
2057 default is small for POSIX systems, and impractical on Windows 7
2058 now that lstat returns directory sizes for NTFS.
2059
2060 2012-09-30 Martin Rudalics <rudalics@gmx.at>
2061
2062 In buffer display functions handle window-height/window-width
2063 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
2064 * window.el (window--display-buffer): New argument ALIST.
2065 Obey window-height and window-width alist entries.
2066 (window--try-to-split-window): New argument ALIST.
2067 Bind window-combination-limit to t when the window's size shall be
2068 changed and window-combination-limit equals `window-size'.
2069 (display-buffer-in-atom-window)
2070 (display-buffer-in-major-side-window)
2071 (display-buffer-in-side-window, display-buffer-same-window)
2072 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2073 (display-buffer-pop-up-window, display-buffer-below-selected)
2074 (display-buffer-at-bottom, display-buffer-in-previous-window)
2075 (display-buffer-use-some-window): Adjust all callers of
2076 window--display-buffer and window--try-to-split-window.
2077 (fit-frame-to-buffer): New option.
2078 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2079 is non-nil.
2080 (display-buffer-in-major-side-window): Evaluate window-height /
2081 window-width alist entries.
2082
2083 * help.el (temp-buffer-resize-frames)
2084 (temp-buffer-resize-regexps): Remove options.
2085 (temp-buffer-resize-mode): Adjust doc-string.
2086 (resize-temp-buffer-window): Don't consult
2087 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2088 temp-buffer-resize-frames.
2089
2090 * dired.el (dired-mark-pop-up):
2091 Call display-buffer-below-selected with a fit-window-to-buffer alist
2092 entry.
2093
2094 2012-09-30 Chong Yidong <cyd@gnu.org>
2095
2096 * server.el (server-host): Document the security implications.
2097 (server-auth-key): Doc fix.
2098
2099 * startup.el (initial-buffer-choice): Doc fix.
2100
2101 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2102
2103 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2104 restriction change.
2105
2106 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2107
2108 * help-fns.el (help-fns--obsolete): Fix last change.
2109
2110 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2113 (minor-mode-map-alist): Remove redundant code.
2114
2115 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2116 visited in a buffer.
2117 (cvs-insert-visited-file): New function.
2118 (find-file-hook): Use it.
2119
2120 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2121
2122 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2123 chose face.
2124 (log-edit-empty-buffer-p): Don't require a space after a header.
2125
2126 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2127
2128 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2129
2130 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2131 a proper minor-mode.
2132
2133 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2134
2135 2012-09-29 Glenn Morris <rgm@gnu.org>
2136
2137 * winner.el (winner-mode): Remove variable (let define-minor-mode
2138 handle it).
2139 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2140 Doc fixes.
2141 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2142 (winner-mode): Use define-minor-mode.
2143
2144 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2145 the full definition in loaddefs, rather than duplicating it.
2146
2147 * help-macro.el (three-step-help): No need to autoload defcustom.
2148
2149 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2150 (inferior-lisp-program, inferior-lisp-load-command)
2151 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2152 No need to autoload defcustoms.
2153
2154 * hippie-exp.el (hippie-expand-try-functions-list)
2155 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2156 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2157 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2158 (hippie-expand-only-buffers): No need to autoload defcustoms.
2159 * progmodes/vhdl-mode.el (vhdl-line-expand):
2160 Explicitly load hippie-exp, so it does not get autoloaded
2161 while hippie-expand-try-functions-list is let-bound.
2162
2163 2012-09-28 Glenn Morris <rgm@gnu.org>
2164
2165 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2166
2167 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2168 Only "cl.el" counts as cl these days.
2169
2170 2012-09-28 Juri Linkov <juri@jurta.org>
2171
2172 Display archive errors in the echo area instead of inserting
2173 to the file buffer.
2174
2175 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2176 to STDERR-TEST that can be a regexp matching a successful output.
2177 Create a temporary file and redirect stderr to it. Search for
2178 STDERR-TEST in the stderr output and display it in the echo area
2179 if no match is found.
2180 (archive-extract-by-file): New function like
2181 `archive-extract-by-stdout' but extracting archives to files
2182 and looking for successful matches in stdout. Function body is
2183 mostly copied from `archive-rar-extract'.
2184 (archive-rar-extract): Use `archive-extract-by-file'.
2185 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2186
2187 2012-09-28 Leo Liu <sdl.web@gmail.com>
2188
2189 * pcomplete.el (pcomplete-show-completions):
2190 Use minibuffer-message to make pcomplete usable in minibuffer.
2191
2192 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2193
2194 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2195
2196 * type-break.el: Use lexical-binding.
2197 (type-break-mode): Use define-minor-mode.
2198
2199 * emacs-lisp/pcase.el (pcase--mark-used): New.
2200 (pcase--u1): Use it (bug#12512).
2201
2202 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2203 in load-history with the right file name.
2204
2205 2012-09-28 Tassilo Horn <tsdh@gnu.org>
2206
2207 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2208 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2209 (doc-view-get-bounding-box): Make bounding box slicing work for
2210 ODF and DVI documents.
2211
2212 2012-09-28 Glenn Morris <rgm@gnu.org>
2213
2214 * type-break.el (type-break-mode, type-break-interval)
2215 (type-break-good-rest-interval, type-break-keystroke-threshold):
2216 No need to autoload.
2217 (type-break-good-rest-interval, type-break-keystroke-threshold):
2218 Add :set-after.
2219
2220 2012-09-28 Chong Yidong <cyd@gnu.org>
2221
2222 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2223 Add :version tag.
2224
2225 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2226
2227 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2228
2229 2012-09-27 Glenn Morris <rgm@gnu.org>
2230
2231 * faces.el (x-display-name): Declare (for without-x builds).
2232
2233 * linum.el (linum-format): Don't autoload it. Improve :type.
2234
2235 * progmodes/tcl.el: Don't require outline when compiling.
2236 (outline-regexp, outline-level): Declare.
2237 * textmodes/sgml-mode.el: Don't require outline when compiling.
2238 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2239
2240 * term.el (term-ansi-reset):
2241 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2242
2243 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2244 files for RCS and SCCS. (Bug#9781)
2245
2246 2012-09-27 Chong Yidong <cyd@gnu.org>
2247
2248 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2249 change; value should be t.
2250
2251 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 * image-mode.el: Use lexical-binding.
2254 (image-mode-winprops): Use t to stand for the window of
2255 a buffer that's not displayed.
2256 * doc-view.el (doc-view-new-window-function): Handle the new
2257 t in winprops.
2258 (doc-view-enlarge): Make it a real nop if the size is not changed.
2259 (doc-view-display): Handle the case where the buffer is not (yet?)
2260 displayed in any window.
2261 (doc-view-saved-settings): New var.
2262 (doc-view-mode): Use it.
2263 (doc-view-fallback-mode): Set it.
2264
2265 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2266 Set lexical-binding.
2267 (minibuffer-eldef-shorten-default): New var.
2268 (minibuffer-default-in-prompt-regexps): Use it for new default.
2269 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2270
2271 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2272
2273 * international/uni-bidi.el:
2274 * international/uni-category.el:
2275 * international/uni-name.el:
2276 * international/uni-numeric.el: Regenerate.
2277
2278 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2279 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * profiler.el: New file.
2282
2283 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2286 (testcover-reinstrument): Simplify with CSE.
2287
2288 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2289
2290 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2291
2292 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2293
2294 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2295 (verilog-auto-input, verilog-auto-insert-lisp)
2296 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2297 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2298 (verilog-auto-unused, verilog-auto-wire)
2299 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2300 newline. Reported by Andrew Jones.
2301 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2302 Reported by Brad Dobbie.
2303 (verilog-batch-delete-trailing-whitespace):
2304 Create verilog-batch-delete-trailing-whitespace.
2305 Reported by Brad Dobbie.
2306 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2307 parameters from another module. Reported by Dan Katz.
2308 (verilog-auto, verilog-auto-assign-modport)
2309 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2310 AUTOINOUTMODPORT for UVM interface module shell generation.
2311 Reported by Brad Dobbie.
2312 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2313 standard behavior.
2314 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2315 Reported by Matt Martin.
2316
2317 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2318
2319 * window.el (window--resize-child-windows): When resizing child
2320 windows proportionally, process them in reverse order to
2321 preserve the "when splitting a window the new one gets the odd
2322 line" behavior.
2323 (window--resize-root-window-vertically): When resizing the
2324 minibuffer window try to affect only windows at the bottom of the
2325 frame. (Bug#12419)
2326
2327 2012-09-25 Chong Yidong <cyd@gnu.org>
2328
2329 * subr.el (declare): Doc fix.
2330
2331 * help-fns.el (help-fns--obsolete): Handle macros properly.
2332
2333 2012-09-25 Chong Yidong <cyd@gnu.org>
2334
2335 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2336 this function obsolete.
2337
2338 * calendar/cal-x.el (calendar-two-frame-setup)
2339 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2340 * calendar/calendar.el (american-calendar, european-calendar)
2341 (calendar-for-loop):
2342 * comint.el (comint-dynamic-simple-complete)
2343 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2344 * desktop.el (desktop-load-default):
2345 * dired-x.el (dired-omit-here-always)
2346 (dired-hack-local-variables, dired-default-directory):
2347 * emacs-lisp/derived.el (derived-mode-class):
2348 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2349 * emacs-lock.el (toggle-emacs-lock):
2350 * epa.el (epa-display-verify-result):
2351 * epg.el (epg-sign-keys, epg-start-sign-keys)
2352 (epg-passphrase-callback-function):
2353 * eshell/esh-util.el (eshell-for):
2354 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2355 (eshell-add-to-window-buffer-names):
2356 * files.el (locate-file-completion):
2357 * imenu.el (imenu-example--create-c-index)
2358 (imenu-example--create-lisp-index)
2359 (imenu-example--lisp-extract-index-name)
2360 (imenu-example--name-and-position):
2361 * international/mule-cmds.el (princ-list):
2362 * international/mule-diag.el (decode-codepage-char):
2363 * international/mule-util.el (detect-coding-with-priority):
2364 * iswitchb.el (iswitchb-read-buffer):
2365 * mail/mailalias.el (mail-complete):
2366 * mail/sendmail.el (mail-sent-via):
2367 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2368 (mouse-major-mode-menu):
2369 * password-cache.el (password-read-and-add):
2370 * pcomplete.el (pcomplete-parse-comint-arguments):
2371 * progmodes/sh-script.el (sh-maybe-here-document):
2372 * replace.el (query-replace-regexp-eval):
2373 * savehist.el (savehist-load):
2374 * simple.el (choose-completion-delete-max-match):
2375 * term.el (term-dynamic-simple-complete):
2376 * vc/ediff-init.el (ediff-check-version):
2377 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2378 * vc/vc.el (vc-diff-switches-list):
2379 * view.el (view-return-to-alist-update): Likewise.
2380
2381 * subr.el (eval-next-after-load, makehash, insert-string)
2382 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2383 mark obsolete.
2384 (mode-line-inverse-video): Variable deleted.
2385
2386 * international/mule-util.el (string-to-sequence): Remove.
2387
2388 * calendar/calendar.el (calendar-version):
2389 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2390 (icalendar-convert-diary-to-ical):
2391 * cus-edit.el (custom-mode):
2392 * ansi-color.el (ansi-color-unfontify-region):
2393 * international/latin1-disp.el (latin1-char-displayable-p):
2394 * progmodes/cwarn.el (turn-on-cwarn-mode):
2395 * progmodes/which-func.el (which-func-update-1):
2396 Use define-obsolete-function-alias.
2397
2398 * net/newst-backend.el (newsticker-cache-filename):
2399 * net/newst-treeview.el (newsticker-groups-filename):
2400 Fix incorrect obsolescence declaration.
2401
2402 * allout.el (allout-passphrase-hint-string): Likewise.
2403 (allout-init): Use a declare form to mark obsolete.
2404
2405 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2406 this applies to functions.
2407
2408 * iswitchb.el (iswitchb-read-buffer): Move code of
2409 iswitchb-define-mode-map here, and delete that obsolete function.
2410
2411 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2412 font-lock-reference-face.
2413
2414 2012-09-25 Glenn Morris <rgm@gnu.org>
2415
2416 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2417 Doc fixes.
2418
2419 * eshell/em-term.el (eshell-term-name):
2420 Default to term-term-name. (Bug#12485)
2421
2422 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2423
2424 * progmodes/python.el (python-shell-send-buffer): Better handling
2425 of "if __name__ == '__main__':" conditionals when sending the buffer.
2426
2427 2012-09-24 Glenn Morris <rgm@gnu.org>
2428
2429 * eshell/esh-cmd.el (eshell-find-alias-function):
2430 Tighten up file-name regexp. (Bug#12499)
2431
2432 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2433
2434 Enhancements for triple-quote string syntax.
2435 * progmodes/python.el (python-quote-syntax): Remove.
2436 (python-syntax-propertize-function): New value.
2437 (python-syntax-count-quotes, python-syntax-stringify):
2438 New functions.
2439
2440 2012-09-24 Chong Yidong <cyd@gnu.org>
2441
2442 * mail/supercite.el (sc-version): Remove obsolete function.
2443 (sc-describe): Don't mark as obsolete, since it is bound.
2444 (sc-submit-bug-report): Remove.
2445
2446 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2447 (cvs-commit-buffer-require-final-newline): Remove.
2448 (log-edit-require-final-newline)
2449 (log-edit-changelog-full-paragraphs): Default to t.
2450
2451 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2452 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2453 * vc/vc.el (vc-checkout-carefully): Likewise.
2454
2455 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2456 (emerge-version): Remove.
2457
2458 * progmodes/compile.el (compile-internal): Remove.
2459 (compilation-parse-errors-function): Fix typo.
2460
2461 * international/mule.el (set-char-table-default): Remove.
2462 (set-coding-priority, make-coding-system, generic-char-p)
2463 (charset-list, charset-bytes, charset-id): Use declare to mark
2464 functions as obsolete.
2465
2466 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2467 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2468 * vc/vc-hooks.el (vc-default-registered): Don't use
2469 vc-master-templates.
2470
2471 * font-lock.el (font-lock-reference-face):
2472 Use define-obsolete-variable-alias.
2473
2474 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2475 * calendar/calendar.el (calendar-font-lock-keywords):
2476 * calendar/diary-lib.el (diary-font-lock-keywords)
2477 (diary-fancy-font-lock-keywords):
2478 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2479 * textmodes/reftex-index.el (reftex-insert-index):
2480 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2481 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2482 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2483 * progmodes/prolog.el (prolog-font-lock-keywords):
2484 * progmodes/idlwave.el (idlwave-idl-keywords):
2485 * progmodes/ada-mode.el (ada-font-lock-keywords):
2486 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2487
2488 2012-09-24 Glenn Morris <rgm@gnu.org>
2489
2490 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2491
2492 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2493
2494 * progmodes/python.el (python-indent-line): More consistent cursor
2495 movement behavior.
2496
2497 2012-09-23 Stefan Merten <smerten@oekonux.de>
2498
2499 * textmodes/rst.el: Fix compiler warning.
2500
2501 2012-09-23 Roland Winkler <winkler@gnu.org>
2502
2503 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2504 Transcribe also LaTeX hyphenation.
2505 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2506 bibtex-reformat-previous-options.
2507
2508 2012-09-23 Roland Winkler <winkler@gnu.org>
2509
2510 * proced.el (proced-renice-command): New variable.
2511 (proced-marked-processes): New function.
2512 (proced-with-processes-buffer): New macro.
2513 (proced-send-signal): Use them.
2514 (proced-renice): New command bound to r.
2515
2516 2012-09-23 Roland Winkler <winkler@gnu.org>
2517
2518 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2519 ibuffer-saved-filter-groups has one element, shortcut the call of
2520 completing-read. (Bug#12331)
2521
2522 2012-09-23 Chong Yidong <cyd@gnu.org>
2523
2524 * bindings.el (mode-line-toggle-read-only):
2525 * bs.el (bs-toggle-readonly):
2526 * buff-menu.el (Buffer-menu-toggle-read-only):
2527 * dired.el (dired-toggle-read-only):
2528 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2529
2530 2012-09-23 Chong Yidong <cyd@gnu.org>
2531
2532 * image.el (image-type-available-p): Adapt to init-image-library
2533 argument changes.
2534
2535 2012-09-22 Juri Linkov <juri@jurta.org>
2536
2537 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2538 `dired-toggle-read-only'. (Bug#12462)
2539
2540 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2541
2542 * subr.el (temp-output-buffer-show): New function.
2543 (with-output-to-temp-buffer): Call temp-output-buffer-show
2544 instead of internal-temp-output-buffer-show.
2545
2546 2012-09-22 Chong Yidong <cyd@gnu.org>
2547
2548 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2549 (Bug#12462).
2550
2551 * repeat.el (repeat): Doc fix (Bug#12348).
2552
2553 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2554 (Bug#10909).
2555
2556 * simple.el (shell-command-on-region): Doc fix.
2557 (read-only-mode): Doc fix.
2558
2559 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2560
2561 * emacs-lisp/timer.el (run-with-idle-timer)
2562 (timer-activate-when-idle): Warn against reinvoking an idle timer
2563 from within its own timer action. (Bug#12447)
2564
2565 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2566
2567 * cus-start.el (window-combination-limit): Add new optional
2568 values.
2569 * window.el (temp-buffer-window-show)
2570 (window--try-to-split-window): Handle new values of
2571 window-combination-limit (Bug#1806).
2572 (split-window): Test window-combination-limit for t instead of
2573 non-nil.
2574 (display-buffer-at-bottom): New buffer display action function.
2575 * help.el (temp-buffer-resize-regexps): New option.
2576 (temp-buffer-resize-mode): Rewrite doc-string.
2577 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2578 Don't resize reused window. Suggested by Glenn Morris.
2579
2580 2012-09-22 Stefan Merten <smerten@oekonux.de>
2581
2582 * textmodes/rst.el: Revamp section title faces.
2583 (rst-official-version)
2584 (rst-package-emacs-version-alist): Sync with official version
2585 V1.4.0.
2586 (rst-faces-defaults, rst-set-level-default)
2587 (rst-level-face-max, rst-level-face-base-color)
2588 (rst-level-face-base-light, rst-level-face-format-light)
2589 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2590 (rst-adornment-faces-alist): Match new setup.
2591 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2592 (rst-level-5, rst-level-6): New faces.
2593
2594 2012-09-22 Chong Yidong <cyd@gnu.org>
2595
2596 * simple.el (undo): Handle indirect buffers (Bug#8207).
2597
2598 2012-09-21 Leo Liu <sdl.web@gmail.com>
2599
2600 IDO: Disable match re-ordering for buffer switching.
2601 * ido.el (ido-buffer-disable-smart-matches): New variable.
2602 (ido-set-matches-1): Use it. (Bug#2042)
2603
2604 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2605
2606 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2607 Fix 2011-05-17 change. (Bug#12418)
2608
2609 2012-09-21 Leo Liu <sdl.web@gmail.com>
2610
2611 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2612
2613 2012-09-21 Glenn Morris <rgm@gnu.org>
2614
2615 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2616 Be more robust about locating simple.el.
2617
2618 2012-09-21 Glenn Morris <rgm@gnu.org>
2619
2620 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2621
2622 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2623
2624 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2625
2626 2012-09-20 Juri Linkov <juri@jurta.org>
2627
2628 * replace.el (query-replace-read-from): Use `read-regexp' instead
2629 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2630 (occur-read-primary-args): Use `read-regexp' instead of
2631 `read-string'.
2632 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2633 `read-from-minibuffer'.
2634 * isearch.el (isearch-occur): Use `read-regexp' instead of
2635 `read-string'.
2636 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2637 `read-from-minibuffer'.
2638 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2639 of `read-string'. (Bug#7567)
2640
2641 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2642 and allow accepting a list of strings prepended to a list of
2643 standard default values. Doc fix. (Bug#12321)
2644
2645 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2646
2647 * replace.el (read-regexp): Don't add ": " when PROMPT already
2648 ends with a colon and space. (Bug#12321)
2649
2650 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2651
2652 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2653 error.
2654
2655 2012-09-20 Stefan Merten <smerten@oekonux.de>
2656
2657 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2658 Fixes feature request bug#11711.
2659 (rst-mode): Create `imenu-create-index-function'.
2660 (rst-get-stripped-line): Delete after refactoring.
2661 (rst-section-tree, rst-section-tree-rec)
2662 (rst-section-tree-point): Refactor and document properly.
2663 (rst-imenu-find-adornments-for-position)
2664 (rst-imenu-convert-cell, rst-imenu-create-index):
2665 New function.
2666
2667 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2670 (macroexp--expand-all): Use it.
2671 (macroexp--funcall-and-return): Remove by folding it into its sole
2672 caller (macroexp--warn-and-return).
2673 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2674 Use macroexp--obsolete-warning.
2675
2676 * calc/calc.el: Fix last change by removing the whole chunk, since it
2677 was only needed back when Calc was not bundled.
2678
2679 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2680
2681 * emacs-lisp/debug.el (debug): Restore assignment to
2682 debugger-old-buffer removed on 2012-09-08.
2683
2684 2012-09-20 Juri Linkov <juri@jurta.org>
2685
2686 * dired-aux.el (dired-diff): Remove (require 'diff) since
2687 `diff-latest-backup-file' is now autoloaded.
2688
2689 2012-09-20 Chong Yidong <cyd@gnu.org>
2690
2691 * vc/diff.el (diff-latest-backup-file): Autoload.
2692
2693 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2694
2695 * calc/calc.el: Remove redundant autoload shape check.
2696 (sel-mode): Don't defvar.
2697 (calc-get-stack-element): Add `sel-mode' arg instead.
2698 (calc-top, calc-top-list): Pass it this additional argument.
2699 * calc/calc-store.el (calc-store-map):
2700 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2701 (calc-map-equation, calc-outer-product, calc-inner-product):
2702 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2703
2704 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2705
2706 2012-09-19 Juri Linkov <juri@jurta.org>
2707
2708 * dired-aux.el (dired-diff): Add (require 'diff) because
2709 `diff-latest-backup-file' is not autoloaded.
2710 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2711 of `dired-get-filename' to t to not report error when there is
2712 no default file on the current line.
2713
2714 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2717 macroexp--eval-if-compile.
2718 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2719 (macroexp--expand-all): Use them (bug#12371).
2720
2721 * doc-view.el (doc-view-guess-paper-size)
2722 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2723
2724 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2725
2726 New feature: set optimal slice from BoundingBox information.
2727 * doc-view.el (doc-view-mode-map): Add keybinding.
2728 (doc-view-menu): Add menu entry.
2729 (doc-view-set-slice): Adapt docstring.
2730 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2731 (doc-view-scale-bounding-box)
2732 (doc-view-set-slice-from-bounding-box): New functions.
2733 (doc-view-paper-sizes): New defvar.
2734
2735 2012-09-19 Glenn Morris <rgm@gnu.org>
2736
2737 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2738 (byte-compile-log-warning): Autoload. (Bug#12371)
2739
2740 * calendar/calendar.el (calendar-american-month-header)
2741 (calendar-european-month-header, calendar-iso-month-header)
2742 (calendar-month-header): New options.
2743 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2744 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2745
2746 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2747
2748 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2749
2750 2012-09-18 Juri Linkov <juri@jurta.org>
2751
2752 * dired-aux.el (dired-diff): Restore original functionality of
2753 getting the default value, but keep new feature of using the
2754 latest existing backup file (`diff-latest-backup-file').
2755
2756 2012-09-18 Juri Linkov <juri@jurta.org>
2757
2758 * dired.el (dired-mark): If the region is active in Transient Mark
2759 mode, mark all files in the active region. Doc fix.
2760 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2761 Doc fix. (Bug#10624)
2762
2763 2012-09-18 Juri Linkov <juri@jurta.org>
2764
2765 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2766 attributes for M-n are pulled from the file at point.
2767 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2768 Suggested by Drew Adams. (Bug#10624)
2769
2770 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2771
2772 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2773 whitespace after "end".
2774 (ruby-do-end-to-brace): Collapse block to one line if it fits
2775 within fill-column.
2776
2777 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2778
2779 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2780 value.
2781 (debug): Don't remove debugger window when debugger is expected
2782 to be back.
2783
2784 2012-09-18 Chong Yidong <cyd@gnu.org>
2785
2786 * custom.el (defface): Doc fix.
2787
2788 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2789
2790 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2791
2792 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2793 to initialize query-on-exit; then test that instead (bug#12288).
2794
2795 2012-09-17 Stefan Merten <smerten@oekonux.de>
2796
2797 * textmodes/rst.el: Add support for `testcover'.
2798 (rst-defcustom-testcover, rst-testcover-add-compose)
2799 (rst-testcover-add-1value): New functions.
2800 (rst-portable-mark-active-p): Replace by `use-region-p'.
2801 (rst-update-section, rst-classify-adornment)
2802 (rst-find-title-line): Mark `1value' forms.
2803 (rst-classify-adornment): Remove superfluous form.
2804 (rst-update-section, rst-get-adornments-around)
2805 (rst-adornment-complete-p, rst-get-next-adornment)
2806 (rst-adjust, rst-promote-region)
2807 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2808 (rst-find-pfx-in-region, rst-section-tree-rec)
2809 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2810 (rst-toc-node, rst-toc, rst-forward-section)
2811 (rst-iterate-leftmost-paragraphs)
2812 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2813 (rst-bullet-list-region)
2814 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2815 (rst-compile-find-conf, rst-compile)
2816 (rst-repeat-last-character): Fix style.
2817
2818 2012-09-17 Chong Yidong <cyd@gnu.org>
2819
2820 * comint.el (comint--complete-file-name-data): Don't add a space
2821 if the status is `sole'; that adds a gratuitous space in the
2822 completion-cycling case (Bug#12092).
2823
2824 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2825
2826 2012-09-17 Richard Stallman <rms@gnu.org>
2827
2828 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2829 only in the mime-shown mode, not in raw mode.
2830 (rmail-mime): Toggle off mime by displaying the message without
2831 mime processing. (Bug#12305)
2832
2833 * mail/rmail.el (rmail-retry-failure):
2834 Turn off mime processing first. (Bug#12037)
2835
2836 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2837
2838 2012-09-17 Chong Yidong <cyd@gnu.org>
2839
2840 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2841 (shell-dynamic-complete-functions): Convert to defcustom.
2842 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2843
2844 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2845 * comint.el (comint-prompt-read-only):
2846 * custom.el (defcustom):
2847 * hi-lock.el (hi-lock-mode):
2848 * ibuffer.el (ibuffer-formats):
2849 * ielm.el (ielm-prompt-read-only):
2850 * novice.el (disable-command):
2851 * saveplace.el (toggle-save-place):
2852 * speedbar.el (speedbar-supported-extension-expressions):
2853 * startup.el (auto-save-list-file-prefix, init-file-user)
2854 (after-init-hook, inhibit-startup-echo-area-message):
2855 * strokes.el (strokes-help):
2856 * time-stamp.el (time-stamp):
2857 * calendar/calendar.el (calendar, diary-file):
2858 * calendar/diary-lib.el (diary-mail-entries, diary)
2859 (diary-list-entries-hook):
2860 * calendar/holidays.el (holidays, calendar-holidays):
2861 * calendar/lunar.el (lunar-phases):
2862 * calendar/solar.el (sunrise-sunset):
2863 * emulation/edt.el (edt-load-keys):
2864 * emulation/viper.el (viper-mode):
2865 * eshell/em-alias.el (eshell-command-aliases-list):
2866 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2867 * international/ogonek.el (ogonek-information):
2868 * net/tramp-cmds.el (tramp-bug):
2869 * net/quickurl.el (quickurl-reread-hook-postfix):
2870 * play/decipher.el (decipher-font-lock-keywords):
2871 * progmodes/cc-styles.el (c-set-style):
2872 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2873 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2874 * progmodes/octave-mod.el (octave-mode):
2875 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2876 * progmodes/verilog-mode.el (verilog-read-defines):
2877 * textmodes/two-column.el (2C-mode): Likewise.
2878
2879 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2880
2881 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2882 that holds many addresses.
2883
2884 2012-09-16 Chong Yidong <cyd@gnu.org>
2885
2886 * align.el (align-areas): Call the indication function with
2887 positions instead of markers for arguments (Bug#12343).
2888
2889 * files.el (parse-colon-path): Use split-string (Bug#12351).
2890
2891 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2892 (display-buffer-function): Mark as obsolete.
2893
2894 * progmodes/compile.el (compilation-parse-errors): Accept list
2895 values similar to font-lock-keywords (Bug#12136).
2896 Suggested by Oleksandr Manzyuk.
2897 (compilation-error-regexp-alist): Doc fix.
2898
2899 2012-09-15 Glenn Morris <rgm@gnu.org>
2900
2901 * version.el (emacs-bzr-version-bzr): New function.
2902 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2903
2904 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2905 checkouts, check the parent dirstate matches the branch.
2906 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2907 empty string.
2908
2909 * version.el (emacs-bzr-version): Doc fix.
2910 (emacs-bzr-version-dirstate): New function.
2911 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2912 is local try and check that it matches the branch. If not, just
2913 use dirstate information. (Bug#12441)
2914
2915 2012-09-14 Juri Linkov <juri@jurta.org>
2916
2917 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2918 (Bug#12399)
2919
2920 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2921
2922 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2923
2924 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2925 Remove obsolete byte-compiler hack that tried to silence some warnings.
2926 (edebug-submit-bug-report): Remove.
2927 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2928 Remove aliases, use the un-prefixed name instead.
2929 (edebug-pop-to-buffer): Consider other frames.
2930 (edebug-original-read):: Make it more obvious that it's always defined.
2931 (edebug--make-form-data-entry, edebug--form-data-name)
2932 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2933 single-dashed name, and implement with cl-defstruct.
2934 (edebug-set-form-data-entry): Use the standard accessors.
2935 (edebug-make-top-form-data-entry): Use push.
2936 (edebug-no-match): Drop useless `funcall'.
2937 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2938 to functions.
2939 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2940 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2941 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2942 (easy-menu-define, with-custom-print): Remove redundant specs.
2943 (edebug-outside-overriding-local-map)
2944 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2945 (edebug--display): Bind unread-command-events directly to nil rather
2946 than binding it to unread-command-events and later setting it to nil.
2947 (edebug--display): Kill edebug-eval-buffer here...
2948 (edebug--recursive-edit): ...rather than here.
2949 Bind standard-output and standard-input.
2950 (edebug-eval): Check cl-macroexpand-all is fboundp.
2951 (edebug-temp-display-freq-count): Fix last change.
2952
2953 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2954 * subr.el (noreturn, 1value): Add `debug' spec.
2955 * emacs-lisp/advice.el: Require cl-lib.
2956 (ad-copy-tree): Remove, use copy-tree instead.
2957 (ad-dolist): Remove use dolist or cl-dolist instead.
2958 (ad-do-return): Remove, use cl-return instead.
2959 (defadvice): Add `debug' spec.
2960
2961 2012-09-13 Juri Linkov <juri@jurta.org>
2962
2963 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2964 (Bug#12399)
2965
2966 2012-09-13 Glenn Morris <rgm@gnu.org>
2967
2968 * calc/calc.el (math-compose-expr):
2969 * calc/calc-ext.el (math-compose-expr):
2970 * progmodes/cc-defs.el (cl-macroexpand-all):
2971 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2972 (cl-macroexpand-all): Update declarations.
2973
2974 * vc/vc.el: No need to require ediff.
2975 (ediff-load-version-control): Declare.
2976 (ediff-vc-internal): Fix declaration.
2977 (vc-version-ediff): Require ediff.
2978
2979 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2980
2981 Use a more backwards-compatible timer format (Bug#12430).
2982 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2983 being right after USECS, as that better supports old code that
2984 inadvisedly looked directly at the timer vector.
2985
2986 2012-09-13 Kenichi Handa <handa@gnu.org>
2987
2988 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2989 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2990 `coding-priority' property of these language environment.
2991
2992 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2993
2994 Fix glitches caused by addition of psec to timers (Bug#12430).
2995 * image.el (image-animate-timer):
2996 * time.el (display-time-world-timer):
2997 Use timer--function and timer--args rather than raw access to
2998 timer vector.
2999
3000 2012-09-13 Glenn Morris <rgm@gnu.org>
3001
3002 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3003 If not compiling a file, try using load-file-name.
3004
3005 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3006
3007 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
3008 Fix last change.
3009 (edebug-update-eval-list): Use `push'.
3010
3011 * emacs-lisp/edebug.el: Use lexical-binding.
3012 Remove the "edebug-" prefix from non-dynamically-scoped variables.
3013 Mark unused args with underscore.
3014 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3015 (edebug-form-data): Use defvar-local.
3016 (edebug-make-before-and-after-form, edebug-make-after-form):
3017 Use backquote.
3018 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3019 Not dynamically scoped any more.
3020 (edebug--enter-trace): Add arguments `function' and `args'.
3021 Rename from edebug-enter-trace.
3022 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
3023 (edebug--update-coverage): Add `after-index' and `value' args.
3024 Rename from edebug-update-coverage.
3025 (edebug-slow-after): Call it accordingly.
3026 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
3027 edebug-recursive-edit.
3028 (edebug--display): Call it accordingly. Add args `value',
3029 `offset-index', and `arg-mode'. Rename from edebug-display.
3030 (edebug-debugger, edebug): Call it accordingly.
3031 (edebug-eval-display-list): Use dolist.
3032
3033 2012-09-12 Juri Linkov <juri@jurta.org>
3034
3035 * info.el (Info-search): Don't check for isearch-mode and
3036 isearch-regexp before let-binding search-spaces-regexp to
3037 Info-search-whitespace-regexp.
3038 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3039 search-whitespace-regexp if isearch-lax-whitespace or
3040 isearch-regexp-lax-whitespace is non-nil.
3041 (Info-mode): Don't set local variable search-whitespace-regexp.
3042 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3043
3044 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3047 (debugger-env-macro): Remove support for unread-command-char.
3048
3049 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3050 the temporary map re-appearing on emulation-mode-map-alists.
3051
3052 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3053 since 22.1.
3054
3055 * ehelp.el (with-electric-help): Accept functions in
3056 electric-help-form-to-execute.
3057 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3058 And replace unread-command-char -> unread-command-events.
3059
3060 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
3061
3062 Sync with Tramp 2.2.6.
3063
3064 * net/tramp.el (tramp-accept-process-output): Don't use
3065 JUST-THIS-ONE in the XEmacs case.
3066
3067 * net/trampver.el: Update release number.
3068
3069 2012-09-12 Martin Rudalics <rudalics@gmx.at>
3070
3071 * emacs-lisp/debug.el (debugger-previous-window-height):
3072 New variable.
3073 (debug): When debugger-jumping-flag is non-nil try to restore
3074 height of debugger window. (Bug#8789)
3075
3076 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3079 overriding-local-map and pre/post-command-hook here.
3080 (edebug-recursive-edit): Do it here instead (bug#12345).
3081 (edebug-outside-unread-command-char): Remove all uses of
3082 unread-command-char.
3083
3084 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3085 inhibit-debugger is bound instead.
3086
3087 2012-09-11 Bastien Guerry <bzg@gnu.org>
3088
3089 * subr.el (set-temporary-overlay-map): Add a docstring.
3090 (Bug#12346)
3091
3092 2012-09-11 Bastien Guerry <bzg@gnu.org>
3093
3094 * minibuffer.el (completion-table-subvert): Fix docstring.
3095 (Bug#12347)
3096
3097 2012-09-11 Bastien Guerry <bzg@gnu.org>
3098
3099 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
3100
3101 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3102
3103 * progmodes/sql.el: Version 3.1
3104 (sql-db2-escape-newlines): New variable.
3105 (sql-escape-newlines-filter): Use it.
3106
3107 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
3108
3109 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3110
3111 2012-09-10 Dan Nicolaescu <dann@gnu.org>
3112
3113 * vc/diff-mode.el (diff-mode-menu):
3114 Bind diff-remove-trailing-whitespace.
3115
3116 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3117
3118 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3119 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3120 (emacs-lisp-byte-code-mode): New functions.
3121 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3122 (eval-defun-2): Remove bogus interactive spec.
3123 (lisp-indent-line): Remove redundant whole-exp code, now done in
3124 indent-according-to-mode.
3125 (save-match-data): Remove redundant indent data.
3126
3127 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3128 Use `declare'.
3129
3130 2012-09-09 Juri Linkov <juri@jurta.org>
3131
3132 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3133 (replace-lax-whitespace, query-replace-regexp)
3134 (query-replace-regexp-eval, replace-regexp): Doc fix.
3135 (perform-replace, replace-highlight): Let-bind
3136 isearch-lax-whitespace to replace-lax-whitespace and
3137 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3138
3139 * isearch.el (isearch-query-replace): Let-bind
3140 replace-lax-whitespace to isearch-lax-whitespace and
3141 replace-regexp-lax-whitespace to
3142 isearch-regexp-lax-whitespace. (Bug#10885)
3143
3144 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3147
3148 2012-09-09 Alan Mackenzie <acm@muc.de>
3149
3150 * progmodes/cc-engine.el (c-state-cache-init):
3151 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3152 (c-record-parse-state-state):
3153 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3154
3155 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3156
3157 * register.el (register-separator): Rename from
3158 separator-register. All uses changed. Doc fix.
3159 (register): Fix version.
3160
3161 2012-09-09 Chong Yidong <cyd@gnu.org>
3162
3163 * replace.el (query-replace-map): Bind four new symbols for
3164 requesting window scrolling.
3165
3166 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3167 query-replace-map (Bug#8948).
3168
3169 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3170
3171 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3172 since they are now in query-replace-map.
3173
3174 * window.el (scroll-other-window-down): Make the arg optional.
3175
3176 2012-09-09 Chong Yidong <cyd@gnu.org>
3177
3178 * files.el (hack-local-variables-confirm): Use quit-window to kill
3179 the *Local Variables* buffer.
3180
3181 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3182
3183 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3184 not just expect to be at its beginning. Adjust callees.
3185 Succeed when do-end block has no space before the pipe character.
3186 (ruby-brace-to-do-end): When the original block is one-liner,
3187 convert to multiline. Reindent the result.
3188
3189 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
3190
3191 * register.el (register): New group.
3192 (separator-register): New user option.
3193 (increment-register): Route it to `append-to-register', if
3194 register contains text. Implication is that `C-x r +' can now be
3195 used for appending to a text register (bug#12217).
3196 (append-to-register, prepend-to-register): Add separator based on
3197 `separator-register'.
3198
3199 2012-09-08 Alan Mackenzie <acm@muc.de>
3200
3201 AWK Mode: make auto-newline work when there's "==" in the pattern.
3202 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3203 correctly.
3204 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3205 Test more rigorously for "=" token.
3206
3207 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3208
3209 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3210 Only fail when reached LIMIT.
3211
3212 2012-09-08 Chong Yidong <cyd@gnu.org>
3213
3214 * dired.el (dired-mode-map): Don't bind M-=.
3215
3216 * dired-aux.el (dired-diff): Use backup file as default.
3217
3218 2012-09-08 Drew Adams <drew.adams@oracle.com>
3219
3220 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3221
3222 2012-09-08 Chong Yidong <cyd@gnu.org>
3223
3224 * subr.el (syntax-after, syntax-class): Doc fix.
3225
3226 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3227
3228 * window.el (display-buffer-in-previous-window): New buffer
3229 display action function.
3230
3231 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3232 (debugger-previous-window): New variable.
3233 (debug): Rewrite using display-buffer-in-previous-window,
3234 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3235
3236 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3237
3238 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3239
3240 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3241
3242 * progmodes/python.el (python-shell-send-string):
3243 When default-directory is remote, create temp file on remote
3244 filesystem.
3245 (python-shell-send-file): When file is remote, pass local view of
3246 file paths to remote Python interpreter. (Bug#12340)
3247
3248 2012-09-07 Chong Yidong <cyd@gnu.org>
3249
3250 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3251
3252 * files.el (after-find-file): Don't fail on a read-only buffer if
3253 require-final-newline is `visit' or `visit-save' (Bug#11156).
3254
3255 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3256
3257 * userlock.el (ask-user-about-supersession-threat):
3258 Use read-char-choice (Bug#12093).
3259
3260 2012-09-07 Chong Yidong <cyd@gnu.org>
3261
3262 * subr.el (buffer-narrowed-p): New function.
3263
3264 * ses.el (ses-widen):
3265 * simple.el (count-words--buffer-message):
3266 * net/browse-url.el (browse-url-of-buffer): Use it.
3267
3268 * simple.el (count-words-region): Don't signal an error if there
3269 is a non-nil prefix arg and the mark is not set.
3270
3271 * help.el (describe-key-briefly): Allow the message to be seen
3272 when invoked from the minibuffer (Bug#7014).
3273
3274 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3275
3276 * progmodes/ruby-mode.el (ruby-end-of-defun)
3277 (ruby-beginning-of-defun): Simplify, allow indentation before
3278 block beginning and end keywords.
3279 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3280 (ruby-end-of-defun): Expect that the point is at the beginning of
3281 the defun.
3282
3283 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3284
3285 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3286 (bug#12367).
3287 (cl--make-usage-args): Strip _ from argument names.
3288
3289 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3290
3291 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3292 obsolete alias speedbar-key-map.
3293 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3294 (vhdl-index-menu-init): Don't use obsolete variable
3295 font-lock-maximum-size.
3296
3297 2012-09-06 Chong Yidong <cyd@gnu.org>
3298
3299 * frame.el (window-system-version): Mark as obsolete.
3300
3301 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3302 of obsolete variable speedbar-key-map.
3303
3304 2012-09-06 Juri Linkov <juri@jurta.org>
3305
3306 * replace.el (replace-lax-whitespace): New defcustom.
3307 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3308 (replace-string, replace-regexp): Mention it in docstrings.
3309 (perform-replace, replace-highlight): Let-bind
3310 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3311 to the values of replace-lax-whitespace and regexp-flag.
3312 Don't let-bind search-whitespace-regexp. (Bug#10885)
3313
3314 * isearch.el (isearch-query-replace): Let-bind
3315 replace-lax-whitespace instead of let-binding
3316 replace-search-function and replace-re-search-function.
3317 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3318 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3319 (isearch-toggle-symbol): Set isearch-regexp to nil
3320 in isearch-word mode (like in isearch-toggle-word).
3321
3322 2012-09-06 Juri Linkov <juri@jurta.org>
3323
3324 * replace.el (replace-search-function)
3325 (replace-re-search-function): Set default values to nil.
3326 (perform-replace): Let-bind isearch-related variables based on
3327 replace-related values, call `isearch-search-fun' and let-bind
3328 the result to `search-function'. Remove code that sets
3329 `search-function' and `search-string' separately for
3330 `delimited-flag'.
3331 (replace-highlight): Add new argument `delimited-flag' and
3332 rename other arguments to the names used in `perform-replace'.
3333 Let-bind `isearch-word' to the argument `delimited-flag'.
3334 (Bug#10885, bug#10887)
3335
3336 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3337
3338 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3339 ruby-beginning-of-indent, simplify, allow all keywords to have
3340 indentation before them.
3341 (ruby-beginning-of-indent): Adjust for above. Search until the
3342 found point is not inside a string or comment.
3343 (ruby-font-lock-keywords): Allow symbols to start with "@"
3344 character, give them higher priority than variables.
3345 (ruby-syntax-propertize-function)
3346 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3347 matchers. Expression expansions are not comments when inside a
3348 string, and there comment syntax status is irrelevant.
3349 (ruby-match-expression-expansion): New function. Check that
3350 expression expansion is inside a string, and it's not escaped.
3351 (ruby-font-lock-keywords): Use it.
3352
3353 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3354
3355 * help.el (temp-buffer-max-height): New default value.
3356 (temp-buffer-resize-frames): New option.
3357 (resize-temp-buffer-window): Optionally resize frame.
3358
3359 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3360 (fit-frame-to-buffer): New function.
3361
3362 2012-09-05 Glenn Morris <rgm@gnu.org>
3363
3364 * emulation/cua-rect.el (cua--init-rectangles):
3365 * textmodes/picture.el (picture-mode-map):
3366 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3367 like forward-char and backward-char. (Bug#12317)
3368
3369 2012-09-05 Leo Liu <sdl.web@gmail.com>
3370
3371 * progmodes/flymake.el (flymake-warning-re): New variable.
3372 (flymake-parse-line): Use it.
3373
3374 2012-09-05 Glenn Morris <rgm@gnu.org>
3375
3376 * calendar/holidays.el (holiday-christian-holidays):
3377 Rename an entry. (Bug#12289)
3378
3379 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3382 (bug#12222).
3383
3384 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * loadup.el: Load macroexp. Remove hack.
3387 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3388 (macroexp--expand-all): Use it to get better warnings.
3389 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3390 (internal-macroexpand-for-load): New functions.
3391 (macroexp--pending-eager-loads): New var.
3392 (emacs-startup-hook): New hack to replace one in loadup.el.
3393 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3394 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3395 (cl-psetf): Simplify.
3396 (cl-defstruct): Add indent rule.
3397
3398 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3399
3400 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3401 over `user-mail-address' for the SMTP MAIL FROM envelope.
3402 (smtpmail-via-smtp): Ditto.
3403
3404 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3405
3406 * progmodes/ruby-mode.el: Clean up keybindings.
3407 (ruby-mode-map): Don't bind ruby-electric-brace,
3408 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3409 backward-kill-word, reindent-then-newline-and-indent.
3410 (ruby-mark-defun): Remove.
3411 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3412 (ruby-mode): Set local beginning-of-defun-function and
3413 end-of-defun-function values.
3414
3415 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3416
3417 * window.el (temp-buffer-window-setup-hook)
3418 (temp-buffer-window-show-hook): New hooks.
3419 (temp-buffer-window-setup, temp-buffer-window-show)
3420 (with-temp-buffer-window): New functions.
3421 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3422 (special-display-popup-frame): Make sure the window used shows BUFFER.
3423
3424 * help.el (temp-buffer-resize-mode): Fix doc-string.
3425 (resize-temp-buffer-window): New optional argument WINDOW.
3426
3427 * files.el (recover-file, save-buffers-kill-emacs):
3428 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3429
3430 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3431
3432 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3433 remote definition of `default-directory', ensure we can connect.
3434
3435 2012-09-02 Juri Linkov <juri@jurta.org>
3436
3437 Toggle whitespace matching mode with M-s SPC.
3438 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3439
3440 * isearch.el (search-whitespace-regexp): Doc fix.
3441 Remove cons cell customization.
3442 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3443 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3444 New variables.
3445 (isearch-forward, isearch-forward-regexp): Doc fix.
3446 (isearch-toggle-lax-whitespace): New command.
3447 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3448 (re-search-forward-lax-whitespace)
3449 (re-search-backward-lax-whitespace): New functions.
3450 (isearch-whitespace-regexp): Remove function.
3451 (isearch-query-replace): Let-bind replace-search-function and
3452 replace-re-search-function.
3453 (isearch-occur): Let-bind search-spaces-regexp according to the
3454 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3455 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3456 condition for C-q SPC.
3457 (isearch-search-fun-default): Use new functions mentioned above.
3458 (isearch-search-forward, isearch-search-backward): Remove functions.
3459 (isearch-search): Don't let-bind search-spaces-regexp.
3460 (isearch-lazy-highlight-space-regexp): Remove variable.
3461 (isearch-lazy-highlight-lax-whitespace)
3462 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3463 (isearch-lazy-highlight-new-loop): Use them.
3464 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3465
3466 2012-09-02 Chong Yidong <cyd@gnu.org>
3467
3468 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3469
3470 2012-09-02 Glenn Morris <rgm@gnu.org>
3471
3472 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3473
3474 2012-09-01 Glenn Morris <rgm@gnu.org>
3475
3476 * term.el: Tidy up menu definitions.
3477 (term-mode-map): Use easymenu for In/Out, Complete menus.
3478 (term-pager-break-map): Initialize in the defvar.
3479 (term-terminal-menu, term-signals-menu): Define with easymenu.
3480 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3481 (term-pager-menu): New, extracted from term-process-pager.
3482 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3483 (term-update-mode-line): Propertize line/char and page items.
3484 (term-process-pager): Move keymap initialization elsewhere.
3485
3486 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3487
3488 * window.el (switch-to-prev-buffer): Handle additional values of
3489 BURY-OR-KILL argument. Don't switch in minibuffer window.
3490 (switch-to-next-buffer): Don't switch in minibuffer window.
3491 (quit-restore-window): New function based on quit-window.
3492 Handle additional values of former KILL argument.
3493 (quit-window): Call quit-restore-window with appropriate
3494 interpretation of KILL argument.
3495 (display-buffer-below-selected): New buffer display action
3496 function.
3497
3498 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * minibuffer.el (completion-at-point-functions): Complete docstring
3501 (bug#12254).
3502
3503 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3504
3505 Better seed support for (random).
3506 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3507 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3508 * play/mpuz.el, play/tetris.el, play/zone.el:
3509 * calc/calc-comb.el (math-init-random-base):
3510 * play/blackbox.el (bb-init-board):
3511 * play/life.el (life):
3512 * server.el (server-use-tcp):
3513 * type-break.el (type-break):
3514 Remove unnecessary call to (random t).
3515 * net/sasl.el (sasl-unique-id-function):
3516 Change (random t) to (random), now that the latter is more random.
3517 * play/life.el (life-initialized): Remove no-longer-needed var.
3518
3519 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3520
3521 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3522 Consider frame's buffer predicate when choosing the buffer.
3523 (Bug#12081)
3524
3525 2012-08-30 Richard Stallman <rms@gnu.org>
3526
3527 * simple.el (special-mode-map): Delete binding for `z'.
3528
3529 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3530
3531 * progmodes/compile.el (compilation-always-kill): Doc fix.
3532
3533 2012-08-30 Chong Yidong <cyd@gnu.org>
3534
3535 * window.el (display-buffer-reuse-frames): Make the obsolescence
3536 message more informative.
3537
3538 2012-08-30 Glenn Morris <rgm@gnu.org>
3539
3540 * paren.el (show-paren-delay):
3541 Add a :set function. Doc fix. (Bug#12297)
3542
3543 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3544
3545 * progmodes/compile.el (compilation-always-kill): New var.
3546 (compilation-start): Use it.
3547
3548 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3551 * files.el (read-only-mode): Move to simple.el.
3552
3553 * files.el (read-only-mode): New minor mode.
3554 (toggle-read-only): Use it and mark obsolete.
3555 (find-file--read-only):
3556 * vc/vc.el (vc-next-action, vc-checkout):
3557 * vc/vc-cvs.el (vc-cvs-checkout):
3558 * obsolete/vc-mcvs.el (vc-mcvs-update):
3559 * ffap.el (ffap--toggle-read-only): Update callers.
3560
3561 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3562
3563 * eshell/esh-ext.el (eshell-external-command): Do not examine
3564 remote shell scripts.
3565 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3566
3567 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3568 "/usr/local/sbin".
3569
3570 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3573
3574 2012-08-28 Leo Liu <sdl.web@gmail.com>
3575
3576 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3577 completion-at-point. (Bug#12220)
3578
3579 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3580
3581 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3582
3583 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3584
3585 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3586 be buffer-local; add delete-trailing-whitespace (bug#12259).
3587
3588 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3589
3590 * progmodes/hideif.el (hif-compress-define-list):
3591 Fix typo. (Bug#11951)
3592
3593 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3594
3595 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3596 buffer local setting.
3597
3598 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3599 rcirc-encode-coding-system.
3600
3601 2012-08-28 Leo Liu <sdl.web@gmail.com>
3602
3603 * net/rcirc.el (rcirc-split-message): New function.
3604 (rcirc-send-message): Use it. (Bug#12051)
3605
3606 2012-08-28 Juri Linkov <juri@jurta.org>
3607
3608 * info.el (Info-fontify-node): Hide empty lines at the end of
3609 the node. (Bug#12272)
3610
3611 2012-08-27 Drew Adams <drew.adams@oracle.com>
3612
3613 * dired.el (dired-pop-to-buffer): Make window start at beginning
3614 of buffer (Bug#12281).
3615
3616 2012-08-26 Chong Yidong <cyd@gnu.org>
3617
3618 * window.el (special-display-regexps, special-display-frame-alist)
3619 (special-display-buffer-names, special-display-function)
3620 (display-buffer-reuse-frames): Mark as obsolete.
3621
3622 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3623
3624 * help.el (help-print-return-message): Don't treat
3625 display-buffer-reuse-frames specially.
3626
3627 2012-08-26 Chong Yidong <cyd@gnu.org>
3628
3629 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3630 New variable, replacing gdb-frame-parameters.
3631 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3632 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3633 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3634 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3635 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3636 the functions directly with gdb-display-buffer-other-frame-action.
3637 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3638 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3639 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3640 (gdb-display-registers-buffer): Define directly.
3641 (def-gdb-display-buffer): Macro deleted.
3642 (gdb-display-buffer): Remove second and third args, callers don't
3643 use them. Defer to the default display-buffer behavior, apart
3644 from making windows dedicated.
3645 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3646
3647 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3648
3649 * window.el (display-buffer-pop-up-frame): Handle a
3650 pop-up-frame-parameters alist entry.
3651 (display-buffer): Document it.
3652
3653 2012-08-26 Chong Yidong <cyd@gnu.org>
3654
3655 * isearch.el (search-whitespace-regexp): Make string and nil
3656 values apply to both ordinary and regexp search. Allow a cons
3657 cell value to distinguish between the two.
3658 (isearch-whitespace-regexp, isearch-search-forward)
3659 (isearch-search-backward): New functions.
3660 (isearch-occur, isearch-search-fun-default, isearch-search)
3661 (isearch-lazy-highlight-new-loop): Use them.
3662 (isearch-forward, isearch-forward-regexp): Doc fix.
3663
3664 2012-08-26 Chong Yidong <cyd@gnu.org>
3665
3666 * faces.el (help-argument-name): Always inherit from italic
3667 (Bug#12213).
3668
3669 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3670
3671 * window.el (window--even-window-heights): Even heights when
3672 WINDOW and the selected window form a vertical combination.
3673 (display-buffer-use-some-window): Provide that window used gets
3674 sized back by quit-window. (Bug#11880) and (Bug#12091)
3675
3676 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3677
3678 Fix file time stamp problem with bzr and CVS (Bug#12001).
3679 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3680 in the file's time stamp, since the version control system loses
3681 that information.
3682
3683 2012-08-22 Juri Linkov <juri@jurta.org>
3684
3685 * info.el (Info-fontify-node): Hide the suffix of the
3686 Info file name in the header line. (Bug#12187)
3687
3688 2012-08-22 Glenn Morris <rgm@gnu.org>
3689
3690 * calendar/cal-tex.el (cal-tex-weekly-common):
3691 Restore leading blank page.
3692
3693 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
3694
3695 * misc.el (forward-to-word, backward-to-word): Activate or extend
3696 the region under `shift-select-mode'. (Bug#12231)
3697
3698 2012-08-22 Bastien Guerry <bzg@gnu.org>
3699
3700 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3701 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3702 gives details on why the space is never needed.
3703
3704 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3705
3706 * window.el (walk-window-tree, window-with-parameter):
3707 New optional argument MINIBUF to control whether these functions
3708 should run on the minibuffer window.
3709 (window-at-side-list): Don't operate on minibuffer window.
3710 (window-in-direction): Simplify and rewrite doc-string.
3711 (window--size-ignore): Rename to window--size-ignore-p.
3712 Update callers.
3713 (display-buffer-in-atom-window, window--major-non-side-window)
3714 (window--major-side-window, display-buffer-in-major-side-window)
3715 (delete-side-window, display-buffer-in-side-window):
3716 New functions.
3717 (window--side-check, window-deletable-p, delete-window)
3718 (delete-other-windows, split-window): Handle side windows and
3719 atomic windows appropriately.
3720 (window--display-buffer): Call display-buffer-record-window also
3721 when the window buffer did not change.
3722
3723 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3724
3725 * help-fns.el (help-fns--key-bindings):
3726 Abbreviate non-symbol remap targets. (Bug#12174)
3727
3728 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3729
3730 * dired.el (dired-mark-remembered): Don't clobber point.
3731 (Bug#11795)
3732
3733 2012-08-22 Glenn Morris <rgm@gnu.org>
3734
3735 * progmodes/bug-reference.el (bug-reference): New custom group.
3736 (bug-reference-bug-regexp): Make it a defcustom.
3737
3738 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3739
3740 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3741 (js-paren-indent-offset, js-square-indent-offset)
3742 (js-curly-indent-offset): Add :safe (Bug#12257).
3743
3744 2012-08-22 Edward O'Connor <hober0@gmail.com>
3745
3746 * json.el (json-key-format): Add error properties.
3747 (json-encode-key): New function.
3748 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3749 Use json-encode-key.
3750
3751 2012-08-22 Glenn Morris <rgm@gnu.org>
3752
3753 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3754 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3755 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3756 Update for above change.
3757
3758 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3759
3760 * cus-face.el (custom-face-attributes): Fix customize type for the
3761 :underline attribute. (Bug#11805)
3762
3763 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3764
3765 * window.el (window-point-1, set-window-point-1): Remove.
3766 (window-in-direction, record-window-buffer)
3767 (set-window-buffer-start-and-point, split-window-below)
3768 (window--state-get-1, display-buffer-record-window):
3769 Replace calls to window-point-1 and set-window-point-1 by calls to
3770 window-point and set-window-point respectively.
3771
3772 2012-08-21 Glenn Morris <rgm@gnu.org>
3773
3774 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3775 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3776 Use it.
3777
3778 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3779 (cal-tex-shortday): New function.
3780 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3781 (cal-tex-cursor-filofax-daily): Use the above.
3782
3783 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3784 New functions.
3785 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3786 (cal-tex-cursor-filofax-week): Use them.
3787
3788 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3789 New constants.
3790 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3791 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3792
3793 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3794 (cal-tex-end-document): Don't rely on buffer name.
3795
3796 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3797 Use cal-tex-vspace.
3798 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3799 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3800 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3801 Use cal-tex-arg.
3802
3803 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3804 (cal-tex-cursor-week, cal-tex-cursor-week2)
3805 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3806 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3807 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3808 (cal-tex-insert-preamble, cal-tex-b-document)
3809 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3810 Improve cal-tex-cmd usage.
3811
3812 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3813 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3814 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3815 (cal-tex-weekly-paper): New function.
3816 (cal-tex-cursor-week, cal-tex-cursor-week2)
3817 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3818 (cal-tex-cursor-day): Use it.
3819
3820 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3821 (cal-tex-cursor-filofax-week): Remove leading blank page.
3822
3823 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3824 Add autoload cookie. For now at least, don't use color, since
3825 no other cal-tex function does.
3826
3827 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3828 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3829 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3830
3831 2012-08-21 Juri Linkov <juri@jurta.org>
3832
3833 * info.el (Info-file-attributes): New variable.
3834 (info-insert-file-contents): Add file attributes to
3835 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3836 `Info-toc-nodes' when previous modtime of the Info file is less
3837 than new modtime.
3838 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3839 of info.el. (Bug#12230)
3840
3841 2012-08-20 Glenn Morris <rgm@gnu.org>
3842
3843 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3844 * calendar/holidays.el (calendar-holiday-list):
3845 Report errors with display-warning rather than beep'n'sleep.
3846
3847 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3848
3849 * net/tramp.el (tramp-accept-process-output): Accept only output
3850 from PROC. Otherwise, process filters and sentinels might be
3851 confused. (Bug#12145)
3852
3853 2012-08-20 Chong Yidong <cyd@gnu.org>
3854
3855 * descr-text.el (describe-text-properties-1): Use overlays-in to
3856 report on empty overlays (Bug#3322).
3857
3858 2012-08-20 Glenn Morris <rgm@gnu.org>
3859
3860 * mail/rmailout.el (rmail-output-read-file-name):
3861 Trap and report errors in rmail-output-file-alist elements.
3862
3863 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3864 since most non-font-lock faces are not also variables).
3865
3866 2012-08-20 Edward Reingold <reingold@iit.edu>
3867
3868 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3869 New function. (Bug12160)
3870
3871 2012-08-19 Glenn Morris <rgm@gnu.org>
3872
3873 * mail/rmailout.el (rmail-output-read-file-name):
3874 Fix previous change (when the alist is nil or does not match).
3875
3876 2012-08-19 Chong Yidong <cyd@gnu.org>
3877
3878 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3879 (Bug#12228).
3880
3881 2012-08-18 Chong Yidong <cyd@gnu.org>
3882
3883 * simple.el (yank-handled-properties): New defcustom.
3884 (yank-excluded-properties): Add font-lock-face and category.
3885 (yank): Doc fix.
3886
3887 * subr.el (remove-yank-excluded-properties):
3888 Obey yank-handled-properties. The special handling of font-lock-face
3889 and category is now done this way, instead of being hard-coded.
3890 (insert-for-yank-1): Remove font-lock-face handling.
3891 (yank-handle-font-lock-face-property)
3892 (yank-handle-category-property): New function.
3893
3894 2012-08-17 Glenn Morris <rgm@gnu.org>
3895
3896 * mail/rmailout.el (rmail-output-read-file-name):
3897 Check rmail-output-file-alist against the full message body
3898 in the correct rmail buffer. (Bug#12214)
3899
3900 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3901
3902 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3903 Eliminate superfluous prompt. (Bug#12203)
3904
3905 2012-08-17 Chong Yidong <cyd@gnu.org>
3906
3907 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3908 font spec, set the font directly (Bug#3228).
3909
3910 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3911
3912 * window.el (delete-window): Fix last fix.
3913
3914 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3915
3916 * window.el (window-valid-p): Move to window.c.
3917 (window-child, window-child-count, window-last-child)
3918 (window-normalize-window, window-combined-p)
3919 (window-combinations, window-atom-root, window-min-size)
3920 (window-sizable, window-sizable-p, window-size-fixed-p)
3921 (window-min-delta, window-max-delta, window--resizable)
3922 (window--resizable-p, window-resizable, window-total-size)
3923 (window-full-height-p, window-full-width-p, window-body-size)
3924 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3925 (minimize-window, window-deletable-p, delete-window)
3926 (delete-other-windows, set-window-buffer-start-and-point)
3927 (next-buffer, previous-buffer, split-window, balance-windows-2)
3928 (set-window-text-height, window-buffer-height)
3929 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3930 (truncated-partial-width-window-p): Minor code adjustments.
3931 In doc-strings state whether the argument window has to denote a
3932 live, valid or any window.
3933
3934 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3935
3936 * progmodes/subword.el (subword-forward-function)
3937 (subword-backward-function, subword-forward-regexp)
3938 (subword-backward-regexp): New variables.
3939 (subword-forward, subword-forward-internal, subword-backward-internal):
3940 Use new variables, eg so that different "word" definitions
3941 can be easily used. (Bug#11411)
3942
3943 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3946 for composite selectors.
3947 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3948 operation just because we can't find a previous revision.
3949
3950 2012-08-15 Chong Yidong <cyd@gnu.org>
3951
3952 * frame.el (set-frame-font): Accept font objects.
3953
3954 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3955
3956 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3957
3958 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3959
3960 * man.el (Man-overstrike-face, Man-underline-face)
3961 (Man-reverse-face): Remove variables.
3962 (Man-overstrike, Man-underline, Man-reverse): New faces.
3963 (Man-fontify-manpage): Use them instead of the variables.
3964 (Man-cleanup-manpage): Comment change.
3965 (Man-ansi-color-map): New variable.
3966 (Man-fontify-manpage): Use it.
3967 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3968
3969 Implement ANSI SGR parameters 22-27 (bug#12146).
3970 * ansi-color.el (ansi-colors): Doc fix.
3971 (ansi-color-context, ansi-color-context-region): Doc fix.
3972 (ansi-color--find-face): New function.
3973 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3974 Rename the local variable `face' to `codes' since it is now a list of
3975 ansi codes. Doc fix.
3976 (ansi-color-get-face): Remove.
3977 (ansi-color-parse-sequence): New function, derived from
3978 ansi-color-get-face.
3979 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3980 codes 22-27.
3981
3982 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * subr.el (read-passwd): Allow use from a minibuffer.
3985
3986 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3987
3988 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3989 inside comments and strings as identifiers.
3990
3991 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3992 expression to evaluate. This allows to evaluate expressions with
3993 embedded whitespace.
3994 (gud-tooltip-tips): Add a blank before the newline in the
3995 message-box text, for the benefit of message-box emulation on
3996 MS-Windows.
3997
3998 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3999 messages from GDB, pop them up in a tooltip to give feedback to
4000 user.
4001 (gdb-tooltip-print-1): Quote the expression to evaluate.
4002 This allows to evaluate expressions with embedded whitespace.
4003 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
4004 if the TTY name is nil or empty (which happens when communicating
4005 with the inferior via pipes, e.g. on MS-Windows).
4006 (gdb-internals): If GDB sends a "&\n" empty debugging message,
4007 don't send that to the GUD buffer.
4008
4009 2012-08-14 Glenn Morris <rgm@gnu.org>
4010
4011 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4012 Optimize away setq-default with no args, as for setq. (Bug#12195)
4013
4014 2012-08-14 Chong Yidong <cyd@gnu.org>
4015
4016 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4017
4018 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4019 (Bug#12085).
4020
4021 2012-08-14 Glenn Morris <rgm@gnu.org>
4022
4023 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4024
4025 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
4026
4027 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4028 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4029 Use cached shell name.
4030
4031 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4032
4033 * progmodes/python.el (python-shell-send-string):
4034 (python-shell-send-setup-code): Do not use `format' with `message'.
4035
4036 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
4037
4038 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4039 (ruby-percent-literal-beg-re): New constant.
4040 (ruby-syntax-general-delimiters-goto-beg): Rename to
4041 `ruby-syntax-enclosing-percent-literal', improve literal type check.
4042 (ruby-syntax-propertize-general-delimiters): Rename to
4043 `ruby-syntax-propertize-percent-literal', it's a shorter and more
4044 popular term. Adjust comments everywhere.
4045 (ruby-syntax-propertize-percent-literal): Only propertize when not
4046 inside a simple string or comment. When the literal is unclosed,
4047 leave the text after it unpropertized.
4048 (ruby-syntax-methods-before-regexp): New constant.
4049 (ruby-syntax-propertize-function): Use it to recognize regexps.
4050 Don't look at the text after regexp, just use the whitelist.
4051
4052 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
4053
4054 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4055 non-nil always load the compiled file if it exists. (Bug#12197)
4056
4057 2012-08-14 Chong Yidong <cyd@gnu.org>
4058
4059 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4060 (hi-lock-set-pattern): When deciding whether to use font lock or
4061 overlays, look at font-lock-mode instead of font-lock-fontified
4062 (Bug#12168).
4063 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4064 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4065
4066 2012-08-14 Daiki Ueno <ueno@unixuser.org>
4067
4068 * subr.el (internal--after-with-selected-window): Fix typo
4069 (Bug#12193).
4070
4071 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4072
4073 Use `completion-table-dynamic' for completion functions.
4074 * progmodes/python.el
4075 (python-shell-completion--do-completion-at-point)
4076 (python-shell-completion--get-completions):
4077 Remove functions.
4078 (python-shell-completion-complete-at-point): New function.
4079 (python-completion-complete-at-point): Use it.
4080
4081 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
4082
4083 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4084 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4085
4086 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * subr.el (function-get): Refine `autoload' arg so it can also
4089 autoload functions for gv.el (bug#12191).
4090 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4091 autoloads macros.
4092
4093 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4094 Prefer pcase-let over destructuring-bind.
4095 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4096 Also, remove whitespace as we go, rather than after accumulating the
4097 various places.
4098
4099 * subr.el (internal--before-with-selected-window)
4100 (internal--after-with-selected-window): Fix typo seleted->selected.
4101 (with-selected-window): Adjust callers.
4102 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4103
4104 2012-08-13 Bastien Guerry <bzg@gnu.org>
4105
4106 * window.el (special-display-popup-frame): Minor docstring
4107 enhancement. (Bug#12172)
4108
4109 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4110
4111 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4112 type 1-6.
4113 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4114 extended headers.
4115
4116 * files.el (hack-local-variables-filter): Remove useless eval.
4117
4118 2012-08-13 Martin Rudalics <rudalics@gmx.at>
4119
4120 * subr.el (with-selected-window): Fix last change.
4121
4122 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4123
4124 * subr.el (internal--before-with-seleted-window)
4125 (internal--after-with-seleted-window): New functions.
4126 (with-selected-window): Use them, to replace dependency on
4127 tty-top-frame.
4128
4129 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4130
4131 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4132 binding for `newline'.
4133 (ruby-move-to-block): When moving backward, stop at block opening,
4134 not indentation.
4135 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4136 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4137 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4138 `ruby-toggle-block'.
4139
4140 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * ibuffer.el (ibuffer-do-toggle-read-only):
4143 * dired.el (dired-toggle-read-only):
4144 * buff-menu.el (Buffer-menu-toggle-read-only):
4145 * bindings.el (mode-line-toggle-read-only):
4146 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4147
4148 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4149
4150 * descr-text.el (describe-char): Put the overlays over the
4151 "displayed as" character.
4152
4153 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4154
4155 * calc/calc-units.el (math-default-units-table): Give an
4156 initial value.
4157 (math-put-default-units): Add options to put composite units and
4158 unit systems in the default units table.
4159 (calc-convert-units): Send composite units to
4160 `math-put-default-units' when appropriate.
4161
4162 2012-08-11 Glenn Morris <rgm@gnu.org>
4163
4164 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4165
4166 * tutorial.el (help-with-tutorial):
4167 * emacs-lisp/copyright.el (copyright-update-directory):
4168 * emacs-lisp/autoload.el (autoload-find-generated-file)
4169 (autoload-find-file): Disable local eval: (for insurance).
4170
4171 * files.el (hack-local-variables-filter): If an eval: form is not
4172 known to be safe, and enable-local-variables is :safe, then ignore
4173 the form totally, as is done for non-eval forms. (Bug#12155)
4174 This is CVE-2012-3479.
4175
4176 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4179 (rx-form): Simplify.
4180
4181 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4182
4183 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4184 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4185 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4186 (ruby-syntax-propertize-function): Adjust for changes in
4187 `ruby-syntax-propertize-heredoc'.
4188
4189 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4190
4191 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4192 binding (use `M-;' instead).
4193 (ruby-singleton-class-p): New function.
4194 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4195
4196 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4199
4200 2012-08-10 Chong Yidong <cyd@gnu.org>
4201
4202 * progmodes/python.el (python-shell-get-process-name): Don't mess
4203 with same-window-buffer-names.
4204
4205 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4206 (eshell-remove-from-window-buffer-names): Make obsolete.
4207 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4208 (eshell): Just use pop-to-buffer-same-window instead.
4209
4210 2012-08-10 Chong Yidong <cyd@gnu.org>
4211
4212 * bindings.el: Bind M-= back to count-words-region.
4213
4214 * simple.el (count-words-region): Accept a prefix arg for acting
4215 on the entire buffer.
4216 (count-words--buffer-message): New helper function.
4217
4218 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4221 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4222 (event-start, event-end): Use posn-at-point to return a more
4223 informative posn.
4224 (posnp): New function.
4225 * mouse.el (popup-menu-normalize-position): Use it.
4226
4227 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4228
4229 * mouse.el (popup-menu-normalize-position): New function.
4230 (popup-menu): Use `popup-menu-normalize-position' to normalize
4231 the form for POSITION argument.
4232
4233 * term/x-win.el (x-menu-bar-open):
4234 Use the value returend from (posn-at-point) as position
4235 passed to `popup-menu'.
4236
4237 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4238
4239 * calc/calccomp.el (math-compose-expr): Add extra argument
4240 indicating that parentheses should be put around products in
4241 denominators. Give multiplication precedence over division during
4242 composition.
4243
4244 2012-08-09 Chong Yidong <cyd@gnu.org>
4245
4246 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4247 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4248 (Man-untabify-command, manual-program): Convert to defcustom
4249 (Bug#10429).
4250
4251 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4252
4253 * descr-text.el (describe-char): Don't insert extra newlines
4254 (Bug#10127).
4255
4256 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4257 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4258
4259 * align.el (align-region): Delete temporary markers (Bug#10047).
4260 Plus some code cleanups.
4261
4262 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4263
4264 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4265 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4266 (python-shell-internal-last-output): Use make-local-variable
4267 instead of make-variable-buffer-local.
4268
4269 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4270
4271 * progmodes/python.el: Enhancements to forward-sexp.
4272 (python-nav-forward-sexp): Rename from
4273 python-nav-forward-sexp-function.
4274 (python-nav--forward-sexp, python-nav--backward-sexp):
4275 New functions.
4276
4277 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4278
4279 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4280 modes and simplification modes.
4281
4282 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * delsel.el (delete-selection-pre-hook): Don't propagate the
4285 file-supersession signals (bug#12161).
4286
4287 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4290 (cl-map-extents): Add compatibility aliases (bug#12135).
4291
4292 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4293
4294 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4295 tests by `ignore-error'.
4296 (tramp-find-shell): Open also a new shell, when cache is already
4297 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4298
4299 2012-08-08 Juri Linkov <juri@jurta.org>
4300
4301 * bookmark.el: Add `defaults' property to the bookmark record.
4302 (bookmark-current-buffer): Doc fix.
4303 (bookmark-make-record): Add `defaults' property with default values
4304 to the bookmark record.
4305 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4306 with `bookmark-insert-current-bookmark'.
4307 (bookmark-set): Get `defaults' property from the bookmark record
4308 and use it in `read-from-minibuffer'.
4309 (bookmark-insert-current-bookmark): Remove function.
4310
4311 * info.el (Info-bookmark-make-record): Add `defaults' property
4312 with values of canonical Info node name, the current Info file
4313 name and the current Info node name. (Bug#12107)
4314
4315 2012-08-08 Juri Linkov <juri@jurta.org>
4316
4317 * files.el (basic-save-buffer): Use `buffer-name' as the default
4318 of `read-file-name' when buffer is not visiting a file (bug#12128).
4319
4320 2012-08-08 Juri Linkov <juri@jurta.org>
4321
4322 * info.el (Info-isearch-search): Doc fix.
4323 (Info-search): Change search-failed message from "initial node" to
4324 "end of node" (bug#12078).
4325 (Info-isearch-search): Change `isearch-string-state' to
4326 `isearch--state-string'.
4327
4328 2012-08-08 Glenn Morris <rgm@gnu.org>
4329
4330 * language/persian.el: Remove file.
4331 * language/misc-lang.el: Move unique part of persian.el here.
4332 * loadup.el: Remove language/persian.
4333
4334 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4335
4336 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4337
4338 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4339
4340 * progmodes/python.el Fixed defsubst warning.
4341 (python-syntax-context) Rename from python-info-ppss-context.
4342 (python-syntax-context-type): Rename from
4343 python-info-ppss-context-type.
4344 (python-syntax-comment-or-string-p): Rename from
4345 python-info-ppss-comment-or-string-p.
4346
4347 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4348
4349 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4350
4351 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4352
4353 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4354 a defcustom that is quoted with backquote.
4355
4356 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4357 Fix handling of interactive spec when the body uses return.
4358 (math-do-arg-check, math-define-function-body): Use backquote forms.
4359 * calc/calc-ext.el (math-defcache): Likewise.
4360 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4361 * allout.el (allout-new-exposure): Likewise.
4362 * calc/calcalg2.el (math-tracing-integral): Likewise.
4363 * info.el (Info-last-menu-item): Likewise.
4364 * emulation/vip.el (vip-loop): Likewise.
4365 * textmodes/artist.el (artist-funcall): Likewise.
4366 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4367 Construct menu-item directly.
4368
4369 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4370 Don't declare.
4371
4372 2012-08-07 Chong Yidong <cyd@gnu.org>
4373
4374 * simple.el (deactivate-mark): Preserve text properties when
4375 saving the primary selection (Bug#8384).
4376
4377 2012-08-07 Kevin Ryde <user42@zip.com.au>
4378
4379 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4380 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4381 and continue processing (Bug#12110).
4382
4383 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4386 syntax-propertize-function (bug#10095).
4387
4388 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4391 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4392 describe-function-1.
4393 (describe-function-1): Use them. Move compiler macro after sig.
4394 (help-fns--compiler-macro): Use function-get. Assume we're already in
4395 standard-output. Adjust layout to new call order.
4396
4397 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4398 re-binding a symbol that has a symbol-macro (bug#12119).
4399
4400 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4401
4402 * language/persian.el: New file. (Bug#11812)
4403 * loadup.el: Add language/persian.el.
4404
4405 2012-08-06 Chong Yidong <cyd@gnu.org>
4406
4407 * window.el (window--maybe-raise-frame): New function.
4408 (window--display-buffer): Split off from here.
4409 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4410 (display-buffer-pop-up-window, display-buffer-use-some-window):
4411 Obey an inhibit-switch-frame action alist entry.
4412 (display-buffer): Update doc.
4413
4414 * replace.el (occur-after-change-function): Avoid losing focus by
4415 using the inhibit-switch-frame display parameter (Bug#12139).
4416
4417 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4418
4419 Make internal shell process buffer names start with space.
4420 * progmodes/python.el (python-shell-make-comint): Add optional
4421 argument INTERNAL.
4422 (run-python-internal): Use it.
4423 (python-shell-internal-get-or-create-process): Check for new
4424 internal buffer names.
4425
4426 2012-08-06 Glenn Morris <rgm@gnu.org>
4427
4428 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4429 Do less getting and setting of environment variables.
4430
4431 2012-08-05 Chong Yidong <cyd@gnu.org>
4432
4433 * proced.el (proced): Add substitution string to docstring to
4434 trigger autoloading of the proced library on C-h f (Bug#1768).
4435
4436 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4437 Don't show defvars which have no second argument (Bug#8638).
4438
4439 * imenu.el (imenu-generic-expression): Move documentation here
4440 from imenu--generic-function.
4441 (imenu--generic-function): Refer to imenu-generic-expression.
4442
4443 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4444
4445 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4446 indentation declaration.
4447 (viper-loop): Add indentation declaration (Bug#7025).
4448
4449 2012-08-05 Chong Yidong <cyd@gnu.org>
4450
4451 * help-fns.el (describe-variable): Add hyperlink for
4452 directory-local variables files. Improve buffer-local and
4453 permanent-local reporting; suggested by MON KEY (Bug#6644).
4454
4455 * help-mode.el (help-dir-local-var-def): New button type.
4456
4457 * files.el (kill-buffer-hook): Provide a defvar.
4458
4459 2012-08-05 Glenn Morris <rgm@gnu.org>
4460
4461 * eshell/esh-ext.el (eshell/addpath):
4462 Also update eshell-path-env. (Bug#12013)
4463
4464 2012-08-05 Chong Yidong <cyd@gnu.org>
4465
4466 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4467
4468 * fringe.el (fringe-styles): Add docstring.
4469 (fringe--check-mode): New function.
4470 (set-fringe-mode, set-fringe-style): Use it.
4471 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4472
4473 * files.el (set-auto-mode): Fix invalid setq call.
4474
4475 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * isearch.el: Misc simplification; use defstruct.
4478 (isearch-mode-map): Dense maps now work like sparse ones.
4479 (isearch--state): New defstruct.
4480 (isearch-string-state, isearch-message-state, isearch-point-state)
4481 (isearch-success-state, isearch-forward-state)
4482 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4483 (isearch-wrapped-state, isearch-barrier-state)
4484 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4485 replaced by defstruct's accessors.
4486 (isearch--set-state): Rename from isearch-top-state and change
4487 calling convention.
4488 (isearch-push-state): Use new isearch--get-state.
4489 (isearch-toggle-word): Disable regexp when enabling word.
4490 (isearch-message-prefix): Remove unused arg _c-q-hack.
4491 (isearch-message-suffix): Remove unused arg _ellipsis.
4492
4493 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4494
4495 * simple.el (list-processes--refresh): For a server use :host or
4496 :local as the address.
4497 (list-processes): Doc fix.
4498
4499 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4500
4501 * lisp/mpc.el: Support password in host argument.
4502 (mpc--proc-connect): Parse and use new password element.
4503 Set mpc-proc variable instead of returning process.
4504 (mpc-proc): Adjust accordingly.
4505
4506 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4507
4508 * whitespace.el (whitespace-display-mappings): Use Unicode
4509 codepoints, instead of emacs-mule codepoints. See
4510 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4511 for the details.
4512
4513 * files.el (file-truename): Don't skip symlink-chasing part on
4514 windows-nt. Incorporate the resolution of 8+3 short aliases on
4515 Windows into the loop that recursively chases symlinks.
4516 Compare directory and its parent case-insensitively on MS-Windows and
4517 MS-DOS.
4518
4519 2012-08-03 Chong Yidong <cyd@gnu.org>
4520
4521 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4522
4523 * sort.el (sort-regexp-fields): Doc fix.
4524
4525 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4526
4527 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4528 labels regex position point at the expected place.
4529
4530 2012-08-03 MON KEY <monkey@sandpframing.com>
4531
4532 * net/imap.el (imap-interactive-login, imap-authenticate)
4533 (imap-mailbox-lsub, imap-mailbox-list)
4534 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4535 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4536 (imap-parse-response): Doc fix.
4537
4538 2012-08-03 João Távora <joaotavora@gmail.com>
4539
4540 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4541 if sexp scanning does not move point (Bug#5734).
4542
4543 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4544
4545 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4546 Add listings, minted, and ctable packages.
4547 (reftex-label-alist-builtin): Move listings, minted, and ctable
4548 entries before LaTeX.
4549 (reftex-label-alist): Docfix.
4550
4551 2012-08-02 Bastien Guerry <bzg@gnu.org>
4552
4553 * replace.el (occur): Fix docstring (bug#12122).
4554
4555 2012-08-02 Glenn Morris <rgm@gnu.org>
4556
4557 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4558
4559 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4560
4561 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4562 * international/mule-cmds.el: Create
4563 inactivate-current-input-method-function as an obsolete alias for
4564 deactivate-current-input-method-function. See Katsumi Yamaoka in
4565 <http://bugs.gnu.org/10150#46>.
4566
4567 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4568
4569 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4570 of nested `if's.
4571
4572 2012-08-01 Glenn Morris <rgm@gnu.org>
4573
4574 * progmodes/autoconf.el (autoconf-definition-regexp):
4575 Add AH_TEMPLATE, adjust submatch numbering.
4576 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4577 (autoconf-current-defun-function): Update for above change.
4578 (autoconf-current-defun-function): First skip to end of current word.
4579
4580 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4581
4582 * calendar/cal-html.el (cal-html-insert-agenda-days):
4583 Fix typo. (Bug#12018)
4584
4585 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4586
4587 Shell processes: enhancements to startup and CEDET compatibility.
4588 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4589 (python-shell-make-comint): accept-process-output at startup.
4590 (run-python-internal): Set inferior-python-mode-hook to nil.
4591 (python-shell-internal-get-or-create-process): call sit-for.
4592 (python-preoutput-result): Add obsolete alias.
4593 (python-shell-internal-send-string): Use it.
4594 (python-shell-send-setup-code): Remove call to
4595 accept-process-output.
4596
4597 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4598
4599 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4600 (Bug#12108)
4601
4602 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4603
4604 * calc-mode.el (calc-basic-simplification-mode): Rename from
4605 `calc-limited-simplification-mode'.
4606 (calc-alg-simplification-mode): New function.
4607 (calc-set-simplify-mode): Adjust message.
4608
4609 * calc.el (calc-set-mode-line): Adjust mode line display for
4610 basic simplification mode.
4611
4612 * calc-help.el (calc-m-prefix-help): Update help message.
4613
4614 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4615 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4616
4617 2012-07-31 Bastien Guerry <bzg@gnu.org>
4618
4619 * man.el (man): Fix comment. (bug#12101)
4620
4621 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4622
4623 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4624 Don't return a non-nil value when no suitable buffer was found.
4625
4626 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4627
4628 * progmodes/python.el (run-python-internal): Disable font lock for
4629 internal shells.
4630
4631 2012-07-30 Stefan Merten <smerten@oekonux.de>
4632
4633 * textmodes/rst.el: Silence `checkdoc-ispell'.
4634 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4635 (rst-official-version, rst-official-cvs-rev)
4636 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4637 (rst-mode-map): New key binding.
4638
4639 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4640
4641 Update .PHONY listings in makefiles.
4642 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4643 autoloads, update-subdirs, updates, bzr-update, update-authors,
4644 compile-onefile, compile-calc, backup-compiled-files,
4645 compile-after-backup, compile-one-process, mh-autoloads,
4646 bootstrap-clean, distclean, maintainer-clean.
4647
4648 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4649
4650 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4651 (calc-set-mode-line): Don't display "AlgSimp ".
4652
4653 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4654 (calc-lim-simplify-mode): New function.
4655 (calc-set-simplify-mode): Default to 'alg.
4656 (calc-default-simplify-mode): Make algebraic simplifications
4657 the default.
4658
4659 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4660 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4661
4662 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4663 indicate new simplification modes.
4664
4665 * calc/README: Mention new default simplification mode.
4666
4667 * calc/calc.el (math-normalize-error): New variable.
4668 (math-normalize): Set `math-normalize-error' to t
4669 when there's an error.
4670
4671 * calc/calc-alg.el (math-simplify): Don't simplify when
4672 `math-normalize' returns an error.
4673
4674 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4675
4676 * international/mule-cmds.el (set-locale-environment): Revert last
4677 change, since display-graphic-p returns nil when this function is
4678 called during startup. Instead...
4679
4680 * term/w32console.el (terminal-init-w32console): ...setup the
4681 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4682
4683 2012-07-29 Juri Linkov <juri@jurta.org>
4684
4685 * simple.el (goto-line): Don't display default line number in the
4686 prompt because it should be displayed by `read-number' (bug#9952).
4687 Add the current line number to the defaults of `goto-line' to
4688 allow its easier modification by users with `M-n' (bug#9201).
4689
4690 * subr.el (read-number): Support multiple default values like in
4691 other minibuffer reading functions. Replace `read' with
4692 `string-to-number' for consistency with `number-to-string'.
4693
4694 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4695
4696 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4697 * emulation/viper-init.el (viper-deactivate-input-method-action):
4698 Rename from viper-inactivate-input-method-action.
4699 (viper-deactivate-input-method):
4700 Rename from viper-inactivate-input-method.
4701 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4702 * international/mule-cmds.el (deactivate-input-method):
4703 Rename from inactivate-input-method.
4704 Also run input-method-deactivate-hook.
4705 (deactivate-current-input-method-function):
4706 Rename from inactivate-current-input-method-function.
4707 (input-method-deactivate-hook): New hook.
4708 (input-method-inactivate-hook): Mark obsolete.
4709 (inactivate-input-method): Mark obsolete.
4710
4711 * international/quail.el (quail-activate):
4712 Also run quail-deactivate-hook.
4713 (quail-deactivate): Rename from quail-inactivate.
4714 * international/robin.el (robin-activate):
4715 Also run robin-deactivate-hook.
4716 (robin-deactivate): Rename from robin-inactivate.
4717
4718 2012-07-29 Chong Yidong <cyd@gnu.org>
4719
4720 * simple.el (indicate-copied-region): New function.
4721 (kill-ring-save): Split off from here.
4722
4723 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4724 (kill-rectangle): Set deactivate-mark to t on read-only error.
4725
4726 * register.el (copy-to-register, copy-rectangle-to-register):
4727 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4728 (append-to-register, prepend-to-register): Call indicate-copied-region.
4729
4730 2012-07-29 Juri Linkov <juri@jurta.org>
4731
4732 * simple.el (async-shell-command-buffer): New defcustom.
4733 (shell-command): Use it. (Bug#4719)
4734
4735 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4736
4737 * international/mule-cmds.el (set-locale-environment): In a
4738 console session on MS-Windows, set up keyboard and terminal
4739 encoding from the OEM codepage, not the ANSI codepage.
4740 (Bug#12055)
4741
4742 2012-07-28 Chong Yidong <cyd@gnu.org>
4743
4744 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4745 gdb-get-location.
4746
4747 2012-07-28 Leo Liu <sdl.web@gmail.com>
4748
4749 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4750 the alist (bug#12029).
4751
4752 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4753
4754 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4755 (compile-always, compile-first)
4756 ($(lisp)/calendar/cal-loaddefs.el)
4757 ($(lisp)/calendar/diary-loaddefs.el)
4758 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4759 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4760 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4761 instead of on update-subdirs.
4762 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4763
4764 2012-07-28 Chong Yidong <cyd@gnu.org>
4765
4766 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4767 directory if vc-deduce-backend returns nil (Bug#7350).
4768
4769 * simple.el (delete-trailing-lines): New option.
4770 (delete-trailing-whitespace): Obey it (Bug#11879).
4771
4772 2012-07-28 David Engster <deng@randomsample.de>
4773
4774 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4775 Explanation of new 'symbol-qnames feature in doc-strings.
4776 (xml-maybe-do-ns): Return expanded names as plain symbols if
4777 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4778 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4779
4780 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4781
4782 Consistent completion in inferior python with emacs -nw.
4783 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4784 binding in inferior-python-mode-map with "\t".
4785 (python-shell-completion-complete-at-point)
4786 (python-completion-complete-at-point): Remove interactive spec.
4787
4788 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4789
4790 * calc/calccomp.el (math-compose-expr): Undo previous change.
4791
4792 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4793
4794 * progmodes/python.el (python-mode-map): Add keybinding for
4795 run-python.
4796 (python-shell-make-comint): Fix pop-to-buffer call.
4797 (run-python): Autoload. New arg SHOW.
4798 (python-shell-get-or-create-process): Do not pop python process
4799 buffer.
4800
4801 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4802
4803 * notifications.el (notifications-on-action-signal)
4804 (notifications-on-closed-signal): Use also the bus address for the map.
4805 (notifications-notify, notifications-close-notification)
4806 (notifications-get-capabilities): Add optional argument BUS.
4807
4808 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4809
4810 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4811 Add support for the lstlisting and minted environments, and for the
4812 ctable macro.
4813 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4814 labels written in keyvals syntax.
4815
4816 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4817
4818 * calc/calccomp.el (math-compose-expr): Use parentheses when
4819 there is a product in the denominator of a fraction.
4820
4821 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4822
4823 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4824 ($(lisp)/calendar/diary-loaddefs.el)
4825 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4826 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4827 Fixes failures in parallel bootstrap because subdirs.el is being
4828 rewritten while the autoload files are built at the same time,
4829 which needs to load subdirs.el.
4830
4831 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4832
4833 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4834 (mouse-drag-line): Don't exit tracking when a switch-frame or
4835 switch-window event occurs (Bug#12006).
4836
4837 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4838
4839 * mouse.el (popup-menu): Fix last change.
4840
4841 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 Autoload from Lisp with more care. Follow aliases when looking for
4844 function properties.
4845 * subr.el (autoloadp): New function.
4846 (symbol-file): Use it.
4847 (function-get): New function.
4848 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4849 autoload-do-load.
4850 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4851 (lisp-indent-function):
4852 * emacs-lisp/gv.el (gv-get):
4853 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4854 * emacs-lisp/byte-opt.el (byte-optimize-form):
4855 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4856 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4857 Use function-get.
4858 * emacs-lisp/cl.el: Don't propagate function properties any more.
4859
4860 * speedbar.el (speedbar-add-localized-speedbar-support):
4861 * emacs-lisp/disass.el (disassemble-internal):
4862 * desktop.el (desktop-load-file):
4863 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4864 (describe-function-1):
4865 * emacs-lisp/find-func.el (find-function-noselect):
4866 * emacs-lisp/elp.el (elp-instrument-function):
4867 * emacs-lisp/advice.el (ad-has-proper-definition):
4868 * apropos.el (apropos-safe-documentation, apropos-macrop):
4869 * emacs-lisp/debug.el (debug-on-entry):
4870 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4871 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4872 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4873
4874 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4875
4876 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4877 function, not an obsolete variable (Bug#12046).
4878
4879 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4880
4881 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4882
4883 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4884
4885 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4886 window only if it is still live (Bug#12034).
4887
4888 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4889
4890 * subr.el (redirect-frame-focus): Add advertised calling
4891 convention (Bug#12030).
4892
4893 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4894
4895 Prefer typical American spelling for "acknowledgment".
4896 * vc/add-log.el (change-log-acknowledgment): Rename from
4897 change-log-acknowledgement, with an alias for the old name.
4898
4899 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4900
4901 * calc-alg.el (math-simplify-divide): Don't cross multiply
4902 in an equation when the lhs is a variable.
4903
4904 2012-07-24 Julien Danjou <julien@danjou.info>
4905
4906 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4907 Remove, unused.
4908
4909 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4910
4911 * startup.el (command-line): Don't display an empty user name in
4912 the error message about non-existent home directory, when
4913 init-file-user was set to an empty string. See
4914 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4915 for the details and context.
4916
4917 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4918
4919 * ses.el (ses-cell-formula-aset): New macro.
4920 (ses-cell-references-aset): New macro.
4921 (ses-cell-p): New function.
4922 (ses-rename-cell): Do no longer rely on complex operations like
4923 ses-cell-set-formula or ses-set-cell to change the cell and handle
4924 the undo at the same time, but rather use lower level new macros
4925 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4926 the undo directly. Refresh the mode line.
4927
4928 2012-07-21 Leo Liu <sdl.web@gmail.com>
4929
4930 * progmodes/cc-cmds.el (c-defun-name):
4931 Use match-string-no-properties instead for consistency.
4932
4933 2012-07-20 Leo Liu <sdl.web@gmail.com>
4934
4935 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4936 (Bug#7879)
4937
4938 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4939
4940 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4943 * progmodes/bug-reference.el, misearch.el: Provide themselves
4944 (bug#11915).
4945
4946 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4947 of narrowed buffer (bug#11966).
4948
4949 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4950
4951 * ses.el (ses-rename-cell): Set new name also in reference list of
4952 cells of which the renamed cell depends.
4953
4954 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4955
4956 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4957 to check whether menu-bar is shown or not. If not shown,
4958 show the menu-bar as a popup menu instead of using tmm.
4959 * mouse.el (popup-menu): Accept `point' as `position' argument.
4960
4961 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4962
4963 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4964 up inside string symbol literal (bug#11923).
4965
4966 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4967
4968 * startup.el (fancy-startup-text): Read the whole tutorial, not
4969 just its first 256 bytes. Prevents gibberish in display of the
4970 tutorial title.
4971
4972 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4973
4974 Drop idle buffer compaction due to an absence of the
4975 proved efficiency.
4976 * compact.el: Remove.
4977
4978 2012-07-19 Sam Steingold <sds@gnu.org>
4979
4980 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4981 vc-bzr-pull & vc-bzr-merge-branch.
4982 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4983 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4984 for consistency with compilation-error-regexp-alist.
4985 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4986 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4987 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4988 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4989
4990 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * emacs-lisp/chart.el: Use lexical-binding.
4993 (chart-emacs-storage): Don't hardcode the list of entries.
4994
4995 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4996
4997 Next round of tweaks caused by Fgarbage_collect changes.
4998 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4999
5000 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5001
5002 Compact buffers when idle.
5003 * compact.el: New file.
5004
5005 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * subr.el (eventp): Presume that if it looks vaguely like an event,
5008 it's an event (bug#10190).
5009
5010 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
5011
5012 Enhancements to ppss related code (thanks Stefan).
5013 * progmodes/python.el (python-indent-context)
5014 (python-indent-calculate-indentation, python-indent-dedent-line)
5015 (python-indent-electric-colon, python-nav-forward-block)
5016 (python-mode-abbrev-table)
5017 (python-info-assignment-continuation-line-p): Simplify checks
5018 for ppss context.
5019 (python-info-continuation-line-p): Cleanup.
5020 (python-info-ppss-context): Do not catch 'quote.
5021 (python-info-ppss-context-type)
5022 (python-info-ppss-comment-or-string-p): Simplify.
5023
5024 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
5025
5026 * progmodes/python.el: Enhancements to eldoc support.
5027 (python-info-current-symbol): New function.
5028 (python-eldoc-at-point): Use python-info-current-symbol.
5029 (python-info-current-defun): Fix cornercase on first defun scan.
5030 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5031 and signal error when no inferior python process is available.
5032
5033 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
5034
5035 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5036 assume it's always t.
5037 (vc-git-registered): Remove caching, the function is only called
5038 once.
5039 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5040
5041 2012-07-18 Chong Yidong <cyd@gnu.org>
5042
5043 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5044
5045 * simple.el (count-words): Report on narrowing (Bug#9959).
5046
5047 * bindings.el: Bind M-= to count-words.
5048
5049 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5050
5051 2012-07-18 Masatake YAMATO <yamato@redhat.com>
5052
5053 * progmodes/sh-script.el (sh-imenu-generic-expression):
5054 Capture a function with `function' keyword and without parentheses
5055 like "function FOO" (bug#11856).
5056
5057 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
5058
5059 * window.el (split-window-sensibly): Make WINDOW argument
5060 optional.
5061
5062 2012-07-18 Chong Yidong <cyd@gnu.org>
5063
5064 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5065
5066 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5067 and make C-x 8 RET exit isearch (Bug#11439).
5068
5069 * international/iso-transl.el: Move isearch-mode-map key
5070 definitions to isearch.el.
5071
5072 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5075 (eieio-defclass): Use gv-define-setter when possible.
5076
5077 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5078
5079 Reflect recent changes in Fgarbage_collect.
5080 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5081 reflect new format of data returned by Fgarbage_collect.
5082
5083 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5084
5085 New utility functions + python-info-ppss-context fix (Bug#11910).
5086 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5087 (python-info-ppss-comment-or-string-p): New functions.
5088 (python-info-ppss-context): Small fix for string check.
5089
5090 2012-07-17 Juri Linkov <juri@jurta.org>
5091
5092 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5093 (dired-do-async-shell-command): Don't add `*' at the end of the
5094 command (Bug#11815).
5095 (dired-do-shell-command): Doc fix.
5096 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5097 Join the individual commands using either "&" or ";" as the
5098 separator depending on the values of these trailing characters.
5099 At the end re-add the trailing "&". (Bug#10598)
5100
5101 * simple.el (async-shell-command): Sync the interactive spec with
5102 `shell-command'. Doc fix.
5103 (shell-command): Doc fix.
5104
5105 2012-07-17 Juri Linkov <juri@jurta.org>
5106
5107 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5108
5109 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5110
5111 Final renames and doc fixes for movement commands (bug#11899).
5112 * progmodes/python.el (python-nav-beginning-of-statement):
5113 Rename from python-nav-statement-start.
5114 (python-nav-end-of-statement): Rename from
5115 python-nav-statement-end.
5116 (python-nav-beginning-of-block): Rename from
5117 python-nav-block-start.
5118 (python-nav-end-of-block): Rename from python-nav-block-end.
5119
5120 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5121
5122 * progmodes/python.el (python-shell-send-string-no-output):
5123 Allow accept-process-output to quit, keeping shell process ready for
5124 future interactions (Bug#11868).
5125
5126 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5129
5130 * emacs-lisp/elint.el (elint-find-args-in-code):
5131 Use help-function-arglist, so as to handle lexical byte-code.
5132
5133 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5134 change (bug#11826).
5135
5136 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5139 Avoid spuriously marking the buffer as modified because of c-is-sws.
5140
5141 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5142 as not-a-comment (bug#11946).
5143
5144 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5145 for uninterned vars.
5146
5147 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5148 Use read-event since we don't really want to read chars but bytes.
5149
5150 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5151 $$..$$ but also $..$ using regexps (bug#11953).
5152 Use tex-verbatim for \url and \path.
5153 (tex-font-lock-keywords): Define as defconst like the others.
5154 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5155
5156 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5157
5158 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5159 alias for insert-char.
5160
5161 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5162
5163 * progmodes/python.el: Simplified imenu implementation.
5164 (python-nav-jump-to-defun): Remove command.
5165 (python-mode-map): Use `imenu' instead.
5166 (python-nav-list-defun-positions-cache)
5167 (python-imenu-include-defun-type, python-imenu-make-tree)
5168 (python-imenu-subtree-root-label, python-imenu-index-alist):
5169 Remove vars.
5170 (python-nav-list-defun-positions, python-nav-read-defun)
5171 (python-imenu-tree-assoc, python-imenu-make-element-tree)
5172 (python-imenu-make-tree, python-imenu-create-index):
5173 Remove functions.
5174 (python-mode): Update to interact with imenu by setting
5175 `imenu-extract-index-name-function' only.
5176
5177 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5178
5179 * progmodes/python.el: Enhancements to navigation commands.
5180 (python-nav-backward-sentence)
5181 (python-nav-forward-sentence): Remove.
5182 (python-nav-backward-statement, python-nav-forward-statement)
5183 (python-nav-statement-start, python-nav-statement-end)
5184 (python-nav-backward-block, python-nav-forward-block)
5185 (python-nav-block-start, python-nav-block-end)
5186 (python-nav-forward-sexp-function)
5187 (python-info-current-line-comment-p)
5188 (python-info-current-line-empty-p): New functions.
5189 (python-indent-context): Use `python-nav-statement-start'.
5190
5191 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
5192
5193 * eshell/em-ls.el (eshell/ls): Use `apply'.
5194
5195 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5196 multi-hops, instead of Tramp internals.
5197
5198 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5199
5200 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5201 when F1 and F2 are located on different hosts.
5202
5203 2012-07-14 Chong Yidong <cyd@gnu.org>
5204
5205 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5206 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5207 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5208 (xterm-mouse--read-event-sequence-1000)
5209 (xterm-mouse--read-event-sequence-1006): New functions. For old
5210 mouse protocol, handle M-mouse-X events correctly.
5211 (xterm-mouse-event): New arg specifying mouse protocol.
5212 (turn-on-xterm-mouse-tracking-on-terminal)
5213 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5214 sequence to toggle extended coordinates on newer XTerms.
5215 This appears to be harmless on terminals which do not support this.
5216
5217 2012-07-14 Leo Liu <sdl.web@gmail.com>
5218
5219 Add fringe bitmap indicators for flymake. (Bug#11253)
5220 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5221 (flymake-make-overlay): New arg BITMAP.
5222 (flymake-error-bitmap, flymake-warning-bitmap)
5223 (flymake-fringe-indicator-position): New user variables.
5224
5225 * fringe.el: New bitmap exclamation-mark.
5226
5227 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5228
5229 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5230 also (Bug#7879).
5231
5232 2012-07-14 Chong Yidong <cyd@gnu.org>
5233
5234 * electric.el (electric-pair-post-self-insert-function): Fix pair
5235 insertion in empty-region case (Bug#11520).
5236
5237 2012-07-14 Chong Yidong <cyd@gnu.org>
5238
5239 * bindings.el: Consolidate ctl-x-r-map bindings.
5240 Bind copy-rectangle-as-kill to C-x r w.
5241
5242 * rect.el, register.el: Move bindings to bindings.el.
5243
5244 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5245
5246 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5247
5248 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5249
5250 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5251
5252 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5253
5254 * bindings.el (top): Use `mapc' instead of `mapcar'.
5255
5256 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5257
5258 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5259
5260 * progmodes/sql.el (sql-comint): Suppress the check for program on
5261 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5262 (Bug#11908)
5263
5264 2012-07-13 Chong Yidong <cyd@gnu.org>
5265
5266 * bindings.el: Assign a non-nil permanent-local property to
5267 per-buffer variables which lack a default value (Bug#11930).
5268
5269 * help-fns.el (describe-variable): In the "automatically becomes
5270 local" notice, take note of permanent-local variables.
5271
5272 2012-07-13 Chong Yidong <cyd@gnu.org>
5273
5274 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5275 to allow printing the message when called from Lisp.
5276
5277 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5278 Remove toggle-read-only.
5279
5280 * bs.el (bs-toggle-readonly):
5281 * buff-menu.el (Buffer-menu-toggle-read-only):
5282 Remove with-no-warnings around toggle-read-only.
5283
5284 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5285 Remove with-no-warnings around toggle-read-only.
5286 (ffap-read-only, ffap-read-only-other-window)
5287 (ffap-read-only-other-frame): Callers changed.
5288
5289 * help-mode.el: Don't require view package.
5290 (help-mode-finish): Set buffer-read-only instead of calling
5291 toggle-read-only.
5292
5293 * bindings.el (mode-line-toggle-read-only):
5294 * dired.el (dired-toggle-read-only):
5295 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5296 with non-nil second arg.
5297
5298 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5299 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5300 directly.
5301
5302 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5303
5304 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5305 not incf.
5306
5307 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 More CL cleanups and reduction of use of cl.el.
5310 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5311 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5312 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5313 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5314 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5315 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5316 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5317 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5318 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5319 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5320 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5321 * eshell/em-cmpl.el, eshell/em-banner.el:
5322 * calendar/parse-time.el: Use cl-lib.
5323 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5324 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5325 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5326 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5327 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5328 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5329 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5330 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5331 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5332 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5333 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5334 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5335 `lambda' rather than with `quote'.
5336 (eshell-do-opt): Adjust accordingly.
5337 (eshell-process-option): Simplify.
5338 * eshell/esh-var.el:
5339 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5340 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5341 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5342 to `pcase--dontcare'.
5343 * emacs-lisp/cl.el (labels): Mark obsolete.
5344 (cl--letf, letf): Move to cl-lib.
5345 (cl--letf*, letf*): Remove.
5346 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5347 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5348 (cl-progv): Rewrite.
5349 (cl--letf, cl-letf): Move from cl.el.
5350 (cl-letf*): New macro.
5351 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5352
5353 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5354
5355 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5356
5357 2012-07-11 Chong Yidong <cyd@gnu.org>
5358
5359 * vc/log-edit.el (log-edit-vc-backend): New variable.
5360 (log-edit): Doc fix.
5361
5362 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5363 argument of log-edit to set up all local variables.
5364 (vc-start-logentry): New optional arg specifying VC backend.
5365
5366 * vc/vc.el (vc-checkin): Use it.
5367 (vc-deduce-fileset): Handle Log Edit buffers.
5368 (vc-diff): Make first argument optional too.
5369
5370 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5371
5372 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5373
5374 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5375 command, just in case. The function is not needed anymore.
5376 (eshell-external-command): Do not call `eshell-remote-command'.
5377
5378 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 Reduce use of (require 'cl).
5381 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5382 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5383 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5384 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5385 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5386 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5387 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5388 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5389 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5390 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5391 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5392 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5393 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5394 (byte-compile-unfold-bcf, byte-compile-check-variable):
5395 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5396 (byte-compile-nilconstp):
5397 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5398 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5399
5400 * emacs-lisp/gv.el (cond): Make it a valid place.
5401 (if): Simplify slightly.
5402
5403 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5404 (pcase--self-quoting-p): New function.
5405 (pcase--u1): Use it.
5406
5407 2012-07-10 Glenn Morris <rgm@gnu.org>
5408
5409 * emacs-lisp/authors.el (authors-fixed-entries):
5410 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5411
5412 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5413
5414 Rename configure.in to configure.ac (Bug#11603).
5415 * emacs-lisp/authors.el (authors-canonical-file-name):
5416 * progmodes/autoconf.el (autoconf-mode):
5417 Prefer configure.ac to configure.in.
5418
5419 2012-07-08 Chong Yidong <cyd@gnu.org>
5420
5421 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5422 Implement the mouse-1-click-follows-link handling properly.
5423
5424 * info.el (Info-link-keymap): Use follow-link mechanism for
5425 header-line links (Bug#374).
5426
5427 * simple.el (deactivate-mark): Do not set the primary selection
5428 if another program has acquired it (Bug#11772).
5429
5430 2012-07-07 Kevin Ryde <user42@zip.com.au>
5431
5432 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5433 (woman-decode-region): Replace escaped-escapes without destroying
5434 bold or underline (Bug#11552).
5435 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5436
5437 2012-07-07 Chong Yidong <cyd@gnu.org>
5438
5439 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5440 (interprogram-cut-function, interprogram-paste-function):
5441 Mention that we typically mean the clipboard.
5442
5443 2012-07-06 Glenn Morris <rgm@gnu.org>
5444
5445 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5446
5447 * files.el (toggle-read-only): Restrict message to interactive use.
5448
5449 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5450
5451 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5452
5453 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5454
5455 2012-07-06 Glenn Morris <rgm@gnu.org>
5456
5457 * Makefile.in (compile-one-process): Rename from "recompile".
5458
5459 * Makefile.in (bzr-update): "compile" is the same as "recompile
5460 autoloads", but parallelizable, so use that instead.
5461
5462 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5463
5464 * window.el (quit-window): Always restore window height when
5465 it's saved in quit-restore parameter (Bug#11810).
5466
5467 2012-07-06 Glenn Morris <rgm@gnu.org>
5468
5469 * simple.el (kill-whole-line): Doc tweak.
5470
5471 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5472
5473 * files.el (file-relative-name): Compare file names
5474 case-insensitively if on MS-Windows or MS-DOS, or if
5475 read-file-name-completion-ignore-case is non-nil. Don't use
5476 case-fold-search for this purpose. (Bug#11827)
5477
5478 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5479
5480 * calendar/cal-dst.el (calendar-current-time-zone):
5481 Return calendar-current-time-zone-cache if non-nil.
5482
5483 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5484 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5485
5486 * calendar/cal-dst.el (calendar-current-time-zone):
5487 Return calendar-current-time-zone-cache if non-nil.
5488
5489 2012-07-06 Glenn Morris <rgm@gnu.org>
5490
5491 * Makefile.in (cvs-update): Remove old alias.
5492
5493 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5494
5495 Sync with Tramp 2.2.6-pre.
5496
5497 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5498 compatible declaration.
5499
5500 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5501 Protect `list-load-path-shadows' call.
5502
5503 * net/tramp-compat.el (top): Require packages, which aren't
5504 autoloaded anymore for XEmacs. Protect call of
5505 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5506 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5507 it hurts at least for SXEmacs.
5508 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5509 standard-value for `temporary-file-directory'.
5510
5511 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5512 Redirect stderr to /dev/null.
5513 (tramp-sh-handle-write-region): uid and gid can be floats.
5514 Reported by Russell Sim <russell.sim@gmail.com>.
5515 (tramp-sh-handle-vc-registered): Hide errors.
5516 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5517 and `start-file-process'.
5518 (tramp-maybe-open-connection): Check also whether `non-essential'
5519 is bound.
5520
5521 2012-07-04 Chong Yidong <cyd@gnu.org>
5522
5523 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5524 (xml-parse-tag): Likewise, and avoid changing entity tables.
5525 (xml-syntax-table): Define from scratch, making sure not to give
5526 x2000 and other Unicode spaces whitespace syntax, since those are
5527 not spaces in XML.
5528 (xml-parse-fragment): Delete unused function.
5529 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5530 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5531 (xml-entity-ref, xml-pe-reference-re)
5532 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5533 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5534 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5535 (xml-entity-value-re): Use syntax references in regexps where
5536 possible; no need to define inside a let-binding.
5537 (xml-parse-dtd): Use xml-pe-reference-re.
5538 (xml-entity-or-char-ref-re): New defconst.
5539 (xml-parse-string, xml-substitute-special): Use it.
5540
5541 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5544 (find-file--read-only): New function.
5545 (find-file-read-only, find-file-read-only-other-window)
5546 (find-file-read-only-other-frame): Use it.
5547 (insert-file-contents-literally): Don't `fset'.
5548 (get-free-disk-space): Use locate-dominating-file.
5549
5550 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5551 function is already compiled.
5552
5553 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5554
5555 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5556
5557 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5558 files on the same host.
5559
5560 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5561
5562 * help-fns.el (describe-function-1): Only call
5563 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5564
5565 2012-07-03 Chong Yidong <cyd@gnu.org>
5566
5567 * xml.el: Protect parser against XML bombs.
5568 (xml-entity-expansion-limit): New variable.
5569 (xml-parse-string, xml-substitute-special): Use it.
5570 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5571
5572 2012-07-03 Glenn Morris <rgm@gnu.org>
5573
5574 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5575 Allow linking to specific messages in debbugs reports (eg 123#5).
5576
5577 2012-07-02 Chong Yidong <cyd@gnu.org>
5578
5579 * xml.el: Fix entity and character reference expansion, allowing
5580 them to expand into markup as per XML spec.
5581 (xml-default-ns): New variable.
5582 (xml-entity-alist): Use XML spec definitions for lt and amp.
5583 (xml-parse-region): Make first two arguments optional.
5584 Discard text properties.
5585 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5586 All callers changed.
5587 (xml-parse-tag): Call xml-parse-tag-1. For backward
5588 compatibility, this function should not modify buffer contents.
5589 (xml-parse-tag-1): Fix opening-tag regexp.
5590 (xml-parse-string): Rewrite, handling entity and character
5591 references properly.
5592 (xml--entity-replacement-text): Signal an error if a parameter
5593 entity is undefined.
5594
5595 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * comint.el (comint-output-filter): Filter out repeated prompts.
5598
5599 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5600 and file-name-absolute-p.
5601 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5602 internal calls.
5603
5604 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5605
5606 Spelling fixes.
5607 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5608 Rename from byte-compile--refiy-function. All uses changed.
5609
5610 2012-07-01 Chong Yidong <cyd@gnu.org>
5611
5612 * xml.el (xml--parse-buffer): New function. Move most of
5613 xml-parse-region here.
5614 (xml-parse-region): Copy region into a temporary buffer, since
5615 parameter entity substitution requires changing buffer contents.
5616 Use xml--parse-buffer.
5617 (xml-parse-file): Use xml--parse-buffer.
5618 (xml-parse-dtd): Make parameter entity substitution work right.
5619 Use proper regexps for ELEMENT declarations (Bug#7172).
5620
5621 2012-06-30 Glenn Morris <rgm@gnu.org>
5622
5623 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5624
5625 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5626 Remove outdated and unnecessary dbus declarations.
5627
5628 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5629
5630 * emacs-lisp/timer.el (timer-until): Subtract results of
5631 float-time, instead of taking float-time of the result of
5632 time-subtract, since float-time signals an error for negative time
5633 arguments.
5634
5635 2012-06-30 Chong Yidong <cyd@gnu.org>
5636
5637 * xml.el (xml-*-re): Convert defvars into defconsts, and
5638 eval-and-compile them so eval-and-compile works on derivatives.
5639 (xml--entity-replacement-text): Use eval-and-comple.
5640
5641 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5642
5643 * vc/vc-git.el (vc-git-registered): Use cache property
5644 `git-registered'.
5645 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5646 `vc-git-working-revision' in order to benefit from the cache.
5647 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5648
5649 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5650
5651 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5652 removed (likely outside Emacs). (Bug#11757)
5653
5654 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * emacs-lisp/cl-lib.el: Require macroexp.
5657
5658 2012-06-30 Chong Yidong <cyd@gnu.org>
5659
5660 * xml.el: Implement XML parameter entities.
5661 (xml-parameter-entity-alist): New variable.
5662 (xml-parse-region, xml-parse-fragment): Preserve previous values
5663 of xml-entity-alist and xml-parameter-entity-alist, so that
5664 repeated calls on different documents do not change them.
5665 (xml-parse-tag): Fix doctype regexp.
5666 (xml--entity-replacement-text): New function.
5667 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5668 properly requires url retrieval which is unimplemented.
5669 (xml-escape-string): Doc fix.
5670
5671 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5674
5675 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5676
5677 * fringe.el (fringe-mode): Doc fix.
5678
5679 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5680
5681 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5682 is non-nil.
5683 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5684 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5685
5686 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5687
5688 * calendar/cal-dst.el (calendar-current-time-zone):
5689 Return calendar-current-time-zone-cache if non-nil.
5690
5691 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5692
5693 * progmodes/which-func.el (which-func-format):
5694 Add mouse-face. (Bug#11698)
5695
5696 2012-06-29 Leo Liu <sdl.web@gmail.com>
5697
5698 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5699
5700 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * minibuffer.el (minibuffer-confirm-exit-commands):
5703 Add completion-at-point (bug#11725).
5704
5705 2012-06-29 Glenn Morris <rgm@gnu.org>
5706
5707 * progmodes/f90.el (f90-font-lock-keywords-2):
5708 Add some preprocessor elements. (Bug#10499)
5709
5710 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5713 Use syntax-propertize (bug#11739).
5714
5715 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5716
5717 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5718
5719 2012-06-28 Julien Danjou <julien@danjou.info>
5720
5721 * term.el (term-handle-colors-array): Use a set of new faces to
5722 color the terminal. Also uses :inverse-video property.
5723 (term-default-fg-color): Set to nil by default, deprecate in favor
5724 of `term-face'.
5725 (term-default-bg-color): Set to nil by default, deprecate in favor
5726 of `term-face'.
5727 (term-current-face): Use `term-face' by default.
5728 (term-bold-attribute): Variable deleted.
5729
5730 2012-06-28 Glenn Morris <rgm@gnu.org>
5731
5732 * simple.el (completion-list-mode-finish):
5733 Don't use toggle-read-only. (Since completion-list-mode has
5734 a special mode-class, it wasn't doing anything extra anyway.)
5735
5736 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 Make inlining of other-mode interpreted functions work (bug#11799).
5739 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5740 (byte-compile): Use it to fix compilation of lexical-binding closures.
5741 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5742 function, if needed.
5743
5744 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * help-mode.el (help-make-xrefs): Don't just withstand
5747 cyclic-variable-indirection but any error in documentation-property.
5748
5749 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5750 memory use.
5751 * bindings.el (bindings--define-key): New function.
5752 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5753 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5754 * bindings.el: Use it to purecopy define-key bindings.
5755
5756 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5757
5758 * emacs-lisp/cl.el (flet): Mark obsolete.
5759 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5760 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5761 * progmodes/js.el (js-c-fill-paragraph):
5762 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5763 (ebrowse-switch-member-buffer-to-derived-class):
5764 * play/5x5.el (5x5-solver): Use cl-flet.
5765
5766 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5767 (cl--symbol-function): New macro.
5768 (cl--letf, cl--letf*): Use it.
5769
5770 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5771 Strip "toggle-" if any.
5772
5773 2012-06-27 Glenn Morris <rgm@gnu.org>
5774
5775 * info.el (Info-default-directory-list): Move here from paths.el.
5776 * paths.el: Remove file, which is now empty.
5777 * loadup.el: No longer load "paths".
5778
5779 * custom.el (custom-initialize-delay): Doc fix.
5780
5781 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5782 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5783 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5784 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5785 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5786 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5787 * eshell/eshell.el (eshell-defgroup): Remove alias.
5788
5789 2012-06-27 Chong Yidong <cyd@gnu.org>
5790
5791 * help.el (help-enable-auto-load): New variable.
5792
5793 * help-fns.el (help-fns--autoloaded-p): New function.
5794 (describe-function-1): Refer to a function as "autoloaded" if it
5795 was autoloaded at any time in the past. Perform autoloading if
5796 help-enable-auto-load is non-nil.
5797
5798 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5799
5800 * makefile.w32-in (compile, compile-always): Depend on
5801 update-subdirs, not on subdirs.el. Otherwise, several different
5802 sub-targets of 'bootstrap' running in parallel could
5803 simultaneously write to subdirs.el, producing a garbled file.
5804
5805 2012-06-26 Sam Steingold <sds@gnu.org>
5806
5807 * files.el (file-name-base): New convenience function.
5808 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5809 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5810 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5811 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5812 * textmodes/ispell.el, textmodes/reftex-ref.el:
5813 * textmodes/tex-mode.el: Use it.
5814 Did not touch cedet and org because they are maintained elsewhere.
5815
5816 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5817
5818 * calendar/calendar.el (calendar-exit): Don't try to delete or
5819 iconify last frame. See:
5820 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5821
5822 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5823
5824 * server.el (server-process-filter): Remember dir in the
5825 process's `server-client-directory' properties.
5826
5827 2012-06-24 Chong Yidong <cyd@gnu.org>
5828
5829 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5830 non-tag text.
5831
5832 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5833
5834 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5835
5836 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5837
5838 * help-fns.el (describe-variable): Don't croak when doc is not found.
5839 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5840 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5841 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5842 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5843 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5844 ((lambda ..) ..).
5845 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5846
5847 2012-06-23 Chong Yidong <cyd@gnu.org>
5848
5849 * info.el (Info-mouse-follow-link): Accept symbol values of
5850 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5851 (Info-fontify-node): Use Info-link-keymap for all navigation
5852 buttons, with link-args property to perform the desired action.
5853 (Info-link-keymap): Doc fix.
5854 (Info-next-link-keymap, Info-prev-link-keymap)
5855 (Info-up-link-keymap): Delete now-unused keymaps.
5856
5857 2012-06-23 Chong Yidong <cyd@gnu.org>
5858
5859 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5860
5861 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5862 system abbrevs.
5863
5864 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5865
5866 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5867
5868 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5869 (bug#11719).
5870
5871 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5872 the requote function doesn't work properly (bug#11714).
5873
5874 2012-06-23 Glenn Morris <rgm@gnu.org>
5875
5876 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5877
5878 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5879
5880 Further GV/CL cleanups.
5881 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5882 gv-expander.
5883 (gv--defun-declaration): New function.
5884 (defun-declarations-alist): Use it.
5885 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5886 (gv-place): Autoload.
5887 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5888 original definition of dotimes and dolist.
5889 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5890 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5891 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5892 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5893 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5894 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5895 to the function's definition.
5896 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5897 * window.el:
5898 * files.el:
5899 * faces.el:
5900 * env.el: Don't use CL.
5901
5902 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5903
5904 Support higher-resolution time stamps (Bug#9000).
5905
5906 * calendar/time-date.el (with-decoded-time-value): New arg
5907 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5908 (encode-time-value): New optional arg PICO. New type 3.
5909 (time-to-seconds) [!float-time]: Support the new picoseconds
5910 component if it's used.
5911 (seconds-to-time, time-subtract, time-add):
5912 Support ps-resolution time stamps as well.
5913
5914 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5915 (timerp): Timer vectors now have length 9, not 8.
5916 (timer--time): Support new-style (4-part) time stamps.
5917 (timer-next-integral-multiple-of-time): Time stamps now have
5918 picosecond resolution, so take a bit more care about rounding.
5919 (timer-relative-time, timer-inc-time): New optional arg psecs.
5920 (timer-set-time-with-usecs): Set psecs to 0.
5921 (timer--activate): Check psecs component, too.
5922
5923 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5924
5925 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5928 Move the non-essential binding to the post/pre-command-hook where it is
5929 more obviously correct.
5930
5931 * subr.el (read-passwd): Don't use a history at all.
5932 * savehist.el (savehist-save): Remove password saved accidentally
5933 because of the above bug.
5934
5935 2012-06-22 Bastien Guerry <bzg@gnu.org>
5936
5937 * files.el (toggle-read-only): Display a message telling whether
5938 the buffer is read-only or not (bug#11726).
5939
5940 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * emacs-lisp/gv.el: New file.
5943 * subr.el (push, pop): Extend to generalized variables.
5944 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5945 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5946 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5947 gv-define-simple-setter, and gv-define-expander.
5948 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5949 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5950 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5951 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5952 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5953 gv-letplace.
5954 (cl-defstruct): Don't define setf-method any more.
5955 * emacs-lisp/cl.el (flet): Don't autoload.
5956 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5957 (define-setf-expander, defsetf, define-modify-macro)
5958 (cl-struct-setf-expander): Move from cl-lib.el.
5959 * emacs-lisp/syntax.el:
5960 * emacs-lisp/ewoc.el:
5961 * emacs-lisp/smie.el:
5962 * emacs-lisp/cconv.el:
5963 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5964 (timer--time): Use gv-define-simple-setter.
5965 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5966 to avoid coding-system problems in subr.el. Adjust all users.
5967 (macroexp--maxsize, macroexp-small-p): New functions.
5968 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5969 * scroll-bar.el (scroll-bar-mode):
5970 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5971 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5972 * winner.el (winner-configuration, winner-make-point-alist)
5973 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5974 * files.el (locate-file-completion-table): Avoid list*.
5975
5976 2012-06-22 Chong Yidong <cyd@gnu.org>
5977
5978 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5979 (dired-create-files): Doc fix (Bug#11329).
5980 (dired-do-copy): Doc fix (Bug#11334).
5981 (dired-mark-read-string): Doc fix (Bug#11553).
5982
5983 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5984 Doc fix (Bug#11326).
5985 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5986 (dired-dwim-target): Doc fix.
5987
5988 * wdired.el (wdired-mode): Doc fix.
5989
5990 2012-06-22 Glenn Morris <rgm@gnu.org>
5991
5992 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5993 (pcmpl-rpm-cache-stamp-file): New constant.
5994 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5995 (pcmpl-rpm-packages): Optionally cache list of packages.
5996
5997 * pcmpl-rpm.el (pcmpl-rpm): New group.
5998 (pcmpl-rpm-query-options): New option.
5999 (pcmpl-rpm-packages): No need to inline it.
6000 Use pcmpl-rpm-query-options.
6001
6002 * calendar/calendar.el (calendar-in-read-only-buffer):
6003 Avoid some needless mode changes.
6004
6005 2012-06-21 Chong Yidong <cyd@gnu.org>
6006
6007 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
6008 (desktop-path): Remove . from the default value (Bug#10977).
6009 (desktop-read): Use user-emacs-directory if desktop-path is nil.
6010
6011 2012-06-20 Chong Yidong <cyd@gnu.org>
6012
6013 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6014
6015 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
6016
6017 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6018 (bug#11201).
6019
6020 2012-06-20 Chong Yidong <cyd@gnu.org>
6021
6022 * term.el (term-window-width): Handle the case of a missing right
6023 fringe (Bug#8837).
6024 (term-check-size): Use window-text-height (Bug#5445).
6025 (term-mode): Use define-derived-mode. Minor cleanups.
6026 Set font-lock-defaults (Bug#7692).
6027 (term-move-columns, term-insert-char, term-emulate-terminal)
6028 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
6029
6030 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
6031
6032 * net/ange-ftp.el (ange-ftp-get-passwd):
6033 Bind `enable-recursive-minibuffers'.
6034 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6035
6036 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
6037
6038 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6039
6040 2012-06-19 Glenn Morris <rgm@gnu.org>
6041
6042 * progmodes/python.el (python-mode): Derive from prog-mode.
6043
6044 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6045
6046 * emulation/edt.el (edt-default-menu-bar-update-buffers)
6047 (edt-user-menu-bar-update-buffers): New functions.
6048 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6049
6050 2012-06-19 Chong Yidong <cyd@gnu.org>
6051
6052 * subr.el (with-selected-window): Preserve the selected window's
6053 terminal's top-frame (Bug#4702).
6054
6055 * window.el (save-selected-window): Likewise.
6056
6057 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * progmodes/python.el (python-rx-constituents): Move backquote.
6060 (python-skeleton-define, python-define-auxiliary-skeleton):
6061 Use `declare'.
6062
6063 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
6064
6065 * minibuffer.el (read-file-name-default): Revert the patch from
6066 2012-06-17.
6067
6068 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6070 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6071 (pcase--u1, pcase--q1): Don't use apply-partially.
6072
6073 2012-06-18 Glenn Morris <rgm@gnu.org>
6074
6075 * progmodes/python.el (python-proc, python-buffer)
6076 (python-send-receive, python-send-string): Fix obsolete versions.
6077
6078 2012-06-18 Martin Rudalics <rudalics@gmx.at>
6079
6080 * window.el (special-display-p): Completely remove stringp
6081 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6082
6083 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
6084
6085 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6086
6087 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6088
6089 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6090 * net/tramp-sh.el (tramp-maybe-open-connection):
6091 Throw if `non-essential' is non-nil.
6092
6093 2012-06-17 Martin Rudalics <rudalics@gmx.at>
6094
6095 * window.el (special-display-p): Signal an error if BUFFER-NAME
6096 is not a string (Bug#11713).
6097
6098 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6099
6100 * progmodes/python.el (python-info-beginning-of-backslash):
6101 Rename from python-info-beginning-of-backlash, as a spelling fix.
6102
6103 2012-06-17 Chong Yidong <cyd@gnu.org>
6104
6105 * term.el (term-emulate-terminal): If term-check-size is called,
6106 move point to the process mark without resetting point (Bug#4635).
6107
6108 2012-06-17 Glenn Morris <rgm@gnu.org>
6109
6110 * international/mule-cmds.el (mule-menu-keymap)
6111 (set-language-environment, set-locale-environment): Doc tweaks.
6112
6113 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6114
6115 * cus-face.el (custom-face-attributes): Add wave-style underline
6116 attribute.
6117 * faces.el (set-face-attribute): Update docstring to describe
6118 wave-style underline attribute.
6119
6120 2012-06-16 Chong Yidong <cyd@gnu.org>
6121
6122 * term/xterm.el (terminal-init-xterm): Discard input before
6123 querying background mode (Bug#10959).
6124
6125 2012-06-16 Stefan Merten <smerten@oekonux.de>
6126
6127 * textmodes/rst.el: Added and corrected some comments.
6128 (rst-re-alist-def): Improve symbol syntax.
6129 (rst-mode-syntax-table): Correct syntax entries.
6130 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6131 (rst-official-version, rst-official-cvs-rev): Update version
6132 information.
6133
6134 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
6135
6136 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6137 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6138
6139 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6140
6141 * progmodes/python.el: New python.el merge.
6142 (python-guess-indent): Obsolete var.
6143 (python-indent-guess-indent-offset): New defcustom.
6144 (python-indent): Obsolete var.
6145 (python-indent-offset): New defcustom.
6146 (python-python-command, python-jython-command): Delete var.
6147 (python-shell-interpreter): New defcustom.
6148 (python-pdbtrack-do-tracking-p): Delete var.
6149 (python-pdbtrack-activate): New defcustom.
6150 (python-use-skeletons): Obsolete var.
6151 (python-skeleton-autoinsert): New defcustom.
6152 (inferior-python-filter-regexp, python-continuation-offset)
6153 (python-honour-comment-indentation, python-indent-string-contents)
6154 (python-jython-packages, python-mode-hook)
6155 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6156 (python-shell-prompt-alist)
6157 (python-source-modes): Delete defcustoms.
6158 (python-check-buffer-name, python-eldoc-setup-code)
6159 (python-eldoc-string-code, python-ffap-setup-code)
6160 (python-ffap-string-code, python-fill-comment-function)
6161 (python-fill-decorator-function, python-fill-paren-function)
6162 (python-fill-string-function, python-imenu-include-defun-type)
6163 (python-imenu-make-tree, python-imenu-subtree-root-label)
6164 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6165 (python-shell-compilation-regexp-alist)
6166 (python-shell-completion-module-string-code)
6167 (python-shell-completion-pdb-string-code)
6168 (python-shell-completion-setup-code)
6169 (python-shell-completion-string-code)
6170 (python-shell-enable-font-lock, python-shell-exec-path)
6171 (python-shell-extra-pythonpaths)
6172 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6173 (python-shell-process-environment)
6174 (python-shell-prompt-block-regexp)
6175 (python-shell-prompt-output-regexp)
6176 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6177 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6178 (python-shell-virtualenv-path): New defcustoms.
6179 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6180 (inferior-python-mode-syntax-table, python--prompt-regexp)
6181 (python-buffer, python-command python-python-command)
6182 (python-default-template, python-imports, python-indent-index)
6183 (python-indent-list, python-indent-list-length)
6184 (python-mode-running, python-pdbtrack-is-tracking-p)
6185 (python-preoutput-continuation, python-preoutput-leftover)
6186 (python-preoutput-result, python-preoutput-skip-next-prompt)
6187 (python-prev-dir/file, python-recursing)
6188 (python-saved-check-command, python-version-checked)
6189 (python-which-func-length-limit)
6190 (view-return-to-alist): Delete vars.
6191 (python-check-custom-command, python-dotty-syntax-table)
6192 (python-imenu-index-alist, python-indent-current-level)
6193 (python-indent-dedenters, python-indent-levels)
6194 (python-nav-beginning-of-defun-regexp)
6195 (python-nav-list-defun-positions-cache)
6196 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6197 (python-shell-internal-buffer)
6198 (python-skeleton-available): New vars.
6199 (def-python-skeleton): Delete macro.
6200 (python-skeleton-define): New macro.
6201 (python-define-auxiliary-skeleton, python-rx): New macros.
6202 (python-insert-class): Delete command.
6203 (python-skeleton-class): New command.
6204 (python-insert-def): Delete command.
6205 (python-skeleton-def): New command.
6206 (python-insert-for): Delete command.
6207 (python-skeleton-for): New command.
6208 (python-insert-if): Delete command.
6209 (python-skeleton-if): New command.
6210 (python-insert-try/except, python-insert-try/finally): Delete commands.
6211 (python-skeleton-try): New command.
6212 (python-insert-while): Delete command.
6213 (python-skeleton-while): New command.
6214 (python-backspace): Delete command.
6215 (python-indent-dedent-line-backspace): New command.
6216 (python-electric-colon): Delete command.
6217 (python-indent-electric-colon): New command.
6218 (python-guess-indent): Delete command.
6219 (python-indent-guess-indent-offset): New command.
6220 (python-shift-left): Delete command.
6221 (python-indent-shift-left): New command.
6222 (python-shift-right): Delete command.
6223 (python-indent-shift-right): New command.
6224 (python-find-function): Delete command.
6225 (python-nav-jump-to-defun): New command.
6226 (python-next-statement): Delete command.
6227 (python-nav-forward-sentence): New command.
6228 (python-previous-statement): Delete command.
6229 (python-nav-backward-sentence): New command.
6230 (python-fill-paragraph): Delete command.
6231 (python-fill-paragraph-function): New command.
6232 (python-send-buffer): Delete command.
6233 (python-shell-send-buffer): New command.
6234 (python-send-defun): Delete command.
6235 (python-shell-send-defun): New command.
6236 (python-send-region, python-send-region-and-go): Delete commands.
6237 (python-shell-send-region)
6238 (python-shell-switch-to-shell): New commands.
6239 (python-send-string): Delete command.
6240 (python-shell-send-string): New command.
6241 (python-switch-to-python): Delete command.
6242 (python-shell-switch-to-shell): New command.
6243 (python-describe-symbol): Delete command.
6244 (python-eldoc-at-point): New command.
6245 (python--set-prompt-regexp, python-args-to-list)
6246 (python-after-info-look, python-check-version)
6247 (python-check-comint-prompt, python-find-imports)
6248 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6249 (python-unload-function, python-expand-template)
6250 (python-maybe-jython, python-preoutput-filter)
6251 (python-pdbtrack-get-source-buffer)
6252 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6253 (python-pdbtrack-toggle-stack-tracking)
6254 (python-pdbtrack-track-stack-file, python-initial-text)
6255 (python-first-word, python-comment-line-p, python-send-command)
6256 (python-setup-brm, python-sentinel, python-set-proc)
6257 (python-skip-out, python-input-filter, python-outdent-p)
6258 (python-outline-level, python-backslash-continuation-line-p)
6259 (python-end-of-block, python-end-of-statement, python-mark-block)
6260 (python-beginning-of-block, python-beginning-of-statement)
6261 (python-blank-line-p, python-beginning-of-string)
6262 (python-open-block-statement-p): Delete functions.
6263 (python-indent-line, python-indent-line-1): Delete functions.
6264 (python-indent-line): New function.
6265 (python-indentation-levels): Delete function.
6266 (python-indent-calculate-levels): New function.
6267 (python-proc): Delete function.
6268 (python-shell-get-process): New function.
6269 (python-send-receive): Delete function.
6270 (python-shell-send-string-no-output): New function.
6271 (python-module-path): Delete function.
6272 (python-ffap-module-path): New function.
6273 (python-completion-at-point)
6274 (python-symbol-completions): Delete functions.
6275 (python-completion-complete-at-point): New function.
6276 (python-load-file): Delete function.
6277 (python-shell-send-file): New function.
6278 (python-calculate-indentation): Delete function.
6279 (python-indent-calculate-indentation): New function.
6280 (python-skip-comments/blanks): Delete function.
6281 (python-util-forward-comment): New function.
6282 (python-continuation-line-p): Delete function.
6283 (python-info-continuation-line-p): New function.
6284 (python-which-func, python-current-defun): Delete function.
6285 (python-info-current-defun): New function.
6286 (python-beginning-of-defun): Delete function.
6287 (python-nav-beginning-of-defun): New function.
6288 (python-close-block-statement-p)
6289 (python-block-end-p): Delete function.
6290 (python-info-closing-block): New function.
6291 (python-comint-output-filter-function)
6292 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6293 (python-fill-comment, python-fill-decorator, python-fill-paren)
6294 (python-fill-string, python-imenu-make-element-tree)
6295 (python-imenu-make-tree, python-imenu-tree-assoc)
6296 (python-indent-context, python-indent-dedent-line)
6297 (python-indent-line-function)
6298 (python-indent-post-self-insert-function)
6299 (python-indent-toggle-levels)
6300 (python-info-assignment-continuation-line-p)
6301 (python-info-beginning-of-backlash)
6302 (python-info-block-continuation-line-p)
6303 (python-info-closing-block-message)
6304 (python-info-line-ends-backslash-p)
6305 (python-info-looking-at-beginning-of-defun)
6306 (python-info-ppss-context, python-info-ppss-context-type)
6307 (python-nav-list-defun-positions, python-nav-read-defun)
6308 (python-nav-sentence-end, python-nav-sentence-start)
6309 (python-pdbtrack-comint-output-filter-function)
6310 (python-pdbtrack-set-tracked-buffer)
6311 (python-shell-calculate-exec-path)
6312 (python-shell-calculate-process-environment)
6313 (python-shell-completion--do-completion-at-point)
6314 (python-shell-completion--get-completions)
6315 (python-shell-completion-complete-at-point)
6316 (python-shell-completion-complete-or-indent)
6317 (python-shell-get-or-create-process)
6318 (python-shell-get-process-name)
6319 (python-shell-internal-get-or-create-process)
6320 (python-shell-internal-get-process-name)
6321 (python-shell-internal-send-string, python-shell-make-comint)
6322 (python-shell-parse-command, python-shell-send-setup-code)
6323 (python-skeleton-add-menu-items)
6324 (python-util-clone-local-variables, python-util-position)
6325 (run-python-internal, python-indentation-levels)
6326 (python-nav-beginning-of-defun)
6327 (python-completion-complete-at-point): New functions.
6328 (run-python): Change arguments. New API requirements.
6329
6330 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6333 (bug#11649).
6334
6335 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6336 (macroexp--expand-all): Use it.
6337
6338 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6339 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6340 Use `cl-function' instead.
6341
6342 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6343
6344 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6345 Suggested by Stefan Monnier while discussing bug#11657.
6346
6347 2012-06-14 Sam Steingold <sds@gnu.org>
6348
6349 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6350
6351 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6352
6353 * play/doctor.el (doctor-doc): Remove parameter and use
6354 doctor-sent instead of sent.
6355 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6356
6357 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * files.el: Require cl-lib.
6360 (file-name-non-special): Replace case -> cl-case.
6361
6362 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6363
6364 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6365 mapping from #' to function*.
6366
6367 2012-06-13 Chong Yidong <cyd@gnu.org>
6368
6369 * mouse.el (mouse-drag-track): Do not set the mark if the user
6370 releases the mouse without selecting anything (Bug#11588).
6371
6372 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6375 as well (bug#11646).
6376
6377 * loadup.el: Count byte-code functions as well.
6378
6379 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6380 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6381
6382 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6383 (bug#11649). Add cl-defun and cl-defmacro.
6384
6385 2012-06-13 Drew Adams <drew.adams@oracle.com>
6386
6387 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6388 Fix last change.
6389
6390 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6391
6392 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6393 Otherwise, it blocks in batch mode.
6394
6395 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6396
6397 * help-mode.el (bookmark-make-record-default): Declare.
6398
6399 2012-06-13 Chong Yidong <cyd@gnu.org>
6400
6401 * emacs-lisp/package.el (list-packages): Compute a list of
6402 packages that are newly-available since the last list-packages
6403 invocation.
6404 (package-menu--new-package-list): New var.
6405 (package-menu--generate, package-menu--print-info)
6406 (package-menu--status-predicate, package-menu-mark-install):
6407 Handle new status label "new".
6408
6409 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6412 conversion to backquotes.
6413
6414 2012-06-12 Chong Yidong <cyd@gnu.org>
6415
6416 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6417 Rename from gud-inhibit-global-bindings.
6418
6419 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6420
6421 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6422 hook from nxml-glyph-set-hook.
6423
6424 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6425 declaration.
6426
6427 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6428
6429 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6430 Convert to defcustom.
6431
6432 2012-06-12 Drew Adams <drew.adams@oracle.com>
6433
6434 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6435 New functions.
6436 (help-mode): Use them.
6437
6438 2012-06-11 Glenn Morris <rgm@gnu.org>
6439
6440 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6441 Use preprocessor face for directives.
6442 (fortran-directive-re): Doc fix.
6443
6444 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6447 conversion to backquotes (bug#11652).
6448
6449 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6450 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6451 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6452 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6453 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6454 (cl-ninth, cl-tenth): Mark them as inlinable.
6455 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6456 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6457 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6458 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6459 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6460 (cl-list*, cl-adjoin): Don't put an autoload manually.
6461 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6462 (cl--compiler-macro-list*): Add autoload cookie.
6463 (cl--compiler-macro-cXXr): New function.
6464
6465 * help-fns.el (help-fns--compiler-macro): New function extracted from
6466 describe-function-1; follow aliases and use `compiler-macro' property.
6467 (describe-function-1): Use it.
6468
6469 2012-06-11 Chong Yidong <cyd@gnu.org>
6470
6471 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6472 is uninstalled, if imagemagick is installed.
6473
6474 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * emacs-lisp/cl-lib.el: Use lexical-binding.
6477 (cl-map-extents, cl-maclisp-member): Remove.
6478 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6479 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6480 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6481 * emacs-lisp/cl-extra.el: Use lexical-binding.
6482 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6483 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6484 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6485 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6486 * emacs-lisp/cl-seq.el: Use lexical-binding.
6487 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6488 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6489 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6490 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6491 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6492 CL's internals.
6493
6494 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6495
6496 Sync with Tramp 2.2.6-pre.
6497
6498 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6499 `print-length' and `print-level' to nil, in order to avoid
6500 truncation. Reported by Christopher Schmidt
6501 <christopher@ristopher.com>.
6502
6503 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6504
6505 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6506 New defmacro.
6507 (tramp-compat-copy-directory): Add optional argument
6508 COPY-CONTENTS. It is not handled yet.
6509
6510 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6511 (tramp-ftp-file-name-p): Simplify.
6512
6513 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6514 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6515 connection vector.
6516
6517 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6518 (tramp-methods): Do not use `tramp-password-end-of-line'.
6519 (tramp-completion-function-alist-putty): Handle UNIX case.
6520 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6521 (tramp-do-file-attributes-with-stat)
6522 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6523 gid as real numbers. They could run out of integer range on cygwin.
6524 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6525 (tramp-sh-handle-expand-file-name): Handle hops.
6526 (tramp-open-connection-setup-interactive-shell):
6527 Use `tramp-cleanup'. Move check for busyboxes ...
6528 (tramp-find-shell): ... here. Simplify implementation.
6529 Set "remote-shell" property also for alternative shells.
6530 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6531 If failing, a regular file would be written otherwise.
6532 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6533 (tramp-find-inline-encoding): Cache the coding commands in the
6534 process cache. Apply test command on the remote side, if defined.
6535 (tramp-find-inline-compress): Cache the compress commands in the
6536 process cache.
6537 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6538 when requested. Handle hops.
6539 (tramp-current-connection): New defvar.
6540 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6541 Throw `suppress', if there was a failed connection shortly before.
6542 Handle user interrupt. (Bug#10187)
6543 (tramp-get-inline-compress, tramp-get-inline-coding):
6544 Read connection properties from the process cache.
6545
6546 * net/tramp-smb.el (tramp-smb-server-version)
6547 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6548 New defconsts.
6549 (tramp-smb-prompt): Extend for powershell prompt.
6550 (tramp-smb-file-name-handler-alist): Add handlers for
6551 `process-file', `shell-command' and `start-file-process'.
6552 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6553 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6554 (tramp-smb-file-name-p): Simplify.
6555 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6556 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6557 (tramp-smb-shell-quote-argument): New defuns.
6558 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6559 Implement using "tar". By this, time-stamps are preserved.
6560 (tramp-smb-handle-copy-file): Handle also the case of directories.
6561 (tramp-smb-do-file-attributes-with-stat)
6562 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6563 Use `tramp-get-connection-buffer').
6564 (tramp-smb-handle-rename-file): Use "rename", when source and
6565 target are on the same share.
6566 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6567 Use `tramp-smb-server-version'.
6568 (tramp-smb-wait-for-output): Remove prompt.
6569
6570 * net/tramp.el (top): Require 'cl.
6571 (tramp-methods, tramp-rsh-end-of-line):
6572 Remove `tramp-password-end-of-line' from docstring.
6573 (tramp-save-ad-hoc-proxies): New defcustom.
6574 (tramp-completion-function-alist): Adapt docstring.
6575 (tramp-default-password-end-of-line): Remove defcustom.
6576 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6577 (tramp-user-regexp, tramp-file-name-regexp-unified)
6578 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6579 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6580 (tramp-remote-file-name-spec-regexp): New defconst.
6581 (tramp-file-name-structure): Extend structure for hops.
6582 (tramp-get-method-parameter): Move up.
6583 (tramp-file-name-p, tramp-dissect-file-name)
6584 (with-parsed-tramp-file-name): Handle hops.
6585 (tramp-file-name-hop): New defun.
6586 (tramp-make-tramp-file-name): New optional arg HOP.
6587 (tramp-message-show-progress-reporter-message): New defvar.
6588 (tramp-with-progress-reporter): Use it. We cannot use
6589 `tramp-message-show-message' here, because this suppresses also
6590 error buffers.
6591 (tramp-error-with-buffer): Suppress buffer view, if
6592 `tramp-message-show-message' is nil.
6593 Use `tramp-get-connection-buffer'.
6594 (tramp-cleanup): New defun.
6595 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6596 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6597 an error unchanged.
6598 (tramp-completion-handle-file-name-all-completions): Handle hops.
6599 Fix an error when called from ido.
6600 (tramp-completion-dissect-file-name): Use better local variable
6601 name. Add hop to the vector.
6602 (tramp-handle-insert-file-contents): Use progress-reporter for the
6603 whole scenario.
6604 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6605 to `t'.
6606 (tramp-check-for-regexp): Simplify search.
6607 (tramp-enter-password): Remove it. Move implementation ...
6608 (tramp-action-password): ... here.
6609 (tramp-mode-string-to-int, tramp-local-host-p)
6610 (tramp-make-tramp-temp-file, tramp-read-passwd)
6611 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6612 Set tramp-autoload cookie.
6613
6614 * net/trampver.el: Update release number.
6615
6616 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6617 Michael Albinus <michael.albinus@gmx.de>
6618
6619 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6620 (tramp-parse-group, tramp-parse-file)
6621 (tramp-parse-shostkeys-sknownhosts): New defuns.
6622 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6623 (tramp-parse-shosts-group, tramp-parse-sconfig)
6624 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6625 (tramp-parse-sknownhosts, tramp-parse-hosts)
6626 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6627 Use them.
6628 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6629 (tramp-parse-putty-group): Don't narrow.
6630 (tramp-parse-putty): Make a loop.
6631 (tramp-file-name-handler): Catch the `suppress' signal.
6632
6633 2012-06-11 Chong Yidong <cyd@gnu.org>
6634
6635 * image.el (imagemagick-register-types): Put the ImageMagick entry
6636 at the end of image-type-file-name-regexps.
6637
6638 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6639
6640 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6641 (pcase, pcase-let*, pcase-dolist): Use them.
6642
6643 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * emacs-lisp/pcase.el (pcase--let*): New function.
6646 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6647 (pcase--expand): Use macroexp-let².
6648
6649 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6652 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6653 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6654 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6655 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6656 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6657
6658 2012-06-10 Glenn Morris <rgm@gnu.org>
6659
6660 * mail/rmail.el (rmail-yank-current-message): Leave point at
6661 correct position. (Bug#11660)
6662
6663 2012-06-10 Chong Yidong <cyd@gnu.org>
6664
6665 * allout-widgets.el: Fix code header.
6666
6667 2012-06-10 Chong Yidong <cyd@gnu.org>
6668
6669 * cus-edit.el (customize-changed-options-previous-release):
6670 Bump to 24.1.
6671
6672 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6673
6674 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6675
6676 2012-06-09 Chong Yidong <cyd@gnu.org>
6677
6678 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6679
6680 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6681
6682 * window.el (special-display-popup-frame): Don't use
6683 window--display-buffer (Bug#11651).
6684
6685 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6686
6687 Fix parallel builds: make sure loaddefs.el is not being written
6688 while Lisp files are compiled.
6689 (compile): Don't depend on 'mh-autoloads'.
6690 (compile-CMD, compile-SH): Depend on 'autoloads'.
6691 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6692
6693 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6694
6695 2012-06-09 Chong Yidong <cyd@gnu.org>
6696
6697 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6698 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6699 Doc fixes (Bug#11225).
6700
6701 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6704 a function if there's a clear indication that it has a compiler-macro.
6705 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6706 (macro-declarations-alist): Add arglist to declaration functions.
6707 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6708 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6709 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6710 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6711 Also add autoload to find the compiler macro.
6712 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6713 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6714 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6715 (cl--compiler-macro-get): New functions, replacing calls to
6716 cl-define-compiler-macro.
6717 (cl-typep) [compiler-macro]: Use macroexp-let².
6718
6719 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6720
6721 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6722 string properly, fixes Bug#11473.
6723
6724 2012-06-08 Chong Yidong <cyd@gnu.org>
6725
6726 * faces.el (set-face-attribute): Doc fix.
6727 (modify-face): Don't use :bold and :italic.
6728 (error, warning, success): Tweak definitions.
6729
6730 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6731 (custom-modified, custom-set, custom-changed, custom-themed)
6732 (custom-saved, custom-button, custom-button-mouse)
6733 (custom-button-pressed, custom-state, custom-comment-tag)
6734 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6735 (custom-group-subtitle): Use new-style face specs.
6736 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6737 (custom-set-face, custom-changed-face, custom-saved-face)
6738 (custom-button-face, custom-button-pressed-face)
6739 (custom-documentation-face, custom-state-face)
6740 (custom-comment-face, custom-comment-tag-face)
6741 (custom-variable-tag-face, custom-variable-button-face)
6742 (custom-face-tag-face, custom-group-tag-face-1)
6743 (custom-group-tag-face): Remove obsolete face alias.
6744
6745 * epa.el (epa-validity-high, epa-validity-medium)
6746 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6747 (epa-field-name, epa-field-body):
6748 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6749 (font-lock-keyword-face, font-lock-builtin-face)
6750 (font-lock-function-name-face, font-lock-variable-name-face)
6751 (font-lock-type-face, font-lock-constant-face):
6752 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6753 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6754 * speedbar.el (speedbar-button-face, speedbar-file-face)
6755 (speedbar-directory-face, speedbar-tag-face)
6756 (speedbar-selected-face, speedbar-highlight-face)
6757 (speedbar-separator-face):
6758 * whitespace.el (whitespace-newline, whitespace-space)
6759 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6760 (whitespace-line, whitespace-space-before-tab)
6761 (whitespace-space-after-tab, whitespace-indentation)
6762 (whitespace-empty):
6763 * emulation/cua-base.el (cua-global-mark):
6764 * eshell/em-prompt.el (eshell-prompt):
6765 * net/newst-plainview.el (newsticker-new-item-face)
6766 (newsticker-old-item-face, newsticker-immortal-item-face)
6767 (newsticker-obsolete-item-face, newsticker-date-face)
6768 (newsticker-statistics-face, newsticker-default-face):
6769 * net/newst-reader.el (newsticker-feed-face)
6770 (newsticker-extra-face, newsticker-enclosure-face):
6771 * net/newst-treeview.el (newsticker-treeview-face)
6772 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6773 (newsticker-treeview-immortal-face)
6774 (newsticker-treeview-obsolete-face)
6775 (newsticker-treeview-selection-face):
6776 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6777 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6778 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6779 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6780 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6781 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6782 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6783 (mpuz-text):
6784 * progmodes/vera-mode.el (vera-font-lock-number)
6785 (vera-font-lock-function, vera-font-lock-interface):
6786 * textmodes/table.el (table-cell): Use new-style face specs, and
6787 don't use the old :bold and :italic attributes.
6788
6789 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6790 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6791 (ebrowse-member-class, ebrowse-progress): Likewise.
6792 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6793 (ebrowse-file-name-face, ebrowse-default-face)
6794 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6795 (ebrowse-progress-face): Remove obsolete faces.
6796
6797 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6798 Inherit from error and warning faces respectively.
6799
6800 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6801 Likewise.
6802 (flyspell-incorrect-face, flyspell-duplicate-face):
6803 Remove obsolete aliases.
6804
6805 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6806
6807 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6808 Avoid infloop.
6809
6810 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * startup.el (argv, argi): Make lexically scoped.
6813 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6814 * emacs-lisp/cl-macs.el: Use lexical-binding.
6815 Rename cl-bind-* to cl--bind-*.
6816 * files.el: Don't require `cl' since it doesn't use it.
6817 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6818
6819 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6820
6821 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6822 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6823 instead of calling external sort utility.
6824 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6825
6826 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6827
6828 * descr-text.el (describe-char): Mention how to insert the
6829 character, if the current input method doesn't support it.
6830 See the discussion in this thread for the details:
6831 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6832
6833 2012-06-08 Sam Steingold <sds@gnu.org>
6834
6835 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6836 XF86Back to previous-buffer.
6837 (minibuffer-local-map): Bind them to next-history-element and
6838 previous-history-element respectively.
6839 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6840 help-go-back respectively.
6841 * info.el (Info-mode-map): Bind them to Info-history-forward and
6842 Info-history-back respectively.
6843 These are the keys next to Up on the ThinkPad keyboard.
6844
6845 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6848 * emacs-lisp/cl-macs.el: Provide itself.
6849 (cl--labels-convert-cache): New var.
6850 (cl--labels-convert): New function.
6851 (cl-flet, cl-labels): New implementation with new semantics, relying on
6852 lexical-binding.
6853 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6854 (cl-closure-vars, cl--function-convert-cache)
6855 (cl--function-convert): Move from cl-macs.el.
6856 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6857 rename by removing the "cl-" prefix.
6858 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6859
6860 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6863 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6864 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6865 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6866 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6867 (cl-hash-table-count): Add old compatibility aliases.
6868
6869 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6870 Use macroexpand-all-environment instead.
6871 (cl--old-macroexpand): New var.
6872 (cl--sm-macroexpand): New function.
6873 (cl-symbol-macrolet): Use it during macro expansion.
6874 (cl--function-convert-cache): New var.
6875 (cl--function-convert): New function, extracted from
6876 cl-macroexpand-all.
6877 (cl-lexical-let): Use it.
6878
6879 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6880 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6881 (cl-member): Remove old alias.
6882
6883 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6884 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6885 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6886 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6887 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6888 (cl-macroexpand-cmacs): Remove var.
6889 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6890 Use macroexpand-all instead.
6891
6892 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6895 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6896 (macroexp-copyable-p): New functions and macros.
6897 * emacs-lisp/edebug.el (edebug-unwrap):
6898 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6899 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6900 (pcase--let*): Remove.
6901 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6902 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6903 macroexp-const-p instead.
6904 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6905
6906 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6907 instead of "cl-" for internal definitions. Use macroexp-const-p.
6908 (cl-old-bc-file-form): Remove var.
6909 (cl-const-exprs-p): Remove fun.
6910 (cl-labels, cl-macrolet): Use backquote.
6911 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6912 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6913 (cl-define-setf-expander): Rename from cl-define-setf-method.
6914 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6915
6916 * international/mule-cmds.el: Don't require CL.
6917 (view-hello-file): Don't use `letf'.
6918
6919 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * tmm.el (tmm-prompt): Use string-prefix-p.
6922 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6923 (tmm-add-prompt): Use minibuffer-completion-help.
6924 (tmm-delete-map): Remove.
6925
6926 * subr.el (kbd): Make it its own function.
6927
6928 2012-06-07 Stefan Merten <smerten@oekonux.de>
6929
6930 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6931 Silence compiler warnings. Fix versions.
6932 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6933 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6934 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6935 (rst-package-emacs-version-alist): Correct Emacs version to
6936 represent major merge with upstream.
6937 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6938
6939 2012-06-06 Glenn Morris <rgm@gnu.org>
6940
6941 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6942 Only print environment variables if set.
6943
6944 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6947 (macroexp--cons): Rename from maybe-cons.
6948 (macroexp--accumulate): Rename from macroexp-accumulate.
6949 (macroexp--all-forms): Rename from macroexpand-all-forms.
6950 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6951 (macroexp--expand-all): Rename from macroexpand-all-1.
6952
6953 2012-06-06 Sam Steingold <sds@gnu.org>
6954
6955 * calendar/calendar.el (calendar-in-read-only-buffer):
6956 Call `special-mode' to enable the standard read-only keybindings.
6957
6958 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6961 with "loading" messages (bug#11635).
6962
6963 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6964
6965 * files.el (enable-remote-dir-locals): New option.
6966 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6967
6968 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6969 Ensure, that the temp directory is local.
6970
6971 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6972 `temporary-file-directory'.
6973
6974 * progmodes/python.el (python-send-region): Ensure, that the
6975 temporary file is created also in the remote case.
6976
6977 2012-06-06 Glenn Morris <rgm@gnu.org>
6978
6979 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6980 (vc-rcs-update-changelog): Use it.
6981
6982 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6983
6984 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6985 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6986 (vc-sccs-diff): Replace use of the external vcdiff script.
6987
6988 2012-06-05 Glenn Morris <rgm@gnu.org>
6989
6990 * ledit.el: Move to obsolete/.
6991
6992 2012-06-05 Sam Steingold <sds@gnu.org>
6993
6994 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6995 patch (Bug#11140).
6996
6997 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * emacs-lisp/cust-print.el: Move to obsolete.
7000
7001 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
7002 compiler-macro expansion.
7003
7004 Add native compiler-macro support.
7005 * emacs-lisp/macroexp.el (macroexpand-all-1):
7006 Support compiler-macros directly. Properly follow aliases and apply
7007 the compiler macros more thoroughly.
7008 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
7009 macroexpand now properly follows aliases.
7010 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7011 (cl-compiler-macroexpand): Use new prop.
7012 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7013
7014 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7015
7016 2012-06-05 Martin Rudalics <rudalics@gmx.at>
7017
7018 * window.el (get-lru-window, get-mru-window, get-largest-window):
7019 New argument NOT-SELECTED to avoid picking the selected window.
7020 (window--display-buffer-1, window--display-buffer-2): Replace by
7021 new function window--display-buffer
7022 (display-buffer-same-window, display-buffer-reuse-window)
7023 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7024 Use window--display-buffer.
7025 (display-buffer-use-some-window): Remove temporary dedication
7026 hack by calling get-lru-window and get-largest-window with
7027 NOT-SELECTED argument non-nil. Call window--display-buffer.
7028
7029 2012-06-05 Glenn Morris <rgm@gnu.org>
7030
7031 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7032 Replace external vcdiff script.
7033
7034 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7037
7038 2012-06-04 Chong Yidong <cyd@gnu.org>
7039
7040 * image.el (imagemagick-types-inhibit): Revert last change.
7041 Add INFO and M.
7042 (imagemagick-enabled-types): Remove CIN and EPS*.
7043
7044 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * emacs-lisp/cl-lib.el: Rename from cl.el.
7047 * emacs-lisp/cl.el: New compatibility file.
7048 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7049 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7050 to obey the "cl-" prefix.
7051 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7052
7053 2012-06-03 Glenn Morris <rgm@gnu.org>
7054
7055 * emacs-lisp/authors.el (authors-aliases): Addition.
7056
7057 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7058 Fix :version.
7059
7060 2012-06-03 Stefan Merten <smerten@oekonux.de>
7061
7062 * textmodes/rst.el: Add comments.
7063 (rst-transition, rst-adornment): New faces.
7064 (rst-adornment-faces-alist): Make default safe to reevaluate.
7065 Fixes
7066 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7067 Improve customization tags.
7068 (rst-define-level-faces): Clarify meaning.
7069
7070 2012-06-03 Chong Yidong <cyd@gnu.org>
7071
7072 * progmodes/compile.el (compilation-mode-line-fail)
7073 (compilation-mode-line-run, compilation-mode-line-exit):
7074 New faces.
7075 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7076
7077 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7078
7079 * progmodes/which-func.el (which-func-update-ediff-windows):
7080 New function. Use it in ediff-select-hook (Bug#11478).
7081
7082 2012-06-03 Chong Yidong <cyd@gnu.org>
7083
7084 * bindings.el: Remove explicit help text from format-mode-line.
7085 It is now supplied by mode-line-default-help-echo.
7086 (mode-line-front-space, mode-line-end-spaces)
7087 (mode-line-misc-info): New variables.
7088 (mode-line-modes, mode-line-position): Move the default value to
7089 the variable definition.
7090 (mode-line-default-help-echo): New defcustom.
7091 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7092 (mode-line-modified-help-echo): New functions.
7093 (mode-line-mule-info, mode-line-modified): Use them.
7094 (mode-line-eol-desc, propertized-buffer-identification):
7095 Consistency fixes for help text.
7096 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7097 set-buffer-file-coding-system (Bug#289).
7098 (mode-line-mule-info-help-echo): Update help text.
7099
7100 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * simple.el (execute-extended-command): Set real-this-command
7103 (bug#11506).
7104
7105 2012-06-02 Chong Yidong <cyd@gnu.org>
7106
7107 Remove incorrect uses of "modeline" in comments, docstrings, and
7108 function/variable names (Bug#10329).
7109
7110 * cus-edit.el (mode-line):
7111 * dframe.el (dframe-mouse-hscroll):
7112 * emacs-lisp/re-builder.el:
7113 * emacs-lisp/easy-mmode.el (define-minor-mode):
7114 * frame.el (set-frame-name):
7115 * help.el (lookup-minor-mode-from-indicator):
7116 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7117 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7118 (c-toggle-hungry-state):
7119 * progmodes/antlr-mode.el (antlr-language-alist):
7120 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7121 * progmodes/vhdl-mode.el (vhdl-mode):
7122 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7123 * term/ns-win.el (ns-face-at-pos):
7124 * term/sup-mouse.el (sup-mouse-report):
7125 * textmodes/flyspell.el (flyspell-mode-line-string):
7126 * textmodes/ispell.el (ispell-highlight-face):
7127 * textmodes/reftex-global.el:
7128 * vc/vc-arch.el (vc-arch-mode-line-string):
7129 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7130 * vc/vc-git.el (vc-git-mode-line-string):
7131 * vc/vc-hooks.el (vc-display-status)
7132 (vc-default-mode-line-string):
7133 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7134
7135 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7136
7137 * dired.el (dired-sort-set-mode-line): Rename from
7138 dired-sort-set-modeline. All callers changed.
7139
7140 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7141 eshell-status-in-modeline.
7142
7143 * foldout.el (foldout-mode-line-string): Rename from
7144 foldout-modeline-string. All callers changed.
7145 (foldout-update-mode-line): Rename from foldout-update-modeline.
7146
7147 * subr.el (redraw-modeline): Make into obsolete alias.
7148
7149 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7150 timeclock-modeline-display. Make old name an alias.
7151 (timeclock-update-mode-line): Likewise. All callers changed.
7152 (timeclock-mode-line-display): No need to check before using
7153 add-hook.
7154 (timeclock-relative, timeclock-day-over-hook)
7155 (timeclock-use-elapsed, timeclock-mode-string)
7156 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7157
7158 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7159 crisp-mode-modeline-string.
7160
7161 * play/solitaire.el (solitaire-build-mode-line): Rename from
7162 solitaire-build-modeline. All callers changed.
7163
7164 * play/zone.el (zone-hiding-mode-line): Rename from
7165 zone-hiding-modeline. All callers changed.
7166 (zone): Remove unusued `modeline-hidden-level' property.
7167
7168 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7169 xscheme-modeline-initialize. All callers changed.
7170
7171 * strokes.el (strokes-lighter): Rename from
7172 strokes-modeline-string.
7173
7174 * textmodes/sgml-mode.el (html-face-tag-alist)
7175 (html-tag-face-alist): Use mode-line face instead of obsolete
7176 alias modeline.
7177
7178 2012-06-02 Stefan Merten <smerten@oekonux.de>
7179
7180 * textmodes/rst.el: Always require `cl'.
7181 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7182
7183 2012-06-02 Chong Yidong <cyd@gnu.org>
7184
7185 * image.el (imagemagick-enabled-types): Rename from
7186 imagemagick-types-enable. Add many more types.
7187 (imagemagick-types-inhibit): Change default to nil.
7188 (imagemagick-filter-types): Caller changed.
7189
7190 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * emacs-lisp/cl-macs.el: Use backquotes.
7193 (cl-transform-function-property): Use eval-and-compile rather than
7194 abusing `require'.
7195 (defstruct): Use declare-function instead of with-no-warnings.
7196
7197 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7198 (byte-compile-output-docform): Re-add the print-circle bindings.
7199 (byte-compile-fix-header): Use #$ just because it's shorter.
7200 (byte-compile-output-file-form): Remove defun/defmacro.
7201
7202 2012-06-01 Martin Rudalics <rudalics@gmx.at>
7203
7204 * simple.el (choose-completion): Remove now obsolete binding for
7205 owindow.
7206
7207 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
7208
7209 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7210 in order to avoid "Stack overflow in regexp matcher".
7211
7212 2012-05-31 Glenn Morris <rgm@gnu.org>
7213
7214 * image.el: For clarity, call imagemagick-register-types at
7215 top-level, rather than relying on a custom :initialize.
7216 (imagemagick-types-enable): New option. (Bug#11557)
7217 (imagemagick-filter-types): New function. (Bug#7406)
7218 (imagemagick-register-types): Use imagemagick-filter-types.
7219 If disabling support, remove elements altogether rather
7220 than using an impossible regexp.
7221 (imagemagick-types-inhibit): Give it the default init function.
7222
7223 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7226 Handle arbitrary file name lengths (Bug#11585).
7227
7228 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7229
7230 * desktop.el (desktop-read): Clear previous and next buffers for
7231 all windows and bury *Messages* buffer (bug#11556).
7232
7233 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 Add `declare' for `defun'. Align `defmacro's with it.
7236 * emacs-lisp/easy-mmode.el (define-minor-mode)
7237 (define-globalized-minor-mode): Don't autoload the var definitions.
7238 * emacs-lisp/byte-run.el: Use lexical-binding.
7239 (defun-declarations-alist, macro-declarations-alist): New vars.
7240 (defmacro, defun): Use them.
7241 (make-obsolete, define-obsolete-function-alias)
7242 (make-obsolete-variable, define-obsolete-variable-alias):
7243 Use `declare'.
7244 (macro-declaration-function): Mark obsolete.
7245 * emacs-lisp/autoload.el: Use lexical-binding.
7246 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7247
7248 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7249
7250 * textmodes/ispell.el (ispell-with-no-warnings):
7251 Define as a macro.
7252 (ispell-kill-ispell, ispell-change-dictionary):
7253 Use `called-interactively-p' for Emacs instead of obsolete
7254 `interactive-p'.
7255
7256 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7259 (macro-declaration-function): Move var from C code.
7260 (macro-declaration-function): Define function with defalias.
7261 * emacs-lisp/macroexp.el (macroexpand-all-1):
7262 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7263 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7264 defun/defmacro any more.
7265 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7266 Provide fallback for unknown arglist.
7267 (byte-compile-arglist-warn): Change calling convention.
7268 (byte-compile-output-file-form): Move print-vars binding.
7269 (byte-compile-output-docform): Simplify accordingly.
7270 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7271 (byte-compile-defmacro-declaration): Remove.
7272 (byte-compile-file-form-defmumble): Generalize to defalias.
7273 (byte-compile-output-as-comment): Return byte-positions.
7274 Simplify callers accordingly.
7275 (byte-compile-lambda): Use `assert'.
7276 (byte-compile-defun, byte-compile-defmacro): Remove.
7277 (byte-compile-file-form-defalias):
7278 Use byte-compile-file-form-defmumble.
7279 (byte-compile-defalias-warn): Remove.
7280
7281 2012-05-29 Stefan Merten <smerten@oekonux.de>
7282
7283 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7284 possible. Fix authors. Improve comments. Improve loading of `cl'.
7285
7286 (rst-mode-abbrev-table): Merge definition.
7287 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7288 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7289
7290 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7291
7292 * calendar/icalendar.el
7293 (icalendar-export-region): Export UID properly.
7294
7295 2012-05-29 Leo Liu <sdl.web@gmail.com>
7296 * calendar/icalendar.el (icalendar-import-format):
7297 Add `icalendar-import-format-uid' (Bug#11525).
7298 (icalendar-import-format-uid): New.
7299 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7300 Export UID.
7301
7302 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7305 different alternative patterns.
7306 (pcase-codegen): Be more careful to preserve identity.
7307 (pcase--u1): Don't forget to mark vars as used.
7308
7309 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7310 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7311 (byte-compile-from-buffer): ...rather than here.
7312
7313 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7314 functions from byte-compile-function-environment.
7315
7316 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7317
7318 * window.el (window-deletable-p): Avoid deleting the root window
7319 of a frame with an active minibuffer.
7320
7321 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7322
7323 * simple.el (choose-completion): Use quit-window (Bug#11567).
7324
7325 2012-05-29 Chong Yidong <cyd@gnu.org>
7326
7327 * whitespace.el (whitespace-cleanup): Fix usage of
7328 whitespace-empty-at-bob-regexp (Bug#11492).
7329
7330 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7331
7332 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7333 revert (Bug#11488).
7334
7335 2012-05-29 Juri Linkov <juri@jurta.org>
7336
7337 * isearch.el (isearch-mode-map): Bind `M-s _' to
7338 `isearch-toggle-symbol'. Bind `M-s c' to
7339 `isearch-toggle-case-fold'.
7340 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7341 (isearch-forward): Add `M-s _' to the docstring.
7342 (isearch-forward-symbol, isearch-toggle-case-fold)
7343 (isearch-symbol-regexp): New functions. (Bug#11381)
7344
7345 2012-05-29 Juri Linkov <juri@jurta.org>
7346
7347 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7348 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7349 a function, call it to get the regexp.
7350 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7351 property `isearch-message-prefix' instead of the string "word ".
7352 (isearch-search-fun-default): For the case of `isearch-word',
7353 return a lambda that calls re-search-forward/re-search-backward
7354 with a regexp returned by `word-search-regexp' or by the function
7355 in `isearch-word'.
7356
7357 2012-05-29 Juri Linkov <juri@jurta.org>
7358
7359 * isearch.el (isearch-search-fun-default): New function.
7360 (isearch-search-fun): Move default part to the new function
7361 `isearch-search-fun-default'.
7362 (isearch-search-fun-function): Set the default value to
7363 `isearch-search-fun-default'. (Bug#11381)
7364
7365 * comint.el (comint-history-isearch-end):
7366 Use `isearch-search-fun-default'.
7367 (comint-history-isearch-search): Use `isearch-search-fun-default'
7368 and remove spacial case for `isearch-word'.
7369 (comint-history-isearch-wrap): Remove spacial case for
7370 `isearch-word'.
7371
7372 * hexl.el (hexl-isearch-search-function):
7373 Use `isearch-search-fun-default'.
7374
7375 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7376 Use `word-search-regexp' for `isearch-word'.
7377
7378 * misearch.el (multi-isearch-search-fun):
7379 Use `isearch-search-fun-default'.
7380
7381 * simple.el (minibuffer-history-isearch-search):
7382 Use `isearch-search-fun-default' and remove spacial case for
7383 `isearch-word'.
7384 (minibuffer-history-isearch-wrap): Remove spacial case for
7385 `isearch-word'.
7386
7387 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7388 Remove spacial case for `isearch-word'.
7389 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7390
7391 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7392
7393 Decrease XEmacs incompatibilities.
7394 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7395 Use `string-match'.
7396 (flyspell-delete-region-overlays): Use alternative definition for
7397 XEmacs.
7398 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7399 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7400 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7401 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7402 `define-obsolete-face-alias' under XEmacs, but old method.
7403
7404 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7405 `with-no-warnings' definition or Emacs alias.
7406 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7407 (ispell-word): Do not use `region-p' if XEmacs.
7408
7409 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7410
7411 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7412 Check for `ispell-dictionary-base-alist' instead of full
7413 `ispell-dictionary-alist'.
7414 (ispell-init-process): Show spellchecker when starting new Ispell
7415 process.
7416
7417 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7420 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7421
7422 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7423
7424 * version.el (motif-version-string, gtk-version-string)
7425 (ns-version-string): Declare.
7426
7427 2012-05-27 Juri Linkov <juri@jurta.org>
7428
7429 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7430 after the `eval-defun-1' specialcaseing
7431 like in `edebug-eval-defun' (bug#10181).
7432
7433 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7434 like in `eval-defun-1'.
7435
7436 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7437
7438 * mail/sendmail.el (mail-yank-region):
7439 Recognize rmail-yank-current-message in addition to insert-buffer.
7440 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7441 a *mail* buffer created through rmail-start-mail with sendmail as
7442 mail-user-agent.
7443
7444 2012-05-27 Chong Yidong <cyd@gnu.org>
7445
7446 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7447 Default to 256 (Bug#11267).
7448
7449 * help.el (describe-mode): Doc fix.
7450
7451 2012-05-26 Glenn Morris <rgm@gnu.org>
7452
7453 * w32-fns.el (w32-init-info): Remove.
7454 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7455
7456 * info.el (info-initialize): For self-contained NS builds, put the
7457 included info/ directory at the front. (Bug#2791)
7458
7459 * paths.el (Info-default-directory-list): Make it a defcustom,
7460 mainly so that we can use custom-initialize-delay.
7461
7462 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7463
7464 * subr.el (buffer-has-markers-at): Mark obsolete.
7465
7466 * subr.el (lambda): Use declare.
7467
7468 * emacs-lisp/lisp-mode.el (lambda):
7469 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7470
7471 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7472
7473 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7474
7475 2012-05-26 Glenn Morris <rgm@gnu.org>
7476
7477 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7478
7479 2012-05-25 Glenn Morris <rgm@gnu.org>
7480
7481 * paths.el: Remove no-byte-compile.
7482 * loadup.el: No need to load paths.el uncompiled.
7483
7484 * image.el (imagemagick-types-inhibit): Doc fix.
7485
7486 * version.el: Remove no-byte-compile and associated formatting.
7487 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7488 is ancient code from when there was an "inc-vers.el".
7489
7490 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7491
7492 * progmodes/gdb-mi.el: Minor style changes.
7493 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7494 Turn into minor modes.
7495 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7496 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7497 (gdb-shell): Remove unneeded let-binding.
7498 (gdb-get-many-fields): Eliminate O(n²) behavior.
7499
7500 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7501
7502 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7503 platforms that don't link in fontset.c.
7504
7505 2012-05-25 Juri Linkov <juri@jurta.org>
7506
7507 Use the same diff color scheme as in modern VCSes (bug#10181).
7508
7509 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7510 to avoid confusion with `diff-added' that now uses green colors.
7511 (diff-removed): Use shades of red.
7512 (diff-added): Use shades of green.
7513 (diff-changed): Leave just the yellow color.
7514 (diff-use-changed-face): New variable.
7515 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7516 how to highlight context diff changes.
7517 (diff-refine-change): Use shades of yellow.
7518 (diff-refine-removed): New face that uses shades of red.
7519 (diff-refine-added): New face that uses shades of green.
7520 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7521 `diff-refine-removed' in the call to `smerge-refine-subst'
7522 depending on the value of `diff-use-changed-face'.
7523
7524 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7525 (smerge-other): Use shades of green.
7526 (smerge-base): Use shades of yellow.
7527 (smerge-refined-change): Empty face.
7528 (smerge-refined-removed): New face that uses shades of red.
7529 (smerge-refined-added): New face that uses shades of green.
7530 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7531 args `props-r' and `props-a', and use them. Doc fix.
7532 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7533 on its value use different faces `smerge-refined-change',
7534 `smerge-refined-removed', `smerge-refined-added' in the call to
7535 `smerge-refine-subst'.
7536
7537 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7538 Add face condition `min-colors 88' with shades of red.
7539 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7540 `min-colors 88' with shades of green.
7541 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7542 `min-colors 88' with shades of yellow.
7543
7544 2012-05-24 Glenn Morris <rgm@gnu.org>
7545
7546 * paths.el (prune-directory-list, remote-shell-program): Move to...
7547 * files.el (prune-directory-list, remote-shell-program): ...here.
7548 For the latter, delay initialization, prefer ssh, just search PATH.
7549
7550 * paths.el (term-file-prefix): Move to faces.el (the only user).
7551 * faces.el (term-file-prefix): Move here, make it a defcustom.
7552
7553 * paths.el (news-directory, news-path, news-inews-program):
7554 Move to gnus/nnspool.el.
7555
7556 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7557
7558 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7559 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7560 Make the latter a defcustom, with a delayed initialization.
7561
7562 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7563 These were deleted from Gnus itself late 2010.
7564
7565 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7566
7567 * progmodes/which-func.el (which-func-ff-hook):
7568 Check against user-error, not error.
7569
7570 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7571 cl-specs.el, which no longer exists.
7572
7573 2012-05-22 Glenn Morris <rgm@gnu.org>
7574
7575 * info.el (info-emacs-bug): New command.
7576 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7577 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7578
7579 2012-05-21 Glenn Morris <rgm@gnu.org>
7580
7581 * makefile.w32-in (update-subdirs-SH):
7582 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7583
7584 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7585
7586 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7587
7588 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7589 Simplify Maven regexp, and make sure the file can't start with a space
7590 (bug#11517).
7591
7592 2012-05-21 Glenn Morris <rgm@gnu.org>
7593
7594 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7595 Scrap superfluous subshells.
7596
7597 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7600 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7601
7602 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7603
7604 * calc/calc.el (calc-ensure-consistent-units): New variable.
7605
7606 * calc/calc-units.el (math-consistent-units-p)
7607 (math-check-unit-consistency): New functions.
7608 (calc-quick-units, calc-convert-units):
7609 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7610 is non-nil.
7611 (calc-extract-units): Fix typo.
7612
7613 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7616
7617 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7618 (flyspell-default-deplacement-commands): Don't spell check after
7619 repeated window/frame switches (e.g. triggered by mouse-movement).
7620 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7621 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7622 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7623 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7624 Remove unused vars.
7625 (flyspell-get-casechars, flyspell-get-not-casechars):
7626 Simplify; Don't bother removing a ] just to add it back.
7627 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7628
7629 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7630
7631 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7632 New functions.
7633 (math-function-table): Add support for more C functions.
7634
7635 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7636
7637 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7638 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7639 Protect delay handling for otherchars against empty otherchars.
7640
7641 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7644 their respective macro declarations.
7645 * skeleton.el (define-skeleton):
7646 * progmodes/compile.el (define-compilation-mode):
7647 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7648 (define-ibuffer-filter):
7649 * emacs-lisp/generic.el (define-generic-mode):
7650 * emacs-lisp/easy-mmode.el (define-minor-mode)
7651 (define-globalized-minor-mode):
7652 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7653 * emacs-lisp/byte-run.el (defsubst):
7654 * custom.el (deftheme): Add doc-string metadata.
7655
7656 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7659
7660 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7663
7664 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7665 * emacs-lisp/cl-macs.el: Idem.
7666 * emacs-lisp/cl-specs.el: Remove.
7667
7668 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7669
7670 Minor renaming of internal CL functions and variables.
7671 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7672 (cl--position): Rename from cl-position.
7673 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7674 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7675 (cl--random-state): Rename from *random-state*.
7676
7677 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7680 parens around the arg list (bug#11499).
7681
7682 2012-05-17 Juri Linkov <juri@jurta.org>
7683
7684 * isearch.el (word-search-regexp, word-search-backward)
7685 (word-search-forward, word-search-backward-lax)
7686 (word-search-forward-lax): Move functions from search.c
7687 (bug#10145, bug#11381).
7688
7689 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7690
7691 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7692 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7693 Delay for otherchars as for normal word components.
7694
7695 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7696
7697 * minibuffer.el (completion--sifn-requote): Fix last change.
7698 (minibuffer-local-must-match-filename-map):
7699 Move define-obsolete-variable-alias before its var.
7700
7701 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7704
7705 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7706 behavior.
7707 (completion--string-equal-p): New function.
7708 (completion--twq-all): Use it to get better assertion failure data.
7709
7710 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7711 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7712 (shell--requote-argument): New functions.
7713 (shell-completion-vars): Use them.
7714 (shell--parse-pcomplete-arguments): Rename from
7715 shell-parse-pcomplete-arguments.
7716 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7717 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7718 Obey comint-file-name-quote-list.
7719
7720 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7721 (smie-indent-keyword): Use it.
7722
7723 2012-05-14 Stefan Merten <smerten@oekonux.de>
7724
7725 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7726
7727 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * net/rlogin.el (rlogin-mode-map): Fix last change.
7730
7731 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7732
7733 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7734 the following \r\n using a single `process-send-string', since the
7735 Lotus SMTP server refuses to accept any commands if they are sent
7736 with two `process-send-string's (Bug#11444).
7737
7738 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * shell.el (shell-parse-pcomplete-arguments):
7741 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7742
7743 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7744
7745 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7746 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7747 (image-transform-width, image-transform-fit-width): New functions.
7748 (image-transform-properties): Use them.
7749 (image-transform-check-size): New function.
7750 (image-toggle-display-image): Use it (for testing).
7751 (image-transform-set-rotation): Reduce angle mod 360.
7752 Delete obsolete comment.
7753
7754 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7755
7756 * image-mode.el: Fix scaling (bug#11399).
7757 (image-transform-resize): Doc fix.
7758 (image-transform-properties): Default scale is 1 and height should
7759 be an integer.
7760
7761 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7762
7763 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7764 than hard-coding `car', to fix misbehavior when moving forward.
7765
7766 2012-05-13 Chong Yidong <cyd@gnu.org>
7767
7768 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7769 (tabulated-list-entries, tabulated-list-padding)
7770 (tabulated-list-sort-key): Make permanent-local.
7771
7772 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7773 (electric-buffer-list): Put electric buffer menu
7774 command descriptions in this docstring, instead of the docstring
7775 of electric-buffer-menu-mode. Code cleanups.
7776 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7777 Electric-buffer-menu-mode.
7778 (electric-buffer-update-highlight): Minor code cleanup.
7779
7780 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7781
7782 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7783 (Bug#11447)
7784
7785 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7786
7787 Move define-obsolete-variable-alias before the var's definition.
7788 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7789 * tooltip.el (tooltip-hook):
7790 * textmodes/reftex-toc.el (reftex-toc-map):
7791 * textmodes/reftex-sel.el (reftex-select-label-map)
7792 (reftex-select-bib-map):
7793 * textmodes/reftex-index.el (reftex-index-map)
7794 (reftex-index-phrases-map):
7795 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7796 * progmodes/meta-mode.el (meta-mode-map):
7797 * novice.el (disabled-command-hook):
7798 * loadhist.el (unload-hook-features-list):
7799 * frame.el (blink-cursor):
7800 * files.el (find-file-not-found-hooks, write-file-hooks)
7801 (write-contents-hooks):
7802 * emulation/tpu-edt.el (GOLD-map):
7803 * emacs-lock.el (emacs-lock-from-exiting):
7804 * emacs-lisp/generic.el (generic-font-lock-defaults):
7805 * emacs-lisp/chart.el (chart-map):
7806 * dos-fns.el (register-name-alist):
7807 * dired-x.el (dired-omit-files-p):
7808 * desktop.el (desktop-enable):
7809 * cus-edit.el (custom-mode-hook):
7810 * buff-menu.el (buffer-menu-mode-hook):
7811 * bookmark.el (bookmark-read-annotation-text-func)
7812 (bookmark-exit-hooks):
7813 * allout.el (allout-mode-deactivate-hook)
7814 (allout-exposure-change-hook, allout-structure-added-hook)
7815 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7816 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7817 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7818 comes before the corresponding variable's definition.
7819
7820 2012-05-12 Chong Yidong <cyd@gnu.org>
7821
7822 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7823 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7824 (Buffer-menu-mode-map): Bind it.
7825 (Buffer-menu--pretty-name): Add a mouse-face property.
7826
7827 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7830 (prolog-upper-case-string, prolog-lower-case-string)
7831 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7832 (prolog-use-smie, prolog-smie-grammar): New vars.
7833 (prolog-smie-forward-token, prolog-smie-backward-token)
7834 (prolog-smie-rules): New funs.
7835 (prolog-comment-indent): Remove.
7836 (prolog-mode-variables): Use default comment indentation instead.
7837 Setup SMIE.
7838 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7839 (prolog-mode): Don't call them any more.
7840 (prolog-electric-colon, prolog-electric-dash)
7841 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7842
7843 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7844
7845 * minibuffer.el (completion--twq-all): Again, allow case differences.
7846
7847 * term.el: Move keymap initialization code to be more idiomatic.
7848 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7849 (term-terminal-menu): Move initialization into declaration.
7850 (term-escape-char): Let the user set it in her .emacs.
7851
7852 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7853 Provide SMIE-based indentation (not enabled by default yet).
7854 (sh-mode-map): Don't bind electric keys.
7855 Use electric-pair-mode instead of skeleton-pair.
7856 (sh-assignment-regexp): Fit within 80 columns.
7857 (sh-indent-supported): Specify actual shell name instead of boolean.
7858 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7859 (sh-maybe-here-document): Use it. Make obsolete.
7860 (sh-electric-here-document-mode) New minor mode.
7861 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7862 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7863 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7864 (sh-smie-rc-grammar, sh-use-smie): New vars.
7865 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7866 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7867 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7868 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7869 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7870 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7871 (sh-set-shell): Use smie-setup if requested.
7872
7873 * term.el (term-set-escape-char): Properly set term-escape-char.
7874 See http://stackoverflow.com/questions/10524656.
7875
7876 2012-05-10 Chong Yidong <cyd@gnu.org>
7877
7878 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7879 Use url-generic-parse-url, and handle host names and Windows
7880 filenames properly.
7881 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7882 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7883 URL schemes to work on.
7884 (ffap--toggle-read-only): New function.
7885 (ffap-read-only, ffap-read-only-other-window)
7886 (ffap-read-only-other-frame): Use it.
7887 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7888 necessary for ffap-url-unwrap-remote.
7889
7890 2012-05-10 Dave Abrahams <dave@boostpro.com>
7891
7892 * cus-start.el (create-lockfiles): Add it.
7893
7894 2012-05-09 Chong Yidong <cyd@gnu.org>
7895
7896 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7897 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7898
7899 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7900
7901 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7902
7903 2012-05-09 Chong Yidong <cyd@gnu.org>
7904
7905 * ansi-color.el (ansi-color-process-output): Check for validity of
7906 comint-last-output-start before using it. This avoids a bad
7907 interaction with gdb-mi's input/output buffer.
7908
7909 2012-05-09 Glenn Morris <rgm@gnu.org>
7910
7911 * files.el (dir-locals-read-from-file):
7912 Mention dir-locals in any error message.
7913
7914 2012-05-09 Chong Yidong <cyd@gnu.org>
7915
7916 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7917 package (Bug#11410).
7918
7919 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7920 variables into description.
7921
7922 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7925 shell-delimiter-argument-list (bug#11348).
7926 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7927
7928 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7929
7930 * textmodes/rst.el: Silence byte-compiler warnings.
7931 (rst-re-alist, rst-reset-section-caches): Move around.
7932 (rst-re): Use `characterp', not `char-valid-p'.
7933 (font-lock-beg, font-lock-end): Declare.
7934
7935 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7936 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7937
7938 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7939
7940 2012-05-08 Glenn Morris <rgm@gnu.org>
7941
7942 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7943
7944 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * vc/log-edit.el: Add GNU coding standards highlighting.
7947 (log-edit-font-lock-gnu-style)
7948 (log-edit-font-lock-gnu-keywords): New vars.
7949 (log-edit-font-lock-keywords): New fun.
7950 (log-edit-mode): Don't fold case in font-lock.
7951 (log-edit-font-lock-keywords): Do not assume case-folding.
7952
7953 * imenu.el: Misc cleanup. Make docstrings out of comments.
7954 Use lexical-binding.
7955 (imenu--index-alist, imenu--last-menubar-index-alist)
7956 (imenu-menubar-modified-tick): Use defvar-local.
7957 (imenu--split-menu): Remove unused var.
7958 (imenu--cleanup-seen): Declare as global.
7959 (imenu--cleanup): Use dolist.
7960
7961 * subr.el (defvar-local): Add debug spec and doc-string position.
7962
7963 2012-05-08 Glenn Morris <rgm@gnu.org>
7964
7965 * language/burmese.el, language/cham.el, language/czech.el:
7966 * language/english.el, language/georgian.el, language/greek.el:
7967 * language/japanese.el, language/khmer.el, language/korean.el:
7968 * language/lao.el, language/misc-lang.el, language/romanian.el:
7969 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7970 * language/thai.el, language/utf-8-lang.el:
7971 Remove no-byte-compile setting.
7972
7973 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7974
7975 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7976
7977 * progmodes/make-mode.el (makefile-browse):
7978 Remove unnecessary interactive. (Bug#11324)
7979
7980 2012-05-07 Glenn Morris <rgm@gnu.org>
7981
7982 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7983
7984 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7985
7986 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7987
7988 * loadup.el: Preload newcomment.el.
7989 * newcomment.el: Move autoload-only code to toplevel.
7990
7991 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7992 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7993 Handle new :right-align column property.
7994 (tabulated-list-print-col): Idem, plus use `display' text-property to
7995 try and preserve alignment for variable pitch fonts.
7996
7997 2012-05-07 Chong Yidong <cyd@gnu.org>
7998
7999 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
8000 (tabulated-list-use-header-line): New var.
8001 (tabulated-list-init-header): Use it.
8002 (tabulated-list-print-fake-header): New function.
8003 (tabulated-list-print): Use it.
8004 (tabulated-list-sort-button-map): Add non-header-line commands.
8005 (tabulated-list-init-header): Add column name property to basic
8006 labels as well.
8007 (tabulated-list-col-sort): Handle non-header-line button case.
8008 (tabulated-list--sort-by-column-name): Fix a corner case.
8009
8010 * buff-menu.el (list-buffers--refresh):
8011 Handle Buffer-menu-use-header-line.
8012
8013 2012-05-06 Chong Yidong <cyd@gnu.org>
8014
8015 * buff-menu.el: Convert to Tabulated List mode.
8016 (Buffer-menu-buffer+size-width): Make obsolete.
8017 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8018 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8019 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
8020 documentation into docstring of buffer-menu.
8021 (Buffer-menu-toggle-files-only): Add an informative message.
8022 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8023 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8024 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8025 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8026 (Buffer-menu-execute, Buffer-menu-select)
8027 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8028 (Buffer-menu-bury): Use Tabulated List machinery.
8029 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8030 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
8031 Delete.
8032 (list-buffers--refresh): New function.
8033 (list-buffers-noselect): Use it.
8034 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8035 (Buffer-menu--pretty-file-name): New helper functions.
8036
8037 * loadup.el: Preload tabulated-list.
8038
8039 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8040 tabulated-list-sort-column.
8041 (tabulated-list-init-header): Add the initial aligning space even
8042 if tabulated-list-padding is zero.
8043
8044 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
8045
8046 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8047 whose cdr is not a cons cell correctly (bug#11038).
8048
8049 2012-05-06 Chong Yidong <cyd@gnu.org>
8050
8051 * emacs-lisp/tabulated-list.el (tabulated-list-format):
8052 Accept additional plist in column descriptors.
8053 (tabulated-list-init-header): Obey it.
8054 (tabulated-list-get-entry): New function.
8055 (tabulated-list-put-tag): Use it. Use string-width instead of
8056 length.
8057 (tabulated-list--column-number): New function.
8058 (tabulated-list-print): Use it.
8059 (tabulated-list-print-col): New function.
8060 Set `tabulated-list-column-name' property on each column's text.
8061 (tabulated-list-print-entry): Use it.
8062 (tabulated-list-delete-entry, tabulated-list-set-col):
8063 New functions.
8064 (tabulated-list-sort-column): New command (Bug#11337).
8065
8066 * buff-menu.el (list-buffers): Move C-x C-b binding from
8067 buff-menu.el to bindings.el.
8068
8069 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8070 :advertised-binding feature.
8071
8072 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8073
8074 * progmodes/compile.el (compilation-internal-error-properties):
8075 Calculate start position correctly when end-col is set but
8076 end-line is not (Bug#11382).
8077
8078 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8079
8080 * man.el (Man-unindent): Use text-property-default-nonsticky to
8081 prevent untabify from inheriting face properties (Bug#11408).
8082
8083 2012-05-05 Stefan Merten <smerten@oekonux.de>
8084
8085 * textmodes/rst.el: Major merge with upstream development up to
8086 Docutils SVN r7399 / rst.el V1.2.1.
8087
8088 Clarify maintainership and authors.
8089
8090 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8091 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8092 (rst-official-version, rst-official-cvs-rev, rst-version)
8093 (rst-package-emacs-version-alist): New functions and variables
8094 for version information.
8095
8096 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8097 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8098 (rst-mode-syntax-table, rst-mode): New and corrected functions
8099 and variables representing reStructuredText features.
8100
8101 (rst-re): New function for reStructuredText regexes. Use in
8102 many places.
8103
8104 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8105 (rst-mode-map): Rebind keys.
8106
8107 (rst-mode-lazy, rst-font-lock-keywords)
8108 (rst-font-lock-extend-region)
8109 (rst-font-lock-extend-region-internal)
8110 (rst-font-lock-extend-region-extend)
8111 (rst-font-lock-find-unindented-line-limit)
8112 (rst-font-lock-find-unindented-line-match)
8113 (rst-adornment-level, rst-font-lock-adornment-level)
8114 (rst-font-lock-adornment-match)
8115 (rst-font-lock-handle-adornment-pre-match-form)
8116 (rst-font-lock-handle-adornment-matcher): Major revision of
8117 font-locking. Integrate with other code. Use `jit-lock-mode'.
8118
8119 (rst-preferred-adornments, rst-adjust-hook)
8120 (rst-new-adornment-down, rst-preferred-bullets)
8121 (rst-preferred-bullets, rst-indent, rst-indent-width)
8122 (rst-indent-field, rst-indent-literal-normal)
8123 (rst-indent-literal-minimized, rst-indent-comment): Change,
8124 extend and improve customization.
8125
8126 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8127 (rst-normalize-cursor-position, rst-get-decoration)
8128 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8129 (rst-rstrip, rst-toc-insert-find-delete-contents)
8130 (rst-shift-fill-region, rst-compute-bullet-tabs)
8131 (rst-debug-print-tabs, rst-debug-mark-found)
8132 (rst-shift-region-guts, rst-shift-region-right)
8133 (rst-shift-region-left, rst-use-char-classes)
8134 (rst-font-lock-keywords-function)
8135 (rst-font-lock-indentation-point)
8136 (rst-font-lock-find-unindented-line-begin)
8137 (rst-font-lock-find-unindented-line-end)
8138 (rst-font-lock-find-unindented-line)
8139 (rst-font-lock-adornment-point, rst-font-lock-level)
8140 (rst-adornment-level-alist): Remove functions and variables.
8141
8142 (rst-compare-adornments, rst-get-adornment-match)
8143 (rst-suggest-new-adornment, rst-get-adornments-around)
8144 (rst-adornment-complete-p, rst-get-next-adornment)
8145 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8146 (rst-straighten-adornments): Standardize function names to
8147 use "adornment" instead of "decoration". Correct callers.
8148 Similar standardizing in many places.
8149
8150 (rst-update-section, rst-adjust, rst-promote-region)
8151 (rst-enumerate-region, rst-bullet-list-region)
8152 (rst-repeat-last-character): Correct use of `interactive'.
8153
8154 (rst-classify-adornment, rst-find-all-adornments)
8155 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8156 (rst-find-leftmost-column, rst-repeat-last-character):
8157 Refactor functions.
8158
8159 (rst-find-title-line, rst-reset-section-caches)
8160 (rst-get-adornments-around, rst-adjust-adornment-work)
8161 (rst-arabic-to-roman, rst-roman-to-arabic)
8162 (rst-insert-list-pos, rst-insert-list-new-item)
8163 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8164 New functions.
8165
8166 (rst-all-sections, rst-section-hierarchy)
8167 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8168 New variables.
8169
8170 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8171 configuration instead of only buffer. Change where necessary.
8172
8173 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8174 (rst-shift-region, rst-adaptive-fill): New functions for
8175 indentation and filling.
8176
8177 (rst-comment-line-break, rst-comment-indent)
8178 (rst-comment-insert-comment, rst-comment-region)
8179 (rst-uncomment-region): New functions for handling comments.
8180
8181 (rst-compile): Quote shell arguments.
8182
8183 (rst-compile-pdf-preview, rst-compile-slides-preview):
8184 Delete temporary files after use.
8185
8186 2012-05-05 Glenn Morris <rgm@gnu.org>
8187
8188 * calendar/cal-html.el: Optionally include holidays in the output.
8189 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8190 (cal-html-holidays): New option.
8191 (cal-html-css-default): Add holiday entry.
8192 (holiday-in-range): Autoload it.
8193 (cal-html-htmlify-entry): Add optional class argument.
8194 (cal-html-htmlify-list): Add optional holidays argument.
8195 (cal-html-insert-agenda-days): Include holidays in the output.
8196 (cal-html-one-month): Maybe include holidays.
8197
8198 * calendar/holidays.el (holiday-in-range):
8199 Move here from cal-tex-list-holidays.
8200 * calendar/cal-tex.el (cal-tex-list-holidays):
8201 Make it an obsolete alias for holiday-in-range. Update all callers.
8202
8203 2012-05-05 Chong Yidong <cyd@gnu.org>
8204
8205 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8206 Nextstep.
8207
8208 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8209
8210 * files.el (file-auto-mode-skip): New var.
8211 (set-auto-mode-1): Use it.
8212
8213 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * repeat.el: Use lexical-binding.
8216 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8217 (repeat-undo-count): Remove.
8218 (repeat):
8219 * progmodes/octave-mod.el (octave-abbrev-start):
8220 * progmodes/f90.el (f90-abbrev-start):
8221 * face-remap.el (text-scale-adjust):
8222 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8223
8224 * emacs-lisp/pcase.el (pcase--let*): New function.
8225 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8226 a bit more.
8227 (pcase--split-pred): Be more clever about ruling out overlap between
8228 a predicate and some constant pattern.
8229 (pcase--q1): Use `null' instead of (eq foo nil).
8230
8231 * subr.el (setq-local, defvar-local): New macros.
8232 (kbd): Redefine as an alias.
8233 (with-selected-window): Leave unrelated frames alone.
8234 (set-temporary-overlay-map): New function.
8235
8236 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * subr.el (user-error): New function.
8239 * window.el (switch-to-buffer):
8240 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8241 (smerge-match-conflict):
8242 * simple.el (previous-matching-history-element)
8243 (next-matching-history-element, goto-history-element, undo-more)
8244 (undo-start):
8245 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8246 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8247 (next-file, tags-loop-scan, list-tags, complete-tag):
8248 * progmodes/compile.el (compilation-loop):
8249 * mouse.el (mouse-minibuffer-check):
8250 * man.el (Man-bgproc-sentinel, Man-goto-page):
8251 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8252 (Info-history-forward, Info-follow-reference, Info-menu)
8253 (Info-extract-menu-item, Info-extract-menu-counting)
8254 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8255 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8256 (Info-next-reference, Info-prev-reference, Info-index)
8257 (Info-index-next, Info-follow-nearest-node)
8258 (Info-copy-current-node-name):
8259 * imenu.el (imenu--make-index-alist)
8260 (imenu-default-create-index-function, imenu-add-to-menubar):
8261 * files.el (basic-save-buffer, recover-file):
8262 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8263 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8264 (checkdoc-message-text, checkdoc-defun):
8265 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8266 * cus-edit.el (customize-changed-options, customize-rogue)
8267 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8268 (custom-variable-mark-to-reset-standard)
8269 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8270 (custom-file):
8271 * completion.el (check-completion-length):
8272 * comint.el (comint-search-arg)
8273 (comint-previous-matching-input-string-position)
8274 (comint-previous-matching-input)
8275 (comint-replace-by-expanded-history-before-point, comint-send-input)
8276 (comint-copy-old-input, comint-backward-matching-input)
8277 (comint-goto-process-mark, comint-set-process-mark):
8278 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8279 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8280
8281 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * dabbrev.el (dabbrev--ignore-case-p): New function.
8284 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8285 Use it.
8286
8287 * files.el (automount-dir-prefix): Mark as obsolete.
8288
8289 2012-05-04 Glenn Morris <rgm@gnu.org>
8290
8291 * patcomp.el, play/bruce.el: Move to obsolete/.
8292
8293 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8294
8295 Fix minor Y10k bugs.
8296 * arc-mode.el (archive-unixdate):
8297 * autoinsert.el (auto-insert-alist):
8298 * calc/calc-forms.el (math-this-year):
8299 * emacs-lisp/copyright.el (copyright-current-year)
8300 (copyright-update-year, copyright):
8301 * tar-mode.el (tar-clip-time-string):
8302 * time.el (display-time-update):
8303 Don't assume years have 4 digits.
8304
8305 2012-05-04 Chong Yidong <cyd@gnu.org>
8306
8307 * dos-w32.el (file-name-buffer-file-type-alist)
8308 (direct-print-region-use-command-dot-com):
8309 * ffap.el (ffap-menu-regexp):
8310 * find-file.el (ff-special-constructs):
8311 * follow.el (follow-debug):
8312 * forms.el (forms--debug):
8313 * iswitchb.el (iswitchb-all-frames):
8314 * ido.el (ido-all-frames):
8315 * emacs-lisp/timer.el (timer-max-repeats):
8316 * mail/feedmail.el (feedmail-mail-send-hook)
8317 (feedmail-mail-send-hook-queued):
8318 * mail/footnote.el (footnote-signature-separator):
8319 * mail/mailabbrev.el (mail-alias-separator-string)
8320 (mail-abbrev-mode-regexp):
8321 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8322 * progmodes/idlwave.el (idlwave-libinfo-file)
8323 (idlwave-default-completion-case-is-down)
8324 (idlwave-library-routines): Convert defvars to defcustoms.
8325
8326 * mail/rmail.el (rmail-decode-mime-charset):
8327 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8328 (idlwave-shell-fix-inserted-breaks)
8329 (idlwave-shell-activate-alt-keybindings)
8330 (idlwave-shell-use-breakpoint-glyph):
8331 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8332
8333 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8334
8335 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8336
8337 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8338
8339 * progmodes/verilog-mode.el (font-lock-keywords):
8340 Fix mis-highligting auto. Reported by Craig Barner.
8341 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8342 defines from global name space. Reported by Dan Dever.
8343 (verilog-auto-reset, verilog-auto-reset-widths)
8344 (verilog-auto-tieoff): Support using unbased numbers for
8345 AUTORESET and AUTOTIEOFF.
8346 (verilog-submit-bug-report): Update variable list.
8347 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8348 parenthesis from not matching. Reported by Michael Rytting.
8349 (verilog-auto-template-lint): Fix hash error when linting modules
8350 with no used templates.
8351 (verilog-warn, verilog-warn-error)
8352 (verilog-warn-fatal): When non-interactive report multiple
8353 warnings before exiting. Suggested by Brad Dobbie.
8354 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8355 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8356 to report unused template errors. Reported by Brad Dobbie.
8357 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8358 nets, bug438. Reported by Vns Blore.
8359 (verilog-auto-inout-module, verilog-auto-reg)
8360 (verilog-read-decls, verilog-read-sub-decls-sig)
8361 (verilog-signals-edit-wire-reg, verilog-signals-with):
8362 Fix passing of Verilog data types in ANSI input/output ports
8363 such as "output logic" into the AUTOs. Special case "wire" and
8364 "reg" for backwards compatibility presuming Verilog 2001.
8365 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8366 (verilog-preprocess): Fix replication of preprocess output.
8367 Reported by Brad Dobbie.
8368 (verilog-auto-inst-interfaced-ports):
8369 Create verilog-auto-inst-interfaced-ports, bug429.
8370 Reported by Julian Gorfajn.
8371 (verilog-after-save-font-hook)
8372 (verilog-before-save-font-hook): New variable.
8373 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8374 (verilog-save-font-mods): Wrap disabling fontification, reported
8375 by David Rogoff.
8376 (verilog-do-indent, verilog-pretty-declarations-auto)
8377 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8378 Reported by Pierre-David Pfister.
8379 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8380 of class declarations, bug292. Reported by Kevin Heilman.
8381 (verilog-read-decls): Fix 'parameter type' not appearing in
8382 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8383 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8384 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8385 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8386 Reported by David Kravitz.
8387
8388 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8389
8390 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8391 assignment with tests in ifs and for loops.
8392 (verilog-extended-complete-re, verilog-complete-reg): Change so
8393 that DPI inport functions don't look like fuction declarations.
8394 (verilog-pretty-expr): Don't line up assignment
8395 operations to the test and increment in if and for loops
8396 (verilog-extended-complete-re, verilog-complete-reg): Change so
8397 that DPI inport functions don't look like fuction declarations.
8398
8399 2012-05-03 Kenichi Handa <handa@m17n.org>
8400
8401 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8402 decoding, and show a warning message without signaling an error
8403 (Bug#11282).
8404
8405 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * emacs-lisp/bytecomp.el
8408 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8409 since cconv.el might have introduced :fun-body, internal-make-closure,
8410 and friends for bytecomp to handle (bug#11391).
8411 * custom.el (defcustom): Avoid ((λ ..) ..).
8412
8413 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8414
8415 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8416
8417 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8418
8419 * notifications.el (dbus-debug):
8420 * term/linux.el (gpm-mouse-enable):
8421 * term/screen.el (xterm-register-default-colors): Declare.
8422
8423 2012-05-02 Chong Yidong <cyd@gnu.org>
8424
8425 * cus-start.el (gc-cons-percentage, exec-suffixes)
8426 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8427 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8428 (make-cursor-line-fully-visible, void-text-area-pointer)
8429 (font-list-limit): Add customization data.
8430
8431 * allout.el (allout-exposure-change-functions)
8432 (allout-structure-added-functions)
8433 (allout-structure-deleted-functions)
8434 (allout-structure-shifted-functions): Rename abnormal hooks from
8435 *-hook, and convert to defcustoms.
8436 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8437 Convert to defcustoms.
8438 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8439
8440 * allout-widgets.el: Hook callers changed.
8441
8442 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8443
8444 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8445 the yanked message in preference to the default value of
8446 buffer-file-coding-system.
8447
8448 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8449
8450 * window.el (display-buffer--action-function-custom-type):
8451 Fix entry.
8452
8453 2012-05-02 Alan Mackenzie <acm@muc.de>
8454
8455 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8456
8457 2012-05-01 Glenn Morris <rgm@gnu.org>
8458
8459 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8460
8461 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8462
8463 * cus-edit.el (custom-variable-documentation): Simplify with format.
8464
8465 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8466 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * simple.el (suggest-key-bindings, execute-extended-command):
8469 Move from keyboard.c.
8470
8471 2012-05-01 Chong Yidong <cyd@gnu.org>
8472
8473 * follow.el: Eliminate advice.
8474 (set-process-filter, process-filter, sit-for): Advice deleted.
8475 (follow-mode-off-hook): Obsolete hook removed.
8476 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8477 Vars deleted.
8478 (follow-auto): Use a :set function.
8479 (follow-mode): Rewritten. Don't advise process filters.
8480 (follow-switch-to-current-buffer-all, follow-scroll-up)
8481 (follow-scroll-down): Assume follow-mode is bound.
8482 (follow-comint-scroll-to-bottom)
8483 (follow-align-compilation-windows): New functions.
8484 (follow--window-sorter): New function.
8485 (follow-all-followers): Use it to explicitly sort windows by their
8486 positions; don't make assumptions about next-window order.
8487 (follow-windows-start-end, follow-delete-other-windows-and-split)
8488 (follow-calc-win-start): Doc fix.
8489 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8490 vertical-motion unnecessarily.
8491 (follow-adjust-window): New function.
8492 (follow-post-command-hook): Use it.
8493 (follow-call-set-process-filter, follow-call-process-filter)
8494 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8495 (follow-stop-intercept-process-output, follow-generic-filter):
8496 Functions deleted.
8497 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8498 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8499 New functions, replacing advice on scroll-bar-* commands.
8500 (follow-mwheel-scroll): New function (Bug#4112).
8501
8502 * comint.el (comint-adjust-point): New function.
8503 (comint-postoutput-scroll-to-bottom): Use it.
8504 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8505
8506 2012-05-01 Glenn Morris <rgm@gnu.org>
8507
8508 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8509 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8510 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8511 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8512 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8513 Remove no-byte-compile setting.
8514
8515 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8518 all-completions code to not return a number in the last cdr.
8519
8520 2012-04-30 Leo Liu <sdl.web@gmail.com>
8521
8522 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8523 read-only error.
8524
8525 2012-04-29 Chong Yidong <cyd@gnu.org>
8526
8527 * follow.el (follow-calc-win-end): Rewrite to handle partial
8528 screen lines correctly (Bug#8390).
8529 (follow-avoid-tail-recenter): Minor cleanup.
8530
8531 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8532
8533 Avoid the obsolete `assoc' package.
8534 * speedbar.el (speedbar-refresh): Avoid adelete.
8535 (speedbar-file-lists): Simplify and avoid aput.
8536 * man.el (Man--sections, Man--refpages): New vars, replacing
8537 Man-sections-alist and Man-refpages-alist.
8538 (Man-build-section-alist, Man-build-references-alist):
8539 Use them; avoid aput.
8540 (Man--last-section, Man--last-refpage): New vars.
8541 (Man-follow-manual-reference): Use them.
8542 Use the `default' arg of completing-read.
8543 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8544
8545 2012-04-27 Chong Yidong <cyd@gnu.org>
8546
8547 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8548
8549 * startup.el (x-apply-session-resources): New function.
8550
8551 * term/ns-win.el (ns-initialize-window-system):
8552 * term/w32-win.el (w32-initialize-window-system):
8553 * term/x-win.el (x-initialize-window-system): Use it to properly
8554 set menu-bar-mode and other vars from X resources, even if the
8555 initial frame is not a window-system frame (Bug#2299).
8556
8557 * subr.el (read-key): Avoid running filter function when setting
8558 up temporary tool bar entries (Bug#9922).
8559
8560 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8561
8562 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8563 (Bug#11344)
8564
8565 2012-04-27 Chong Yidong <cyd@gnu.org>
8566
8567 * select.el (xselect--encode-string): New function, split from
8568 xselect-convert-to-string.
8569 (xselect-convert-to-string): Use it.
8570 (xselect-convert-to-filename, xselect-convert-to-os)
8571 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8572 returned strings are properly encoded (Bug#11315).
8573
8574 2012-04-27 Chong Yidong <cyd@gnu.org>
8575
8576 * simple.el (delete-active-region): Move to killing custom group.
8577
8578 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8579
8580 * progmodes/which-func.el (which-func-current): Quote %
8581 characters for mode-line processing.
8582
8583 2012-04-27 Chong Yidong <cyd@gnu.org>
8584
8585 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8586 reaching eob (Bug#11286).
8587
8588 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8589
8590 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8591 (gdb): Make it buffer-local and init to zero.
8592 (gdb-control-commands-regexp): New variable.
8593 (gdb-send): Don't wrap in "-interpreter-exec console" if
8594 gdb-control-level is positive. Increment gdb-control-level
8595 whenever the command matches gdb-control-commands-regexp, and
8596 decrement it each time the command is "end". (Bug#11279)
8597
8598 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8599
8600 * window.el (adjust-window-trailing-edge, enlarge-window)
8601 (shrink-window, window-resize):
8602 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8603 windows (Bug#11276).
8604
8605 2012-04-27 Chong Yidong <cyd@gnu.org>
8606
8607 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8608 fix "missing prefix" warning. All callers changed.
8609
8610 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * emacs-lisp/assoc.el: Move to obsolete/.
8613
8614 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8617
8618 * term/ns-win.el (ns-define-service):
8619 * progmodes/pascal.el (pascal-goto-defun):
8620 * progmodes/js.el (js--read-tab):
8621 * progmodes/etags.el (tags-lazy-completion-table):
8622 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8623 * emacs-lisp/ewoc.el (ewoc--wrap):
8624 * emacs-lisp/assoc.el (aput, adelete, amake):
8625 * doc-view.el (doc-view-convert-current-doc):
8626 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8627
8628 2012-04-26 Chong Yidong <cyd@gnu.org>
8629
8630 * image.el (image-type-from-buffer): Only return supported image
8631 type (Bug#9045).
8632
8633 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8634 value, for symmetry with diff-end-of-hunk.
8635 (diff-split-hunk, diff-find-source-location)
8636 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8637 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8638 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8639 compute the relevant hunk or file properly (Bug#6005).
8640 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8641
8642 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8643
8644 * vc/vc-mtn.el:
8645 * vc/vc-hg.el:
8646 * vc/vc-git.el:
8647 * vc/vc-dir.el:
8648 * vc/vc-cvs.el:
8649 * vc/vc-bzr.el:
8650 * vc/vc-arch.el:
8651 * vc/vc.el: Replace lexical-let by lexical-binding.
8652 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8653 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8654 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8655
8656 2012-04-26 Chong Yidong <cyd@gnu.org>
8657
8658 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8659 (diff-mode-shared-map): Bind it to / and [remap undo].
8660
8661 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8662 (ediff-window-setup-function): Use it as the default, to set up
8663 windows based on whether the current frame is graphical (Bug#2138).
8664 (ediff-choose-window-setup-function-automatically): Make obsolete.
8665
8666 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8667
8668 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * ffap.el: Remove old code for obsolete package.
8671 (ffap-complete-as-file-p): Remove.
8672
8673 Use completion-table-with-quoting for comint and pcomplete.
8674 * comint.el (comint--unquote&requote-argument)
8675 (comint--unquote-argument, comint--requote-argument): New functions.
8676 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8677 (comint-quote-filename): Use regexp-opt-charset.
8678 (comint--common-suffix, comint--common-quoted-suffix)
8679 (comint--table-subvert): Remove.
8680 (comint-unquote-function, comint-requote-function): New vars.
8681 (comint--complete-file-name-data): Use them with
8682 completion-table-with-quoting.
8683 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8684 * pcomplete.el (pcomplete-arg-quote-list)
8685 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8686 (pcomplete-unquote-argument-function): Default to non-nil.
8687 (pcomplete-unquote-argument): Simplify.
8688 (pcomplete--common-quoted-suffix): Remove.
8689 (pcomplete-requote-argument-function): New var.
8690 (pcomplete--common-suffix): New function.
8691 (pcomplete-completions-at-point): Use completion-table-with-quoting
8692 and completion-table-subvert.
8693
8694 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8695 (minibuffer--double-dollars): Preserve properties.
8696 (completion--sifn-requote): New function.
8697 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8698
8699 * minibuffer.el: Add support for completion of quoted/escaped data.
8700 (completion-table-with-quoting, completion-table-subvert): New funs.
8701 (completion--twq-try, completion--twq-all): New functions.
8702 (completion--nth-completion): New function.
8703 (completion-try-completion, completion-all-completions): Use it.
8704
8705 2012-04-25 Leo Liu <sdl.web@gmail.com>
8706
8707 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8708 Use compilation-message if available to find real filename.
8709
8710 2012-04-25 Chong Yidong <cyd@gnu.org>
8711
8712 * vc/diff-mode.el (diff-setup-whitespace): New function.
8713 (diff-mode): Use it.
8714
8715 * vc/diff.el (diff-sentinel):
8716 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8717 Whitespace mode variables based on diff style (Bug#8612).
8718
8719 2012-04-25 Leo Liu <sdl.web@gmail.com>
8720
8721 * progmodes/python.el (python-send-region): Add suffix .py to the
8722 temp file.
8723
8724 * files.el (auto-mode-alist): Use javascript-mode instead.
8725
8726 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8727
8728 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8729
8730 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8731 (soap-resolve-references-for-array-type): Hack to prevent self
8732 references, see Bug#9.
8733 (soap-parse-envelope): Report the contents of the 'detail' node
8734 when receiving a fault reply.
8735 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8736
8737 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8738 (soap-inspect-simple-type): New function.
8739
8740 * net/soap-client.el (soap-simple-type): New struct.
8741 (soap-default-xsd-types, soap-default-soapenc-types)
8742 (soap-decode-basic-type, soap-encode-basic-type):
8743 support unsignedInt and double basic types.
8744 (soap-resolve-references-for-simple-type)
8745 (soap-parse-simple-type, soap-encode-simple-type): New function.
8746 (soap-parse-schema): Parse xsd:simpleType declarations.
8747
8748 * net/soap-client.el (soap-default-xsd-types)
8749 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8750 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8751 the local name of "soapenc:Array".
8752 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8753 decoding integer, byte and anyURI xsd types.
8754
8755 2012-04-25 Chong Yidong <cyd@gnu.org>
8756
8757 * cus-edit.el (custom-buffer-create-internal): Update header text.
8758
8759 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8760
8761 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8762 settings on 'system-type', not on 'window-system'. On MS-Windows,
8763 set interactive-mode on in GDB.
8764
8765 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8766
8767 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8768 (ruby-syntax-propertize-regexp): Remove.
8769 (ruby-syntax-propertize-function): Split regexp into chunks.
8770 Match following code directly.
8771
8772 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8773
8774 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8775 (ruby-syntax-propertize-regexp): New function.
8776 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8777 by a special keyword.
8778
8779 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8780 (ruby-syntax-general-delimiters-goto-beg)
8781 (ruby-syntax-propertize-general-delimiters): New functions.
8782 (ruby-syntax-propertize-function): Use them to handle GDL.
8783 (ruby-font-lock-keywords): Move old handling of GDL...
8784 (ruby-font-lock-syntactic-keywords): .. to here.
8785 (ruby-calculate-indent): Adjust indentation for GDL.
8786
8787 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8788
8789 * notifications.el (top): Remove unneeded declarations.
8790 (notifications-specification-version): Change to "1.2".
8791 (notifications-interface, notifications-notify-method)
8792 (notifications-close-notification-method): Fix docstring.
8793 (notifications-get-capabilities-method): New defconst.
8794 (notifications-notify): Add :action-items, :resident and
8795 :transient hints. Change "image_data" to "image-data" and
8796 "image_path" to "image-path".
8797 (notifications-get-capabilities): New defun.
8798
8799 2012-04-24 Leo Liu <sdl.web@gmail.com>
8800
8801 * progmodes/python.el: Move hideshow setup to the end.
8802
8803 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8804
8805 * window.el (handle-select-window): Clear echo area since this is
8806 no more done by read_char (Bug#11304).
8807
8808 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8809
8810 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8811 and `/ M' to filter-derived-mode.
8812 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8813 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8814 (ibuffer-mark-by-mode): Use default rather than initial-input.
8815 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8816
8817 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8818
8819 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8820 (ibuffer-filter-by-derived-mode): New filter.
8821 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8822
8823 2012-04-23 Andreas Politz <politza@fh-trier.de>
8824
8825 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8826
8827 2012-04-23 Chong Yidong <cyd@gnu.org>
8828
8829 * cus-edit.el (customize-apropos, customize-apropos-options):
8830 Disable matching of non-option variables (Bug#11176).
8831 (customize-option, customize-option-other-window)
8832 (customize-changed-options): Doc fix.
8833 (customize-apropos-options, customize-apropos-faces)
8834 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8835
8836 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8837 Fix word list splitting (Bug#11132).
8838 (apropos-symbol, apropos-keybinding, apropos-label)
8839 (apropos-property, apropos-function-button)
8840 (apropos-variable-button, apropos-misc-button): New faces.
8841 (apropos-symbol-face, apropos-keybinding-face)
8842 (apropos-label-face, apropos-property-face, apropos-match-face):
8843 Variables removed (Bug#8396).
8844 (apropos-library-button, apropos-format-plist, apropos-print)
8845 (apropos-print-doc, apropos-describe-plist): Callers changed.
8846
8847 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8848
8849 * net/xesam.el (xesam-mode-map): Use let-bound map in
8850 initialization. (Bug#11292)
8851
8852 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8853
8854 Preserve ispell session localwords when switching back to
8855 original buffer.
8856
8857 * textmodes/ispell.el (ispell-buffer-session-localwords):
8858 New buffer-local variable to hold buffer session localwords.
8859 (ispell-kill-ispell): Add option 'clear to delete session
8860 localwords.
8861 (ispell-command-loop, ispell-change-dictionary)
8862 (ispell-buffer-local-words): Preserve session localwords when
8863 needed.
8864
8865 * textmodes/flyspell.el (flyspell-process-localwords)
8866 (flyspell-do-correct): Preserve session localwords when needed.
8867
8868 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8869
8870 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8871 using obsolete `translation-table-for-input'.
8872 (ispell-word, ispell-process-line, ispell-complete-word):
8873 Use plain `insert' instead of removed `ispell-insert-word'.
8874
8875 2012-04-22 Chong Yidong <cyd@gnu.org>
8876
8877 * cus-edit.el (custom-variable-menu)
8878 (custom-variable-reset-saved, custom-face-menu)
8879 (custom-face-reset-saved): If there is no saved value, make the
8880 "reset-saved" operation bring back the default (Bug#9509).
8881 (custom-face-state): Properly detect themed faces.
8882
8883 * faces.el (face-spec-set): Stop supporting deprecated form of
8884 third arg.
8885
8886 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8887
8888 Move functions from C to Lisp. Make non-blocking method calls
8889 the default. Implement further D-Bus standard interfaces.
8890
8891 * net/dbus.el (dbus-message-internal): Declare function.
8892 Remove unneeded function declarations.
8893 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8894 (dbus-message-type-method-return, dbus-message-type-error)
8895 (dbus-message-type-signal): Declare variables. Remove local
8896 definitions.
8897 (dbus-interface-dbus, dbus-interface-peer)
8898 (dbus-interface-introspectable, dbus-interface-properties)
8899 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8900 Adapt docstring.
8901 (dbus-interface-objectmanager): New defconst.
8902 (dbus-call-method, dbus-call-method-asynchronously)
8903 (dbus-send-signal, dbus-method-return-internal)
8904 (dbus-method-error-internal, dbus-register-service)
8905 (dbus-register-signal, dbus-register-method): New defuns, moved
8906 from dbusbind.c
8907 (dbus-call-method-handler, dbus-setenv)
8908 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8909 New defuns.
8910 (dbus-call-method-non-blocking): Make it an obsolete function.
8911 (dbus-unregister-object, dbus-unregister-service)
8912 (dbus-handle-event, dbus-register-property)
8913 (dbus-property-handler): Obey the new structure of
8914 `bus-registered-objects'.
8915 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8916 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8917 Use `dbus-call-method'.
8918
8919 2012-04-22 Chong Yidong <cyd@gnu.org>
8920
8921 * cus-edit.el (custom-commands, custom-reset-menu)
8922 (Custom-reset-standard): Tweak labels.
8923 (custom-reset-button-menu): Change default to t.
8924 (custom-buffer-create-internal): For the custom-reset-button-menu
8925 case, put the revert button first.
8926 (custom-group-subtitle): New face.
8927 (custom-group-value-create): Align docstring to a specific column.
8928
8929 * wid-edit.el (widget-documentation-link-add): Don't handle
8930 indentation in this function.
8931 (widget-documentation-string-indent-to): New function.
8932 (widget-documentation-string-value-create): Use it.
8933
8934 * autorevert.el (auto-revert):
8935 * epg-config.el (epg):
8936 * ibuffer.el (ibuffer):
8937 * mpc.el (mpc):
8938 * ses.el (ses):
8939 * eshell/eshell.el (eshell):
8940 * net/ange-ftp.el (ange-ftp):
8941 * progmodes/ebnf2ps.el (postscript):
8942 * progmodes/flymake.el (flymake):
8943 * progmodes/prolog.el (prolog):
8944 * progmodes/verilog-mode.el (verilog-mode):
8945 * progmodes/which-func.el (which-func):
8946 * term/xterm.el (xterm):
8947 * textmodes/picture.el (picture):
8948 * textmodes/tildify.el (tildify):
8949 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8950 customization buffers.
8951
8952 2012-04-22 Alan Mackenzie <acm@muc.de>
8953
8954 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8955 Adding a ) can hide the resulting (..) from searches. Fix it.
8956 Bound the backward search to the position of the existing (.
8957
8958 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8959
8960 * progmodes/verilog-mode.el (verilog-mode): Check whether
8961 which-func-modes is t before adding verilog-mode.
8962 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8963
8964 2012-04-21 Leo Liu <sdl.web@gmail.com>
8965
8966 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8967
8968 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8969
8970 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8971 filling of the last column of a table (Bug#5635).
8972 (woman-find-next-control-line): New arg, specifying an additional
8973 regexp component for the control line.
8974 (woman2-roff-buffer): Use it.
8975 (woman-break-table): New function.
8976 (woman2-TS): Use it.
8977
8978 2012-04-21 Chong Yidong <cyd@gnu.org>
8979
8980 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8981 (woman-horizontal-escapes, woman-negative-vertical-space)
8982 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8983 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8984
8985 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 * minibuffer.el (completion-file-name-table): Complete user names.
8988
8989 2012-04-20 Leo Liu <sdl.web@gmail.com>
8990
8991 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8992 and pcase-let*.
8993
8994 2012-04-20 Chong Yidong <cyd@gnu.org>
8995
8996 * server.el (server-execute): Respect initial-buffer-choice if it
8997 is a string and there are no files to open (Bug#2825).
8998 (server-create-window-system-frame, server-create-tty-frame):
8999 Don't switch buffers here.
9000 (server-process-filter): Only try to open a window system frame if
9001 compiled with graphical support (Bug#8314).
9002
9003 2012-04-20 Dan Nicolaescu <dann@gnu.org>
9004
9005 * battery.el (battery-echo-area-format): Display remaining time
9006 for sysfs backend too (Bug#11269).
9007 (battery-linux-sysfs): Fix conditional for the charge.
9008
9009 2012-04-20 Chong Yidong <cyd@gnu.org>
9010
9011 * progmodes/gdb-mi.el (gdb): Revert previous change.
9012 (gdb-inferior-io--init-proc): New function.
9013 (gdb-init-1): Use it.
9014 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9015 responsible for allocating a new pty and hooking it to gdb when
9016 the old pty gets an EIO due to process exit.
9017 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
9018 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9019 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9020
9021 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9022
9023 * window.el (window-min-size, window-sizable, window-min-delta)
9024 (window-max-delta, window--resizable, window-resizable)
9025 (window-total-size, window-full-height-p, window-full-width-p)
9026 (window-in-direction, window--resize-mini-window, window-resize)
9027 (window--resize-child-windows-normal)
9028 (window--resize-child-windows, window--resize-siblings)
9029 (window--resize-this-window, adjust-window-trailing-edge)
9030 (enlarge-window, shrink-window): Doc fixes.
9031
9032 2012-04-20 Chong Yidong <cyd@gnu.org>
9033
9034 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9035 New function to call delete-process on the gdb-inferior buffer's pty.
9036 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9037 pty process (Bug#11273).
9038 (gdb-update): New arg to suppress talking to the gdb process.
9039 (gdb-done-or-error): Use it.
9040 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9041 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9042 sentinel not being called.
9043
9044 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9045
9046 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9047
9048 2012-04-20 Glenn Morris <rgm@gnu.org>
9049
9050 * net/network-stream.el (open-network-stream): Doc fix.
9051
9052 2012-04-20 Chong Yidong <cyd@gnu.org>
9053
9054 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9055
9056 2012-04-20 Alan Mackenzie <acm@muc.de>
9057
9058 Ensure searching for keywords is case sensitive.
9059
9060 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9061 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9062 (c-defun-name, c-mark-function, c-cpp-define-name)
9063 (c-comment-indent, c-scan-conditionals, c-indent-defun)
9064 (c-context-line-break): Bind case-fold-search to nil.
9065
9066 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9067 Bind case-fold-search to nil.
9068
9069 2012-04-20 Chong Yidong <cyd@gnu.org>
9070
9071 * mail/sendmail.el (mail-bury): Call return action with the right
9072 Rmail buffer (Bug#11242).
9073
9074 * server.el (server-process-filter): Handle corner case where both
9075 tty and nowait options are present (Bug#11102).
9076
9077 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9078
9079 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
9080 (top level): Put into the executable the ident-style '$Id:' tag on
9081 windows-nt as well.
9082
9083 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9084
9085 * electric.el (electric-indent-post-self-insert-function): Check that
9086 electric-indent-mode is enabled in current buffer.
9087
9088 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9089
9090 * imenu.el (imenu-progress-message): Restore; it is "used" in
9091 erc/erc-imenu.el and net/snmp-mode.el.
9092
9093 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9094
9095 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9096 (mouse-avoidance-nudge-mouse): Remove unused binding.
9097
9098 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9099
9100 * descr-text.el (describe-char):
9101 * progmodes/python.el (python-describe-symbol):
9102 Don't call `toggle-read-only', set `buffer-read-only'.
9103
9104 * imenu.el (imenu-default-goto-function): Mark unused args.
9105 (imenu-progress-message): Remove obsolete macro; all callers changed.
9106
9107 * subr.el (keymap-canonicalize): Remove unused binding.
9108 (read-passwd): Mark unused arg.
9109
9110 * tutorial.el (tutorial--display-changes): Remove unused binding.
9111 (tutorial--save-tutorial-to): Remove unused variable.
9112
9113 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9114 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9115 (package-generate-autoloads, package-menu--generate)
9116 (package-menu--find-upgrades): Remove unused bindings.
9117
9118 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9119 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9120 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9121 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9122 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9123 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9124 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9125 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9126 (cua-delete-char-rectangle): Mark unused args.
9127 (cua-align-rectangle): Remove unused binding.
9128
9129 * mail/rmail.el (compilation--message->loc)
9130 (epa--find-coding-system-for-mime-charset): Declare.
9131
9132 * net/dbus.el (dbus-register-service): Declare.
9133 (dbus-name-owner-changed-handler): Remove unused binding.
9134
9135 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9136 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9137 (nxml-scan-backward-within): Mark unused arg.
9138 (nxml-dynamic-markup-word): Remove unused binding.
9139
9140 * mouse.el (mouse-menu-major-mode-map):
9141 * emacs-lisp/authors.el (authors-scan-change-log)
9142 (authors-add-to-author-list):
9143 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9144 * emacs-lisp/smie.el (smie-auto-fill):
9145 * mail/sendmail.el (mail-bury):
9146 * mail/unrmail.el (unrmail):
9147 * net/tls.el (open-tls-stream):
9148 * textmodes/picture.el (picture-mouse-set-point):
9149 Remove unused bindings.
9150
9151 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
9152
9153 * net/tramp.el (tramp-action-password): Let-bind
9154 `enable-recursive-minibuffers' to t.
9155
9156 2012-04-18 Sam Steingold <sds@gnu.org>
9157
9158 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9159 instead of 'string to accommodate values like [f11].
9160 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9161 * progmodes/gdb-mi.el: Likewise.
9162
9163 2012-04-18 Leo Liu <sdl.web@gmail.com>
9164
9165 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9166 current buffer.
9167 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9168 LOCAL is nil.
9169
9170 2012-04-18 Chong Yidong <cyd@gnu.org>
9171
9172 * simple.el (line-move): Use forward-line if in batch mode
9173 (Bug#11053).
9174
9175 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9176
9177 * files.el (after-find-file): Do not try to add a final newline if
9178 the buffer is read-only (Bug#11156).
9179
9180 2012-04-17 Richard Stallman <rms@gnu.org>
9181
9182 * mail/rmail.el (rmail-start-mail):
9183 Pass (rmail-mail-return...) for the return-action.
9184 Pass (rmail-yank-current-message...) for the yank-action.
9185 (rmail-yank-current-message): New function.
9186 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9187 (rmail-reply): Likewise.
9188 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9189
9190 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9191 buffer, not the last. Reject temp buffers. Use the rmail-mode
9192 buffer, not newbuf.
9193
9194 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
9195
9196 * server.el (server-ensure-safe-dir): Simplify.
9197
9198 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9199
9200 * emacs-lisp/smie.el: Provide smarter auto-filling.
9201 (smie-auto-fill): New function.
9202 (smie-setup): Use it.
9203
9204 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9205
9206 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
9207
9208 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9209 (comment-indent): Use it.
9210
9211 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9212
9213 * ses.el: The overall change is to add cell renaming, that is
9214 setting fancy names for cell symbols other than name matching
9215 "\\`[A-Z]+[0-9]+\\'" regexp .
9216 (ses-localvars): Add ses--renamed-cell-symb-list.
9217 (ses-create-cell-variable): New defun.
9218 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9219 (ses-relocate-formula): Relocate formulas only for cells the
9220 symbols of which are not renamed, i.e. symbols whose names do not
9221 match regexp "\\`[A-Z]+[0-9]+\\'".
9222 (ses-relocate-all): Relocate values only for cells the symbols of
9223 which are not renamed.
9224 (ses-load): Create cells variables as the (ses-cell ...) are read,
9225 in order to check row col consistency with cell symbol name only
9226 for cells that are not renamed.
9227 (ses-replace-name-in-formula): New defun.
9228 (ses-rename-cell): New defun.
9229
9230 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9231
9232 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9233 New option (bug#11118).
9234 (perl-calculate-indent): Respect it.
9235
9236 2012-04-17 Glenn Morris <rgm@gnu.org>
9237
9238 * dired-aux.el (dired-mark-read-string): Doc fix.
9239
9240 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9241
9242 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9243 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9244
9245 2012-04-17 Glenn Morris <rgm@gnu.org>
9246
9247 * mouse.el (mouse-drag-track):
9248 * speedbar.el (speedbar-frame-mode):
9249 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9250
9251 2012-04-16 Leo Liu <sdl.web@gmail.com>
9252
9253 * progmodes/python.el: Trivial cleanup.
9254
9255 2012-04-16 Glenn Morris <rgm@gnu.org>
9256
9257 * vc/vc.el (vc-string-prefix-p):
9258 * vc/pcvs-util.el (cvs-string-prefix-p):
9259 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9260 * mpc.el (mpc-string-prefix-p):
9261 Make all of these into obsolete aliases for string-prefix-p.
9262 Update callers.
9263 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9264
9265 * textmodes/two-column.el: Move custom options to the start.
9266 (frame-width): Remove compat definition.
9267 (2C-associate-buffer, 2C-dissociate):
9268 Use with-current-buffer rather than save-excursion.
9269 (2C-dissociate): Force a mode-line update.
9270 (2C-autoscroll): Use ignore-errors.
9271
9272 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9273 Autoload trivia.
9274
9275 * emacs-lisp/cl-extra.el (*random-state*):
9276 Remove unnecessary declaration.
9277
9278 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9279
9280 * play/cookie1.el (cookie-snarf):
9281 Give an explicit error if input file cannot be read.
9282
9283 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9284
9285 * progmodes/perl-mode.el (c-macro-expand):
9286 Remove unnecessary autoload (it is in loaddefs.el).
9287
9288 * textmodes/picture.el (picture-desired-column)
9289 (picture-update-desired-column): Convert comments to doc-strings.
9290 (picture-substitute): Remove function.
9291 (picture-mode-map): Initialize in the defvar.
9292
9293 * woman.el: Remove eval-after-load for tar-mode.
9294 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9295 (woman-tar-extract-file): Autoload it.
9296
9297 * frame.el (automatic-hscrolling): Make this alias obsolete.
9298
9299 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9300
9301 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9302 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9303 (ispell-dictionary-base-alist): Revert to original XEmacs
9304 friendly version for default. [:alpha:] will be added in
9305 `ispell-set-spellchecker-params' if needed.
9306
9307 2012-04-16 Chong Yidong <cyd@gnu.org>
9308
9309 * image.el (imagemagick--file-regexp): New variable.
9310 (imagemagick-register-types): Use it.
9311 (imagemagick-types-inhibit): Add :set function. Allow new value
9312 of t to inhibit all types.
9313
9314 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9315 so we can preload it.
9316
9317 * loadup.el (fboundp): Preload regexp-opt, needed by
9318 imagemagick-register-types.
9319
9320 2012-04-15 Chong Yidong <cyd@gnu.org>
9321
9322 * frame.el (scrolling): Remove nearly unused customization group.
9323
9324 * scroll-all.el (scroll-all-mode): Move to windows group.
9325
9326 2012-04-15 Chong Yidong <cyd@gnu.org>
9327
9328 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9329
9330 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9333 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9334
9335 2012-04-15 Glenn Morris <rgm@gnu.org>
9336
9337 * simple.el (process-file-side-effects): Doc fix.
9338
9339 2012-04-15 Glenn Morris <rgm@gnu.org>
9340
9341 * international/mule-cmds.el (set-language-environment): Doc fix.
9342
9343 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9344
9345 * server.el (server-auth-key, server-generate-key): Doc fixes.
9346 (server-get-auth-key): Doc fix. Use `string-match-p'.
9347 (server-start): Reflow docstring.
9348
9349 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9350
9351 * server.el (server-generate-key): `called-interactively-p'
9352 requires a parameter.
9353
9354 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9355
9356 * server.el (server-auth-key): New variable.
9357 (server-generate-key, server-get-auth-key): New function.
9358 (server-start): Use the new variable and functions to allow
9359 setting a permanent server key (bug#9423).
9360
9361 2012-04-14 Leo Liu <sdl.web@gmail.com>
9362
9363 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9364
9365 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9366
9367 Spelling fixes.
9368 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9369 Emacs uses American spelling.
9370
9371 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9372
9373 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9374 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9375 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9376 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9377
9378 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * progmodes/which-func.el (which-func-modes): Change default.
9381
9382 2012-04-14 Kim F. Storm <storm@cua.dk>
9383
9384 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9385 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9386
9387 2012-04-14 Chong Yidong <cyd@gnu.org>
9388
9389 * custom.el (custom-theme-set-variables): Doc fix.
9390
9391 2012-04-14 Glenn Morris <rgm@gnu.org>
9392
9393 * international/mule.el (set-auto-coding-for-load): Doc fix.
9394
9395 2012-04-14 Alan Mackenzie <acm@muc.de>
9396
9397 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9398 imenu work again for Objective C Mode. Correct the *-index values,
9399 these having been disturbed by a previous change in 2011-08.
9400
9401 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9402 Correct two search limits.
9403
9404 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9407
9408 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9409
9410 * international/characters.el: Fix sorting.
9411
9412 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9413
9414 * international/characters.el: Add more missing Latin case pairs.
9415
9416 2012-04-14 Glenn Morris <rgm@gnu.org>
9417
9418 * files.el (dir-locals-set-class-variables): Doc fix.
9419
9420 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9421
9422 * international/characters.el: Add set-case-syntax-pair call for
9423 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9424 counterpart. (Bug#11209)
9425
9426 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9427
9428 2012-04-14 Glenn Morris <rgm@gnu.org>
9429
9430 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9431
9432 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9433
9434 * textmodes/ispell.el (ispell-dictionary-base-alist):
9435 Add data for Hebrew.
9436
9437 2012-04-14 Chong Yidong <cyd@gnu.org>
9438
9439 * net/rcirc.el (rcirc-cmd-quit):
9440 Revert 2012-03-18 change (Bug#11192).
9441
9442 2012-04-14 Glenn Morris <rgm@gnu.org>
9443
9444 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9445
9446 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9447
9448 * minibuffer.el (completion-in-region-mode-map):
9449 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9450
9451 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9452
9453 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9454
9455 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9456
9457 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9458 to allow `C-M-f' and `C-M-b' to move to the nearest path
9459 separator (bug#9511).
9460
9461 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9462
9463 * avoid.el: Require cl when compiling. And also move the
9464 `provide' to the end.
9465
9466 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9467
9468 * avoid.el (mouse-avoidance-banish-position): New variable.
9469 (mouse-avoidance-banish-destination): Use it (bug#10165).
9470
9471 2012-04-13 Leo Liu <sdl.web@gmail.com>
9472
9473 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9474
9475 2012-04-13 Ken Brown <kbrown@cornell.edu>
9476
9477 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9478 this is no longer needed now that cygstart understands file:// URLs.
9479 (browse-url-filename-alist): For the same reason, don't modify
9480 file:// URLs on Cygwin.
9481
9482 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9485 the region on shift if the binding is already shifted (bug#11221).
9486
9487 2012-04-12 Glenn Morris <rgm@gnu.org>
9488
9489 * mail/mailpost.el: Move to obsolete/.
9490
9491 2012-04-12 Drew Adams <drew.adams@oracle.com>
9492
9493 * imenu.el (imenu--generic-function): Ignore invisible definitions
9494 (bug#10123).
9495
9496 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9497
9498 * hexl.el (hexl-bits): New variable.
9499 (hexl-options): Mention the variable in the doc string.
9500 (hexl-rulerise, hexl-line-displen): New functions.
9501 (hexl-mode): Mention the new variable.
9502 (hexl-mode, hexl-current-address, hexl-current-address):
9503 Use the displen.
9504 (hexl-ascii-start-column): New function.
9505 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9506 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9507
9508 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9509
9510 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9511 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9512 the encoding, as expected by hunspell.
9513
9514 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * battery.el (battery--linux-sysfs-regexp): New const.
9517 (battery-status-function): Use it. Remove yeeloong special case.
9518 (battery-yeeloong-sysfs): Remove.
9519 (battery-echo-area-format): Remove yeeloong special case.
9520
9521 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9524 Reported by Noah Friedman.
9525
9526 * subr.el (read-passwd): Use read-string.
9527
9528 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9529
9530 * vcursor.el (vcursor-move): Increase the priority of the overlay
9531 (bug#9663).
9532
9533 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9534
9535 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9536 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9537
9538 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9539
9540 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9541 define-minor-mode (bug#10760).
9542
9543 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9544
9545 * progmodes/grep.el (rgrep): Tweak the find command line so
9546 that directories matching `grep-find-ignored-files' won't be
9547 pruned (bug#10351).
9548
9549 2012-04-11 Chong Yidong <cyd@gnu.org>
9550
9551 * startup.el (command-line): Remove support for long-obsolete
9552 variable font-lock-face-attributes.
9553
9554 2012-04-11 Glenn Morris <rgm@gnu.org>
9555
9556 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9557
9558 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9559
9560 * window.el (window--state-get-1): Obey window-point-insertion-type.
9561
9562 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9563
9564 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9565 to previous function when point is on the first character of a
9566 function. Take care of that in `narrow-to-defun' (bug#6157).
9567
9568 2012-04-11 Glenn Morris <rgm@gnu.org>
9569
9570 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9571 not just file-errors.
9572
9573 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9574 (vc-bzr-sha1): Use internal sha1.
9575
9576 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9579
9580 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9581
9582 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9583 that start in the middle of the line (bug#10496).
9584
9585 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9586
9587 * battery.el (battery-linux-proc-acpi): Only one battery is
9588 discharged at a time, but that seems to confuse battery.el when
9589 computing `rate-type' for the battery not being discharged
9590 (bug#10332).
9591
9592 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9593
9594 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9595
9596 * international/quail.el: Use dolist and simplify.
9597 (quail-define-package, quail-update-keyboard-layout)
9598 (quail-define-rules): Use dolist.
9599 (quail-insert-kbd-layout, quail-get-translation): CSE.
9600
9601 * tmm.el: Use dolist, remove left over hook.
9602 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9603 Use dolist.
9604 (calendar-load-hook): Don't mess with it.
9605
9606 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9607 Use derived-mode-p. Run the diff asynchronously.
9608
9609 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9610
9611 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9612
9613 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9614
9615 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9616 (list-dynamic-libraries--loaded): New function.
9617 (list-dynamic-libraries--refresh): Use it.
9618
9619 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9620
9621 * progmodes/python.el (python-fill-paragraph):
9622 Make python-fill-region in a multiline string work when font-lock is
9623 disabled (bug#7018).
9624
9625 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9626
9627 * language/european.el (cp775): Add oem/legacy (en)coding on
9628 DOS/MS Windows for the Baltic languages. There are still plenty
9629 of texts written in this encoding/codepage (bug#6519).
9630
9631 2012-04-10 Glenn Morris <rgm@gnu.org>
9632
9633 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9634 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9635
9636 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9637
9638 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9639 next-line "n" and previous-line "p" in order to make recentf more
9640 consistent with ibuffer, dired or org-mode (bug#9387).
9641
9642 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9643
9644 * image.el (put-image): Return the overlay created instead of the
9645 optional input string (bug#7834). Note that this may break code
9646 that is (for some reason or other) depending on `put-image'
9647 returning the string.
9648
9649 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9650
9651 * simple.el (zap-to-char): Allow zapping using input methods
9652 (bug#1580).
9653
9654 * textmodes/fill.el (fill-region): Leave point and mark where they
9655 were before filling (bug#5399).
9656
9657 2012-04-09 Glenn Morris <rgm@gnu.org>
9658
9659 * version.el (emacs-bzr-get-version):
9660 Handle lightweight checkouts of local branches.
9661
9662 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9663
9664 * international/characters.el: Recover lost case pairs. (Bug#11209)
9665
9666 2012-04-09 Chong Yidong <cyd@gnu.org>
9667
9668 * custom.el (custom-variable-p): Return nil for non-symbol
9669 arguments instead of signaling an error.
9670 (user-variable-p): Obsolete alias for custom-variable-p.
9671
9672 * apropos.el (apropos-variable):
9673 * files-x.el (read-file-local-variable):
9674 * simple.el (set-variable):
9675 * woman.el (woman-mini-help):
9676 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9677
9678 2012-04-09 Glenn Morris <rgm@gnu.org>
9679
9680 * startup.el (normal-top-level): Don't look for leim-list.el
9681 in places where it will not be found. (Bug#910)
9682
9683 * international/mule-cmds.el (set-default-coding-systems):
9684 * files.el (normal-mode):
9685 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9686 This function was removed with ucs-tables.el in 2008.
9687
9688 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9689
9690 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9691 ispell-encoding8-command to "-i", without a trailing space.
9692 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9693 separate command-line arguments, to specify the encoding, since
9694 that's how hunspell expects it.
9695
9696 2012-04-08 Glenn Morris <rgm@gnu.org>
9697
9698 * loadup.el: Load bindings before cus-start.
9699 This reduces somewhat the number of "rogue" settings in emacs -Q.
9700
9701 2012-04-07 Glenn Morris <rgm@gnu.org>
9702
9703 * version.el (emacs-bzr-get-version): New function.
9704 (emacs-bzr-version): New variable.
9705 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9706 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9707
9708 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9709
9710 * international/uni-bidi.el, international/uni-category.el:
9711 * international/uni-combining.el, international/uni-decimal.el:
9712 * international/uni-decomposition.el, international/uni-digit.el:
9713 * international/uni-lowercase.el, international/uni-mirrored.el:
9714 * international/uni-name.el, international/uni-numeric.el:
9715 * international/uni-titlecase.el, international/uni-uppercase.el:
9716 Update for Unicode 6.1.
9717
9718 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9719
9720 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9721
9722 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9723
9724 * window.el (shrink-window): Mention the `window-min-height'
9725 variable in the doc string.
9726
9727 2012-04-05 Bastien Guerry <bzg@altern.org>
9728
9729 * color.el (color-lighten-name): Fix typo.
9730
9731 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * server.el (server--on-display-p): New function.
9734 (server--on-display-p): Use it.
9735
9736 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9737
9738 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9739 (bug#11145).
9740
9741 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * comint.el (comint--common-quoted-suffix): Check string boundary
9744 before comparing (bug#11158).
9745 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9746
9747 2012-04-04 Chong Yidong <cyd@gnu.org>
9748
9749 * minibuffer.el (completion-extra-properties): Doc fix.
9750
9751 * subr.el (delayed-warnings-hook): Doc fix.
9752
9753 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9754
9755 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9756 selection (Bug#11159).
9757 (epa-insert-keys): Inform that the default public key will be
9758 exported if no key is selected.
9759
9760 2012-04-04 Richard Stallman <rms@gnu.org>
9761
9762 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9763
9764 2012-04-03 Chong Yidong <cyd@gnu.org>
9765
9766 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9767 mail-insert-file, not its obsolete alias mail-attach-file.
9768
9769 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9770
9771 * notifications.el (notifications-notify): Fix docstring.
9772
9773 2012-04-02 Glenn Morris <rgm@gnu.org>
9774
9775 * emacs-lisp/authors.el (authors-aliases): Another addition.
9776
9777 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9778
9779 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9780 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9781 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9782
9783 2012-04-01 Chong Yidong <cyd@gnu.org>
9784
9785 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9786 Handle root directory properly.
9787 (copy-directory): Caller changed.
9788
9789 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9790 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9791
9792 2012-03-31 Glenn Morris <rgm@gnu.org>
9793
9794 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9795
9796 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9797
9798 * calendar/calendar.el (calendar-window-list)
9799 (calendar-hide-window): Restore. (Bug#11140)
9800 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9801
9802 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9803
9804 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9805
9806 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9807 Check if file is a symlink (Bug#10489).
9808
9809 * files.el (copy-directory): Likewise.
9810
9811 2012-03-30 Chong Yidong <cyd@gnu.org>
9812
9813 * image.el (imagemagick-types-inhibit)
9814 (imagemagick-register-types): Doc fix.
9815
9816 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9817
9818 * textmodes/ispell.el (ispell-get-extended-character-mode):
9819 Disable extended-char-mode for hunspell. hunspell does not support it
9820 and treats ~word as ordinary words in pipe mode.
9821
9822 2012-03-30 Glenn Morris <rgm@gnu.org>
9823
9824 * tutorial.el (help-with-tutorial): Ensure local variables don't
9825 happen to make the buffer read-only. (Bug#11127)
9826
9827 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9830 (perl-calculate-indent): Return `noindent' in strings.
9831
9832 2012-03-28 Sam Steingold <sds@gnu.org>
9833
9834 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9835 instead of the broken adhockery which does not prevent calendar
9836 buffers from being displayed at random after exit.
9837 (calendar-window-list, calendar-hide-window): Remove the broken
9838 adhockery.
9839
9840 2012-03-28 Glenn Morris <rgm@gnu.org>
9841
9842 * replace.el (query-replace-map): Doc fix.
9843
9844 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9845
9846 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9847 contents. (Bug#11109)
9848
9849 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9852 (bug#11077).
9853 (avl-tree--check, avl-tree--check-node): New funs.
9854
9855 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9856
9857 * window.el (switch-to-visible-buffer): New option.
9858 (switch-to-prev-buffer, switch-to-next-buffer):
9859 Observe switch-to-visible-buffer. Make sure that checking for a window
9860 showing a buffer already is done on the same frame.
9861
9862 2012-03-27 Glenn Morris <rgm@gnu.org>
9863
9864 * startup.el (mail-host-address): Doc fix.
9865
9866 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9867
9868 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9869 than 197 variables.
9870
9871 2012-03-26 Ami Fischman <ami@fischman.org>
9872
9873 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9874
9875 2012-03-26 Glenn Morris <rgm@gnu.org>
9876
9877 * files.el (save-buffers-kill-emacs): Doc fix.
9878
9879 * startup.el (normal-top-level, command-line, command-line-1):
9880 Give them doc strings.
9881
9882 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9883
9884 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9885 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9886
9887 2012-03-25 Chong Yidong <cyd@gnu.org>
9888
9889 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9890 theme if it was previously enabled before (Bug#11031).
9891
9892 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9893 spec with custom-face-get-current-spec if its :shown-value is not
9894 determined yet (Bug#9337).
9895 (customize-create-theme, custom-theme-revert): Doc fixes.
9896
9897 * button.el (button-at): Minor addition to docstring.
9898
9899 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9900
9901 * vc/vc.el (vc-merge): Fix a prompt.
9902
9903 2012-03-24 Chong Yidong <cyd@gnu.org>
9904
9905 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9906 point (Bug#9623).
9907
9908 * button.el (button-at): Minor addition to docstring.
9909
9910 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * newcomment.el (comment-choose-indent): No space after BOL.
9913
9914 2012-03-22 Sam Steingold <sds@gnu.org>
9915
9916 * window.el (switch-to-prev-buffer): Revert last patch because the
9917 bug turned out to be an advertised feature (Elisp manual 28.14).
9918
9919 2012-03-22 Glenn Morris <rgm@gnu.org>
9920
9921 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9922 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9923
9924 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9925
9926 * net/network-stream.el (network-stream-open-starttls): Make error
9927 message under Windows be less misleading.
9928
9929 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9930
9931 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9932 understands (bug#9942).
9933
9934 2012-03-22 Chong Yidong <cyd@gnu.org>
9935
9936 * simple.el (end-of-visible-line): Handle return value of
9937 next-single-property-change properly (Bug#9371).
9938
9939 2012-03-22 Kenichi Handa <handa@m17n.org>
9940
9941 * international/quail.el (quail-insert-kbd-layout): Fix previous
9942 change. To avoid unwanted bidi reordering, use
9943 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9944
9945 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9946
9947 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9948 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9949 (ruby-beginning-of-indent): Be more careful with the difference
9950 between word-boundary and symbol boundary.
9951 (ruby-mode-syntax-table): Make : a symbol constituent.
9952
9953 2012-03-21 Andreas Politz <politza@fh-trier.de>
9954
9955 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9956
9957 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * progmodes/etags.el (tags-completion-at-point-function):
9960 Improve last fix.
9961
9962 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9963
9964 2012-03-21 Sam Steingold <sds@gnu.org>
9965
9966 * progmodes/etags.el (tags-completion-at-point-function):
9967 Avoid the error when point is inside the pattern.
9968
9969 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9970
9971 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9972 line (Bug#10855).
9973
9974 2012-03-21 Drew Adams <drew.adams@oracle.com>
9975
9976 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9977
9978 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9979
9980 * ido.el (ido-set-current-directory, ido-read-internal)
9981 (ido-choose-completion-string, ido-completion-help): Handle nil
9982 value of ido-completion-buffer (Bug#11008).
9983
9984 2012-03-21 Sam Steingold <sds@gnu.org>
9985
9986 * window.el (switch-to-prev-buffer): Do not switch to a visible
9987 window previous buffer, just like with the frame previous buffers.
9988
9989 2012-03-21 Chong Yidong <cyd@gnu.org>
9990
9991 * faces.el (make-face, make-empty-face, copy-face):
9992 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9993 Doc fixes.
9994
9995 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9996
9997 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9998 (widget-complete): Remove broken use of it.
9999
10000 2012-03-20 Chong Yidong <cyd@gnu.org>
10001
10002 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10003 Use string-width and truncate-string-width to handle arbitrary
10004 characters.
10005
10006 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
10007
10008 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
10009 to draw rectangles, not squares. (Regression introduced by revno
10010 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
10011
10012 2012-03-18 Chong Yidong <cyd@gnu.org>
10013
10014 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10015 it is not yet defined (for temacs).
10016
10017 2012-03-18 Leo Liu <sdl.web@gmail.com>
10018
10019 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10020 prefix.
10021
10022 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10023
10024 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10025 (ispell-choices-win-default-height, ispell-silently-savep)
10026 (ispell-dictionary-alist, ispell-encoding8-command)
10027 (ispell-check-version, ispell-aspell-find-dictionary)
10028 (ispell-valid-dictionary-list, ispell-words-keyword)
10029 (ispell-get-word, ispell-internal-change-dictionary)
10030 (ispell-region, ispell-skip-region-list)
10031 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10032 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10033 (ispell-message-text-end, ispell-message)
10034 (ispell-buffer-local-parsing): Doc fix.
10035
10036 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
10037
10038 * htmlfontify.el: Add support for code block fontification for ODT
10039 export (Bug #9914).
10040 (hfy-optimisations): Define new option
10041 `body-text-only'
10042 (hfy-fontify-buffer): Honor above setting.
10043 (hfy-begin-span, hfy-end-span): New routines factored out form
10044 `hfy-fontify-buffer'.
10045 (hfy-begin-span-handler, hfy-end-span-handler): New variables
10046 that permit insertion of custom tags.
10047 (hfy-fontify-buffer): Use above handlers.
10048 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10049 (hfy-face-to-css): Re-defined to be a variable.
10050 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
10051 over multiple runs. This is made possible by having the caller let
10052 bind a special variable `hfy-user-sheet-assoc'.
10053 (htmlfontify-string): New defun.
10054 (hfy-compile-face-map): Make sure that the last char in the
10055 buffer is correctly fontified.
10056 (hfy-face-resolve-face): Whitespace only change.
10057
10058 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10059
10060 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10061 message more clear.
10062
10063 2012-03-16 Leo Liu <sdl.web@gmail.com>
10064
10065 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10066
10067 2012-03-16 Alan Mackenzie <acm@muc.de>
10068
10069 Further optimise the handling of large macros.
10070
10071 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10072 limit to a call of `c-literal-limits'.
10073 (c-determine-+ve-limit): New function.
10074 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10075 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
10076 In CASE 5B, restrict a search limit to 500.
10077 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10078
10079 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10080 Restrict macro bounds to +-500 from after-change's BEG END.
10081
10082 2012-03-16 Leo Liu <sdl.web@gmail.com>
10083
10084 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10085
10086 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10087
10088 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
10089 `special-mode' setting of `buffer-read-only'. (Bug#11010)
10090
10091 2012-03-16 Glenn Morris <rgm@gnu.org>
10092
10093 * view.el (view-buffer, view-buffer-other-window)
10094 (view-buffer-other-frame): Doc fixes re special mode-class.
10095
10096 * subr.el (eval-after-load): If named feature is provided not from
10097 a file, run after-load forms. (Bug#10946)
10098
10099 * calendar/calendar.el (calendar-insert-at-column):
10100 Handle non-unit-width characters a bit better. (Bug#10978)
10101
10102 2012-03-15 Chong Yidong <cyd@gnu.org>
10103
10104 * emacs-lisp/ring.el (ring-extend): New function.
10105 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10106
10107 * comint.el (comint-read-input-ring)
10108 (comint-add-to-input-history): Grow comint-input-ring lazily.
10109
10110 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10111
10112 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10113 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10114
10115 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10116 (imenu-add-to-menubar): Don't add a redundant index.
10117 (imenu-update-menubar): Handle a dynamically composed keymap.
10118
10119 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10120
10121 * mail/sendmail.el (mail-encode-header):
10122 Bind rfc2047-encode-encoded-words to nil.
10123
10124 2012-03-13 Glenn Morris <rgm@gnu.org>
10125
10126 * calendar/calendar.el (calendar-string-spread):
10127 Handle non-unit-width characters a bit better. (Bug#10978)
10128
10129 2012-03-13 Leo Liu <sdl.web@gmail.com>
10130
10131 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10132 directory and file as argument (Bug#10822).
10133
10134 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10135
10136 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10137 For dynamically generated code, follow $PC.
10138 (gdb-disassembly-handler-custom): Handle no function name case.
10139
10140 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10141
10142 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10143 * emulation/ws-mode.el (ws-query-replace):
10144 * sort.el (sort-regexp-fields):
10145 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10146
10147 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10148
10149 * dabbrev.el: Fix cycle completion order (bug#10963).
10150 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10151 (dabbrev-completion): Don't use an obarray; provide
10152 a cycle-sort-function.
10153
10154 2012-03-12 Leo Liu <sdl.web@gmail.com>
10155
10156 * simple.el (kill-new): Use equal-including-properties for comparison.
10157 (kill-do-not-save-duplicates): Doc fix.
10158
10159 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * dabbrev.el: Fix cycle completion (bug#10963).
10162 Use lexical binding and wrap to 80 columns.
10163 (dabbrev-completion): Delay computing the list of completions.
10164
10165 2012-03-12 Kenichi Handa <handa@m17n.org>
10166
10167 * international/quail.el (quail-insert-kbd-layout): Surround each
10168 row by LRO and PDF instead of inserting many LRMs. Pad the left
10169 and right of each non-spacing marks. Insert invisible space
10170 between lower and upper characters to prevent composition.
10171
10172 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * minibuffer.el (minibuffer-complete): Don't get confused when the
10175 function is run twice via different commands (bug#10958).
10176 (complete-with-action): Fix docstring.
10177
10178 2012-03-12 Chong Yidong <cyd@gnu.org>
10179
10180 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10181 (nxml-completion-at-point-function): New function.
10182 (nxml-mode): Use it.
10183 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10184
10185 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10186 Load generated autoloads file before byte compiling (Bug#10970).
10187 (package--make-autoloads-and-compile): New helper fun.
10188
10189 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10190
10191 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10192
10193 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
10194
10195 * autorevert.el (auto-revert-handler): Ensure, that
10196 file-readable-p is applied only for local files or in
10197 auto-revert-tail-mode.
10198
10199 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10200
10201 * server.el (server-eval-at): Handle non-tcp connections.
10202 Decode result string.
10203
10204 * server.el (server-msg-size): New constant.
10205 (server-reply-print): New function.
10206 (server-eval-and-print): Use it.
10207 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10208 Handle -print-nonl.
10209
10210 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10211
10212 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10213 (Bug#10987).
10214
10215 2012-03-11 Chong Yidong <cyd@gnu.org>
10216
10217 * simple.el (goto-line): Doc fix (Bug#9938).
10218
10219 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10220
10221 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10222 when finished (Bug#10963).
10223
10224 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10225
10226 * window.el (split-window-below): Fix bug in case where
10227 split-window-keep-point is nil (Bug#10971).
10228
10229 2012-03-11 Juri Linkov <juri@jurta.org>
10230
10231 * replace.el (replace-highlight): Set isearch-word to nil
10232 unconditionally. (Bug#10887)
10233
10234 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10235
10236 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10237 mairix-replace-illegal-chars; all callers changed. Don't remove
10238 ^, ~, and = characters: they are meaningful in mairix search specs.
10239 (mairix-widget-create-query): Add usage information about mairix
10240 search forms: negating words, searching for substrings, etc.
10241
10242 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10243
10244 * international/fontset.el (font-encoding-alist): Add an entry for
10245 ksx1001 (Bug#5667).
10246
10247 2012-03-10 Richard Stallman <rms@gnu.org>
10248
10249 * mail/sendmail.el (mail-encode-header):
10250 Set rfc2047-encode-encoded-words.
10251
10252 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10253
10254 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10255 view buffer means not swapped.
10256 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10257 (rmail-write-region-annotate): Error if real text has disappeared.
10258
10259 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10260
10261 2012-03-10 Chong Yidong <cyd@gnu.org>
10262
10263 * emulation/cua-rect.el (cua--init-rectangles):
10264 * emulation/cua-base.el (cua--init-keymaps):
10265 Add delete-forward-char to remappings (Bug#9666).
10266
10267 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10268
10269 * speedbar.el (speedbar-unhighlight-one-tag-line):
10270 Avoid unhighlighting due to frame switching (Bug#10275).
10271
10272 2012-03-10 Chong Yidong <cyd@gnu.org>
10273
10274 * minibuffer.el (completion-in-region, completion-help-at-point):
10275 Give the completion field overlay a high priority (Bug#6830).
10276
10277 * dired.el (dired-goto-file): Recognize absolute file name
10278 listings (Bug#7126).
10279 (dired-goto-file-1): New helper function.
10280 (dired-toggle-read-only): Inhibit warnings.
10281
10282 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10283
10284 * net/dbus.el (dbus-property-handler): Return empty array if
10285 there are no properties.
10286
10287 2012-03-09 Leo Liu <sdl.web@gmail.com>
10288
10289 * savehist.el (savehist-printable): Stricter check for string
10290 value (Bug#10937).
10291
10292 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10293
10294 * mail/smtpmail.el (smtpmail-send-it):
10295 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10296 valid mbox format.
10297
10298 2012-03-09 Glenn Morris <rgm@gnu.org>
10299
10300 * files.el (dir-locals-find-file):
10301 Don't check result is regular, readable.
10302 (dir-locals-read-from-file): Demote errors.
10303
10304 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10305
10306 * international/quail.el (quail-insert-kbd-layout):
10307 Insert invisible LRM characters before each character in a keyboard
10308 layout cell, to prevent their reordering by bidi display engine.
10309 For details, see the discussion in
10310 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10311
10312 2012-03-08 Alan Mackenzie <acm@muc.de>
10313
10314 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10315 the starting position; make it extend the marked region when
10316 invoked repeatedly - all under appropriate circumstances.
10317 Fixes bugs #5525, #10906.
10318
10319 2012-03-08 Glenn Morris <rgm@gnu.org>
10320
10321 * files.el (locate-dominating-file, dir-locals-find-file):
10322 Undo 2012-03-06 change.
10323
10324 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10325
10326 * international/quail.el (quail-help):
10327 Force bidi-paragraph-direction be left-to-right. See discussion in
10328 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10329 for the reason.
10330
10331 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10332
10333 Avoid superfluous registering of signals. (Bug#10807)
10334
10335 * notifications.el (notifications-on-action-object)
10336 (notifications-on-close-object): New defvars.
10337 (notifications-on-action-signal, notifications-on-closed-signal):
10338 Unregister the signal if not needed any longer.
10339 (notifications-notify): Register `notifications-action-signal' or
10340 `notifications-closed-signal', if :on-action or :on-close has been
10341 passed as argument.
10342
10343 2012-03-07 Chong Yidong <cyd@gnu.org>
10344
10345 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10346 non-X platforms.
10347
10348 2012-03-06 Glenn Morris <rgm@gnu.org>
10349
10350 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10351 (x-disown-selection-internal, x-get-selection-internal):
10352 Doc fix (add arglist signatures). (Bug#10783)
10353
10354 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10355
10356 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10357 Handle breakpoints with no "type".
10358
10359 2012-03-06 Glenn Morris <rgm@gnu.org>
10360
10361 * files.el (locate-dominating-file): Add optional predicate argument.
10362 (dir-locals-find-file): Make use of above change.
10363
10364 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10365
10366 * info.el (Info-insert-dir): Also try "dir.gz".
10367
10368 2012-03-06 Glenn Morris <rgm@gnu.org>
10369
10370 * files.el (dir-locals-find-file):
10371 Ignore non-readable or non-regular files. (Bug#10928)
10372
10373 * files.el (locate-dominating-file): Doc fix.
10374
10375 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10376
10377 * calendar/calendar.el (calendar-set-mode-line):
10378 `getenv' returns a string. (Bug#10951)
10379
10380 2012-03-05 Leo Liu <sdl.web@gmail.com>
10381
10382 * simple.el (backward-delete-char-untabify): Constrain point to
10383 field (Bug#10939).
10384
10385 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10386
10387 2012-03-05 Chong Yidong <cyd@gnu.org>
10388
10389 * simple.el (count-words): If called from Lisp, return the word
10390 count, for symmetry with `count-lines'. Arglist changed.
10391 (count-words--message): Args changed. Consolidate counting code
10392 from count-words and count-words-region.
10393 (count-words-region): Caller changed.
10394 (count-lines-region): Make it an obsolete alias.
10395
10396 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10397
10398 * saveplace.el (save-place-to-alist)
10399 (save-place-ignore-files-regexp): Allow value nil to disable this
10400 feature.
10401
10402 2012-03-04 Chong Yidong <cyd@gnu.org>
10403
10404 * faces.el (face-spec-reset-face): For the default face, reset the
10405 attributes to default values (Bug#10748).
10406
10407 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10408
10409 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10410 previous patch: Check `message-send-mail-function', and not the
10411 default function (bug#10897).
10412
10413 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10414
10415 * notifications.el (notifications-on-action-signal)
10416 (notifications-on-closed-signal): Check for unique service name of
10417 incoming event. Fix error in removing entry.
10418 (top): Register for signals with wildcard service name.
10419 (notifications-notify): Use daemon unique service name for map entries.
10420
10421 2012-03-04 Chong Yidong <cyd@gnu.org>
10422
10423 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10424
10425 2012-03-04 Glenn Morris <rgm@gnu.org>
10426
10427 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10428 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10429 (expand-abbrev, define-abbrev-table): Doc fixes.
10430
10431 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10432
10433 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10434 `message-default-send-mail-function' and not `send-mail-function'
10435 when doing the prompting for `sendmail-query-once' before sending
10436 in Message buffers (bug#10897).
10437
10438 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10439 This is inconsistent with all the other stream functions, which leave
10440 the setting up to the higher levels (if so wanted) (bug#10931).
10441
10442 2012-03-02 Alan Mackenzie <acm@muc.de>
10443
10444 Depessimize the handling of very large macros.
10445
10446 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10447 (c-macro-cache-syntactic): New variables to implement a one
10448 element macro cache.
10449 (c-invalidate-macro-cache): New function.
10450 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10451 Adapt to use the new cache.
10452 (c-state-safe-place): Use better the cache of safe positions.
10453 (c-state-semi-nonlit-pos-cache)
10454 (c-state-semi-nonlit-pos-cache-limit):
10455 New variables for...
10456 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10457 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10458 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10459 Use c-state-semi-safe-place.
10460
10461 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10462 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10463
10464 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10465
10466 * jka-compr.el (jka-compr-call-process):
10467 Apply `file-accessible-directory-p' only when the default directory is
10468 not remote.
10469
10470 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10471
10472 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10473 access of FILE2, if FILE1 does not exist.
10474
10475 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10476 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10477
10478 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10479 Add "PAGER=" to `process-environment'.
10480
10481 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10482
10483 * progmodes/sql.el: Bug fix
10484 (sql-get-login-ext): Save login values in globals.
10485 (sql-get-login): Use new version of `sql-get-login-ext'.
10486 (sql-interactive-mode): Set global `sql-connection' to nil.
10487 (sql-connect): Set global values for connection.
10488 (sql-product-interactive): Save global values as buffer local.
10489
10490 2012-02-29 Leo Liu <sdl.web@gmail.com>
10491
10492 * abbrev.el (define-abbrevs): Reset sys to nil.
10493
10494 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10495
10496 * files.el (file-equal-p): Rename from `files-equal-p'.
10497 Return nil when one or both files don't exist.
10498 (file-subdir-of-p): Now only top directory must exists,
10499 return nil if it doesn't.
10500 (copy-directory): No need to test with `file-subdir-of-p' after
10501 creating dir.
10502 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10503 to `file-equal-p'.
10504
10505 2012-02-28 Glenn Morris <rgm@gnu.org>
10506
10507 * shell.el (shell-mode):
10508 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10509 * play/landmark.el (landmark-font-lock-face-O):
10510 * play/handwrite.el (handwrite):
10511 * play/gomoku.el (gomoku-O):
10512 * net/browse-url.el (browse-url-browser-display):
10513 * international/mule.el (define-charset):
10514 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10515 * filesets.el (filesets-find-file-delay):
10516 * eshell/em-xtra.el (eshell-xtra):
10517 * eshell/em-unix.el (eshell-grep):
10518 * emulation/viper.el (viper-mode):
10519 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10520 * emacs-lisp/easymenu.el (easy-menu-define):
10521 * calendar/timeclock.el (timeclock-use-display-time):
10522 * bs.el (bs-mode):
10523 * bookmark.el (bookmark-save-flag):
10524 Doc fix (standardize possessive apostrophe usage).
10525
10526 2012-02-27 Chong Yidong <cyd@gnu.org>
10527
10528 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10529 Fix key-binding lookup for ESC key (Bug#9146).
10530
10531 * font-lock.el (font-lock-specified-p): Rename from
10532 font-lock-spec-present. Callers changed.
10533
10534 2012-02-27 Daniel Hackney <dan@haxney.org>
10535
10536 * emacs-lisp/package.el (package-compute-transaction):
10537 Handle holding a package version to t in package-load-list.
10538
10539 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10540
10541 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10542 (tramp-get-inode, tramp-get-device): Use cached values.
10543
10544 2012-02-26 Alan Mackenzie <acm@muc.de>
10545
10546 Check there is a font-lock specification before doing initial
10547 fontification.
10548
10549 * font-core.el (font-lock-mode): Move the conditional from
10550 :after-hook to font-lock-initial-fontify.
10551 (font-lock-default-function): Move the check for a specification
10552 to font-lock-spec-present.
10553
10554 * font-lock.el (font-lock-initial-fontify): Call ...
10555 (font-lock-spec-present): New function.
10556
10557 2012-02-26 Jim Blandy <jimb@red-bean.com>
10558
10559 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10560 (gdb-send): Apply it to the operand of the '-interpreter-exec
10561 console' command, so that we can pass arguments with (say) quotes
10562 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10563
10564 2012-02-26 Chong Yidong <cyd@gnu.org>
10565
10566 * help-fns.el (describe-function-1): Clarify description of
10567 remapping (Bug#10844).
10568
10569 * files.el (files-equal-p): Doc fix.
10570 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10571 and quit the loop once a mismatch is found.
10572
10573 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10574
10575 * bs.el (bs--show-with-configuration): Don't throw an error
10576 if the window cannot be split; otherwise, subsequent calls to
10577 bs-show fail, restoring a stale window config. (Bug#10882)
10578
10579 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10580
10581 * term/ns-win.el (global-map): Bind ns-drag-file to
10582 ns-find-file (Bug#5855, Bug#10050).
10583
10584 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10585
10586 * calendar/parse-time.el (parse-time-string): Allow extractor to
10587 return nil.
10588
10589 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10590
10591 * net/tramp.el (tramp-file-name-for-operation):
10592 Add `files-equal-p' and `file-subdir-of-p'.
10593
10594 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10595 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10596 Add COPY-CONTENTS argument.
10597
10598 2012-02-25 Chong Yidong <cyd@gnu.org>
10599
10600 Add custom groups for VC backends, for consistency with vc-bzr.
10601
10602 * vc/vc-arch.el (vc-arch):
10603 * vc/vc-cvs.el (vc-cvs):
10604 * vc/vc-git.el (vc-git):
10605 * vc/vc-hg.el (vc-hg):
10606 * vc/vc-mtn.el (vc-mtn):
10607 * vc/vc-rcs.el (vc-rcs):
10608 * vc/vc-sccs.el (vc-sccs):
10609 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10610 All relevant defcustoms reassigned.
10611
10612 2012-02-25 Chong Yidong <cyd@gnu.org>
10613
10614 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10615
10616 * term/x-win.el (x-initialize-window-system): Reduce default for
10617 x-selection-timeout to 5 seconds (Bug#8869).
10618
10619 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10620
10621 * files.el (files-equal-p, file-subdir-of-p): New functions.
10622 (copy-directory): Error when trying to copy a directory on itself.
10623 Add missing copy-contents arg to tramp handler.
10624 * dired-aux.el (dired-copy-file-recursive): Same.
10625 (dired-create-files): Modify destination when source is equal to
10626 dest when copying files.
10627 Return also when dest is a subdir of source. (Bug#10489)
10628
10629 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10630
10631 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10632 (Bug#10874)
10633
10634 2012-02-23 Alan Mackenzie <acm@muc.de>
10635
10636 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10637 parameter "after-hook:" to allow the expansion to run code after
10638 the execution of the mode hooks.
10639
10640 * font-lock.el (font-lock-initial-fontify): New function extracted
10641 from font-lock-mode-internal.
10642
10643 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10644 :after-hook.
10645
10646 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10647
10648 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10649 (completion--cache-all-sorted-completions): New function.
10650 (completion-all-sorted-completions): Use it.
10651 (completion--do-completion, minibuffer-force-complete):
10652 Use it to re-instate the flush hook.
10653
10654 * icomplete.el (icomplete-completions): Replace last fix with a better
10655 one (bug#10850).
10656
10657 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10658
10659 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10660 when it might call us back infinitely (bug#10797).
10661
10662 2012-02-23 Glenn Morris <rgm@gnu.org>
10663
10664 * minibuffer.el (completion-category-overrides): Doc fix.
10665
10666 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10667
10668 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10669 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10670
10671 2012-02-23 Glenn Morris <rgm@gnu.org>
10672
10673 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10674 (authors-obsolete-files-regexps, authors-ignored-files)
10675 (authors-ambiguous-files, authors-renamed-files-alist):
10676 Add more entries.
10677
10678 2012-02-23 Juri Linkov <juri@jurta.org>
10679
10680 * isearch.el (isearch-occur): Sync interactive spec with occur's
10681 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10682
10683 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10684
10685 2012-02-22 Juri Linkov <juri@jurta.org>
10686
10687 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10688 (ucs-insert): Doc fix. Check for hex digits in the string.
10689 Don't display `nil' in the error message. (Bug#10857)
10690
10691 2012-02-22 Alan Mackenzie <acm@muc.de>
10692
10693 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10694
10695 2012-02-22 Glenn Morris <rgm@gnu.org>
10696
10697 * ffap.el (ffap-c-path):
10698 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10699
10700 2012-02-22 Chong Yidong <cyd@gnu.org>
10701
10702 * custom.el (load-theme): Doc fix.
10703
10704 2012-02-22 Glenn Morris <rgm@gnu.org>
10705
10706 * dired-x.el (dired-guess-shell-alist-default):
10707 Remove escape sequences from nroff output. (Bug#172)
10708
10709 2012-02-21 Glenn Morris <rgm@gnu.org>
10710
10711 * vc/emerge.el (emerge-defvar-local):
10712 Set `permanent-local' property rather than unused `preserved'.
10713
10714 * textmodes/picture.el (picture-delete-char): New alias.
10715 (picture-mode-map): Use it. (Bug#10860)
10716 (picture-mode): Doc fix.
10717
10718 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10719
10720 * newcomment.el (uncomment-region-default): Remove unused binding.
10721
10722 2012-02-21 Glenn Morris <rgm@gnu.org>
10723
10724 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10725 (picture-self-insert, picture-tab-chars): Doc fix.
10726 (picture-mode-map): Fix C-a, C-e.
10727
10728 2012-02-20 Glenn Morris <rgm@gnu.org>
10729
10730 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10731
10732 2012-02-20 Leo Liu <sdl.web@gmail.com>
10733
10734 * icomplete.el (icomplete-completions): Check FROM arg before
10735 passing to substring (Bug#10850).
10736
10737 2012-02-19 Chong Yidong <cyd@gnu.org>
10738
10739 * comint.el: Require ansi-color.
10740 (comint-output-filter-functions): Add ansi-color-process-output.
10741
10742 * ansi-color.el: Don't set comint-output-filter-functions; it is
10743 now in the initial value defined in comint.el.
10744 (ansi-color-apply-face-function): New variable.
10745 (ansi-color-apply-on-region): Use it.
10746 (ansi-color-apply-overlay-face): New function.
10747
10748 * shell.el (shell): No need to require ansi-color.
10749 (shell-mode): Use ansi-color-apply-face-function to highlight
10750 color escapes using font-lock-face property (Bug#10835).
10751
10752 2012-02-19 Chong Yidong <cyd@gnu.org>
10753
10754 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10755 mode-line formats (Bug#10839).
10756
10757 2012-02-18 Glenn Morris <rgm@gnu.org>
10758
10759 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10760
10761 * mail/undigest.el (unforward-rmail-message): Doc fix.
10762
10763 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10764
10765 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10766
10767 * international/characters.el (script-list): Sync with the latest
10768 Unicode Character Database.
10769
10770 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10771
10772 * international/titdic-cnv.el: Remove duplicate coding tag.
10773 * language/cham.el: Likewise.
10774 * language/tai-viet.el: Likewise.
10775
10776 2012-02-18 Glenn Morris <rgm@gnu.org>
10777
10778 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10779 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10780 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10781 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10782 * calendar/holidays.el (holiday-bahai-holidays)
10783 (calendar-holidays, list-holidays):
10784 Use utf-8 Bahá'í in doc-strings, menus, etc.
10785
10786 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10787
10788 * saveplace.el (save-place-ignore-files-regexp): New variable
10789 allowing for excluding files from saving their location of point.
10790 The default value matches the temporary commit message editing
10791 files from Git, SVN, Bazaar, and Mercurial.
10792 (save-place-to-alist): Use it.
10793
10794 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10795 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * newcomment.el (uncomment-region-default): Don't leave extra space
10798 when an arg is provided (bug#8150).
10799
10800 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10801
10802 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10803
10804 2012-02-17 Glenn Morris <rgm@gnu.org>
10805
10806 * net/socks.el: Require network-stream. (Bug#10599)
10807
10808 2012-02-17 Kenichi Handa <handa@m17n.org>
10809
10810 * international/charprop.el:
10811 * international/uni-name.el:
10812 * international/uni-old-name.el:
10813 * international/uni-comment.el: Regenerate.
10814
10815 2012-02-16 Glenn Morris <rgm@gnu.org>
10816
10817 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10818 Interactively in calendar buffer, give an error if not on a date.
10819
10820 2012-02-15 Glenn Morris <rgm@gnu.org>
10821
10822 * shell.el (shell-delimiter-argument-list):
10823 Revert 2011-02-17 change. (Bug#8027)
10824
10825 2012-02-15 Chong Yidong <cyd@gnu.org>
10826
10827 * minibuffer.el (completion-at-point-functions): Doc fix.
10828
10829 * custom.el (defcustom): Doc fix; note use of defvar.
10830
10831 2012-02-15 Glenn Morris <rgm@gnu.org>
10832
10833 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10834 Doc fixes.
10835
10836 2012-02-14 Glenn Morris <rgm@gnu.org>
10837
10838 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10839
10840 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10841
10842 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10843 way the ports list is computed.
10844 (smtpmail-query-smtp-server): Prompt the user for a port number if
10845 we can't connect to any of the standard ports (bug#10810).
10846
10847 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10848
10849 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10850
10851 2012-02-13 Glenn Morris <rgm@gnu.org>
10852
10853 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10854
10855 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10856
10857 * net/gnutls.el (gnutls-trustfiles): New variable.
10858 (gnutls-negotiate): Use it.
10859
10860 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10861
10862 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10863 does its stuff if Gnus is running.
10864
10865 2012-02-13 Alan Mackenzie <acm@muc.de>
10866
10867 Fix a loop in c-set-fl-decl-start.
10868
10869 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10870 c-backward-syntactic-ws actually moves backwards.
10871
10872 2012-02-13 Leo Liu <sdl.web@gmail.com>
10873
10874 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10875 beginning so that all \C-o chars are removed.
10876
10877 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10878
10879 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10880
10881 2012-02-12 Alan Mackenzie <acm@muc.de>
10882
10883 Fix infinite loop with long macros.
10884 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10885
10886 2012-02-12 Chong Yidong <cyd@gnu.org>
10887
10888 * window.el (display-buffer): Doc fix (Bug#10785).
10889
10890 2012-02-12 Glenn Morris <rgm@gnu.org>
10891
10892 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10893 (x-disown-selection-internal, x-get-selection-internal):
10894 Sync docs with the xselect.c versions.
10895
10896 * allout-widgets.el: Add missing license notice.
10897
10898 2012-02-11 Glenn Morris <rgm@gnu.org>
10899
10900 * select.el (x-get-selection-internal, x-own-selection-internal)
10901 (x-disown-selection-internal):
10902 * x-dnd.el (x-get-selection-internal): Update declarations.
10903
10904 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10905
10906 * window.el (window-sides-slots):
10907 * tool-bar.el (tool-bar-position):
10908 * term/xterm.el (xterm-extra-capabilities):
10909 * ses.el (ses-self-reference-early-detection):
10910 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10911 (verilog-auto-wire-type)
10912 (verilog-auto-delete-trailing-whitespace)
10913 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10914 (verilog-auto-tieoff-declaration):
10915 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10916 (sql-oracle-statement-starters, sql-oracle-scan-on):
10917 * progmodes/prolog.el (prolog-align-comments-flag)
10918 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10919 (prolog-left-indent-regexp, prolog-paren-indent-p)
10920 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10921 (prolog-types, prolog-mode-specificators)
10922 (prolog-determinism-specificators, prolog-directives)
10923 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10924 (prolog-electric-dot-flag)
10925 (prolog-electric-dot-full-predicate-template)
10926 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10927 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10928 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10929 (prolog-program-switches, prolog-prompt-regexp)
10930 (prolog-debug-on-string, prolog-debug-off-string)
10931 (prolog-trace-on-string, prolog-trace-off-string)
10932 (prolog-zip-on-string, prolog-zip-off-string)
10933 (prolog-use-standard-consult-compile-method-flag)
10934 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10935 (prolog-imenu-max-lines, prolog-info-predicate-index)
10936 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10937 (prolog-char-quote-workaround):
10938 * progmodes/cc-vars.el (c-defun-tactic):
10939 * net/tramp.el (tramp-encoding-command-interactive)
10940 (tramp-local-end-of-line):
10941 * net/soap-client.el (soap-client):
10942 * net/netrc.el (netrc-file):
10943 * net/gnutls.el (gnutls):
10944 * minibuffer.el (completion-category-overrides)
10945 (completion-cycle-threshold)
10946 (completion-pcm-complete-word-inserts-delimiters):
10947 * man.el (Man-name-local-regexp):
10948 * mail/feedmail.el (feedmail-display-full-frame):
10949 * international/characters.el (glyphless-char-display-control):
10950 * eshell/em-ls.el (eshell-ls-date-format):
10951 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10952 (lisp-lambda-list-keyword-parameter-indentation)
10953 (lisp-lambda-list-keyword-parameter-alignment):
10954 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10955 * dired-x.el (dired-omit-verbose):
10956 * cus-theme.el (custom-theme-allow-multiple-selections):
10957 * calc/calc.el (calc-highlight-selections-with-faces)
10958 (calc-lu-field-reference, calc-lu-power-reference)
10959 (calc-note-threshold):
10960 * battery.el (battery-mode-line-limit):
10961 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10962 (archive-7z-update):
10963 * allout.el (allout-prefixed-keybindings)
10964 (allout-unprefixed-keybindings)
10965 (allout-inhibit-auto-fill-on-headline)
10966 (allout-flattened-numbering-abbreviation):
10967 * allout-widgets.el (allout-widgets-auto-activation)
10968 (allout-widgets-icons-dark-subdir)
10969 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10970 (allout-widgets-theme-dark-background)
10971 (allout-widgets-theme-light-background)
10972 (allout-widgets-item-image-properties-emacs)
10973 (allout-widgets-item-image-properties-xemacs)
10974 (allout-widgets-run-unit-tests-on-load)
10975 (allout-widgets-time-decoration-activity)
10976 (allout-widgets-hook-error-post-time)
10977 (allout-widgets-track-decoration):
10978 Add missing :version tags to new defcustoms and defgroups.
10979
10980 * progmodes/sql.el (sql-ansi-statement-starters)
10981 (sql-oracle-statement-starters): Add custom type.
10982
10983 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10984 (prolog-system-version): Give it a type.
10985
10986 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10987
10988 * term/pc-win.el (x-select-text, x-selection-owner-p)
10989 (x-own-selection-internal, x-disown-selection-internal)
10990 (x-get-selection-internal): Sync doc strings and argument lists
10991 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10992
10993 2012-02-11 Leo Liu <sdl.web@gmail.com>
10994
10995 * progmodes/python.el (python-end-of-statement): Fix infinite
10996 loop. (Bug#10788)
10997
10998 2012-02-10 Glenn Morris <rgm@gnu.org>
10999
11000 * international/mule-cmds.el (unify-8859-on-encoding-mode)
11001 (unify-8859-on-decoding-mode): Properly mark as obsolete.
11002
11003 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
11004
11005 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
11006 about SMTP before checking the From header.
11007
11008 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
11009 into own function for reuse by emacsbug.el.
11010
11011 2012-02-10 Leo Liu <sdl.web@gmail.com>
11012
11013 * subr.el (condition-case-unless-debug): Rename from
11014 condition-case-no-debug. All callers changed.
11015 (with-demoted-errors): Fix caller.
11016
11017 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11018 * nxml/rng-valid.el (rng-do-some-validation):
11019 * emacs-lisp/package.el (package-refresh-contents)
11020 (package-menu-execute):
11021 * desktop.el (desktop-create-buffer):
11022 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
11023
11024 2012-02-10 Glenn Morris <rgm@gnu.org>
11025
11026 * textmodes/bibtex.el:
11027 Add missing :version tags for new/changed defcustoms.
11028
11029 * files.el (remote-file-name-inhibit-cache): Doc fixes.
11030
11031 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
11032
11033 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11034 (smtpmail-via-smtp): Use it, or fall back on the From address.
11035 (smtpmail-send-it): Ditto.
11036
11037 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
11038
11039 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11040 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
11041 (byte-compile-tmp-var): New const.
11042 (byte-compile-defvar): Use it to minimize .elc size.
11043 Just use `defvar' rather than simulate it (bug#10761).
11044
11045 2012-02-09 Glenn Morris <rgm@gnu.org>
11046
11047 * files.el (rename-uniquely): Doc fix. (Bug#3806)
11048
11049 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11050 Add :version tags.
11051
11052 * progmodes/compile.el (compilation-error-screen-columns)
11053 (compilation-first-column, compilation-filter-start): Doc fixes.
11054
11055 * vc/log-view.el (log-view-toggle-entry-display):
11056 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11057
11058 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11059 (report-emacs-bug-can-use-xdg-email):
11060 (report-emacs-bug-insert-to-mailer): Doc fixes.
11061 (report-emacs-bug): Message fix.
11062
11063 * net/browse-url.el (browse-url-can-use-xdg-open)
11064 (browse-url-xdg-open): Doc fixes.
11065
11066 * electric.el (electric-indent-mode, electric-pair-mode)
11067 (electric-layout-rules, electric-layout-mode): Doc fixes.
11068 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11069
11070 2012-02-08 Martin Rudalics <rudalics@gmx.at>
11071
11072 * server.el (server-unselect-display): Don't inadvertently kill
11073 the current buffer. (Bug#10729)
11074
11075 2012-02-08 Glenn Morris <rgm@gnu.org>
11076
11077 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11078 (sql-list-table): Doc fixes.
11079
11080 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11081 Comment out (does nothing).
11082
11083 * completion.el (dynamic-completion-mode):
11084 * dirtrack.el (dirtrack-debug-mode):
11085 * electric.el (electric-layout-mode):
11086 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11087 * face-remap.el (text-scale-mode, buffer-face-mode):
11088 * iimage.el (iimage-mode):
11089 * image-mode.el (image-transform-mode):
11090 * minibuffer.el (completion-in-region-mode):
11091 * scroll-lock.el (scroll-lock-mode):
11092 * simple.el (next-error-follow-minor-mode):
11093 * tar-mode.el (tar-subfile-mode):
11094 * tooltip.el (tooltip-mode):
11095 * vcursor.el (vcursor-use-vcursor-map):
11096 * wid-browse.el (widget-minor-mode):
11097 * emulation/tpu-edt.el (tpu-edt-mode):
11098 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11099 * international/iso-ascii.el (iso-ascii-mode):
11100 * language/thai-util.el (thai-word-mode):
11101 * mail/supercite.el (sc-minor-mode):
11102 * net/goto-addr.el (goto-address-mode):
11103 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11104 * progmodes/cwarn.el (cwarn-mode):
11105 * progmodes/flymake.el (flymake-mode):
11106 * progmodes/glasses.el (glasses-mode):
11107 * progmodes/hideshow.el (hs-minor-mode):
11108 * progmodes/pascal.el (pascal-outline-mode):
11109 * textmodes/enriched.el (enriched-mode):
11110 * vc/smerge-mode.el (smerge-mode):
11111 Doc fixes (minor mode argument).
11112
11113 2012-02-07 Eli Zaretskii <eliz@gnu.org>
11114
11115 * ls-lisp.el (ls-lisp-sanitize): New function.
11116 (ls-lisp-insert-directory): Use it to fix or remove any elements
11117 in file-alist with missing attributes. (Bug#4673)
11118
11119 2012-02-07 Alan Mackenzie <acm@muc.de>
11120
11121 Fix spurious recognition of c-in-knr-argdecl.
11122
11123 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11124 putative K&R region.
11125
11126 2012-02-07 Alan Mackenzie <acm@muc.de>
11127
11128 * progmodes/cc-engine.el (c-forward-objc-directive):
11129 Prevent looping in "#pragma mark @implementation".
11130
11131 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
11132
11133 * notifications.el (notifications-on-closed-signal): Make `reason'
11134 optional. (Bug#10744)
11135
11136 2012-02-07 Glenn Morris <rgm@gnu.org>
11137
11138 * emacs-lisp/easy-mmode.el (define-minor-mode):
11139 Doc fixes for the macro and the mode it defines.
11140
11141 * image.el (imagemagick-types-inhibit): Doc fix.
11142
11143 * cus-start.el (imagemagick-render-type): Add it.
11144
11145 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11146
11147 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11148 Set the default at load time, too, so that `font-lock-fontify-buffer'
11149 can be called without setting up the entire mode first. This fixes
11150 a bug in `mm-inline-text' with C MIME parts.
11151
11152 2012-02-06 Chong Yidong <cyd@gnu.org>
11153
11154 * simple.el (list-processes--refresh): Delete exited processes
11155 (Bug#8094).
11156
11157 * comint.el (comint-next-prompt): next-single-char-property-change
11158 and prev-single-char-property-change never return nil (Bug#8657).
11159
11160 * custom.el (defcustom): Doc fix (Bug#9711).
11161
11162 2012-02-05 Chong Yidong <cyd@gnu.org>
11163
11164 * cus-edit.el (custom-variable-reset-backup): Quote the value
11165 before storing it in the customized-value property (Bug#6712).
11166 (custom-display): Add a customization type tag.
11167 (custom-buffer-create-internal): Improve tooltip message.
11168
11169 * wid-edit.el (widget-field-value-get): New optional arg to
11170 suppress trailing whitespace truncation.
11171 (character): Use it (Bug#2689).
11172
11173 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11174
11175 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11176 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11177
11178 2012-02-05 Chong Yidong <cyd@gnu.org>
11179
11180 * cus-edit.el (custom-variable-value-create): For mismatched
11181 types, show the current value (Bug#7600).
11182
11183 * custom.el (defcustom): Doc fix.
11184
11185 2012-02-05 Glenn Morris <rgm@gnu.org>
11186
11187 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11188
11189 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
11190
11191 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11192 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11193 (pp-last-sexp): Use `looking-at-p'.
11194
11195 2012-02-04 Glenn Morris <rgm@gnu.org>
11196
11197 * files.el (revert-buffer):
11198 Doc fix (mention revert-buffer-in-progress-p).
11199
11200 * emacs-lisp/ert-x.el (ert-simulate-command):
11201 Check deferred-action-list (which is obsolete) is bound.
11202
11203 * subr.el (with-wrapper-hook): Doc fixes.
11204
11205 * simple.el (filter-buffer-substring-functions)
11206 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11207
11208 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11209
11210 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11211 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11212
11213 2012-02-04 Leo Liu <sdl.web@gmail.com>
11214
11215 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11216
11217 2012-02-04 Glenn Morris <rgm@gnu.org>
11218
11219 * image.el (image-extension-data): Add obsolete alias.
11220
11221 * isearch.el (isearch-update): Doc fix.
11222
11223 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11224
11225 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11226
11227 2012-02-03 Glenn Morris <rgm@gnu.org>
11228
11229 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11230 (image-animate-timeout): Doc fix.
11231
11232 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11233
11234 2012-02-02 Glenn Morris <rgm@gnu.org>
11235
11236 * server.el (server-auth-dir): Doc fix.
11237 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11238
11239 * subr.el (run-mode-hooks): Doc fix.
11240
11241 2012-02-02 Juri Linkov <juri@jurta.org>
11242
11243 * image-mode.el (image-toggle-display-image): Remove tautological
11244 `major-mode' from the `derived-mode-p' test.
11245
11246 2012-02-02 Kenichi Handa <handa@m17n.org>
11247
11248 * composite.el (compose-region): Cancel previous change.
11249
11250 2012-02-02 Kenichi Handa <handa@m17n.org>
11251
11252 * composite.el (compose-region, compose-string): Signal error for
11253 a null string component (Bug#6988).
11254
11255 2012-02-01 Chong Yidong <cyd@gnu.org>
11256
11257 * view.el (view-buffer-other-window, view-buffer-other-frame):
11258 Handle special modes like view-buffer (Bug#10650).
11259 (view-buffer): Simplify.
11260
11261 * frame.el (set-frame-font): Tweak meaning of third argument.
11262
11263 * dynamic-setting.el (font-setting-change-default-font):
11264 Use set-frame-font (Bug#9982).
11265
11266 2012-02-01 Glenn Morris <rgm@gnu.org>
11267
11268 * progmodes/compile.el (compilation-internal-error-properties):
11269 Respect compilation-first-column in the "*compilation*" buffer.
11270
11271 * emacs-lisp/easy-mmode.el (define-minor-mode):
11272 Relax :variable's test for a named function.
11273
11274 2012-01-31 Alan Mackenzie <acm@muc.de>
11275
11276 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11277 off by one error.
11278
11279 2012-01-31 Chong Yidong <cyd@gnu.org>
11280
11281 * frame.el (set-frame-font): New arg ALL-FRAMES.
11282
11283 * menu-bar.el (menu-set-font): Use set-frame-font.
11284
11285 * faces.el (face-spec-reset-face): Don't apply unspecified
11286 attribute values to the default face.
11287
11288 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11289
11290 * progmodes/cwarn.el (cwarn): Remove dead link.
11291 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11292 Remove * from defcustom docstrings.
11293 (turn-on-cwarn-mode): Make obsolete.
11294 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11295 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11296
11297 2012-01-31 Glenn Morris <rgm@gnu.org>
11298
11299 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11300 Fix :variable handling of mode a symbol not equal to modefun.
11301 Allow named functions to be used as the cdr of :variable.
11302
11303 2012-01-30 Glenn Morris <rgm@gnu.org>
11304
11305 * emacs-lisp/authors.el (authors-fixed-entries):
11306 Remove reference to deleted file rnewspost.el.
11307
11308 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11309
11310 * window.el (window-with-parameter): Remove unused variable `windows'.
11311 (window--side-check): Remove unused variable `code'.
11312 (window--resize-siblings): Remove unused variable `first'.
11313 (adjust-window-trailing-edge): Remove unused variable `failed'.
11314 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11315 Use `let', not `let*'.
11316 (balance-windows-2): Remove unused variable `found'.
11317 (window--state-put-2): Remove unused variable `splits'.
11318 (window-state-put): Remove unused variable `selected'.
11319 (same-window-p): Use `string-match-p'.
11320 (display-buffer-assq-regexp): Remove unused variable `value'.
11321 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11322 Mark argument ALIST as ignored.
11323 (pop-to-buffer): Remove unused variable `old-window'.
11324
11325 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11326
11327 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11328 and .lzma compressed files.
11329
11330 2012-01-29 Chong Yidong <cyd@gnu.org>
11331
11332 * frame.el (window-system-default-frame-alist): Doc fix.
11333
11334 * dynamic-setting.el (font-setting-change-default-font): Don't
11335 change the default face if SET-FONT argument is non-nil (Bug#9982).
11336
11337 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11338
11339 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11340
11341 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11342
11343 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11344 breakpoints in files outside current directory (Bug#6098).
11345
11346 2012-01-29 Chong Yidong <cyd@gnu.org>
11347
11348 * progmodes/python.el: Require ansi-color at top-level.
11349
11350 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11351 Define and use in Emacs Lisp mode (Bug#9360).
11352 (lisp-mode-abbrev-table): Add doc.
11353 (lisp-mode-variables): Don't set local-abbrev-table.
11354 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11355
11356 2012-01-28 Roland Winkler <winkler@gnu.org>
11357
11358 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11359
11360 2012-01-28 Roland Winkler <winkler@gnu.org>
11361
11362 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11363 (bibtex-set-dialect): Use it. Either set global values of
11364 dialect-dependent variables or bind these variables buffer-locally
11365 (Bug#10254).
11366 (bibtex-mode): Call bibtex-set-dialect via
11367 hack-local-variables-hook.
11368 (bibtex-dialect): Update docstring.
11369 Add safe-local-variable predicate.
11370 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11371 bibtex-set-dialect.
11372 (bibtex-mode-map): Define menu for each dialect.
11373 (bibtex-entry): Fix docstring.
11374
11375 2012-01-28 Chong Yidong <cyd@gnu.org>
11376
11377 * eshell/esh-arg.el (eshell-quote-argument): New function.
11378
11379 * eshell/esh-ext.el (eshell-invoke-batch-file):
11380 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11381 first arg to eshell-parse-command (Bug#10523).
11382
11383 2012-01-28 Drew Adams <drew.adams@oracle.com>
11384
11385 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11386 `default-directory' is non-nil.
11387
11388 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11389
11390 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11391 line that displays system-configuration-options. (Bug#9924)
11392
11393 2012-01-28 Drew Adams <drew.adams@oracle.com>
11394
11395 * descr-text.el (describe-char): Show information about POS, in
11396 addition to information about the character at POS. Improve and
11397 update the doc string. Change "code point" to "code point in
11398 charset", to avoid confusion with the character's Unicode code
11399 point shown above that. (Bug#10129)
11400
11401 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11402
11403 * descr-text.el (describe-char): Show the raw character, not only
11404 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11405 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11406 for the reasons.
11407
11408 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11409
11410 * emacs-lisp/package.el (package-install):
11411 Run package-refresh-contents if there is no archive yet (Bug#9798).
11412
11413 2012-01-28 Chong Yidong <cyd@gnu.org>
11414
11415 * emacs-lisp/package.el (package-maybe-load-descriptor):
11416 New function, split from package-maybe-load-descriptor.
11417 (package-maybe-load-descriptor): Use it.
11418 (package-download-transaction): Fully load required packages
11419 inside the loop, so that `require' calls work (Bug#10593).
11420 (package-install): No need to call package-initialize now.
11421
11422 2012-01-28 Chong Yidong <cyd@gnu.org>
11423
11424 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11425
11426 * tooltip.el (tooltip-mode): Doc fix.
11427 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11428
11429 * frame.el (set-cursor-color): Doc fix (Bug#352).
11430
11431 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11432 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11433
11434 * cus-edit.el (custom-buffer-create-internal): Fix search button
11435 action (Bug#10542).
11436 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11437
11438 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11439
11440 * dired.el (dired-mark-files-regexp):
11441 Include any subdirectory components. (Bug#10445)
11442
11443 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11444
11445 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11446 Handle [host]:port syntax. (Bug#10533)
11447
11448 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11449
11450 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11451
11452 2012-01-26 Glenn Morris <rgm@gnu.org>
11453
11454 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11455 * term.el (term-raw-escape-map): Use Control-X-prefix.
11456 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11457
11458 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11459
11460 * window.el (window-state-get, window--state-get-1): Don't deal
11461 with fixed-sizeness of windows. Simplify code.
11462
11463 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11464
11465 * window.el (window--state-get-1, window--state-put-2):
11466 Don't save and restore the mark.
11467
11468 2012-01-25 Chong Yidong <cyd@gnu.org>
11469
11470 * custom.el (custom-variable-p): Doc fix.
11471
11472 2012-01-25 Glenn Morris <rgm@gnu.org>
11473
11474 * dired.el (dired-goto-file): Handle some of the more common
11475 characters that `ls -b' escapes. (Bug#10596)
11476
11477 * progmodes/compile.el (compilation-next-error-function):
11478 Respect compilation-first-column in the "*compilation*" buffer.
11479 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11480
11481 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11482
11483 2012-01-24 Glenn Morris <rgm@gnu.org>
11484
11485 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11486
11487 2012-01-24 Julien Danjou <julien@danjou.info>
11488
11489 * color.el (color-rgb-to-hsl): Fix value computing.
11490 (color-hue-to-rgb): New function.
11491 (color-hsl-to-rgb): New function.
11492 (color-clamp, color-saturate-hsl, color-saturate-name)
11493 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11494 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11495
11496 2012-01-24 Glenn Morris <rgm@gnu.org>
11497
11498 * vc/vc-rcs.el (vc-rcs-create-tag):
11499 * vc/vc-sccs.el (vc-sccs-create-tag):
11500 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11501
11502 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11503
11504 * eshell/esh-util.el (eshell-read-hosts-file):
11505 Skip comment lines. (Bug#10549)
11506
11507 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11508
11509 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11510
11511 * subr.el (display-delayed-warnings): Doc fix.
11512 (collapse-delayed-warnings): New function to collapse identical
11513 adjacent warnings.
11514 (delayed-warnings-hook): Add it.
11515
11516 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11517
11518 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11519
11520 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11521 (tramp-default-user-alist): Don't add "pscp".
11522 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11523 property "login-as", if set. (Bug#10530)
11524
11525 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11526
11527 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11528 "plink1" and "psftp". (Bug#10530)
11529
11530 2012-01-21 Kenichi Handa <handa@m17n.org>
11531
11532 * international/mule-cmds.el (prefer-coding-system): Show a
11533 warning message if the default value of file-name-coding-system
11534 was not changed.
11535
11536 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11537
11538 * windmove.el (windmove-reference-loc):
11539 Fix windmove-reference-loc miscalculation.
11540
11541 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11542
11543 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11544 default unit.
11545
11546 2012-01-21 Glenn Morris <rgm@gnu.org>
11547
11548 * international/mule.el (auto-coding-alist): Add .tbz.
11549
11550 * files.el (local-enable-local-variables): Doc fix.
11551 (inhibit-local-variables-regexps): Rename from
11552 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11553 Doc fix. Add some extensions from auto-coding-alist.
11554 (inhibit-local-variables-suffixes):
11555 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11556 (inhibit-local-variables-p):
11557 New function, extracted from set-auto-mode-1.
11558 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11559 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11560 (hack-local-variables): Doc fix. Make the mode-only case
11561 respect enable-local-variables and friends.
11562 Respect inhibit-local-variables-regexps for file-locals, but
11563 not for directory-locals.
11564 (set-visited-file-name):
11565 Take account of inhibit-local-variables-regexps.
11566 Whether it applies may change as the file name is changed.
11567 * jka-cmpr-hook.el (jka-compr-install):
11568 * jka-compr.el (jka-compr-uninstall):
11569 Update for inhibit-first-line-modes-suffixes name change.
11570
11571 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11572
11573 * help-macro.el (make-help-screen): Temporarily restore original
11574 binding for minor-mode-map-alist (Bug#10454).
11575
11576 2012-01-19 Julien Danjou <julien@danjou.info>
11577
11578 * color.el (color-name-to-rgb): Use the white color to find the max
11579 color component value and return correctly computed values.
11580 (color-name-to-rgb): Add missing float conversion for max value.
11581
11582 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11583
11584 * window.el (window--state-get-1, window-state-get): Do not use
11585 special state value for window-persistent-parameters.
11586 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11587 (window--state-put-2): Reset all window parameters to nil before
11588 assigning values of persistent parameters.
11589
11590 2012-01-18 Alan Mackenzie <acm@muc.de>
11591
11592 Eliminate sluggishness and hangs in fontification of "semicolon
11593 deserts".
11594
11595 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11596 Change value 10000 -> 3000.
11597 (c-state-safe-place): Reformulate so it doesn't stack up an
11598 infinite number of wrong entries in c-state-nonlit-pos-cache.
11599 (c-determine-limit-get-base, c-determine-limit): New functions to
11600 determine backward search limits disregarding literals.
11601 (c-find-decl-spots): Amend commenting.
11602 (c-cheap-inside-bracelist-p): New function which detects "={".
11603
11604 * progmodes/cc-fonts.el
11605 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11606 backward search.
11607 (c-font-lock-declarations): Fix an occurrence of point being
11608 undefined. Check additionally for point being in a bracelist or
11609 near a macro invocation without a semicolon so as to avoid a
11610 fruitless time consuming search for a declarator. Give a more
11611 precise search limit for declarators using the new
11612 c-determine-limit.
11613
11614 2012-01-18 Glenn Morris <rgm@gnu.org>
11615
11616 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11617 (set-auto-mode): Doc fixes.
11618
11619 2012-01-17 Glenn Morris <rgm@gnu.org>
11620
11621 * isearch.el (search-nonincremental-instead): Fix doc typo.
11622
11623 * dired.el (dired-insert-directory): Handle newlines in directory name.
11624 (dired-build-subdir-alist): Unescape newlines in directory name.
11625
11626 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11627
11628 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11629 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11630 (tramp-action-terminal): Use it. (Bug#10530)
11631
11632 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11635
11636 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11637
11638 * window.el (window-state-ignored-parameters): Remove variable.
11639 (window--state-get-1): Rename argument MARKERS to IGNORE.
11640 Handle persistent window parameters. Make copy of clone-of
11641 parameter only if requested. (Bug#10348)
11642 (window--state-put-2): Install a window parameter only if it has
11643 a non-nil value or an existing parameter shall be overwritten.
11644
11645 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11646
11647 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11648
11649 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11650
11651 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11652 don't pass the (nil) value of `upnode' to string-match.
11653
11654 2012-01-14 Chong Yidong <cyd@gnu.org>
11655
11656 * startup.el (command-line): Fix X resource class for cursorColor.
11657 Fix values recognized by the cursorBlink resource.
11658
11659 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11660
11661 * epg.el (epg--make-temp-file): Avoid permission race condition
11662 when running on old Emacs versions (bug#10403).
11663
11664 2012-01-14 Glenn Morris <rgm@gnu.org>
11665
11666 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11667
11668 2012-01-13 Alan Mackenzie <acm@muc.de>
11669
11670 Fix filling for when filladapt mode is enabled.
11671
11672 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11673 c-mask-paragraph, pass in `fill-paragraph' rather than
11674 `fill-region-as-paragraph'. (This is a reversion of a previous
11675 change.)
11676 * progmodes/cc-mode.el (c-basic-common-init):
11677 Make fill-paragraph-handle-comment buffer local and set it to nil.
11678
11679 2012-01-13 Glenn Morris <rgm@gnu.org>
11680
11681 * dired.el (dired-switches-escape-p): New function.
11682 (dired-insert-directory): Use dired-switches-escape-p.
11683 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11684
11685 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11686
11687 2012-01-12 Glenn Morris <rgm@gnu.org>
11688
11689 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11690 changes in adaptive-fill-regexp. (Bug#10276)
11691
11692 2012-01-11 Alan Mackenzie <acm@muc.de>
11693
11694 Fix Emacs bug #10463 - put `widen's around the critical spots.
11695
11696 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11697 widen around each invocation of c-state-pp-to-literal. Remove an
11698 unused let variable.
11699
11700 2012-01-11 Glenn Morris <rgm@gnu.org>
11701
11702 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11703 Doc fix.
11704
11705 2012-01-10 Chong Yidong <cyd@gnu.org>
11706
11707 * net/network-stream.el (network-stream-open-starttls):
11708 Avoid emitting a confusing error message when the server gives a bad
11709 response to the capability command.
11710
11711 2012-01-10 Glenn Morris <rgm@gnu.org>
11712
11713 * mail/unrmail.el (unrmail): Tweak previous change.
11714
11715 2012-01-09 Chong Yidong <cyd@gnu.org>
11716
11717 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11718
11719 2012-01-08 Alan Mackenzie <acm@muc.de>
11720
11721 Optimise font locking in long enum definitions.
11722
11723 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11724 arm to a cond form to handle enums.
11725 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11726 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11727
11728 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11729
11730 * files.el (move-file-to-trash): Preserve default file modes on error.
11731 (Bug#10401)
11732
11733 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11734
11735 * faces.el (set-face-attribute): Clarify the meaning of the nil
11736 frame (bug#10294).
11737
11738 * subr.el (with-selected-frame): Mention that the selected frame
11739 is restored (bug#9980).
11740
11741 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11742 (bug#9759).
11743
11744 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11745 (password-read): Don't autoload unused function.
11746
11747 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11748
11749 * progmodes/which-func.el (which-func-mode): Turn into a
11750 non-interactive function and mark as obsolete (bug#10428).
11751
11752 2012-01-06 Chong Yidong <cyd@gnu.org>
11753
11754 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11755 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11756 functions, along with 1 and -1.
11757
11758 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11759
11760 * time.el (display-time-load-average)
11761 (display-time-default-load-average): Doc fixes. See the thread
11762 starting at
11763 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11764 for the details.
11765
11766 2012-01-06 Glenn Morris <rgm@gnu.org>
11767
11768 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11769 has no messages. (Bug#10377)
11770
11771 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11772 than Info-edit. (Bug#10385)
11773
11774 * time.el (display-time-load-average, display-time-next-load-average):
11775 Doc fixes.
11776
11777 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11778 local setting of buffer-read-only to the input buffer. (Bug#10419)
11779
11780 * calendar/calendar.el (calendar-mode):
11781 Locally set scroll-margin to 0. (Bug#10379)
11782
11783 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11784
11785 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11786
11787 2012-01-05 Glenn Morris <rgm@gnu.org>
11788
11789 * eshell/em-unix.el (diff-no-select): Autoload it.
11790 (eshell/diff): Use diff-no-select. (Bug#10420)
11791
11792 2012-01-05 Chong Yidong <cyd@gnu.org>
11793
11794 * shell.el (shell-dynamic-complete-functions): Revert last change.
11795 (shell-command-completion-function): New function.
11796 (shell-completion-vars): Use it to implement
11797 shell-completion-execonly (Bug#10417).
11798
11799 * custom.el (enable-theme): Don't set custom-safe-themes.
11800
11801 * cus-theme.el (custom-theme-merge-theme):
11802 Ignore custom-enabled-themes and custom-safe-themes.
11803
11804 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11805
11806 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11807 first prompt in `sql-interacive-mode'.
11808 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11809 keywords.
11810 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11811 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11812 context of original buffer. Invoke `sql-login-hook'.
11813
11814 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11815
11816 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11817 letters in cite-prefix.
11818
11819 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11820
11821 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11822
11823 2012-01-03 Chong Yidong <cyd@gnu.org>
11824
11825 * shell.el (shell-dynamic-complete-functions):
11826 Put pcomplete-completions-at-point, so as to try
11827 comint-filename-completion first (Bug#10417).
11828
11829 2012-01-02 Richard Stallman <rms@gnu.org>
11830
11831 * battery.el (battery-status-function):
11832 Detect when to use battery-yeeloong-sysfs.
11833 (battery-echo-area-format): Add string for Yeeloong.
11834 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11835 (battery-yeeloong-sysfs): New function.
11836
11837 2012-01-02 Chong Yidong <cyd@gnu.org>
11838
11839 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11840 (dirtrack): Merge code for handling relative filenames in prompt
11841 from shell-dir-cookie-watcher.
11842 (dirtrack-debug-message): New arg to avoid excess format calls.
11843
11844 * shell.el (shell-dir-cookie-re): Variable deleted.
11845 (shell-dir-cookie-watcher): Function deleted.
11846 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11847 with dirtrack-mode.
11848
11849 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11850
11851 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11852 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11853 libgnutls-26.dll.
11854
11855 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11856
11857 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11858
11859 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11860
11861 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11862 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11863
11864 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11865
11866 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11867 also for alternative shells.
11868 (tramp-open-connection-setup-interactive-shell): Check, whether
11869 the shell is a busybox.
11870 (tramp-send-command): Don't suppress multiple prompts for
11871 busyboxes, it hurts.
11872
11873 2011-12-28 Chong Yidong <cyd@gnu.org>
11874
11875 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11876 (gdb-get-source-file): Move mode line update to
11877 gdb-get-source-file (Bug#10087).
11878
11879 2011-12-25 Chong Yidong <cyd@gnu.org>
11880
11881 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11882 gud-gdb-marker-filter without taking it as an argument.
11883 (gud-gdb-run-command-fetch-lines): Caller changed.
11884 (gud-gdb-completion-function): New variable.
11885 (gud-gdb-completion-at-point): Use it.
11886 (gud-gdb-completions-1): Split from gud-gdb-completions.
11887
11888 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11889 function as separate arguments.
11890 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11891 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11892 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11893 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11894 (gdb-stopped, def-gdb-auto-update-trigger)
11895 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11896 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11897 Callers changed.
11898 (gud-gdbmi-completions): New function.
11899 (gdb): Use it for generating the completion table.
11900
11901 2011-12-24 Alan Mackenzie <acm@muc.de>
11902
11903 Introduce a mechanism to widen the region used in context font
11904 locking. Use this to protect declarations from losing their contexts.
11905
11906 * progmodes/cc-langs.el (c-before-font-lock-functions):
11907 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11908 (c-before-context-fontification-functions): New defvar, a list of
11909 functions to be run just before context (etc.) font locking.
11910
11911 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11912 New, functionality extracted from
11913 c-neutralize-syntax-in-and-mark-CPP.
11914 (c-in-after-change-fontification): New variable.
11915 (c-after-change): Set c-in-after-change-fontification.
11916 (c-set-fl-decl-start): Rejig its interface, so it can be called
11917 from both after-change and context fontifying.
11918 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11919 New functions.
11920 (c-standard-font-lock-fontify-region-function): New variable.
11921 (c-font-lock-fontify-region): New function.
11922
11923 2011-12-24 Juri Linkov <juri@jurta.org>
11924
11925 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11926 (Bug#10348)
11927
11928 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11929
11930 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11931 existence of source file. (Bug#10325)
11932
11933 2011-12-23 Alan Mackenzie <acm@muc.de>
11934
11935 Fix unstable fontification inside templates.
11936
11937 * progmodes/cc-langs.el (c-before-font-lock-functions):
11938 Newly created from the singular version. The (c c++ objc) entry now
11939 additionally has c-set-fl-decl-start. The other languages (apart
11940 from AWK) have that as a single entry.
11941
11942 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11943 The functionality for "local" declarations has been extracted to
11944 c-set-fl-decl-start.
11945
11946 * progmodes/cc-mode.el (c-common-init, c-after-change):
11947 Changes due to pluralisation of c-before-font-lock-functions.
11948 (c-set-fl-decl-start): New function, extracted from
11949 c-font-lock-enclosing-decls and enhanced.
11950
11951 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11952
11953 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11954
11955 2011-12-22 Juri Linkov <juri@jurta.org>
11956
11957 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11958
11959 2011-12-22 Chong Yidong <cyd@gnu.org>
11960
11961 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11962
11963 2011-12-21 Drew Adams <drew.adams@oracle.com>
11964
11965 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11966
11967 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11968
11969 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11970
11971 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11972
11973 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11974 highlighting and support. Fix up comments for capitalization.
11975 (cfengine-mode-debug): New var.
11976 (cfengine3-mode): Change the modeline indicator to "CFE3".
11977 (cfengine3-font-lock-keywords): Improve defun highlighting.
11978 (cfengine2-actions): Rename from `cfengine-actions'.
11979 (cfengine2-font-lock-keywords): Rename from
11980 `cfengine-font-lock-keywords'.
11981 (cfengine2-imenu-expression): Rename from
11982 `cfengine-imenu-expression'.
11983 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11984 (cfengine2-beginning-of-defun): Rename from
11985 `cfengine-beginning-of-defun'.
11986 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11987 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11988 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11989 modeline indicator to "CFE2".
11990 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11991 (cfengine-mode-abbrevs): Mark obsolete.
11992
11993 2011-12-21 Chong Yidong <cyd@gnu.org>
11994
11995 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11996 filename argument.
11997
11998 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11999
12000 * window.el (window-normalize-buffer-to-display): Remove.
12001 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
12002
12003 2011-12-19 Chong Yidong <cyd@gnu.org>
12004
12005 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
12006 Don't signal an error in a predicate function; return non-nil.
12007 (vc-dir-mark-file): Move the error here.
12008 (vc-dir-mark-unmark): If acting on the region, keep going if one
12009 of the entries cannot be marked/unmarked.
12010 (vc-dir-mark-all-files): If current entry is a directory, mark
12011 only child files, as documented.
12012
12013 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
12014
12015 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
12016 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
12017 addition.
12018
12019 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
12020
12021 * term/ns-win.el (ns-get-selection-internal)
12022 (ns-store-selection-internal): Declare.
12023 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12024 Declare as obsolete.
12025 (ns-get-pasteboard, ns-paste-secondary):
12026 Use ns-get-selection-internal.
12027 (ns-set-pasteboard, ns-copy-including-secondary):
12028 Use ns-store-selection-internal.
12029
12030 2011-12-17 Chong Yidong <cyd@gnu.org>
12031
12032 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
12033 (vc-deduce-fileset): Doc fix.
12034
12035 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
12036
12037 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12038
12039 2011-12-13 Sam Steingold <sds@gnu.org>
12040
12041 * man.el (Man-getpage-in-background): When running under a
12042 window-system, ignore $MANWIDTH and $COLUMNS.
12043
12044 2011-12-15 Kenichi Handa <handa@m17n.org>
12045
12046 * language/ethio-util.el: Change coding tag to utf-8-emacs.
12047 (setup-ethiopic-environment-internal): Comment out key-binding for
12048 ethio-toggle-punctuation.
12049
12050 2011-12-13 Alan Mackenzie <acm@muc.de>
12051
12052 Add the switch statement to AWK Mode.
12053
12054 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
12055 "default" to the keywords regexp.
12056
12057 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
12058 expression as the rest.
12059 (c-nonlabel-token-key): Allow string literals for AWK.
12060 Refactor for the other modes.
12061
12062 Large brace-block initialisation makes CC Mode slow: Fix.
12063 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
12064 routines. Limit backward searching in c-font-lock-enclosing.decl.
12065
12066 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12067 pp-state and literal type in addition to the limits.
12068 (c-state-safe-place): New defun, extracted from c-state-literal-at.
12069 (c-state-literal-at): Use the above new defun.
12070 (c-slow-in-literal, c-fast-in-literal): Remove.
12071 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
12072
12073 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12074 being in a literal. Add a limit for backward searching.
12075
12076 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12077 c-slow-in-literal.
12078
12079 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12080
12081 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12082
12083 2011-12-13 Martin Rudalics <rudalics@gmx.at>
12084
12085 * window.el (delete-other-windows): Use correct frame in call to
12086 window-with-parameter.
12087
12088 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12089
12090 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12091 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12092 (makefile-gmake-statements, makefile-makepp-statements):
12093 Use it and add new makepp keywords.
12094 (makefile-makepp-font-lock-keywords): Add new patterns.
12095 (makefile-match-function-end): Match new [...] and [[...]].
12096
12097 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
12098
12099 * ses.el (ses-call-printer-return, ses-cell-property-get)
12100 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12101 (ses-create-cell-variable, ses-reset-header-string)
12102 (ses-cell-set-formula, ses-repair-cell-reference-all)
12103 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12104 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12105 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12106 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12107 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12108 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12109 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12110 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12111 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12112 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12113 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12114 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12115
12116 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12117
12118 * ses.el: The overall change is to add cell renaming, that is
12119 setting fancy names for cell symbols other than name matching
12120 "\\`[A-Z]+[0-9]+\\'" regexp .
12121 (ses-create-cell-variable): New defun.
12122 (ses-relocate-formula): Relocate formulas only for cells the
12123 symbols of which are not renamed, i.e. symbols whose names do not
12124 match regexp "\\`[A-Z]+[0-9]+\\'".
12125 (ses-relocate-all): Relocate values only for cells the symbols of
12126 which are not renamed.
12127 (ses-load): Create cells variables as the (ses-cell ...) are read,
12128 in order to check row col consistency with cell symbol name only
12129 for cells that are not renamed.
12130 (ses-replace-name-in-formula): New defun.
12131 (ses-rename-cell): New defun.
12132
12133 2011-12-11 Chong Yidong <cyd@gnu.org>
12134
12135 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12136 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12137
12138 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12139
12140 * window.el (other-window): Fix docstring.
12141
12142 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12143
12144 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12145 `from' or `to' address before taking its substring.
12146 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12147 encoded name is chopped in the middle of the encoded string, and
12148 thus displayed encoded.
12149
12150 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
12151
12152 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12153
12154 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12155
12156 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12157 to use texinfo-update-node and commands that call it if the
12158 Texinfo file uses @node lines without next/prev/up pointers.
12159 Correct outdated description about texinfo-master-menu.
12160 (texinfo-all-menus-update, texinfo-master-menu)
12161 (texinfo-update-node, texinfo-every-node-update)
12162 (texinfo-multiple-files-update): Doc fix. Warn against updating
12163 all the @node lines.
12164 (texinfo-master-menu): Only call texinfo-update-node if the prefix
12165 argument is numeric. Explain better in the doc string what the
12166 function really does.
12167 (texinfo-insert-master-menu-list): Improve the error message
12168 displayed if there's no menu in the Top node.
12169 (Bug#2975) See also this thread:
12170 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12171
12172 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12173
12174 * speedbar.el (speedbar-supported-extension-expressions):
12175 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12176
12177 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
12178
12179 * printing.el (pr-mode-alist):
12180 * simple.el (filter-buffer-substring-functions)
12181 (completion-list-insert-choice-function):
12182 * window.el (window-with-parameter, window-atom-root)
12183 (window-sides-slots, window-size-fixed, window-min-delta)
12184 (window-max-delta, window--resize-mini-window)
12185 (window--resize-child-windows-normal, window-tree)
12186 (delete-other-windows, quit-window, split-window)
12187 (display-buffer-record-window, special-display-buffer-names)
12188 (special-display-regexps, special-display-popup-frame)
12189 (same-window-p, split-window-sensibly)
12190 (display-buffer-overriding-action, display-buffer-alist)
12191 (display-buffer-base-action, display-buffer, switch-to-buffer)
12192 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12193 (fit-window-to-buffer, recenter-positions)
12194 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12195 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12196 and remove unneeded backslashes in docstrings.
12197
12198 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12199
12200 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12201
12202 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12203 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12204 end in ".mk".
12205 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12206 when reading the makefile (bug#10116).
12207
12208 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12211 (bug#10116).
12212
12213 2011-12-06 Glenn Morris <rgm@gnu.org>
12214
12215 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12216
12217 2011-12-06 Chong Yidong <cyd@gnu.org>
12218
12219 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12220
12221 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12222
12223 * textmodes/table.el (table-shorten-cell): Fix typo.
12224
12225 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12226
12227 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12228
12229 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12230
12231 * descr-text.el (describe-char): Fix display of strong
12232 right-to-left characters and directional embeddings and overrides.
12233
12234 * simple.el (what-cursor-position): Fix display of codepoints of
12235 strong right-to-left characters.
12236
12237 2011-12-05 Chong Yidong <cyd@gnu.org>
12238
12239 * faces.el (read-color): Doc fix.
12240
12241 2011-12-05 Glenn Morris <rgm@gnu.org>
12242
12243 * align.el (align--set-marker): Add doc-string.
12244 Don't try to move something that is not a marker. (Bug#10216)
12245
12246 2011-12-04 Glenn Morris <rgm@gnu.org>
12247
12248 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12249 overly zealous deletion of trailing whitespace.
12250
12251 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12252
12253 * server.el (server-delete-client): On Windows, do not try to delete
12254 the only terminal.
12255 (server-process-filter): On Windows, treat requests for a tty frame as
12256 if they were for a GUI frame if the running server is in GUI mode.
12257
12258 2011-12-03 Glenn Morris <rgm@gnu.org>
12259
12260 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12261
12262 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * electric.el: Streamline electric-indent's hook.
12265 (electric-indent-chars): Revert to simple list.
12266 (electric-indent-functions): New var.
12267 (electric-indent-post-self-insert-function): Use it.
12268
12269 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12270 there's no inferior buffer (bug#10196).
12271 (prolog-consult-compile): Don't use toggle-read-only.
12272
12273 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12274
12275 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12276 interrupt. (Bug#10187)
12277
12278 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12279
12280 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12281 (bug#9160).
12282
12283 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12284 (bug#10191).
12285
12286 2011-12-02 Juri Linkov <juri@jurta.org>
12287
12288 * info.el (Info-search): Display "end of manual" when Isearch
12289 reaches the end of single-file Info manual. (Bug#9918)
12290
12291 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12292
12293 * isearch.el (isearch-message-prefix): Run the input method part
12294 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12295
12296 2011-12-02 Juri Linkov <juri@jurta.org>
12297
12298 * isearch.el (isearch-occur): Use `word-search-regexp' for
12299 `isearch-word'.
12300 (isearch-search-and-update): Add condition for `isearch-word' and
12301 call `word-search-regexp'. (Bug#10145)
12302
12303 2011-12-01 Glenn Morris <rgm@gnu.org>
12304
12305 * eshell/em-hist.el (eshell-hist-initialize):
12306 Handle eshell-history-size nil and HISTSIZE set or unset.
12307 (eshell-history-file-name, eshell-history-size): Fix custom type.
12308
12309 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12310
12311 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12312
12313 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12314
12315 * progmodes/verilog-mode.el (verilog-pretty-expr):
12316 Rework verilog-pretty-expr to handle new assignment operators in system
12317 verilog, such as += *= and the like.
12318 (verilog-assignment-operator-re): Regular expression to find the
12319 assigment operator in a verilog assignment.
12320 (verilog-assignment-operation-re): Regular expression to find an
12321 assignment statement for pretty-expr.
12322 (verilog-in-attribute-p): Query returns true if point is in an
12323 attribute context; used to skip these for expression line up from
12324 pretty-expr.
12325 (verilog-in-parameter-p): Query returns true if point is in an
12326 parameter definition context; used to skip these for expression
12327 line up from pretty-expr.
12328 (verilog-in-parenthesis-p): Query returns true if point is in a
12329 parenthetical expression, specifically ( ) but not [ ] or { };
12330 used by pretty-expr.
12331 (verilog-just-one-space): If there is no space, don't add one.
12332 (verilog-get-lineup-indent-2): Specifically skip just attribute
12333 contexts for expression lineup, rather than skipping all
12334 parenthetical expressions.
12335 (verilog-calculate-indent): Fix comment, and fix indent.
12336 (verilog-do-indent): Indent declarations in lists (suggested by
12337 Joachim Lechner).
12338 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12339 skeleton items.
12340 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12341 by Alain Mellan).
12342
12343 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12344
12345 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12346 parameters with embedded comments. Reported by Ray Stevens.
12347 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12348 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12349 Reported by Tim Holt.
12350 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12351 instantiated by upper module causing wrong expansion until AUTOed a
12352 second time. Reported by K C Buckenmaier.
12353 (verilog-diff-auto): Fix showing .* as a difference when
12354 `verilog-auto-star-save' off. Reported by Dan Dever.
12355 (verilog-auto-reset, verilog-read-always-signals)
12356 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12357 temporary signals in reset list if
12358 verilog-auto-reset-blocking-in-non is nil, and match assignment
12359 style to each signal's assignment type, bug381.
12360 Reported by Thomas Esposito.
12361 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12362 (verilog-uvm-statement-re): Support UVM indentation and
12363 highlighting, with old OVM keywords only.
12364 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12365 Support AUTOTIEOFF creating non-wire data types.
12366 Suggested by Jonathan Greenlaw.
12367 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12368 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12369 (verilog-inject-sense, verilog-read-inst-pins)
12370 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12371 Fix mismatching parenthesis inside commented out code when deleting
12372 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12373 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12374 non-numeric vector width. Reported by Alex Reed.
12375 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12376 detecting signals with parameter widths. Reported by Alex Reed.
12377 (verilog-auto-delete-trailing-whitespace):
12378 With `verilog-auto-delete-trailing-whitespace' remove trailing
12379 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12380 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12381 Fix verilog-scan-cache corruption when running user AUTO expansion
12382 hooks that call indentation routines.
12383 (verilog-simplify-range-expression): Fix typo ignoring lower case
12384 identifiers.
12385 (verilog-delete-auto): Fix delete-autos to also remove user created
12386 automatics, as long as they start with AUTO.
12387 (verilog-batch-diff-auto, verilog-diff-auto)
12388 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12389 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12390 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12391 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12392 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12393 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12394 is disabled and its cache will get corrupt, causing AUTOS not to
12395 expand. Instead use only -quick functions.
12396 (verilog-scan-region): Fix scanning over escaped quotes.
12397 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12398 (verilog-re-search-backward-quick)
12399 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12400 related functions now ignore strings, to fix misparsing of strings
12401 with magic comments embedded in them.
12402 (verilog-read-auto-template):
12403 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12404 Reported by Brad Dobbie.
12405 (verilog-read-auto-template):
12406 Fix 'verilog-auto-inst-template-numbers' with comments.
12407 Reported by Brad Dobbie.
12408 (verilog-auto-inst, verilog-auto-inst-param)
12409 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12410 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12411 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12412 debugging templates without merge conflicts, bug357.
12413 Reported by Brad Dobbie.
12414 (verilog-read-auto-template):
12415 Fix verilog-auto-inst-template-numbers with multiple templates.
12416 Reported by Brad Dobbie.
12417 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12418 abbrevs so user won't be asked to save.
12419 (verilog-read-auto-lisp-present): Fix to start at beginning of
12420 buffer in case called outside of verilog-auto.
12421 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12422 to "X-2". Reported by Matthew Myers.
12423 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12424 all inputs from module templates. Reported by Leith Johnson.
12425 (verilog-module-inside-filename-p): Fix locating programs as with
12426 modules.
12427 (verilog-auto-inst-port): Fix vl-width expressions when using
12428 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12429 (verilog-decls-get-regs, verilog-decls-get-signals,
12430 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12431 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12432 verilog-read-decls): Combine reg and wire structures into one var
12433 structure to represent SystemVerilog concepts.
12434 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12435 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12436 (verilog-auto-wire-type, verilog-insert-definition):
12437 Add verilog-auto-wire-type and AUTOLOGIC to support using
12438 SystemVerilog "logic" keyword instead of "wire"/"reg".
12439 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12440 to declares outputs that also have assignments (presumably in an
12441 ifdef or generate if so there's not a driver conflict).
12442 Reported by Matthew Myers.
12443 (verilog-auto-declare-nettype, verilog-insert-definition):
12444 Add verilog-auto-declare-nettype to fix declarations using
12445 `default_nettype none. Reported by Julian Gorfajn.
12446 (verilog-read-always-signals-recurse, verilog-read-decls)
12447 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12448 malformed end statement, bug325. Reported by Joshua Wise and
12449 Andrew Drake.
12450 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12451 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12452 when expanding .* in interfaces, bug320.
12453 Reported by Pierre-David Pfister.
12454 (verilog-read-module-name): Fix import statements between module
12455 name and open parenthesis, bug317.
12456 Reported by Pierre-David Pfister.
12457 (verilog-simplify-range-expression): Fix simplification of
12458 multiplications inside AUTOWIRE connections, bug303.
12459 (verilog-auto-inst-port): Support parameter expansion in
12460 multidimensional arrays.
12461 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12462 after "assert property". Reported by Julian Gorfajn.
12463 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12464 with multiplication, bug303.
12465 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12466 Reported by Jan Frode Lonnum.
12467
12468 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12469
12470 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12471 (hfy-shell-file-name, hfy-shell):
12472 * international/fontset.el (x-decompose-font-name): Fix typos.
12473
12474 2011-11-29 Ken Brown <kbrown@cornell.edu>
12475
12476 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12477 (gdb-version): Remove defvar.
12478 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12479 (gdb-gud-context-command, gdb-non-stop-handler)
12480 (gdb-current-context-command, gdb-stopped): Use it.
12481 (gdb-init-1): Enable pretty printing here.
12482 (gdb-non-stop-handler): Don't enable pretty-printing here.
12483 Check to see if the target supports non-stop mode; if not, turn off
12484 non-stop mode. Use the following.
12485 (gdb-check-target-async): New defun.
12486 (gud-watch, gdb-stopped): Fix whitespace.
12487 (gdb-get-source-file): Don't try to display the source file if
12488 `gdb-main-file' is nil.
12489
12490 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12491
12492 * align.el: Try to generate fewer markers (bug#10047).
12493 (align--set-marker): New macro.
12494 (align-region): Use it.
12495
12496 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12499
12500 2011-11-29 Chong Yidong <cyd@gnu.org>
12501
12502 * indent.el (indent-for-tab-command, indent-according-to-mode):
12503 Doc fix.
12504 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12505
12506 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12507
12508 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12509 aware of remote file names. (Bug#10124)
12510
12511 2011-11-29 Chong Yidong <cyd@gnu.org>
12512
12513 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12514
12515 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12516
12517 * files.el (find-file): Don't use force-same-window (bug#10144).
12518 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12519 use pop-to-buffer if the selected window can't be used.
12520 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12521
12522 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12523
12524 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12525 special-mode-map.
12526
12527 2011-11-28 Chong Yidong <cyd@gnu.org>
12528
12529 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12530
12531 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12532
12533 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12534 gdb-get-source-file-list on gdb-create-source-file-list.
12535
12536 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12537
12538 * whitespace.el (whitespace-newline): Use a different foreground
12539 color for 16-color light-background displays.
12540
12541 2011-11-24 Chong Yidong <cyd@gnu.org>
12542
12543 * window.el (display-buffer--special-action): Doc fix.
12544
12545 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12546
12547 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12548 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12549 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12550 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12551 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12552 (avl-tree-stack-first):
12553 * emacs-lisp/cconv.el (cconv--analyse-use):
12554 * net/gnutls.el (gnutls-negotiate): Fix typos.
12555
12556 2011-11-24 Glenn Morris <rgm@gnu.org>
12557
12558 * lpr.el (lpr-windows-system, lpr-lp-system):
12559 * mail/binhex.el (binhex-begin-line):
12560 * progmodes/grep.el (grep-history, grep-find-history):
12561 * textmodes/flyspell.el:
12562 * vc/pcvs-defs.el (cvs-global-menu):
12563 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12564 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12565 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12566
12567 * net/tls.el: Fix case of "GnuTLS".
12568
12569 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12570
12571 * version.el (emacs-build-system): Give it a doc-string.
12572
12573 2011-11-24 Juri Linkov <juri@jurta.org>
12574
12575 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12576
12577 2011-11-24 Glenn Morris <rgm@gnu.org>
12578
12579 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12580 if called on a non-mime message just toggle the headers. (Bug#8006)
12581
12582 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12583
12584 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12585 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12586 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12587 (allout-rebullet-heading, allout-open-sibtopic)
12588 (allout-toggle-current-subtree-encryption)
12589 (allout-toggle-subtree-encryption, allout-encrypt-string)
12590 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12591 (allout-distinctive-bullets-string, allout-auto-activation):
12592 * window.el (window-normalize-buffer-to-display):
12593 * progmodes/verilog-mode.el (verilog-batch-indent):
12594 * textmodes/bibtex.el (bibtex-field-braces-opt)
12595 (bibtex-field-strings-opt):
12596 * vc/cvs-status.el (cvs-tree-merge):
12597 Fix typos.
12598
12599 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12600
12601 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12602 `non-essential' to t, in order to avoid remote connections.
12603
12604 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12605
12606 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12607 On MS-DOS and MS-Windows, compare with loaddefs.el
12608 case-insensitively.
12609
12610 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12611
12612 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12613
12614 2011-11-23 Glenn Morris <rgm@gnu.org>
12615
12616 * paths.el (rmail-file-name): Reformat the doc-string so that it
12617 is picked up.
12618
12619 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12620 (rmail-auto-file): Ignore case in the "special" field names,
12621 as mail-fetch-field does for all others.
12622
12623 * mail/rmail.el (rmail-forward):
12624 * mail/rmailkwd.el (rmail-set-label):
12625 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12626 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12627
12628 * mail/rmail.el (rmail-current-message): Doc fix.
12629
12630 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12631
12632 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12633
12634 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12635
12636 2011-11-22 Glenn Morris <rgm@gnu.org>
12637
12638 * mail/rmailmm.el (test-rmail-mime-handler)
12639 (test-rmail-mime-bulk-handler)
12640 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12641
12642 2011-11-21 Juri Linkov <juri@jurta.org>
12643
12644 * calc/calc.el (calc-read-key-sequence):
12645 Let-bind `input-method-function' to nil. (Bug#10018)
12646
12647 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12648
12649 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12650 Tell the caller that the next line needs recomputation, even
12651 though it doesn't start a sexp (bug#10094).
12652
12653 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12656
12657 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12658
12659 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12660 Use force-same-window.
12661
12662 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12663
12664 * descr-text.el (describe-char-unicode-data):
12665 * json.el (json-string-escape):
12666 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12667 (Footnote-unicode, Footnote-style-p):
12668 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12669
12670 2011-11-20 Chong Yidong <cyd@gnu.org>
12671
12672 * window.el (replace-buffer-in-windows): Restore interactive spec.
12673
12674 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12675
12676 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12677
12678 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12679 (byte-compile-global-not-obsolete-vars): New var.
12680 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12681 Use it.
12682 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12683
12684 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12685
12686 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12687 * progmodes/pascal.el (electric-pascal-equal):
12688 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12689 * xml.el (xml-substitute-special): Fix typos.
12690
12691 2011-11-20 Glenn Morris <rgm@gnu.org>
12692
12693 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12694 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12695 Doc fixes.
12696 (rmail-decode-mime-charset): Mark as obsolete.
12697
12698 * mail/rmailsum.el (rmail-message-regexp-p-1):
12699 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12700 Before using mime functions, check they are set. (Bug#10077)
12701
12702 2011-11-19 Juri Linkov <juri@jurta.org>
12703
12704 * info.el (Info-finder-find-node): Use `package--builtins' instead
12705 of `package-alist'. Use node names formed by the pattern "Keyword "
12706 and the keyword name.
12707
12708 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12709
12710 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12711
12712 2011-11-19 Juri Linkov <juri@jurta.org>
12713
12714 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12715 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12716 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12717 `old-history', `old-history-forward'. Add let-binding
12718 `window-selected'. Remove calls to `kill-buffer',
12719 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12720 before calling `Info-find-node', so `Info-find-node-2' will reread
12721 the Info file. Restore window positions only when `window-selected'
12722 is non-nil.
12723
12724 2011-11-19 Juri Linkov <juri@jurta.org>
12725
12726 * isearch.el (isearch-lazy-highlight-new-loop):
12727 Remove condition `(not isearch-error)'. (Bug#9918)
12728
12729 * misearch.el (multi-isearch-search-fun): Add condition
12730 `(not bound)' to ignore lazy-highlighting search.
12731 Add the search-failed message "end of multi" when the end of
12732 multi-sequence is reached. Uncapitalize the search-failed
12733 message "Repeat for next buffer".
12734
12735 * info.el (Info-search): Add the search-failed message
12736 "end of the manual" when the end of the manual is reached
12737 in Isearch mode.
12738
12739 2011-11-19 Juri Linkov <juri@jurta.org>
12740
12741 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12742 Use non-destructive `remove' instead of `delete' because
12743 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12744 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12745
12746 2011-11-19 Juri Linkov <juri@jurta.org>
12747
12748 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12749 to nil instead of binding `search-ring' and `regexp-search-ring'.
12750 (Bug#9185)
12751
12752 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12753
12754 * simple.el (line-move): Force movement by logical lines for any
12755 hscrolled window, not only when auto-hscroll-mode is on.
12756 (line-move-visual): Update doc string to that effect. (Bug#10076)
12757
12758 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12759
12760 * language/european.el (macintosh): Define as alias for mac-roman.
12761
12762 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12763
12764 * mail/rmailmm.el (rmail-mime-display-header)
12765 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12766 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12767 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12768 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12769 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12770 of a raw aref.
12771 (rmail-mime-entity-segment): To get past the tagline, move forward
12772 2 more lines, to account for the 2 empty lines that precede and
12773 follow the line with the buttons.
12774 (rmail-mime-update-tagline): Move one more line, to get past the
12775 empty line that follows the buttons in the tagline. (Bug#9520)
12776
12777 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12778
12779 * window.el (window-max-delta-1, window-min-delta-1)
12780 (window-min-size-1, window-state-get-1, window-state-put-1)
12781 (window-state-put-2): Use "window--" prefix.
12782
12783 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12784
12785 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12786 (smie-warning-count): New var.
12787 (smie-set-prec2tab): Use it.
12788 (smie-bnf->prec2): Improve warnings. Add docstring.
12789 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12790 (smie-bnf--set-class): New function.
12791 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12792 corner case.
12793
12794 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12795 (compilation-error-properties, compilation-move-to-column):
12796 Handle compilation-first-column while in the target buffer.
12797
12798 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12799 Don't hardcode point-min==1.
12800
12801 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12802 (eshell-rewrite-for-command): Remove workaround.
12803 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12804 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12805 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12806
12807 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12808
12809 2011-11-17 Glenn Morris <rgm@gnu.org>
12810
12811 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12812 Ignore buffer-local generated-autoload-file if it is the same
12813 as the global value. (Bug#10049)
12814
12815 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12816
12817 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12818 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12819 (reftex-toc-previous-heading, reftex-toc-max-level)
12820 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12821 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12822 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12823 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12824 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12825 (reftex-toc-rename-label, reftex-toc-visit-location)
12826 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12827 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12828 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12829 leaving "*toc*" only for references to the buffer.
12830
12831 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12832
12833 * window.el (window-resize, delete-window, split-window):
12834 Replace window-splits by window-combination-resize.
12835 * cus-start.el (window-splits): Replace by window-combination-resize.
12836
12837 2011-11-17 Glenn Morris <rgm@gnu.org>
12838
12839 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12840 Make bash entry derive from sh entry, not shell entry.
12841
12842 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12843
12844 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12845 local file name.
12846
12847 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12848
12849 * menu-bar.el (menu-bar-file-menu):
12850 * printing.el (pr-ps-utility):
12851 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12852 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12853 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12854 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12855 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12856 (icalendar--convert-cyclic-to-ical)
12857 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12858 (icalendar--convert-ical-to-diary)
12859 (icalendar--convert-recurring-to-diary)
12860 (icalendar--convert-non-recurring-all-day-to-diary)
12861 (icalendar-import-format-sample):
12862 * progmodes/idlw-shell.el (idlwave-shell-mode):
12863 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12864 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12865 (vhdl-ps-print-init): Fix typos.
12866
12867 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12868
12869 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12870 FSF and collapse date sequence, obscure author/maintainer email address
12871 better, remove extra version line, track relocation of author's webpage.
12872
12873 * progmodes/python.el (python-pdbtrack-input-prompt)
12874 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12875 regular python pdb prompts. Adjustments shamelessly taken exactly as
12876 suggested in EmacsWiki page (tiny change):
12877 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12878
12879 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12880
12881 * expand.el (expand-pos, expand-index, expand-point):
12882 Remove redundant info from docstring.
12883 (expand-add-abbrevs): Doc fix.
12884 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12885 (expand-sample-perl-mode-expand-list): Fix typos.
12886
12887 * net/dbus.el (dbus-event-member-name):
12888 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12889 * term/pc-win.el (msdos-create-frame-with-faces):
12890 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12891
12892 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12893
12894 * window.el (split-window, window-state-get-1)
12895 (window-state-put-1, window-state-put-2): Rename occurrences of
12896 window-nest to window-combination-limit.
12897 * cus-start.el (window-nest): Rename to window-combination-limit.
12898
12899 2011-11-16 Chong Yidong <cyd@gnu.org>
12900
12901 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12902 regexp (Bug#10033).
12903
12904 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12905
12906 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12907 `completing-read' will remove *Completions* and will preserve
12908 current-buffer for us.
12909 (tmm-add-prompt): Users of *Completions* will always (re)set its
12910 major mode.
12911 (tmm-old-comp-map): Remove.
12912
12913 2011-11-16 Glenn Morris <rgm@gnu.org>
12914
12915 * mail/rmailedit.el: Require rmailmm when compiling.
12916 (rmail-old-mime-state): New declaration.
12917 (rmail-edit-current-message): If editing a mime message,
12918 edit the "raw" message from the mbox buffer.
12919 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12920
12921 2011-11-15 Glenn Morris <rgm@gnu.org>
12922
12923 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12924 which wasn't being used. Add optional arg to force given state.
12925 (rmail-mime): Add optional arg to force given state.
12926
12927 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12928
12929 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12930 * frame.el (display-mm-dimensions-alist):
12931 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12932 (outline-move-subtree-down):
12933 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12934 (newsticker--treeview-do-get-node):
12935 * net/quickurl.el (quickurl-list-buffer-name):
12936 * progmodes/dcl-mode.el (dcl-mode):
12937 * progmodes/gdb-mi.el (gdb-mapcar*):
12938 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12939
12940 2011-11-15 Glenn Morris <rgm@gnu.org>
12941
12942 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12943 in a boolean sense, so just make it a boolean, and fix the doc.
12944 (rmail-show-mime-function, rmail-mime-feature)
12945 (rmail-require-mime-maybe): Doc fixes.
12946 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12947
12948 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12949
12950 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12951
12952 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12953 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12954 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12955 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12956
12957 2011-11-15 Glenn Morris <rgm@gnu.org>
12958
12959 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12960 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12961 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12962 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12963 (rmail-mime, rmail-show-mime): Doc fixes.
12964
12965 * term/ns-win.el (mode-line-frame-identification):
12966 Leave it alone. (Bug#10051)
12967
12968 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12969
12970 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12971 Handle empty buffers. (Bug#9978)
12972
12973 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12974
12975 * international/mule.el (define-charset):
12976 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12977 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12978 * progmodes/verilog-mode.el (verilog-backward-token):
12979 * textmodes/ispell.el (lookup-words):
12980 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12981
12982 2011-11-14 Glenn Morris <rgm@gnu.org>
12983
12984 * progmodes/executable.el
12985 (executable-make-buffer-file-executable-if-script-p):
12986 Handle file-modes returning nil.
12987
12988 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12989 message - not necessary, and causes problems. (Bug#9831)
12990
12991 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12992
12993 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12994
12995 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12996 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12997 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12998
12999 2011-11-12 Martin Rudalics <rudalics@gmx.at>
13000
13001 * window.el (window-resize, delete-window): Use window-splits
13002 variable instead of function.
13003 (window-state-get-1, window-state-put-2, window-state-put):
13004 Don't deal with windows' splits status.
13005
13006 2011-11-12 Glenn Morris <rgm@gnu.org>
13007
13008 * apropos.el (apropos-do-all, apropos-library, apropos-value)
13009 (apropos-documentation): Doc fixes.
13010
13011 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
13012
13013 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13014 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13015
13016 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13017
13018 * electric.el (electric-indent-post-self-insert-function): Make it
13019 possible for a char to only indent in some circumstances.
13020 (electric-indent-mode): Simplify.
13021
13022 2011-11-11 Martin Rudalics <rudalics@gmx.at>
13023
13024 * window.el (windows-with-parameter): Remove unused function.
13025 (windows-at-side): Rename to window-at-side-list.
13026 (window-check, window-atom-check, window-atom-check-1)
13027 (window-side-check, window-size-ignore, window-size-fixed-1)
13028 (window-in-direction-2): Prefix with "window--".
13029 (window-tree-1): Rename to window--subtree, fix doc-string.
13030
13031 2011-11-11 Glenn Morris <rgm@gnu.org>
13032
13033 * subr.el (eval-after-load): If FILE is already loaded,
13034 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
13035
13036 2011-11-10 Glenn Morris <rgm@gnu.org>
13037
13038 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13039 Call svn via vc-svn-command rather than vc-do-command.
13040 (vc-svn-command): Add --non-interactive. (Bug#9993)
13041 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13042
13043 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13044 Add toggle-read-only. (Bug#7292)
13045 * files.el (toggle-read-only): Mention that it should only
13046 be used interactively. (Bug#10006)
13047
13048 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13049
13050 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13051 Adjust regexp for OCaml warnings.
13052
13053 * electric.el (electric-pair-post-self-insert-function): Let user
13054 turn it off buffer-locally (bug#9932).
13055
13056 * progmodes/python.el (python-beginning-of-statement):
13057 Rewrite (bug#2703).
13058
13059 * progmodes/compile.el: Better handle TABs (bug#9749).
13060 (compilation-internal-error-properties)
13061 (compilation-next-error-function): Obey the target buffer's
13062 compilation-error-screen-columns.
13063
13064 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
13065
13066 * progmodes/meta-mode.el: Remove obsolete comments.
13067 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13068 Fix typos in docstrings.
13069
13070 2011-11-09 Martin Rudalics <rudalics@gmx.at>
13071
13072 * window.el (window-size-fixed-p): Rewrite doc-string.
13073 (window-resizable-p): Rename to window--resizable-p. Update callers.
13074 (window--resizable): New function. Make all callers of
13075 window-resizable call window--resizable instead.
13076 (window-resizable): Rewrite in terms of window--resizable.
13077
13078 2011-11-08 Glenn Morris <rgm@gnu.org>
13079
13080 * progmodes/delphi.el (delphi-mode-syntax-table):
13081 Let define-derived-mode define a proper syntax table. (Bug#9994)
13082
13083 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * window.el: Stay away from defsubst.
13086 (window-list-no-nils): Remove.
13087 (window-state-get-1, window-state-get): Use backquote instead.
13088
13089 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13090
13091 * emacs-lisp/find-func.el (find-function-read):
13092 Fix incorrect use of default argument in `completing-read'.
13093
13094 2011-11-08 Martin Rudalics <rudalics@gmx.at>
13095
13096 * window.el (display-buffer-function, special-display-function):
13097 Mention display-buffer-record-window but do not mention
13098 help-setup parameter in doc-strings.
13099 (window-min-delta): Fix doc-string typo.
13100
13101 2011-11-08 Chong Yidong <cyd@gnu.org>
13102
13103 * window.el (window-total-height, window-total-width): Doc fix.
13104 (window-body-size): Move from C.
13105 (window-body-height, window-body-width): Move to C.
13106
13107 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13108
13109 * window.el: Make special-display like display-buffer-alist (bug#9532).
13110 (display-buffer--special-action): New function, morphed
13111 from display-buffer--special.
13112 (display-buffer): Use it to handle special-display-buffers at higher
13113 priority (just after display-buffer-alist).
13114 (display-buffer-fallback-action, display-buffer--other-frame-action)
13115 (pop-to-buffer-same-window): Remove display-buffer--special.
13116
13117 2011-11-07 Glenn Morris <rgm@gnu.org>
13118
13119 * calendar/cal-menu.el (cal-menu-set-date-title):
13120 Do nothing if not in a calendar. (Bug#9976)
13121
13122 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * files.el (find-file): Always use selected-window.
13125
13126 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13127
13128 * window.el (window-combinations): Make WINDOW argument
13129 mandatory. Rewrite doc-string.
13130 (walk-window-subtree, window-atom-check, window-min-delta)
13131 (window-max-delta, window--resize-this-window)
13132 (window--resize-root-window-vertically, window-tree)
13133 (balance-windows, window-state-put): Rewrite doc-strings as to
13134 not mention the term "subwindow".
13135 (window--resize-subwindows-skip-p): Rename to
13136 window--resize-child-windows-skip-p.
13137 (window--resize-subwindows-normal): Rename to
13138 window--resize-child-windows-normal.
13139 (window--resize-subwindows): Rename to
13140 window--resize-child-windows.
13141 (window-or-subwindow-p): Rename to window--in-subtree-p.
13142
13143 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13144
13145 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13146 Ensure that mbox format messages end in two newlines (Bug#9974).
13147
13148 2011-11-06 Chong Yidong <cyd@gnu.org>
13149
13150 * window.el (window-combination-p): Function deleted; its
13151 side-effect is not used in any existing code.
13152 (window-combinations, window-combined-p): Call window-*-child
13153 directly.
13154
13155 2011-11-05 Chong Yidong <cyd@gnu.org>
13156
13157 * window.el (window-valid-p): Rename from window-any-p.
13158 (window-size-ignore, window-state-get): Callers changed.
13159 (window-normalize-window): Rename from window-normalize-any-window.
13160 New arg LIVE-ONLY, replacing window-normalize-live-window.
13161 (window-normalize-live-window): Delete.
13162 (window-combination-p, window-combined-p, window-combinations)
13163 (walk-window-subtree, window-atom-root, window-min-size)
13164 (window-sizable, window-sizable-p, window-size-fixed-p)
13165 (window-min-delta, window-max-delta, window-resizable)
13166 (window-resizable-p, window-full-height-p, window-full-width-p)
13167 (window-current-scroll-bars, window-point-1, set-window-point-1)
13168 (window-at-side-p, window-in-direction, window-resize)
13169 (adjust-window-trailing-edge, maximize-window, minimize-window)
13170 (window-deletable-p, delete-window, delete-other-windows)
13171 (record-window-buffer, unrecord-window-buffer)
13172 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13173 (quit-window, split-window, window-state-put)
13174 (set-window-text-height, fit-window-to-buffer)
13175 (shrink-window-if-larger-than-buffer): Callers changed.
13176
13177 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13178
13179 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13180 rfc2047-decode-string.
13181 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13182 warnings.
13183
13184 * window.el (window-body-height, window-body-width): Mention in
13185 the doc string that the return values are in frame's canonical
13186 units. (Bug#9949)
13187
13188 2011-11-03 Alan Mackenzie <acm@muc.de>
13189
13190 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13191 change in cc-engine.el.
13192
13193 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13194
13195 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13196
13197 2011-11-02 Martin Rudalics <rudalics@gmx.at>
13198
13199 * window.el (quit-window): Call unrecord-window-buffer after
13200 showing another buffer in the window. (Bug#9937)
13201 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13202
13203 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
13204
13205 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13206 Accept status with more than 9 shelves. (Bug#9935)
13207 Reported by Colin D Bennett <colin@gibibit.com>.
13208
13209 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13210
13211 * help.el (with-help-window): Don't reference
13212 temp-buffer-show-specifiers in doc-string.
13213
13214 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13215
13216 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13217 menu-item.
13218
13219 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13220
13221 * whitespace.el: New version 13.2.2.
13222 (whitespace-newline-mode): Disable properly. Reported by Sarah
13223 <EmacsWiki>.
13224
13225 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13226
13227 * net/newst-treeview.el: Remove "Time-stamp".
13228 (newsticker--group-manage-orphan-feeds): Do not call
13229 newsticker--treeview-tree-update.
13230 (newsticker-treeview-update, newsticker-treeview):
13231 Call newsticker--treeview-tree-update if necessary.
13232
13233 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13234
13235 * window.el (window-iso-combination-p, window-iso-combined-p)
13236 (window-iso-combinations): Remove "iso-" infix.
13237 Suggested by Chong Yidong.
13238 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13239 (window-max-delta-1, window-resize, window--resize-siblings)
13240 (window--resize-this-window, adjust-window-trailing-edge)
13241 (split-window, balance-windows-1)
13242 (shrink-window-if-larger-than-buffer):
13243 * calendar/calendar.el (calendar-generate-window):
13244 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13245
13246 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13249 in place (bug#9907).
13250 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13251 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13252 (eshell-structure-basic-command, eshell-rewrite-while-command)
13253 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13254 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13255 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13256 (eshell-do-pipelines-synchronously, eshell-eval-command):
13257 Use backquotes and prefer setq to set.
13258 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13259 (eshell-macrop): Use functionp.
13260 (eshell-do-eval): Handle multiple expressions in `while' body.
13261
13262 2011-10-30 Chong Yidong <cyd@gnu.org>
13263
13264 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13265 instead of set-mark (Bug#9810).
13266
13267 2011-10-30 Chong Yidong <cyd@gnu.org>
13268
13269 * window.el (split-window-below, split-window-right): Rename from
13270 split-window-above-each-other and split-window-side-by-side
13271 respectively. All callers changed.
13272 (split-window-sensibly, split-window-sensibly): Use them.
13273 (split-window-keep-point): Doc fix.
13274
13275 * isearch.el: Add isearch-scroll property to split-window-below
13276 and split-window-right.
13277
13278 * follow.el (follow-mode):
13279 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13280 * progmodes/ada-xref.el (ada-gdb-application):
13281 * emulation/vip.el (vip-buffer-in-two-windows):
13282 * image-dired.el (image-dired-dired-with-window-configuration):
13283 * dired-x.el (dired-do-find-marked-files):
13284 * dired.el (dired-pop-to-buffer):
13285 * bs.el (bs--show-with-configuration):
13286 * vc/emerge.el (emerge-setup-windows):
13287 * textmodes/two-column.el (2C-two-columns):
13288 * textmodes/reftex-toc.el (reftex-toc):
13289 * progmodes/gdb-mi.el (gdb-setup-windows):
13290 * progmodes/fortran.el (fortran-window-create):
13291 * net/newst-treeview.el (newsticker--treeview-window-init):
13292 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13293 * emulation/tpu-edt.el (tpu-gold-map):
13294 * emulation/crisp.el (crisp-mode-map):
13295 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13296
13297 2011-10-29 Chong Yidong <cyd@gnu.org>
13298
13299 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13300
13301 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13302
13303 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13304 forged Ispell output (Bug#7904).
13305
13306 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13307
13308 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13309
13310 * doc-view.el: Avoid ugly errors about not finding nil.
13311 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13312 (doc-view-dvipdf-program, doc-view-unoconv-program)
13313 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13314 Avoid nil or absolute file name as default value.
13315 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13316
13317 2011-10-28 Alan Mackenzie <acm@muc.de>
13318
13319 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13320
13321 2011-10-28 Alan Mackenzie <acm@muc.de>
13322
13323 Amend the handling of c-beginning/end-of-defun in nested declaration
13324 scopes.
13325
13326 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13327 cc-langs.el. Change it to a defcustom.
13328
13329 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13330 cc-vars.el.
13331
13332 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13333 Prevent "class foo : bar" being spuriously recognized as a label.
13334
13335 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13336 Add parameter `inclusive' (to include enclosing braces in the region).
13337 (c-widen-to-enclosing-decl-scope): New function.
13338 (c-while-widening-to-decl-block): New macro.
13339 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13340 outward for defun boundaries, and correspondingly change symbol
13341 `respect-enclosure' to `go-outward'.
13342 (c-declaration-limits): Change algorithm to report only the "innermost"
13343 defun's boundaries.
13344
13345 2011-10-28 Deniz Dogan <deniz@dogan.se>
13346
13347 * net/rcirc.el (rcirc-mode): Use hard newlines.
13348
13349 2011-10-28 Alan Mackenzie <acm@muc.de>
13350
13351 Amend to indent and fontify macros "which include their own semicolon"
13352 correctly, using the "virtual semicolon" mechanism.
13353
13354 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13355
13356 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13357 Recode to scan one line at a time rather than having \n and \r
13358 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13359 (c-forward-label): Amend for virtual semicolons.
13360 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13361
13362 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13363 of the new C macros.
13364
13365 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13366 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13367 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13368 (c-opt-cpp-macro-define): Make into a full language variable.
13369 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13370 AWK Mode (including \n, \r) removed, no longer needed.
13371
13372 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13373 Invoke c-make-macro-with-semi-re.
13374
13375 * progmodes/cc-vars.el (c-macro-with-semi-re):
13376 (c-macro-names-with-semicolon): New variables.
13377 (c-make-macro-with-semi-re): New function.
13378
13379 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13380
13381 * vc/log-edit.el: Fill empty field rather than adding new one.
13382 (log-edit-add-field): New function.
13383 (log-edit-insert-changelog): Use it.
13384
13385 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13386
13387 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13388
13389 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13390
13391 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13392 (gdb--check-interpreter): New function.
13393 (gdb): Use it.
13394
13395 2011-10-27 Glenn Morris <rgm@gnu.org>
13396
13397 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13398 (least-positive-float, least-negative-float)
13399 (least-positive-normalized-float, least-negative-normalized-float)
13400 (float-epsilon, float-negative-epsilon):
13401 Remove unnecessary declarations.
13402
13403 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13404 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13405 (least-positive-float, least-negative-float)
13406 (least-positive-normalized-float, least-negative-normalized-float)
13407 (float-epsilon, float-negative-epsilon): Add doc-strings,
13408 based on those in cl.texi.
13409
13410 * files.el (set-visited-file-name): If the major-mode changed,
13411 reload the local variables. (Bug#9796)
13412
13413 2011-10-27 Chong Yidong <cyd@gnu.org>
13414
13415 * subr.el (change-major-mode-after-body-hook): New hook.
13416 (run-mode-hooks): Run it.
13417
13418 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13419 Use change-major-mode-before-body-hook.
13420
13421 * simple.el (fundamental-mode):
13422 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13423 change introducing fundamental-mode-hook.
13424
13425 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13426
13427 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13428
13429 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13430
13431 * ido.el (ido-file-name-all-completions-1): Do not require
13432 tramp.el explicitly. (Bug#7583)
13433
13434 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13435
13436 * progmodes/octave-mod.el:
13437 * progmodes/octave-inf.el: Update maintainer.
13438
13439 2011-10-26 Chong Yidong <cyd@gnu.org>
13440
13441 * subr.el (with-wrapper-hook): Rewrite doc.
13442
13443 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13444
13445 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13446 filenames "/method:foo:". (Bug#9793)
13447
13448 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13449
13450 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13451 (bug#9865).
13452
13453 2011-10-24 Glenn Morris <rgm@gnu.org>
13454
13455 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13456
13457 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13458
13459 * notifications.el: Add the requirement of a running D-Bus session
13460 bus to the Commentary.
13461
13462 2011-10-24 Juri Linkov <juri@jurta.org>
13463
13464 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13465 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13466 (Bug#9364)
13467
13468 2011-10-24 Juri Linkov <juri@jurta.org>
13469
13470 * info.el (Info-following-node-name-re): Add newline to the list
13471 of allowed characters for leading space. (Bug#9824)
13472
13473 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13474
13475 * progmodes/octave-inf.el (inferior-octave-mode-map):
13476 Fix C-c C-h binding.
13477 * progmodes/octave-mod.el (octave-help): Remove.
13478
13479 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13480
13481 Sync with Tramp 2.2.3.
13482
13483 * net/tramp-cache.el (top): Pacify byte-compiler using
13484 `init-file-user' and `site-run-file'.
13485
13486 * net/trampver.el: Update release number.
13487
13488 2011-10-23 Chong Yidong <cyd@gnu.org>
13489
13490 * files.el (toggle-read-only): Remove obsolete comment about
13491 version control.
13492
13493 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13494 for toggle-read-only. Note that this hasn't called vc-next-action
13495 since 2008-05-02, though it wasn't documented at the time.
13496
13497 * vc/ediff-init.el (ediff-toggle-read-only-function):
13498 Use toggle-read-only.
13499
13500 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13501
13502 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13503 of c-parse-state.
13504
13505 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13506 correct faulty logical expression.
13507 (c-parse-state-state, c-record-parse-state-state):
13508 (c-replay-parse-state-state): New defvar/defuns.
13509 (c-debug-parse-state): Use new functions.
13510
13511 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13512
13513 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13514 last fix. Use window-in-direction correctly.
13515
13516 2011-10-21 Chong Yidong <cyd@gnu.org>
13517
13518 * progmodes/idlwave.el (idlwave-mode):
13519 * progmodes/vera-mode.el (vera-mode): No need to set
13520 require-final-newline; that's done in prog-mode.
13521 Suggested by Stefan Monnier.
13522
13523 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13524
13525 * mouse.el (mouse-drag-window-above)
13526 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13527 (mouse-drag-mode-line-1, mouse-drag-header-line)
13528 (mouse-drag-vertical-line-rightward-window): Remove.
13529 (mouse-drag-line): New function.
13530 (mouse-drag-mode-line, mouse-drag-header-line)
13531 (mouse-drag-vertical-line): Call mouse-drag-line.
13532 * window.el (window-at-side-p, windows-at-side): New functions.
13533
13534 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13535
13536 * tar-mode.el (tar-grind-file-mode):
13537 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13538
13539 2011-10-21 Chong Yidong <cyd@gnu.org>
13540
13541 * progmodes/idlwave.el (idlwave-mode):
13542 * progmodes/vera-mode.el (vera-mode):
13543 Use mode-require-final-newline.
13544
13545 2011-10-20 Glenn Morris <rgm@gnu.org>
13546
13547 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13548
13549 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13550
13551 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13552
13553 2011-10-20 Chong Yidong <cyd@gnu.org>
13554
13555 * emulation/cua-base.el (cua-mode):
13556 * mail/footnote.el (footnote-mode):
13557 * mail/mailabbrev.el (mail-abbrevs-mode):
13558 * net/xesam.el (xesam-minor-mode):
13559 * progmodes/bug-reference.el (bug-reference-mode):
13560 * progmodes/cap-words.el (capitalized-words-mode):
13561 * progmodes/compile.el (compilation-minor-mode)
13562 (compilation-shell-minor-mode):
13563 * progmodes/gud.el (gud-tooltip-mode):
13564 * progmodes/hideif.el (hide-ifdef-mode):
13565 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13566 * progmodes/subword.el (subword-mode):
13567 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13568 * progmodes/which-func.el (which-function-mode):
13569 * term/tvi970.el (tvi970-set-keypad-mode):
13570 * term/vt100.el (vt100-wide-mode):
13571 * textmodes/flyspell.el (flyspell-mode):
13572 * textmodes/ispell.el (ispell-minor-mode):
13573 * textmodes/nroff-mode.el (nroff-electric-mode):
13574 * textmodes/paragraphs.el (use-hard-newlines):
13575 * textmodes/refill.el (refill-mode):
13576 * textmodes/reftex.el (reftex-mode):
13577 * textmodes/rst.el (rst-minor-mode):
13578 * textmodes/sgml-mode.el (html-autoview-mode)
13579 (sgml-electric-tag-pair-mode):
13580 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13581 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13582 * emulation/crisp.el (crisp-mode):
13583 * emacs-lisp/eldoc.el (eldoc-mode):
13584 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13585 minor mode behavior.
13586
13587 2011-10-19 Juri Linkov <juri@jurta.org>
13588
13589 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13590 the list of hard-coded chars with escape-glyph face.
13591
13592 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13595
13596 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13597
13598 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13599 running process.
13600
13601 2011-10-19 Glenn Morris <rgm@gnu.org>
13602
13603 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13604 Ignore ignored files. (Bug#9726)
13605
13606 2011-10-19 Chong Yidong <cyd@gnu.org>
13607
13608 Doc fix for minor modes, stating that an omitted argument enables
13609 the mode unconditionally when called from Lisp.
13610
13611 * abbrev.el (abbrev-mode):
13612 * allout.el (allout-mode):
13613 * autoinsert.el (auto-insert-mode):
13614 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13615 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13616 (global-auto-revert-mode):
13617 * battery.el (display-battery-mode):
13618 * composite.el (global-auto-composition-mode)
13619 (auto-composition-mode):
13620 * delsel.el (delete-selection-mode):
13621 * desktop.el (desktop-save-mode):
13622 * dired-x.el (dired-omit-mode):
13623 * dirtrack.el (dirtrack-mode):
13624 * doc-view.el (doc-view-minor-mode):
13625 * double.el (double-mode):
13626 * electric.el (electric-indent-mode, electric-pair-mode):
13627 * emacs-lock.el (emacs-lock-mode):
13628 * epa-hook.el (auto-encryption-mode):
13629 * follow.el (follow-mode):
13630 * font-core.el (font-lock-mode):
13631 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13632 * help.el (temp-buffer-resize-mode):
13633 * hilit-chg.el (highlight-changes-mode)
13634 (highlight-changes-visible-mode):
13635 * hi-lock.el (hi-lock-mode):
13636 * hl-line.el (hl-line-mode, global-hl-line-mode):
13637 * icomplete.el (icomplete-mode):
13638 * ido.el (ido-everywhere):
13639 * image-file.el (auto-image-file-mode):
13640 * image-mode.el (image-minor-mode):
13641 * iswitchb.el (iswitchb-mode):
13642 * jka-cmpr-hook.el (auto-compression-mode):
13643 * linum.el (linum-mode):
13644 * longlines.el (longlines-mode):
13645 * master.el (master-mode):
13646 * mb-depth.el (minibuffer-depth-indicate-mode):
13647 * menu-bar.el (menu-bar-mode):
13648 * minibuf-eldef.el (minibuffer-electric-default-mode):
13649 * mouse-sel.el (mouse-sel-mode):
13650 * msb.el (msb-mode):
13651 * mwheel.el (mouse-wheel-mode):
13652 * outline.el (outline-minor-mode):
13653 * paren.el (show-paren-mode):
13654 * recentf.el (recentf-mode):
13655 * reveal.el (reveal-mode, global-reveal-mode):
13656 * rfn-eshadow.el (file-name-shadow-mode):
13657 * ruler-mode.el (ruler-mode):
13658 * savehist.el (savehist-mode):
13659 * scroll-all.el (scroll-all-mode):
13660 * scroll-bar.el (scroll-bar-mode):
13661 * server.el (server-mode):
13662 * shell.el (shell-dirtrack-mode):
13663 * simple.el (auto-fill-mode, transient-mark-mode)
13664 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13665 (line-number-mode, column-number-mode, size-indication-mode)
13666 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13667 * strokes.el (strokes-mode):
13668 * time.el (display-time-mode):
13669 * t-mouse.el (gpm-mouse-mode):
13670 * tool-bar.el (tool-bar-mode):
13671 * tooltip.el (tooltip-mode):
13672 * type-break.el (type-break-mode-line-message-mode)
13673 (type-break-query-mode):
13674 * view.el (view-mode):
13675 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13676 (global-whitespace-mode, global-whitespace-newline-mode):
13677 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13678
13679 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13680 Fix autogenerated docstring.
13681
13682 2011-10-19 Juri Linkov <juri@jurta.org>
13683
13684 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13685 by checking environment variables "DESKTOP_SESSION" and
13686 "XDG_CURRENT_DESKTOP". (Bug#9779)
13687
13688 2011-10-19 Juri Linkov <juri@jurta.org>
13689
13690 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13691 (browse-url-chromium-program, browse-url-chromium-arguments):
13692 New defcustoms.
13693 (browse-url-default-browser): Check for `browse-url-chromium' and
13694 call `browse-url-chromium-program'.
13695 (browse-url-chromium): New command. (Bug#9779)
13696
13697 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13698
13699 * facemenu.el (list-colors-duplicates): On Windows, detect more
13700 duplicates by assuming that only colors matching "^System" are
13701 special "system colors". (Bug#9722)
13702
13703 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13704
13705 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13706 to distinguish the author from the committer.
13707
13708 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13709
13710 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13711
13712 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13713
13714 * international/mule.el (sgml-html-meta-auto-coding-function):
13715 Add support for detecting encoding in HTML5 specified only as
13716 <meta charset="UTF-8">. Implementation just makes http-equiv and
13717 content-type parts from HTML4 encoding string optional. (Bug#9716)
13718
13719 2011-10-18 Glenn Morris <rgm@gnu.org>
13720
13721 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13722
13723 2011-10-18 Chong Yidong <cyd@gnu.org>
13724
13725 * faces.el (cursor): Doc fix.
13726
13727 2011-10-17 Chong Yidong <cyd@gnu.org>
13728
13729 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13730
13731 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13732
13733 * dirtrack.el (dirtrack): Support shell buffers with path
13734 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13735
13736 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13737
13738 * json.el: Bump version to 1.3 and note change in History.
13739 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13740
13741 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * comint.el (comint-insert-input, comint-send-input)
13744 (comint-get-old-input-default, comint-backward-matching-input)
13745 (comint-next-prompt): Use nil instead of `input' for field property of
13746 past user input (bug#114).
13747
13748 * minibuffer.el (completion--replace): Inherit surrounding properties
13749 (bug#114).
13750 (minibuffer-complete-and-exit): Use it.
13751
13752 * comint.el (comint--table-subvert): Quote the all-completions output
13753 (bug#9160).
13754
13755 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13756
13757 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13758
13759 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13760 window on right of selected. (Bug#9350) Reword other window
13761 entries and separate them from frame entries.
13762
13763 2011-10-15 Glenn Morris <rgm@gnu.org>
13764
13765 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13766 Doc fixes.
13767
13768 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13769
13770 * net/network-stream.el (network-stream-open-starttls):
13771 Improve detection of failure due to lack of TLS support.
13772
13773 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13774 putting the input text in front and in bold.
13775
13776 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13777
13778 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13779
13780 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13781 empty buffer.
13782
13783 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13784 unread-command-events rather than pushing yet-another event.
13785
13786 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13787
13788 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13789 the explanation of the possible choices. Make the options passed
13790 to completing-read shorter.
13791
13792 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13793
13794 * textmodes/flyspell.el (flyspell-large-region): Make sure
13795 extended character mode is used if defined (Bug#1339).
13796
13797 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13798
13799 * simple.el (what-cursor-position): Fix the display of the
13800 character info for LRE, LRO, RLE, and RLO characters by appending
13801 an invisible PDF.
13802
13803 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13804
13805 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13806 even in case of error; add debug spec; simplify data flow.
13807 (with-timeout-handler): Remove.
13808
13809 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13810
13811 Fix Bug#6019, Bug#9315.
13812
13813 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13814 complete `buffer-file-name', the local file name part could look
13815 remotely (for example on VMS).
13816
13817 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13818 `tramp-run-real-handler'.
13819 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13820 already quoted by '"'.
13821
13822 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13823 Let `file-name-handler-alist' be nil, the local file name part
13824 could look remotely (for example on VMS).
13825
13826 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13827
13828 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13829 from here...
13830 (flyspell-post-command-hook): ...to here.
13831
13832 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13833
13834 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13835 if not needed.
13836 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13837 using completion. Protect against "slow" callers.
13838 Remove the "message hack".
13839
13840 2011-10-11 Juri Linkov <juri@jurta.org>
13841
13842 * isearch.el (isearch-lazy-highlight-word): New variable.
13843 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13844 Use it. (Bug#9727)
13845
13846 2011-10-11 Glenn Morris <rgm@gnu.org>
13847
13848 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13849 like f90-previous-statement does.
13850
13851 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13852
13853 * eshell/eshell.el (eshell-command): History should be saved
13854 only in interactive use, to avoid error.
13855
13856 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13857
13858 * minibuffer.el (completion-file-name-table): Fix last change,
13859 i.e. ignore normal errors but not the other ones.
13860
13861 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13862
13863 * window.el (special-display-buffer-names)
13864 (special-display-regexps): Remove some remnants of earlier
13865 changes from doc-strings.
13866 (quit-windows-on): New function.
13867
13868 * vc/vc.el (vc-revert, vc-rollback):
13869 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13870 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13871 (Bug#6183) (Bug#7074) (Bug#7447)
13872
13873 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13874
13875 * window.el (frame-auto-hide-function): Add version tag.
13876 (Bug#9699)
13877
13878 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13879
13880 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13881 condition.
13882
13883 2011-10-09 Leo Liu <sdl.web@gmail.com>
13884
13885 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13886 (Bug#9701)
13887
13888 2011-10-08 Glenn Morris <rgm@gnu.org>
13889
13890 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13891 before the first code statement zero indent. (Bug#9690)
13892
13893 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13894
13895 * simple.el (count-words-region): Always count in the region.
13896 Report the number of lines and characters too.
13897 (count-words): New command, which counts in the buffer if the
13898 region is inactive, as count-words-region used to.
13899 (count-words--message): New function. Handle plurals.
13900 (count-lines-region): Make it an alias for count-words-region.
13901
13902 * bindings.el (esc-map): Replace count-lines-region with
13903 count-words-region.
13904
13905 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13906
13907 * window.el (window--delete): Delete dedicated frame
13908 unconditionally when argument KILL is non-nil. (Bug#9699)
13909 (switch-to-buffer): Fix doc-string typo.
13910
13911 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13912
13913 * eshell/eshell.el (eshell-command): Avoid using hooks.
13914
13915 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13916
13917 * bindings.el ([M-left],[M-right]): Bind to left-word and
13918 right-word respectively.
13919
13920 2011-10-07 Glenn Morris <rgm@gnu.org>
13921
13922 * cus-start.el (debug-on-quit): Fix custom type.
13923
13924 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13925
13926 * subr.el (define-key-after): Clarify that the function is not
13927 useful for non-menu keymaps.
13928
13929 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13930
13931 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13932
13933 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13934 in current minibuffer (Fix bug with recursive minibuffers).
13935
13936 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13937
13938 * progmodes/gdb-mi.el (gdb): Doc fix.
13939
13940 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13941
13942 * window.el (frame-auto-hide-function): New option replacing
13943 frame-auto-delete. Suggested by Stefan Monnier.
13944 (window--delete): Call frame-auto-hide-function instead of
13945 investigating frame-auto-delete.
13946 (window-point-1, set-window-point-1): New functions.
13947 (window-in-direction, record-window-buffer, window-state-get-1)
13948 (display-buffer-record-window): Use window-point-1 instead of
13949 window-point.
13950 (set-window-buffer-start-and-point): Use set-window-point-1.
13951
13952 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13953
13954 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13955
13956 2011-10-05 Glenn Morris <rgm@gnu.org>
13957
13958 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13959 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13960
13961 2011-10-05 Leo Liu <sdl.web@gmail.com>
13962
13963 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13964 works with buffer object.
13965
13966 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13967
13968 * mpc.el (mpc-tool-bar-map): Add labels.
13969
13970 2011-10-04 Glenn Morris <rgm@gnu.org>
13971
13972 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13973
13974 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13975
13976 * window.el (window--delete): New function.
13977 (frame-auto-delete): Resuscitate option.
13978 (bury-buffer, replace-buffer-in-windows)
13979 (quit-window): Rewrite using window--delete.
13980 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13981 Pass display-buffer-mark-dedicated to window--display-buffer-2
13982 (Bug#9639).
13983
13984 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13985
13986 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13987 returns a list (bug#9554). Add remote file name completion.
13988 * comint.el (comint--table-subvert): Curry and get quote&unquote
13989 functions as arguments.
13990 (comint--complete-file-name-data): Adjust call accordingly.
13991 * pcomplete.el (pcomplete--table-subvert): Remove.
13992 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13993
13994 * minibuffer.el (completion-table-case-fold): Use currying.
13995 (completion--styles-type, completion--cycling-threshold-type):
13996 New constants.
13997 (completion-styles, completion-category-overrides)
13998 (completion-cycle-threshold): Use them.
13999 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
14000 completion-table-case-fold.
14001
14002 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
14003
14004 * minibuffer.el (completion-category-overrides): Fix type of styles
14005 and add more user friendly tags (bug#9660).
14006
14007 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14008
14009 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
14010 (mule-input-method-string): New widget.
14011 (default-input-method, language-info-custom-alist): Use it.
14012
14013 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14014
14015 * pcomplete.el: Require comint.
14016 (pcomplete--common-suffix): Remove.
14017 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14018 (pcomplete--table-subvert): Sync with comint--table-subvert.
14019 (pcomplete--entries): Use comint-completion-file-name-table.
14020 * comint.el (comint-unquote-filename): Simplify.
14021 (comint-completion-file-name-table): New function (bug#9616).
14022 (comint--complete-file-name-data): Use it.
14023
14024 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14025 (pcmpl-gnu-tar-buffer): Remove.
14026 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
14027 around. Make sure pcomplete-suffix-list is only changed temporarily.
14028 Don't look inside the tar's file if it's too large.
14029
14030 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
14031
14032 * cus-edit.el (custom-mode-map):
14033 * epa.el (epa-key-list-mode-map):
14034 * man.el (Man-mode-map):
14035 * startup.el (splash-screen-keymap):
14036 * simple.el (special-mode-map): Use scroll-up-command and
14037 scroll-down-command.
14038
14039 * progmodes/idlw-help.el (idlwave-help-mode-map):
14040 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14041 * net/newst-plainview.el (newsticker-mode-map):
14042 * emulation/ws-mode.el (wordstar-mode-map):
14043 * emulation/vi.el (vi-com-map):
14044 * calc/calc-graph.el (calc-graph-show-dumb):
14045 * term/sun.el (terminal-init-sun):
14046 * term/ns-win.el (global-map):
14047 * progmodes/grep.el (grep-mode-map):
14048 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14049 * mail/rmail.el (rmail-mode-map):
14050 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14051
14052 * custom.el (custom-safe-themes, load-theme): Treat value of t for
14053 custom-safe-themes as special.
14054
14055 2011-10-01 Julien Danjou <julien@danjou.info>
14056
14057 * notifications.el (notifications-notify): Fix docstring.
14058
14059 2011-10-01 Per Starbäck <per@starback.se>
14060
14061 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
14062
14063 2011-09-30 Martin Rudalics <rudalics@gmx.at>
14064
14065 * startup.el (command-line-1): Fix last fix by inserting
14066 initial-scratch-message into *scratch* before displaying it.
14067 (Bug#9605) and (Bug#9636)
14068
14069 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14070
14071 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14072 window is hscrolled, move by logical lines. (Bug#9607)
14073 (line-move-visual): Update the doc string to the above effect.
14074
14075 2011-09-29 Martin Rudalics <rudalics@gmx.at>
14076
14077 * window.el (display-buffer-record-window): When WINDOW is the
14078 selected window use `point' instead of `window-point'. (Bug#9626)
14079
14080 * startup.el (command-line-1): Use insert-before-markers when
14081 inserting initial-scratch-message. (Bug#9605)
14082
14083 * help.el (help-window): Remove variable.
14084
14085 2011-09-29 Glenn Morris <rgm@gnu.org>
14086
14087 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14088
14089 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
14090
14091 * descr-text.el (describe-char-categories): Accept category
14092 descriptions more than one line long.
14093
14094 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14095
14096 * simple.el (delete-trailing-whitespace): Fix last change.
14097
14098 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14099 Don't confuse "y => 3" as the beginning of a `y' operation.
14100
14101 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14102 object has more than 4 slots (bug#9613).
14103
14104 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14105
14106 * subr.el (with-output-to-temp-buffer):
14107 * net/quickurl.el (quickurl, quickurl-browse-url):
14108 Fix typos in docstrings.
14109
14110 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14111
14112 * minibuffer.el (completion-styles)
14113 (completion-category-overrides): Cross reference each other in doc
14114 strings.
14115
14116 2011-09-27 Glenn Morris <rgm@gnu.org>
14117
14118 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14119 to split-string. (Bug#9606)
14120
14121 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14122
14123 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14124 (bug#9615).
14125
14126 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
14127
14128 * emacs-lisp/package.el (list-packages): Fix echo area message.
14129
14130 2011-09-27 Leo Liu <sdl.web@gmail.com>
14131
14132 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14133
14134 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14135
14136 * net/dbus.el (dbus-unregister-object): Don't release services for
14137 registered signals. (Bug#9581)
14138
14139 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14140
14141 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14142 function that picks between cfengine 2 and 3 support
14143 automatically. Update docs accordingly.
14144
14145 2011-09-22 Kenichi Handa <handa@m17n.org>
14146
14147 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14148 ZERO.
14149 (indian-itrans-v5-table-for-tamil): New variable.
14150 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14151
14152 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14153
14154 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14155 that's true if the current command involved collapsing of text.
14156 It's reset to false at the beginning of the next command.
14157 (allout-post-command-business): Move the cursor to the beginning
14158 of entry if the cursor is hidden and collapsing activity just
14159 happened.
14160
14161 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14162
14163 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14164 tracking (Bug#9541).
14165
14166 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
14167
14168 * net/newst-reader.el (newsticker-html-renderer)
14169 (newsticker-show-news): Automatically load html rendering package
14170 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14171 because w3m-fill-column is let-bound" and the error "Symbol's value
14172 as variable is void: w3m-fill-column".
14173
14174 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14175
14176 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14177 Release services only if they are defined. (Bug#9581)
14178
14179 2011-09-23 Richard Stallman <rms@gnu.org>
14180
14181 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14182 distinguish start of paragraph from start of its text.
14183
14184 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14185
14186 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14187 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14188 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14189
14190 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14191
14192 * international/mule-diag.el (mule-diag): Insert a newline after
14193 each fontset description.
14194
14195 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14196
14197 * simple.el (delete-trailing-whitespace):
14198 Document last change; simplify.
14199
14200 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14201
14202 * simple.el (delete-trailing-whitespace): Also delete
14203 extra newlines at the end of the buffer.
14204
14205 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14206 (picture-newline): Use forward-line so as to ignore fields.
14207
14208 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14209
14210 * subr.el (with-wrapper-hook): Fix edebug spec.
14211
14212 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14213
14214 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14215 (bug#4538).
14216
14217 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14218
14219 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14220 Fix nasty bug using wrong cached values.
14221
14222 2011-09-23 Alan Mackenzie <acm@muc.de>
14223
14224 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14225
14226 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14227
14228 * window.el (pop-to-buffer): Ensure right window is selected if we
14229 chose another frame.
14230
14231 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14232
14233 * simple.el (what-cursor-position): Use get-char-property-change
14234 and next-single-char-property-change, to be able to show display
14235 properties that come from overlays as well as text properties.
14236
14237 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14238
14239 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14240
14241 * cmuscheme.el (run-scheme, switch-to-scheme):
14242 * cus-edit.el (customize-group, custom-buffer-create)
14243 (customize-browse):
14244 * info.el (info):
14245 * shell.el (shell):
14246 * mail/sendmail.el (mail):
14247 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14248
14249 2011-09-22 Richard Stallman <rms@gnu.org>
14250
14251 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14252 move back only to line beg, don't move back over blank lines.
14253
14254 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14255
14256 * files.el (copy-directory): Set directory attributes only in case
14257 they could be retrieved from the source directory. (Bug#9565)
14258
14259 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14260
14261 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14262 (hs-find-block-beginning, hs-hide-level-recursive):
14263 Ignore strings as well as comments. (Bug#9502)
14264
14265 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14266
14267 * progmodes/sql.el (sql-comint-postgres):
14268 Convert port number to a string. (Bug#9566)
14269
14270 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14271
14272 * window.el (quit-window): Undedicate window when switching to
14273 previous buffer. Reported by Thierry Volpiatto
14274 <thierry.volpiatto@gmail.com>.
14275 (special-display-popup-frame): When popping up a new frame reset
14276 its previous buffers to nil. Simplify code.
14277
14278 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14279
14280 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14281 and process filter, as done also in `shell-command'.
14282
14283 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14284
14285 * window.el (set-window-buffer-start-and-point):
14286 Call set-window-start with NOFORCE argument t.
14287 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14288 (quit-window): Reword doc-string. Handle new format of
14289 quit-restore parameter. Don't delete window if it has a
14290 previous buffer we can show instead of the present one.
14291 (display-buffer-record-window): Rewrite using a new format for
14292 the quit-restore window parameter
14293 (special-display-popup-frame, display-buffer-same-window)
14294 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14295 (display-buffer-pop-up-window, display-buffer-use-some-window):
14296 Adapt symbol passed to display-buffer-record-window.
14297 * help.el (help-window-setup): Handle new format of quit-restore
14298 parameter.
14299
14300 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14301
14302 * faces.el (face-list): Fix docstring (bug#9564).
14303
14304 * window.el (display-buffer--action-function-custom-type):
14305 Don't include internal functions in the Custom interface.
14306
14307 2011-09-20 Juri Linkov <juri@jurta.org>
14308
14309 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14310 (Info-forward-node, Info-backward-node, Info-next-preorder)
14311 (Info-last-preorder): Use it. (Bug#9528)
14312
14313 2011-09-20 Juri Linkov <juri@jurta.org>
14314
14315 * info.el (Info-last-preorder): Visit last menu item only when
14316 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14317
14318 2011-09-20 Julien Danjou <julien@danjou.info>
14319
14320 * password-cache.el (password-cache-remove): Remove entries even if the
14321 value is nil, so that password with a nil value (negative caching) is
14322 possible to invalidate.
14323
14324 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14325
14326 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14327 all whitespace around breakpoint. (Bug#9553)
14328 (f90-find-breakpoint): Only break at whitespace inside a comment.
14329
14330 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14331
14332 * minibuffer.el (completion-file-name-table): Keep track of errors.
14333 (completion-table-with-predicate): Handle the case where pred1 is nil.
14334 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14335
14336 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14337
14338 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14339 (debugger-return-value): Signal an error if the debugging context does
14340 not await any return value.
14341
14342 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14343 * image-mode.el (image-toggle-display-text)
14344 (image-toggle-display-image): Stay away from evil `intangible'.
14345
14346 2011-09-19 Leo Liu <sdl.web@gmail.com>
14347
14348 * replace.el (occur-revert-arguments): Make it permanent-local.
14349 (occur-mode): Don't call font-lock-defontify.
14350
14351 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14352
14353 * net/ldap.el (ldap-search-internal): Don't push empty search
14354 result (Bug#9508).
14355
14356 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14357
14358 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14359
14360 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14361
14362 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14363 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14364
14365 2011-09-18 Juri Linkov <juri@jurta.org>
14366
14367 * buff-menu.el (Buffer-menu-mode-map):
14368 * dired.el (dired-mode-map):
14369 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14370 (lisp-interaction-mode-map):
14371 * emacs-lisp/package.el (package-menu-mode-map):
14372 * epa.el (epa-key-list-mode-map):
14373 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14374 (menu-bar-options-menu):
14375 * outline.el (outline-mode-menu-bar-map):
14376 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14377 * vc/vc-dir.el (vc-dir-menu-map):
14378 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14379 Capitalize non-function content words in menu item strings.
14380
14381 * dired.el (dired-mode-map): Add menu item for
14382 `image-dired-dired-toggle-marked-thumbs'.
14383
14384 2011-09-18 Juri Linkov <juri@jurta.org>
14385
14386 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14387 to `isearch-case-fold-search' and restore its original value
14388 after the `isearch-mode' call.
14389
14390 2011-09-18 Juri Linkov <juri@jurta.org>
14391
14392 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14393 because `zgrep' returns 1 for successful matches (bug#9226).
14394
14395 2011-09-18 Juri Linkov <juri@jurta.org>
14396
14397 * info.el (Info-extract-menu-node-name): Check the second match
14398 for empty string (second test-case of bug#9528).
14399 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14400 intermediate nodes to the history (first test-case of bug#9528).
14401
14402 2011-09-18 Juri Linkov <juri@jurta.org>
14403
14404 * info.el (Info-mode-syntax-table): New variable.
14405 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14406
14407 2011-09-18 Juri Linkov <juri@jurta.org>
14408
14409 * info.el (Info-file-supports-index-cookies):
14410 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14411 outputs one more line for long file names (bug#4142).
14412
14413 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14414
14415 * newcomment.el (comment-normalize-vars): If prompting for
14416 comment-start, set comment-start-skip too (Bug#8424).
14417
14418 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14419
14420 * icomplete.el: Fix previous fix of Bug#5849.
14421 (icomplete-mode): Don't set completion-show-inline-help.
14422 (icomplete-minibuffer-setup): Set completion-show-inline-help
14423 locally during icompletion.
14424
14425 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14426
14427 * woman.el (woman2-process-escapes): Don't delete unrecognized
14428 escapes (Bug#7843).
14429
14430 * files.el (inhibit-first-line-modes-regexps): Add image files.
14431 (hack-local-variables-prop-line): Return nil for malformed
14432 prop-lines (Bug#9044).
14433
14434 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14435
14436 * net/tramp.el (top): Don't require 'shell.
14437 (tramp-methods): Fix docstring.
14438 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14439 Return complete remote file name. Handle "smb" case.
14440 Use `tramp-tmpdir', if defined for the respective method.
14441 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14442
14443 * net/tramp-compat.el (top): Require 'shell.
14444
14445 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14446 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14447 `tramp-current-host'.
14448 (tramp-get-remote-tmpdir): Remove.
14449
14450 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14451 `tramp-tmpdir' entries.
14452 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14453 (tramp-smb-handle-file-attributes): Ignore errors.
14454 (tramp-smb-wait-for-output): Check also for process end.
14455
14456 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14457
14458 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14459 when sending QUIT (bug#9312).
14460
14461 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14462
14463 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14464 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14465 occur-mode-display-occurrence.
14466 (occur-edit-mode): Add usage message.
14467 (occur-cease-edit): New command.
14468 (occur-after-change-function): Use text properties to find the
14469 position of the prefix text.
14470 (occur-engine): Set stickiness of prefix text properties.
14471
14472 2011-09-17 Glenn Morris <rgm@gnu.org>
14473
14474 * progmodes/etags.el (complete-tag):
14475 Fix call to completion-in-region. (Bug#9526)
14476
14477 2011-09-17 Juri Linkov <juri@jurta.org>
14478
14479 * textmodes/ispell.el (ispell-word): Add to the error message
14480 the word, ispell program name and current dictionary (bug#9121).
14481 (ispell-tex-arg-end): Capitalize "error" in the error message.
14482
14483 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14484
14485 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14486 check. (Bug#4251)
14487
14488 2011-09-17 Juri Linkov <juri@jurta.org>
14489
14490 * window.el (window-safe-min-height, window-safe-min-width):
14491 Fix typos (followup to bug#9522).
14492
14493 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14494
14495 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14496
14497 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14498
14499 * simple.el (line-move): If goal-column is set, move by logical
14500 lines, not by display lines. (Bug#971)
14501 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14502 to reflect the above change.
14503
14504 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14505
14506 * image.el (imagemagick-register-types): Use regexp-opt.
14507
14508 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14509
14510 * window.el (display-buffer-base-action): Rename from
14511 display-buffer-default-action. Make default value empty.
14512 (display-buffer-overriding-action): Convert to defvar.
14513 (display-buffer-fallback-action): New var.
14514
14515 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14516
14517 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14518 declaration.
14519 (package--add-to-archive-contents): If there is a duplicate entry
14520 with an older version, remove it.
14521 (package-menu-mark-delete, package-menu-mark-install)
14522 (package-menu-mark-unmark): Make unused args optional.
14523 (package-menu-mark-obsolete-for-deletion):
14524 Use package-menu-get-status instead of a regexp search.
14525 (package-menu-get-status): Use tabulated-list-entry.
14526 (package-menu-mark-upgrades): New command.
14527 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14528 (package-menu-execute): Do installation before deletion.
14529 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14530 instead of checking major-mode.
14531 (package-menu--find-upgrades): New function.
14532
14533 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14534
14535 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14536 passwords in the log buffer.
14537 (smtpmail-process-filter): Update the process marker so that the
14538 "broken by peer" status message is inserted in the right place.
14539
14540 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14541
14542 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14543 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14544 bibtex-completion-at-point-function.
14545 (bibtex-completion-at-point-function): Use them.
14546
14547 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14548
14549 * mpc.el (mpc-constraints-tag-lookup): New function.
14550 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14551 also to browser "album|playlist".
14552
14553 2011-09-14 Juri Linkov <juri@jurta.org>
14554
14555 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14556 (isearch-edit-string): Use length of `isearch-string' when
14557 `isearch-fail-pos' returns nil.
14558 (isearch-message): Remove duplicate code and call
14559 `isearch-fail-pos' with arg `t'.
14560
14561 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14562
14563 * replace.el (occur-mode-goto-occurrence): Don't force using other
14564 window (Bug#9499).
14565
14566 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14567
14568 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14569
14570 * window.el (display-buffer-window): Remove.
14571 (display-buffer-record-window): Use help-setup window parameter
14572 instead of variable display-buffer-window.
14573 (display-buffer-function, special-display-buffer-names)
14574 (special-display-function): Mention help-setup parameter instead
14575 of display-buffer-window in doc-string.
14576 * help.el (help-window-setup): New argument help-window.
14577 Use help-window-setup parameter instead of display-buffer-window.
14578 Reword some messages.
14579 (with-help-window): Pass window used for displaying the buffer
14580 to help-window-setup. Don't set display-buffer-window.
14581
14582 2011-09-13 Glenn Morris <rgm@gnu.org>
14583
14584 * emacs-lisp/debug.el (debugger-make-xrefs):
14585 Preserve point. (Bug#9462)
14586
14587 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14588
14589 * window.el (window-deletable-p): Use next-frame.
14590
14591 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14592
14593 * window.el (window-auto-delete): Remove.
14594 (window-deletable-p): Remove argument FORCE. Don't deal with
14595 dedication and previous buffers.
14596 (switch-to-prev-buffer): Don't delete window.
14597 (delete-windows-on): Delete a window's frame if and only if the
14598 window is dedicated.
14599 (replace-buffer-in-windows): Delete buffer's window or frame if
14600 and only if window is dedicated.
14601 (quit-window): Handle quit-restore as before last change.
14602 (bury-buffer): Delete window only if window-deletable-p returns t.
14603
14604 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14605
14606 * window.el (window-deletable-p): Never delete the last frame on a
14607 given terminal.
14608
14609 2011-09-13 Glenn Morris <rgm@gnu.org>
14610
14611 * help.el (describe-key-briefly): Copy previous standard-output change.
14612
14613 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14614
14615 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14616
14617 2011-09-13 Glenn Morris <rgm@gnu.org>
14618
14619 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14620 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14621
14622 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14623
14624 * dired-aux.el (dired-mark-read-string): Don't return default
14625 value on empty input (Bug#9361).
14626 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14627 Omit initial minibuffer contents.
14628 (dired-do-chmod): Signal an error on empty input.
14629 (dired-mark-read-string): Don't return default on empty input.
14630
14631 * files.el (file-modes-symbolic-to-number): Doc fix.
14632
14633 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14634
14635 * international/mule-cmds.el (ucs-completions): Remove.
14636 (read-char-by-name): Use complete-with-action instead; add metadata.
14637
14638 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14639
14640 * window.el (display-buffer--action-function-custom-type)
14641 (display-buffer--action-custom-type): New vars.
14642 (display-buffer-alist, display-buffer-default-action)
14643 (display-buffer-overriding-action): Add defcustom types.
14644
14645 * frame.el (delete-other-frames): Doc fix (Bug#276).
14646
14647 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14648
14649 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14650
14651 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14652
14653 Change modes that used same-window-* vars to use switch-to-buffer.
14654
14655 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14656 Use switch-to-buffer.
14657
14658 * cus-edit.el (customize-group, custom-buffer-create)
14659 (customize-browse, custom-buffer-create-other-window):
14660 Use switch-to-buffer or switch-to-buffer-other-window.
14661
14662 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14663 (Info-prev, Info-up, Info-speedbar-goto-node)
14664 (info-display-manual): Use switch-to-buffer.
14665 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14666
14667 * mail/sendmail.el (mail): Use switch-to-buffer.
14668 (mail-recover): Use switch-to-buffer-other-window.
14669
14670 * cmuscheme.el (run-scheme, switch-to-scheme):
14671 * ielm.el (ielm):
14672 * shell.el (shell):
14673 * net/rlogin.el (rlogin):
14674 * net/telnet.el (telnet, rsh):
14675 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14676
14677 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14678
14679 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14680
14681 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14682
14683 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14684 so don't mention it (bug#9301).
14685 (dired-sort-toggle-or-edit): Clarify string further.
14686
14687 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14688 match `x', `w32' and `ns', like the manual says (bug#9029).
14689
14690 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14691 (process-kill-buffer-query-function): Mention the buffer name in
14692 the query.
14693
14694 * image-mode.el (image-next-line): The line parameter is mandatory
14695 (bug#9258).
14696
14697 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14698 which can be useful (bug#9301).
14699
14700 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14701
14702 * subr.el (match-string): Mention that the current buffer should
14703 be the same as the search was done in (bug#9282).
14704
14705 * facemenu.el: Disable the remove-* commands if the mark isn't
14706 active (bug#9162).
14707
14708 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14709
14710 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14711 of display-buffer.
14712 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14713
14714 * replace.el (occur-mode-goto-occurrence)
14715 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14716 and display-buffer.
14717
14718 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14719 display-buffer.
14720
14721 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14722 special-display and same-window variables.
14723 (mail-other-window): Use switch-to-buffer-other-window.
14724 (mail-other-frame): USe switch-to-buffer-other-frame.
14725
14726 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14727 Use display-buffer-other-frame.
14728 (gdb-display-gdb-buffer): Use pop-to-buffer.
14729
14730 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14731
14732 * progmodes/python.el: Don't set same-window-buffer-names.
14733
14734 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14735
14736 * window.el (display-buffer-alist): Add *Python*.
14737
14738 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14739
14740 * window.el (display-buffer-alist): Add entry for buffers
14741 previously handled same-window-*.
14742 (display-buffer-alist, display-buffer-default-action)
14743 (display-buffer-overriding-action): Mark as risky.
14744 (display-buffer-alist): Document action function changes.
14745 (display-buffer--same-window-action)
14746 (display-buffer--other-frame-action): New variables.
14747 (switch-to-buffer, display-buffer-other-frame): Use them.
14748 (display-buffer): Rename reuse-frame entry to reusable-frames.
14749 (display-buffer-reuse-selected-window): Function deleted.
14750 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14751 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14752 (display-buffer-special): New function.
14753 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14754 display-buffer-reuse-or-pop-window. Split off special-display
14755 part into display-buffer-special.
14756 (display-buffer-use-some-window): Don't perform any special
14757 pop-up-frames handling.
14758 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14759 (display-buffer--maybe-same-window): Rename from
14760 display-buffer-maybe-same-window.
14761
14762 * info.el: Don't set same-window-regexps.
14763 (info-setup): New function.
14764 (info-other-window, info): Call it.
14765
14766 * cus-edit.el: Don't set same-window-regexps.
14767 (customize-group): New argument.
14768 (customize-group-other-window): Use it.
14769 (customize-face, customize-face-other-window): Likewise.
14770 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14771
14772 * net/rlogin.el:
14773 * net/telnet.el:
14774 * progmodes/gud.el: Don't set same-window-regexps.
14775
14776 * cmuscheme.el:
14777 * ielm.el:
14778 * shell.el:
14779 * mail/sendmail.el:
14780 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14781
14782 2011-09-10 Juri Linkov <juri@jurta.org>
14783
14784 * isearch.el (isearch-edit-string): Remove obsolete mention of
14785 `C-w' (`isearch-yank-word-or-char') from docstring.
14786 (isearch-query-replace): Fix typo in docstring (bug#9466).
14787
14788 2011-09-10 Juri Linkov <juri@jurta.org>
14789
14790 * paren.el (show-paren-function): Don't show escaped parens.
14791 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14792
14793 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14794
14795 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14796 (mm-default-file-encoding): Remove autoload forms, they are
14797 replaced with autoload cookies in mml.el and mm-encode.el.
14798 (mail-add-attachment): New command.
14799 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14800 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14801 the doc string.
14802 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14803
14804 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14805
14806 * simple.el (count-words-region): Use buffer if there's no region
14807 (bug#9429).
14808
14809 2011-09-09 Juri Linkov <juri@jurta.org>
14810
14811 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14812 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14813 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14814
14815 2011-09-09 Alan Mackenzie <acm@muc.de>
14816
14817 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14818 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14819
14820 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14821
14822 Fix for Savannah bug#9392.
14823 * simple.el (mail-encode-mml): New defvar.
14824
14825 * mail/rmail.el (mail-encode-mml): Add a defvar.
14826 (rmail-enable-mime-composing): Default to t.
14827 (rmail-forward): Use MIME method of forwarding only if both
14828 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14829 Set mail-encode-mml non-nil if the MIME method was used.
14830
14831 * mail/sendmail.el (mml-to-mime): Add autoload form.
14832 (mail-encode-mml): Add a defvar.
14833 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14834 to nil.
14835 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14836 message through mml-to-mime, and reset mail-encode-mml to nil.
14837
14838 2011-09-09 Glenn Morris <rgm@gnu.org>
14839
14840 * woman.el (woman-if-body): When processing an .el block,
14841 do not delete the next .el block as well. (Bug#9447)
14842 (woman-special-characters): Add oq, cq, and hy characters.
14843
14844 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14845
14846 * window.el (window-deletable-p): Make sure window is live before
14847 invoking window-prev-buffers.
14848
14849 2011-09-08 Leo Liu <sdl.web@gmail.com>
14850
14851 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14852
14853 2011-09-08 Juri Linkov <juri@jurta.org>
14854
14855 * progmodes/compile.el (compilation-environment): Make it
14856 a defcustom (bug#8340).
14857
14858 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14859
14860 * window.el (frame-auto-delete): Rename to window-auto-delete.
14861 Make it control auto-deletion of windows and/or frames.
14862 (window-deletable-p): New argument FORCE. Rewrite conditions
14863 for deleting window/frame. (Bug#9419)
14864 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14865 Rewrite handling of case when window/frame can be deleted.
14866 (delete-windows-on): Call window-deletable-p with new FORCE
14867 argument t. (Bug#9456)
14868
14869 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14870
14871 * help-mode.el (help-mode): Restore autoload.
14872
14873 2011-09-07 Juri Linkov <juri@jurta.org>
14874
14875 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14876 `compilation-environment'. Set buffer-local
14877 `compilation-environment' to `thisenv' later after (funcall mode).
14878 (Bug#8340)
14879
14880 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14881 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14882 instead of replacing its value. (Bug#8340)
14883
14884 2011-09-07 Juri Linkov <juri@jurta.org>
14885
14886 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14887 based on text properties put by `grep-filter' instead of matching
14888 escape sequences.
14889 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14890 to the value of `grep-error-screen-columns' (bug#9438).
14891
14892 2011-09-07 Juri Linkov <juri@jurta.org>
14893
14894 * simple.el (next-error-highlight, next-error-highlight-no-select):
14895 Doc fix (bug#9432).
14896
14897 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14898
14899 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14900 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14901
14902 2011-09-07 Leo Liu <sdl.web@gmail.com>
14903
14904 * net/rcirc.el (rcirc-mode): Conditionally initialize
14905 rcirc-input-ring.
14906
14907 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 * emacs-lisp/find-func.el (find-function-C-source): Only set
14910 find-function-C-source-directory after checking that we found a source
14911 file there (bug#9440).
14912
14913 2011-09-06 Alan Mackenzie <acm@muc.de>
14914
14915 * isearch.el (isearch-other-meta-char): Wherever a key list is
14916 unread, "unread" the prefix arg, too. This fixes bug #8901.
14917
14918 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14919
14920 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14921
14922 2011-09-05 Juri Linkov <juri@jurta.org>
14923
14924 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14925
14926 2011-09-05 Juri Linkov <juri@jurta.org>
14927
14928 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14929 keeping point where processing of grep matches begins, and
14930 continue to delete remaining escape sequences from the same point.
14931 (grep-filter): Make leading zero optional in "0?1;31m" because
14932 git-grep emits "\033[1;31m" escape sequences unlike expected
14933 "\033[01;31m" as GNU Grep does (bug#9408).
14934 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14935
14936 2011-09-05 Juri Linkov <juri@jurta.org>
14937
14938 * subr.el (y-or-n-p): Capitalize "yes".
14939
14940 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14941
14942 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14943 `tramp-cache-unload-hook' where appropriate.
14944 (tramp-methods): Rename `tramp-remote-sh' to
14945 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14946 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14947
14948 * net/tramp-sh.el (top): Don't require 'shell.
14949 (tramp-methods): Add `tramp-remote-shell' and
14950 `tramp-remote-shell-args' entries.
14951 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14952 (tramp-sh-handle-shell-command): Remove.
14953 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14954 Use `tramp-remote-shell'.
14955
14956 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14957
14958 * mail/sendmail.el (sendmail-query-once-function): Delete.
14959 (sendmail-query-once): Save directly to send-mail-function.
14960 Update message-send-mail-function too.
14961
14962 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14963
14964 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14965
14966 * progmodes/python.el (python-mode-map): Use correct function to
14967 start python interpreter from menu-bar (as reported by Geert
14968 Kloosterman).
14969 (inferior-python-mode-map): Fix typo.
14970 (python-shell-map): Remove.
14971
14972 2011-09-03 Deniz Dogan <deniz@dogan.se>
14973
14974 * net/rcirc.el (rcirc-print): Simplify code for
14975 rcirc-scroll-show-maximum-output. There is no need to walk
14976 through all windows to find the right one.
14977
14978 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14979
14980 * help.el (help-return-method): Doc fix.
14981
14982 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14983
14984 * window.el (window-deletable-p): Don't return a non-nil value
14985 when there's a buffer that was shown in the window before.
14986 (Bug#9419)
14987 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14988 Set window's previous buffers to nil.
14989
14990 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14991
14992 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14993 newline before and after the tag line, so it doesn't interfere
14994 with determining the paragraph direction of bidirectional text.
14995
14996 2011-09-03 Leo Liu <sdl.web@gmail.com>
14997
14998 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14999
15000 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15001
15002 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
15003 (pop-to-buffer): Change interactive spec. Pass second argument
15004 directly to display-buffer.
15005 (display-buffer): Fix interactive spec. Use functionp to
15006 distinguish between a function and a list of functions.
15007
15008 * abbrev.el (edit-abbrevs):
15009 * arc-mode.el (archive-extract):
15010 * autoinsert.el (auto-insert):
15011 * bookmark.el (bookmark-bmenu-list):
15012 * files.el (find-file):
15013 * view.el (view-buffer):
15014 * progmodes/compile.el (compilation-goto-locus):
15015 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15016
15017 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15018
15019 * window.el (display-buffer-alist): Doc fix.
15020 (display-buffer): Add docstring. Don't treat
15021 display-buffer-default specially.
15022 (display-buffer-reuse-selected-window)
15023 (display-buffer-same-window, display-buffer-maybe-same-window)
15024 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15025 (display-buffer-pop-up-window)
15026 (display-buffer-reuse-or-pop-window)
15027 (display-buffer-use-some-window): New functions.
15028 (display-buffer-default-action): Use them.
15029 (display-buffer-default): Delete.
15030 (pop-to-buffer-1): Fix choice of actions.
15031
15032 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15033
15034 * minibuffer.el (completion--insert-strings): Don't get confused by
15035 completion entries that end with an LF char.
15036
15037 2011-09-01 Eli Zaretskii <eliz@gnu.org>
15038
15039 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15040
15041 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
15042
15043 * window.el (display-buffer): Restore interactive spec.
15044 (display-buffer-same-window, display-buffer-other-window):
15045 New functions.
15046 (pop-to-buffer-1): New function. Use the above.
15047 (pop-to-buffer, pop-to-buffer-same-window): Use it.
15048 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
15049
15050 * view.el (view-buffer-other-window, view-buffer-other-frame):
15051 Just use pop-to-buffer.
15052
15053 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15054
15055 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
15056
15057 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
15058
15059 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
15060
15061 2011-08-31 Richard Stallman <rms@gnu.org>
15062
15063 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15064 of the separation of rmail-view-buffer from rmail-buffer.
15065 If you say no to "replace original", the decrypt is in the
15066 view buffer. If you say yes, the decrypt goes into the
15067 rmail buffer also.
15068
15069 2011-08-31 Martin Rudalics <rudalics@gmx.at>
15070
15071 * window.el (display-buffer-window): Rewrite doc-string.
15072 (display-buffer-record-window): New function.
15073 (display-buffer-macro-specifiers)
15074 (display-buffer-even-window-sizes, display-buffer-set-height)
15075 (display-buffer-set-width, display-buffer-in-window)
15076 (display-buffer-reuse-window, display-buffer-split-specifiers)
15077 (display-buffer-side-specifiers, display-buffer-split-window-1)
15078 (display-buffer-split-window, display-buffer-split-atom-window)
15079 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15080 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15081 (display-buffer-other-window-means-other-frame)
15082 (display-buffer-normalize-special)
15083 (display-buffer-normalize-default)
15084 (display-buffer-normalize-argument)
15085 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15086 (display-buffer-normalize-specifiers, display-buffer-frame)
15087 (display-buffer-same-window, display-buffer-same-frame)
15088 (display-buffer-other-window)
15089 (display-buffer-same-frame-other-window)
15090 (display-buffer-other-frame, pop-to-buffer-same-window)
15091 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15092 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15093 (switch-to-buffer-same-frame)
15094 (switch-to-buffer-other-window-same-frame)
15095 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15096 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15097 (display-buffer-alist-set): Remove.
15098 (display-buffer-function, special-display-buffer-names)
15099 (special-display-regexps, special-display-function):
15100 In doc-string refer to display-buffer-window and quit-restore
15101 parameter.
15102 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15103 (special-display-frame-alist, special-display-popup-frame)
15104 (same-window-buffer-names, same-window-regexps, same-window-p)
15105 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15106 (split-window-preferred-function, split-height-threshold)
15107 (split-width-threshold, window-splittable-p)
15108 (split-window-sensibly, window--try-to-split-window)
15109 (window--frame-usable-p, even-window-heights)
15110 (window--even-window-heights, window--display-buffer-1)
15111 (window--display-buffer-2, display-buffer-other-frame):
15112 Restore old Emacs 23 code, order and doc-strings where applicable.
15113 (display-buffer-default, display-buffer-assq-regexp): New functions.
15114 (display-buffer-alist): Rewrite doc-string.
15115 (display-buffer-default-action)
15116 (display-buffer-overriding-action): New variables.
15117 (display-buffer, switch-to-buffer): Rewrite.
15118 (pop-to-buffer): Restore Emacs 23 behavior but use
15119 window-normalize-buffer-to-display.
15120 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15121 Restore Emacs 23 behavior but use
15122 window-normalize-buffer-to-switch-to.
15123 (pop-to-buffer-same-window): Rewrite.
15124 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15125 Rewrite using Emacs 23 options.
15126
15127 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
15128
15129 * net/tramp.el (tramp-root-regexp): Remove.
15130 (tramp-completion-file-name-regexp-unified)
15131 (tramp-completion-file-name-regexp-separate)
15132 (tramp-completion-file-name-regexp-url): Don't use leading volume
15133 letter on w32 systems. (Bug#5303, Bug#9311)
15134 (tramp-drop-volume-letter): Simplify definition.
15135 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15136
15137 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15140 (bug#9356).
15141
15142 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15143
15144 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15145
15146 2011-08-29 Juri Linkov <juri@jurta.org>
15147
15148 * isearch.el (isearch-done): Don't display message "Mark saved"
15149 when arg `edit' is non-nil to prevent its flicker in the echo area.
15150
15151 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15152
15153 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15154 obsolete packages for deletion.
15155
15156 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15157
15158 * help-mode.el (help-mode-map): Add special-mode-map to parent.
15159 (help-mode): Derive help-mode from special-mode. Don't invoke
15160 view-mode from help-mode.
15161 (help-xref-override-view-map): Remove.
15162 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15163 view-mode is not used anymore.
15164
15165 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15166
15167 * server.el (server-port): Doc fix.
15168
15169 * cus-theme.el (custom-theme-choose-mode): Inherit from
15170 special-mode (Bug#9124).
15171 (custom-theme-choose-mode-map): Add special-mode to parent.
15172
15173 2011-08-28 Alan Mackenzie <acm@muc.de>
15174
15175 * progmodes/cc-fonts.el
15176 (c-make-font-lock-BO-decl-search-function): New function.
15177 (c-basic-matchers-after - "Fontify the clauses after various
15178 keywords"): Extract the three keyword lists for the 3 erroneous
15179 constructs from the list of four, and use the new function above
15180 in place of an old one.
15181
15182 2011-08-28 Deniz Dogan <deniz@dogan.se>
15183
15184 * net/rcirc.el (rcirc-insert-prev-input)
15185 (rcirc-insert-next-input): Remove unused argument.
15186
15187 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15188
15189 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15190
15191 2011-08-27 Alan Mackenzie <acm@muc.de>
15192
15193 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15194 handle function pointer parameters properly.
15195
15196 2011-08-27 Martin Rudalics <rudalics@gmx.at>
15197
15198 * window.el (display-buffer-reuse-window): Fix case where
15199 selected window was reused with non-nil OTHER-WINDOW argument.
15200 (Bug#9381)
15201
15202 2011-08-27 Deniz Dogan <deniz@dogan.se>
15203
15204 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15205 oftc's NickServ messages.
15206
15207 2011-08-27 Glenn Morris <rgm@gnu.org>
15208
15209 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15210
15211 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15212
15213 * emacs-lisp/package.el (package-install): Call package-initialize
15214 if called interactively.
15215
15216 2011-08-26 Leo Liu <sdl.web@gmail.com>
15217
15218 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15219
15220 2011-08-25 Juri Linkov <juri@jurta.org>
15221
15222 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15223 `search-whitespace-regexp' (bug#9364).
15224
15225 2011-08-25 Juri Linkov <juri@jurta.org>
15226
15227 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15228 `regexp-search-ring' to their global values to protect from
15229 updating by `read-from-minibuffer' (bug#9185).
15230
15231 2011-08-25 Juri Linkov <juri@jurta.org>
15232
15233 * textmodes/ispell.el (ispell-command-loop): Add newline
15234 at the end of the "Use option `i'..." line.
15235
15236 2011-08-25 Juri Linkov <juri@jurta.org>
15237
15238 * battery.el (display-battery-mode): If `battery-status-function'
15239 or `battery-mode-line-format' is nil, display the message and set
15240 `display-battery-mode' to nil (bug#9363).
15241
15242 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15243
15244 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15245 bidi-string-mark-left-to-right; they are unnecessary now.
15246
15247 2011-08-25 Deniz Dogan <deniz@dogan.se>
15248
15249 * net/quickurl.el: Documentation typo fixes.
15250
15251 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15252
15253 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15254
15255 2011-08-25 Glenn Morris <rgm@gnu.org>
15256
15257 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15258
15259 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15260 (smtpmail-via-smtp): Handle nil response from smtp.
15261
15262 2011-08-24 Juri Linkov <juri@jurta.org>
15263
15264 * proced.el (proced-marked): Inherit from `error' instead of
15265 `font-lock-warning-face'.
15266
15267 * ibuffer.el (ibuffer-marked-face): Change default face from
15268 `font-lock-warning-face' to `warning'.
15269 (ibuffer-deletion-face): Change default face from
15270 `font-lock-type-face' to `error'.
15271
15272 * battery.el (battery-update): Use the face `error' instead of
15273 `font-lock-warning-face' (bug#6117).
15274
15275 2011-08-24 Juri Linkov <juri@jurta.org>
15276
15277 * faces.el (success): Change face color from "Green3" to
15278 "ForestGreen" on light background (bug#9353).
15279
15280 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15281
15282 * window.el (quit-window): Rename from quit-restore-window.
15283 Use same arglist as old quit-window.
15284 (frame-auto-delete): Doc fix.
15285
15286 * view.el (view-mode-exit): Use quit-window.
15287
15288 2011-08-24 Juri Linkov <juri@jurta.org>
15289
15290 * isearch.el (isearch-ring-adjust1): Start visiting previous
15291 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15292 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15293 for empty search string (when the last search string is reused
15294 automatically) to adjust the isearch ring to the last element and
15295 prepare the correct index for further M-p commands (bug#9185).
15296
15297 2011-08-24 Kenichi Handa <handa@m17n.org>
15298
15299 * international/ucs-normalize.el: If decomposition property of
15300 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15301 nil.
15302 (nfd, nfkd): Likewise.
15303
15304 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15305
15306 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15307 from process filters aren't reliably transmitted to the surrounding
15308 accept-process-output.
15309 (mpc-proc-check): New function.
15310 (mpc-proc-sync): Use it (bug#8293)
15311
15312 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15313
15314 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15315 Add compatibility functions (bug#9313).
15316
15317 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15318
15319 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15320
15321 * international/uni-bidi.el: Regenerate.
15322
15323 2011-08-23 Kenichi Handa <handa@m17n.org>
15324
15325 * international/charprop.el:
15326 * international/uni-bidi.el:
15327 * international/uni-category.el:
15328 * international/uni-combining.el:
15329 * international/uni-comment.el:
15330 * international/uni-decimal.el:
15331 * international/uni-decomposition.el:
15332 * international/uni-digit.el:
15333 * international/uni-lowercase.el:
15334 * international/uni-mirrored.el:
15335 * international/uni-name.el:
15336 * international/uni-numeric.el:
15337 * international/uni-old-name.el:
15338 * international/uni-titlecase.el:
15339 * international/uni-uppercase.el: Regenerate.
15340
15341 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15342
15343 * help.el (help-window-setup): Fix message displayed when other
15344 window is reused. (Bug#9341)
15345
15346 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15347
15348 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15349 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15350
15351 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15352 Mark obsolete.
15353 * shell.el (shell-parse-pcomplete-arguments): New function.
15354 (shell-completion-vars): Use it instead (bug#9160).
15355
15356 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15357
15358 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15359 strings and comments (bug#9333).
15360
15361 * emacs-lisp/debug.el (debug-arglist): New function.
15362 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15363 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15364
15365 2011-08-22 Juri Linkov <juri@jurta.org>
15366
15367 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15368 Revert regexp that highlights output switches to its old
15369 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15370
15371 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15372 to check for empty output (bug#9226).
15373
15374 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15375
15376 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15377 symbol-constituent as the default, as that stops font-lock from
15378 working properly (Bug#8843).
15379
15380 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15381
15382 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15383 `coding-system-for-*' around the process open call to avoid
15384 auth-source side effects.
15385 (smtpmail-try-auth-methods): Expand the secret password.
15386 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15387 probe hangs.
15388
15389 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15390
15391 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15392
15393 * emacs-lisp/find-func.el (find-function-noselect): New arg
15394 lisp-only.
15395
15396 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15397 signal an error for built-in functions (Bug#6664).
15398
15399 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15400
15401 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15402 (smtpmail-try-auth-methods): Use it.
15403
15404 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15405
15406 * font-lock.el (font-lock-fontify-region)
15407 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15408 (font-lock-default-unfontify-buffer)
15409 (font-lock-default-fontify-region)
15410 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15411
15412 * progmodes/compile.el (compilation-error-properties):
15413 Fix confusion between file struct and message struct (Bug#9319).
15414 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15415 `ant' regexp.
15416
15417 * net/browse-url.el (browse-url-firefox): Don't call
15418 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15419
15420 2011-08-20 Glenn Morris <rgm@gnu.org>
15421
15422 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15423
15424 * tutorial.el (tutorial--default-keys): Update some default bindings.
15425
15426 * files.el (hack-local-variables): Fully ignore case for "mode:".
15427
15428 2011-08-20 Alan Mackenzie <acm@muc.de>
15429
15430 Resolve invalid use of a regexp in regexp-opt.
15431
15432 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15433 detection for a java annotation.
15434
15435 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15436 detection for a java annotation.
15437
15438 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15439 handling for java.
15440 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15441
15442 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15443
15444 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15445 (Bug#9274).
15446
15447 2011-08-20 Alan Mackenzie <acm@muc.de>
15448
15449 Fontify CPP expressions correctly when starting in the middle of
15450 such a construct. Mainly for when jit-lock etc. starts a chunk
15451 here.
15452
15453 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15454 variable.
15455 (c-make-font-lock-search-form): New function, extracted from
15456 c-make-font-lock-search-function.
15457 (c-make-font-lock-search-function): Use the above function.
15458 (c-make-font-lock-context-search-function): New function.
15459 (c-cpp-matchers): Enhance the preprocessor expression case with
15460 the above function
15461 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15462 which takes an expression.
15463
15464 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15465
15466 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15467
15468 * window.el (display-buffer-reuse-window)
15469 (display-buffer-pop-up-window): Don't reuse or split a side
15470 window.
15471
15472 2011-08-19 Glenn Morris <rgm@gnu.org>
15473
15474 * files.el (hack-local-variables-prop-line, hack-local-variables):
15475 Downcase "Mode:". (Bug#9331)
15476
15477 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15478
15479 * international/characters.el: Add L and R categories.
15480
15481 * subr.el (bidi-string-mark-left-to-right): Rename from
15482 string-mark-left-to-right. Use category search.
15483
15484 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15485
15486 2011-08-18 Juri Linkov <juri@jurta.org>
15487
15488 * faces.el (error, warning, success): New faces with definitions
15489 copied from old default values of `font-lock-warning-face',
15490 `compilation-warning', `compilation-info' (bug#6117).
15491
15492 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15493
15494 * progmodes/compile.el (compilation-error): Inherit from `error'.
15495 (compilation-warning): Inherit from `warning'.
15496 (compilation-info): Inherit from `success'.
15497
15498 * dired.el (dired-marked): Inherit from `warning'.
15499 (dired-flagged): Inherit from `error'.
15500
15501 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15502
15503 * mail/smtpmail.el (auth-source): Require to avoid problems with
15504 binding variables (bug#9298). Also clean up some unused
15505 autoloads.
15506
15507 * net/network-stream.el (network-stream-open-starttls):
15508 Support using starttls.el without using gnutls-cli.
15509
15510 2011-08-17 Juri Linkov <juri@jurta.org>
15511
15512 * progmodes/grep.el (rgrep): Handle the case when
15513 `grep-find-command' is a cons cell (bug#9278).
15514
15515 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15516
15517 * window.el (display-buffer-pop-up-frame): Run frame creation
15518 function with BUFFER current (as special-display-popup-frame
15519 does). Reported by Drew Adams.
15520
15521 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15522
15523 * epa-mail.el: Simplify GnuPG group expansion using
15524 epg-expand-group.
15525 (epa-mail-group-alist, epa-mail-group-modtime)
15526 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15527 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15528 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15529 Remove.
15530
15531 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15532
15533 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15534
15535 2011-08-16 Alan Mackenzie <acm@muc.de>
15536
15537 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15538 Correct, to avoid the inside of macros.
15539
15540 2011-08-16 Richard Stallman <rms@gnu.org>
15541
15542 * epa-mail.el: Handle GnuPG group definitions.
15543 (epa-mail-group-alist, epa-mail-group-modtime)
15544 (epa-mail-gnupg-conf-file): New variables.
15545 (epa-mail-parse-groups, epa-mail-sync-groups)
15546 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15547 (epa-mail-expand-recipients): New functions.
15548 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15549
15550 * mail/rmail.el (rmail-epa-decrypt): New command.
15551
15552 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15553 Don't bind buffer-read-only, just inhibit-read-only.
15554 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15555 (epa-decrypt-armor-in-region): Make error message clearer.
15556
15557 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15558
15559 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15560 and "a2b" to "ab" for `prefix'.
15561
15562 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15563
15564 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15565 filter groups.
15566 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15567 Fourquet (Bug#8804).
15568
15569 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15570
15571 * startup.el (argi): Declare as global variable (bug#9275).
15572
15573 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15574
15575 * subr.el (string-mark-left-to-right): Search the entire string
15576 for RTL script, not just the terminating character. Doc fix.
15577
15578 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15579
15580 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15581 New function.
15582 (js--regexp-literal, js-syntax-propertize-function): Remove.
15583 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15584 (js-mode-map): Don't rebind electric keys.
15585 (js-insert-and-indent): Remove.
15586 (js-mode): Setup electric-layout and electric-indent instead.
15587
15588 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15589
15590 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15591
15592 * epa.el (epa-progress-callback-function): Fix the logic of
15593 displaying progress.
15594 * epa-file.el (epa-file-insert-file-contents): Make progress
15595 display more user-friendly.
15596 (epa-file-write-region): Ditto.
15597
15598 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15599
15600 * subr.el (string-mark-left-to-right): New function.
15601
15602 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15603 Use string-mark-left-to-right.
15604 (list-buffers-noselect): Caller changed.
15605
15606 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15607 Use string-mark-left-to-right.
15608 (tabulated-list-print): Recenter after moving point.
15609
15610 2011-08-10 Juri Linkov <juri@jurta.org>
15611
15612 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15613 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15614 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15615
15616 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15617
15618 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15619 (Bug#7554).
15620
15621 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15622
15623 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15624 character. (Bug#6594)
15625
15626 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15627
15628 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15629 (image-dired--with-db-file): New macro.
15630 (image-dired-write-tags, image-dired-remove-tag)
15631 (image-dired-create-gallery-lists, image-dired-write-comments)
15632 (image-dired-get-comment, image-dired-mark-tagged-files)
15633 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15634 (image-dired-gallery-generate): Use insert-file-contents.
15635
15636 * time.el (display-time-world-list, display-time-world-display):
15637 * time-stamp.el (time-stamp-string):
15638 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15639 set-time-zone-rule (Bug#7337).
15640
15641 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15642
15643 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15644 (epg-error-to-string, epg-errors-to-string): New function.
15645 (epg-wait-for-completion): Reverse errors list.
15646 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15647 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15648 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15649 (epg-sign-keys, epg-generate-key-from-file)
15650 (epg-generate-key-from-string): Format errors by using
15651 epg-errors-to-string (bug#9255).
15652 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15653
15654 2011-08-07 Juri Linkov <juri@jurta.org>
15655
15656 * faces.el (list-faces-display): Remove extra angle bracket
15657 from `help-mode-map'.
15658
15659 * info.el (Info-history-toc-nodes): Doc fix.
15660
15661 * longlines.el (longlines-mode): Doc fix.
15662
15663 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15664
15665 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15666 of statements and in a few more cases (bug#9183).
15667
15668 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15669 New functions.
15670 (cl-transform-lambda): Use them (bug#9239).
15671
15672 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15673
15674 * window.el (display-buffer-same-window)
15675 (display-buffer-same-frame, display-buffer-other-window)
15676 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15677 (pop-to-buffer-other-window)
15678 (pop-to-buffer-same-frame-other-window)
15679 (pop-to-buffer-other-frame): Make them defuns.
15680 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15681
15682 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15683
15684 * subr.el (make-composed-keymap): Move from C. Change calling
15685 convention, and improve docstring to bring attention to a subtle point.
15686 * minibuffer.el (completing-read-default): Adjust accordingly.
15687
15688 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15689
15690 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15691 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15692
15693 * net/trampver.el: Update release number.
15694
15695 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15696
15697 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15698 "in" (bug#9190).
15699
15700 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15701
15702 * mail/sendmail.el (sendmail-query-once): Restore the current
15703 buffer after querying (bug#9074).
15704
15705 * dired.el (dired-flagged): Use different faces for marked and
15706 flagged files (bug#6117).
15707
15708 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15709 (bug#4433).
15710
15711 * ido.el (ido-mode): Switch off the message if called
15712 non-interactively.
15713
15714 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15715 before 587, since it appears that that's more likely to work for
15716 more people.
15717
15718 * cus-edit.el (custom-file): When running under emacs -q, always
15719 refuse to save the customizations, even if the .emacs file doesn't
15720 exist.
15721
15722 * info.el: Remove the `Info-beginning-of-buffer' function
15723 (bug#8325).
15724
15725 * net/network-stream.el (network-stream-open-starttls):
15726 Use `starttls-available-p' to see whether starttls.el can be used.
15727
15728 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15729
15730 * window.el (display-buffer-in-window): Don't set dedicated status
15731 of window here (Bug#9215).
15732 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15733 (display-buffer-pop-up-side-window)
15734 (display-buffer-in-side-window): Set dedicated status of window here.
15735
15736 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15737
15738 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15739 before binding generated-autoload-file.
15740
15741 2011-08-01 Deniz Dogan <deniz@dogan.se>
15742
15743 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15744
15745 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15746
15747 Sync with Tramp 2.2.2.
15748
15749 * net/trampver.el: Update release number.
15750
15751 2011-07-30 Juri Linkov <juri@jurta.org>
15752
15753 * dired-aux.el (dired-touch-initial): Remove function.
15754 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15755 current time, and `default' to the last modification time of the
15756 current marked file (bug#6887).
15757
15758 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15759
15760 * simple.el (goto-line): Use string-to-number to provide a
15761 numeric argument to read-number (bug#9163).
15762
15763 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15764
15765 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15766 connection process, it could be nil.
15767
15768 2011-07-27 Leo Liu <sdl.web@gmail.com>
15769
15770 Simplify url handling in rcirc-mode.
15771
15772 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15773 (rcirc-browse-url-at-mouse): Remove.
15774 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15775
15776 2011-07-26 Alan Mackenzie <acm@muc.de>
15777
15778 Fontify bitfield declarations properly.
15779
15780 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15781 (c-symbol-chars): Now exported as a lang variable.
15782 (c-not-primitive-type-keywords): New lang variable.
15783
15784 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15785 QT keyword "more" to prevent "more slots: ...." being spuriously
15786 parsed as a bitfield declaration.
15787
15788 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15789 Refactor and enhance to handle bitfield declarations.
15790 (c-punctuation-in): New function.
15791 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15792 declarations properly.
15793
15794 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15795
15796 * calendar/icalendar.el (icalendar--all-events): Take care of
15797 multiple vcalendars in a single file.
15798 (icalendar--convert-float-to-ical): Checkdoc fixes.
15799
15800 2011-07-25 Deniz Dogan <deniz@dogan.se>
15801
15802 * image.el (insert-image): Clarifying docstring.
15803
15804 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15805
15806 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15807 `tramp-send-command-and-check' if there is no error.
15808 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15809
15810 2011-07-22 Alan Mackenzie <acm@muc.de>
15811
15812 Prevent cc-langs.elc being loaded at run time.
15813
15814 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15815 cc-langs.
15816
15817 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15818 "(require 'cc-langs)". Quote a form so it will evaluate at
15819 (cc-mode's) compilation time.
15820
15821 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15822
15823 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15824 loading. (Bug#9114)
15825
15826 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15827
15828 * window.el (display-buffer-pop-up-window)
15829 (display-buffer-pop-up-side-window)
15830 (display-buffer-in-side-window): Call display-buffer-set-height
15831 and display-buffer-set-width after setting the new window's
15832 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15833
15834 2011-07-20 Sam Steingold <sds@gnu.org>
15835
15836 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15837 (etags-tags-included-tables): Call `convert-standard-filename' on
15838 the file names contained in TAGS so that windows Emacs can handle
15839 TAGS files created by cygwin ctags.
15840
15841 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15842
15843 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15844 which apparently didn't work.
15845
15846 2011-07-19 Roland Winkler <winkler@gnu.org>
15847
15848 * proced.el (proced-send-signal): For *Marked Processes* buffer
15849 put point at beginning of buffer.
15850
15851 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15852
15853 * proced.el (proced-format): Make header lines align with the text
15854 (bug#1779).
15855
15856 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15857
15858 * view.el (view-buffer): Allow running in `special' modes if we're
15859 visiting a file (bug#8615).
15860
15861 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15862
15863 * window.el (display-buffer-alist-of-strings-p)
15864 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15865 New functions.
15866 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15867 more accurately.
15868
15869 2011-07-18 Alan Mackenzie <acm@muc.de>
15870
15871 Fontify declarators properly when, e.g., a jit-lock chunk begins
15872 inside a declaration.
15873
15874 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15875
15876 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15877 New function.
15878 (c-complex-decl-matchers): Insert reference to
15879 c-font-lock-enclosing-decls.
15880
15881 * progmodes/cc-engine.el (c-backward-single-comment):
15882 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15883 to nil around calls to (forward-comment -1).
15884
15885 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15886
15887 * image.el (put-image): Doc typo fix.
15888
15889 * progmodes/etags.el (tags-search): Doc typo fix.
15890
15891 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15892 password if we get errors 550 to 554.
15893
15894 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15895
15896 * net/gnutls.el (gnutls-log-level): Remove.
15897
15898 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15899 indentation character (bug#6380).
15900
15901 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15902
15903 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15904 to clarify what the problem is (bug#4291).
15905
15906 * simple.el (current-kill): Clarify what
15907 `interprogram-paste-function' does (bug#7500).
15908 (auto-fill-mode): Document `auto-fill-function' in relation to
15909 `auto-fill-mode' (bug#2470).
15910
15911 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15912
15913 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15914 method if slot is read-only (bug#9035).
15915
15916 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15917
15918 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15919 * window.el (pop-to-buffer): Select window used even if it was
15920 selected before, see discussion of (Bug#8615), (Bug#6954).
15921 Pass argument NORECORD on to select-frame-set-input-focus.
15922
15923 2011-07-15 Glenn Morris <rgm@gnu.org>
15924
15925 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15926 Respect help-form.
15927
15928 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15929
15930 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15931 (gnutls-negotiate): Use it.
15932
15933 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15934
15935 * net/gnutls.el (gnutls-negotiate):
15936 Upcase `gnutls-algorithm-priority'.
15937
15938 2011-07-15 Glenn Morris <rgm@gnu.org>
15939
15940 * jka-compr.el (jka-compr-verbose): Move from here...
15941 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15942 Add missing :version tag.
15943 * info.el: No need to require jka-compr when compiling.
15944
15945 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15946
15947 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15948 (gnutls-negotiate): Use it.
15949
15950 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15951
15952 * info.el (Info-beginning-of-buffer): New command.
15953 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15954 announcing `b' as the key (bug#8325).
15955 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15956
15957 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15958
15959 * international/mule-cmds.el
15960 (describe-specified-language-support): Make the error message
15961 clearer (bug#8905).
15962
15963 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15964
15965 * isearch.el (isearch-barrier): Add a doc string, since it's
15966 mentioned in a function doc string (bug#8678).
15967
15968 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15969
15970 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15971 buffer argument (Bug#9083) and self-identifying label argument.
15972
15973 2011-07-15 Glenn Morris <rgm@gnu.org>
15974
15975 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15976
15977 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15978
15979 * man.el (Man-fontify-manpage): Fix message when formatting the
15980 man page (bug#7929).
15981
15982 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15983
15984 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15985 argument LRM; if non-nil, append an invisible LRM character to the
15986 buffer name.
15987 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15988 last argument non-nil, when formatting buffer names.
15989 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15990 paragraph direction.
15991
15992 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15993
15994 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15995 the man page name (bug#7929).
15996
15997 * image.el (put-image): Mention the `put-image' overlay property
15998 (bug#7834).
15999
16000 * scroll-bar.el (set-scroll-bar-mode): Mention that
16001 `scroll-bar-mode' lists the values (bug#7772).
16002
16003 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
16004 command (bug#7729).
16005
16006 * rect.el (apply-on-rectangle): Return the point after the last
16007 operation.
16008 (string-rectangle): Go to the point after the last operation
16009 (bug#7522).
16010
16011 * printing.el (pr-toggle-region): Clarify the documentation
16012 slightly (bug#7493).
16013
16014 * time.el (display-time-update):
16015 Allow `display-time-mail-function' to return nil (bug#7158).
16016 Fix suggested by Detlev Zundel.
16017
16018 * vc/diff.el (diff): Clarify the order the file names are read
16019 (bug#7111).
16020
16021 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16022 the doc string (bug#7015).
16023
16024 * font-lock.el (font-lock-maximum-decoration): Mention what
16025 numeric levels mean (bug#6935).
16026
16027 * startup.el (initial-buffer-choice): Don't mention the `none'
16028 selection, which is against policy.
16029
16030 2011-07-14 Martin Rudalics <rudalics@gmx.at>
16031
16032 * window.el (display-buffer-normalize-special):
16033 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
16034
16035 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16036
16037 * subr.el (version<, version<=, version=): Mention "-CVS" and
16038 "-12345" alpha version numbers.
16039
16040 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16041
16042 * bindings.el: Add advertised binding for set-mark-command
16043 (Bug#5772).
16044
16045 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16046
16047 * bindings.el (mode-line-other-buffer):
16048 * bookmark.el (bookmark-bmenu-2-window):
16049 * bs.el (bs-cycle-next, bs-cycle-previous):
16050 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16051 switch-to-buffer.
16052
16053 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16054 Delete.
16055
16056 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
16057
16058 * follow.el (follow-debug-message, follow-redisplay):
16059 * jka-cmpr-hook.el (with-auto-compression-mode):
16060 Fix typos in docstrings.
16061
16062 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16063
16064 * subr.el (with-silent-modifications): Clarify somewhat what the
16065 macro inhibits (bug#6525).
16066
16067 * simple.el (eval-expression): Note what it does if called
16068 interactively (bug#6495).
16069
16070 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16071
16072 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16073 Use pop-to-buffer buffer-or-name if it is nil.
16074
16075 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16076 Remove switch-to-buffer.
16077
16078 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16079
16080 * files.el (make-directory): Clarify that an error will be raised
16081 if there's an error (bug#6397).
16082
16083 * startup.el (initial-buffer-choice): Add `none' as a choice
16084 (bug#6234).
16085
16086 * subr.el (add-hook): Clarify section about buffer-local hooks
16087 (bug#6218).
16088
16089 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16090
16091 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16092
16093 * tabify.el (untabify): Preserve the current column so that point
16094 doesn't move (bug#6032).
16095
16096 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16097
16098 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16099 Rewrite to avoid awkward possessive "s" (bug#5986).
16100
16101 2011-07-13 Glenn Morris <rgm@gnu.org>
16102
16103 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16104 (dired-insert-directory): Give a message the first time
16105 if ls is found not to support --dired.
16106
16107 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16108
16109 * simple.el (toggle-truncate-lines): Clarify what is toggled
16110 (bug#5580). Text by Drew Adams.
16111
16112 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16113
16114 * simple.el (blink-matching-open): Make the error message from the
16115 last change less verbose.
16116
16117 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16118
16119 * font-lock.el (font-lock-comment-face): Use the high contrast
16120 "yellow" color for font-lock-comment-face on low color terminals
16121 using a dark background color (bug#4221).
16122
16123 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16124
16125 * dired.el (dired-insert-set-properties): Make the doc string
16126 reflect what it does now (bug#5325).
16127
16128 * simple.el (blink-matching-open): Say that we were unable to find
16129 the match within the limit, if we're limited (bug#5122).
16130
16131 * international/mule-cmds.el (prefer-coding-system): Add an
16132 example (bug#4869).
16133
16134 * progmodes/etags.el (tags-search): Document `file-list-form'
16135 (bug#4731).
16136
16137 2011-07-13 Lawrence Mitchell <wence@gmx.li>
16138
16139 * net/browse-url.el (browse-url-default-browser)
16140 (browse-url-browser-function): Make the default browser choice a
16141 bit more logical (bug#4300). Also clean up the doc string.
16142
16143 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16144
16145 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16146 binary endings (bug#4440).
16147
16148 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16149
16150 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16151 which can be pretty annoying (bug#8971).
16152
16153 * jka-compr.el (jka-compr-verbose): New variable, and use
16154 throughout (bug#8971).
16155
16156 * info.el (Info-find-file): Fall back on the installation
16157 directory if we can't find the info node anywhere else.
16158
16159 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16160
16161 * vc/vc.el (vc-revert-file):
16162 Don't set file time-stamp in the past. (Bug#5181)
16163
16164 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16165
16166 * files.el (after-find-file): Give a better error message when
16167 trying to find a symlink that points to a file that doesn't exist
16168 (bug#4398).
16169
16170 * progmodes/cc-vars.el: Remove (probably) misleading comment
16171 (bug#4396).
16172
16173 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16174
16175 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16176
16177 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16178
16179 * mouse-sel.el: Hack restoring functionality, while keeping
16180 compatibility with 2010-07-03 changes to mouse selection.
16181 (mouse-sel-primary-overlay): New var.
16182 (mouse-sel-selection-alist): Use it.
16183 (mouse-sel-mode): Doc fix; remove points that are default features
16184 of mouse.el.
16185
16186 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16187
16188 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16189 Fix previous fix (bug#2490).
16190
16191 2011-07-12 Roland Winkler <winkler@gnu.org>
16192
16193 * textmodes/bibtex.el (bibtex-initialize):
16194 Use pop-to-buffer-same-window.
16195 (bibtex-search-entries): Fix interactive call.
16196
16197 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16198
16199 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16200 Fontise bytecomp Error lines more correctly (bug#2490).
16201 Fix suggested by Johan Bockgård.
16202
16203 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16204
16205 * dired-x.el (dired-guess-default): Use `delete-dups'.
16206
16207 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16208
16209 * dired.el (dired-mark-prompt):
16210 * dired-aux.el (dired-read-shell-command): Doc fix.
16211
16212 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16213
16214 * mail/sendmail.el (sendmail-query-once):
16215 Use `customize-save-variable' unconditionally, now that it works under
16216 emacs -Q.
16217
16218 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16219
16220 * cus-edit.el (custom-file): Take an optional no-error variable.
16221 (customize-save-variable): Set the variable, and give a warning if
16222 running under "emacs -q".
16223
16224 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16225
16226 * loadhist.el (unload-feature-special-hooks):
16227 Add `auto-coding-functions', `fill-nobreak-predicate' and
16228 `find-directory-functions' (bug#5327).
16229
16230 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16231
16232 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16233
16234 * cus-edit.el (custom-guess-name-alist): -alist variables should
16235 use the `alist' type (bug#3120). Suggested by Drew Adams.
16236
16237 * printing.el: Add documentation to all the `pr-toggle-' commands.
16238
16239 2011-07-11 Leo Liu <sdl.web@gmail.com>
16240
16241 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16242 backends where it makes sense (bug#2623).
16243
16244 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16245
16246 * dired-x.el (dired-guess-default): Remove duplicate shell command
16247 entries (bug#2028).
16248 (dired-guess-default): Fix grammar in doc string (bug#2028).
16249 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16250
16251 * subr.el (remove-duplicates): New conveniency function.
16252
16253 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16254
16255 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16256 (bug#1526).
16257
16258 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16259
16260 * window.el (display-buffer-normalize-default): Don't invert
16261 meaning of even-window-heights. Reported by Eli Zaretskii
16262 <eliz@gnu.org>.
16263
16264 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16265
16266 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16267
16268 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16269
16270 * window.el (display-buffer): Fix arguments to
16271 display-buffer-reuse-window in last change.
16272
16273 * faces.el (link): Use a less saturated blue on light backgrounds.
16274
16275 * startup.el (fancy-startup-text, fancy-about-text)
16276 (fancy-startup-tail): Use font-lock faces, for background safety.
16277
16278 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16279
16280 * emulation/viper-cmd.el (viper-change-state-to-vi):
16281 Limit triggering of abbrev expansion (Bug#9038).
16282
16283 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16284
16285 * window.el (display-buffer-default-specifiers): Remove.
16286 (display-buffer-macro-specifiers): Remove default specifiers.
16287 (display-buffer-alist): Default to nil.
16288 (display-buffer-reuse-window): New optional argument other-window.
16289 (display-buffer-pop-up-window): Allow splitting internal
16290 windows. Check whether a live window was created.
16291 (display-buffer-other-window-means-other-frame)
16292 (display-buffer-normalize-arguments): Rename to
16293 display-buffer-normalize-argument and rewrite. Set the
16294 other-window specifier.
16295 (display-buffer-normalize-special): New function.
16296 (display-buffer-normalize-options): Rename to
16297 display-buffer-normalize-default and rewrite.
16298 (display-buffer-normalize-options-inhibit): Remove.
16299 (display-buffer-normalize-specifiers): Rewrite.
16300 (display-buffer): Process other-window specifier and call
16301 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16302 more faithfully.
16303 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16304 (display-buffer-alist-set): Don't handle 'unset default values.
16305 (display-buffer-in-window, display-buffer-alist-set):
16306 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16307 <tassilo@member.fsf.org>.
16308
16309 2011-07-09 Leo Liu <sdl.web@gmail.com>
16310
16311 * register.el (insert-register): Restore accidental change on
16312 2011-06-26. (Bug#9028)
16313
16314 2011-07-09 Glenn Morris <rgm@gnu.org>
16315
16316 * subr.el (remq): Handle the empty list. (Bug#9024)
16317
16318 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16319
16320 * mail/sendmail.el (send-mail-function): No longer delay custom
16321 initialization.
16322 * custom.el (custom-initialize-delay): Doc fix.
16323
16324 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16325
16326 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16327
16328 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16329
16330 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16331 human-friendly prompt.
16332
16333 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16334
16335 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16336 provided by a particular plugin.
16337
16338 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16339
16340 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16341 save customizations (with "emacs -Q"), just set the variable
16342 instead of erroring out.
16343
16344 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16345
16346 2011-07-08 Juri Linkov <juri@jurta.org>
16347
16348 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16349 (archive-zip-update-case): Use 7z if found by `executable-find'.
16350 The order of searching the available programs is the same as in
16351 `archive-zip-extract' (bug#8968).
16352
16353 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16354
16355 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16356 (menu-bar-options-menu): Tweak descriptions.
16357
16358 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16359
16360 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16361 menu items into verb phrases (bug#1421). Also refill to fit under
16362 80 columns.
16363
16364 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16365
16366 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16367 (Info-read-node-name): Doc fix (Bug#1084).
16368
16369 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16370 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16371 (end-of-sexp, beginning-of-sexp)
16372 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16373 (forward-symbol, forward-same-syntax, word-at-point)
16374 (sentence-at-point): Doc fix (Bug#1144).
16375
16376 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16377
16378 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16379 should cover it (bug#1281).
16380
16381 * cus-edit.el (custom-show): Mark as obsolete.
16382
16383 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16384 negotiation fails, then possibly try again with a non-encrypted
16385 connection (bug#9017).
16386
16387 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16388 be used.
16389
16390 2011-07-07 Richard Stallman <rms@gnu.org>
16391
16392 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16393 property, and handle its changed format.
16394 Look for the correct line number.
16395 Use file's line contents (but not past first =) to find
16396 correct line in message.
16397
16398 2011-07-07 Kenichi Handa <handa@m17n.org>
16399
16400 * international/characters.el (build-unicode-category-table):
16401 Delete it.
16402 (unicode-category-table): Set it by unicode-property-table-internal.
16403
16404 * international/mule-cmds.el (char-code-property-alist): Move to
16405 to src/chartab.c.
16406 (get-char-code-property): Call unicode-property-table-internal to
16407 load a file. Call get-unicode-property-internal where necessary.
16408 (put-char-code-property): Call unicode-property-table-internal to
16409 load a file. Call put-unicode-property-internal where necessary.
16410 put-unicode-property-internal where necessary.
16411 (char-code-property-description):
16412 Call unicode-property-table-internal to load a file.
16413
16414 * international/charprop.el:
16415 * international/uni-bidi.el:
16416 * international/uni-category.el:
16417 * international/uni-combining.el:
16418 * international/uni-comment.el:
16419 * international/uni-decimal.el:
16420 * international/uni-decomposition.el:
16421 * international/uni-digit.el:
16422 * international/uni-lowercase.el:
16423 * international/uni-mirrored.el:
16424 * international/uni-name.el:
16425 * international/uni-numeric.el:
16426 * international/uni-old-name.el:
16427 * international/uni-titlecase.el:
16428 * international/uni-uppercase.el: Regenerate.
16429
16430 * loadup.el: Load international/charprop.el before
16431 international/characters.
16432
16433 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16434
16435 * window.el (next-buffer, previous-buffer): Signal an error if
16436 called from a minibuffer window.
16437
16438 * bindings.el: Revert 2011-07-04 change.
16439
16440 2011-07-06 Richard Stallman <rms@gnu.org>
16441
16442 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16443 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16444 Treat markers like ints.
16445 (rmail-mime-entity): Doc fix.
16446
16447 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16448
16449 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16450 defcustom again for backwards compatibility.
16451
16452 * simple.el (shell-command-on-region): Fill.
16453
16454 * dired-aux.el (dired-kill-line): Add a doc string.
16455
16456 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16457 to "\\sw\\|\\s_" (bug#358).
16458
16459 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16460 (dired-unmark-backward): Ditto.
16461 (dired-flag-backup-files): Ditto.
16462
16463 * dired-x.el (dired-mark-sexp): Ditto.
16464
16465 2011-07-06 Richard Stallman <rms@gnu.org>
16466
16467 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16468 (rmail-mime-entity): New arg TRUNCATED.
16469 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16470 New functions.
16471 (rmail-mime-save): Warn if entity is truncated.
16472 (rmail-mime-toggle-hidden): Likewise, for showing.
16473 (rmail-mime-process-multipart): Record when an entity is truncated.
16474
16475 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16476 if ENTITY is a string.
16477
16478 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16479
16480 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16481 of faces when `M-C-x'-ing their definitions (bug#8378).
16482 Also clean up the code slightly.
16483
16484 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16485 because that makes the colors go away.
16486
16487 * mail/sendmail.el (send-mail-function): Change the default to
16488 `sendmail-query-once'.
16489 (sendmail-query-once): Add an autoload cookie.
16490
16491 * net/network-stream.el (network-stream-open-starttls): Try using
16492 a plain connection even if the server offered STARTTLS, and we
16493 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16494 capability. This should make smtpmail.el work in slightly more
16495 configurations.
16496
16497 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16498
16499 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16500 New defun.
16501 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16502
16503 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16504
16505 * progmodes/sql.el: Version 3.0
16506 (sql-product-alist): Add product :completion-object,
16507 :completion-column, and :statement attributes.
16508 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16509 (sql-mode-syntax-table): Mark all punctuation.
16510 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16511 ansi keywords.
16512 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16513 (sql-mode-oracle-font-lock-keywords): Improve.
16514 (sql-oracle-show-reserved-words): New function for development.
16515 (sql-product-font-lock): Simplify for source code buffers.
16516 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16517 New functions.
16518 (sql-highlight-product): Set product specific syntax table.
16519 (sql-mode-map): Add statement movement functions.
16520 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16521 New variable.
16522 (sql-statement-regexp, sql-beginning-of-statement)
16523 (sql-end-of-statement, sql-signum): New functions.
16524 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16525 (sql-show-sqli-buffer): Bug fix.
16526 (sql-interactive-mode): Store connection data as buffer local.
16527 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16528 with sql-interactive-mode.
16529 (sql-save-connection): Save buffer local settings.
16530 (sql-connection-menu-filter): Change menu entry name.
16531 (sql-product-interactive): Bug fix.
16532 (sql-preoutput-hold): New variable.
16533 (sql-interactive-remove-continuation-prompt): Bug fixes.
16534 (sql-debug-redirect): New variable.
16535 (sql-str-literal): New function.
16536 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16537 Redesign.
16538 (sql-oracle-save-settings, sql-oracle-restore-settings)
16539 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16540 (sql-completion-object, sql-completion-column)
16541 (sql-completion-sqlbuf): New variables.
16542 (sql-build-completions-1, sql-build-completions)
16543 (sql-try-completion): New functions.
16544 (sql-read-table-name): Use them.
16545 (sql-contains-names): New buffer local variable.
16546 (sql-list-all, sql-list-table): Use it.
16547 (sql-oracle-completion-types): New variable.
16548 (sql-oracle-completion-object, sql-sqlite-completion-object)
16549 (sql-postgres-completion-object): New functions.
16550
16551 2011-07-06 Glenn Morris <rgm@gnu.org>
16552
16553 * window.el (pop-to-buffer): Doc fix.
16554
16555 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16556
16557 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16558
16559 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16560
16561 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16562
16563 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16564
16565 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16566
16567 * button.el (button): Inherit from link face. Suggested by Dan
16568 Nicolaescu.
16569
16570 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16571
16572 * progmodes/gdb-mi.el: Fit in 80 columns.
16573 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16574 switch-to-buffer.
16575
16576 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16577 if imenu is simply not configured (bug#8941).
16578
16579 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16580
16581 * allout.el (allout-post-undo-hook): New allout outline-change
16582 event hook to signal undo activity.
16583 (allout-post-command-business): Run allout-post-undo-hook if an
16584 undo just occurred.
16585 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16586 * allout-widgets.el (allout-widgets-after-undo-function):
16587 Ensure the integrity of the current item's decoration after it has been
16588 in the vicinity of an undo.
16589 (allout-widgets-mode): Include allout-widgets-after-undo-function
16590 on the new allout-post-undo-hook.
16591
16592 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16593
16594 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16595 Let define-derived-mode define it.
16596 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16597 cycles of abbrev-table inheritance (bug#8998).
16598
16599 2011-07-05 Roland Winkler <winkler@gnu.org>
16600
16601 * textmodes/bibtex.el: Add support for biblatex.
16602 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16603 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16604 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16605 (bibtex-entry-alist, bibtex-field-alist): New variables.
16606 (bibtex-entry-field-alist): Obsolete alias for
16607 bibtex-BibTeX-entry-alist.
16608 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16609 (bibtex-set-dialect): New command.
16610 (bibtex-entry-type, bibtex-entry-head)
16611 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16612 Bind via bibtex-set-dialect.
16613 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16614 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16615 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16616 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16617 Define via bibtex-set-dialect.
16618 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16619 Obey bibtex-no-opt-remove-re.
16620 (bibtex-vec-push, bibtex-vec-incr): New functions.
16621 (bibtex-format-entry, bibtex-field-list)
16622 (bibtex-print-help-message, bibtex-validate)
16623 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16624
16625 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16626
16627 * progmodes/compile.el (compilation-goto-locus):
16628 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16629 * bs.el (bs-cycle-next, bs-cycle-previous):
16630 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16631 * bindings.el (mode-line-other-buffer):
16632 * autoinsert.el (auto-insert):
16633 * arc-mode.el (archive-extract):
16634 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16635
16636 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16637
16638 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16639 Fix check of `emacs-lock-unlockable-modes'.
16640 Coerce true values of `emacs-lock--try-unlocking' to t.
16641
16642 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16643
16644 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16645 * emacs-lock.el: New file.
16646
16647 2011-07-05 Julien Danjou <julien@danjou.info>
16648
16649 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16650 than `boundp' to check if face is set.
16651
16652 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16653
16654 * register.el (registerv-make):
16655 * window.el (window-min-height): Fix typos in docstrings.
16656
16657 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16658
16659 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16660 Update doc string.
16661
16662 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16663
16664 * server.el (server-execute): Catch quit and call
16665 `server-return-error' to pass the error back to emacsclient and
16666 close the connection (bug#8942).
16667
16668 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16669
16670 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16671 insecure exception for current topic. Also note that auto-saves
16672 are handled differently.
16673
16674 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16675 State variables for tracking auto-save inhibition situation.
16676
16677 (allout-write-contents-hook-handler): Rename from
16678 'allout-write-file-hook-handler', and describe how it depends on
16679 write-contents-functions sensitivity to non-nil value to prevent
16680 file write.
16681
16682 (allout-auto-save-hook-handler): Remove. auto-save does not check
16683 this in individual buffers, only in the starting buffer, so this
16684 is not the right way for us to inhibit auto-save in a buffer
16685 according to its condition.
16686
16687 (allout-mode): Use new allout-write-contents-hook-handler, and
16688 only with write-contents-functions. Remove auto-save provisions -
16689 they're implemented elsewhere.
16690
16691 (allout-before-change-handler): If undo is in progress, note that
16692 for attention of allout-post-command-business.
16693
16694 (allout-post-command-business): If the command we're following was
16695 an undo, check for change in the status of encrypted items and
16696 adjust auto-save inhibitions accordingly.
16697
16698 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16699 according to whether there are or aren't any plain-text topics
16700 pending encryption.
16701
16702 (allout-inhibit-auto-save-info-for-decryption):
16703 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16704 if there are plain-text topics pending encryption.
16705
16706 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16707 buffer-saved-size and some allout state to not inhibit auto-saves
16708 if there are no longer any plain-text topics pending encryption.
16709
16710 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16711 No longer provide for exemption of the current topic.
16712
16713 2011-07-04 Juri Linkov <juri@jurta.org>
16714
16715 Add 7z operations to delete and save changed members (bug#8968).
16716 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16717 New defcustoms.
16718 (archive-7z-write-file-member): New function.
16719 (archive-7z-summarize): Fix the number of dashes in the
16720 listing output.
16721
16722 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16723
16724 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16725 (bug#8958).
16726
16727 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16728
16729 * bindings.el: Ignore next-buffer and previous-buffer in
16730 minibuffer-local-map.
16731
16732 * font-lock.el (font-lock-builtin-face): Change light background
16733 color to dark slate blue (Bug#6693).
16734
16735 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16736
16737 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16738
16739 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16740
16741 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16742 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16743 Add switch-to-buffer.
16744
16745 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16746
16747 * isearch.el (isearch-search-fun-function): Clarify further the
16748 meaning of the function returned.
16749
16750 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16751
16752 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16753
16754 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16755 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16756 Use it.
16757 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16758 `tramp-default-remote-path' does not exist.
16759 (tramp-send-command-and-read): New optional argument NOERROR.
16760 (tramp-open-connection-setup-interactive-shell)
16761 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16762 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16763 (tramp-process-sentinel): Flush also process' connection property.
16764 (tramp-sh-handle-start-file-process): Do not set process
16765 sentinel. It is done now ...
16766 (tramp-maybe-open-connection): ... here. (Bug#8929)
16767
16768 2011-07-04 MON KEY <monkey@sandpframing.com>
16769
16770 * play/animate.el (animate-string): Doc fixes and allow changing
16771 the buffer name (bug#5417).
16772
16773 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16774
16775 * play/animate.el (animation-buffer-name): Rename from *animate*.
16776
16777 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16778
16779 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16780 This is simpler and helps future-proof the code.
16781 (timer-until): Use time-subtract and float-time.
16782 (timer--time-less-p): Use time-less-p.
16783
16784 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16785
16786 * type-break.el (timep): Use the value of `float-time' to avoid a
16787 byte-compiler warning.
16788
16789 * server.el (server-eval-and-print): Return any result, even nil.
16790
16791 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16792
16793 * type-break.el: Accept time formats that the builtins accept.
16794 (timep, type-break-time-difference): Accept any format that
16795 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16796 This is simpler and helps future-proof the code.
16797 (type-break-time-difference): Round rather than ignoring
16798 subseconds components.
16799
16800 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16801
16802 * info.el (Info-apropos-matches): Make non-interactive, since it
16803 doesn't seem to do anything useful as a command (bug#8829).
16804
16805 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16806
16807 * frame.el (frame-background-mode, frame-set-background-mode):
16808 Move from faces.el.
16809 (frame-default-terminal-background): New function.
16810
16811 * custom.el (custom-push-theme): Don't record faces in `changed'
16812 theme; this doesn't work correctly for per-frame face settings.
16813 (disable-theme): Use face-set-after-frame-default to reset faces.
16814 (custom--frame-color-default): New function.
16815
16816 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16817
16818 * dired.el (dired-flagging-regexp): Remove unused variable
16819 (bug#8769).
16820
16821 2011-03-29 Kevin Ryde <user42@zip.com.au>
16822
16823 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16824 `perl-Test2' extend to match possible "fail #N" rep count
16825 (bug#8377).
16826
16827 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16828
16829 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16830 `smtpmail-via-smtp' now returns the error instead of nil.
16831
16832 * isearch.el (isearch-search-fun-function): Clarify the doc string
16833 (bug#8101).
16834
16835 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16836
16837 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16838 unnecessary spaces (bug#8987).
16839
16840 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16841
16842 * net/network-stream.el (open-network-stream): Use the
16843 :end-of-capability command thoughout.
16844
16845 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16846
16847 * net/network-stream.el (open-network-stream): Add the
16848 :end-of-capability command parameter, used by pop3.el.
16849
16850 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16851
16852 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16853
16854 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16855 for list)" (bug#6475).
16856
16857 * files.el (file-expand-wildcards): Ignore non-readable
16858 sub-directories while trying to find matches instead of signaling
16859 an error (bug#6297).
16860
16861 * man.el (Man-reference-regexp): Allow matching possible
16862 word-wrapped references (bug#6289).
16863
16864 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16865 for consistency with the other vc buffers (bug#6197).
16866 (vc-checkin): Ditto.
16867
16868 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16869
16870 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16871
16872 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16873
16874 * custom.el (defcustom): Clarify that :set is only used in the
16875 Customize user interface (bug#6089).
16876
16877 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16878 associated with a file, refuse to run instead of erroring out
16879 (bug#6084).
16880
16881 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16882 the doc string, since it appears that using `fill-column' always
16883 controls the width (bug#7845).
16884
16885 * simple.el (shell-command-on-region): Say where the error output
16886 went if `shell-command-default-error-buffer' is set (bug#6857).
16887
16888 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16889
16890 * allout.el (allout-yank-processing): Adjust cursor position for
16891 backwards-deleted space.
16892
16893 (allout-rebullet-heading): Register changes with
16894 allout-exposure-changed-hook, so the modified topic is properly
16895 decorated.
16896
16897 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16898
16899 * minibuffer.el (completion-in-region): Document PREDICATE
16900 (bug#7136).
16901
16902 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16903 of keyword/argument pairs (bug#6904).
16904
16905 * replace.el (multi-occur):
16906 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16907
16908 2011-07-02 Drew Adams <drew.adams@oracle.com>
16909
16910 * dired.el (dired-mark-if): Make the message about whether it's
16911 marking or unmarking clearer (bug#8523).
16912
16913 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16914
16915 * disp-table.el (display-table-print-array): New function.
16916 (describe-display-table): Use it to print the vectors more pretty
16917 (Bug#8859).
16918
16919 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16920
16921 * window.el (window-state-get-1): Don't assign clone numbers.
16922 Add clone-of item to list of window parameters.
16923 (window-state-put-2): Don't process clone numbers.
16924 (display-buffer-alist): Fix doc-string.
16925
16926 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16927
16928 * subr.el (remq): Don't allocate if it's not needed.
16929 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16930 (keymap--merge-bindings): New functions.
16931 (keymap-canonicalize): Use them to refine the canonicalization.
16932 * minibuffer.el (minibuffer-local-completion-map)
16933 (minibuffer-local-must-match-map): Move initialization from C.
16934 (minibuffer-local-filename-completion-map): Move initialization from C;
16935 don't inherit from anything here.
16936 (minibuffer-local-filename-must-match-map): Make obsolete.
16937 (completing-read-default): Use make-composed-keymap to combine
16938 minibuffer-local-filename-completion-map with either
16939 minibuffer-local-must-match-map or
16940 minibuffer-local-filename-completion-map.
16941
16942 2011-07-01 Glenn Morris <rgm@gnu.org>
16943
16944 * type-break.el (type-break-time-sum): Use dolist.
16945
16946 * textmodes/flyspell.el (flyspell-word-search-backward):
16947 Replace CL function.
16948
16949 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16950
16951 * mouse.el (mouse--strip-first-event): New function.
16952 (function-key-map): Use it to map fringe clicks to normal clicks
16953 by default.
16954
16955 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16956 (vc-bzr-revision-completion-table): Add support for annotate and date.
16957
16958 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16959 inherit from parent.
16960
16961 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16962
16963 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16964 (dired-show-file-type): Doc fixup (bug#8818).
16965
16966 * dired.el (dired-mode): Fix up the doc string as suggested by
16967 Drew Adams (bug#8817).
16968
16969 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16970 cookie, since the manual says that it should be possible to add
16971 this function to `find-file-hook' (bug#8709).
16972
16973 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16974
16975 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16976 here. Noted Ted Zlatanov as the maintainer.
16977 (cfengine-common-settings, cfengine-common-syntax): New functions
16978 to set up common things between `cfengine-mode' and
16979 `cfengine3-mode'.
16980 (cfengine3-mode): New mode.
16981 (cfengine3-defuns cfengine3-defuns-regex
16982 (cfengine3-class-selector-regex cfengine3-category-regex)
16983 (cfengine3-vartypes cfengine3-font-lock-keywords)
16984 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16985 (cfengine3-indent-line): Add from cfengine3.el.
16986
16987 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16988
16989 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16990
16991 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16992
16993 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16994
16995 * window.el (same-window-buffer-names, same-window-regexps)
16996 (same-window-p, special-display-frame-alist)
16997 (special-display-popup-frame, special-display-function)
16998 (special-display-buffer-names, special-display-regexps)
16999 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
17000 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17001 (split-window-preferred-function, split-height-threshold)
17002 (split-width-threshold, even-window-heights)
17003 (display-buffer-mark-dedicated, window-splittable-p)
17004 (split-window-sensibly, window-safely-shrinkable-p):
17005 Un-obsolete.
17006 (display-buffer): Don't spread args with function specifier
17007 because special-display-popup-frame won't like it.
17008
17009 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
17010
17011 Time-stamp simplifications and fixes.
17012 These improve accuracy slightly, and future-proof the code
17013 against some potential changes to current-time format.
17014
17015 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17016 by using time-since and float-time.
17017
17018 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17019 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
17020 + NNN microseconds".
17021
17022 * type-break.el (type-break-time-sum): Rewrite using time-add.
17023
17024 * play/hanoi.el (hanoi-current-time-float): Remove.
17025 All uses replaced by float-time.
17026
17027 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17028 This yields a more-accurate answer.
17029 (rng-time-to-float): Remove; no longer needed.
17030
17031 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17032
17033 * calendar/timeclock.el (timeclock-seconds-to-time):
17034 Defalias to seconds-to-time, since they're the same thing.
17035
17036 * emacs-lisp/elp.el (elp-elapsed-time):
17037 * emacs-lisp/benchmark.el (benchmark-elapse):
17038 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17039
17040 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17041
17042 * window.el (bury-buffer): Don't iconify the only frame.
17043 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17044 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
17045
17046 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
17047
17048 * eshell/em-smart.el (eshell-smart-display-navigate-list):
17049 Add mouse-yank-primary.
17050
17051 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17052
17053 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17054
17055 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17056
17057 * emacs-lisp/find-func.el (find-library--load-name): New fun.
17058 (find-library-name): Use it to find relative load names when provided
17059 absolute file name (bug#8803).
17060
17061 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17062
17063 * textmodes/flyspell.el (flyspell-word): Consider words that
17064 differ only in case as potential doublons (bug#5687).
17065
17066 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17067 Remove two rather uninteresting debugging-like messages to make
17068 debbugs.el more silent.
17069
17070 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17071 a password-like phrase.
17072
17073 2011-06-30 Masatake YAMATO <yamato@redhat.com>
17074
17075 * progmodes/cc-guess.el: New file.
17076
17077 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
17078
17079 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17080 derived from `c-basic-common-init'.
17081
17082 * progmodes/cc-mode.el (top-level): Require cc-guess.
17083 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17084
17085 2011-06-30 Lawrence Mitchell <wence@gmx.li>
17086
17087 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17088
17089 2011-06-30 Alan Mackenzie <acm@muc.de>
17090
17091 * progmodes/cc-engine.el (c-guess-continued-construct):
17092 Correct the handling of template-args-cont, particularly for when font
17093 lock is disabled. Name this case as "CASE G".
17094
17095 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17096
17097 * allout.el (allout-yank-processing): Fix injection of extra space
17098 between bullet and non-whitespace character in first topic when
17099 pasting, ensuring that the actual spacing in the pasted topic
17100 following the bullet char is preserved. This extra space was
17101 causing pasted encrypted topics to get a decrypted status even
17102 when the content was actually still encrypted. Now the decryption
17103 status from before the paste is preserved.
17104
17105 (allout-flag-region): Set all allout overlays so they evaporate
17106 when reduced to zero length (evanescent), to prevent overlay
17107 leakage.
17108
17109 2011-06-30 Glenn Morris <rgm@gnu.org>
17110
17111 * w32-fns.el (w32-charset-info-alist): Declare.
17112
17113 * find-dired.el (find-grep-options): Simplify.
17114
17115 * term/ns-win.el (ns-set-resource): Declare.
17116
17117 * ses.el (row, col): Declare dynamic variables honestly.
17118
17119 * textmodes/reftex-parse.el (index-tags): Declare.
17120
17121 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
17122
17123 * cus-edit.el (customize-push-and-save): New function.
17124
17125 * files.el (hack-local-variables-confirm): Use it.
17126
17127 * custom.el (load-theme): New arg NO-CONFIRM.
17128 Use customize-push-and-save (Bug#8720).
17129 (custom-enabled-themes): Doc fix.
17130
17131 * cus-theme.el (customize-create-theme)
17132 (custom-theme-merge-theme): Callers to load-theme changed.
17133
17134 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17135
17136 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17137 short URLs have at least one dot in them (bug #7614).
17138
17139 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17140 nil, because using a pty is apparently too slow (bug #895).
17141
17142 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17143
17144 * mail/sendmail.el (sendmail-query-once): New function.
17145 (sendmail-query-once-function): New variable.
17146
17147 2011-06-29 Glenn Morris <rgm@gnu.org>
17148
17149 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17150
17151 * ses.el (top-level): Require cl when compiling.
17152 (ses-set-localvars): Fix error statement.
17153 Call it at compile time to silence a storm of warnings.
17154
17155 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17156
17157 * window.el (normalize-live-buffer): Rename to
17158 window-normalize-buffer.
17159 (normalize-live-frame): Rename to window-normalize-frame.
17160 (normalize-any-window): Rename to window-normalize-any-window.
17161 (normalize-live-window): Rename to window-normalize-live-window.
17162 (make-window-atom): Rename to window-make-atom.
17163 (window-resize-reset): Rename to window--resize-reset.
17164 (window-resize-reset-1): Rename to window--resize-reset-1.
17165 (resize-mini-window): Rename to window--resize-mini-window.
17166 (resize-subwindows-skip-p): Rename to
17167 window--resize-subwindows-skip-p.
17168 (resize-subwindows-normal): Rename to
17169 window--resize-subwindows-normal.
17170 (resize-subwindows): Rename to window--resize-subwindows.
17171 (resize-other-windows): Rename to window--resize-siblings.
17172 (resize-this-window): Rename to window--resize-this-window.
17173 (resize-root-window): Rename to window--resize-root-window.
17174 (resize-root-window-vertically): Rename to
17175 window--resize-root-window-vertically.
17176 (normalize-buffer-to-display): Rename to
17177 window-normalize-buffer-to-display.
17178 (normalize-buffer-to-switch-to): Rename to
17179 window-normalize-buffer-to-switch-to.
17180 Correspondingly update all callers of the functions listed
17181 above.
17182 (display-buffer-alist, display-buffer-normalize-arguments)
17183 (display-buffer-normalize-options, display-buffer)
17184 (display-buffer-alist-set): Use "function" instead of
17185 "fun-with-args".
17186
17187 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
17188
17189 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17190 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17191 debbugs.gnu.org. Mention acknowledgment email.
17192
17193 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17194
17195 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17196 buffer multibyteness, since it shouldn't matter.
17197
17198 2011-06-28 Martin Rudalics <rudalics@gmx.at>
17199
17200 * window.el (display-buffer-in-side-window): Handle dedicated
17201 windows as in display-buffer-reuse-window.
17202 (display-buffer-normalize-alist): Use value of override
17203 specifier.
17204 (display-buffer-normalize-specifiers): Use value of
17205 other-window-means-other-frame specifier.
17206 (display-buffer-alist): Rewrite some texts in widgets.
17207 (display-buffer): Spread arguments when calling function
17208 specified by fun-with-args.
17209
17210 2011-06-28 Deniz Dogan <deniz@dogan.se>
17211
17212 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17213 Unnest `let'.
17214
17215 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17216 selectors (Bug#5732).
17217 (css-proprietary-nmstart-re): Use `regexp-opt'.
17218
17219 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17220
17221 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17222 (eshell-ls-date-format): New defcustom.
17223 (eshell-ls-file): Use it.
17224
17225 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17226
17227 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17228
17229 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17230
17231 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17232 (ange-ftp-make-tmp-name): New arg.
17233 (ange-ftp-file-local-copy): Use it.
17234
17235 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17236
17237 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17238 no-conversion (Bug#8870).
17239
17240 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17241
17242 * window.el (window-right, window-left, window-child)
17243 (window-child-count, window-last-child)
17244 (window-iso-combination-p, walk-window-tree-1)
17245 (window-atom-check-1, window-tree-1, delete-window)
17246 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17247 new naming conventions - window-vchild, window-hchild,
17248 window-next and window-prev are now called window-top-child,
17249 window-left-child, window-next-sibling and window-prev-sibling
17250 respectively.
17251 (resize-window-reset): Rename to window-resize-reset.
17252 (resize-window-reset-1): Rename to window-resize-reset-1.
17253 (resize-window): Rename to window-resize.
17254 (window-min-height, window-min-width)
17255 (resize-mini-window, resize-this-window, resize-root-window)
17256 (resize-root-window-vertically, adjust-window-trailing-edge)
17257 (enlarge-window, shrink-window, maximize-window)
17258 (minimize-window, delete-window, quit-restore-window)
17259 (split-window, balance-windows, balance-windows-area-adjust)
17260 (balance-windows-area, window-state-put-2)
17261 (display-buffer-even-window-sizes, display-buffer-set-height)
17262 (display-buffer-set-width, set-window-text-height)
17263 (fit-window-to-buffer): Rename all "resize-window" prefixed
17264 calls to use the "window-resize" prefix convention.
17265 (display-buffer-alist): Fix symbol for label specifier.
17266 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17267 corresponding specifier.
17268 Reported by Juanma Barranquero <lekktu@gmail.com>.
17269
17270 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17271
17272 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17273 convention.
17274 (ses-call-printer): Does not pass an empty string to formatter when the
17275 cell is empty to keep from barking printer Calc math-format-value.
17276
17277 2011-06-27 Richard Stallman <rms@gnu.org>
17278
17279 * battery.el (battery-mode-line-limit): New variable.
17280 (battery-update): Handle it.
17281
17282 * mail/rmailmm.el (rmail-mime-process-multipart):
17283 Handle truncated messages.
17284
17285 2011-06-27 Glenn Morris <rgm@gnu.org>
17286
17287 * progmodes/flymake.el (flymake-err-line-patterns):
17288 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17289
17290 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17291
17292 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17293 (ses--clean-!, ses--clean-_): New functions.
17294 (ses-range): Add configurability of readout order, and conversion
17295 to Calc vector.
17296
17297 * ses.el (ses-repair-cell-reference-all): New function.
17298 (ses-cell-symbol): Set macro as safe, so that it can be used in
17299 formulas.
17300
17301 * ses.el: Update cycle detection algorithm.
17302 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17303 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17304 (ses-set-localvars): New function.
17305 (ses-make-cell): Add property-list as a cell element.
17306 (ses-cell-property-get-fun, ses-cell-property-get)
17307 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17308 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17309 New functions.
17310 (ses-cell-property-set, ses-cell-property-pop)
17311 (ses-cell-property-get-handle): New macro.
17312 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17313 New aliases, used for code readability.
17314 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17315 cycle detection.
17316 (ses-self-reference-early-detection): New defcustom.
17317 (ses-formula-references): Robustify against self-referring cells.
17318 (ses-mode): Use ses-set-localvars.
17319 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17320 before lauching the update processing.
17321 (ses-initialize-Dijkstra-attempt): New function.
17322 (ses-recalculate-cell): Update for cycle detection based on
17323 Dijkstra algorithm.
17324
17325 * ses.el: Fix commenting and indenting convention.
17326
17327 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17328
17329 * bs.el (bs-cycle-next): Complete last change.
17330
17331 2011-06-27 Drew Adams <drew.adams@oracle.com>
17332
17333 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17334
17335 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17336
17337 * net/network-stream.el (network-stream-open-starttls):
17338 Don't re-get capabilities unless we've reestablished connection.
17339 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17340
17341 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17342 to binary to possibly avoid line encoding issues on Windows (among
17343 other things).
17344
17345 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17346
17347 * net/network-stream.el (open-network-stream): Return an :error
17348 saying what the problem was, if possible.
17349
17350 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17351 server.
17352
17353 * net/network-stream.el (network-stream-open-starttls): If we
17354 wanted to use STARTTLS, and the server offered it, but we weren't
17355 able to because we had no STARTTLS support, then close the connection.
17356 (open-network-stream): Return an :error element, if present.
17357
17358 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17359
17360 * hl-line.el (hl-line-sticky-flag): Doc fix.
17361 (global-hl-line-sticky-flag): New option (Bug#8323).
17362 (global-hl-line-highlight): Obey it.
17363
17364 * vc/vc.el (vc-revert-show-diff): Default to t.
17365
17366 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17367
17368 * allout-widgets.el (allout-widgets-post-command-business):
17369 Stop decorating intermediate isearch matches. They're not being
17370 undecorated when an isearch is continued past, and isearch
17371 automatically collapses them. This leads to "widget leaks", where
17372 decorated items accumulate in collapsed areas. Lines with lots of
17373 hidden widgets can slow down cursor travel, substantially.
17374 Too much complicated machinery would be needed to ensure undecoration,
17375 so we're doing without this nicety.
17376
17377 (allout-widgets-tally-string): Don't try to do a hash-table-count
17378 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17379 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17380 *Messages* when allout-widgets-maintain-tally is t.
17381
17382 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17383
17384 * window.el (display-buffer-normalize-argument): Rename to
17385 display-buffer-normalize-arguments. Handle special meaning of
17386 LABEL argument. Respect special-display-function when popping up
17387 a new frame. Fix code searching for a window showing the buffer
17388 on another frame.
17389 (display-buffer-normalize-specifiers):
17390 Call display-buffer-normalize-arguments.
17391 (display-buffer-in-window): Don't undedicate the window if its
17392 buffer remains the same.
17393 Reported by Drew Adams <drew.adams@oracle.com>.
17394 (display-buffer-alist): Add choice for same-window macro
17395 specfier.
17396 (display-buffer): Mention special meaning of LABEL argument in
17397 doc-string. Fix quoting. Don't pop up a new frame even as
17398 fallback.
17399
17400 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17401
17402 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17403 avoid deleting the current window in some cases (bug#8911).
17404
17405 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17406
17407 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17408 (Bug#8934)
17409
17410 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17411
17412 * net/network-stream.el (network-stream-open-starttls):
17413 Use built-in TLS support if `gnutls-available-p' is true.
17414 (network-stream-open-tls): Ditto.
17415
17416 2011-06-26 Leo Liu <sdl.web@gmail.com>
17417
17418 * register.el (registerv): New struct.
17419 (registerv-make): New function.
17420 (jump-to-register, describe-register-1, insert-register):
17421 Support the jump-func, print-func and insert-func slot of a registerv
17422 struct. (Bug#8415)
17423
17424 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17425
17426 * vc/vc.el (vc-revert-show-diff): New defcustom.
17427 (vc-diff-internal): New arg specifying diff buffer.
17428 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17429 reuse an existing *vc-diff* buffer (Bug#8927).
17430
17431 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17432
17433 2011-06-26 Glenn Morris <rgm@gnu.org>
17434
17435 * progmodes/f90.el (f90-critical-indent): New option.
17436 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17437 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17438 (f90-mode): Doc fix.
17439 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17440 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17441 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17442 (f90-match-end): Handle block, critical.
17443
17444 2011-06-25 Glenn Morris <rgm@gnu.org>
17445
17446 * calendar/diary-lib.el (diary-included-files): Doc fix.
17447 (diary-include-files): New function, extracted from
17448 diary-include-other-diary-files and diary-mark-included-diary-files.
17449 (diary-include-other-diary-files, diary-mark-included-diary-files):
17450 Just call diary-include-files.
17451 (diary-mark-entries): Reset diary-included-files on first call.
17452
17453 * calendar/diary-lib.el (diary-mark-entries)
17454 (diary-mark-included-diary-files):
17455 Visit included diary-files in temp buffers.
17456
17457 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17458 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17459 (f90-start-block-re, f90-imenu-generic-expression)
17460 (f90-looking-at-program-block-start, f90-no-block-limit):
17461 Add support for submodules.
17462
17463 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17464 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17465
17466 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17467
17468 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17469 buffer-file-type before setting its value, to avoid disastrous
17470 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17471
17472 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17473
17474 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17475
17476 * ses.el (ses-unload-function):
17477 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17478
17479 * proced.el (proced-unload-function):
17480 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17481
17482 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17483
17484 * server.el (server-create-window-system-frame): Add parameters arg.
17485 (server-process-filter): Doc fix. Handle frame-parameters.
17486
17487 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17488
17489 Fix bug#8730, bug#8781.
17490
17491 * loadhist.el (unload--set-major-mode): New function.
17492 (unload-feature): Use it.
17493
17494 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17495 (python-unload-function): New function.
17496
17497 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17498
17499 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17500
17501 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17502
17503 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17504 the candidates list.
17505
17506 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17507
17508 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17509
17510 2011-06-23 Richard Stallman <rms@gnu.org>
17511
17512 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17513 (rmail-variables): Set next-error-move-function.
17514 (rmail-what-message): Take argument POS.
17515 (rmail-next-error-move): New function.
17516
17517 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17518
17519 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17520 messages for adjacent non-terminals.
17521
17522 2011-06-23 Richard Stallman <rms@gnu.org>
17523
17524 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17525 (rmail-show-message-1): Preserve buffer modified flag.
17526 (rmail-start-mail): Don't specify use of rmail-mail-return;
17527 that's done by mail-bury now.
17528 (rmail-mail-return): Handle arg NEWBUF.
17529
17530 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17531
17532 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17533 SIZE is a number.
17534
17535 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17536
17537 * window.el (get-lru-window, get-mru-window)
17538 (get-largest-window): Never return a minibuffer window.
17539 (display-buffer-pop-up-window): Fix a bug that could lead to
17540 reusing the minibuffer window.
17541 (display-buffer): Pass original specifier argument to
17542 display-buffer-function instead of the normalized one.
17543 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17544
17545 2011-06-22 Leo Liu <sdl.web@gmail.com>
17546
17547 * minibuffer.el (completing-read-function)
17548 (completing-read-default): Move from minibuf.c.
17549
17550 2011-06-22 Richard Stallman <rms@gnu.org>
17551
17552 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17553 to Rmail even if not started by a special Rmail command.
17554
17555 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17556 Copy the buffer currently showing just one message.
17557
17558 2011-06-22 Roland Winkler <winkler@gnu.org>
17559
17560 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17561 (bibtex-clean-entry): First delete the old key so that a
17562 customized algorithm for generating the new key does not get
17563 confused by the old key.
17564 (bibtex-url): Obey regexp of first step.
17565 (bibtex-search-entries): Do not use add-to-list with local
17566 list-var.
17567
17568 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17569
17570 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17571 stored a user name, then query for the password first, instead of
17572 waiting for SMTP to give an error message and the trying again.
17573
17574 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17575
17576 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17577 BUFFER in call-process.
17578
17579 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17580
17581 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17582 QUIT twice.
17583 (smtpmail-try-auth-methods): Require user name and password from
17584 auth-source.
17585
17586 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17587
17588 * window.el (display-buffer-default-specifiers)
17589 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17590 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17591 (split-window): Normalize SIDE argument (Bug#8916).
17592
17593 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17594 (special-display-frame-alist, special-display-popup-frame):
17595 Remove duplicate declarations. These are now in window.el.
17596
17597 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17598
17599 * mail/smtpmail.el (smtpmail-via-smtp):
17600 Set :use-starttls-if-possible so that we always use STARTTLS if the
17601 server supports it. SMTP servers that support STARTTLS commonly
17602 require it.
17603
17604 * net/network-stream.el (network-stream-open-starttls): Support
17605 upgrading to STARTTLS always, even if we don't have built-in support.
17606 (open-network-stream): Add the :always-query-capabilities keyword.
17607
17608 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17609 upgrades with `open-network-stream', and rely solely on
17610 auth-source for all credentials. Big changes throughout the file,
17611 but in particular:
17612 (smtpmail-auth-credentials): Remove.
17613 (smtpmail-starttls-credentials): Remove.
17614 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17615 MAIL FROM, too.
17616
17617 * net/network-stream.el (network-stream-open-starttls):
17618 Provide support for client certificates both for external and built-in
17619 STARTTLS.
17620 (auth-source): Require.
17621 (open-network-stream): Document the :client-certificate keyword.
17622 (network-stream-certificate): Change cert-cert to cert and
17623 cert-key to key.
17624
17625 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17626
17627 * net/tramp-cache.el (top): Don't load the persistency file when
17628 "emacs -Q" has been called.
17629
17630 2011-06-21 Tim Harper <timcharper@gmail.com>
17631
17632 * term/ns-win.el (ns-initialize-window-system):
17633 Set application-specific `ApplePressAndHoldEnabled' system
17634 resource to NO as it is not yet supported by the NS port.
17635
17636 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17637
17638 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17639 (list-dynamic-libraries): ...not here.
17640
17641 2011-06-21 Leo Liu <sdl.web@gmail.com>
17642
17643 * subr.el (sha1): Implement sha1 using secure-hash.
17644
17645 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17646
17647 * window.el (display-buffer-alist): In default value do not
17648 enforce searching a window on any but the selected frame.
17649 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17650 (display-buffer-select-window): Remove function.
17651 (display-buffer-in-window): When a window on another frame gets
17652 reused, do not select it any more but just raise its frame if
17653 necessary (Bug#8851) and (Bug#8856).
17654 (display-buffer-normalize-options): Handle pop-up-frames related
17655 options more faithfully.
17656 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17657 window if it is on another frame.
17658 (display-buffer-alist, display-buffer-default-specifiers):
17659 Don't make new frame unsplittable by default.
17660 (display-buffer-normalize-argument): Fix doc-string typo and use
17661 'same-frame-other-window instead of 'other-window when associating
17662 with display-buffer-macro-specifiers.
17663
17664 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17665
17666 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17667 New functions.
17668 (5x5-mode-map, 5x5-mode-menu): Bind them.
17669 (5x5-draw-grid): Tweak the solver's rendering.
17670
17671 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17672
17673 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17674 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17675
17676 2011-06-21 Drew Adams <drew.adams@oracle.com>
17677
17678 * menu-bar.el: Use function variable instead of switch-to-buffer.
17679 (menu-bar-select-buffer-function): New variable.
17680 (menu-bar-update-buffers): Use it (bug#8876).
17681
17682 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17683
17684 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17685 variable's status.
17686
17687 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17688
17689 * x-dnd.el (x-dnd-version-from-flags)
17690 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17691 and long as number (Bug#8899).
17692 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17693
17694 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17695
17696 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17697 (completion-try-completion, completion-all-completions): Compute the
17698 metadata argument if it's missing; make it optional (bug#8795).
17699
17700 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17701 (widget-complete): Use new :completion-function property.
17702 (widget-completions-at-point): New function.
17703 (default): Use :completion-function instead of :complete.
17704 (widget-default-completions): Rename from widget-default-complete;
17705 Rewrite.
17706 (widget-string-complete, widget-file-complete, widget-color-complete):
17707 Remove functions.
17708 (file, symbol, function, variable, coding-system, color):
17709 * international/mule-cmds.el (default-input-method, charset)
17710 (language-info-custom-alist):
17711 * cus-edit.el (face): Use new property :completions.
17712
17713 * progmodes/pascal.el (pascal-completions-at-point): New function.
17714 (pascal-mode): Use it.
17715 (pascal-mode-map): Use completion-at-point.
17716 (pascal-toggle-completions): Make obsolete.
17717 (pascal-complete-word, pascal-show-completions):
17718 * progmodes/octave-mod.el (octave-complete-symbol):
17719 Redefine as obsolete alias.
17720 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17721 Signal absence of completion info for old Octave,
17722 (inferior-octave-complete): Redefine as obsolete alias.
17723 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17724 (meta-completions-at-point): Rename from meta-complete-symbol and
17725 adapt it for use on completion-at-point-functions.
17726 (meta-common-mode): Use it.
17727 (meta-looking-at-backward, meta-match-buffer): Remove.
17728 (meta-complete-symbol): Redefine as obsolete alias.
17729 (meta-common-mode-map): Use completion-at-point.
17730 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17731 (makefile-mode-map): Use completion-at-point.
17732 (makefile-completions-at-point): Rename from makefile-complete and
17733 adapt it for use on completion-at-point-functions.
17734 (makefile-mode): Use it.
17735 (makefile-complete): Redefine as obsolete alias.
17736
17737 2011-06-20 Deniz Dogan <deniz@dogan.se>
17738
17739 * net/rcirc.el: Delete trailing whitespaces once and for all.
17740
17741 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17742
17743 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17744
17745 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17746
17747 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17748
17749 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17750
17751 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17752
17753 * window.el (display-buffer-other-window-means-other-frame):
17754 Call display-buffer-normalize-alist.
17755 (display-buffer-normalize-specifiers-1): Rename to
17756 display-buffer-normalize-argument. New argument other-frame.
17757 Rewrite.
17758 (display-buffer-normalize-specifiers-2): Rename to
17759 display-buffer-normalize-options.
17760 (display-buffer-normalize-alist-1): New function.
17761 (display-buffer-normalize-specifiers-3): Rename to
17762 display-buffer-normalize-alist.
17763 Call display-buffer-normalize-alist-1.
17764 (display-buffer-normalize-options-inhibit): New variable.
17765 (display-buffer-normalize-specifiers): Rewrite calling
17766 display-buffer-normalize-alist,
17767 display-buffer-normalize-argument, and
17768 display-buffer-normalize-options. Don't call the latter if
17769 display-buffer-normalize-options-inhibit is non-nil.
17770 (frame-auto-delete): New option.
17771 (window-deletable-p): Use frame-auto-delete.
17772 (window-list-no-nils, window-state-ignored-parameters)
17773 (window-state-get-1, window-state-get, window-state-put-list)
17774 (window-state-put-1, window-state-put-2, window-state-put):
17775 New functions.
17776 (display-buffer-normalize-options): Move special-display-p group
17777 after pop-up-frame group (Bug#8851) and (Bug#8856).
17778
17779 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17780
17781 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17782 groups (Bug#8776).
17783 (rx-submatch-n): New function.
17784 (rx): Document it.
17785
17786 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17787 (Bug#8768).
17788
17789 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17790
17791 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17792
17793 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17794 anytime existing face settings are present (Bug#8889).
17795
17796 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17797 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17798 Remove unused argument.
17799
17800 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17801
17802 * window.el (display-buffer-default-specifiers):
17803 Remove pop-up-frame. Add pop-up-window-min-height,
17804 pop-up-window-min-width, and another reuse-window specifier
17805 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17806 (display-buffer-normalize-specifiers-2):
17807 Handle split-height-threshold and split-width-threshold also when
17808 pop-up-windows is unset. Add a reuse-window specifier for the
17809 case popping up a new window fails.
17810 (special-display-popup-frame): Remove double quoting.
17811 (display-buffer-normalize-specifiers-1): Fix thinko.
17812
17813 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17814
17815 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17816 according to comint-completion-addsuffix.
17817
17818 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17819 (pcomplete-suffix-list): Mark as obsolete.
17820 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17821 pcomplete-seen in the closure.
17822 (pcomplete-comint-setup): Setup completion-at-point as well.
17823 (pcomplete--entries): New function.
17824 (pcomplete--env-regexp): New var.
17825 (pcomplete-entries): Rewrite to work with partial-completion and
17826 without relying on pcomplete-suffix-list.
17827 (pcomplete-pare-list): Remove, unused.
17828
17829 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17830
17831 * window.el (display-buffer-alist): Set pop-up-window-min-height
17832 and pop-up-window-min-width in default value. Reported by
17833 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17834 other-window-means-other-frame.
17835 (display-buffer-macro-specifiers): Comment out entry for
17836 other-window specifier.
17837 (display-buffer-other-window-means-other-frame): New function.
17838 (display-buffer-normalize-specifiers-1): New arguments
17839 buffer-name and label. Treat other-window case specially.
17840 (display-buffer-normalize-specifiers-2): Treat other-window case
17841 specially.
17842 (display-buffer-normalize-specifiers-3): New function.
17843 (display-buffer-normalize-specifiers):
17844 Call display-buffer-normalize-specifiers-3.
17845
17846 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17847
17848 * window.el (same-window-p): Fix two typos introduced when
17849 adding with-no-warnings.
17850 (display-buffer-normalize-specifiers-1): Don't check
17851 pop-up-frames for 'unset initialization.
17852 (display-buffer-normalize-specifiers-2): Major rewrite using
17853 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17854 (pop-up-frames, display-buffer-reuse-frames)
17855 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17856 Suggested by David Engster <deng@randomsample.de>.
17857 (even-window-heights): Initialize to 'unset.
17858 (display-buffer-alist-set): Handle new 'unset initializations.
17859 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17860 other window case.
17861
17862 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17863
17864 * window.el (display-buffer-normalize-specifiers-1):
17865 Respect current value of pop-up-frames for most reasonable values of
17866 second argument of display-buffer (Bug#8865).
17867 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17868 (switch-to-buffer-other-window-same-frame)
17869 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17870 Adams (Bug#8875).
17871 (display-buffer): Don't check noninteractive when calling
17872 display-buffer-pop-up-frame.
17873 (display-buffer-pop-up-frame): Never pop up a frame in
17874 noninteractive mode (Bug#8857).
17875 (enlarge-window, shrink-window): Don't report an error when the
17876 window can't be resized as requested (Bug#8862).
17877
17878 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17879
17880 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17881
17882 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17883
17884 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17885
17886 2011-06-15 Alan Mackenzie <acm@muc.de>
17887
17888 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17889 for declarators, disable knr checking to speed up for normal files.
17890 2: Refactor, replacing a sequence of nested if forms by a cond form.
17891
17892 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17893
17894 * net/network-stream.el (open-network-stream): Add the keyword
17895 :always-query-capabilities for the case where you want to force a
17896 `plain' network connection, but the protocol still requires the
17897 capabilitiy command (i.e., SMTP and EHLO).
17898
17899 * subr.el (process-live-p): Rename from `process-alive-p' for
17900 consistency with other `-live-p' functions.
17901
17902 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17903
17904 * window.el (same-window-buffer-names, same-window-regexps)
17905 (special-display-frame-alist, special-display-popup-frame)
17906 (special-display-function, special-display-buffer-names)
17907 (special-display-regexps, pop-up-frame-alist)
17908 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17909 (pop-up-windows, split-window-preferred-function)
17910 (split-height-threshold, split-width-threshold, even-window-heights)
17911 (display-buffer-mark-dedicated): Don't encourage the use of
17912 display-buffer-alist from Elisp code.
17913
17914 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17915
17916 * progmodes/python.el (python-mode): Derive from prog-mode.
17917 * progmodes/ps-mode.el (ps-mode):
17918 * progmodes/mixal-mode.el (mixal-mode):
17919 * progmodes/cfengine.el (cfengine-mode):
17920 * progmodes/ld-script.el (ld-script-mode): Likewise.
17921
17922 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17923
17924 * window.el (display-buffer-alist): Trim default value to avoid
17925 popping up a new frame (Bug#8857) or reusing an arbitrary window
17926 on another frame.
17927 (display-buffer): Do not fall back on popping up a new frame in
17928 batch mode (Bug#8857).
17929
17930 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17931
17932 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17933 (custom-theme-summary): New function.
17934 (customize-themes): Use it.
17935
17936 2011-06-13 Glenn Morris <rgm@gnu.org>
17937
17938 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17939
17940 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17941
17942 * help.el (help-window): Remove variable.
17943 (help-window-point-marker, temp-buffer-max-height)
17944 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17945 (help-print-return-message): Don't set help-window.
17946 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17947 (help-window-setup-finish): Remove.
17948 (help-window-display-message, help-window-setup)
17949 (with-help-window): Major rewrite based on new
17950 display-buffer-window variable.
17951
17952 * help-mode.el (help-mode-finish): Remove help-window related
17953 code.
17954
17955 * view.el (view-exits-all-viewing-windows): Remove reference to
17956 view-return-to-alist in doc-string.
17957 (view-return-to-alist): Make obsolete.
17958 (view-buffer): Call pop-to-buffer-same-window and remove
17959 undo-window code.
17960 (view-buffer-other-window): Call pop-to-buffer-other-window and
17961 simplify code. Ignore second argument.
17962 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17963 simplify code. Ignore second argument.
17964 (view-return-to-alist-update): Make obsolete.
17965 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17966 Rewrite using quit-restore window parameters.
17967 (view-mode-exit): Rename second argument to EXIT-ONLY.
17968 Rewrite using quit-restore-window.
17969 (View-exit, View-exit-and-edit, View-leave, View-quit)
17970 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17971 appropriate arguments.
17972 (view-end-message): Use quit-restore window parameter.
17973
17974 * window.el (display-buffer-function): Rewrite doc-string.
17975 (display-buffer-window, display-buffer-alist): New variables.
17976 (display-buffer-split-specifiers)
17977 (display-buffer-side-specifiers)
17978 (display-buffer-macro-specifiers): New constants.
17979 (display-buffer-even-window-sizes, display-buffer-set-height)
17980 (display-buffer-set-width, display-buffer-select-window)
17981 (display-buffer-in-window, display-buffer-reuse-window)
17982 (display-buffer-split-window-1, display-buffer-split-window)
17983 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17984 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17985 (display-buffer-in-side-window, normalize-buffer-to-display)
17986 (display-buffer-normalize-specifiers-1)
17987 (display-buffer-normalize-specifiers-2)
17988 (display-buffer-normalize-specifiers, display-buffer-frame):
17989 New functions.
17990 (display-buffer): Major rewrite.
17991 (display-buffer-other-window, display-buffer-other-frame)
17992 (pop-to-buffer, switch-to-buffer-other-window)
17993 (switch-to-buffer-other-frame): Rewrite.
17994 (display-buffer-same-window, display-buffer-same-frame)
17995 (display-buffer-same-frame-other-window)
17996 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17997 (pop-to-buffer-other-window)
17998 (pop-to-buffer-same-frame-other-window)
17999 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
18000 (switch-to-buffer-other-window-same-frame): New functions.
18001 (same-window-p, special-display-p): Rewrite disabling warnings.
18002 Make obsolete.
18003 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18004 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
18005 Make obsolete
18006 (same-window-buffer-names, same-window-regexps)
18007 (special-display-frame-alist, special-display-popup-frame)
18008 (special-display-function, special-display-buffer-names)
18009 (special-display-regexps, pop-up-frame-alist)
18010 (pop-up-frame-function, split-window-preferred-function)
18011 (split-height-threshold, split-width-threshold)
18012 (even-window-heights): Make obsolete.
18013
18014 2011-06-12 Glenn Morris <rgm@gnu.org>
18015
18016 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
18017 Misc simplifications.
18018
18019 2011-06-12 Martin Rudalics <rudalics@gmx.at>
18020
18021 * window.el (window-safely-shrinkable-p): Restore function which
18022 was inadvertently removed in change from 2011-06-11. Declare as
18023 obsolete.
18024
18025 * calendar/calendar.el (calendar-generate-window):
18026 Use window-iso-combined-p instead of combination of one-window-p and
18027 window-safely-shrinkable-p.
18028
18029 2011-06-12 Glenn Morris <rgm@gnu.org>
18030
18031 * progmodes/fortran.el (fortran-mode-syntax-table):
18032 * progmodes/f90.el (f90-mode-syntax-table):
18033 Set % to punctuation. (Bug#8820)
18034 (f90-find-tag-default): Remove, no longer needed.
18035
18036 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
18037
18038 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18039
18040 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
18041
18042 * image.el (image-animated-p): Return animation delay in seconds.
18043 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18044 (image-animate-timeout): Remove DELAY argument. Don't assume
18045 every subimage has the same delay; get it from image-animated-p.
18046 (image-animate): Caller changed.
18047
18048 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
18049
18050 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18051 to ignored backtrace functions.
18052
18053 2011-06-11 Glenn Morris <rgm@gnu.org>
18054
18055 * calendar/appt.el (appt-disp-window-function): Doc fix.
18056 (appt-check): Handle overlapping appointments. (Bug#8337)
18057
18058 2011-06-11 Martin Rudalics <rudalics@gmx.at>
18059
18060 * window.el (window-tree-1, window-tree): New functions, moving
18061 the latter to window.el.
18062 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18063 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18064 (bw-refresh-edges): Remove.
18065 (balance-windows-1, balance-windows-2): New functions.
18066 (balance-windows): Rewrite in terms of window tree functions,
18067 balance-windows-1 and balance-windows-2.
18068 (bw-adjust-window): Remove.
18069 (balance-windows-area-adjust): New function with functionality of
18070 bw-adjust-window but using resize-window.
18071 (set-window-text-height): Rewrite doc-string.
18072 Use normalize-live-window and resize-window.
18073 (enlarge-window-horizontally, shrink-window-horizontally):
18074 Rename argument to DELTA.
18075 (window-buffer-height): New function.
18076 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18077 Rewrite using new window resize routines.
18078 (kill-buffer-and-window, mouse-autoselect-window-select):
18079 Use ignore-errors instead of condition-case.
18080 (quit-window): Call delete-frame instead of delete-windows-on
18081 for the only buffer on frame.
18082
18083 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18084
18085 * loadup.el (top-level): Load window before files for the sake
18086 of replace-buffer-in-windows.
18087
18088 * files.el (read-buffer-to-switch)
18089 (switch-to-buffer-other-window)
18090 (switch-to-buffer-other-frame, display-buffer-other-frame):
18091 Move to window.el.
18092
18093 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18094 (previous-buffer): Move to window.el.
18095
18096 * bindings.el (unbury-buffer): Move to window.el.
18097
18098 * window.el (delete-other-windows-vertically): Move after
18099 definition of delete-other-windows.
18100 (other-window, delete-windows-on, replace-buffer-in-windows):
18101 Move here from window.c.
18102 (record-window-buffer, unrecord-window-buffer)
18103 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18104 (switch-to-next-buffer): New functions.
18105 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18106 from simple.el. Call switch-to-next-buffer.
18107 (previous-buffer): Move here from simple.el.
18108 Call switch-to-prev-buffer.
18109 (bury-buffer): Move here from buffer.c. Switch to previous
18110 buffer when window cannot be deleted.
18111 (unbury-buffer): Move here from bindings.el.
18112 (ctl-x-map): Move binding for other-window from window.c to
18113 here.
18114 (read-buffer-to-switch, switch-to-buffer-other-window)
18115 (switch-to-buffer-other-frame): Move here from files.el.
18116 (normalize-buffer-to-switch-to): New functions.
18117 (switch-to-buffer): Move here from buffer.c.
18118 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18119
18120 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18121
18122 * window.el (window-min-height, window-min-width): Move here
18123 from window.c. Add defcustoms and rewrite doc-strings.
18124 (resize-mini-window, resize-window): New functions.
18125 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18126 Move here from window.c.
18127 (maximize-window, minimize-window): New functions.
18128 (delete-window, delete-other-windows, split-window): Move here
18129 from window.c.
18130 (window-split-min-size): New function.
18131 (split-window-keep-point): Mention split-window-above-each-other
18132 instead of split-window-vertically.
18133 (split-window-above-each-other, split-window-vertically):
18134 Rename split-window-vertically to split-window-above-each-other
18135 and provide defalias for old definition.
18136 (split-window-side-by-side, split-window-horizontally):
18137 Rename split-window-horizontally to split-window-side-by-side
18138 and provide defalias for the old definition.
18139 (ctl-x-map): Move bindings for delete-window,
18140 delete-other-windows and enlarge-window here from window.c.
18141 Replace bindings for split-window-vertically and
18142 split-window-horizontally by bindings for
18143 split-window-above-each-other and split-window-side-by-side.
18144
18145 * cus-start.el (all): Remove entries for window-min-height and
18146 window-min-width. Add entries for window-splits and
18147 window-nest.
18148
18149 2011-06-09 Glenn Morris <rgm@gnu.org>
18150
18151 * calendar/appt.el (appt-mode-line): New function.
18152 (appt-check, appt-disp-window): Use it.
18153
18154 * files.el (hack-one-local-variable-eval-safep):
18155 Allow minor-modes with explicit +/-1 arguments.
18156
18157 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18158
18159 * term/xterm.el (xterm): Add defgroup.
18160 (xterm-extra-capabilities): Add defcustom to supply known xterm
18161 capabilities, skip querying them, or query them (default).
18162 (terminal-init-xterm): Use it.
18163 (terminal-init-xterm-modify-other-keys): New function to set up
18164 modifyOtherKeys support to simplify `terminal-init-xterm'.
18165
18166 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18167
18168 * window.el (resize-window-reset, resize-window-reset-1)
18169 (resize-subwindows-skip-p, resize-subwindows-normal)
18170 (resize-subwindows, resize-other-windows, resize-this-window)
18171 (resize-root-window, resize-root-window-vertically)
18172 (window-deletable-p, window-or-subwindow-p)
18173 (frame-root-window-p): New functions.
18174
18175 2011-06-09 Glenn Morris <rgm@gnu.org>
18176
18177 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18178 (ange-ftp-get-files): Use it.
18179
18180 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18181
18182 * mail/sendmail.el (mail-recover-1, mail-recover):
18183 * files.el (recover-file, recover-session):
18184 Handle dired-listing-switches not being just a single short option.
18185
18186 2011-06-09 Glenn Morris <rgm@gnu.org>
18187
18188 * calendar/appt.el (appt-display-message, appt-disp-window):
18189 Handle lists of appointments.
18190
18191 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18192
18193 * window.el (one-window-p): Move down in code.
18194 Rewrite doc-string.
18195 (window-current-scroll-bars): Rewrite doc-string.
18196 Normalize live window argument.
18197 (walk-windows, get-window-with-predicate, count-windows):
18198 Rewrite doc-string. Use window-list-1.
18199 (window-in-direction-2, window-in-direction, get-mru-window):
18200 New functions.
18201
18202 2011-06-08 Reuben Thomas <rrt@sc3d.org>
18203
18204 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18205 Doc fix (Bug#8713).
18206
18207 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
18208
18209 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18210
18211 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18212
18213 * loadhist.el (unload-feature-special-hooks):
18214 Add `comint-output-filter-functions'.
18215
18216 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18217
18218 * calendar/appt.el (appt-check): Move some initializations into the let.
18219
18220 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18221
18222 * window.el (window-height): Defalias to window-total-height.
18223 (window-width): Defalias to window-body-width.
18224
18225 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18226
18227 * image-mode.el (image-toggle-animation): New command.
18228 (image-mode-map): Bind it to RET.
18229 (image-mode): Update message.
18230 (image-toggle-display-image): Avoid a spurious cache flush.
18231 (image-transform-rotation): Doc fix.
18232 (image-transform-properties): Return quickly in the normal case.
18233 (image-animate-loop): Rename from image-animate-max-time.
18234
18235 * image.el (image-animate-max-time): Move to image-mode.el.
18236 (create-animated-image): Remove unnecessary function.
18237 (image-animate): Rename from image-animate-start. New arg.
18238 (image-animate-stop): Remove; just use image-animate-timer.
18239 (image-animate-timer): Use car-safe.
18240 (image-animate-timeout): Rename argument.
18241
18242 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18243
18244 * window.el (get-lru-window, get-largest-window): Move here from
18245 window.c. Rename first argument to ALL-FRAMES.
18246 Rephrase doc-strings.
18247 (get-buffer-window-list): Rewrite using window-list-1.
18248 Rephrase doc-string.
18249 (window-safe-min-height, window-safe-min-width): New constants.
18250 (window-size-ignore, window-min-size, window-min-size-1)
18251 (window-sizable, window-sizable-p, window-size-fixed-1)
18252 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18253 (window-max-delta-1, window-max-delta, window-resizable)
18254 (window-resizable-p, window-total-height, window-total-width)
18255 (window-body-width): New functions.
18256 (window-full-height-p, window-full-width-p): Rewrite using
18257 window-total-size.
18258 (window-body-height): Rewrite using window-body-size.
18259
18260 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18261
18262 * window.el (window-right, window-left, window-child)
18263 (window-child-count, window-last-child, window-any-p)
18264 (normalize-live-buffer, normalize-live-frame)
18265 (normalize-any-window, normalize-live-window)
18266 (window-iso-combination-p, window-iso-combined-p)
18267 (window-iso-combinations)
18268 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18269 (windows-with-parameter, window-with-parameter)
18270 (window-atom-root, make-window-atom, window-atom-check-1)
18271 (window-atom-check, window-side-check, window-check):
18272 New functions.
18273 (ignore-window-parameters, window-sides, window-sides-vertical)
18274 (window-sides-slots): New variables.
18275 (window-size-fixed): Move down in code. Minor doc-string fix.
18276
18277 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18278
18279 * comint.el (comint-dynamic-complete-as-filename)
18280 (comint-dynamic-complete-filename): Correctly call
18281 completion-in-region.
18282
18283 2011-06-05 Deniz Dogan <deniz@dogan.se>
18284
18285 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18286 in last change.
18287
18288 2011-06-05 Deniz Dogan <deniz@dogan.se>
18289
18290 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18291 (rcirc): Use it to prompt for encryption.
18292
18293 2011-06-05 Roland Winkler <winkler@gnu.org>
18294
18295 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18296 (bibtex-search-entries): New command bound to C-c C-a.
18297 (bibtex-display-entries): New function.
18298
18299 2011-06-05 Roland Winkler <winkler@gnu.org>
18300
18301 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18302 (bibtex-insert-kill): After yanking insert newline if necessary.
18303 (bibtex-initialize): Call bibtex-string-files-init only once.
18304 (bibtex-mode): Do not call easy-menu-add.
18305 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18306 (bibtex-yank): Set arg properly if nil.
18307
18308 2011-06-05 Roland Winkler <winkler@gnu.org>
18309
18310 * textmodes/bibtex.el (bibtex-search-entry-globally):
18311 New variable.
18312 (bibtex-search-entry): Use it.
18313
18314 2011-06-05 Roland Winkler <winkler@gnu.org>
18315
18316 * textmodes/bibtex.el (bibtex-entry-format): New option
18317 sort-fields.
18318 (bibtex-format-entry, bibtex-reformat): Honor this option.
18319 (bibtex-parse-entry): Return fields in proper order.
18320
18321 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18322
18323 * doc-view.el (doc-view-remove-if): Move computation of result out
18324 of `dolist' to silence misleading lexical-binding warning.
18325
18326 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18327
18328 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18329 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18330
18331 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18332
18333 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18334 "SunOS 5.10".
18335
18336 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18337
18338 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18339 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18340 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18341 (tramp-parse-putty):
18342 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18343 (tramp-completion-function-alist-ssh)
18344 (tramp-completion-function-alist-telnet)
18345 (tramp-completion-function-alist-su)
18346 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18347 cookie.
18348
18349 * net/tramp-ftp.el:
18350 * net/tramp-sh.el:
18351 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18352 load "tramp.el" `tramp-set-completion-function'.
18353
18354 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18355
18356 * shell.el: Require and use pcomplete.
18357 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18358 (shell-completion-vars): Set pcomplete-default-completion-function.
18359
18360 2011-06-04 Deniz Dogan <deniz@dogan.se>
18361
18362 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18363 `memq' (Bug#8799).
18364
18365 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18366
18367 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18368
18369 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18370
18371 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18372 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18373 * vc/log-view.el (log-view-beginning-of-defun):
18374 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18375 (smerge-refine-forward, smerge-refine-chopup-region):
18376 Silence warning for unused `dotimes' counter variables.
18377
18378 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18379
18380 * net/tramp.el (tramp-with-progress-reporter): Rename from
18381 with-progress-reporter. Use `declare'.
18382 * net/tramp-smb.el:
18383 * net/tramp-sh.el:
18384 * net/tramp-gvfs.el: Update all uses.
18385
18386 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18387
18388 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18389 buffer isn't killed before making it current.
18390
18391 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18392
18393 Silence various byte-compiler warnings.
18394 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18395 `access-type' and new obsolescence format.
18396 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18397 new format.
18398 (byte-compile-check-variable): New `access-type' argument.
18399 Only warn if the access-type is obsolete.
18400 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18401 (byte-compile-variable-set): Adjust callers.
18402 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18403 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18404 setting it as obsolete.
18405 * simple.el (minibuffer-completing-symbol):
18406 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18407 access as obsolete.
18408 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18409 obsolete yet.
18410 * international/quail.el (quail-mouse-choose-completion): Remove unused
18411 code referring to obsolete var.
18412 (quail-choose-completion-string): Remove.
18413 * server.el (server-clients-with, server-kill-buffer-query-function)
18414 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18415 * proced.el (proced-send-signal):
18416 * emacs-lisp/lisp.el (lisp-complete-symbol):
18417 Replace completion-annotate-function with completion-extra-properties.
18418
18419 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18420
18421 * simple.el (goto-line): Use read-number.
18422 (overriding-map-is-bound): Remove.
18423 (saved-overriding-map): Change default.
18424 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18425 Take the map as argument.
18426 (universal-argument, negative-argument, digit-argument): Use it.
18427 (restore-overriding-map): Adjust.
18428 (do-auto-fill): Use fill-forward-paragraph.
18429 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18430
18431 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18432 (minibuffer-inactive-mode): New major mode.
18433 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18434 the *Messages* buffer" hack.
18435 (mouse-popup-menubar): Don't burp if the event is a normal key.
18436
18437 Miscellaneous tweaks.
18438 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18439 lexical scoping as in subr.el's dolist and dotimes.
18440 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18441 Silence compiler warning.
18442 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18443 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18444 * international/ccl.el (ccl-compile): Trivial simplification.
18445 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18446 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18447 `printflag' argument.
18448 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18449 Purecopy the whole obsolescence data.
18450
18451 2011-06-01 Leo Liu <sdl.web@gmail.com>
18452
18453 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18454 improve doc-string as suggested by Marco Pessotto
18455 <melmothx@gmail.com>.
18456 (rcirc-print): Fix last change.
18457
18458 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18459
18460 * minibuffer.el (complete-with-action): Return nil for the metadata and
18461 boundaries of non-functional tables.
18462 (completion-table-dynamic): Return nil for the metadata.
18463 (completion-table-with-terminator): Add default case, using
18464 complete-with-action.
18465 (completion--metadata): New function.
18466 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18467 to try and avoid pathological performance problems.
18468 (completion--embedded-envvar-table): Return `category' metadata.
18469
18470 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18471
18472 * subr.el (process-alive-p): New tiny convenience function.
18473
18474 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18475
18476 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18477 content but also its previous major mode.
18478
18479 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18480
18481 * emacs-lisp/debug.el (debug): Restore the previous content of the
18482 *Backtrace* buffer when we exit with C-M-c.
18483
18484 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18485
18486 * minibuffer.el: Add metadata method to completion tables.
18487 (completion-category-overrides): New defcustom.
18488 (completion-metadata, completion--field-metadata)
18489 (completion-metadata-get, completion--styles)
18490 (completion--cycle-threshold): New functions.
18491 (completion-try-completion, completion-all-completions):
18492 Add `metadata' argument to choose completion-styles.
18493 (completion--do-completion): Use metadata to choose cycling.
18494 (completion-all-sorted-completions): Use metadata for sorting.
18495 Remove :completion-cycle-penalty which is not needed any more.
18496 (completion--try-word-completion): Add `metadata' argument.
18497 (minibuffer-completion-help): Check metadata for annotation function
18498 and sorting.
18499 (completion-file-name-table): Return `category' metadata.
18500 (minibuffer-completing-file-name): Make obsolete.
18501 * simple.el (minibuffer-completing-symbol): Make obsolete.
18502 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18503 completion-try-completion.
18504
18505 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18506
18507 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18508
18509 2011-05-30 Leo Liu <sdl.web@gmail.com>
18510
18511 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18512 (rcirc-print): Decode all incoming messages (bug#8744).
18513 (rcirc-decode-coding-system): Allow value nil for automatic coding
18514 system detection.
18515
18516 2011-06-01 Glenn Morris <rgm@gnu.org>
18517
18518 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18519
18520 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18521
18522 * image.el (image-animate-max-time): Allow nil and t values.
18523 Default to nil.
18524 (create-animated-image): Doc fix.
18525 (image-animate-start): Remove second arg; just use
18526 image-animate-max-time.
18527 (image-animate-timeout): Doc fix. Args changed.
18528
18529 * image-mode.el (image-toggle-display-image): Ensure that the
18530 image spec passed to the animate timer is the same object as in
18531 the buffer's display property (Bug#6981).
18532 (image-transform-properties): Doc fix.
18533
18534 * image.el (image-animate-max-time): Default to nil.
18535
18536 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18537
18538 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18539 entire buffer list (Bug#8184).
18540
18541 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18542
18543 * image.el (imagemagick-types-inhibit)
18544 (imagemagick-register-types): Doc fix.
18545
18546 2011-05-29 Deniz Dogan <deniz@dogan.se>
18547
18548 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18549 default.
18550
18551 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18552
18553 * select.el: Don't perform clipboard-manager saving in hooks;
18554 leave the hooks empty.
18555
18556 2011-05-28 Leo Liu <sdl.web@gmail.com>
18557
18558 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18559 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18560 (occur-edit-mode): New major mode (Bug#8463).
18561 (occur-after-change-function): New function.
18562 (occur-engine): Give Occur tags a read-only property.
18563
18564 2011-05-28 Kevin Ryde <user42@zip.com.au>
18565
18566 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18567
18568 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18569
18570 * bindings.el (help-echo): Make the initial non-indicator dash
18571 empty on graphical terminals (Bug#7295).
18572
18573 * files.el (auto-mode-alist): Move config rule after the
18574 in-stripping one (Bug#8547).
18575
18576 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18577
18578 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18579 setting (Bug#8740).
18580
18581 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18582
18583 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18584 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18585 (Bug#8539).
18586
18587 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18588
18589 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18590
18591 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18592
18593 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18594 (hs-hide-block-at-point, hs-find-block-beginning)
18595 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18596 (Bug#8279).
18597
18598 2011-05-28 Glenn Morris <rgm@gnu.org>
18599
18600 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18601
18602 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18603
18604 * help-fns.el (describe-function-1): If the function is a derived
18605 major mode, print the parent mode.
18606
18607 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18608 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18609
18610 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18611
18612 * minibuffer.el (completion--capf-wrapper): Check applicability before
18613 returning non-nil for non-exclusive completion data.
18614 * progmodes/etags.el (tags-completion-at-point-function):
18615 * info-look.el (info-lookup-completions-at-point): Mark as
18616 non-exclusive.
18617 (info-complete): Adjust accordingly.
18618
18619 * info-look.el: Convert to lexical-binding and completion-at-point.
18620 (info-lookup-completions-at-point): New function.
18621 (info-complete): Use it and completion-in-region.
18622
18623 2011-05-28 Drew Adams <drew.adams@oracle.com>
18624
18625 * isearch.el: Let M-e start with point at the first mismatched char.
18626 (isearch-fail-pos): New function.
18627 (isearch-edit-string): Use it.
18628
18629 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18630
18631 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18632
18633 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18634
18635 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18636 traversal functions for avl-trees.
18637 (avl-tree--stack): New struct.
18638 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18639 (avl-tree-enter): Add optional `updatefun' arg.
18640 (avl-tree--do-enter): Add optional `updatefun' arg.
18641 Change return value.
18642 (avl-tree-delete): Add optional `test' and `nilflag' args.
18643 (avl-tree--do-delete): Add `test' and `nilflag' args.
18644 Change return value.
18645 (avl-tree-member): Add optional `nilflag'
18646 (avl-tree-member-p): New function.
18647 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18648 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18649 (avl-tree-stack-empty-p): New functions.
18650
18651 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18652 avl-tree--del-balance1 and make it work both ways.
18653 (avl-tree--del-balance2): Remove.
18654 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18655 make it work both ways.
18656 (avl-tree--enter-balance2): Remove.
18657 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18658 New macros.
18659 (avl-tree--mapc, avl-tree-map): Add direction argument.
18660
18661 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18662
18663 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18664
18665 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18666
18667 * select.el: Support clipboard managers with built-in function
18668 x-clipboard-manager-save, via delete-frame-functions and
18669 kill-emacs-hook.
18670 (xselect-convert-to-targets): Add MULTIPLE target to list.
18671 (xselect-convert-to-save-targets): New function.
18672
18673 2011-05-27 Kenichi Handa <handa@m17n.org>
18674
18675 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18676 let-binding rfc2047-encode-encoded-words to nil.
18677
18678 2011-05-27 Glenn Morris <rgm@gnu.org>
18679
18680 * mail/emacsbug.el: Don't require url-util.
18681
18682 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18683
18684 * files.el (set-auto-mode):
18685 Also respect mode: entries at the end of the file. (Bug#8586)
18686
18687 2011-05-26 Glenn Morris <rgm@gnu.org>
18688
18689 * files.el (hack-local-variables-prop-line, hack-local-variables):
18690 Downcase mode names, as seems to be traditional.
18691 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18692
18693 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18694 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18695
18696 2011-05-25 Julien Danjou <julien@danjou.info>
18697
18698 * textmodes/rst.el (rst-define-level-faces): Do not define face
18699 symbol if it is already defined.
18700
18701 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18702
18703 * play/5x5.el (5x5-new-game, 5x5-randomize):
18704 Reset 5x5-solver-output to nil when a new grid is cast.
18705 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18706 these debugging traces, as defmacro breaks the compiled code.
18707
18708 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18709
18710 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18711
18712 2011-05-24 Leo Liu <sdl.web@gmail.com>
18713
18714 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18715 (vc-bzr-sha1): Adapt.
18716
18717 * sha1.el: Remove. Function `sha1' is now builtin.
18718
18719 * bindings.el: Provide sha1 feature.
18720
18721 2011-05-24 Kenichi Handa <handa@m17n.org>
18722
18723 * mail/sendmail.el: Require `rfc2047'.
18724 (mail-insert-from-field): Do not perform RFC2047 encoding.
18725 (mail-encode-header): New function.
18726 (sendmail-send-it): Set buffer-file-coding-system of the work
18727 buffer to the return value of select-message-coding-system.
18728 Call mail-encode-header.
18729
18730 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18731
18732 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18733
18734 * mail/supercite.el (sc-default-cite-frame):
18735 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18736
18737 2011-05-24 Glenn Morris <rgm@gnu.org>
18738
18739 * progmodes/python.el (brm-menu): Declare.
18740
18741 * emulation/viper.el (viper-set-hooks): Declare.
18742
18743 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18744 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18745 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18746 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18747 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18748 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18749
18750 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18751
18752 Add an :exit-function for completion-at-point.
18753
18754 * minibuffer.el (completion--done): New fun.
18755 (completion--do-completion): Use it. New arg `expect-exact'.
18756 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18757 since completion--do-completion does it for us now.
18758 (minibuffer-force-complete): Use completion--done and
18759 completion--replace. Handle sole-completion case with more care.
18760 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18761 (completion-extra-properties): New var.
18762 (completion-annotate-function): Make obsolete.
18763 (minibuffer-completion-help): Adjust accordingly.
18764 Use completion-list-insert-choice-function.
18765 (completion-at-point, completion-help-at-point):
18766 Bind completion-extra-properties.
18767 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18768 * simple.el (completion-list-insert-choice-function): New var.
18769 (completion-setup-function): Preserve it.
18770 (choose-completion): Pay attention to it, shuffle the code a bit.
18771 (choose-completion-string): New arg `insert-function'.
18772
18773 * textmodes/bibtex.el: Convert to lexical binding.
18774 (bibtex-mode-map): Use completion-at-point.
18775 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18776 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18777 (bibtex-complete): Define as obsolete alias.
18778 (bibtex-complete-internal): Remove.
18779 (bibtex-format-entry): Remove unused sub-group in regexp.
18780 * shell.el (shell--command-completion-data)
18781 (shell-environment-variable-completion):
18782 * pcomplete.el (pcomplete-completions-at-point):
18783 * comint.el (comint--complete-file-name-data): Use :exit-function
18784 instead of completion-table-with-terminator so it also works for
18785 choose-completion.
18786
18787 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18788
18789 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18790
18791 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18792 (bug#8710).
18793
18794 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18795
18796 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18797
18798 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18799 customization variable and implement: If non-nil, auto-fill will
18800 be inhibited while on topic's header line.
18801
18802 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18803
18804 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18805 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18806 always have a solution in grid size = 5 cases.
18807 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18808 (5x5-solver-output, 5x5-log-buffer): New vars.
18809 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18810 Make these variables buffer local to achieve 5x5 multi-session-ness.
18811 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18812 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18813 (5x5-solve-suggest): New funs.
18814 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18815 randomize a grid so that we ensure that there is always a solution.
18816 (5x5-make-random-grid): Allow other movement than flipping.
18817
18818 2011-05-23 Kevin Ryde <user42@zip.com.au>
18819
18820 * emacs-lisp/advice.el (ad-read-advised-function):
18821 Use `function-called-at-point' as the default, if it has
18822 advice and passes PREDICATE.
18823
18824 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18825
18826 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18827 byte-compile-lambda if it's actually a lambda.
18828
18829 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18830 Fix function quoting. Use backquote better.
18831
18832 2011-05-22 Yuanle Song <sylecn@gmail.com>
18833
18834 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18835 matching (Bug#8516).
18836
18837 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18838
18839 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18840 different face (Bug#8178).
18841
18842 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18843
18844 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18845 defface (Bug#8144).
18846
18847 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18848
18849 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18850 funcall as well (bug#8712). Warn when performing those conversions.
18851 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18852
18853 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18854
18855 2011-05-22 Glenn Morris <rgm@gnu.org>
18856
18857 * files.el (hack-local-variables-prop-line): Small simplifications.
18858 (hack-local-variables, hack-local-variables-prop-line):
18859 If MODE-ONLY, return the mode, rather than just `t'.
18860
18861 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18862
18863 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18864
18865 2011-05-21 Glenn Morris <rgm@gnu.org>
18866
18867 * files.el (hack-local-variables-prop-line, hack-local-variables):
18868 If only interested in the mode, don't bother doing the other stuff.
18869
18870 * image-mode.el (image-after-revert-hook):
18871 Redraw all frames on which the image is visible. (Bug#8567)
18872
18873 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18874
18875 * wid-edit.el (widget-checklist-match-inline):
18876 Fix 2011-04-19 change. (Bug#8649)
18877
18878 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18879
18880 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18881 Also allow singlespace after single-letter capitals followed by a dot.
18882
18883 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18884 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18885
18886 2011-05-20 Nix <nix@esperi.org.uk>
18887
18888 * files.el (basic-save-buffer-2):
18889 Fix handling of break-hardlink-on-save with non-existent files.
18890
18891 2011-05-19 Deniz Dogan <deniz@dogan.se>
18892
18893 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18894 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18895
18896 2011-05-19 Glenn Morris <rgm@gnu.org>
18897
18898 * progmodes/f90.el (f90-type-def-re):
18899 Handle "type, bind(c)". (Bug#8691)
18900
18901 * emacs-lisp/autoload.el (batch-update-autoloads):
18902 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18903
18904 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18905
18906 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18907 property for the correct connection in case of multihops.
18908
18909 2011-05-18 Glenn Morris <rgm@gnu.org>
18910
18911 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18912 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18913
18914 Rationalize calendar handling of day and month abbrev-arrays.
18915 * calendar/calendar.el (calendar-customized-p): New function.
18916 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18917 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18918 Add :set function.
18919 (calendar-abbrev-length, calendar-day-abbrev-array)
18920 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18921 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18922 Elements may no longer be nil.
18923 (calendar-day-name, calendar-month-name):
18924 Update for changed nature of abbrev arrays.
18925 * calendar/diary-lib.el (diary-name-pattern):
18926 Update for changed nature of abbrev arrays.
18927 (diary-mark-entries-1): Update calendar-make-alist calls.
18928 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18929 * calendar/cal-html.el (cal-html-day-abbrev-array):
18930 Simply inherit from calendar-day-abbrev-array.
18931
18932 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18933
18934 * progmodes/grep.el (grep-mode): Disable default
18935 compilation-directory-matcher setting (bug#8684).
18936
18937 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18938
18939 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18940 instead of "head" and "tail". There were problems with SunOS 5.9,
18941 and it performs better.
18942
18943 2011-05-17 Glenn Morris <rgm@gnu.org>
18944
18945 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18946
18947 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18948 Replace obsolete function.
18949
18950 * shell.el (pcomplete-parse-arguments-function): Declare.
18951
18952 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18953 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18954 (appt-check): Doc fixes.
18955 (appt-disp-window-function, appt-delete-window-function):
18956 Remove needless special case in custom :type.
18957 (appt-display-count): Default to 0, not nil.
18958 (appt-check): Reset appt-display-count to 0, not nil.
18959
18960 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18961
18962 * progmodes/python.el (python-font-lock-keywords):
18963 Add the Python 3.X keyword "nonlocal" (bug#8639).
18964
18965 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18966
18967 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18968
18969 2011-05-16 Kevin Ryde <user42@zip.com.au>
18970
18971 * info-look.el (makefile-automake-mode): New setups, looking in
18972 automake manual, then makefile-mode.
18973 (makefile-mode): Remove automake manual, have it just in
18974 makefile-automake-mode since there's various things different or
18975 not relevant to plain make.
18976 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18977 believe a hypothetical automake-mode would go to makefile-mode,
18978 not the other way around.
18979
18980 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18981
18982 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18983 hunk-end tags (Bug#8672).
18984
18985 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18986 vc-annotate-show-diff-revision-at-line (Bug#8671).
18987
18988 2011-05-14 Glenn Morris <rgm@gnu.org>
18989
18990 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18991 in the middle of an existing one with multiple authors. (Bug#8645)
18992 (change-log-font-lock-keywords): Also handle multiple author lines
18993 with leading tabs. (Bug#8644)
18994
18995 * calendar/appt.el (appt-check): Rename some local variables.
18996 Some simplification/reordering.
18997
18998 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18999 (feedmail-sendmail-f-doesnt-sell-me-out)
19000 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19001 (feedmail-debug-sit-for, feedmail-queue-express-hook)
19002 (feedmail-queue-runner-message-sender): Set :version.
19003 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
19004 (bbdb-dwim-net-address, vm-mail): Declare.
19005 (feedmail-binmail-gnulinuxish-template):
19006 Rename from feedmail-binmail-linuxish-template.
19007 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
19008 Use insert-buffer-substring.
19009
19010 2011-05-14 Bill Carpenter <bill@carpenter.org>
19011
19012 * mail/feedmail.el (feedmail-patch-level): Increase.
19013 (feedmail-debug): New custom group.
19014 (feedmail-confirm-outgoing-timeout)
19015 (feedmail-sendmail-f-doesnt-sell-me-out)
19016 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19017 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19018 (feedmail-sender-line, feedmail-from-line)
19019 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
19020 (feedmail-spray-this-address)
19021 (feedmail-spray-address-fiddle-plex-list)
19022 (feedmail-queue-use-send-time-for-date)
19023 (feedmail-queue-use-send-time-for-message-id)
19024 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19025 (feedmail-buffer-eating-function):
19026 Doc fixes.
19027 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19028 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19029 (feedmail-message-action-scroll-down): New functions.
19030 (feedmail-queue-directory, feedmail-queue-draft-directory):
19031 Use expand-file-name.
19032 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19033 Remove C-v help entry.
19034 (feedmail-queue-buffer-file-name): New variable.
19035 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19036 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19037 (feedmail-message-action-send-strong, feedmail-message-action-edit)
19038 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19039 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19040 (feedmail-message-action-toggle-spray)
19041 (feedmail-run-the-queue-no-prompts)
19042 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19043 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19044 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19045 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19046 (feedmail-envelope-deducer, feedmail-fiddle-from)
19047 (feedmail-fiddle-sender, feedmail-default-date-generator)
19048 (feedmail-fiddle-date, feedmail-fiddle-message-id)
19049 (feedmail-fiddle-spray-address)
19050 (feedmail-fiddle-list-of-spray-fiddle-plexes)
19051 (feedmail-fiddle-list-of-fiddle-plexes)
19052 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19053 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19054 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19055 Change default. Doc fix.
19056 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19057 (feedmail-binmail-linuxish-template): New constant.
19058 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
19059 Respect feedmail-sendmail-f-doesnt-sell-me-out.
19060 (feedmail-send-it): Add debug call.
19061 Use feedmail-queue-buffer-file-name, and
19062 feedmail-send-it-immediately-wrapper.
19063 (feedmail-message-action-send): Add debug call.
19064 Use feedmail-send-it-immediately-wrapper.
19065 (feedmail-queue-express-to-queue): Add debug call.
19066 Run feedmail-queue-express-hook.
19067 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19068 (feedmail-message-action-help-blat):
19069 Rename from feedmail-queue-send-edit-prompt-help-first.
19070 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19071 Check line-endings. Handle errors better.
19072 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19073 Doc fix. Add debug call.
19074 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19075 Use feedmail-queue-send-edit-prompt-inner.
19076 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19077 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19078 from feedmail-queue-send-edit-prompt.
19079 (feedmail-queue-send-edit-prompt-help)
19080 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19081 (feedmail-tidy-up-slug): Add debug call.
19082 Respect feedmail-queue-slug-suspect-regexp.
19083 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19084 (feedmail-dump-message-to-queue): Add debug call.
19085 Expand queue-directory.
19086 (feedmail-dump-message-to-queue): Change message slightly.
19087 Use feedmail-say-chatter.
19088 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19089 (feedmail-send-it-immediately-wrapper): New function.
19090 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19091 Insert empty string rather than newline. Handle full-frame case.
19092 Use catch/throw. Use feedmail-say-chatter.
19093 (feedmail-fiddle-from): Try mail-host-address.
19094 (feedmail-default-message-id-generator): Doc fix.
19095 Bind system-time-locale. Handle missing end.
19096 (feedmail-fiddle-x-mailer): Add debug call.
19097 Handle feedmail-x-mailer-line being nil.
19098 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19099 Add debug call. Use buffer-substring-no-properties.
19100 (feedmail-say-debug, feedmail-say-chatter): New functions.
19101 (feedmail-find-eoh): Give an explicit error.
19102
19103 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
19104
19105 * net/newst-treeview.el (newsticker-treeview-face): Change default
19106 family from helvetica to sans.
19107 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19108 etc/images/newsticker.
19109
19110 * net/newst-reader.el (newsticker-feed-face): Change default
19111 family from helvetica to sans.
19112
19113 * net/newst-plainview.el (newsticker-new-item-face)
19114 (newsticker-old-item-face, newsticker-immortal-item-face)
19115 (newsticker-obsolete-item-face, newsticker-date-face)
19116 (newsticker-statistics-face): Change default family from
19117 helvetica to sans.
19118 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19119 etc/images/newsticker.
19120
19121 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19122 (newsticker--process-auto-mark-filter-match): Tell user about
19123 auto-marking.
19124
19125 2011-05-13 Didier Verna <didier@xemacs.org>
19126
19127 Common Lisp indentation improvements on defmethod and lambda-lists.
19128 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19129 TODO entries.
19130 (lisp-lambda-list-keyword-parameter-indentation)
19131 (lisp-lambda-list-keyword-parameter-alignment)
19132 (lisp-lambda-list-keyword-alignment): New customizable user options.
19133 (lisp-indent-defun-method): Improve docstring.
19134 (extended-loop-p): Fix comment.
19135 (lisp-indent-lambda-list-keywords-regexp): New variable.
19136 (lisp-indent-lambda-list): New function.
19137 (lisp-indent-259): Use it.
19138 (lisp-indent-defmethod): Support for more than one
19139 method qualifier and properly indent methods lambda-lists.
19140 (defgeneric): Provide a missing common-lisp-indent-function property.
19141
19142 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19143
19144 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19145 bounds for the empty string (bug#8667).
19146
19147 2011-05-13 Glenn Morris <rgm@gnu.org>
19148
19149 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19150
19151 * mail/sendmail.el (sendmail-program): Try executable-find first.
19152 (sendmail-send-it): `sendmail-program' cannot be unbound.
19153
19154 * calendar/appt.el (appt-make-list): Simplify.
19155 (appt-time-msg-list): Doc fix.
19156 (appt-check): Change mode-line message at the time of the appointment.
19157
19158 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19159
19160 * progmodes/ld-script.el (ld-script-keywords)
19161 (ld-script-builtins): Update keywords list.
19162
19163 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19164
19165 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19166
19167 * shell.el (shell-completion-vars): New function.
19168 (shell-mode):
19169 * simple.el (read-shell-command): Use it.
19170 (blink-matching-open): No need for " [...]" in minibuffer-message.
19171
19172 2011-05-12 Glenn Morris <rgm@gnu.org>
19173
19174 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19175 (appt-check): Simplify.
19176
19177 2011-05-12 Eli Zaretskii <eliz@gnu.org>
19178
19179 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19180 literal "/dev/null".
19181
19182 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19183
19184 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19185 Fix typo.
19186
19187 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
19188
19189 * progmodes/which-func.el (which-function):
19190 Use add-log-current-defun instead of add-log-current-defun-function,
19191 which might not be defined (Bug#8260).
19192
19193 2011-05-12 Glenn Morris <rgm@gnu.org>
19194
19195 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19196 Let byte-compile-initial-macro-environment always take precedence.
19197
19198 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19199
19200 * net/rcirc.el: Add support for SSL/TLS connections.
19201 (rcirc-server-alist): New field `encryption'.
19202 (rcirc): Check `encryption' settings.
19203 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19204 Merge make-local-variable into `set'.
19205 (rcirc--connection-open-p): New function.
19206 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19207 the process is not a network process (e.g. running gnutls-cli).
19208 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19209 Make rcirc-(en|de)code-coding-system local here.
19210 (rcirc-mode): Merge make-local-variable into `set'.
19211 (rcirc-parent-buffer): Make permanent buffer-local.
19212 (rcirc-multiline-minor-mode): Don't do it here.
19213 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19214 there's no server buffer.
19215
19216 2011-05-11 Glenn Morris <rgm@gnu.org>
19217
19218 * newcomment.el (comment-kill): Prefix "unused" local.
19219
19220 * term/w32console.el (get-screen-color): Declare.
19221
19222 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19223 Handle symbol elements of byte-compile-initial-macro-environment.
19224
19225 2011-05-10 Leo Liu <sdl.web@gmail.com>
19226
19227 * bookmark.el (bookmark-bmenu-mode-map):
19228 Bind bookmark-bmenu-search to `/'.
19229
19230 * mail/footnote.el: Convert to utf-8 encoding.
19231 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19232 (Footnote-unicode): New function.
19233 (footnote-style-alist): Add unicode style to the list.
19234 (footnote-style): Doc fix.
19235
19236 2011-05-10 Jim Meyering <meyering@redhat.com>
19237
19238 Fix doubled-word typos.
19239 * international/quail.el (quail-insert-kbd-layout): and and -> and
19240 * kermit.el: and and -> and
19241 * net/ldap.el (ldap-search-internal): to to -> to
19242 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19243 * progmodes/js.el (js-mode): and and -> and
19244 * textmodes/artist.el (artist-move-to-xy): at at -> at
19245 (artist-draw-region-trim-line-endings): if if -> if
19246 And Safetyc -> Safety.
19247 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19248
19249 2011-05-10 Glenn Morris <rgm@gnu.org>
19250 Stefan Monnier <monnier@iro.umontreal.ca>
19251
19252 * files.el (hack-one-local-variable-eval-safep):
19253 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19254
19255 2011-05-10 Glenn Morris <rgm@gnu.org>
19256
19257 * calendar/diary-lib.el (diary-list-entries-hook)
19258 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19259 (diary-nongregorian-marking-hook, diary-list-entries)
19260 (diary-include-other-diary-files, diary-mark-entries)
19261 (diary-mark-included-diary-files): Doc fixes.
19262
19263 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19264
19265 * misc.el: Require tabulated-list.el during compilation.
19266
19267 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19268
19269 * progmodes/compile.el (compilation-start):
19270 Run compilation-filter-hook for the async case too.
19271 (compilation-filter-hook): Doc fix.
19272
19273 2011-05-09 Deniz Dogan <deniz@dogan.se>
19274
19275 * wdired.el: Remove outdated installation comment. Fix usage
19276 comment.
19277
19278 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19279
19280 * misc.el: Implement new command `list-dynamic-libraries'.
19281 (list-dynamic-libraries--loaded-only-p): New variable.
19282 (list-dynamic-libraries--refresh): New function.
19283 (list-dynamic-libraries): New command.
19284
19285 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19286
19287 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19288 Fix the ant regexp to handle end-line and end-column info from jikes.
19289 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19290 higher priority to avoid clobbering by gnu.
19291
19292 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19293
19294 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19295 if the face has existing theme settings (Bug#8454).
19296
19297 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19298
19299 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19300 Only match variables declared via `my' or `our' (Bug#8261).
19301
19302 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19303 special file names `.' and `..' (Bug#8259).
19304
19305 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19306
19307 * progmodes/grep.el (grep-mode-font-lock-keywords):
19308 Remove buffer-changing entries.
19309 (grep-filter): New function.
19310 (grep-mode): Add it to compilation-filter-hook.
19311
19312 * progmodes/compile.el (compilation-filter-hook)
19313 (compilation-filter-start): New defvars.
19314 (compilation-filter): Call compilation-filter-hook prior to
19315 updating the process mark.
19316
19317 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19318
19319 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19320
19321 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19322
19323 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19324 mailclient-send-it even if window-system is nil. (Bug#8595)
19325
19326 * term/w32console.el (terminal-init-w32console):
19327 Call get-screen-color and use its output to set the frame
19328 background-mode. (Bug#8597)
19329
19330 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19331
19332 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19333 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19334 New functions.
19335 (defgeneric, eieio--defmethod): Use them.
19336 (eieio-defgeneric): Remove.
19337 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19338
19339 2011-05-07 Glenn Morris <rgm@gnu.org>
19340
19341 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19342 Use let rather than let*.
19343 (timeclock-find-discrep): Remove unused local.
19344
19345 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19346
19347 * calendar/appt.el (appt-time-msg-list): Doc fix.
19348
19349 2011-05-06 Noah Friedman <friedman@splode.com>
19350
19351 * apropos.el (apropos-print-doc): Only use
19352 emacs-lisp-docstring-fill-column when it is bound to an integer,
19353 per that variable's documentation.
19354
19355 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19356
19357 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19358 and warnings are not silently discarded (e.g. use -d instead of -P).
19359
19360 2011-05-06 Glenn Morris <rgm@gnu.org>
19361
19362 * calendar/appt.el (appt-message-warning-time): Doc fix.
19363 (appt-warning-time-regexp): New option.
19364 (appt-make-list): Respect appt-message-warning-time.
19365
19366 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19367 New options.
19368 (diary-add-to-list): Strip comments from the displayed string.
19369 (diary-mode): Set comment-start and comment-end.
19370
19371 * vc/diff-mode.el (smerge-refine-subst): Declare.
19372 (diff-refine-hunk): Don't require smerge-mode when compiling.
19373
19374 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19375
19376 * simple.el (list-processes): Return nil as the docstring says.
19377
19378 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19379
19380 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19381 to "".
19382 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19383 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19384 determining of binary transfer. (Bug#7383)
19385
19386 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19387
19388 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19389 Fix port computation bug. (Bug#8618)
19390
19391 2011-05-05 Glenn Morris <rgm@gnu.org>
19392
19393 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19394
19395 * simple.el (shell-dynamic-complete-functions)
19396 (comint-dynamic-complete-functions): Declare.
19397
19398 * net/network-stream.el (gnutls-negotiate):
19399 * simple.el (tabulated-list-print): Fix declarations.
19400
19401 * progmodes/gud.el (syntax-symbol, syntax-point):
19402 Remove unnecessary and incorrect declarations.
19403
19404 * emacs-lisp/check-declare.el (check-declare-scan):
19405 Handle byte-compile-initial-macro-environment in bytecomp.el.
19406
19407 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19408
19409 Fix earlier half-done eieio-defmethod change (bug#8338).
19410 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19411 Streamline and change calling convention.
19412 (defmethod): Adjust accordingly and simplify.
19413 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19414 new eieio--defmethod.
19415 (slot-boundp): Minor CSE simplification.
19416
19417 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19418
19419 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19420 (glasses-make-readable): Use glasses-separate-capital-groups.
19421
19422 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19423
19424 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19425 (warning-series): Doc fix.
19426 (display-warning): Don't try to create the buffer if we just found it.
19427
19428 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19429
19430 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19431 (autoload-find-generated-file): New function.
19432 (generate-file-autoloads): Bind generated-autoload-file to
19433 buffer-file-name.
19434 (update-file-autoloads, update-directory-autoloads):
19435 Use autoload-find-generated-file. If called interactively, prompt for
19436 output file (Bug#7989).
19437 (batch-update-autoloads): Doc fix.
19438
19439 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19440
19441 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19442
19443 2011-05-04 Glenn Morris <rgm@gnu.org>
19444
19445 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19446 function, so it follows changes in calendar-date-style.
19447 (diary-fancy-date-matcher): New function.
19448 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19449 (diary-fancy-font-lock-fontify-region-function):
19450 Use diary-fancy-date-pattern as a function.
19451
19452 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19453 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19454
19455 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19456
19457 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19458 instead of positional arguments. Allow :keylist and :crlfiles
19459 arguments.
19460 (open-gnutls-stream): Call it.
19461
19462 * net/network-stream.el (network-stream-open-starttls): Adjust to
19463 call `gnutls-negotiate' with :process and :hostname arguments.
19464
19465 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19466
19467 * minibuffer.el (completion--message): New function.
19468 (completion--do-completion, minibuffer-complete)
19469 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19470 (completion--do-completion): Don't ignore completion-auto-help when in
19471 icomplete-mode.
19472
19473 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19474 internal encoding (e.g. tibetan zero is not whitespace).
19475 (global-whitespace-mode): Prefer save-current-buffer.
19476 (whitespace-trailing-regexp): Remove useless save-match-data.
19477 (whitespace-empty-at-bob-regexp): Minor simplification.
19478
19479 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19480
19481 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19482
19483 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19484
19485 * textmodes/ispell.el (ispell-add-per-file-word-list):
19486 Use `concat' to create string for insertion.
19487
19488 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19489
19490 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19491 Avoid open-line which runs post-self-insert-hook.
19492 (bibtex-fill-entry): Remove unused `end' var.
19493
19494 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19495
19496 * textmodes/ispell.el (ispell-add-per-file-word-list):
19497 Protect against `nil' value of `comment-start' (Bug#8579).
19498
19499 2011-05-03 Leo Liu <sdl.web@gmail.com>
19500
19501 * isearch.el (isearch-yank-pop): New command.
19502 (isearch-mode-map): Bind it to `M-y'.
19503 (isearch-forward): Mention it.
19504
19505 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19506
19507 * simple.el (minibuffer-complete-shell-command): Remove.
19508 (minibuffer-local-shell-command-map): Use completion-at-point.
19509 (read-shell-command): Setup completion vars here instead.
19510 (read-expression-map): Bind TAB to symbol completion.
19511
19512 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19513 error directly rather via storing it into `results'.
19514
19515 2011-05-02 Leo Liu <sdl.web@gmail.com>
19516
19517 * vc/diff.el: Fix description.
19518
19519 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19520
19521 * server.el (server-eval-at): New function.
19522
19523 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19524
19525 * net/network-stream.el (open-network-stream): Take a :nowait
19526 parameter and pass it on to `make-network-process'.
19527 (network-stream-open-plain): Ditto.
19528
19529 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19530
19531 * faces.el (face-spec-set-match-display): Don't match toolkit
19532 options on terminal frames.
19533
19534 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19535
19536 * progmodes/pascal.el: Use lexical binding.
19537 (pascal-mode-map): Remove author preferences.
19538
19539 * pcomplete.el (pcomplete-std-complete): Don't abuse
19540 completion-at-point.
19541
19542 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19543
19544 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19545 removing code that has been dead since 1991 or so.
19546
19547 * startup.el (command-line): When warning about "_emacs", use a
19548 delayed warning to allow the user to filter it out.
19549
19550 2011-04-28 Deniz Dogan <deniz@dogan.se>
19551
19552 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19553 user has not joined.
19554
19555 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19556
19557 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19558 aren't any completions at point.
19559
19560 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19561
19562 * subr.el (display-delayed-warnings): New function.
19563 (delayed-warnings-hook): New variable.
19564
19565 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19566
19567 * minibuffer.el (completion-at-point, completion-help-at-point):
19568 Don't presume that a given completion-at-point-function will always
19569 use the same calling convention.
19570
19571 * pcomplete.el (pcomplete-completions-at-point):
19572 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19573 pcomplete-seen is non-nil.
19574 (pcomplete-comint-setup): Also recognize the new comint/shell
19575 completion functions.
19576 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19577 pcomplete-seen is non-nil.
19578
19579 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19580
19581 * calendar/icalendar.el (diary-lib): Add require statement.
19582 (icalendar--create-uid): Read out a uid from a text-property on
19583 the first character in the entry. This allows for code to add its
19584 own uid to the entry.
19585 (icalendar--convert-float-to-ical): Add export of
19586 `diary-float'-entries save for those with the optional DAY
19587 argument.
19588
19589 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19590
19591 * subr.el (shell-quote-argument): Use alternate escaping strategy
19592 when we spot a variable reference in a string.
19593
19594 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19595
19596 * cus-start.el (all): Define customization for debug-on-event.
19597
19598 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19599
19600 * subr.el (shell-quote-argument): Escape correctly under Windows.
19601
19602 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19603
19604 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19605
19606 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19607
19608 * net/tramp.el (tramp-process-actions): Add POS argument.
19609 Delete region between POS and (pos).
19610
19611 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19612 Use `nil' position in `tramp-process-actions' call.
19613 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19614
19615 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19616 position in `tramp-process-actions' call.
19617
19618 * net/trampver.el: Update release number.
19619
19620 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19621
19622 * custom.el (defcustom): Obey lexical-binding.
19623
19624 Fix octave-inf completion problems reported by Alexander Klimov.
19625 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19626 Inherit from octave-mode-syntax-table.
19627 (inferior-octave-mode): Set info-lookup-mode.
19628 (inferior-octave-completion-at-point): New function.
19629 (inferior-octave-complete): Use it and completion-in-region.
19630 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19631 comint-filename-completion.
19632 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19633 symbol elements which shouldn't be word elements.
19634 (octave-font-lock-keywords, octave-beginning-of-defun)
19635 (octave-function-header-regexp): Adjust regexps accordingly.
19636 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19637
19638 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19639
19640 * net/gnutls.el (gnutls-errorp): Declare before first use.
19641
19642 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19643
19644 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19645 verify-error, and verify-hostname-error parameters. Check whether
19646 default trustfile exists before going to use it. Add missing
19647 argument to gnutls-message-maybe call. Return value.
19648 Reported by Claudio Bley <claudio.bley@gmail.com>.
19649 (open-gnutls-stream): Add usage example.
19650
19651 * net/network-stream.el (network-stream-open-starttls): Give host
19652 parameter to `gnutls-negotiate'.
19653 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19654 * subr.el (shell-quote-argument): Escape correctly under Windows.
19655
19656 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19657
19658 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19659 Use correct match group (bug#8438).
19660
19661 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19662
19663 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19664 (package-menu--generate): New arg specifying packages to show.
19665 (package-menu-refresh, package-menu-execute, list-packages):
19666 Callers changed.
19667 (package-show-package-list): New function, replacing deleted
19668 package--list-packages (renamed because it is non-internal).
19669
19670 * finder.el (finder-list-matches): Use package-show-package-list
19671 instead of deleted package--list-packages.
19672
19673 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19674 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19675 (vc-annotate-mode-map): Bind it to RET.
19676
19677 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19678
19679 * progmodes/etags.el (next-file): Don't use set-buffer to change
19680 buffers (Bug#8478).
19681
19682 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19683
19684 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19685
19686 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19687 (apropos-accumulator): Doc fix.
19688 (apropos-function, apropos-macro, apropos-command)
19689 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19690 (apropos-plist): Add face property.
19691 (apropos-symbols-internal): Fix indentation.
19692 (apropos-print): Simplify help, and recognize apropos-multi-type.
19693 (apropos-print-doc): Use button-type-get to extract the button's
19694 face property. Fill docstring (Bug#8352).
19695
19696 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19697
19698 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19699
19700 * play/mpuz.el (mpuz-silent): Doc fix.
19701 (mpuz-mode-map): Use mapc.
19702 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19703 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19704 Fix typos in docstrings.
19705
19706 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19707 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19708
19709 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19710
19711 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19712
19713 * minibuffer.el (completion--do-completion): Avoid the "Next char
19714 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19715
19716 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19717 mouse-2 into unread-command-events, it is interpreted correctly.
19718
19719 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19720 (image-toggle-display): Doc fix.
19721
19722 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19723
19724 * textmodes/page.el (what-page): Use line-number-at-pos to
19725 calculate line number (Bug#6825).
19726
19727 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19728
19729 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19730 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19731 Pass argument NO-DEFAULT to `find-tag-interactive'.
19732
19733 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19734
19735 Lexical-binding cleanup.
19736
19737 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19738 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19739 * progmodes/ada-prj.el (ada-prj-initialize-values)
19740 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19741 (ada-prj-show-value):
19742 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19743 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19744 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19745 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19746 * progmodes/bug-reference.el (bug-reference-push-button):
19747 * progmodes/fortran.el (fortran-line-length):
19748 * progmodes/glasses.el (glasses-change):
19749 * progmodes/octave-mod.el (octave-fill-paragraph):
19750 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19751 (python-pdbtrack-grub-for-buffer, python-sentinel):
19752 * progmodes/sql.el (sql-save-connection):
19753 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19754 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19755 Mark unused parameters.
19756
19757 * progmodes/compile.el (compilation--flush-directory-cache)
19758 (compilation--flush-parse, compile-internal): Mark unused parameters.
19759 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19760 (compilation-next-error-function): Remove unused variable `timestamp'.
19761
19762 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19763 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19764
19765 * progmodes/dcl-mode.el (dcl-end-of-command):
19766 Remove unused variable `start'.
19767 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19768 (dcl-option-value-basic, dcl-option-value-offset)
19769 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19770 Mark unused parameters.
19771 (dcl-save-local-variable): Remove unused variable `val'.
19772 (mode): Declare.
19773
19774 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19775 Mark unused parameters.
19776 (delphi-ignore-changes): Move before first use.
19777 (delphi-charset-token-at): Remove unused variable `start'.
19778 (delphi-else-start): Remove unused variable `if-count'.
19779 (delphi-comment-block-start, delphi-comment-block-end):
19780 Remove unused variable `kind'.
19781 (delphi-indent-line): Remove unused variable `new-point'.
19782
19783 * progmodes/ebrowse.el (ebrowse-files-list)
19784 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19785 Mark unused parameters. Don't quote `lambda'.
19786 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19787 Don't quote `lambda'.
19788 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19789 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19790 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19791 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19792 Use `ignore-errors'.
19793 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19794 (ebrowse-view/find-file-and-search-pattern)
19795 (ebrowse-view/find-member-declaration/definition):
19796 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19797 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19798 Rename parameter PREFIX-ARG to PREFIX.
19799 (ebrowse-tags-read-name): Remove unused variables `start' and
19800 `member-info'.
19801 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19802 to `tags-file'.
19803
19804 * progmodes/etags.el (local-find-tag-hook): Declare.
19805 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19806 Mark unused parameters.
19807
19808 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19809 (executable-interpret): Mark unused parameter.
19810
19811 * progmodes/flymake.el (flymake-process-sentinel)
19812 (flymake-after-change-function)
19813 (flymake-create-temp-with-folder-structure)
19814 (flymake-get-include-dirs-dot): Mark unused parameters.
19815 (flymake-safe-delete-directory): Remove unused variable `err'.
19816
19817 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19818 (speedbar-timer-fn, speedbar-line-text)
19819 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19820 (speedbar-center-buffer-smartly): Declare functions.
19821 (gdb-find-watch-expression): Remove unused variable `array'.
19822 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19823 (gdb-starting): Mark unused parameters.
19824 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19825 (gdb-table-string): Remove unused variable `res'.
19826 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19827 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19828 (gdb-display-buffer): Remove unused variable `cur-size'.
19829
19830 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19831 allow lexical-binding compilation.
19832 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19833 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19834 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19835 Mark unused parameters.
19836 (gud-gdb-marker-filter): Remove unused variable `match'.
19837 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19838 lambda expressions and funcall them, instead of using `fset'.
19839
19840 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19841 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19842
19843 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19844 variable `header-beg'; use `let'.
19845
19846 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19847 `restart', `last-sexp' and `at-do'.
19848
19849 * progmodes/js.el (js--debug): Mark unused parameter.
19850 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19851 (js--splice-into-items): Remove unused variable `item'.
19852 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19853
19854 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19855 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19856 (makefile-complete): Remove unused variable `try'.
19857 (makefile-fill-paragraph, makefile-match-function-end):
19858 Mark unused parameters.
19859
19860 * progmodes/octave-inf.el (inferior-octave-complete):
19861 Remove unused variable `proc'.
19862 (inferior-octave-output-digest): Mark unused parameter.
19863
19864 * progmodes/perl-mode.el (perl-calculate-indent):
19865 Remove unused variable `err'.
19866
19867 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19868 (prolog-indent-line): Mark unused parameters.
19869 (prolog-indent-line): Remove unused variable `beg'.
19870
19871 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19872 (reporter-dont-compact-list): Declare.
19873
19874 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19875 Remove unused variable `char'.
19876 (sh-debug): Mark unused parameter.
19877 (sh-get-indent-info): Remove unused variable `start'.
19878 (sh-calculate-indent): Remove unused variable `var'.
19879
19880 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19881 (simula-electric-keyword): Remove unused variable `null'.
19882 (simula-search-backward, simula-search-forward): Remove unused
19883 variables `begin' and `end'.
19884
19885 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19886 Remove unused variable `pos'.
19887 (vera-electric-tab, vera-comment-uncomment-region):
19888 Mark unused parameters.
19889 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19890
19891 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19892
19893 * emacs-lisp/package.el (package--builtins, package-alist)
19894 (package-load-descriptor, package-built-in-p, package-activate)
19895 (define-package, package-installed-p)
19896 (package-compute-transaction, package-buffer-info)
19897 (package--push): Doc fix. Distinguish more clearly between
19898 version strings and version lists.
19899
19900 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19901
19902 Lexical-binding cleanup.
19903
19904 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19905 (5x5-make-mutate-best):
19906 * play/fortune.el (fortune-in-buffer):
19907 * play/gomoku.el (gomoku-init-display):
19908 * play/solitaire.el (solitaire, solitaire-do-check):
19909 * play/tetris.el (tetris-default-update-speed-function):
19910 Mark unused parameters.
19911
19912 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19913 (bubbles--shift): Remove unused variable `char-org'.
19914 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19915 (bubbles--show-images): Remove unused variable `char'.
19916
19917 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19918 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19919 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19920 (decipher-analyze-buffer): Use ?\s.
19921 (decipher-make-checkpoint): Remove unused variable `mapping'.
19922
19923 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19924
19925 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19926 Remove unused variable `result'; use `let'.
19927
19928 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19929 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19930 (gametree-children-shown-p, gametree-compute-reduced-score):
19931 Use `ignore-errors'.
19932
19933 * play/handwrite.el (ps-lpr-switches): Declare.
19934 (handwrite): Remove unused variables `pmin' and `lastp'.
19935
19936 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19937
19938 * play/landmark.el (landmark-init-display)
19939 (landmark-update-naught-weights): Mark unused parameters.
19940 (landmark-y): Remove unused variable `noise'. Simplify.
19941 (landmark-human-plays): Remove unused variable `score'.
19942
19943 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19944 (mpuz-try-proposal): Remove unused variable `game'.
19945
19946 * play/zone.el (life-patterns): Declare.
19947
19948 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19949
19950 * vc/vc.el (ediff-vc-internal): Declare function.
19951
19952 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19953
19954 * shell.el: Use lexical-binding and std completion UI.
19955 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19956 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19957 comint-preoutput-filter-functions rather than on
19958 comint-output-filter-functions.
19959 (shell-command-completion, shell--command-completion-data)
19960 (shell-filename-completion, shell-environment-variable-completion)
19961 (shell-c-a-p-replace-by-expanded-directory): New functions.
19962 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19963 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19964 (shell-dynamic-complete-environment-variable): Use them.
19965 (shell-dynamic-complete-as-environment-variable)
19966 (shell-dynamic-complete-as-command): Remove.
19967 (shell-match-partial-variable): Match past point.
19968 * comint.el: Clean up use of completion-at-point-functions.
19969 (comint-completion-at-point): New function.
19970 (comint-mode): Use it completion-at-point-functions.
19971 (comint-dynamic-complete): Make it obsolete.
19972 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19973 (comint-c-a-p-replace-by-expanded-history): New function.
19974 (comint-dynamic-complete-functions)
19975 (comint-replace-by-expanded-history): Use it.
19976 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19977 termination strings. Try harder to avoid second try-completion.
19978 (completion-in-region-mode-map): Disable bindings that don't work yet.
19979
19980 * comint.el: Use lexical-binding. Require CL.
19981 (comint-dynamic-complete-functions): Use comint-filename-completion.
19982 (comint-completion-addsuffix): Tweak custom type.
19983 (comint-filename-completion, comint--common-suffix)
19984 (comint--common-quoted-suffix, comint--table-subvert)
19985 (comint--complete-file-name-data): New functions.
19986 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19987 (comint-dynamic-list-filename-completions): Use them.
19988 (comint-dynamic-simple-complete): Make obsolete.
19989
19990 * minibuffer.el (completion-in-region-mode):
19991 Keep completion-in-region-mode--predicate global.
19992 (completion-in-region--postch):
19993 Assume completion-in-region-mode--predicate is not null.
19994
19995 * progmodes/flymake.el (flymake-start-syntax-check-process):
19996 Obey `dir'. Simplify.
19997
19998 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19999 we're in VC after all.
20000
20001 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
20002
20003 * vc/vc.el (vc-diff-build-argument-list-internal)
20004 (vc-version-ediff, vc-ediff): New commands.
20005 (vc-version-diff): Use vc-diff-build-argument-list-internal.
20006
20007 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20008
20009 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
20010 add sanity check.
20011
20012 * obsolete/erc-hecomplete.el: Make obsolete.
20013 * obsolete/: Standardize obsolescence info in the header.
20014
20015 2011-04-20 Glenn Morris <rgm@gnu.org>
20016
20017 * calendar/solar.el (solar-horizontal-coordinates):
20018 Use the longitude argument rather than `calendar-longitude'.
20019 (solar-date-next-longitude): Remove unused locals.
20020
20021 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20022
20023 * whitespace.el: New version 13.2.1.
20024
20025 2011-04-20 felix <EmacsWiki> (tiny change)
20026
20027 * whitespace.el (global-whitespace-mode): Keep highlight when
20028 switching between major modes on a file.
20029
20030 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20031
20032 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20033 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20034 multi-line comments as well.
20035
20036 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
20037
20038 Lexical-binding cleanup.
20039
20040 * arc-mode.el (archive-mode-revert):
20041 * cmuscheme.el (scheme-interactively-start-process):
20042 * custom.el (custom-initialize-delay):
20043 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20044 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20045 * emacs-lock.el (emacs-lock-clear-sentinel):
20046 * ezimage.el (defezimage):
20047 * follow.el (follow-avoid-tail-recenter):
20048 * fringe.el (set-fringe-mode-1):
20049 * generic-x.el (bat-generic-mode-compile):
20050 * help-mode.el (help-info-variable, help-do-xref)
20051 (help-mode-revert-buffer):
20052 * help.el (view-emacs-todo):
20053 * iswitchb.el (iswitchb-completion-help):
20054 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20055 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20056 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20057 * locate.el (locate-update):
20058 * longlines.el (longlines-encode-region)
20059 (longlines-after-change-function):
20060 * outline.el (outline-isearch-open-invisible):
20061 * ps-def.el (declare-function, charset-dimension, char-width)
20062 (encode-char):
20063 * ps-mule.el (ps-mule-plot-string):
20064 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20065 (recentf-edit-list-select, recentf-edit-list-validate)
20066 (recentf-open-files-action):
20067 * rect.el (delete-whitespace-rectangle-line)
20068 (rectangle-number-line-callback):
20069 * register.el (window-configuration-to-register)
20070 (frame-configuration-to-register):
20071 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20072 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20073 (xselect-convert-to-targets, xselect-convert-to-delete)
20074 (xselect-convert-to-filename, xselect-convert-to-charpos)
20075 (xselect-convert-to-lineno, xselect-convert-to-colno)
20076 (xselect-convert-to-os, xselect-convert-to-host)
20077 (xselect-convert-to-user, xselect-convert-to-class)
20078 (xselect-convert-to-name, xselect-convert-to-integer)
20079 (xselect-convert-to-atom, xselect-convert-to-identity):
20080 * subr.el (declare, ignore, process-kill-without-query)
20081 (text-clone-maintain):
20082 * terminal.el (te-get-char, te-tic-sentinel):
20083 * tool-bar.el (tool-bar-make-keymap):
20084 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20085 * type-break.el (type-break-mode, type-break-noninteractive-query):
20086 * view.el (View-back-to-mark):
20087 * wid-browse.el (widget-browse-action, widget-browse-widget)
20088 (widget-browse-widgets, widget-browse-sexp):
20089 * widget.el (define-widget-keywords):
20090 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20091 Mark unused parameters.
20092
20093 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20094 (align-areas): Remove unused variable `look'.
20095 (align-region): Remove unused variables `real-end' and `pos-list'.
20096
20097 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20098
20099 * bindings.el (mode-line-modified, mode-line-remote):
20100 Mark unused parameters.
20101 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20102
20103 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20104 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20105
20106 * comint.el (comint-history-isearch-pop-state)
20107 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20108 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20109 (comint-substitute-in-file-name): Doc fix.
20110
20111 * completion.el (cmpl-statistics-block): Mark unused parameter.
20112 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20113 (save-completions-to-file, load-completions-from-file):
20114 Remove unused local variable `e'.
20115
20116 * composite.el (compose-chars): Remove unused variable `len'.
20117 (lgstring-insert-glyph): Remove unused variable `g'.
20118 (compose-glyph-string): Remove unused variables `ascent',
20119 `descent', `lbearing' and `rbearing'.
20120 (compose-glyph-string-relative): Remove unused variables
20121 `lbearing', `rbearing' and `wadjust'.
20122 (compose-gstring-for-graphic): Remove unused variables `header',
20123 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20124 (compose-gstring-for-terminal): Remove unused variables `header'
20125 and `nchars'. Use `let', not `let*'.
20126
20127 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20128 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20129 (Custom-buffer-done, custom-buffer-create-internal)
20130 (custom-browse-visibility-action, custom-browse-group-tag-action)
20131 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20132 (widget-magic-mouse-down-action, custom-toggle-parent)
20133 (custom-add-parent-links, custom-toggle-hide-variable)
20134 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20135 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20136 (custom-face-menu-create, custom-variable-menu-create, get)
20137 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20138 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20139 (customize-apropos): Remove unused variable `tests'.
20140 (custom-group-value-create): Remove unused variable `hidden-p'.
20141 (sort-fold-case): Declare.
20142
20143 * cus-theme.el (custom-reset-standard-faces-list)
20144 (custom-reset-standard-variables-list): Declare.
20145 (customize-create-theme, custom-theme-revert, custom-theme-write)
20146 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20147 Mark unused parameters.
20148
20149 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20150
20151 * delim-col.el (delimit-columns-max): Move defvar before first use.
20152
20153 * descr-text.el (describe-char-categories): Don't quote `lambda'.
20154 (describe-char): Don't quote `lambda'. Mark unused parameter.
20155
20156 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20157 (auto-insert): Declare.
20158 (desktop-restore-file-buffer): Rename desktop-* parameters;
20159 mark unused ones.
20160 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20161 (desktop-buffer): Rename desktop-* parameters.
20162
20163 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20164 (dframe-reposition-frame-xemacs, dframe-help-echo)
20165 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20166 Mark unused parameters.
20167
20168 * dired-aux.el (backup-extract-version-start, overwrite-query)
20169 (overwrite-backup-query, rename-regexp-query)
20170 (rename-non-directory-query): Declare.
20171 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20172 (dired-add-entry): Remove unused variable `orig-file-name'.
20173 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20174 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20175 `dired-copy-preserve-time' directly.
20176 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20177 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20178
20179 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20180 (dired-virtual-revert, dired-make-relative-symlink):
20181 Mark unused parameters.
20182 (manual-program): Declare.
20183 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20184 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20185 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20186
20187 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20188
20189 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20190
20191 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20192 Declare.
20193
20194 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20195
20196 * electric.el (Electric-command-loop): Rename parameter
20197 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20198
20199 * expand.el (expand-in-literal): Remove unused variable `here'.
20200
20201 * facemenu.el (facemenu-add-new-color):
20202 Remove unused variable `docstring'.
20203
20204 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20205 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20206 (face-attr-construct): Mark unused parameter. Doc fix.
20207 (read-color): Remove unused variable `hex-string'.
20208
20209 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20210 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20211 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20212 (display-buffer-other-frame): Remove unused variable `old-window'.
20213 (kill-buffer-hook): Declare.
20214 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20215 Mark unused parameters.
20216 (after-find-file): Pass 1 to `auto-save-mode', not t.
20217
20218 * files-x.el (auto-insert): Declare.
20219 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20220
20221 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20222 variable `buf'. Mark unused parameter.
20223 (find-lisp-insert-directory): Mark unused parameter.
20224
20225 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20226 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20227 (format-common-tail): Remove, unused.
20228 (format-deannotate-region): Remove unused variable `loc'.
20229 (format-annotate-region): Remove unused variable `p'.
20230 (format-annotate-single-property-change): Remove unused variables
20231 `default' and `tail'.
20232
20233 * forms.el (read-file-filter): Declare.
20234 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20235
20236 * frame.el (frame-creation-function-alist): Mark unused parameter.
20237 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20238
20239 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20240 Remove unused parameters.
20241 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20242 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20243
20244 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20245 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20246 (hfy-prepare-tag-map): Mark unused parameters.
20247 (htmlfontify-buffer): Use `called-interactively-p'.
20248
20249 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20250 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20251 (ibuffer-do-occur): Mark unused parameters.
20252 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20253 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20254
20255 * ibuffer.el: Don't quote `lambda'.
20256 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20257 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20258 Mark unused parameters.
20259
20260 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20261 (ido-completing-read): Mark unused parameters.
20262 (ido-copy-current-word): Mark unused parameters;
20263 remove unused variable `name'.
20264 (ido-sort-merged-list): Remove unused parameter `dirs'.
20265
20266 * ielm.el (ielm-input-sender): Mark unused parameter.
20267 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20268 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20269 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20270 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20271 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20272
20273 * image-dired.el (image-dired-display-thumbs): Remove unused
20274 variables `curr-file' and `count'.
20275 (image-dired-remove-tag): Remove unused variable `start'.
20276 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20277 variable `curr-file'
20278 (image-dired-rotate-original): Remove unused variable `temp-file'.
20279 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20280 Remove unused variable `file'.
20281 (image-dired-gallery-generate): Remove unused variable `curr'.
20282 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20283
20284 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20285
20286 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20287
20288 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20289
20290 * isearch.el (minibuffer-history-symbol): Declare.
20291 (isearch-edit-string): Remove unused variable `err'.
20292 (isearch-message-prefix, isearch-message-suffix):
20293 Mark unused parameters.
20294
20295 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20296
20297 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20298
20299 * makesum.el (double-column): Remove unused variable `cnt'.
20300
20301 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20302 (ido-ignore-item-temp-list): Declare.
20303
20304 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20305 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20306 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20307 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20308 `mouse-col-delta'.
20309
20310 * mouse-sel.el (mouse-extend-internal):
20311 Remove unused variable `orig-window-frame'.
20312
20313 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20314 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20315 Move declarations before first use.
20316 (pcomplete-opt): Mark unused parameters; doc fix.
20317
20318 * proced.el (proced-revert): Mark unused parameter.
20319 (proced-send-signal): Remove unused variable `err'.
20320
20321 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20322 Rename parameter PREFIX-ARG to ARG.
20323 (ps-basic-plot-string, ps-basic-plot-whitespace):
20324 Mark unused parameters.
20325
20326 * replace.el (replace-count): Define.
20327 (occur-revert-function): Mark unused parameters.
20328 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20329 (isearch-case-fold-search, isearch-string): Declare.
20330 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20331 bind `case-fold-search'. Remove unused variables `beg' and `end',
20332 and simplify.
20333 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20334 COUNT and bind `replace-count'.
20335 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20336 to COUNT.
20337
20338 * savehist.el (print-readably, print-string-length): Declare.
20339
20340 * shadowfile.el (shadow-expand-cluster-in-file-name):
20341 Remove unused variable `cluster'.
20342 (shadow-copy-file): Remove unused variable `i'.
20343 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20344 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20345 (shadow-define-literal-group, shadow-define-regexp-group)
20346 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20347
20348 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20349 (shell): Use `called-interactively-p'.
20350 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20351
20352 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20353 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20354 (delete-backward-char): Remove unused variable `ocol'.
20355 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20356 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20357 (event-apply-hyper-modifier, event-apply-shift-modifier)
20358 (event-apply-control-modifier, event-apply-meta-modifier):
20359 Mark unused parameters.
20360 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20361 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20362
20363 * speedbar.el (speedbar-ignored-directory-expressions)
20364 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20365 (speedbar-find-file, speedbar-dir-follow)
20366 (speedbar-directory-buttons-follow, speedbar-tag-find)
20367 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20368 (speedbar-buffers-line-directory, speedbar-buffer-click):
20369 Mark unused parameters.
20370 (speedbar-tag-file): Remove unused variable `mode'.
20371 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20372
20373 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20374
20375 * talk.el (talk): Remove unused variable `display'.
20376
20377 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20378 (tar-write-region-annotate): Mark unused parameter.
20379
20380 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20381 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20382 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20383 warning by another.
20384
20385 * time-stamp.el (time-stamp-string-preprocess):
20386 Remove unused variable `require-padding'.
20387
20388 * tree-widget.el (widget-glyph-enable): Declare.
20389 (tree-widget-action): Mark unused parameter.
20390
20391 * w32-fns.el (x-get-selection): Mark unused parameter.
20392 (autoload-make-program, generated-autoload-file): Declare.
20393
20394 * wdired.el (wdired-revert): Mark unused parameters.
20395 (wdired-xcase-word): Remove unused variable `err'.
20396
20397 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20398 (whitespace-help-scroll): Remove unused variable `data-help'.
20399
20400 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20401 (widget-image-insert, widget-after-change, default)
20402 (widget-default-format-handler, widget-default-notify)
20403 (widget-default-prompt-value, widget-info-link-action)
20404 (widget-url-link-action, widget-function-link-action)
20405 (widget-variable-link-action, widget-file-link-action)
20406 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20407 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20408 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20409 (widget-insert-button-action, widget-delete-button-action, visibility)
20410 (widget-documentation-link-action, widget-documentation-string-action)
20411 (widget-const-prompt-value, widget-regexp-match, symbol)
20412 (widget-coding-system-prompt-value)
20413 (widget-key-sequence-value-to-external, sexp)
20414 (widget-sexp-value-to-internal, character, vector, cons)
20415 (widget-choice-prompt-value, widget-boolean-prompt-value)
20416 (widget-color--choose-action): Mark unused parameters.
20417 (widget-item-match-inline, widget-choice-match-inline)
20418 (widget-checklist-match, widget-checklist-match-inline)
20419 (widget-group-match): Rename parameter VALUES to VALS.
20420 (widget-field-value-set): Remove unused variable `size'.
20421 (widget-color-action): Remove unused variables `value' and `start'.
20422
20423 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20424 variable `dir'. Doc fix.
20425 (windmove-find-other-window): Don't pass it.
20426
20427 * window.el (count-windows): Mark unused parameter.
20428 (bw-adjust-window): Remove unused variable `err'.
20429
20430 * woman.el (woman-file-name): Remove unused variable `default'.
20431 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20432 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20433 (global-font-lock-mode): Declare.
20434 (woman-decode-region): Mark unused parameter.
20435 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20436
20437 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20438 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20439 (x-dnd-handle-moz-url): Remove unused variable `title'.
20440 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20441
20442 * xml.el (xml-parse-tag, xml-parse-attlist):
20443 Remove unused variable `pos'.
20444
20445 2011-04-19 Glenn Morris <rgm@gnu.org>
20446
20447 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20448 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20449 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20450 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20451 * calendar/cal-html.el (cal-html-insert-minical):
20452 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20453 (calendar-mark-date-pattern):
20454 Prefix "unused" locals.
20455
20456 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20457 optional argument `style'.
20458
20459 * calendar/appt.el (appt-make-list):
20460 * calendar/cal-china.el (calendar-chinese-date-string):
20461 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20462 (diary-hebrew-yahrzeit):
20463 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20464 * calendar/calendar.el (calendar-generate-window):
20465 * calendar/time-date.el (time-to-days):
20466 Remove unused local variables.
20467
20468 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20469
20470 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20471 glyphless-char-display table.
20472 (tabulated-list-glyphless-char-display): New var.
20473
20474 2011-04-18 Sam Steingold <sds@gnu.org>
20475
20476 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20477 to acknowledgments.
20478
20479 2011-04-17 Glenn Morris <rgm@gnu.org>
20480
20481 * calendar/diary-lib.el (diary-sexp-entry):
20482 * calendar/holidays.el (holiday-sexp):
20483 Set debug-on-error rather than the removed stack-trace-on-error.
20484
20485 2011-04-16 Glenn Morris <rgm@gnu.org>
20486
20487 * progmodes/f90.el: Use lexical-binding.
20488 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20489
20490 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20491
20492 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20493 (mail-mode): Setup mailalias completion here instead.
20494 * mail/mailalias.el: Use lexical-binding.
20495 (pattern, mailalias-done): Declare dynamic.
20496 (mail-completion-at-point-function): New function, from mail-complete.
20497 (mail-complete): Use it.
20498 (mail-completion-expand): New function.
20499 (mail-get-names): Use it.
20500 (mail-directory, mail-directory-process, mail-directory-stream):
20501 Don't use `pattern' for lexically bound arg.
20502
20503 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20504
20505 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20506 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20507 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20508
20509 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20510 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20511 (byte-interactive-p): Define them again, for use when inlining
20512 old code.
20513
20514 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20515
20516 * loadup.el: Use `string-to-number', not `string-to-int'.
20517
20518 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20519
20520 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20521 gud-gdb-complete-command.
20522 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20523 (gud-gdb-completion-at-point): New function.
20524 (gud-gdb-completions): Remove.
20525
20526 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20527
20528 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20529 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20530 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20531 whether `executable-find' is bound.
20532
20533 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20534
20535 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20536
20537 * minibuffer.el (completion-in-region-mode-predicate)
20538 (completion-in-region-mode--predicate): New vars.
20539 (completion-in-region, completion-in-region--postch)
20540 (completion-in-region-mode): Use them.
20541 (completion--capf-wrapper): Also return the hook function.
20542 (completion-at-point, completion-help-at-point):
20543 Adjust and provide a predicate.
20544
20545 Preserve arg names for advice of subr and lexical functions (bug#8457).
20546 * help-fns.el (help-function-arglist): Consolidate the subr and
20547 new-byte-code cases. Add argument `preserve-names' to extract names
20548 from the docstring when needed.
20549 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20550 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20551 (ad-arglist): Use help-function-arglist's new arg.
20552 (ad-definition-type): Use cond.
20553
20554 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20555
20556 * autorevert.el (auto-revert-handler):
20557 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20558 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20559 Don't quote lambda.
20560
20561 * image-mode.el (image-transform-set-scale):
20562 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20563
20564 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20565
20566 * net/network-stream.el (network-stream-open-starttls): Only do
20567 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20568 Upgrades via gnutls-cli are too slow to be done opportunistically.
20569
20570 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20571
20572 * dframe.el (dframe-current-frame): Remove spurious quote.
20573
20574 2011-04-12 Glenn Morris <rgm@gnu.org>
20575
20576 * calendar/cal-tex.el (cal-tex-end-document):
20577 Try to automatically use latin1 input if needed.
20578
20579 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20580 Don't try to cons a mark onto an empty element.
20581
20582 2011-04-11 Leo Liu <sdl.web@gmail.com>
20583
20584 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20585 buffers.
20586 (ido-kill-buffer-at-head): Support killing virtual buffers.
20587
20588 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20589
20590 * minibuffer.el (completion-show-inline-help): New var.
20591 (completion--do-completion, minibuffer-complete)
20592 (minibuffer-force-complete, minibuffer-complete-word):
20593 Inhibit minibuffer messages if completion-show-inline-help is nil.
20594
20595 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20596 to avoid interference from inline help (Bug#5849).
20597
20598 2011-04-10 Leo Liu <sdl.web@gmail.com>
20599
20600 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20601 Fix typo.
20602
20603 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20604
20605 * image-mode.el (image-toggle-display-image): Signal an error if
20606 not in Image mode.
20607 (image-transform-mode, image-transform-resize)
20608 (image-transform-set-rotation): Doc fix.
20609 (image-transform-set-resize): Delete.
20610 (image-transform-set-scale, image-transform-fit-to-height)
20611 (image-transform-fit-to-width): Handle image-toggle-display-image
20612 and image-transform-resize directly.
20613
20614 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20615
20616 * doc-view.el (doc-view-fit-width-to-window)
20617 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20618 New functions for fitting the shown image to the Emacs window size.
20619 (doc-view-mode-map): Add bindings for the new functions.
20620
20621 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20622
20623 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20624 Fix typo in docstring.
20625
20626 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20627
20628 * files.el (file-size-human-readable): Produce one digit after
20629 decimal, like "ls -lh" does.
20630
20631 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20632 the file size representation.
20633
20634 * simple.el (list-processes): If async subprocesses are not
20635 available, error out with a clear error message.
20636
20637 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20638
20639 * help.el (help-form-show): New function, to be called from C.
20640 Put help-form output in a buffer named differently than *Help*.
20641
20642 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20643
20644 * files.el (file-size-human-readable): New function.
20645
20646 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20647 computing the representation inline. Don't require `cl'.
20648
20649 2011-04-08 Glenn Morris <rgm@gnu.org>
20650
20651 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20652
20653 * net/browse-url.el (browse-url-firefox):
20654 Test system-type, not system-configuration.
20655
20656 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20657 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20658 Use log-edit-empty-buffer-p. (Bug#7598)
20659
20660 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20661 (rlogin-mode-map): Initialize in the defvar.
20662 (rlogin): Use ignore-errors.
20663
20664 * replace.el (occur-mode-map): Some fixes for menu items.
20665
20666 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20667
20668 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20669
20670 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20671
20672 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20673 issuing unused warnings.
20674
20675 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20676 macro directly.
20677
20678 * simple.el: Lisp reimplement of list-processes. Based on an
20679 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20680 (process-menu-mode): New major mode.
20681 (list-processes--refresh, list-processes):
20682 (process-menu-visit-buffer): New functions.
20683
20684 * files.el (save-buffers-kill-emacs): Don't assume any return
20685 value of list-processes, which is undocumented anyway.
20686
20687 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20688
20689 * emacs-lisp/tabulated-list.el: New file.
20690
20691 * emacs-lisp/package.el: Use Tabulated List mode.
20692 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20693 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20694 table format using Tabulated List mode variables.
20695 (package--push): New macro, replacing package-list-maybe-add.
20696 (package-menu--generate): Use package--push. Renamed from
20697 package--generate-package-list.
20698 (package-menu-refresh, list-packages): Use it.
20699 (package-menu--print-info): Rename from package-print-package.
20700 Return insertion data instead of inserting it directly.
20701 (package-menu-describe-package, package-menu-execute):
20702 Use tabulated-list-get-id.
20703 (package-menu-mark-delete, package-menu-mark-install)
20704 (package-menu-mark-unmark, package-menu-backup-unmark)
20705 (package-menu-mark-obsolete-for-deletion):
20706 Use tabulated-list-put-tag.
20707 (package--list-packages, package-menu-revert)
20708 (package-menu-get-package, package-menu-get-version)
20709 (package-menu-sort-by-column): Functions deleted.
20710 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20711 (package-menu--status-predicate, package-menu--version-predicate)
20712 (package-menu--name-predicate)
20713 (package-menu--description-predicate): Handle arguments in the
20714 Tabulated List format.
20715 (package-list-packages-no-fetch): Call list-packages.
20716
20717 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20718
20719 * files.el (after-find-file-from-revert-buffer): Remove variable.
20720 (after-find-file): Don't bind it.
20721 (revert-buffer-in-progress-p): New variable.
20722 (revert-buffer): Bind it.
20723 Pass nil for `after-find-file-from-revert-buffer'.
20724
20725 * saveplace.el (save-place-find-file-hook): Use new variable
20726 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20727
20728 2011-04-06 Glenn Morris <rgm@gnu.org>
20729
20730 * Makefile.in (AUTOGEN_VCS): New variable.
20731 (autoloads): Use $AUTOGEN_VCS.
20732
20733 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20734 * calendar/calendar.el (calendar-mode-map):
20735 Check for toolkit scroll bars. (Bug#8305)
20736
20737 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20738
20739 * minibuffer.el (completion-in-region--postch)
20740 (completion-in-region-mode): Remove unnecessary messages.
20741
20742 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20743
20744 * font-lock.el (font-lock-refresh-defaults):
20745 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20746 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20747
20748 * info.el (Info-directory-list, Info-read-node-name-2)
20749 (Info-split-parameter-string): Doc fixes.
20750 (Info-virtual-nodes): Reflow docstring.
20751 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20752 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20753 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20754 Fix typos in docstrings.
20755 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20756 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20757 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20758 (Info-restore-desktop-buffer): Mark unused parameters.
20759 (Info-directory-find-file, Info-directory-find-node)
20760 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20761 (Info-virtual-index-find-node, Info-apropos-find-file)
20762 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20763 Mark unused parameters; fix typos in docstrings.
20764 (Info-virtual-index): Remove unused local variable `nodename'.
20765
20766 2011-04-05 Deniz Dogan <deniz@dogan.se>
20767
20768 * net/rcirc.el: Update my e-mail address.
20769 (rcirc-mode-map): Remove M-o binding.
20770
20771 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20772
20773 * startup.el (command-line): Save the cursor's theme-face
20774 directly, instead of using face-override-spec.
20775
20776 * custom.el (load-theme): Minor optimization in assigning faces.
20777
20778 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20779
20780 * help-fns.el (describe-variable): Complete all variables having
20781 documentation, including keywords.
20782 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20783
20784 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20785
20786 Convert to lexical-binding.
20787
20788 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20789 (bs--get-marked-string, bs--get-modified-string)
20790 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20791 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20792 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20793
20794 * ehelp.el (electric-help-execute-extended)
20795 (electric-help-ctrl-x-prefix):
20796 * hexl.el (hexl-revert-buffer-function):
20797 * linum.el (linum-after-change, linum-after-scroll):
20798 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20799
20800 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20801
20802 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20803
20804 * epa-dired.el:
20805 * epa-mail.el:
20806 * epa-hook.el:
20807 * epa-file.el:
20808 * epa.el:
20809 * epg.el: Use lexical binding.
20810
20811 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20812
20813 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20814
20815 * textmodes/flyspell.el (flyspell-word): Recognize default
20816 dictionary case for flyspell-mark-duplications-exceptions.
20817 Use regexp matching for languages.
20818 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20819 default dictionary (Bug#7926).
20820
20821 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20822
20823 * emacs-lisp/package.el (package--with-work-buffer):
20824 Recognize https URLs.
20825
20826 * net/network-stream.el: Move from gnus/proto-stream.el.
20827 Change prefix to network-stream throughout.
20828 (open-protocol-stream): Merge into open-network-stream, leaving
20829 open-protocol-stream as an alias. Handle nil BUFFER args.
20830
20831 * subr.el (open-network-stream): Move to net/network-stream.el.
20832
20833 2011-04-02 Glenn Morris <rgm@gnu.org>
20834
20835 * find-dired.el (find-exec-terminator): New option.
20836 (find-ls-option): Test for -ls support.
20837 (find-ls-subdir-switches): Test for -b in find-ls-option.
20838 (find-dired, find-grep-dired): Doc fixes.
20839 (find-dired): Use find-exec-terminator.
20840
20841 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20842 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20843 (find-name-arg): Remove purecopy.
20844
20845 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20846 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20847 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20848 accordingly. Don't add the null-device if not needed.
20849
20850 * files.el (save-some-buffers): Doc fix.
20851
20852 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20853
20854 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20855
20856 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20857
20858 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20859 Use `dolist' rather than `mapcar'.
20860
20861 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20862
20863 Add lexical binding.
20864
20865 * subr.el (apply-partially): Use new closures rather than CL.
20866 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20867 (dolist, dotimes): Use slightly different expansion for lexical code.
20868 (functionp): Move to C.
20869 (letrec): New macro.
20870 (with-wrapper-hook): Use it and apply-partially instead of CL.
20871 (eval-after-load): Preserve lexical-binding.
20872 (save-window-excursion, with-output-to-temp-buffer): Turn them
20873 into macros.
20874
20875 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20876
20877 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20878 than the arglist.
20879 (help-add-fundoc-usage): Don't add `Not documented'.
20880 (help-function-arglist): Handle closures, subroutines, and new
20881 byte-code-functions.
20882 (help-make-usage): Remove leading underscores.
20883 (describe-function-1): Handle closures.
20884 (describe-variable): Use special-variable-p for completion.
20885
20886 * files.el (lexical-binding): Declare safe.
20887
20888 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20889 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20890 (pcase): Add `let' pattern.
20891 Change memoization so it actually works.
20892 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20893 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20894 <let>: New case.
20895
20896 * emacs-lisp/macroexp.el: Use lexical binding.
20897 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20898 Don't convert ' to #' without checking that it's indeed quoting
20899 a lambda.
20900
20901 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20902 Use eval-sexp-add-defvars.
20903 (eval-sexp-add-defvars): New fun.
20904
20905 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20906
20907 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20908 Don't autoload.
20909 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20910 than the internal `byte-compile-lambda'.
20911 (defmethod): Don't hide code under quotes.
20912 (eieio-defmethod): New `code' argument.
20913
20914 * emacs-lisp/eieio-comp.el: Remove.
20915
20916 * emacs-lisp/edebug.el (edebug-eval-defun)
20917 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20918 (edebug-toggle): Avoid `eval'.
20919
20920 * emacs-lisp/disass.el (disassemble-internal): Handle new
20921 `closure' objects.
20922 (disassemble-1): Handle new byte codes.
20923
20924 * emacs-lisp/cl.el (pushnew): Silence warning.
20925
20926 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20927 (cl-byte-compile-throw): Remove.
20928 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20929
20930 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20931 closures.
20932
20933 * emacs-lisp/cconv.el: New file.
20934
20935 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20936 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20937 (byte-compile-initial-macro-environment):
20938 Handle declare-function here.
20939 (byte-compile--lexical-environment): New var.
20940 (byte-stack-ref, byte-stack-set, byte-discardN)
20941 (byte-discardN-preserve-tos): New lap codes.
20942 (byte-interactive-p): Don't use any more.
20943 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20944 New macros.
20945 (byte-compile-lapcode): Use them and handle new lap codes.
20946 (byte-compile-obsolete): Remove.
20947 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20948 (byte-compile-arglist-warn): Check late def of inlinable funs.
20949 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20950 since they should have been expanded by now.
20951 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20952 (byte-compile-from-buffer): Remove unused second arg.
20953 (byte-compile-preprocess): New function.
20954 (byte-compile-toplevel-file-form): New function to distinguish
20955 file-form calls from outside from file-form calls from hunk-handlers.
20956 (byte-compile-file-form): Simplify.
20957 (byte-compile-file-form-defsubst): Remove.
20958 (byte-compile-file-form-defmumble): Simplify now that
20959 byte-compile-lambda always returns a byte-code-function.
20960 (byte-compile): Preprocess.
20961 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20962 Remove, not used any more.
20963 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20964 (byte-compile-make-args-desc): New funs.
20965 (byte-compile-lambda): Handle lexical functions. Always return
20966 a byte-code-function.
20967 (byte-compile-reserved-constants): New var, to make up room for
20968 closed-over variables.
20969 (byte-compile-constants-vector): Obey it.
20970 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20971 (byte-compile-macroexpand-declare-function): New function.
20972 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20973 byte-code-functions.
20974 (byte-compile-form): Check obsolescence here.
20975 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20976 (byte-compile-variable-ref): Remove.
20977 (byte-compile-dynamic-variable-op): New fun.
20978 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20979 (byte-compile-variable-set): New funs.
20980 (byte-compile-discard): Add 2 args.
20981 (byte-compile-stack-ref, byte-compile-stack-set)
20982 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20983 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20984 macroexpand-all instead.
20985 (byte-compile-quote-form): Remove.
20986 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20987 (byte-compile-bind, byte-compile-unbind): New funs.
20988 (byte-compile-let): Handle let* and lexical binding.
20989 (byte-compile-let*): Remove.
20990 (byte-compile-catch, byte-compile-unwind-protect)
20991 (byte-compile-track-mouse, byte-compile-condition-case):
20992 Handle a new :fun-body form, used for lexical scoping.
20993 (byte-compile-save-window-excursion)
20994 (byte-compile-with-output-to-temp-buffer): Remove.
20995 (byte-compile-defun): Simplify.
20996 (byte-compile-stack-adjustment): New fun.
20997 (byte-compile-out): Use it.
20998 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20999
21000 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
21001 handler any more.
21002
21003 * emacs-lisp/byte-opt.el: Use lexical binding.
21004 (byte-inline-lapcode): Remove (to bytecomp).
21005 (byte-compile-inline-expand): Pay attention to inlining to/from
21006 lexically bound code.
21007 (byte-compile-unfold-lambda): Don't handle byte-code-functions
21008 any more.
21009 (byte-optimize-form-code-walker): Don't handle save-window-excursion
21010 any more and don't call compiler-macros.
21011 (byte-compile-splice-in-already-compiled-code): Remove.
21012 (byte-code): Don't inline any more.
21013 (disassemble-offset): Receive `bytes' as argument rather than via
21014 dynamic scoping.
21015 (byte-compile-tag-number): Declare before first use.
21016 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21017 `return' even if make-spliceable.
21018 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21019 obsolete interactive-p.
21020 (byte-optimize-lapcode): Optimize new lap-codes.
21021 Don't trip up on new form of `byte-constant' lap code.
21022
21023 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21024
21025 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21026
21027 * custom.el (custom-initialize-default, custom-declare-variable):
21028 Use `defvar'.
21029
21030 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21031 New variables.
21032 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21033 (COMPILE_FIRST): Add macroexp and cconv.
21034 * makefile.w32-in: Mirror changes in Makefile.in.
21035
21036 * vc/cvs-status.el:
21037 * vc/diff-mode.el:
21038 * vc/log-edit.el:
21039 * vc/log-view.el:
21040 * vc/smerge-mode.el:
21041 * textmodes/bibtex-style.el:
21042 * textmodes/css-mode.el:
21043 * startup.el:
21044 * uniquify.el:
21045 * minibuffer.el:
21046 * newcomment.el:
21047 * reveal.el:
21048 * server.el:
21049 * mpc.el:
21050 * emacs-lisp/smie.el:
21051 * doc-view.el:
21052 * dired.el:
21053 * abbrev.el: Use lexical binding.
21054
21055 2011-04-01 Eli Zaretskii <eliz@gnu.org>
21056
21057 * info.el (info-display-manual): New function.
21058
21059 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21060
21061 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21062
21063 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
21064
21065 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
21066 an entry for that server in rcirc-authinfo. (Bug#8385)
21067
21068 2011-03-31 Glenn Morris <rgm@gnu.org>
21069
21070 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21071
21072 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21073
21074 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21075
21076 * progmodes/python.el (python-default-interpreter)
21077 (python-python-command-args, python-jython-command-args)
21078 (python-which-shell, python-which-args, python-which-bufname)
21079 (python-file-queue, python-comint-output-filter-function)
21080 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21081 variables and functions.
21082
21083 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21084
21085 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21086 (completion-in-region-mode): New minor mode.
21087 (completion-in-region): Use it.
21088 (completion-in-region--data, completion-in-region-mode-map): New vars.
21089 (completion-in-region--postch): New function.
21090 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21091 New vars.
21092 (completion--capf-wrapper): New function.
21093 (completion-at-point): Use it to track well-behavedness of
21094 hook functions.
21095 (completion-help-at-point): New command.
21096
21097 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21098
21099 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21100 syntax class to search for whitespace on a single line
21101 (Message-ID: <4D938140.4030905@redhat.com>).
21102
21103 2011-03-30 Leo Liu <sdl.web@gmail.com>
21104
21105 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21106 New commands.
21107 (edit-abbrevs-map): Bind them here.
21108 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21109
21110 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21111
21112 * allout.el (allout-hide-by-annotation, allout-flag-region):
21113 Reduce possibility of overlay leakage by making them volatile.
21114
21115 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21116 hash is not shared between buffers. Mode initialization is
21117 responsible for giving it a useful starting value.
21118 (allout-item-span): Reduce possibility of overlay leakage by
21119 making them volatile.
21120 (allout-widgets-count-buttons-in-region): Add diagnostic function
21121 for tracking down button overlay leaks.
21122
21123 2011-03-29 Leo Liu <sdl.web@gmail.com>
21124
21125 * ido.el (ido-read-internal): Use the default history var
21126 minibuffer-history if no HISTORY is specified.
21127
21128 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21129
21130 * net/imap.el (imap-shell-open, imap-process-connection-type):
21131 Use imap-process-connection-type for 'shell' streams as well as
21132 Kerberos, SSL, other subprocesses.
21133
21134 2011-03-28 Leo Liu <sdl.web@gmail.com>
21135
21136 * abbrev.el (abbrev-table-empty-p): New function.
21137 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21138 nonempty ones. (Bug#5937)
21139
21140 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21141
21142 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21143
21144 2011-03-27 Leo Liu <sdl.web@gmail.com>
21145
21146 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21147 for foreground and background colors.
21148 (ansi-color-make-color-map): Adapt.
21149
21150 2011-03-25 Leo Liu <sdl.web@gmail.com>
21151
21152 * midnight.el (midnight-time-float): Remove. Note it calculates
21153 the microsecond component incorrectly and seconds-to-time does the
21154 same job.
21155 Remove redundant (require 'timer).
21156
21157 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21158 (ido-completions): Remove unused arguments. (Bug#8329)
21159
21160 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21161
21162 * minibuffer.el (completion--flush-all-sorted-completions):
21163 Remove itself from hook.
21164 (completion-at-point): Let the functions perform the completion
21165 immediately and return nil or t.
21166 * comint.el (comint-dynamic-complete-functions): Now identical to
21167 completion-at-point-functions.
21168 (comint-dynamic-list-input-ring): Remove unused var `index'.
21169 (comint--match-partial-filename, comint--unquote&expand-filename):
21170 New funs, split from comint-match-partial-filename.
21171 (comint-dynamic-complete): Use completion-at-point.
21172 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21173
21174 2011-03-24 Drew Adams <drew.adams@oracle.com>
21175
21176 * thingatpt.el: Support `defun'.
21177
21178 2011-03-23 Leo Liu <sdl.web@gmail.com>
21179
21180 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21181
21182 * help-mode.el (help-mode-finish): Tweak regexp.
21183
21184 2011-03-23 Glenn Morris <rgm@gnu.org>
21185
21186 * eshell/esh-opt.el (eshell-eval-using-options):
21187 Do not bind unused local variable `eshell-option-stub'.
21188
21189 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21190
21191 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21192
21193 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21194 keymap variable in `with-no-warnings' to avoid a warning when the
21195 keymap has been already `defconst'ed.
21196
21197 2011-03-22 Leo Liu <sdl.web@gmail.com>
21198
21199 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21200 encode all chars in abbrevs; otherwise use emacs-mule or
21201 utf-8-emacs. (Bug#8308)
21202
21203 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21204
21205 * simple.el (backward-delete-char-untabify):
21206 Avoid warning about using `delete-backward-char'.
21207
21208 * image.el (image-type-file-name-regexps): Make it variable.
21209 `imagemagick-register-types' modifies it, and the user may want
21210 to add new extensions for known image types.
21211 (imagemagick-register-types): Throw error if not using ImageMagick.
21212
21213 2011-03-22 Leo Liu <sdl.web@gmail.com>
21214
21215 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21216 located before rcirc-prompt-end-marker.
21217 (rcirc-complete): Error if point is not after rcirc prompt.
21218 Handle the case when table is nil.
21219 (rcirc-user-authenticated): Define to fix compiler warning.
21220
21221 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21222
21223 * custom.el (custom--inhibit-theme-enable): Make it affect only
21224 custom-theme-set-variables and custom-theme-set-faces.
21225 (provide-theme): Ignore custom--inhibit-theme-enable.
21226 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21227 (custom-enabling-themes): Delete variable.
21228 (enable-theme): Accept only loaded themes as arguments.
21229 Ignore the special custom-enabled-themes variable.
21230 (custom-enabled-themes): Forbid themes from setting this.
21231 Eliminate use of custom-enabling-themes.
21232 (custom-push-theme): Quote "changed" custom var entry.
21233
21234 2011-03-21 Leo Liu <sdl.web@gmail.com>
21235
21236 * ido.el (ido-read-internal): Add ido-selected to history instead
21237 of user input.
21238
21239 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21240
21241 * subr.el (deferred-action-list, deferred-action-function):
21242 Mark obsolete.
21243
21244 2011-03-21 Leo Liu <sdl.web@gmail.com>
21245
21246 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21247 change on 2011-02-13 (bug#8309).
21248
21249 * minibuffer.el (read-file-name-function): Change default value.
21250 (read-file-name--defaults): Rename from read-file-name-defaults.
21251 (read-file-name-default): Rename from read-file-name.
21252 (read-file-name): Call read-file-name-function.
21253
21254 2011-03-21 Glenn Morris <rgm@gnu.org>
21255
21256 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21257 Doc fixes.
21258
21259 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21260
21261 * cus-theme.el: Add missing provide statement.
21262 (customize-create-theme): Extract theme value correctly.
21263 (custom-theme-visit-theme): Autoload.
21264 (customize-create-theme): Prompt before inserting default faces.
21265
21266 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21267
21268 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21269 units and musical notes.
21270
21271 2011-03-20 Leo Liu <sdl.web@gmail.com>
21272
21273 * ido.el (ido-read-internal): Use completing-read-default.
21274 (ido-completing-read): Fix compatibility with completing-read.
21275
21276 2011-03-20 Christian Ohler <ohler@gnu.org>
21277
21278 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21279 (ert-delete-all-tests): Use `called-interactively-p' rather than
21280 `interactive-p'.
21281 (ert--make-xrefs-region): Respect END.
21282
21283 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21284
21285 * dired-aux.el (dired-create-directory): Signal an error if the
21286 directory already exists (Bug#8246).
21287
21288 * facemenu.el (list-colors-display): Call list-faces-display
21289 inside with-help-window.
21290 (list-colors-print): Use display property to align the final
21291 column, instead of checking window-width.
21292
21293 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21294
21295 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21296 windows-nt systems.
21297 (emerge-protect-metachars): Quote correctly for ms-dos and
21298 windows-nt systems.
21299
21300 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21301
21302 * info.el (info-initialize): Replace all uses of `:' with
21303 path-separator for compatibility with non-Unix systems.
21304 Cache quoting of path-separator. (Bug#8258)
21305
21306 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21307
21308 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21309 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21310 (mouse-avoidance-mode): Fix typos in docstrings.
21311
21312 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21313
21314 * startup.el (package-subdirectory-regexp): Move from package.el.
21315 Omit \\` and \\', and let callers add them.
21316
21317 * emacs-lisp/package.el (package-strip-version)
21318 (package-load-all-descriptors): Add \\` and \\' to
21319 package-subdirectory-regexp before using it.
21320 (package-untar-buffer): New arg DIR; ensure that file untars only
21321 into this expected directory. Remove superfluous delete-region.
21322 (package-unpack): Caller changed.
21323 (package-tar-file-info): Use package-subdirectory-regexp.
21324
21325 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21326
21327 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21328 diff-mode-shared-map (bug#8284).
21329 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21330
21331 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21332
21333 * calendar/time-date.el (format-seconds): Use assoc instead of
21334 assoc-string, since assoc-string doesn't exist in XEmacs.
21335
21336 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21337
21338 * custom.el (custom-known-themes): Reflow docstring.
21339 (custom-theme-load-path): Fix typo in docstring.
21340 (load-theme): Fix typo in error message.
21341 (custom-available-themes, custom-variable-theme-value):
21342 Use `let', not `let*'.
21343
21344 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21345
21346 * calc/README: Mention inclusion of musical notes.
21347
21348 * calc/calc-units.el (calc-lu-quant): Rename from
21349 `calc-logunits-quantity'.
21350 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21351 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21352 (calc-db): Rename from `calc-dblevel'.
21353 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21354 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21355 (calc-np): Rename from `calc-nplevel'.
21356 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21357 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21358 (calc-lu-plus): Rename from `calc-logunits-add'.
21359 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21360 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21361 (calc-lu-minus): Rename from `calc-logunits-sub'.
21362 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21363 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21364 (calc-lu-times): Rename from `calc-logunits-mul'.
21365 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21366 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21367 (calc-lu-divide): Rename from `calc-logunits-div'.
21368 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21369 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21370
21371 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21372 functions being autoloaded.
21373
21374 * calc/calc.el (calc-lu-power-reference): Rename from
21375 `calc-logunits-power-reference'.
21376 (calc-lu-field-reference): Rename from
21377 `calc-logunits-field-reference'.
21378
21379 * calc/calc-help.el (calc-l-prefix-help):
21380 Mention musical note functions.
21381
21382 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21383
21384 * minibuffer.el (completion-all-sorted-completions):
21385 Use :completion-cycle-penalty text property if present.
21386
21387 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21388
21389 * allout.el (allout-yank-processing): Adjust for new rebulleting
21390 regime so bullet being yanked is used without prompting the user
21391 for a choice.
21392
21393 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21394
21395 * startup.el (command-line): Warn the user that _emacs is deprecated.
21396
21397 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21398
21399 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21400 (delphi-verbose, delphi-comment-face, delphi-string-face)
21401 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21402 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21403 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21404 (delphi-new-comment-line, delphi-font-lock-defaults)
21405 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21406 Fix typos in docstrings.
21407
21408 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21409
21410 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21411 Invert the roles of character and string values for INSTEAD, so a
21412 string is used for the more common case of a defaulting prompt.
21413
21414 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21415
21416 * progmodes/ruby-mode.el (ruby-backward-sexp):
21417 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21418 * play/gamegrid.el (gamegrid-make-face):
21419 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21420 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21421 * notifications.el (notifications-notify):
21422 * net/xesam.el (xesam-search-engines):
21423 * net/quickurl.el (quickurl-list-insert):
21424 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21425
21426 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21427
21428 * startup.el (command-line): Update package subdirectory regexp.
21429
21430 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21431
21432 * allout.el (allout-abbreviate-flattened-numbering)
21433 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21434
21435 * subr.el (read-char-choice): Only show the cursor after the prompt,
21436 not after the answer.
21437
21438 2011-03-15 Kevin Ryde <user42@zip.com.au>
21439
21440 * help-fns.el (variable-at-point): Skip leading quotes, if any
21441 (bug#8253).
21442
21443 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21444
21445 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21446 warning message.
21447
21448 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21449
21450 * shell.el (shell): When called interactively, offer to change the
21451 shell file name on remote hosts.
21452
21453 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21454
21455 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21456 integration for LDAP parameters. The host, base, user or binddn,
21457 and secret tokens can be specified in a netrc file, for instance.
21458 This is optional because an `auth-source' parameter must be
21459 specified in the search attributes.
21460
21461 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21462
21463 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21464
21465 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21466
21467 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21468 into declaration. Remove redundant and harmful binding.
21469
21470 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21471
21472 * files.el (file-ownership-preserved-p): Pass `integer' as an
21473 explicit 2nd argument to `file-attributes'. If the file's owner
21474 is the Administrators group on Windows, and the current user is
21475 Administrator, consider that a match.
21476
21477 * server.el (server-ensure-safe-dir): Consider server directory
21478 safe on MS-Windows if its owner is the Administrators group while
21479 the current Emacs user is Administrator. Use `=' to compare
21480 numerical UIDs, since they could be integers or floats.
21481
21482 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21483
21484 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21485
21486 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21487
21488 Sync with Tramp 2.2.1.
21489
21490 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21491
21492 * net/trampver.el: Update release number.
21493
21494 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21495
21496 * progmodes/compile.el (compilation--previous-directory): Fix up
21497 various nil/dead-marker mismatches (bug#8014).
21498 (compilation-directory-properties, compilation-error-properties):
21499 Don't call it at a position past the one we're about to change.
21500
21501 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21502 Disable obsolescence warnings in the file that declares it.
21503
21504 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21505
21506 * allout-widgets.el (allout-widgets-tally):
21507 Initialize allout-widgets-tally as a hash table rather than nil to
21508 prevent mode-line redisplay warnings. Also, clarify the module
21509 description and fix a comment typo.
21510
21511 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21512
21513 * help-fns.el (describe-variable): Don't complete keywords.
21514 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21515
21516 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21517
21518 * emacs-lisp/package.el (package-version-join): Impose a standard
21519 string representation for pre/alpha/beta version lists.
21520 (package-unpack-single): Standardize the directory name by passing
21521 it through package-version-join.
21522 (package-strip-rcs-id): Accept any version string that does not
21523 signal an error in version-to-list.
21524
21525 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21526
21527 * simple.el (delete-trailing-whitespace): Return nil for the
21528 benefit of `write-file-functions'.
21529
21530 2011-03-10 Glenn Morris <rgm@gnu.org>
21531
21532 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21533
21534 * vc/vc-git.el (vc-git-program): New option.
21535 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21536 (vc-git--call): Use it.
21537
21538 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21539
21540 * cus-edit.el (Custom-newline): If no button at point, look
21541 for a subgroup button at start-of-line. (Bug#2298)
21542
21543 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21544
21545 2011-03-10 Julien Danjou <julien@danjou.info>
21546
21547 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21548 `cursor-type' is nil.
21549
21550 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21551
21552 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21553
21554 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21555
21556 * allout.el: Change so yank of distinctive-bullet items
21557 preserves the existing header prefix, rebulleting it if necessary,
21558 rather than replacing it. This is necessary for proper operation
21559 of cooperative addons like allout-widgets.
21560 (allout-make-topic-prefix, allout-rebullet-heading):
21561 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21562 value as alternate bullet to be used, instead of prompting the user
21563 for a bullet character.
21564
21565 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21566
21567 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21568 Do not use `tramp-file-name-port', because this returns also
21569 `tramp-default-port'.
21570
21571 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21572
21573 * net/rcirc.el (rcirc-handler-001): Remove useless
21574 with-rcirc-process-buffer.
21575 (rcirc-check-auth-status): Swap arguments to string-match.
21576
21577 2011-03-09 Glenn Morris <rgm@gnu.org>
21578
21579 * shell.el (shell-mode):
21580 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21581
21582 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21583 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21584
21585 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21586
21587 * emacs-lisp/package.el (package-refresh-contents)
21588 (package-menu-execute): Use condition-case-no-debug.
21589
21590 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21591
21592 * simple.el (shell-command-to-string): Use `process-file'.
21593
21594 * emacs-lisp/package.el (package-tar-file-info): Handle also
21595 remote files.
21596
21597 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21598 Use `equal' for upload base check.
21599
21600 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21601
21602 * textmodes/texinfo.el (texinfo-environments):
21603 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21604
21605 2011-03-08 Glenn Morris <rgm@gnu.org>
21606
21607 * cus-start.el (cursor-in-non-selected-windows):
21608 Fix :set quoting oddness. (Bug#8192)
21609
21610 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21611 in some setf expressions. (Bug#2159)
21612
21613 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21614
21615 * custom.el (custom-available-themes): Return themes in
21616 alphabetical order.
21617
21618 See ChangeLog.15 for earlier changes.
21619
21620 ;; Local Variables:
21621 ;; coding: utf-8
21622 ;; End:
21623
21624 Copyright (C) 2011-2012 Free Software Foundation, Inc.
21625
21626 This file is part of GNU Emacs.
21627
21628 GNU Emacs is free software: you can redistribute it and/or modify
21629 it under the terms of the GNU General Public License as published by
21630 the Free Software Foundation, either version 3 of the License, or
21631 (at your option) any later version.
21632
21633 GNU Emacs is distributed in the hope that it will be useful,
21634 but WITHOUT ANY WARRANTY; without even the implied warranty of
21635 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21636 GNU General Public License for more details.
21637
21638 You should have received a copy of the GNU General Public License
21639 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.