Fix #16897
[bpt/emacs.git] / lisp / ChangeLog
1 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2
3 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
4 it only contains the repository root. (Bug#16897)
5
6 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
7
8 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
9 only when `remote-file-name-inhibit-cache' is nil.
10 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
11
12 2014-03-06 Martin Rudalics <rudalics@gmx.at>
13
14 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
15 Fix doc-strings.
16 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
17 fit-frame-to-buffer variable. Fix doc-string.
18 (fit-window-to-buffer): Set ONLY argument in call of
19 fit-frame-to-buffer. Fix doc-string.
20
21 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
22
23 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
24 (tramp-action-password): Clear password cache if needed.
25 (tramp-read-passwd): Do not clear password cache.
26
27 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
28 cache unless it is the first password request.
29
30 2014-03-06 Glenn Morris <rgm@gnu.org>
31
32 * simple.el (newline): Doc tweak.
33
34 * emacs-lisp/shadow.el (load-path-shadows-find):
35 Ignore dir-locals. (Bug#12357)
36
37 2014-03-05 Glenn Morris <rgm@gnu.org>
38
39 * files.el (interpreter-mode-alist):
40 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
41
42 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
43
44 * frameset.el (frameset--initial-params): Filter out null entries.
45
46 2014-03-05 Martin Rudalics <rudalics@gmx.at>
47
48 * window.el (window-min-height, window-min-width):
49 Rewrite doc-strings.
50 (window-body-size): Add PIXELWISE argument to make it consistent
51 with its callees.
52
53 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
54
55 * finder.el (finder-mode-map, finder-mode-syntax-table):
56 Revert part of 2014-02-28 change.
57
58 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
59
60 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
61 (eww-setup-buffer): Clear next/prev/etc more reliably.
62 (eww-textarea-map): [tab] doesn't work on tty.
63 Reported by Mario Lang.
64
65 * net/shr.el (shr-map): Ditto.
66
67 2014-03-04 Glenn Morris <rgm@gnu.org>
68
69 * minibuffer.el (completion-hilit-commonality):
70 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
71
72 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
73
74 * hilit-chg.el (hilit-chg-unload-function): New function.
75 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
76 (hilit-chg-map-changes): Prefer cardinal number to digit.
77 (hilit-chg-display-changes): Reflow docstring.
78 (highlight-changes-rotate-faces): Remove superfluous backslash.
79
80 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
81
82 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
83 `tramp-send-command-and-check'.
84
85 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
86
87 * hexl.el (hexl-address-region, hexl-ascii-region)
88 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
89 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
90 (hexl-forward-word, hexl-previous-line, hexl-next-line):
91 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
92 (hexl-mode): Doc fix.
93 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
94 (hexl-mode-ruler): Fix typos in docstrings.
95
96 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
97 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
98 Remove superfluous backslashes.
99 (strokes-last-stroke, strokes-global-map, strokes-mode):
100 Reflow docstrings.
101 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
102 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
103 (strokes-distance-squared, strokes-global-set-stroke)
104 (strokes-global-set-stroke-string): Doc fixes.
105 (strokes-help): Fix typos; reflow docstring.
106
107 2014-03-04 Martin Rudalics <rudalics@gmx.at>
108
109 * window.el (window-in-direction): Fix doc-string.
110
111 2014-03-04 Glenn Morris <rgm@gnu.org>
112
113 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
114 Explicit error if no grammar.
115 (smie-config-save): Doc fix. Fix quote typo.
116
117 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
120 electric-indent-mode-hook if we obey electric-indent-mode.
121 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
122 decide whether we obey electric-indent-mode.
123 (c-change-set-fl-decl-start, c-extend-after-change-region):
124 Silence warnings.
125 (c-electric-indent-mode-hook): Assume we do want to obey
126 electric-indent-mode.
127
128 * electric.el (electric-indent-mode-has-been-called): Remove.
129 (electric-indent-mode): Fix accordingly.
130
131 * files.el (hack-local-variables): Mention file name in warning.
132
133 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
134
135 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
136
137 * binding.el: Add comment describing why C-d binds to `delete-char'.
138 * simple.el (delete-forward-char): Mark as interactive-only.
139
140 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
141
142 * icomplete.el (icomplete-completions):
143 Follow-up to 2014-03-01 change.
144
145 * icomplete.el: Miscellaneous doc fixes.
146 Use Icomplete everywhere instead of icomplete for consistency.
147 (icomplete-max-delay-chars): Fix typo.
148 (icomplete-mode): Use \[].
149 (icomplete-tidy, icomplete-exhibit): Reflow.
150 (icomplete-minibuffer-setup-hook, icomplete-completions):
151 Remove superfluous backlashes.
152
153 * ido.el: Miscellaneous doc fixes.
154 Use Ido everywhere instead of ido or `ido' for consistency.
155 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
156 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
157 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
158 (ido-separator): Extract obsolescence info from docstring and declare
159 with make-obsolete-variable.
160 (ido-minibuffer-setup-hook): Simplify example.
161 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
162 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
163 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
164 (ido-everywhere): Reflow docstring.
165 (ido-toggle-vc): Doc fix.
166 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
167 of long list of keybindings.
168
169 2014-03-03 Glenn Morris <rgm@gnu.org>
170
171 * frame.el (display-pixel-height, display-pixel-width)
172 (display-mm-dimensions-alist, display-mm-height)
173 (display-mm-width): Doc tweaks.
174
175 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
176
177 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
178 case of undo in region.
179
180 2014-03-02 Martin Rudalics <rudalics@gmx.at>
181
182 * window.el (fit-window-to-buffer): Fix argument in window-size
183 call when window is horizontally combined.
184
185 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
186
187 * icomplete.el (icomplete-completions): Use string-width.
188 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
189
190 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
191
192 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
193 Highlight regexp options. (Bug#16914)
194
195 2014-03-01 Martin Rudalics <rudalics@gmx.at>
196
197 * window.el (window--max-delta-1): Round down when calculating
198 how many lines/columns we can get from a window.
199
200 2014-03-01 Glenn Morris <rgm@gnu.org>
201
202 * isearch.el (search-invisible): Doc fix.
203
204 * minibuffer.el (completion-hilit-commonality):
205 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
206 * comint.el (comint-dynamic-list-completions): Doc fix.
207 * comint.el (comint-dynamic-list-completions):
208 * filecache.el (file-cache-minibuffer-complete):
209 * tempo.el (tempo-display-completions):
210 * eshell/em-hist.el (eshell-list-history):
211 Replace use of obsolete argument of display-completion-list.
212
213 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
214
215 * icomplete.el (icomplete-completions):
216 Revert back to using "..." when ?… cannot be displayed.
217
218 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
219
220 * finder.el (finder-unload-function): New function.
221
222 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
223
224 * dframe.el (dframe-detach):
225 * find-dired.el (find-dired, find-name-dired):
226 * finder.el (finder-mode-map, finder-mode-syntax-table)
227 (finder-headmark, finder-select, finder-mouse-select):
228 Fix docstring typos.
229
230 2014-02-28 Martin Rudalics <rudalics@gmx.at>
231
232 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
233 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
234 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
235 Fix doc-string based on a suggestion by Nicolas Richard
236 <theonewiththeevillook@yahoo.fr>.
237 * help.el (with-help-window): Fix doc-string.
238
239 2014-02-28 Ivan Kanis <ivan@kanis.fr>
240
241 * net/shr.el (shr-image-animate): New option.
242 (shr-put-image): Respect shr-image-animate.
243
244 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
245
246 * net/tramp-adb.el (tramp-adb-parse-device-names):
247 Use `accept-process-output'.
248 (tramp-adb-handle-file-truename): Cache the localname only.
249 (tramp-adb-handle-make-directory)
250 (tramp-adb-handle-delete-directory): Flush file properties correctly.
251 (tramp-adb-handle-set-file-modes): Do not raise an error when file
252 modes cannot be changed.
253
254 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
255 file properties of symlinks.
256
257 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
258
259 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
260 required/optional fields to match development biblatex. (Bug#16781)
261
262 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
263
264 * saveplace.el (toggle-save-place):
265 Fix argument handling. (Bug#16673)
266
267 2014-02-28 Glenn Morris <rgm@gnu.org>
268
269 * minibuffer.el (completions-first-difference)
270 (completions-common-part, completion-hilit-commonality): Doc fixes.
271
272 2014-02-28 Karl Berry <karl@gnu.org>
273
274 * info.el (Info-mode-map): Add H for describe-mode,
275 to synchronize with standalone Info.
276
277 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
278
279 * progmodes/sql.el (sql-interactive-mode):
280 Avoid setting global comint-input-ring-separator. (Bug#16814)
281
282 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
283
284 * net/dbus.el (dbus--init-bus): Declare function.
285 (dbus-path-local, dbus-interface-local): New defconst.
286 (dbus-init-bus): Use them.
287 (dbus-return-values-table): Extend doc.
288 (dbus-handle-bus-disconnect): Extend error message.
289
290 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
291
292 * subr.el (y-or-n-p): Fix double space issue in message.
293
294 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
295
296 * net/tramp.el (tramp-call-process): Improve trace message.
297 (tramp-handle-insert-file-contents): Trace error case.
298
299 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
300 <insert-directory>: Use `tramp-handle-insert-directory'.
301 (tramp-adb-handle-insert-directory): Remove function.
302 (tramp-adb-send-command-and-check): New defun, replacing
303 `tramp-adb-command-exit-status'. Change all callees.
304 (tramp-adb-handle-file-attributes)
305 (tramp-adb-handle-directory-files-and-attributes): Use it.
306 (tramp-adb-ls-output-name-less-p):
307 Use `directory-listing-before-filename-regexp'.
308 (tramp-adb-handle-delete-directory): Flush also file properties of
309 the truename of directory.
310 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
311 (tramp-adb-handle-file-local-copy): Make the local copy readable.
312 (tramp-adb-handle-write-region): Implement APPEND.
313 (tramp-adb-handle-rename-file): Make it more robust. Flush file
314 properties correctly.
315 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
316 variables. Check for connected devices only when needed.
317
318 2014-02-27 Glenn Morris <rgm@gnu.org>
319
320 * minibuffer.el (completion-table-dynamic)
321 (completion-table-with-cache): Doc fixes.
322
323 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
324 (completing-read-multiple): Doc fixes.
325
326 2014-02-27 Daniel Colascione <dancol@dancol.org>
327
328 * minibuffer.el (completion--nth-completion): Fix indentation.
329
330 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
331 explicit tramp path is empty.
332
333 2014-02-27 Glenn Morris <rgm@gnu.org>
334
335 * emacs-lisp/crm.el (completing-read-multiple):
336 Empower help-enable-auto-load.
337
338 2014-02-26 Glenn Morris <rgm@gnu.org>
339
340 * startup.el (command-line): Don't init the tty in daemon mode.
341
342 Avoid calling tty-setup-hook twice, eg if a term file
343 explicitly calls tty-run-terminal-initialization. (Bug#16859)
344 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
345 (tty-create-frame-with-faces): Use it.
346 * startup.el (command-line): Pass run-hook argument
347 to tty-run-terminal-initialization.
348
349 * dired.el (dired-restore-desktop-buffer): Demote errors;
350 eg in case a glob match fails. (Bug#16884)
351
352 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
353
354 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
355 error from `read-from-string'. (Bug#16850)
356
357 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
358 result of `completing-read' in the interactive form. (Bug#16854)
359
360 2014-02-25 Glenn Morris <rgm@gnu.org>
361
362 * image.el (image-animate, image-animate-timeout):
363 Stop animating images in dead buffers. (Bug#16878)
364
365 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
366
367 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
368 Doc fixes.
369 * startup.el (term-setup-hook): Doc fix. Make obsolete.
370 * term/sun.el (sun-raw-prefix-hooks):
371 Use tty-setup-hook instead of term-setup-hook.
372 (terminal-init-sun): Construct message from bytecomp plist.
373 * term/wyse50.el (enable-arrow-keys): Doc fix.
374
375 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
376
377 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
378 Fix docstring typos.
379
380 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
381
382 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
383
384 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
385
386 * minibuffer.el (completion--try-word-completion):
387 Fix error when completing M-x commands (bug#16808).
388
389 2014-02-24 Leo Liu <sdl.web@gmail.com>
390
391 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
392
393 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
394
395 * apropos.el (apropos-print): Avoid formatting error when
396 apropos-do-all and apropos-compact-layout are both t.
397
398 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
399
400 * apropos.el (apropos-property, apropos-all-words-regexp)
401 (apropos-true-hit, apropos-variable, apropos-print):
402 Fix docstring typos, and remove obsolete comment.
403
404 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
405
406 * net/tramp-sh.el (tramp-sh-handle-file-truename):
407 Preserve trailing "/". (Bug#16851)
408
409 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
410
411 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
412 after `=>' (bug#16811).
413 (ruby-smie-rules): Handle the inconsistent second element of the
414 list returned by `smie-indent--parent'.
415 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
416 method call.
417
418 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
419
420 * elec-pair.el (electric-pair-text-syntax-table)
421 (electric-pair-syntax-info, electric-pair--syntax-ppss)
422 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
423 (electric-pair--looking-at-unterminated-string-p): Doc fix.
424 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
425
426 2014-02-22 Glenn Morris <rgm@gnu.org>
427
428 * imenu.el (imenu--generic-function): Doc fix.
429
430 * register.el (frame-configuration-to-register): Make obsolete.
431
432 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
433
434 * desktop.el (desktop-save-buffer-p): Do not fail when
435 desktop-files-not-to-save is nil. Return t for true result
436 as the doc says.
437
438 2014-02-22 Daniel Colascione <dancol@dancol.org>
439
440 * net/secrets.el (secrets-create-item, secrets-search-items):
441 Check that attribute values are strings, avoiding the construction
442 of invalid dbus messages.
443
444 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
445
446 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
447 defun-declarations-alist.
448
449 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
452 (bug#16829).
453
454 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
455
456 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
457 (whitespace-newline, whitespace-trailing, whitespace-line)
458 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
459 (whitespace-space-after-tab): Fix typo in docstrings.
460
461 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
462
463 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
464
465 * electric.el (electric-indent-functions-without-reindent):
466 Add `yaml-indent-line'.
467
468 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
469
470 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
471 It has done nothing for years; should be removed after the release.
472
473 * simple.el (choose-completion): Fix docstring typo.
474 (read-quoted-char-radix): Remove unneeded * in docstring.
475 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
476 Don't escape parentheses unnecessarily in docstrings.
477
478 2014-02-21 Martin Rudalics <rudalics@gmx.at>
479
480 Fix handling of window-min-height/-width (Bug#16738).
481 * window.el (window--dump-window, window--dump-frame):
482 New functions.
483 (window--min-size-1): Account for window dividers.
484 When window-resize-pixelwise is nil, delay rounding till after the
485 sum of the window components has been calculated.
486 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
487 nil make sure at least one text line and two text columns remain
488 fully visible.
489 (window-resize): Signal an error when window-resize-apply fails.
490 (window--resize-child-windows): Fix calculation of by how many
491 pixels a window can still be shrunk via window-new-normal.
492 (adjust-window-trailing-edge): Call window--resizable with
493 correct TRAIL argument.
494
495 (with-temp-buffer-window): Don't evaluate BODY within
496 with-current-buffer (Bug#16816).
497
498 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
499
500 * net/tramp.el (tramp-check-cached-permissions):
501 Call `file-attributes' with `suffix' being a symbol but a string.
502
503 2014-02-21 Daniel Colascione <dancol@dancol.org>
504
505 * net/dbus.el (dbus-init-bus-1): Declare new subr.
506 (dbus-init-bus): New function: call into dbus-init-bus-1
507 and installs a handler for the disconnect signal.
508 (dbus-call-method): Rewrite to look for result in cons.
509 (dbus-call-method-handler): Store result in cons.
510 (dbus-check-event): Recognize events with nil sender as valid.
511 (dbus-handle-bus-disconnect): New function. React to bus
512 disconnection signal by synthesizing dbus error for each
513 pending synchronous or asynchronous call.
514 (dbus-notice-synchronous-call-errors): New function.
515 (dbus-handle-event): Raise errors directly only when `dbus-debug'
516 is true, not all the time.
517
518 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
519
520 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
521 Remove obsolescence declarations, these variables do not exist anymore.
522
523 * savehist.el (savehist-save-minibuffer-history)
524 (savehist-additional-variables, savehist-file, savehist-mode-hook)
525 (savehist-save-hook, savehist-coding-system, savehist-loaded)
526 (savehist-load, savehist-install, savehist-autosave): Fix typos;
527 mostly, refer to "Savehist mode" when talking about the mode,
528 and not the function.
529
530 * saveplace.el (save-place): Remove redundant info in docstring.
531 (save-place-forget-unreadable-files, toggle-save-place)
532 (save-place-forget-unreadable-files, save-place-dired-hook):
533 Fix typos and remove unneeded backslashes.
534
535 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
536
537 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
538 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
539
540 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
541 <insert-directory>: Use `tramp-handle-insert-directory'.
542 (tramp-gvfs-handle-insert-directory): Remove function.
543
544 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
545 Call `tramp-handle-insert-directory'.
546
547 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
548
549 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
550 before the start of buffer/region (bug#16799).
551
552 2014-02-20 Glenn Morris <rgm@gnu.org>
553
554 * isearch.el (search-invisible): Doc fix.
555
556 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
557
558 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
559 (bug#16657).
560
561 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
562
563 * frameset.el (frameset-restore): Delay removing an old frame's
564 duplicate id until the new frame has been correctly created.
565
566 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
567
568 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
569 (tramp-check-cached-permissions): Call `file-attributes' if the
570 cache is empty.
571
572 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
573 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
574
575 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
576 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
577 (tramp-gvfs-maybe-open-connection): Set always connection
578 properties, even if target is mounted already.
579
580 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
581 Set tramp-autoload cookie.
582 (tramp-get-remote-touch): New defun.
583 (tramp-sh-handle-set-file-times): Use it.
584 (tramp-sh-handle-directory-files-and-attributes):
585 Use `tramp-handle-directory-files-and-attributes' if neither stat
586 nor perl are available on the remote host.
587
588 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
589 "/". Write long listing only when "l" belongs to the switches.
590
591 * net/trampver.el: Update release number.
592
593 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
594
595 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
596
597 2014-02-19 Martin Rudalics <rudalics@gmx.at>
598
599 * window.el (window-state-put): Allow WINDOW to refer to an
600 internal window (Bug#16793).
601
602 2014-02-19 Glenn Morris <rgm@gnu.org>
603
604 * textmodes/remember.el: Move provide statement to end.
605 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
606 (remember-notes): Doc fixes.
607
608 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * delsel.el (delete-char): Restore incorrectly erased property
611 (bug#16795).
612
613 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
614
615 * frameset.el (frameset--restore-frame): When a frame is being reused
616 and its root window is not alive, delete all the frame's windows before
617 restoring the window state. This works around the issue in bug#16793.
618
619 2014-02-18 Glenn Morris <rgm@gnu.org>
620
621 * textmodes/remember.el (remember-data-directory)
622 (remember-directory-file-name-format, remember-store-in-files)
623 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
624 (remember-notes-save-and-bury-buffer)
625 (remember-notes--kill-buffer-query): Doc fixes.
626
627 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
628
629 2014-02-17 Alan Mackenzie <acm@muc.de>
630
631 Connect electric-indent-mode up with CC Mode. Bug #15478.
632 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
633 to electric-indent-{,local-}-mode.
634 (c-basic-common-init): Set electric-indent-inhibit.
635 Initialise c-electric-flag from electric-indent-mode.
636 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
637 New hook functions which propagate electric-indent-mode to CC mode.
638
639 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
640 hit, toggle electric-indent-local-mode.
641
642 * electric.el (electric-indent-mode-has-been-called):
643 New variable.
644
645 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
646
647 * frameset.el (frameset-cfg-id): New function.
648 (frameset--reuse-frame, frameset-restore): Use it.
649 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
650
651 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * ido.el (ido-file-internal): Remove unused var `d'.
654 Use \` for to match BoS. Fit within 80n columns.
655
656 2014-02-17 Daniel Colascione <dancol@dancol.org>
657
658 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
659 dbus-call-method check for completion using a busy-wait loop with
660 gradual backoff.
661
662 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
663
664 Sync with Tramp 2.2.9.
665
666 * net/trampver.el: Update release number.
667
668 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
669
670 * ido.el (ido-file-internal): Don't add the name of an existing
671 directory twice. (Bug#16747)
672
673 2014-02-16 Glenn Morris <rgm@gnu.org>
674
675 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
676 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
677
678 2014-02-15 Michael R. Mauger <michael@mauger.com>
679
680 * progmodes/sql.el: Version 3.4
681 (sql-oracle-options): New default value ("-L").
682 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
683 (sql-placeholders-filter): Correct placeholder pattern.
684 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
685 (sql-login-delay): New variable.
686 (sql-product-interactive): Use it.
687
688 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
689
690 * frameset.el (frameset--jump-to-register): Check that buffer is live
691 (bug#16749).
692
693 2014-02-15 Glenn Morris <rgm@gnu.org>
694
695 * info.el (info-initialize): Revert 2014-01-10 change.
696
697 2014-02-14 Glenn Morris <rgm@gnu.org>
698
699 * replace.el (map-query-replace-regexp)
700 (read-regexp-defaults-function, read-regexp): Doc fixes.
701
702 * dired.el (dired-read-regexp):
703 * faces.el (list-faces-display):
704 * misearch.el (multi-isearch-read-matching-buffers)
705 (multi-isearch-read-matching-files):
706 * play/cookie1.el (cookie-apropos):
707 * progmodes/grep.el (grep-read-regexp): Doc fixes.
708
709 * textmodes/remember.el (remember): Use frameset-to-register
710 rather than frame-configuration-to-register.
711
712 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
713
714 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
715 incorrect keybinding.
716
717 2014-02-13 Daniel Colascione <dancol@dancol.org>
718
719 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
720 when adding overlays so that line numbers from compiler match line
721 numbers we use.
722
723 2014-02-13 Glenn Morris <rgm@gnu.org>
724
725 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
726
727 * jit-lock.el (jit-lock-mode): Doc fix.
728
729 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
730
731 * apropos.el (apropos-read-pattern): When the user passes an empty
732 string, give a more helpful error message than "Wrong type
733 argument: stringp, nil".
734
735 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
738
739 2014-02-13 Glenn Morris <rgm@gnu.org>
740
741 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
742
743 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
746 shift-select commands.
747
748 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
749
750 * progmodes/js.el (js-indent-line): Don't widen.
751 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
752
753 2014-02-12 Glenn Morris <rgm@gnu.org>
754
755 * icomplete.el (icomplete): Add info-link to defgroup.
756 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
757 (icomplete-minibuffer-map, icomplete-mode)
758 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
759
760 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
761 (package-menu-filter): Rename from package-menu-filter-interactive.
762 Doc fix.
763
764 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
765
766 * frameset.el (frameset--jump-to-register): Select the required
767 window and buffer before restoring position (bug#16696).
768
769 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
770
771 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
772
773 2014-02-10 Glenn Morris <rgm@gnu.org>
774
775 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
776
777 2014-02-10 Eli Zaretskii <eliz@gnu.org>
778
779 * w32-common-fns.el (x-get-selection): Doc fix.
780 * select.el (x-get-selection): Doc fix. (Bug#15109)
781
782 * face-remap.el (face-remap-add-relative)
783 (face-remap-remove-relative, face-remap-reset-base)
784 (face-remap-set-base): Call force-mode-line-update to redisplay
785 the current buffer due to potential change in faces. (Bug#16709)
786
787 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
788
789 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
790 script more robustly.
791
792 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
793
794 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
795
796 * simple.el (choose-completion): Doc fix (bug#14160).
797
798 * subr.el (event-start): Say what a nil EVENT value means.
799
800 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
801 (bug#14197).
802
803 * progmodes/grep.el (find-program): Doc fix (bug#14289).
804
805 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
806
807 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
808
809 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
810 predicate function (bug#15455).
811
812 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
813
814 * ielm.el (inferior-emacs-lisp-mode): Instead of
815 `comment-use-global-state', set `comment-use-syntax'.
816
817 2014-02-10 Glenn Morris <rgm@gnu.org>
818
819 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
820
821 2014-02-09 Alan Mackenzie <acm@muc.de>
822
823 Fix c-invalidate-state-cache on narrowed buffers.
824 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
825 Widen when setting and clearing the CPP delimiter properties.
826
827 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
828
829 * help.el (describe-bindings): Doc fix (bug#9888).
830
831 * files.el (save-buffer): Use ARG as the parameter name for
832 consistency (bug#10346).
833 (save-buffer): Clarify the 0 argument (bug#10346).
834
835 * cus-edit.el (customize-apropos): Fix error string.
836 (custom-buffer-create): Doc fix (bug#11122).
837 (custom-sort-items): Doc fix (bug#11121).
838
839 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
840
841 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
842 (icomplete-simple-completing-p): Mention the previous variable.
843
844 * font-lock.el (font-lock-value-in-major-mode): Clarify the
845 meaning of the parameter (bug#12282).
846
847 * files.el (find-file-noselect): Clarify prompt when changing
848 readedness (bug#13261).
849 (locate-file): Suffixes aren't returned, so don't say that they
850 are (bug#12674).
851 (backup-inhibited): Doc clarification (bug#12525).
852
853 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
854 before we actually start to delete things (bug#16331).
855
856 * subr.el (event-start): Doc fix (bug#14228).
857 (event-end): Ditto.
858
859 2014-02-09 Glenn Morris <rgm@gnu.org>
860
861 * emacs-lisp/warnings.el (lwarn):
862 Empower help-enable-auto-load. (Bug#15940)
863
864 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
865
866 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
867 (Bug#16690)
868
869 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
870
871 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
872 Insert output at end of buffer. (Bug#16120)
873
874 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
875
876 * simple.el (choose-completion-string-functions): Document new
877 calling convention (bug#14153).
878 (execute-extended-command): Clarify doc string (bug#13373).
879
880 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
881
882 * find-dired.el (find-name-dired): Doc fix (bug#14290).
883 (find-grep-dired): Doc fix (bug#14288).
884
885 2014-02-08 Juri Linkov <juri@jurta.org>
886
887 * isearch.el (isearch-quote-char): Check character validity
888 like in `quoted-insert' (bug#16677).
889
890 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
891
892 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
893
894 * isearch.el (isearch-hide-immediately): Doc clarification
895 (bug#14723).
896
897 * simple.el (line-move): Document utility function used many
898 places in the Emacs sources (bug#14843).
899
900 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
901 (dired-prev-marked-file): Doc fix (bug#14855).
902 (dired-up-directory): Doc fix (bug#14848).
903
904 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
905
906 * files.el (file-relative-name): Doc fix (bug#15159).
907
908 * fringe.el (fringe-styles): Doc fix (bug#15239).
909
910 * isearch.el (isearch-filter-predicate): Documentation typo fix
911 (bug#15474).
912
913 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
914
915 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
916
917 * replace.el (replace-match-maybe-edit): Doc clarification
918 (bug#15632).
919
920 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
921
922 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
923
924 2014-02-08 Glenn Morris <rgm@gnu.org>
925
926 * help-fns.el (describe-variable):
927 Check {file,dir}-local-variables-alist, and buffer-file-name,
928 in the correct buffer.
929
930 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
931
932 * help-fns.el (describe-variable): Fix the case where
933 a value is directory-local with no dir-locals file. (Bug#16635)
934
935 2014-02-08 Glenn Morris <rgm@gnu.org>
936
937 * abbrev.el (edit-abbrevs-mode):
938 Derive from fundamental-mode. (Bug#16682)
939
940 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
941
942 * simple.el (quoted-insert): Check character validity (bug#16677).
943
944 2014-02-07 Juri Linkov <juri@jurta.org>
945
946 * desktop.el (desktop-read): Claim the lock when the owner is not
947 the current process. (Bug#16157)
948
949 2014-02-07 Juri Linkov <juri@jurta.org>
950
951 * desktop.el (desktop-buffers-not-to-save): Change default from nil
952 to "\\` ". (Bug#16651)
953
954 2014-02-07 Juri Linkov <juri@jurta.org>
955
956 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
957 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
958 (desktop-auto-save-cancel-timer): New function with some code from
959 `desktop-auto-save-set-timer'.
960 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
961 Instead of setting `desktop-save-mode' to nil, call
962 `desktop-save-mode' with arg 0. (Bug#16630)
963
964 2014-02-07 Glenn Morris <rgm@gnu.org>
965
966 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
967 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
968 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
969
970 * obsolete/iswitchb.el: Move to obsolete/.
971 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
972 since obsolete/ is not scanned for autoloads.
973 * emacs-lisp/authors.el (authors-valid-file-names):
974 Add iswitchb.el.
975
976 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
977 Disable now non-functional find-file-hook.
978
979 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
980
981 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
982 instead of ";" in order to avoid additional prompts. Let heredoc
983 scripts read from tty. (Bug#16582)
984 (tramp-send-command): No special handling of heredocs, it isn't
985 necessary anymore.
986
987 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
990 with a space (bug#16664). Limit the symbols considered to the ones
991 that are bound or fbound (bug#16646).
992
993 2014-02-06 Glenn Morris <rgm@gnu.org>
994
995 * epa.el (epa-mail-aliases): Doc fix.
996
997 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
998
999 * emacs-lisp/lisp.el (lisp-completion-at-point):
1000 Use `completion-table-merge' instead of `completion-table-in-turn'
1001 (bug#16604).
1002
1003 * minibuffer.el (completion-table-merge): New function.
1004
1005 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
1006
1007 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1008 (tramp-sh-handle-set-file-acl)
1009 (tramp-sh-handle-start-file-process)
1010 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1011 (tramp-find-executable, tramp-send-command): Use it.
1012
1013 2014-02-05 Glenn Morris <rgm@gnu.org>
1014
1015 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
1016
1017 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1018
1019 * progmodes/python.el (python-shell-send-string)
1020 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1021
1022 2014-02-04 Anders Lindgren <andlind@gmail.com>
1023
1024 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1025 the names (bug#16620).
1026
1027 2014-02-03 Martin Rudalics <rudalics@gmx.at>
1028
1029 * faces.el (window-divider): New default value. Rewrite doc-string.
1030 (window-divider-first-pixel, window-divider-last-pixel): New faces.
1031
1032 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
1033
1034 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1035 `protected' and `public' can also be called without arguments.
1036
1037 2014-02-03 Glenn Morris <rgm@gnu.org>
1038
1039 * register.el (window-configuration-to-register)
1040 (frame-configuration-to-register): Unadvertise unused argument.
1041 * frameset.el (frameset-to-register): Remove unused argument.
1042
1043 * frameset.el (frameset-to-register):
1044 * kmacro.el (kmacro-to-register):
1045 * register.el (increment-register):
1046 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1047 (calc-append-to-register, calc-prepend-to-register):
1048 * play/gametree.el (gametree-layout-to-register)
1049 (gametree-apply-register-layout):
1050 * textmodes/picture.el (picture-clear-rectangle-to-register)
1051 (picture-yank-rectangle-from-register):
1052 * vc/emerge.el (emerge-combine-versions-register):
1053 Use register-read-with-preview to read registers.
1054
1055 2014-02-03 João Távora <joaotavora@gmail.com>
1056
1057 * elec-pair.el (electric-pair-backward-delete-char): Don't error
1058 when at beginning of (possibly narrowed) buffer.
1059
1060 2014-02-02 Daniel Colascione <dancol@dancol.org>
1061
1062 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1063 Also try to display local help from just before point.
1064
1065 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
1066
1067 c-parse-state. Don't "append-lower-brace-pair" in certain
1068 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
1069 recognised as a comment.
1070
1071 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1072 as well as normal comment starter.
1073 (c-parse-state-get-strategy): Extra return possibility
1074 'back-and-forward.
1075 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1076 return value list to indicate replacement of a brace-pair cons
1077 with its car.
1078 (c-parse-state-1): With 'back-and-forward, only call
1079 c-append-lower-brace-pair-to state-cache when cons-separated.
1080
1081 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
1082
1083 * term/ns-win.el (ns-suspend-error): New function.
1084 (ns-initialize-window-system): Add ns-suspend-error to
1085 suspend-hook (Bug#16612).
1086
1087 2014-02-02 Daniel Colascione <dancol@dancol.org>
1088
1089 * progmodes/cc-defs.el (c-find-assignment-for-mode):
1090 Make loading cc-mode silent.
1091
1092 2014-02-02 Daniel Colascione <dancol@dancol.org>
1093
1094 * comint.el (comint-prompt-read-only): Change doc to suggest
1095 remap keybinding.
1096
1097 2014-02-02 Glenn Morris <rgm@gnu.org>
1098
1099 * register.el (register-read-with-preview, point-to-register)
1100 (window-configuration-to-register, frame-configuration-to-register)
1101 (jump-to-register, number-to-register, view-register, insert-register)
1102 (copy-to-register, append-to-register, prepend-to-register)
1103 (copy-rectangle-to-register): Doc fixes.
1104
1105 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1108 * emacs-lisp/find-func.el (find-function-C-source): Idem.
1109 * emacs-lisp/nadvice.el (advice--cd*r): New function.
1110 * help-fns.el (describe-function-1): Use it.
1111
1112 2014-02-02 Glenn Morris <rgm@gnu.org>
1113
1114 * register.el (register-preview-default): New function,
1115 split from register-preview.
1116 (register-preview-function): Rename from register-preview-functions,
1117 make it not a hook.
1118 (register-preview): Use register-preview-function.
1119 (register-read-with-preview): Error on non-character event. (Bug#16595)
1120
1121 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
1122
1123 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1124 `:' before binary operators (bug#16609). Don't check for `:'
1125 before `[' and `(', or their syntax status. A percent literal
1126 can't end with either.
1127 (ruby-font-lock-keywords): For built-ins that require arguments,
1128 check that they're followed by something that looks like argument
1129 (bug#16610).
1130
1131 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1132
1133 * subr.el (butlast): Document what an omitted N means (bug#13437).
1134 (nbutlast): Ditto.
1135
1136 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1137
1138 * net/shr.el (shr-generic): Make into a defsubst to make the stack
1139 depth shallower (bug#16587).
1140 (shr-tag-svg): Respect `shr-inhibit-images'.
1141 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1142
1143 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1144
1145 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1146 (ruby-smie-grammar): Make "." right-associative. Make its priority
1147 lower than the ternary and all binary operators.
1148 (ruby-smie-rules): Indent "(" relative to the first non-"."
1149 parent, or the first "." parent at indentation.
1150 Use `ruby-align-chained-calls' for indentation of "." tokens.
1151 (Bug#16593)
1152
1153 2014-01-31 Juri Linkov <juri@jurta.org>
1154
1155 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1156 from `make-hash-table'.
1157
1158 * textmodes/ispell.el (ispell-init-process): Change message format
1159 to be consistent with other messages.
1160
1161 2014-01-31 Glenn Morris <rgm@gnu.org>
1162
1163 * delsel.el (delete-selection-mode): Doc fix.
1164
1165 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1166 (trace-function-background): Doc fixes.
1167
1168 * ido.el (ido-use-virtual-buffers): Doc fix.
1169 Reset :version, since the default value has not changed.
1170
1171 * register.el (register-preview-delay, register-read-with-preview):
1172 Doc fixes.
1173
1174 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1175 do not mess with mail-buffer position (fixes 2009-11-03 change).
1176 * progmodes/cc-mode.el (c-submit-bug-report):
1177 Check auto-fill-mode is bound. (Bug#16592)
1178
1179 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
1180
1181 * startup.el (fancy-splash-image-file): New function,
1182 split from fancy-splash-head.
1183 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1184 so that we are both using the same image. (Bug#16574)
1185
1186 2014-01-30 Glenn Morris <rgm@gnu.org>
1187
1188 * simple.el (eval-expression): Doc fix.
1189
1190 * hexl.el (hexl-mode-hook):
1191 * ielm.el (ielm-mode-hook):
1192 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1193 (lisp-interaction-mode-hook):
1194 * progmodes/cfengine.e (cfengine3-documentation-function):
1195 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1196
1197 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1200 is a symbol (bug#16584).
1201
1202 2014-01-30 Glenn Morris <rgm@gnu.org>
1203
1204 * help.el (help-for-help-internal): Add "P" to text.
1205
1206 2014-01-29 Glenn Morris <rgm@gnu.org>
1207
1208 * simple.el (just-one-space, cycle-spacing): Doc fixes.
1209
1210 2014-01-28 Martin Rudalics <rudalics@gmx.at>
1211
1212 * window.el (fit-frame-to-buffer): Fix calculations for margins and
1213 height constraints.
1214
1215 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
1216
1217 * progmodes/hideif.el: Extend to full CPP expression syntax.
1218 (hif-token-alist): Add missing tokens.
1219 (hif-token-regexp): Add support for float/octal/hex immediates.
1220 (hif-string-literal-regexp): New const.
1221 (hif-tokenize): Recognize strings and float/octal/hex immediates.
1222 (hif-exprlist): New function.
1223 (hif-parse-if-exp): Use it.
1224 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1225 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1226 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1227 (hif-logxor, hif-comma): New functions.
1228
1229 2014-01-28 Glenn Morris <rgm@gnu.org>
1230
1231 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1232
1233 * indent.el (tab-stop-list): Doc fix. Add :version.
1234
1235 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1236 (cvs-append-to-ignore): Add compatibility alias.
1237
1238 2014-01-27 Glenn Morris <rgm@gnu.org>
1239
1240 * dired.el (dired-hide-details-mode): Don't autoload it,
1241 since it cannot be used outside Dired buffers anyway.
1242
1243 * emulation/cua-base.el (cua-mode): Doc fix.
1244
1245 * dired.el (dired-hide-details-hide-symlink-targets)
1246 (dired-hide-details-hide-information-lines)
1247 (dired-hide-details-mode): Doc fixes.
1248
1249 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1250 * strokes.el (strokes-file): Doc fix. Bump :version.
1251 (strokes-help): Doc fix.
1252 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1253 * emulation/viper.el (viper): Doc fix for custom group.
1254 (top-level): Remove oh-so-no-longer-relevant text about vip.
1255 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1256
1257 * ido.el (ido-save-directory-list-file):
1258 * saveplace.el (save-place-file):
1259 * calendar/timeclock.el (timeclock-file):
1260 * net/quickurl.el (quickurl-url-file):
1261 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1262 * progmodes/idlwave.el (idlwave-config-directory):
1263 * textmodes/remember.el (remember-data-file):
1264 Bump :version.
1265
1266 2014-01-26 Glenn Morris <rgm@gnu.org>
1267
1268 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1269 Doc fix. Make obsolete.
1270 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1271
1272 * sort.el (delete-duplicate-lines): Doc fix.
1273
1274 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1275
1276 * progmodes/ada-mode.el (ada):
1277 * woman.el (woman): Link to info manual and Commentary section.
1278
1279 * progmodes/flymake.el (flymake):
1280 * nxml/nxml-mode.el (nxml):
1281 * net/eww.el (eww):
1282 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1283 * htmlfontify.el (htmlfontify):
1284 * ses.el (ses):
1285 * epa.el (epa):
1286 * ido.el (ido): Link to info manual.
1287
1288 2014-01-25 Leo Liu <sdl.web@gmail.com>
1289
1290 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1291
1292 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
1293
1294 * net/shr.el (shr-tag-img): Prefer the title over the alt text
1295 (bug#16537).
1296
1297 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
1298
1299 * net/eww.el (eww-download-callback):
1300 Fix reference to eww-download-directory.
1301
1302 * emacs-lisp/bytecomp.el (byte-compile-file):
1303 Remove unused local variable `file-name'.
1304
1305 2014-01-24 Glenn Morris <rgm@gnu.org>
1306
1307 * woman.el (woman-default-faces, woman-monochrome-faces):
1308 Fix obsolescence specification.
1309
1310 * subr.el (with-demoted-errors): Doc fix.
1311
1312 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1315 (cl--macroexp-fboundp): New function.
1316 (cl--make-type-test): Use it.
1317
1318 2014-01-23 Glenn Morris <rgm@gnu.org>
1319
1320 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1321 * simple.el (eval-expression): Doc fixes.
1322
1323 2014-01-22 Glenn Morris <rgm@gnu.org>
1324
1325 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1326
1327 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * emacs-lisp/package.el: Write files silently.
1330 (package-autoload-ensure-default-file, package--write-file-no-coding)
1331 (package-generate-description-file, package--download-one-archive)
1332 (package-install-from-archive): Tell `write-region' to stay quiet.
1333 (package-menu-mode, package-menu--print-info): Omit the Archive column
1334 if there's only one archive.
1335 (package-all-keywords, package--has-keyword-p): Remove dead code.
1336
1337 2014-01-22 Glenn Morris <rgm@gnu.org>
1338
1339 * version.el (emacs-bzr-version-bzr): Fix typo.
1340
1341 * version.el (emacs-repository-get-version):
1342 Check either .bzr or .git, but not both.
1343 Make the git case actually use the DIR argument, and return nil
1344 rather than the empty string.
1345 Avoid error if .git exists but the git executable is not found.
1346
1347 2014-01-22 Martin Rudalics <rudalics@gmx.at>
1348
1349 Fixes in window size functions around Bug#16430 and Bug#16470.
1350 * window.el (window-total-size, window-size): New argument ROUND.
1351 (window--min-delta-1, window-min-delta, window--max-delta-1):
1352 Be more conservative when calculating the numbers of lines or
1353 columns a window can shrink (Bug#16430).
1354 (fit-window-to-buffer): Simplify code.
1355 * term.el (term-window-width): Call window-body-width again.
1356
1357 2014-01-22 Glenn Morris <rgm@gnu.org>
1358
1359 * image.el (image-format-suffixes): Doc fix.
1360
1361 * international/quail.el (quail-define-package): Doc fix.
1362
1363 * emacs-lisp/authors.el (authors-valid-file-names)
1364 (authors-renamed-files-alist): Additions.
1365
1366 * vc/vc-git.el (vc-git-print-log): Remove --follow;
1367 reverts 2014-01-09 change. (Bug#16422)
1368
1369 * calc/calc-embed.el (thing-at-point-looking-at):
1370 * emacs-lisp/map-ynp.el (x-popup-dialog):
1371 * obsolete/lmenu.el (x-popup-dialog):
1372 * emacs-lisp/package.el (url-recreate-url):
1373 * mail/mailclient.el (clipboard-kill-ring-save):
1374 * subr.el (x-popup-dialog): Update declaration.
1375 * mail/rmail.el (rmail-mime-message-p):
1376 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1377
1378 2014-01-21 Daniel Colascione <dancol@dancol.org>
1379
1380 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1381 Correctly detect when we're inside an arithmetic expansion form
1382 containing nested parenthesis.
1383 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1384 to detect cases where we shouldn't expand "<<" to a heredoc
1385 skeleton.
1386
1387 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1388
1389 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1390 (eldoc--message-command-p): New function.
1391 (eldoc-display-message-p): Use it.
1392 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1393 message is not automatically erased for us.
1394 (eldoc-print-current-symbol-info): Erase previous message, if any.
1395
1396 2014-01-21 Tassilo Horn <tsdh@gnu.org>
1397
1398 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1399 specify it's an interactive function.
1400
1401 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1402 Fix regex used for scanning for citation keys which failed for
1403 citations with optional arguments.
1404
1405 2014-01-21 Leo Liu <sdl.web@gmail.com>
1406
1407 * simple.el (read--expression): Don't enable eldoc-mode.
1408
1409 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * simple.el (move-beginning-of-line): Make sure we don't move forward
1412 (bug#16497).
1413
1414 2014-01-20 Juri Linkov <juri@jurta.org>
1415
1416 * saveplace.el (toggle-save-place, save-place-to-alist)
1417 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1418 'dired-mode) before checking for dired-directory. (Bug#16477)
1419
1420 2014-01-20 Juri Linkov <juri@jurta.org>
1421
1422 * indent.el (indent-line-to): Use backward-to-indentation
1423 instead of back-to-indentation. (Bug#16461)
1424
1425 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1426
1427 Revert some of the CANNOT_DUMP fix (Bug#16494).
1428 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1429 but fixing this can wait until after the next release.
1430 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1431
1432 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
1433
1434 * eshell/esh-mode.el (eshell-password-prompt-regexp):
1435 Use `password-word-equivalents'.
1436 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1437 to t. (Bug#5664, Bug#13124)
1438
1439 2014-01-19 Alan Mackenzie <acm@muc.de>
1440
1441 Bind open-paren-in-column-0-is-defun-start to nil at some entry
1442 points.
1443 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1444 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1445 * progmodes/cc-mode.el (c-before-change, c-after-change)
1446 (c-font-lock-fontify-region): Bind it here.
1447
1448 2014-01-19 Martin Rudalics <rudalics@gmx.at>
1449
1450 * term.el (term-window-width): Call window-text-width instead of
1451 window-width (Bug#16470).
1452
1453 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
1454
1455 * simple.el (password-word-equivalents): Remove duplicates.
1456 Sort, to make this easier next time.
1457 Downcase. Omit ": " after "jelszó".
1458
1459 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
1460
1461 * term/common-win.el (saved-region-selection): Defvar it.
1462 (x-select-text): Set saved-region-selection (Bug#16382).
1463
1464 2014-01-18 Glenn Morris <rgm@gnu.org>
1465
1466 * emacs-lisp/authors.el (authors-aliases)
1467 (authors-renamed-files-alist): Add some entries.
1468
1469 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
1470
1471 * net/tramp.el (tramp-password-prompt-regexp):
1472 Use `password-word-equivalents' if available.
1473 (tramp-action-password, tramp-process-one-action)
1474 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
1475
1476 2014-01-17 Chong Yidong <cyd@gnu.org>
1477
1478 * simple.el (password-word-equivalents): New defcustom.
1479 * comint.el (comint-password-prompt-regexp): Use it. Bump version
1480 to 24.4.
1481 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
1482 to t. (Bug#13124)
1483
1484 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
1485
1486 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
1487 (ruby-align-to-stmt-keywords): Change the default value.
1488 Use `ruby-alignable-keywords' to generate the possible customization
1489 choices.
1490 (ruby-smie-rules): Instead of using a hardcoded list of alignable
1491 keywords, check against the value of `ruby-alignable-keywords'
1492 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
1493
1494 2014-01-17 Glenn Morris <rgm@gnu.org>
1495
1496 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1497
1498 Make M-x authors return zero *Authors Errors* from current logs.
1499 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
1500 (authors-ignored-files): Add some entries, remove others.
1501 (authors-ambiguous-files, authors-valid-file-names):
1502 Add some entries.
1503 (authors-renamed-files-alist): Add, remove, and adjust entries.
1504 (authors-renamed-files-regexps): Add some entries.
1505 Remove some very broad ones. Make some entries `lax'.
1506 (authors-lax-changelogs): New constant.
1507 (authors-disambiguate-file-name): Treat top-level specially.
1508 (authors-lax-changelog-p): New function.
1509 (authors-canonical-file-name): Check file as written against
1510 authors-valid-file-names. Do not special-case etc/.
1511 Handle `lax' logs and authors-renamed-files-regexps elements.
1512
1513 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
1514
1515 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
1516 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
1517 callers.
1518
1519 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
1522 Assume we're already in the proper buffer.
1523 Inspired by Anders Lindgren <andlind@gmail.com>.
1524 (follow-post-command-hook): Call it from the right buffer.
1525 (follow-comint-scroll-to-bottom): Adjust call.
1526 (follow-all-followers): Use get-buffer-window-list.
1527
1528 2014-01-15 Daniel Colascione <dancol@dancol.org>
1529
1530 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
1531 `buffer-file-name' in interactive-form so that we don't leave
1532 pathless file names in `file-name-history'.
1533
1534 2014-01-15 Juri Linkov <juri@jurta.org>
1535
1536 * indent.el (indent-rigidly): Set deactivate-mark to nil
1537 in transient indentation mode. (Bug#16438)
1538
1539 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
1540
1541 * emacs-lisp/package.el (package-desc-keywords): New function
1542 (Bug#16222).
1543 (describe-package-1, package-all-keywords)
1544 (package--has-keyword-p): Use it.
1545
1546 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1547
1548 * simple.el (define-alternatives): When creating the
1549 COMMAND-alternatives variable, assign COMMAND as its definition
1550 name so that `describe-variable' can relocate it.
1551
1552 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
1553
1554 * font-lock.el (font-lock-keywords): Fix typo in docstring
1555 (bug#16307).
1556
1557 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1558
1559 * ispell.el (ispell-region): Reset `in-comment' for new line
1560 instead of wrongly reset `add-coment' (bug#13577).
1561
1562 2014-01-14 Daiki Ueno <ueno@gnu.org>
1563
1564 * epa-file.el (epa-file-write-region): Encode the region according
1565 to `buffer-file-format'. Problem reported at:
1566 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1567
1568 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1569
1570 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1571 so it applies in the right buffer (bug#16410).
1572
1573 2014-01-13 Daniel Colascione <dancol@dancol.org>
1574
1575 * textmodes/rst.el (rst-define-key): Provide deprecated
1576 keybindings through named functions instead of anonymous ones so
1577 that "??" doesn't appear in describe-mode output.
1578
1579 2014-01-13 Bastien Guerry <bzg@gnu.org>
1580
1581 * simple.el (define-alternatives): Call the selected command
1582 interactively. When setting `COMMAND--implementation' for the
1583 first time, tell the user how to chose another implementation.
1584 Enhance the docstring.
1585
1586 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1589 (log-edit--match-first-line): New function.
1590 (log-edit-font-lock-keywords): Use it.
1591 (log-edit-mode): Make jit-lock-defer-multiline work.
1592
1593 2014-01-13 Bastien Guerry <bzg@gnu.org>
1594
1595 * rect.el (rectangle-mark-mode): When the region is not active,
1596 display a message saying that the mark as been set and that
1597 rectangle mode is in use.
1598 (rectangle--highlight-for-redisplay): Only put an overlay with a
1599 visible vertical bar when (display-graphic-p) is non-nil.
1600 This partially fixes Bug#16403.
1601
1602 2014-01-13 Juri Linkov <juri@jurta.org>
1603
1604 * info.el (Info-find-file): Go to DIR before displaying the error
1605 about a nonexistent file if no previous Info file is visited.
1606 Use `user-error' instead of `error' for "Info file %s does not exist".
1607 (Info-find-node-2): In case of a nonexistent node in unwind forms
1608 go to the Top node if there is no previous node to revert to.
1609 (Bug#16405)
1610
1611 2014-01-13 Martin Rudalics <rudalics@gmx.at>
1612
1613 fit-frame/window-to-buffer code fixes including one for Bug#14096.
1614 * window.el (fit-frame-to-buffer): Fix doc-string.
1615 Respect window-min-height/-width. Fit pixelwise when
1616 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
1617 when avoiding that frame goes partially off-screen.
1618 (fit-window-to-buffer): Respect window-min-height/-width
1619 (Bug#14096).
1620
1621 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
1624 after an empty line.
1625
1626 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * net/shr.el (shr-render-region): Autoload.
1629
1630 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
1631
1632 * net/eww.el (eww-download-directory): Rename from
1633 `eww-download-path' (Bug#16419).
1634
1635 2014-01-12 Leo Liu <sdl.web@gmail.com>
1636
1637 * dired-x.el (dired-mode-map): Fix last change.
1638
1639 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
1640
1641 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
1642
1643 Spelling fixes.
1644 * emacs-lisp/generic.el (generic--normalize-comments):
1645 Rename from generic--normalise-comments. All uses changed.
1646 * play/bubbles.el (bubbles--neighborhood-score)
1647 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
1648 (bubbles--neighborhood-available)
1649 (bubbles--update-neighborhood-score):
1650 Rename from names with 'neighbourhood'. All uses changed.
1651
1652 2014-01-12 Leo Liu <sdl.web@gmail.com>
1653
1654 Re-implement the feature of showing eldoc info after editing.
1655 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
1656 (eldoc-edit-message-commands): New function.
1657 (eldoc-print-after-edit): New variable.
1658 (eldoc-pre-command-refresh-echo-area): Emit message only by
1659 eldoc-message-commands.
1660 (eldoc-mode): Restrict eldoc-message-commands to editing commands
1661 if eldoc-print-after-edit is set. (Bug#16346)
1662 * simple.el (read--expression): Enable eldoc-mode.
1663 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
1664
1665 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
1666 Eric S. Raymond <esr@thyrsus.com>
1667
1668 * version.el (emacs-repository-get-version): Enhance so the
1669 function works correctly in either a Bazaar or Git repo.
1670
1671 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
1672
1673 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
1674 Goes with removal of the joke manpages from /etc.
1675
1676 2014-01-10 Kenichi Handa <handa@gnu.org>
1677
1678 * mail/rmail.el (rmail-get-coding-system):
1679 Check rmail-get-coding-function before "funcall"ing it.
1680
1681 2014-01-10 Glenn Morris <rgm@gnu.org>
1682
1683 * emacs-lisp/authors.el (authors-fixed-entries):
1684 Update for files that no longer exist.
1685
1686 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
1687
1688 * version.el (emacs-bzr-get-version): Restore compatibilty with
1689 24.3 (Tested).
1690
1691 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
1692
1693 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
1694 and Podfile.
1695
1696 2014-01-10 Eli Zaretskii <eliz@gnu.org>
1697
1698 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
1699
1700 2014-01-10 Chong Yidong <cyd@gnu.org>
1701
1702 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
1703
1704 2014-01-10 Anders Lindgren <andlind@gmail.com>
1705
1706 * follow.el (follow-cache-command-list): Include right-char and
1707 left-char.
1708
1709 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
1710
1711 Spelling fixes.
1712 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
1713 * woman.el (woman-mark-horizontal-position):
1714 Rename from woman-mark-horizonal-position. Use changed.
1715
1716 2014-01-10 Glenn Morris <rgm@gnu.org>
1717
1718 * info.el (info-initialize): If running uninstalled, ensure our
1719 own info files are always found first, even if INFOPATH is set.
1720
1721 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1722
1723 2014-01-09 David Engster <deng@randomsample.de>
1724
1725 * emacs-lisp/eieio-custom.el:
1726 * emacs-lisp/eieio-opt.el: Set generated autoload file to
1727 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1728 * emacs-lisp/eieio.el: Regenerate autoloads.
1729
1730 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
1731
1732 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1733 following renames. (Bug#8756)
1734
1735 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1738 (bug#16382).
1739 (activate-mark): Add `no-tmm' argument.
1740 (set-mark, push-mark-command): Use it instead of running
1741 activate-mark-hook by hand.
1742
1743 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
1744
1745 In preparation for the move to git, sanitize out some
1746 Bazaar-specific names.
1747
1748 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1749
1750 * version.el (emacs-bzr-version): Name changed to
1751 emacs-repository-version. Obsolete-variable alias made.
1752 * loadup.el: Follow through on this name change.
1753 * mail/emacsbug.el (report-emacs-bug): Factor out any
1754 assumption about the version control system in use.
1755
1756 2014-01-08 David Engster <deng@randomsample.de>
1757
1758 * help-fns.el (help-fns-describe-function-functions):
1759 New variable to call functions for augmenting help buffers.
1760 (describe-function-1): Remove explicit calls to
1761 `help-fns--compiler-macro', `help-fns--parent-mode' and
1762 `help-fns--obsolete'. Put them in above new variable instead, and
1763 call them through `run-hook-with-args'.
1764 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1765 `eieio-describe-class'. Not meant for interactive use anymore,
1766 but to augment existing help buffers. Remove optional second
1767 argument. Create proper button for file location.
1768 Rewrite function to use `insert' instead of `princ' and `prin1' where
1769 possible.
1770 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1771 (eieio-method-def, eieio-class-def): Move further up.
1772 (describe-method, describe-generic, eieio-describe-method):
1773 Remove aliases.
1774 (eieio-help-constructor, eieio-help-generic): Rename from
1775 `eieio-describe-constructor' and `eieio-describe-generic', resp.
1776 Rewrite to use `insert' in the current buffer and use proper help
1777 buttons.
1778 (eieio-help-find-method-definition)
1779 (eieio-help-find-class-definition): Also accept symbols as
1780 arguments.
1781 (eieio-help-mode-augmentation-maybee): Remove.
1782 (eieio-describe-class-sb): Use `describe-function'.
1783 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1784 Add `eieio-help-generic' and `eieio-help-constructor'.
1785
1786 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
1787
1788 Spelling fixes.
1789 * language/china-util.el (hz-ascii-designation):
1790 Rename from hz-ascii-designnation.
1791 (hz-ascii-designation): Rename from hz-ascii-designnation.
1792 All uses changed.
1793
1794 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1797 package-alist.
1798
1799 2014-01-08 Bastien Guerry <bzg@gnu.org>
1800
1801 * emacs-lisp/package.el (package-delete):
1802 Correctly delete the package from package-alist.
1803
1804 2014-01-08 Daiki Ueno <ueno@gnu.org>
1805
1806 * emacs-lisp/package.el (url-recreate-url): Declare.
1807 (url-http-target-url): Declare.
1808 (package-handle-response): Include requested URL in the error message.
1809 (package--check-signature): Don't re-signal errors from
1810 package--with-work-buffer. Suggested by Stefan Monnier.
1811
1812 2014-01-07 Bastien Guerry <bzg@gnu.org>
1813
1814 * minibuffer.el (completion--try-word-completion): When both a
1815 hyphen and a space are possible candidates for the character
1816 following a word, display both candidates. (Bug#15980)
1817
1818 2014-01-07 Martin Rudalics <rudalics@gmx.at>
1819
1820 * window.el (balance-windows-2): While rounding don't give a
1821 window more than the remainder. Bug#16351, bug#16383.
1822
1823 2014-01-07 Glenn Morris <rgm@gnu.org>
1824
1825 * menu-bar.el (menu-bar-help-extra-packages): Remove.
1826 (menu-bar-help-menu): Use view-external-packages instead.
1827
1828 2014-01-07 Bastien Guerry <bzg@gnu.org>
1829
1830 * emacs-lisp/package.el (package-delete): Also delete the package
1831 name from `package-alist', not its description only.
1832
1833 2014-01-07 Glenn Morris <rgm@gnu.org>
1834
1835 * help.el (view-external-packages):
1836 * menu-bar.el (menu-bar-help-extra-packages):
1837 Visit efaq.info rather than etc/MORE.STUFF.
1838
1839 2014-01-07 Juri Linkov <juri@jurta.org>
1840
1841 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1842 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
1843
1844 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1845 that shadows RET. (Bug#16342)
1846
1847 2014-01-07 Chong Yidong <cyd@gnu.org>
1848
1849 * isearch.el (isearch-yank-char, isearch-yank-word)
1850 (isearch-yank-line): Doc fix.
1851
1852 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1853
1854 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1855 * emacs-lisp/elint.el (elint-find-builtins):
1856 * emacs-lisp/eldoc.el (eldoc-symbol-function):
1857 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1858 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1859 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1860 * apropos.el (apropos-safe-documentation):
1861 * subr.el (symbol-file): Remove redundant fboundp.
1862 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1863
1864 2014-01-06 Bastien Guerry <bzg@gnu.org>
1865
1866 * hl-line.el (global-hl-line-overlay): Make a local variable.
1867 (global-hl-line-overlays): New variable to store all overlays.
1868 (global-hl-line-mode): Don't delete overlays from the current
1869 buffer when `global-hl-line-sticky-flag' is non-nil.
1870 (global-hl-line-highlight): Add new overlays to
1871 `global-hl-line-overlays'.
1872 (global-hl-line-unhighlight-all): New function to delete all
1873 overlays when turning off `global-hl-line-mode'.
1874 This fixes Bug#16183.
1875
1876 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * subr.el (set-transient-map): Fix nested case and docstring.
1879
1880 2014-01-06 Tassilo Horn <tsdh@gnu.org>
1881
1882 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
1883 `Texinfo' entry.
1884
1885 2014-01-06 Daniel Colascione <dancol@dancol.org>
1886
1887 Fix defun navigation in vc log view.
1888
1889 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
1890 like `beginning-of-defun'.
1891 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
1892 log-view-end-of-defun to log-view-end-of-defun-1. Replace
1893 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
1894 (log-view-extract-comment): Call `log-view-current-entry' directly
1895 instead of relying on broken `log-view-beginning-of-defun' behavior.
1896
1897 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
1898
1899 Spelling fixes.
1900 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
1901 * emacs-lisp/debug.el (cancel-debug-on-entry):
1902 * epg.el (epg-error-to-string):
1903 * files.el (recover-file):
1904 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1905 * mail/emacsbug.el (report-emacs-bug-hook):
1906 * mail/sendmail.el (mail-recover):
1907 * ses.el (ses-yank-resize):
1908 * term/ns-win.el (ns-print-buffer):
1909 Spelling fixes in diagnostics, mostly for "canceled" with one L.
1910 * epg.el (epg-key-capability-alist): Rename from misspelled version.
1911 All uses changed.
1912 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
1913
1914 2014-01-06 Leo Liu <sdl.web@gmail.com>
1915
1916 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
1917 to avoid shadowing global key. (Bug#16354)
1918
1919 2014-01-06 Daniel Colascione <dancol@dancol.org>
1920
1921 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
1922 rst-mode.
1923
1924 2014-01-05 Martin Rudalics <rudalics@gmx.at>
1925
1926 * window.el (balance-windows): Add mising t to fix Bug#16351.
1927
1928 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1929
1930 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
1931 (bug#16285).
1932 (shr-insert): If we have a word that's longer than `shr-width',
1933 break after it anyway. Otherwise we'll do no breaking once we get
1934 such a long word.
1935
1936 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
1937
1938 * net/eww.el (eww): Support single/double quote for search.
1939 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
1940 (eww-history-quit): Delete and use quit-window.
1941 (eww-history-kill): Delete, because it doesn't work well and
1942 not necessary.
1943 (eww-history-mode-map): Delete some keys and add easy-menu.
1944
1945 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1946
1947 Fix misspelling of 'chinese' in rx (Bug#16237).
1948 * emacs-lisp/rx.el (rx-categories): Correct spelling of
1949 chinese-two-byte.
1950
1951 Change subword regexps back to vars (Bug#16296).
1952 * progmodes/subword.el (subword-forward-regexp)
1953 (subword-backward-regexp): Change these back to variables.
1954
1955 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
1958 syntax-begin-function (bug#16247).
1959
1960 2014-01-03 Chong Yidong <cyd@gnu.org>
1961
1962 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
1963 (advice--docstring): Delete variable.
1964 (advice--make-1): Leave the docstring empty.
1965 (advice-add): Use function-documentation for advised docstring.
1966
1967 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
1968 Ignore function-documentation property when getting documentation.
1969 (ad-activate-advised-definition): Use function-documentation
1970 generate the docstring.
1971 (ad-make-advised-definition): Don't call
1972 ad-make-advised-definition-docstring.
1973 (ad-make-advised-definition-docstring, ad-advised-definition-p):
1974 Delete functions.
1975
1976 * progmodes/sql.el (sql-help): Use function-documentation instead
1977 of dynamic-docstring-function property. No need to autoload now.
1978 (sql--help-docstring): New variable.
1979 (sql--make-help-docstring): Use it.
1980
1981 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1982
1983 * ielm.el (ielm-tab): Retarget.
1984 (ielm-map): Use ielm-tab for tab.
1985 (ielm-complete-filename): Use comint-filename-completion.
1986 (ielm-complete-symbol): Remove.
1987 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
1988 remove ielm-tab from completion-at-point-functions (bug#16224).
1989
1990 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
1991 Beware signals raised by predicates (bug#16201).
1992
1993 2014-01-02 Richard Stallman <rms@gnu.org>
1994
1995 * dired-aux.el (dired-do-print): Handle printer-name.
1996
1997 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
1998 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
1999 (rmail-epa-decrypt): Turn off mime processing.
2000
2001 * mail/rmail.el (rmail-make-in-reply-to-field):
2002 Add parens in message-id.
2003
2004 * mail/rmail.el (rmail-get-coding-function): Variable.
2005 (rmail-get-coding-system): Use it.
2006
2007 2013-12-31 Eli Zaretskii <eliz@gnu.org>
2008
2009 * international/mule-conf.el: Unify the charset indian-is13194.
2010 (indian-is13194): Specify unify-map.
2011
2012 2013-12-31 Leo Liu <sdl.web@gmail.com>
2013
2014 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2015
2016 2013-12-30 Daniel Colascione <dancol@dancol.org>
2017
2018 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2019 of printing a useless when we resume from sleep.
2020
2021 * progmodes/sh-script.el
2022 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2023 in indentation code. (Bug#16233)
2024
2025 2013-12-28 João Távora <joaotavora@gmail.com>
2026
2027 * elec-pair.el (electric-pair-post-self-insert-function):
2028 Don't open extra newlines at beginning of buffer. (Bug#16272)
2029
2030 2013-12-28 Eli Zaretskii <eliz@gnu.org>
2031
2032 * frame.el (window-system-for-display): Don't allow to create a
2033 GUI frame from a -nw session on MS-Windows. (Bug#14739)
2034
2035 2013-12-28 Glenn Morris <rgm@gnu.org>
2036
2037 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2038 Update callers.
2039
2040 * apropos.el (apropos-match-face):
2041 * calculator.el (calculator-displayer):
2042 * dabbrev.el (dabbrev-search-these-buffers-only):
2043 * face-remap.el (buffer-face-mode-face):
2044 * simple.el (yank-handled-properties):
2045 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2046 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2047 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2048 (hashcash-double-spend-database):
2049 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2050 (ruby-deep-indent-paren-style):
2051 * textmodes/flyspell.el (flyspell-auto-correct-binding):
2052 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2053 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2054 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2055 Specify custom types.
2056
2057 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2058 * bookmark.el (bookmark-bmenu-use-header-line):
2059 * doc-view.el (doc-view-scale-internally):
2060 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2061 * register.el (register-preview-delay):
2062 * net/shr.el (shr-bullet):
2063 * progmodes/cfengine.el (cfengine-cf-promises)
2064 (cfengine-parameters-indent):
2065 * progmodes/octave.el (inferior-octave-error-regexp-alist):
2066 * textmodes/reftex-vars.el (reftex-label-regexps):
2067 * vc/log-edit.el (log-edit-setup-add-author): Add version.
2068
2069 * net/tls.el (tls-certtool-program): Fix default value.
2070
2071 * desktop.el (desktop-restore-in-current-display):
2072 * newcomment.el (comment-empty-lines):
2073 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2074 (idlwave-pad-keyword):
2075 * progmodes/tcl.el (tcl-tab-always-indent):
2076 * textmodes/reftex-vars.el (reftex-index-default-tag):
2077 * elec-pair.el (electric-pair-skip-whitespace):
2078 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2079
2080 * emacs-lisp/authors.el (authors-ignored-files)
2081 (authors-valid-file-names, authors-renamed-files-alist): Additions.
2082
2083 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2084
2085 * shell.el (shell-dynamic-complete-command): Doc fix.
2086 (shell--command-completion-data): Shell completion now matches
2087 executable filenames from the current buffer's directory, on
2088 systems in which this behavior is the default (windows-nt, ms-dos).
2089
2090 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2091
2092 * net/shr.el (shr-insert): Don't infloop if the width is zero.
2093
2094 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2097 (bug#16251).
2098
2099 * electric.el: Move all electric-pair-* to elec-pair.el.
2100 * elec-pair.el: New file, split from electric.el.
2101
2102 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2103
2104 * net/shr.el (shr-find-fill-point): Don't try to fill if the
2105 indentation level is larger than the width, because that will
2106 infloop.
2107 (shr-insert): Fill repeatedly long texts, so that Japanese is
2108 formatted correctly (bug#16263).
2109 (shr-find-fill-point): Off by one error in comparison with the
2110 indentation.
2111
2112 2013-12-26 João Távora <joaotavora@gmail.com>
2113
2114 * electric.el (electric-pair-mode): More flexible engine for skip-
2115 and inhibit predicates, new options for pairing-related functionality.
2116 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2117 if that keeps or improves their balance in buffers.
2118 (electric-pair-delete-adjacent-pairs): Delete the pair when
2119 backspacing over adjacent matched delimiters.
2120 (electric-pair-open-extra-newline): Open extra newline when
2121 inserting newlines between adjacent matched delimiters.
2122 (electric--sort-post-self-insertion-hook):
2123 Sort post-self-insert-hook according to priority values when
2124 minor-modes are activated.
2125 * simple.el (newline-and-indent): Call newline with interactive
2126 set to t.
2127 (blink-paren-post-self-insert-function): Set priority to 100.
2128 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2129 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2130 comments. Locally set electric-pair-skip-whitespace to 'chomp and
2131 electric-pair-open-newline-between-pairs to nil.
2132
2133 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2134
2135 * progmodes/python.el: Use lexical-binding.
2136 (python-nav-beginning-of-defun): Stop searching ASAP.
2137
2138 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
2139
2140 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2141 Fix interactive spec. Doc fix. (Bug#15754)
2142
2143 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2144
2145 * emacs-lisp/byte-run.el (eval-when-compile):
2146 * progmodes/cc-defs.el (cc-eval-when-compile):
2147 Fix edebug spec (bug#16184).
2148
2149 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2150
2151 * net/shr.el (shr-visit-file): Remove debugging function.
2152 (shr-insert): Don't infloop if we can't find a good place to break
2153 the line (bug#16256).
2154
2155 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2156
2157 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2158 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2159 python-nav-lisp-forward-sexp-safe.
2160 (python-nav--forward-sexp): New argument SAFE allows switching
2161 forward sexp movement behavior for parens.
2162 (python-nav-forward-sexp): Throw errors on unterminated parens
2163 (Bug#16191).
2164 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2165 (python-nav-backward-sexp-safe): New functions.
2166 (python-shell-buffer-substring):
2167 Use `python-nav-forward-sexp-safe'.
2168
2169 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2170
2171 * net/shr.el (shr-find-fill-point): Don't break lines before a
2172 quotation mark.
2173 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2174 (shr-find-fill-point): Remove the special checks for the quotation
2175 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2176
2177 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2178
2179 * net/eww.el (eww-form-textarea): Use a different face for
2180 textareas than text input since they have different keymaps
2181 (bug#16142).
2182
2183 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
2184
2185 * progmodes/python.el (python-nav-beginning-of-statement):
2186 Speed up (Bug#15295).
2187
2188 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2189
2190 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2191 the window configuration.
2192
2193 2013-12-24 Eli Zaretskii <eliz@gnu.org>
2194
2195 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2196 we run on MS-Windows or MS-DOS.
2197
2198 2013-12-24 Martin Rudalics <rudalics@gmx.at>
2199
2200 * window.el (balance-windows-area): Call window-size instead of
2201 window-height and window-width. Bug#16241.
2202
2203 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2204
2205 * net/eww.el (eww-bookmark-quit): Remove.
2206 (eww-bookmark-browse): Restore the window configuration when you
2207 choose a bookmark (bug#16144).
2208
2209 2013-12-24 Daniel Colascione <dancol@dancol.org>
2210
2211 * icomplete.el: Remove redundant :group arguments to `defcustom'
2212 throughout.
2213 (icomplete-show-matches-on-no-input): New customizable variable.
2214 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2215 we have something to show.
2216 (icomplete-exhibit): Compute completions even if we have no user input.
2217
2218 2013-12-23 Daniel Colascione <dancol@dancol.org>
2219
2220 * icomplete.el: Move `provide' to end of file.
2221
2222 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
2223
2224 * net/gnutls.el (gnutls-verify-error): Add version tag.
2225
2226 2013-12-23 Chong Yidong <cyd@gnu.org>
2227
2228 * subr.el (set-transient-map): Rename from
2229 set-temporary-overlay-map. Doc fix.
2230
2231 * face-remap.el (text-scale-adjust):
2232 * indent.el (indent-rigidly):
2233 * kmacro.el (kmacro-call-macro):
2234 * minibuffer.el (minibuffer-force-complete):
2235 * repeat.el (repeat):
2236 * simple.el (universal-argument--mode):
2237 * calendar/todo-mode.el (todo-insert-item--next-param):
2238 * progmodes/f90.el (f90-abbrev-start): Callers changed.
2239
2240 * indent.el (indent-rigidly): Use substitute-command-keys.
2241
2242 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2243
2244 * net/eww.el (eww-tag-select): Add text-property to jump to next
2245 select field.
2246 (eww): Add non-supported ftp error.
2247
2248 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2249
2250 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2251 comments. Handle electric indent after typing `?' and `!'.
2252
2253 2013-12-22 Chong Yidong <cyd@gnu.org>
2254
2255 * faces.el (face-spec-recalc): If the theme specs are not
2256 applicable to a frame, fall back on the defface spec.
2257 This prevents themes from obliterating faces on low-color terminals.
2258
2259 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2260
2261 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2262 after `{'. We need it after block openers, and it doesn't seem
2263 to hurt after hash openers.
2264
2265 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2266
2267 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2268 extracted from `ruby-smie-rules'.
2269 (ruby--electric-indent-chars): New variable.
2270 (ruby--electric-indent-p): New function.
2271 (ruby-mode): Use `electric-indent-functions' instead of
2272 `electric-indent-chars'.
2273
2274 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
2275
2276 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2277 docstring.
2278 (ruby-smie-rules): Indent plus one level after `=>'.
2279
2280 2013-12-21 Richard Stallman <rms@gnu.org>
2281
2282 * simple.el (newline): Doc fix.
2283
2284 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2285
2286 * net/eww.el (eww-list-histories, eww-list-histories)
2287 (eww-history-browse, eww-history-quit, eww-history-kill)
2288 (eww-history-mode-map, eww-history-mode): New command and
2289 functions to list browser histories.
2290 (eww-form-text): Support text form with disabled
2291 and readonly attributes.
2292 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2293
2294 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2295
2296 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2297 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2298 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2299 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2300 Use `user-error'.
2301 (eww-bookmark-mode-map): Add menu.
2302 (eww-render, eww-mode): Use `setq-local'.
2303 (eww-tool-bar-map): New variable.
2304 (eww-mode): Set `tool-bar-map'.
2305 (eww-view-source): Check for `html-mode' with `fboundp'.
2306
2307 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2308
2309 * net/shr.el (shr--extract-best-source): Don't bug out on audio
2310 elements with text inside. Also remove debugging.
2311
2312 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
2313
2314 * cus-start.el (all): Add ns-use-srgb-colorspace.
2315
2316 2013-12-21 Chong Yidong <cyd@gnu.org>
2317
2318 * custom.el (custom-theme-recalc-face): Do nothing if the face is
2319 undefined. Thus, theme settings for undefined faces do not take
2320 effect until the faces are defined with defface, the same as with
2321 theme variables.
2322
2323 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2324 (face-spec-reset-face): Don't assign extra properties in temacs.
2325 (face-spec-recalc): Apply X resources too.
2326
2327 2013-12-21 Chong Yidong <cyd@gnu.org>
2328
2329 * faces.el (face-spec-set):
2330 * cus-face.el (custom-theme-set-faces, custom-set-faces):
2331 * custom.el (defface): Doc fixes (Bug#16203).
2332
2333 * indent.el (indent-rigidly-map): Add docstring, and move commands
2334 into named functions.
2335 (indent-rigidly-left, indent-rigidly-right)
2336 (indent-rigidly-left-to-tab-stop)
2337 (indent-rigidly-right-to-tab-stop): New functions. Decide on
2338 indentation direction based on bidi direction, and accumulate
2339 sequential commands in a single undo boundary.
2340 (indent-rigidly--pop-undo): New utility function.
2341
2342 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
2343
2344 * faces.el (read-face-name): Require crm.el when using crm-separator.
2345
2346 2013-12-20 Daniel Colascione <dancol@dancol.org>
2347
2348 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2349 so that we don't reflow comments into the shebang line.
2350
2351 2013-12-20 Juri Linkov <juri@jurta.org>
2352
2353 * saveplace.el (save-place-to-alist): Add `dired-filename' as
2354 a position when `dired-directory' is non-nil. Check integer
2355 positions with `integerp'.
2356 (toggle-save-place, save-places-to-alist): Add check for
2357 `dired-directory'.
2358 (save-place-find-file-hook): Check integer positions with
2359 `integerp'.
2360 (save-place-dired-hook): Use `dired-goto-file' when
2361 `dired-filename' is found in the assoc list. Check integer
2362 positions with `integerp'.
2363 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2364
2365 * dired.el (dired-initial-position-hook): Rename back from
2366 `dired-initial-point-hook'.
2367 (dired-initial-position): Rename `dired-initial-point-hook' to
2368 `dired-initial-position-hook'.
2369 (dired-file-name-at-point): Doc fix. (Bug#15329)
2370
2371 2013-12-20 Juri Linkov <juri@jurta.org>
2372
2373 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2374 (read-regexp-suggestions): New function.
2375 (read-regexp): Use `read-regexp-defaults-function' to get default values.
2376 Use `read-regexp-suggestions'. Add non-empty default to history
2377 for empty input.
2378 (occur-read-regexp-defaults-function): Remove function.
2379 (occur-read-primary-args): Use `regexp-history-last' instead of
2380 `occur-read-regexp-defaults-function'.
2381
2382 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2383 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2384 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2385 `hi-lock-read-regexp-defaults-function'. Doc fix.
2386 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2387 with `find-tag-default-as-symbol-regexp'. Doc fix.
2388 (hi-lock-read-regexp-defaults): Remove function.
2389 (hi-lock-regexp-okay): Add check for null.
2390
2391 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2392 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
2393
2394 * subr.el (find-tag-default-as-symbol-regexp): New function.
2395 (find-tag-default-as-regexp): Move symbol regexp formatting to
2396 `find-tag-default-as-symbol-regexp'.
2397
2398 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
2399
2400 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2401 (Bug#14179)
2402
2403 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2404
2405 * calendar/todo-mode.el: New implementation of item insertion
2406 commands and key bindings.
2407 (todo-key-prompt): New face.
2408 (todo-insert-item): New command.
2409 (todo-insert-item--parameters): New defconst, replacing defvar
2410 todo-insertion-commands-args-genlist.
2411 (todo-insert-item--param-key-alist): New defconst, replacing
2412 defvar todo-insertion-commands-arg-key-list.
2413 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2414 (todo-insert-item--argsleft, todo-insert-item--apply-args)
2415 (todo-insert-item--next-param): New functions.
2416 (todo-insert-item--args, todo-insert-item--argleft)
2417 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2418 New variables.
2419 (todo-key-bindings-t): Change binding of "i" from
2420 todo-insertion-map to todo-insert-item.
2421 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2422 (todo-insertion-command-name, todo-insertion-commands-names)
2423 (todo-define-insertion-command, todo-insertion-commands)
2424 (todo-insertion-key-bindings, todo-insertion-map): Remove.
2425
2426 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
2427
2428 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2429 (todo-toggle-item-highlighting): Use eval-and-compile instead of
2430 eval-when-compile.
2431 (todo-move-category): Allow choosing a non-existing todo file to
2432 move the category to, and create that file.
2433 (todo-default-priority): New user option.
2434 (todo-set-item-priority): Use it.
2435 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2436 (desktop-restore-file-buffer): Declare.
2437 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2438 (todo-modes-set-2): Locally set desktop-save-buffer to
2439 todo-desktop-save-buffer.
2440 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2441 (auto-mode-alist): Add autoload cookie.
2442
2443 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
2444
2445 * emacs-lisp/subr-x.el: Renamed from helpers.el.
2446 helpers.el was a poor choice of name.
2447 (string-remove-prefix): New function.
2448 (string-remove-suffix): New function.
2449
2450 2013-12-20 Martin Rudalics <rudalics@gmx.at>
2451
2452 Fix assignment for new window total sizes.
2453 * window.el (window--pixel-to-size): Remove function.
2454 (window--pixel-to-total-1, window--pixel-to-total):
2455 Fix calculation of new total sizes.
2456
2457 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
2458
2459 * comint.el (comint-output-filter): Fix rear-nonsticky property
2460 placement (Bug#16010).
2461
2462 2013-12-20 Chong Yidong <cyd@gnu.org>
2463
2464 * faces.el (read-color): Minor fix for completion function.
2465
2466 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
2467
2468 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
2469 New option. (Bug#16182)
2470 (ruby-smie--indent-to-stmt-p): Use it.
2471 (ruby-smie-rules): Revert the logic in the handling of `when'.
2472 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
2473 (ruby-deep-arglist, ruby-deep-indent-paren)
2474 (ruby-deep-indent-paren-style): Update docstrings to note that the
2475 vars don't have any effect with SMIE.
2476
2477 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
2478
2479 * calc/calc.el (calc-enter, calc-pop): Use the variable
2480 `calc-context-sensitive-enter'.
2481
2482 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2483
2484 * net/shr.el (shr-insert): Protect against infloops in degenerate
2485 tables.
2486
2487 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2488
2489 * progmodes/octave.el (octave): Add link to manual and octave
2490 homepage.
2491 (octave-mode-menu): Link to octave-mode manual.
2492
2493 2013-12-20 Leo Liu <sdl.web@gmail.com>
2494
2495 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
2496 insertion using skeleton-end-newline. (Bug#16138)
2497
2498 2013-12-20 Juri Linkov <juri@jurta.org>
2499
2500 * replace.el (occur-engine): Use `add-face-text-property'
2501 to add the face property to matches and titles. (Bug#14645)
2502
2503 * hi-lock.el (hi-green): Use lighter color "light green" closer to
2504 the palette of other hi-lock colors.
2505 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
2506
2507 2013-12-19 Juri Linkov <juri@jurta.org>
2508
2509 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
2510 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
2511 (minibuffer-history-symbol): Move variable declaration closer to
2512 its usage.
2513
2514 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
2515 (Bug#14785)
2516
2517 2013-12-19 Juri Linkov <juri@jurta.org>
2518
2519 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
2520 New function.
2521 (log-edit-hook): Add it to :options. (Bug#16170)
2522
2523 2013-12-19 Juri Linkov <juri@jurta.org>
2524
2525 * simple.el (eval-expression-print-format): Don't check for
2526 command names and the last command. Always display additional
2527 formats of the integer result in the echo area, and insert them
2528 to the current buffer only with a zero prefix arg.
2529 Display character when char-displayable-p is non-nil.
2530 (eval-expression): With a zero prefix arg, set `print-length' and
2531 `print-level' to nil, and insert the integer values from
2532 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
2533
2534 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2535 `eval-last-sexp-arg-internal'. Doc fix.
2536 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2537 `eval-last-sexp-print-value'. Doc fix.
2538 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2539 Set `print-length' and `print-level' to nil when arg is zero.
2540 (eval-last-sexp): Doc fix.
2541 (eval-defun-2): Print the integer values from
2542 `eval-expression-print-format' at the end.
2543
2544 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2545 values from `eval-expression-print-format' at the end.
2546
2547 * ielm.el (ielm-eval-input): Print the integer
2548 values from `eval-expression-print-format' at the end.
2549
2550 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
2551
2552 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2553 2013-12-11T19:01:44Z!tzz@lifelogs.com.
2554
2555 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
2558 (hl-line-highlight, global-hl-line-highlight): Use it.
2559 (hl-line-overlay): Use defvar-local.
2560
2561 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
2562
2563 * term/ns-win.el: Require dnd.
2564 (global-map): Remove drag items.
2565 (ns-insert-text, ns-set-foreground-at-mouse)
2566 (ns-set-background-at-mouse):
2567 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2568 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2569 New functions.
2570
2571 2013-12-19 Glenn Morris <rgm@gnu.org>
2572
2573 * emacs-lisp/ert.el (ert-select-tests):
2574 Fix string/symbol mixup. (Bug#16121)
2575
2576 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2577
2578 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2579 keywords to their parent.
2580
2581 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
2582
2583 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2584 first arg to be a string (fixed dead code), or an operator symbol.
2585 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2586 operator symbols.
2587 (ruby-smie-rules): Remove parent token check in the `.' clause, it
2588 did nothing. Don't respond to `(:after ".")', it will be called
2589 with :before anyway. Remove the ` @ ' rule, it didn't seem to
2590 change anything. Only return indentation for binary operators
2591 when they are hanging. De-dent opening paren when its parent is
2592 `.', otherwise it looks bad when the dot is not at bol or eol
2593 (bug#16182).
2594
2595 2013-12-19 Juri Linkov <juri@jurta.org>
2596
2597 * replace.el (query-replace-read-args): Split a non-negative arg
2598 and a negative arg into separate elements.
2599 (query-replace, query-replace-regexp, replace-string)
2600 (replace-regexp): Add arg `backward'. Doc fix.
2601 (replace-match-maybe-edit): When new arg `backward' is non-nil,
2602 move point to the beginning of the match.
2603 (replace-search, replace-highlight): Use new arg `backward'
2604 to set the value of `isearch-forward'.
2605 (perform-replace): Add arg `backward' and use it to perform
2606 replacement backward. (Bug#14979)
2607
2608 * isearch.el (isearch-query-replace): Use a negative prefix arg
2609 to call `perform-replace' with a non-nil arg `backward'.
2610
2611 2013-12-18 Juri Linkov <juri@jurta.org>
2612
2613 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
2614 to the default list. Move `log-edit-show-files' to the end.
2615 Add more available functions to options.
2616 (log-edit): Move default specific settings to
2617 `log-edit-insert-message-template'. Don't move point.
2618 (log-edit-insert-message-template): New function.
2619 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
2620 (Bug#16170)
2621
2622 2013-12-18 Juri Linkov <juri@jurta.org>
2623
2624 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
2625 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
2626
2627 2013-12-18 Leo Liu <sdl.web@gmail.com>
2628
2629 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
2630 (Bug#16186)
2631
2632 2013-12-18 Eli Zaretskii <eliz@gnu.org>
2633
2634 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
2635 formats for displaying file sizes when the -s switch is given.
2636 Instead, compute a separate format for displaying the size in
2637 blocks, which is displayed in addition to the "regular" size.
2638 When -h is given in addition to -s, produce size in blocks in
2639 human-readable form as well. (Bug#16179)
2640
2641 2013-12-18 Tassilo Horn <tsdh@gnu.org>
2642
2643 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2644 Reference tables with ~\ref{...} instead of only \ref{...}.
2645
2646 2013-12-18 Chong Yidong <cyd@gnu.org>
2647
2648 * cus-edit.el (custom-magic-alist): Fix "themed" description
2649 (Bug#14348).
2650
2651 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
2652 is non-nil, do not create a new entry in the symbol's theme-value
2653 or theme-face property; update theme-settings only (Bug#14664).
2654 (custom-available-themes): Doc fix.
2655
2656 * cus-theme.el (custom-new-theme-mode-map): Add bindings
2657 (Bug#15674).
2658
2659 * replace.el (occur-engine): Avoid infloop (Bug#7593).
2660
2661 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2662
2663 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
2664 (Bug#13914).
2665
2666 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2667
2668 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
2669
2670 2013-12-18 Glenn Morris <rgm@gnu.org>
2671
2672 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
2673 * cus-start.el (load-prefer-newer): New option.
2674
2675 2013-12-18 Le Wang <l26wang@gmail.com>
2676
2677 * comint.el (comint-previous-matching-input-from-input):
2678 Retain point (Bug#13404).
2679
2680 2013-12-18 Chong Yidong <cyd@gnu.org>
2681
2682 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
2683
2684 2013-12-18 Glenn Morris <rgm@gnu.org>
2685
2686 * mail/emacsbug.el (report-emacs-bug):
2687 Only mention enable-multibyte-characters if non-standard.
2688
2689 2013-12-17 Juri Linkov <juri@jurta.org>
2690
2691 * arc-mode.el (archive-extract-by-file): Check if directory exists
2692 before deletion to not show irrelevant errors if it doesn't exist.
2693
2694 2013-12-17 Juri Linkov <juri@jurta.org>
2695
2696 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
2697 (Bug#14751)
2698
2699 * net/eww.el (browse-web): Add alias to `eww'.
2700 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
2701 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
2702
2703 * net/browse-url.el (browse-url-browser-function): Move `eww'
2704 closer to similar functions.
2705
2706 * startup.el (fancy-startup-screen, fancy-about-screen):
2707 Set browse-url-browser-function to eww-browse-url locally.
2708 (Bug#14751)
2709
2710 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * window.el (window--pixel-to-total): Remove unused `mini' var.
2713 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
2714 (split-window): Remove unused `new' var.
2715 (window--display-buffer): Remove unused `frame' and `delta' vars.
2716 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2717 and display-width'.
2718
2719 2013-12-17 Martin Rudalics <rudalics@gmx.at>
2720
2721 * dired.el (dired-mark-pop-up):
2722 * register.el (register-preview): Don't bind
2723 split-height-threshold here since it's now done in
2724 display-buffer-below-selected.
2725
2726 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
2727
2728 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2729 xterm-rgb-convert-to-16bit.
2730 (rxvt-register-default-colors): Standardize with
2731 xterm-register-default-colors (Bug#14078).
2732
2733 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
2734
2735 * simple.el (kill-region): Pass mark first, then point, so that
2736 kill-append works right (Bug#12819).
2737 (copy-region-as-kill, kill-ring-save): Likewise.
2738
2739 2013-12-17 Leo Liu <sdl.web@gmail.com>
2740
2741 * net/rcirc.el (rcirc-add-face):
2742 * eshell/em-prompt.el (eshell-emit-prompt):
2743 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2744 (Bug#16167)
2745
2746 2013-12-17 Chong Yidong <cyd@gnu.org>
2747
2748 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2749 Suggested by Xue Fuqiao.
2750
2751 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2752
2753 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2754
2755 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
2756
2757 * net/shr.el (shr-insert-document): Remove unused var
2758 `shr-preliminary-table-render'.
2759 (shr-rescale-image): Remove unused arg `force'.
2760 (shr-put-image): Update calls accordingly.
2761 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2762
2763 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
2764
2765 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2766 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2767 :close-all, to see which indentation method to use (Bug#16116).
2768 (smie-rules-function): Document the method :close-all.
2769
2770 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2771
2772 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2773
2774 * net/eww.el (eww-display-html): If we can't find the anchor we're
2775 looking for, then go to point-min.
2776
2777 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
2778
2779 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2780 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2781 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2782 Expand dir too, in case it's relative.
2783
2784 2013-12-16 Juri Linkov <juri@jurta.org>
2785
2786 * desktop.el (desktop-auto-save-timeout): Change default to
2787 `auto-save-timeout'. Doc fix.
2788 (desktop-save): Skip the timestamp in desktop-saved-frameset
2789 when checking for auto-save changes.
2790 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2791 `desktop-auto-save' is called repeatedly by the idle timer.
2792 (desktop-auto-save-set-timer): Replace `run-with-timer' with
2793 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
2794 (Bug#15331)
2795
2796 2013-12-16 Juri Linkov <juri@jurta.org>
2797
2798 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2799 (Bug#16035)
2800 (isearch-pre-command-hook): Check `this-command' for symbolp.
2801
2802 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2805
2806 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
2807
2808 * progmodes/cfengine.el (cfengine3--current-word): Remove.
2809 (cfengine3--current-function): Bring in the current-function
2810 functionality from `cfengine3--current-word'.
2811 (cfengine3-completion-function): Bring in the
2812 bounds-of-current-word functionality from
2813 `cfengine3--current-word'.
2814
2815 2013-12-16 Martin Rudalics <rudalics@gmx.at>
2816
2817 * window.el (display-buffer-below-selected):
2818 Bind split-height-threshold to 0 as suggested by Juri Linkov.
2819
2820 2013-12-16 Leo Liu <sdl.web@gmail.com>
2821
2822 * progmodes/compile.el (compile-goto-error): Do not push-mark.
2823 Remove NOMSG arg and all uses changed.
2824
2825 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2828 (cua--deactivate-rectangle): Don't deactivate the mark.
2829 (cua-set-rectangle-mark): Don't set mark-active since
2830 cua--activate-rectangle already does it for us.
2831 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2832 non-rectangular region.
2833
2834 * emulation/cua-base.el (cua-repeat-replace-region):
2835 Use with-current-buffer.
2836
2837 * net/gnutls.el: Use cl-lib.
2838 (gnutls-negotiate): `mapcan' -> cl-mapcan.
2839
2840 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2841
2842 * emacs-lisp/package.el (package-built-in-p): Support both
2843 built-in and the package.el converted package descriptions.
2844 (package-show-package-list): Allow keywords.
2845 (package-keyword-button-action): Use it instead of
2846 `finder-list-matches'.
2847 (package-menu-filter-interactive): Interactive filtering (by
2848 keyword) function.
2849 (package-menu--generate): Support keywords and change keymappings
2850 and headers when they are given.
2851 (package--has-keyword-p): Helper function.
2852 (package-menu--refresh): Use it.
2853 (package--mapc): Helper function.
2854 (package-all-keywords): Use it.
2855 (package-menu-mode-map): Set up menu items and keybindings to
2856 provide a filtering UI.
2857
2858 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2859
2860 * net/gnutls.el (gnutls-verify-error): New defcustom to control
2861 the behavior when a certificate fails validation. Defaults to
2862 old behavior: never abort, just warn.
2863 (gnutls-negotiate): Use it.
2864
2865 2013-12-14 Martin Rudalics <rudalics@gmx.at>
2866
2867 * window.el (display-buffer-below-selected): Never split window
2868 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
2869
2870 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
2871
2872 * emacs-lisp/package.el (package--prepare-dependencies): New function.
2873 (package-buffer-info): Use it (bug#15108).
2874
2875 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * icomplete.el (icomplete-completions): Make sure the prefix is already
2878 displayed elsewhere before hiding it (bug#16219).
2879
2880 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
2881
2882 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
2883 open-paren tokens when preceded by a open-paren, too.
2884 (ruby-smie-rules): Handle virtual indentation after open-paren
2885 tokens specially. If there is code between it and eol, return the
2886 column where is starts (Bug#16118).
2887
2888 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
2889
2890 * progmodes/cfengine.el: Fix `add-hook' doc.
2891 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
2892 (cfengine3--current-word): Fix parameters.
2893 (cfengine3-make-syntax-cache): Simplify further.
2894 (cfengine3-completion-function, cfengine3--current-function):
2895 Use `assq' for symbols.
2896 (cfengine3--current-function): Fix `cfengine3--current-word' call.
2897
2898 2013-12-13 Glenn Morris <rgm@gnu.org>
2899
2900 * loadup.el (load-path): Warn if site-load or site-init changes it.
2901 No more need to reset it when bootstrapping.
2902
2903 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
2904
2905 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
2906 locations for cf-promises.
2907 (cfengine-mode-syntax-functions-regex): New caching variable.
2908 (cfengine3-fallback-syntax): Fallback syntax for cases where
2909 cf-promises doesn't run.
2910 (cfengine3--current-word): Reimplement using
2911 `cfengine-mode-syntax-functions-regex'.
2912 (cfengine3-completion-function, cfengine3--current-function):
2913 Use `cfengine3-make-syntax-cache' directly.
2914 (cfengine3-clear-syntax-cache): New function.
2915 (cfengine3-make-syntax-cache): Simplify and create
2916 `cfengine-mode-syntax-functions-regex' on demand.
2917 (cfengine3-format-function-docstring): Don't call
2918 `cfengine3-make-syntax-cache' explicitly.
2919
2920 2013-12-13 Martin Rudalics <rudalics@gmx.at>
2921
2922 Fix windmove-find-other-window broken after pixelwise resizing
2923 (Bug#16017).
2924 * windmove.el (windmove-other-window-loc): Revert change from
2925 2013-12-04.
2926 (windmove-find-other-window): Call window-in-direction.
2927 * window.el (window-in-direction): New arguments SIGN, WRAP and
2928 MINI to emulate original windmove-find-other-window behavior.
2929
2930 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
2931
2932 * simple.el (blink-matching--overlay): New variable.
2933 (blink-matching-open): Instead of moving point, highlight the
2934 matching paren with an overlay
2935 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
2936
2937 * faces.el (paren-showing-faces, show-paren-match)
2938 (show-paren-mismatch): Move from paren.el.
2939
2940 2013-12-13 Leo Liu <sdl.web@gmail.com>
2941
2942 * indent.el (indent-region): Disable progress reporter in
2943 minibuffer. (Bug#16108)
2944
2945 * bindings.el (visual-order-cursor-movement): Fix version.
2946
2947 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2948
2949 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
2950 Also match after beginning of line.
2951 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
2952 files. Thanks to Russell Sim. (Bug#15378)
2953
2954 2013-12-13 Juri Linkov <juri@jurta.org>
2955
2956 * simple.el <Keypad support>: Remove key bindings duplicated
2957 with bindings.el. (Bug#14397)
2958
2959 2013-12-13 Juri Linkov <juri@jurta.org>
2960
2961 * comint.el (comint-mode-map): Replace `delete-char' with
2962 `delete-forward-char'. (Bug#16109)
2963
2964 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
2965
2966 * progmodes/python.el (python-indent-calculate-indentation):
2967 Fix de-denters cornercase. (Bug#15731)
2968
2969 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
2972 (advice--make): Pay attention to `depth'.
2973 (advice--make-1): Don't autoload commands eagerly.
2974 * emacs-lisp/elp.el (elp-instrument-function):
2975 * emacs-lisp/trace.el (trace-function-internal):
2976 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
2977
2978 * iswitchb.el (iswitchb-mode): Don't belittle ido.
2979
2980 2013-12-12 Eli Zaretskii <eliz@gnu.org>
2981
2982 * term/w32-win.el (w32-handle-dropped-file):
2983 * startup.el (normal-top-level):
2984 * net/browse-url.el (browse-url-file-url):
2985 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
2986 decode file names using 'utf-8' rather than
2987 file-name-coding-system.
2988
2989 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
2990
2991 * progmodes/python.el (python-indent-context)
2992 (python-indent-calculate-indentation): Fix auto-identation
2993 behavior for comment blocks. (Bug#15916)
2994
2995 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
2996
2997 * progmodes/python.el (python-indent-calculate-indentation):
2998 When determining indentation, don't treat "return", "pass", etc., as
2999 operators when they are just string constituents. (Bug#15812)
3000
3001 2013-12-12 Juri Linkov <juri@jurta.org>
3002
3003 * uniquify.el (uniquify-buffer-name-style): Change default to
3004 `post-forward-angle-brackets'.
3005
3006 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3007 `uniquify'. Change default to `post-forward-angle-brackets'.
3008
3009 2013-12-11 Glenn Morris <rgm@gnu.org>
3010
3011 * emacs-lisp/package.el (finder-list-matches):
3012 Autoload rather than falsely declaring.
3013
3014 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
3015
3016 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3017 (eww-mode-map): Use them.
3018
3019 2013-12-11 Martin Rudalics <rudalics@gmx.at>
3020
3021 * window.el (display-buffer-in-side-window): Fix doc-string
3022 (Bug#16115).
3023
3024 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
3025
3026 * vc/vc-git.el: Silence byte-compiler warnings.
3027 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3028 (log-edit-set-header): Declare.
3029
3030 2013-12-11 Eli Zaretskii <eliz@gnu.org>
3031
3032 * Makefile.in (custom-deps, finder-data): Run output file names
3033 through unmsys--file-name. (Bug#16099)
3034
3035 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3038 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3039
3040 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3041 instead of deleting the selection "by hand" (bug#16098).
3042 Rely on insert-for-yank to yank rectangles.
3043 (cua-highlight-region-shift-only): Mark obsolete.
3044 (cua-mode): Don't enable/disable transient-mark-mode,
3045 shift-select-mode (cua-mode works both with and without them), and
3046 pc-selection-mode (obsolete).
3047 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3048 (cua--deactivate-rectangle): Deactivate it.
3049
3050 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3051 (delete-selection-helper): Make sure yank starts at the top of the
3052 deleted region.
3053 (minibuffer-keyboard-quit): Use region-active-p.
3054
3055 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3056
3057 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3058 to `delete' (bug#16109).
3059
3060 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3061
3062 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3063 info manual and show keybindings and set `:group' keyword.
3064
3065 2013-12-11 Juri Linkov <juri@jurta.org>
3066
3067 * delsel.el (delete-active-region): Let-bind `this-command'
3068 to prevent `kill-region' from changing its original value.
3069 (delete-selection-helper): Handle `overwrite-mode' for the type
3070 `kill' exactly the same way as for the type `t'.
3071 (insert-char, quoted-insert, reindent-then-newline-and-indent):
3072 Support more commands. (Bug#13312)
3073
3074 2013-12-11 Juri Linkov <juri@jurta.org>
3075
3076 * bindings.el: Map kp keys to non-kp keys systematically
3077 with basic modifiers control, meta and shift. (Bug#14397)
3078
3079 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3080
3081 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3082 "Close browser" menu items. Fix wrong function of "List
3083 bookmarks".
3084
3085 2013-12-11 Juri Linkov <juri@jurta.org>
3086
3087 * misearch.el (multi-isearch-buffers): Set the value of
3088 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3089 arg of isearch-forward to t.
3090 (multi-isearch-buffers-regexp): Set the value of
3091 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3092 arg of isearch-forward-regexp to t.
3093 (multi-isearch-files): Set the value of
3094 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3095 arg of isearch-forward to t.
3096 (multi-isearch-files-regexp): Set the value of
3097 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3098 arg of isearch-forward-regexp to t. (Bug#16035)
3099
3100 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3101 arg of isearch-forward to t.
3102 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3103 arg of isearch-forward-regexp to t.
3104 (dired-isearch-filter-filenames): Remove unnecessary check for
3105 `dired-isearch-filenames'.
3106
3107 * comint.el (comint-history-isearch-backward):
3108 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3109 (comint-history-isearch-backward-regexp):
3110 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3111
3112 2013-12-10 Eli Zaretskii <eliz@gnu.org>
3113
3114 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3115 unmsys--file-name. (Bug#16099)
3116
3117 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
3118
3119 * emacs-lisp/package.el (package-keyword-button-action):
3120 Remove finder.el require dependency.
3121
3122 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
3123
3124 * emacs-lisp/package.el: Require finder.el.
3125 (describe-package-1): Add keyword buttons.
3126 (package-make-button): New convenience function.
3127 (package-keyword-button-action): Keyword button action using
3128 `finder-list-matches'.
3129
3130 2013-12-09 Eli Zaretskii <eliz@gnu.org>
3131
3132 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3133 last commit.
3134
3135 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * autorevert.el (auto-revert-notify-add-watch): Do not handle
3138 symlinked files.
3139
3140 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3141
3142 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3143 after the end of a percent literal.
3144
3145 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
3146
3147 * progmodes/ruby-mode.el (ruby-forward-string): Document.
3148 Handle caret-delimited strings (Bug#16079).
3149
3150 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3151
3152 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3153 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3154 `ruby-parse-partial' (Bug#16078).
3155
3156 2013-12-09 Leo Liu <sdl.web@gmail.com>
3157
3158 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
3159
3160 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
3161
3162 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3163 (js-switch-indent-offset): New option.
3164 (js--proper-indentation): Use it. And handle the case when
3165 "default" is actually a key in an object literal.
3166 (js--same-line): New function.
3167 (js--multi-line-declaration-indentation): Use it.
3168 (js--indent-in-array-comp, js--array-comp-indentation):
3169 New functions.
3170 (js--proper-indentation): Use them, to handle array comprehension
3171 continuations.
3172
3173 2013-12-08 Leo Liu <sdl.web@gmail.com>
3174
3175 * progmodes/flymake.el (flymake-highlight-line): Re-write.
3176 (flymake-make-overlay): Remove arg MOUSE-FACE.
3177 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3178
3179 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3182 New function.
3183 (redisplay-highlight-region-function): Use it.
3184
3185 * emulation/cua-base.el (cua--explicit-region-start)
3186 (cua--last-region-shifted): Remove.
3187 (cua--deactivate): Use deactivate-mark.
3188 (cua--pre-command-handler-1): Don't handle shift-selection.
3189 (cua--post-command-handler-1): Don't change transient-mark-mode.
3190 (cua--select-keymaps): Use region-active-p rather than
3191 cua--explicit-region-start or cua--last-region-shifted.
3192 (cua-mode): Enable shift-select-mode.
3193
3194 2013-12-08 Leo Liu <sdl.web@gmail.com>
3195
3196 * progmodes/flymake.el (flymake-popup-current-error-menu):
3197 Rename from flymake-display-err-menu-for-current-line. Reimplement.
3198 (flymake-posn-at-point-as-event, flymake-popup-menu)
3199 (flymake-make-emacs-menu): Remove. (Bug#16077)
3200
3201 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 * rect.el (rectangle-mark-mode): Activate mark even if
3204 transient-mark-mode is off (bug#16066).
3205 (rectangle--highlight-for-redisplay): Fix boundary condition when point
3206 is > mark and at bolp.
3207
3208 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3209 (region-extract-function): Use it.
3210 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3211 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3212 Delete functions.
3213 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3214 kill-ring-save, kill-region, delete-char, delete-forward-char.
3215 Ignore self-insert-iso.
3216
3217 * emulation/cua-gmrk.el (cua--init-global-mark):
3218 Ignore `self-insert-iso'.
3219
3220 * emulation/cua-base.el (cua--prefix-copy-handler)
3221 (cua--prefix-cut-handler): Rely on region-extract-function rather than
3222 checking cua--rectangle.
3223 (cua-delete-region): Use region-extract-function.
3224 (cua-replace-region): Delete function.
3225 (cua-copy-region, cua-cut-region): Obey region-extract-function.
3226 (cua--pre-command-handler-1): Don't do the delete-selection thing.
3227 (cua--self-insert-char-p): Ignore `self-insert-iso'.
3228 (cua--init-keymaps): Don't remap delete-selection commands.
3229 (cua-mode): Use delete-selection-mode instead of rolling our own
3230 (bug#16085).
3231
3232 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3233 Obey region-extract-function.
3234
3235 Make registers and delete-selection-mode work on rectangles.
3236 * register.el (describe-register-1): Don't modify the register's value.
3237 (copy-to-register): Obey region-extract-function.
3238 * delsel.el (delete-active-region): Obey region-extract-function.
3239
3240 2013-12-08 Leo Liu <sdl.web@gmail.com>
3241
3242 * progmodes/flymake.el (flymake, flymake-error-bitmap)
3243 (flymake-warning-bitmap, flymake-fringe-indicator-position)
3244 (flymake-compilation-prevents-syntax-check)
3245 (flymake-start-syntax-check-on-newline)
3246 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3247 (flymake-start-syntax-check-on-find-file, flymake-log-level)
3248 (flymake-xml-program, flymake-master-file-dirs)
3249 (flymake-master-file-count-limit)
3250 (flymake-allowed-file-name-masks): Relocate.
3251 (flymake-makehash, flymake-float-time)
3252 (flymake-replace-regexp-in-string, flymake-split-string)
3253 (flymake-get-temp-dir): Remove.
3254 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3255 (flymake-current-row, flymake-selected-frame)
3256 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3257 related functions. (Bug#16077)
3258
3259 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
3260
3261 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3262
3263 2013-12-07 Tassilo Horn <tsdh@gnu.org>
3264
3265 * help-fns.el (describe-function-1): Use new advice-* functions
3266 rather than old ad-* functions. Fix function type description and
3267 source links for advised functions and subrs.
3268
3269 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3270
3271 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3272
3273 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
3274
3275 * progmodes/compile.el (compilation-start):
3276 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3277
3278 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3279 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
3280
3281 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3282
3283 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3284 Touch up the last change.
3285
3286 2013-12-06 Leo Liu <sdl.web@gmail.com>
3287
3288 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3289 (inferior-octave-startup): Always use "octave> " for prompt.
3290 (octave-goto-function-definition)
3291 (octave-sync-function-file-names)
3292 (octave-find-definition-default-filename): Remove redundant backquotes.
3293
3294 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3295
3296 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3297 syntax for `?'.
3298 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3299 where appropriate already.
3300 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3301 end of method names (Bug#15874).
3302
3303 2013-12-06 Juri Linkov <juri@jurta.org>
3304
3305 * isearch.el (isearch--saved-overriding-local-map):
3306 New internal variable.
3307 (isearch-mode): Set it to the initial value of
3308 `overriding-terminal-local-map'.
3309 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3310 with `isearch--saved-overriding-local-map'. (Bug#16035)
3311
3312 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
3313
3314 * progmodes/octave.el (inferior-octave-completion-table):
3315 Turn back into function, use `completion-table-with-cache'
3316 (Bug#11906). Update all references.
3317
3318 * minibuffer.el (completion-table-with-cache): New function.
3319
3320 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
3321
3322 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3323
3324 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
3325
3326 * net/eww.el (eww-current-source): New variable to store page
3327 source.
3328 (eww-display-html, eww-mode, eww-save-history)
3329 (eww-restore-history): Use it.
3330 (eww-view-source): New command to view page source.
3331 Opportunistically uses `html-mode' to highlight the buffer.
3332 (eww-mode-map): Install it.
3333
3334 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
3335
3336 * net/dbus.el (dbus-unregister-service)
3337 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3338 Fix docstring.
3339 (dbus-unregister-service): Skip :serial entries in
3340 `dbus-registered-objects-table'.
3341 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3342
3343 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
3344
3345 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3346 around keywords with extra `split-string' argument.
3347
3348 2013-12-04 Martin Rudalics <rudalics@gmx.at>
3349
3350 * windmove.el (windmove-other-window-loc): Handle navigation
3351 between windows (excluding the minibuffer window - Bug#16017).
3352
3353 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
3354
3355 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3356 in D-Bus type syntax.
3357 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3358 preserve unibyte strings. (Bug#16048)
3359
3360 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3363 Call force-mode-line-update is the proper buffer (bug#16042).
3364
3365 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
3366
3367 * vc/log-edit.el (log-edit-add-new-comment): Rename to
3368 `log-edit-remember-comment', make argument optional. Adjust all
3369 callers.
3370 (log-edit-mode): Add `log-edit-remember-comment' to
3371 `kill-buffer-hook' locally.
3372 (log-edit-kill-buffer): Don't remember comment explicitly since
3373 the buffer is killed anyway.
3374
3375 2013-12-04 Juri Linkov <juri@jurta.org>
3376
3377 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3378 add-hook and remove-hook for multi-buffer search. (Bug#16035)
3379
3380 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
3381
3382 * notifications.el (notifications-close-notification): Call the
3383 D-Bus method with ID being a `:uint32'. (Bug#16030)
3384
3385 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3386
3387 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3388
3389 2013-12-03 Juri Linkov <juri@jurta.org>
3390
3391 * progmodes/compile.el (compilation-start): Rename window alist
3392 entry `no-display-ok' to `allow-no-window'.
3393
3394 * simple.el (shell-command): Add window alist entry
3395 `allow-no-window' to `display-buffer'.
3396 (async-shell-command): Doc fix.
3397
3398 * window.el (display-buffer-no-window): New action function.
3399 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
3400
3401 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3402
3403 * vc/log-edit.el (log-edit-set-header): Extract from
3404 `log-edit-toggle-header'.
3405 (log-edit-extract-headers): Separate the summary, when extracted
3406 from header, from the rest of the message with an empty line.
3407
3408 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3409 line, if present, to the Summary header.
3410
3411 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3414 in current-buffer (bug#16029).
3415
3416 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
3417
3418 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3419 (debugger-mode-map): Bind it.
3420 (debugger--backtrace-base): New function.
3421 (debugger-eval-expression): Use it.
3422 (debugger-frame-number): Skip local vars when present.
3423 (debugger--locals-visible-p, debugger--insert-locals)
3424 (debugger--show-locals, debugger--hide-locals): New functions.
3425
3426 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
3427
3428 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3429 "LC_ALL".
3430 (tramp-get-remote-locale): New defun.
3431 (tramp-open-connection-setup-interactive-shell): Use it.
3432
3433 2013-12-02 Leo Liu <sdl.web@gmail.com>
3434
3435 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
3436
3437 * progmodes/sh-script.el (sh-shell-process):
3438 * progmodes/octave.el (inferior-octave-process-live-p):
3439 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3440 (gdb-inferior-io-sentinel):
3441 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3442
3443 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3444
3445 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3446 `save-selected-window' to `log-edit-hide-buf'. This makes
3447 `log-edit-show-files' idempotent.
3448 (log-edit-show-files): Mark the new window as dedicated.
3449
3450 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
3451
3452 * vc/log-edit.el (log-edit-mode-map): Add binding for
3453 `log-edit-kill-biffer'.
3454 (log-edit-hide-buf): Add a FIXME comment.
3455 (log-edit-add-new-comment): New function, extracted from
3456 `log-edit-done'.
3457 (log-edit-done, log-edit-add-to-changelog): Use it.
3458 (log-edit-kill-buffer): New command.
3459
3460 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3461
3462 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3463 instead of killing the buffer.
3464
3465 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
3468
3469 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3470
3471 * net/eww.el (eww-form-checkbox-selected-symbol)
3472 (eww-form-checkbox-symbol): New customizable variable.
3473 (eww-form-checkbox, eww-toggle-checkbox):
3474 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
3475
3476 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
3477 (shr--get-media-pref, shr--extract-best-source): New function.
3478 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
3479 no :src tag was specified.
3480
3481 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
3482 (eww-render): Handle `eww-use-external-browser-for-content-type'.
3483 Use \\` to match beginning of string instead of ^.
3484 (eww-browse-with-external-browser): Provide optional URL parameter.
3485 (eww-render): Set `eww-current-title' back to "".
3486
3487 * net/shr.el (shr-tag-video): Display content for video if no
3488 poster is available.
3489 (shr-tag-audio): Add support for <audio> tag.
3490
3491 * net/eww.el (eww-text-input-types): New const.
3492 (eww-process-text-input): Treat input types in
3493 `eww-text-input-types' as text.
3494
3495 * net/shr.el (shr-tag-table): Fix comment typo.
3496
3497 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3498
3499 * net/eww.el (eww-follow-link): New command to avoid reloading
3500 pages when we follow #target links (bug#15243).
3501 (eww-quit): Special mode buffers shouldn't query before exiting.
3502
3503 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3504
3505 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
3506 forms.
3507
3508 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3509
3510 * net/eww.el (eww-restore-history): Update the window title after
3511 moving in the history.
3512 (eww-current-dom): New variable used to save the current DOM.
3513
3514 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
3515
3516 * vc/log-edit.el (log-edit-mode-map): Add binding for
3517 `log-edit-beginning-of-line'.
3518 (log-edit-setup-add-author): New user option.
3519 (log-edit-beginning-of-line): New command.
3520 (log-edit): Move major mode call above the contents setup so that
3521 the local variable values are already applied.
3522 (log-edit): Only insert "Author: " when
3523 `log-edit-setup-add-author' is non-nil.
3524 (log-edit): When SETUP is non-nil, position point after ": "
3525 instead of point-min.
3526
3527 2013-12-01 Glenn Morris <rgm@gnu.org>
3528
3529 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
3530
3531 2013-11-30 Eli Zaretskii <eliz@gnu.org>
3532
3533 * startup.el (fancy-splash-frame): On MS-Windows, trigger
3534 redisplay to make sure the initial frame gets a chance to become
3535 visible. (Bug#16014)
3536
3537 2013-11-30 Martin Rudalics <rudalics@gmx.at>
3538
3539 Support resizing frames and windows pixelwise.
3540 * cus-start.el (frame-resize-pixelwise)
3541 (window-resize-pixelwise): New entries.
3542 * emacs-lisp/debug.el (debug): Use window-total-height instead
3543 of window-total-size.
3544 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
3545 * help.el (describe-bindings-internal): Use help-buffer as
3546 argument for with-help-window.
3547 (temp-buffer-max-width): New option.
3548 (resize-temp-buffer-window, help-window-setup)
3549 (with-help-window): Rewrite.
3550 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
3551 dragging dividers.
3552 * window.el (frame-char-size, window-min-pixel-height)
3553 (window-safe-min-pixel-height, window-safe-min-pixel-width)
3554 (window-min-pixel-width, window-safe-min-pixel-size)
3555 (window-combination-p, window-safe-min-size)
3556 (window-resizable-p, window--size-to-pixel)
3557 (window--pixel-to-size, window--resize-apply-p): New functions.
3558 (window-safe-min-height): Fix doc-string.
3559 (window-size, window-min-size, window--min-size-1)
3560 (window-sizable, window-sizable-p, window--min-delta-1)
3561 (window-min-delta, window--max-delta-1, window-max-delta)
3562 (window--resizable, window--resizable-p, window-resizable)
3563 (window-full-height-p, window-full-width-p, window-at-side-p)
3564 (window--in-direction-2, window-in-direction)
3565 (window--resize-reset-1, window--resize-mini-window)
3566 (window-resize, window-resize-no-error)
3567 (window--resize-child-windows-normal)
3568 (window--resize-child-windows, window--resize-siblings)
3569 (window--resize-this-window, window--resize-root-window)
3570 (window--resize-root-window-vertically)
3571 (adjust-window-trailing-edge, enlarge-window, shrink-window)
3572 (maximize-window, minimize-window, delete-window)
3573 (quit-restore-window, window-split-min-size, split-window)
3574 (balance-windows-2, balance-windows)
3575 (balance-windows-area-adjust, balance-windows-area)
3576 (window--state-get-1, window-state-get, window--state-put-1)
3577 (window--state-put-2, window-state-put)
3578 (display-buffer-record-window, window--display-buffer):
3579 Make functions handle pixelwise sizing of windows.
3580 (display-buffer--action-function-custom-type)
3581 (display-buffer-fallback-action):
3582 Add display-buffer-in-previous-window.
3583 (display-buffer-use-some-window): Resize window to height it had
3584 before.
3585 (fit-window-to-buffer-horizontally): New option.
3586 (fit-frame-to-buffer): Describe new values.
3587 (fit-frame-to-buffer-bottom-margin): Replace with
3588 fit-frame-to-buffer-margins.
3589 (window--sanitize-margin): New function.
3590 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3591 using window-text-pixel-size.
3592
3593 2013-11-30 Glenn Morris <rgm@gnu.org>
3594
3595 * emacs-lisp/bytecomp.el (byte-compile-form):
3596 Make the `interactive-only' warning like the `obsolete' one.
3597 * comint.el (comint-run):
3598 * files.el (insert-file-literally, insert-file):
3599 * replace.el (replace-string, replace-regexp):
3600 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3601 (goto-line, insert-buffer, next-line, previous-line):
3602 Tweak `interactive-only' spec.
3603
3604 Stop keeping (most) generated cedet grammar files in the repository.
3605 * Makefile.in (semantic): New.
3606 (compile-main): Depend on semantic.
3607
3608 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
3611 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
3612
3613 * uniquify.el (uniquify-buffer-name-style): Change default.
3614
3615 * loadup.el: Preload "uniquify".
3616
3617 * time.el (display-time-update): Update all mode lines (bug#15999).
3618
3619 * electric.el (electric-indent-mode): Enable by default.
3620 * loadup.el: Preload "electric".
3621
3622 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
3623
3624 * emacs-lisp/helpers.el (string-empty-p): New function.
3625 (string-blank-p): New function.
3626
3627 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
3628
3629 * imenu.el (imenu--index-alist): Add missing dot to the docstring
3630 (Bug#14029).
3631
3632 2013-11-29 Andreas Politz <politza@fh-trier.de>
3633 * imenu.el (imenu--subalist-p): Don't error on non-conses and
3634 allow non-lambda lists as functions.
3635 (imenu--in-alist): Don't recurse into non-subalists.
3636 (imenu): Don't pass function itself as an argument (Bug#14029).
3637
3638 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3639
3640 * progmodes/python.el (python-mode-map): Remove binding for ":".
3641 (python-indent-electric-colon): Remove command.
3642 (python-indent-post-self-insert-function): Integrate the previous code
3643 of python-indent-electric-colon. Make it conditional on
3644 electric-indent-mode.
3645 (python-mode): Add ?: to electric-indent-chars.
3646 Move python-indent-post-self-insert-function to the end of
3647 post-self-insert-hook.
3648
3649 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * doc-view.el (doc-view-goto-page): Update mode-line.
3652
3653 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
3654
3655 2013-11-27 Glenn Morris <rgm@gnu.org>
3656
3657 * international/charprop.el, international/uni-bidi.el:
3658 * international/uni-category.el, international/uni-combining.el:
3659 * international/uni-comment.el, international/uni-decimal.el:
3660 * international/uni-decomposition.el, international/uni-digit.el:
3661 * international/uni-lowercase.el, international/uni-mirrored.el:
3662 * international/uni-name.el, international/uni-numeric.el:
3663 * international/uni-old-name.el, international/uni-titlecase.el:
3664 * international/uni-uppercase.el:
3665 Remove generated files from VCS repository.
3666
3667 2013-11-27 Eli Zaretskii <eliz@gnu.org>
3668
3669 * filenotify.el (file-notify-add-watch): Don't special-case
3670 w32notify when computing the directory to watch.
3671
3672 2013-11-27 Glenn Morris <rgm@gnu.org>
3673
3674 Make bootstrap without generated uni-*.el files possible again.
3675 * loadup.el: Update command-line-args checking for unidata-gen.
3676 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
3677 * composite.el, international/characters.el:
3678 Handle unicode tables being undefined.
3679
3680 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
3681 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
3682 (compile-main): Depend on leim rule.
3683 (leim): New rule.
3684 * loadup.el: Move leim-list.el to leim/ subdirectory.
3685 * startup.el (normal-top-level): No more leim directory.
3686 * international/ja-dic-cnv.el (skkdic-convert):
3687 Disable version-control and autoloads in output files.
3688 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
3689 Disable version-control and autoloads in output files.
3690 * leim/quail: Move here from ../leim.
3691 * leim/quail/hangul.el (hangul-input-method-activate):
3692 Add autoload cookie.
3693 (generated-autoload-load-name): Set file-local value.
3694 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
3695 (generated-autoload-load-name): Set file-local value.
3696
3697 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
3698
3699 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
3700 (eww-add-bookmark): Ask confirmation when add to bookmarks.
3701 (eww-quit): Ask confirmation before quitting eww.
3702
3703 2013-11-26 Eli Zaretskii <eliz@gnu.org>
3704
3705 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
3706 reading output from Diff on MS-Windows and MS-DOS.
3707
3708 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
3709
3710 * emacs-lisp/helpers.el (string-reverse): New function.
3711
3712 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
3713
3714 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
3715 names on MS Windows, like "/[::1]:".
3716
3717 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3718 SWITCHES.
3719
3720 2013-11-26 Glenn Morris <rgm@gnu.org>
3721
3722 * progmodes/python.el (python-indent-guess-indent-offset):
3723 Avoid corner-case error. (Bug#15975)
3724
3725 Preload leim-list.el. (Bug#4789)
3726 * loadup.el: Load leim-list.el when found.
3727 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3728
3729 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
3730
3731 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3732
3733 * emacs-lisp/helpers.el (string-join): New function.
3734
3735 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
3736
3737 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3738 Mark as obsolete and replace it with a symbol property.
3739 (byte-compile-form): Use new 'interactive-only property.
3740 * comint.el, files.el, replace.el, simple.el:
3741 Apply new 'interactive-only properly.
3742
3743 2013-11-25 Martin Rudalics <rudalics@gmx.at>
3744
3745 * window.el (display-buffer-at-bottom): Make sure that
3746 split-window-sensibly creates the new window on bottom
3747 (Bug#15961).
3748
3749 2013-11-23 David Kastrup <dak@gnu.org>
3750
3751 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3752 on the conflict markers when available.
3753 (smerge--get-marker): New function.
3754 (smerge-end-re, smerge-base-re): Add subgroup.
3755
3756 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * frame.el (handle-focus-in, handle-focus-out): Add missing
3759 interactive spec.
3760
3761 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
3762
3763 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3764 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3765
3766 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3767
3768 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
3769 (gomoku--last-pos): New var.
3770 (gomoku--intangible-chars): New const.
3771 (gomoku--intangible): New function.
3772 (gomoku-mode): Use it. Derive from special-mode.
3773 (gomoku-move-up): Adjust line count.
3774 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3775 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3776 Simplify accordingly.
3777
3778 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3779 Remove blink-cursor code.
3780 (blink-cursor-timer-function, blink-cursor-suspend):
3781 Don't special-case GUIs.
3782 (blink-cursor-mode): Use focus-in/out-hook.
3783
3784 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
3785
3786 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3787 work when annotation is invisible (Bug#13886).
3788
3789 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
3790
3791 * json.el (json-alist-p): Only return non-nil if the alist has
3792 simple keys (Bug#13518).
3793
3794 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
3795
3796 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3797 when control-statement is the first statement in a buffer (Bug#15956).
3798
3799 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
3800
3801 * imenu.el (imenu-generic-skip-comments-and-strings):
3802 New option (Bug#15560).
3803 (imenu--generic-function): Use it.
3804
3805 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
3806
3807 * minibuffer.el (completion--in-region-1): Scroll the correct window.
3808 (Bug#13898)
3809
3810 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
3811
3812 * emacs-lisp/helpers.el: Add some string helpers.
3813 (string-trim-left): Removes leading whitespace.
3814 (string-trim-right): Removes trailing whitespace.
3815 (string-trim): Removes leading and trailing whitespace.
3816
3817 * subr.el (string-suffix-p): New function.
3818
3819 2013-11-23 Glenn Morris <rgm@gnu.org>
3820
3821 * progmodes/python.el (python-shell-send-file):
3822 Add option to delete file when done. (Bug#15647)
3823 (python-shell-send-string, python-shell-send-region): Use it.
3824
3825 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
3826
3827 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3828 to set buffer-read-only to t, never to nil. (Bug#15938)
3829
3830 * textmodes/tex-mode.el (latex-noindent-environments):
3831 Add safe-local-variable property. (Bug#15936)
3832
3833 2013-11-23 Glenn Morris <rgm@gnu.org>
3834
3835 * textmodes/enriched.el (enriched-mode): Doc fix.
3836 * emacs-lisp/authors.el (authors-renamed-files-alist):
3837 Add enriched.doc -> enriched.txt.
3838
3839 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3840
3841 2013-11-22 Leo Liu <sdl.web@gmail.com>
3842
3843 * progmodes/octave.el (inferior-octave-startup): Spit out error
3844 message.
3845
3846 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
3847
3848 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3849 Improve docstring.
3850 Add :version.
3851 (ruby-encoding-magic-comment-style): Add :version.
3852
3853 2013-11-22 Leo Liu <sdl.web@gmail.com>
3854
3855 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3856 (Bug#15076)
3857 (octave-help-mode): Adapt to change to help-mode-finish to use
3858 derived-mode-p on 2013-09-17.
3859 (inferior-octave-prompt): Also match octave-gui.
3860 (octave-kill-process): Don't ask twice. (Bug#10564)
3861
3862 2013-11-22 Leo Liu <sdl.web@gmail.com>
3863
3864 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3865 (inferior-octave-startup, inferior-octave-check-process)
3866 (inferior-octave-track-window-width-change)
3867 (octave-completion-at-point, octave-eldoc-function): Use it.
3868 (octave-kill-process): Provide confirmation. (Bug#10564)
3869
3870 2013-11-21 Leo Liu <sdl.web@gmail.com>
3871
3872 * progmodes/octave.el (octave-mode, inferior-octave-mode):
3873 Fix obsolete variable comment-use-global-state.
3874
3875 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3876
3877 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
3878 Add `octave-source-file'.
3879 (octave-source-file): New function. (Bug#15935)
3880
3881 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
3882
3883 * net/eww.el (eww-local-regex): New variable.
3884 (eww): Use it to detect localhost and similar.
3885
3886 2013-11-21 Leo Liu <sdl.web@gmail.com>
3887
3888 Add completion for command `ag'.
3889 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
3890 (pcomplete/ag): New function.
3891 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
3892
3893 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
3896 (bug#14646).
3897 (make-obsolete): Remove interactive spec.
3898
3899 2013-11-21 Glenn Morris <rgm@gnu.org>
3900
3901 * startup.el (command-line-1): Use path-separator with -L.
3902
3903 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
3904
3905 * emacs-lisp/package.el (describe-package-1): Add package archive
3906 to shown fields.
3907
3908 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
3909
3910 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3911 Change default to "# encoding: %s" to differentiate it from the
3912 default Ruby encoding comment template.
3913
3914 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
3915
3916 * ses.el (ses-mode): Doc fix. (Bug#14748)
3917
3918 2013-11-20 Leo Liu <sdl.web@gmail.com>
3919
3920 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
3921
3922 2013-11-19 Dan Nicolaescu <dann@gnu.org>
3923
3924 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
3925 when rebase or bisect are in progress.
3926
3927 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
3928
3929 * filenotify.el (file-notify-add-watch): Doc fix.
3930
3931 2013-11-19 Leo Liu <sdl.web@gmail.com>
3932
3933 * obsolete/rcompile.el: Mark obsolete.
3934
3935 * progmodes/compile.el (compilation-start)
3936 (compilation-goto-locus, compilation-find-file):
3937 Pass no-display-ok and handle nil value from display-buffer.
3938 (Bug#13594)
3939
3940 * window.el (display-buffer-alist, display-buffer): Document the
3941 new parameter no-display-ok. Return either a window or nil
3942 but never a non-window value.
3943
3944 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * electric.el (electric-indent-mode-map): Remove.
3947 (electric-indent-mode): Change the global-map instead (bug#15915).
3948
3949 * textmodes/text-mode.el (paragraph-indent-minor-mode):
3950 Use add-function.
3951
3952 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * emacs-lisp/nadvice.el (remove-function): Align with
3955 add-function's behavior.
3956
3957 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
3958 (gdb--string-regexp): New constant.
3959 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
3960 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
3961 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
3962 submatch 1.
3963 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
3964 Adjust use accordingly.
3965 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
3966
3967 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
3968
3969 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
3970 interpolation curlies (Bug#15914).
3971
3972 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3973
3974 * calc/calc.el (calc-context-sensitive-enter): New variable.
3975 (calc-enter): Use `calc-context-sensitive-enter'.
3976
3977 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
3978
3979 * progmodes/cfengine.el: Version bump.
3980 (cfengine-cf-promises): New defcustom to locate cf-promises.
3981 (cfengine3-vartypes): Add new "data" type.
3982 (cfengine3--current-word): New function to get current name-like
3983 word or its bounds.
3984 (cfengine3--current-function): New function to look up a CFEngine
3985 function's definition.
3986 (cfengine3-format-function-docstring): New function.
3987 (cfengine3-make-syntax-cache): New function.
3988 (cfengine3-documentation-function): New function: ElDoc glue.
3989 (cfengine3-completion-function): New function: completion glue.
3990 (cfengine3-mode): Set `compile-command',
3991 `eldoc-documentation-function', and add to
3992 `completion-at-point-functions'.
3993
3994 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
3995
3996 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3997 `tramp-current-connection'.
3998
3999 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
4000
4001 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4002 nil/self/true/false with "end of symbol".
4003
4004 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
4005
4006 * subr.el (version-regexp-alist): Fix a typo.
4007
4008 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
4009
4010 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4011 "en_US.utf8" and "LC_CTYPE" to "".
4012 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4013 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4014
4015 2013-11-15 Leo Liu <sdl.web@gmail.com>
4016
4017 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
4018
4019 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * progmodes/gud.el (ctl-x-map):
4022 Remove C-x SPC binding. (Bug#12342)
4023 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4024
4025 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
4026
4027 * subr.el (version-regexp-alist):
4028 Recognize hg, svn and darcs versions as snapshot versions.
4029
4030 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4031 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4032 (ruby--encoding-comment-required-p): Extract from
4033 `ruby-mode-set-encoding'.
4034 (ruby-mode-set-encoding): Add the ability to always insert an
4035 utf-8 encoding comment. Fix and simplify coding comment update
4036 logic.
4037
4038 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
4039
4040 * net/tramp-gvfs.el (top): Run init code only when
4041 `tramp-gvfs-enabled' is not nil.
4042 (tramp-gvfs-enabled): Check also :system bus.
4043
4044 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 Sync with upstream verilog-mode revision 78e66ba.
4047 * progmodes/verilog-mode.el (verilog-end-of-defun)
4048 (verilog-type-completion, verilog-get-list): Remove unused funcs.
4049 (verilog-get-end-of-defun): Remove unused argument.
4050 (verilog-comment-depth): Remove unused local `e'.
4051 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4052 Don't pass arg to verilog-get-end-of-defun.
4053
4054 2013-11-14 Glenn Morris <rgm@gnu.org>
4055
4056 * obsolete/assoc.el (aget): Prefix dynamic variable.
4057
4058 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4059
4060 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * widget.el, hfy-cmap.el: Remove bogus package version number.
4063
4064 2013-11-13 Glenn Morris <rgm@gnu.org>
4065
4066 * replace.el (replace-eval-replacement):
4067 Try to give more helpful error message. (Bug#15836)
4068
4069 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4070 (archive-7z-update): Avoid custom type mismatches.
4071
4072 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4073
4074 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
4075
4076 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4077 address can be empty.
4078
4079 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4080 Accept nil SWITCHES.
4081 (tramp-gvfs-handle-write-region): Implement APPEND.
4082
4083 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
4084
4085 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4086 binary "|" operator and closing block args delimiter.
4087 Remove FIXME comment referring to Ruby 1.8-only syntax.
4088 (ruby-smie--implicit-semi-p): Not after "|" operator.
4089 (ruby-smie--closing-pipe-p): New function.
4090 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4091 (ruby-smie-rules): Indent after "|".
4092
4093 2013-11-12 Glenn Morris <rgm@gnu.org>
4094
4095 * ps-print.el (ps-face-attribute-list):
4096 Handle anonymous faces. (Bug#15827)
4097
4098 2013-11-12 Martin Rudalics <rudalics@gmx.at>
4099
4100 * window.el (display-buffer-other-frame): Fix doc-string.
4101 (Bug#15868)
4102
4103 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * subr.el (force-mode-line-update): Delete, move to buffer.c.
4106
4107 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
4108
4109 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4110 (tramp-sh-handle-file-local-copy): Don't write a message when
4111 saving temporary files.
4112
4113 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4114 both directories are remote.
4115 (tramp-smb-handle-directory-files): Do not return double entries.
4116 Do not expand full file names.
4117 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4118 (tramp-smb-handle-write-region): Implement APPEND.
4119 (tramp-smb-get-stat-capability): Fix a stupid bug.
4120
4121 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4124
4125 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4126
4127 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4128 throwing error over malformed let/let* (bug#15814).
4129
4130 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * iswitchb.el (iswitchb-mode): Mark obsolete.
4133
4134 2013-11-11 Glenn Morris <rgm@gnu.org>
4135
4136 * international/uni-bidi.el, international/uni-category.el:
4137 * international/uni-name.el, international/uni-numeric.el:
4138 Regenerate for Unicode 6.3.0.
4139
4140 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
4141
4142 * net/tramp.el (tramp-methods):
4143 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4144 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4145
4146 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
4147
4148 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4149 Force highlighting text after Summary keyword in doc face for rpm.
4150
4151 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
4152
4153 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4154 available and the word has no wildcards, append one to the grep pattern.
4155 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4156 (ispell-complete-word): Call `ispell-lookup-words' with the value
4157 independent of `ispell-look-p'.
4158
4159 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4160
4161 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4162 Not after "||".
4163 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4164 their parent.
4165
4166 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
4169 (ruby-font-lock-keywords): Use backquote.
4170
4171 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4172
4173 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4174 (ruby-smie--backward-token): Only consider full-string matches.
4175
4176 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
4177
4178 * faces.el (describe-face): Add distant-foreground.
4179
4180 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
4181
4182 * progmodes/ruby-mode.el: Improve encoding comment handling.
4183 (ruby-encoding-magic-comment-style): New option.
4184 (ruby-custom-encoding-magic-comment-template): New option.
4185 (ruby--insert-coding-comment, ruby--detect-encoding):
4186 New functions extracted from `ruby-mode-set-encoding'.
4187 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4188 to control the style of the auto-inserted encoding comment.
4189
4190 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4191
4192 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4193 Use `smie-backward-sexp' with token argument.
4194
4195 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
4196
4197 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4198 Remove instrumentation code.
4199
4200 2013-11-08 Glenn Morris <rgm@gnu.org>
4201
4202 * progmodes/autoconf.el (autoconf-mode):
4203 Tweak comment-start-skip. (Bug#15822)
4204
4205 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4208 at bobp (bug#15826).
4209 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4210
4211 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
4212
4213 * man.el (Man-start-calling): New macro, extracted from
4214 Man-getpage-in-background.
4215 (Man-getpage-in-background): Use it.
4216 (Man-update-manpage): New command.
4217 (Man-mode-map): Bind it.
4218
4219 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4220
4221 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4222 of "and", "or", "&&" and "||".
4223 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4224 argument. Prohibit opening curly brace because it could only be a
4225 block opener in that position.
4226 (ruby-smie--forward-token, ruby-smie--backward-token):
4227 Separate "|" from "&" or "*" going after it. That can happen in block
4228 arguments.
4229 (ruby-smie--indent-to-stmt): New function, seeks the end of
4230 previous statement or beginning of buffer.
4231 (ruby-smie-rules): Use it.
4232 (ruby-smie-rules): Check if there's a ":" before a curly block
4233 opener candidate; if there is, it's a hash.
4234
4235 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4238 (cl--block-wrapper): Fix last accidental change.
4239
4240 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
4241
4242 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4243 Instrument, in order to hunt failure on hydra.
4244
4245 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4246
4247 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4248 malformed bindings form (bug#15814).
4249
4250 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
4251
4252 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4253 "." compared to " @ ". This incidentally fixes some indentation
4254 examples with "do".
4255 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4256 (ruby-smie-grammar): New tokens: "and" and "or".
4257 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4258 Exclude "and" and "or". Remove "do" in order to work around token
4259 priorities.
4260 (ruby-smie-rules): Add all infix tokens. Handle the case of
4261 beginning-of-buffer.
4262
4263 2013-11-06 Glenn Morris <rgm@gnu.org>
4264
4265 * Makefile.in (setwins_almost, setwins_for_subdirs):
4266 Avoid accidental matches.
4267
4268 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * menu-bar.el (popup-menu): Use key-binding.
4271
4272 2013-11-06 Eli Zaretskii <eliz@gnu.org>
4273
4274 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4275 menus, support also the menus produced by minor modes.
4276 (Bug#15817)
4277
4278 2013-11-06 Leo Liu <sdl.web@gmail.com>
4279
4280 * thingatpt.el (thing-at-point-looking-at): Add optional arg
4281 DISTANCE to bound the search. All uses changed. (Bug#15808)
4282
4283 2013-11-06 Glenn Morris <rgm@gnu.org>
4284
4285 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4286 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4287 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4288
4289 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4290
4291 * electric.el (electric-indent-just-newline): New command.
4292 (electric-indent-mode-map): New keymap.
4293 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4294 Re-add :group which weren't redundant.
4295
4296 * electric.el (electric-indent-local-mode): New minor mode.
4297 (electric-indent-functions-without-reindent): New var.
4298 (electric-indent-post-self-insert-function): Use it.
4299 * emacs-lisp/gv.el (buffer-local-value): Add setter.
4300
4301 2013-11-05 Eli Zaretskii <eliz@gnu.org>
4302
4303 * international/quail.el (quail-help): Be more explicit about the
4304 meaning of the labels shown on the keys. (Bug#15800)
4305
4306 * startup.el (normal-top-level): Load the subdirs.el files before
4307 setting the locale environment. (Bug#15805)
4308
4309 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4310
4311 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4312 via arguments so as to get the right ones (bug#15418).
4313
4314 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4315
4316 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
4317
4318 Fix problems found while writing a test suite.
4319
4320 * net/tramp-compat.el (tramp-compat-load): New defun.
4321 * net/tramp.el (tramp-handle-load): Use it.
4322
4323 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4324 "(numberp ok-if-already-exists)" correctly.
4325
4326 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
4327
4328 * international/characters.el (glyphless-char-display-control):
4329 Add usage note.
4330
4331 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
4332
4333 * progmodes/python.el (python-mode):
4334 * progmodes/scheme.el (scheme-mode):
4335 * progmodes/prolog.el (prolog-mode):
4336 * progmodes/ruby-mode.el (ruby-mode):
4337 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4338 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4339
4340 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * rect.el (rectangle--highlight-for-redisplay):
4343 * emacs-lisp/smie.el (smie--next-indent-change):
4344 Use buffer-chars-modified-tick.
4345
4346 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4347
4348 * electric.el (electric-indent-post-self-insert-function):
4349 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4350
4351 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
4352
4353 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4354
4355 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4356
4357 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4358 (bug#15786).
4359
4360 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
4363
4364 * progmodes/python.el: Fix up last change.
4365 (python-shell--save-temp-file): New function.
4366 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
4367 `string' comes from the current buffer.
4368 (python-shell-send-string-no-output): Remove `msg' arg.
4369 (python--use-fake-loc): New var.
4370 (python-shell-buffer-substring): Obey it. Try to compensate for the
4371 extra coding line added by python-shell--save-temp-file.
4372 (python-shell-send-region): Use python-shell--save-temp-file and
4373 python-shell-send-file directly. Add `nomain' argument.
4374 (python-shell-send-buffer): Use python-shell-send-region.
4375 (python-electric-pair-string-delimiter): New function.
4376 (python-mode): Use it.
4377
4378 2013-11-04 Eli Zaretskii <eliz@gnu.org>
4379
4380 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4381 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4382 environment and decoding all of the default-directory's to here
4383 from command-line.
4384 (command-line): Decode also argv[0].
4385
4386 * loadup.el: Error out if default-directory is a multibyte string
4387 when we are dumping.
4388
4389 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
4390
4391 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
4392
4393 * emacs-lisp/package.el (package-menu-mode)
4394 (package-menu--print-info, package-menu--archive-predicate):
4395 Add Archive column to package list.
4396
4397 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
4398
4399 Fix problems found while writing a test suite.
4400
4401 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4402 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4403 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4404 to nil when running original file name handler. Otherwise,
4405 there are problems with constructs like "$$FOO".
4406
4407 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4408 for `localname'.
4409
4410 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
4411
4412 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4413
4414 * subr.el (version<, version<=, version=):
4415 Update docstrings with information for snapshot versions.
4416
4417 * helpers.el: New library for misc helper functions.
4418 (hash-table-keys): New function returning a list of hash keys.
4419 (hash-table-values): New function returning a list of hash values.
4420
4421 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
4422
4423 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4424 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4425
4426 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
4427
4428 * textmodes/fill.el (fill-single-char-nobreak-p): New function
4429 checking whether point is after a 1-letter word.
4430
4431 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4432
4433 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4434 Don't infloop when expanding region over `multiline' syntax-type that
4435 begins a line (bug#15778).
4436
4437 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4440 Make it into a proper minor mode.
4441 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4442 (rectangle-mark-mode-map): New keymap.
4443 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4444
4445 2013-11-04 Glenn Morris <rgm@gnu.org>
4446
4447 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4448
4449 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4452 (ruby-smie-rules): Use smie-rule-parent instead.
4453
4454 * emacs-lisp/smie.el (smie-rule-parent): Always call
4455 smie-indent-virtual rather than only for hanging tokens.
4456 (smie--next-indent-change): New helper command.
4457
4458 2013-11-03 Glenn Morris <rgm@gnu.org>
4459
4460 * Makefile.in (abs_srcdir): Remove.
4461 (emacs): Unset EMACSLOADPATH.
4462
4463 2013-11-02 Glenn Morris <rgm@gnu.org>
4464
4465 * Makefile.in (EMACS): Use a relative filename.
4466 (abs_top_builddir): Remove.
4467 (custom-deps, finder-data, autoloads): Use --chdir.
4468
4469 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
4470
4471 Use relative filenames in TAGS files.
4472 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4473 (lisptagsfiles4, TAGS): Use relative file names.
4474 (TAGS-LISP): Remove.
4475 (maintainer-clean): No more TAGS-LISP file.
4476
4477 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4478 (lisptagsfiles4): Use absolute filenames again.
4479 (TAGS, TAGS-LISP): Not everything needs to run in one line.
4480 Remove all *loaddefs files, not just the first. Remove esh-groups.
4481 (maintainer-clean): Delete TAGS, TAGS-LISP.
4482
4483 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4484
4485 * emacs-lisp/package.el (package-version-join):
4486 Recognize snapshot versions.
4487
4488 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4489
4490 * subr.el (version-regexp-alist): Add support for snapshot versions.
4491
4492 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4493
4494 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
4495 New function, replacement for `smie-rule-parent' for when we want to
4496 skip over our direct parent if it's an assignment token..
4497 (ruby-smie-rules): Use it.
4498
4499 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
4500
4501 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
4502 unconditionally. Remove now unnecessary forward declarations.
4503 Remove XEmacs-specific setup.
4504 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4505 (ruby-font-lock-syntactic-keywords)
4506 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
4507 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4508 (ruby-here-doc-end-syntax): Remove.
4509 (ruby-mode): Don't check whether `syntax-propertize-rules' is
4510 defined as function.
4511
4512 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
4513
4514 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
4515
4516 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4517
4518 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
4519 table and abbrev table, `define-derived-mode' does that for us
4520 anyway.
4521
4522 2013-11-01 Glenn Morris <rgm@gnu.org>
4523
4524 * Makefile.in: Remove manual mh-e dependencies (writing .elc
4525 files is atomic for some time, so no parallel compilation issues).
4526
4527 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
4528
4529 * faces.el (face-x-resources): Add :distant-foreground.
4530 (region): Use :distant-foreground for gtk and ns.
4531
4532 2013-11-01 Tassilo Horn <tsdh@gnu.org>
4533
4534 Allow multiple bibliographies when BibLaTeX is used rather than
4535 BibTeX.
4536 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4537 (reftex-locate-bibliography-files): Us it.
4538
4539 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
4540
4541 * image.el (image-type-header-regexps): Fix the 'pbm' part to
4542 allow comments in pbm files.
4543
4544 * term/w32-win.el (dynamic-library-alist): Support newer versions
4545 of libjpeg starting with v7: look only for the DLL from the
4546 version against which Emacs was built.
4547 Support versions of libpng beyond 1.4.x.
4548 Support libtiff v4.x.
4549
4550 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
4551
4552 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4553 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4554 Add property :safe.
4555 (ruby-deep-arglist): Add property :type.
4556
4557 2013-10-31 Glenn Morris <rgm@gnu.org>
4558
4559 * Makefile.in (custom-deps, finder-data): No need to setq the target
4560 variables, we are in the right directory and the defaults work fine.
4561
4562 2013-10-30 Glenn Morris <rgm@gnu.org>
4563
4564 * Makefile.in (autoloads): Do not use abs_lisp.
4565
4566 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4567 `newline' does not respect `standard-output', so use `princ'.
4568
4569 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
4570
4571 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
4572 * buff-menu.el (Buffer-menu--unmark): New function.
4573 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4574
4575 2013-10-30 Glenn Morris <rgm@gnu.org>
4576
4577 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4578
4579 * emacs-lisp/package.el (lm-homepage): Declare.
4580
4581 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4582 Fix doc typos.
4583
4584 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4585
4586 * Makefile.in (finder-data, autoloads, update-subdirs)
4587 (compile-main, compile-clean, compile-always, bootstrap-clean):
4588 Check return value of cd.
4589 (compile-calc): Remove.
4590
4591 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4594
4595 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4596 (byte-compile-and-folded): New function.
4597 (=, <, >, <=, >=): Use it.
4598
4599 * dos-w32.el (minibuffer-history-case-insensitive-variables)
4600 (path-separator, null-device, buffer-file-coding-system)
4601 (lpr-headers-switches): Check system-type before modifying them.
4602 (find-buffer-file-type-coding-system): Mark obsolete.
4603 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
4604 find-file-not-found-set-buffer-file-coding-system.
4605 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
4606 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
4607 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
4608 (w32-direct-print-region-helper, w32-direct-print-region-function)
4609 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
4610 * startup.el (normal-top-level-add-subdirs-to-load-path):
4611 * ps-print.el (ps-print-region-function):
4612 * lpr.el (print-region-function): Use new name.
4613
4614 * subr.el (custom-declare-variable-early): Remove function.
4615 (custom-declare-variable-list): Remove var.
4616 (error, user-error): Remove `while' loop.
4617 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
4618 (user-emacs-directory-warning, locate-user-emacs-file):
4619 Move to files.el.
4620 * simple.el (read-quoted-char-radix, read-quoted-char):
4621 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
4622 Move from subr.el.
4623 * custom.el (custom-declare-variable-list): Don't process
4624 custom-declare-variable-list.
4625
4626 * progmodes/python.el (python-shell-get-buffer): New function.
4627 (python-shell-get-process): Use it.
4628 (python-shell-send-string): Always use utf-8 and add a cookie to tell
4629 Python which encoding was used. Don't split-string since we only care
4630 about the first line. Return the temp-file, if applicable.
4631 (python-shell-send-region): Tell compile.el how to turn locations in
4632 the temp-file into locations in the source buffer.
4633
4634 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * subr.el (undefined): Add missing behavior from the C code for
4637 unbound keys.
4638
4639 * rect.el: Use lexical-binding. Add new rectangular region support.
4640 (rectangle-mark): New command.
4641 (rectangle--region): New var.
4642 (deactivate-mark-hook): Reset rectangle--region.
4643 (rectangle--extract-region, rectangle--insert-for-yank)
4644 (rectangle--highlight-for-redisplay)
4645 (rectangle--unhighlight-for-redisplay): New functions.
4646 (region-extract-function, redisplay-unhighlight-region-function)
4647 (redisplay-highlight-region-function): Use them to handle
4648 rectangular region.
4649 * simple.el (region-extract-function): New var.
4650 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
4651 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
4652 (kill-region): Replace obsolete `yank-handler' arg with `region'.
4653 (copy-region-as-kill, kill-ring-save): Add `region' argument.
4654 (redisplay-unhighlight-region-function)
4655 (redisplay-highlight-region-function): New vars.
4656 (redisplay--update-region-highlight): New function.
4657 (pre-redisplay-function): Use it.
4658 (exchange-point-and-mark): Don't deactivate the mark before
4659 reactivate-it anyway.
4660 * comint.el (comint-kill-region): Remove yank-handler argument.
4661 * delsel.el (delete-backward-char, backward-delete-char-untabify)
4662 (delete-char): Remove property, since it's now part of their
4663 default behavior.
4664 (self-insert-iso): Remove property since this command doesn't exist.
4665
4666 * emacs-lisp/package.el (package--download-one-archive)
4667 (describe-package-1): Don't query the user about final newline.
4668
4669 2013-10-29 Daniel Colascione <dancol@dancol.org>
4670
4671 * net/tramp.el (tramp-methods): Document new functionality.
4672 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
4673 tramp-hostname-checker if method provides one instead of scanning
4674 argument list for "%h" to decide hostname acceptability.
4675
4676 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
4677
4678 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4679 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4680 Handle COPY-CONTENTS. (Bug#15737)
4681
4682 2013-10-28 Daiki Ueno <ueno@gnu.org>
4683
4684 * epa-file.el
4685 (epa-file-cache-passphrase-for-symmetric-encryption):
4686 Document that this option has no effect with GnuPG 2.0 (bug#15552).
4687
4688 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
4689
4690 * image.el (defimage, image-load-path): Doc fixes.
4691
4692 2013-10-27 Alan Mackenzie <acm@muc.de>
4693
4694 Indent statements in macros following "##" correctly.
4695 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4696 Modify the "#" arm of a cond form to handle "#" and "##" operators.
4697
4698 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4699
4700 * linum.el (linum-update-window): Fix boundary test (bug#13446).
4701
4702 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
4703
4704 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
4705 after `=' is probably a new expression.
4706
4707 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4708
4709 * man.el (man-imenu-title): New option.
4710 (Man-mode-map): Add menu. (Bug#15722)
4711 (Man-mode): Add imenu to menu.
4712
4713 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
4714
4715 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
4716 specific in what the first arg can be: a non-keyword word,
4717 string/regexp/percent literal opener, opening paren, or unary
4718 operator followed directly by word.
4719
4720 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4721
4722 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4723 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4724 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4725 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4726 Remove vars, they do not apply any more.
4727 (prolog-mode-abbrev-table): Remove redundant declaration.
4728 (prolog-upper-case-string, prolog-lower-case-string): Remove.
4729 (prolog-use-smie): Remove.
4730 (prolog-smie-rules): Add indentation rule for the if-then-else layout
4731 supported by prolog-electric-if-then-else-flag.
4732 (prolog-mode-variables, prolog-menu): Use setq-local.
4733 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4734 Remove binding to `Backspace' since this key doesn't exist anyway.
4735 Remove bindings for electric self-inserting keys.
4736 (prog-mode): Assume it's defined.
4737 (prolog-post-self-insert): New function.
4738 (prolog-mode): Use it.
4739 (prolog-indent-line, prolog-indent-level)
4740 (prolog-find-indent-of-matching-paren)
4741 (prolog-indentation-level-of-line, prolog-goto-comment-column)
4742 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4743 (prolog-goto-next-paren, prolog-in-string-or-comment)
4744 (prolog-tokenize, prolog-inside-mline-comment)
4745 (prolog-find-start-of-mline-comment): Remove functions.
4746 (prolog-find-unmatched-paren, prolog-clause-end)
4747 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4748 (prolog-electric--if-then-else): Rename from
4749 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4750 (prolog-tokenize-searchkey): Remove const.
4751 (prolog-clause-info): Use forward-sexp.
4752 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4753 (prolog-electric-if-then-else): Remove commands.
4754 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4755 for use in post-self-insert-hook.
4756 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4757 for use in post-self-insert-hook.
4758 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4759 for use in post-self-insert-hook.
4760 (prolog-electric--underscore): Rename from prolog-electric--underscore;
4761 adapt it for use in post-self-insert-hook.
4762
4763 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
4764
4765 * emacs-lisp/ert.el (ert-run-tests-interactively):
4766 Use `completing-read'. (Bug#9756)
4767
4768 2013-10-25 Eli Zaretskii <eliz@gnu.org>
4769
4770 * simple.el (line-move): Call line-move-1 instead of
4771 line-move-visual when the current window hscroll is zero, but
4772 temporary-goal-column indicates we will need to hscroll as result
4773 of the movement. (Bug#15712)
4774
4775 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
4776
4777 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4778 capitalization. Use :visible instead of :active.
4779 Fix `ruby-indent-exp' reference. Add menu items for the generic
4780 commands that are used with SMIE.
4781 (ruby-do-end-to-brace): Insert space after `{'.
4782
4783 2013-10-25 John Anthony <john@jo.hnanthony.com>
4784
4785 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
4786
4787 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
4788
4789 2013-10-25 Glenn Morris <rgm@gnu.org>
4790
4791 * vc/vc.el (vc-print-log): Don't use a working revision unless
4792 one was explicitly specified. (Bug#15322)
4793
4794 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * subr.el (add-to-list): Preserve return value in compiler-macro
4797 (bug#15692).
4798
4799 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4800
4801 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4802 result. Ask user to retry using '-all' flag. (Bug#15701)
4803
4804 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * emacs-lisp/smie.el: New smie-config system.
4807 (smie-config): New defcustom.
4808 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4809 (smie-config-guess, smie-config-save): New commands.
4810 (smie-config--mode-local, smie-config--buffer-local)
4811 (smie-config--trace, smie-config--modefuns): New vars.
4812 (smie-config--advice, smie-config--mode-hook)
4813 (smie-config--setter, smie-config-local, smie-config--get-trace)
4814 (smie-config--guess-value, smie-config--guess): New functions.
4815 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4816 text properties. Treat "string fence" syntax like string syntax.
4817
4818 * progmodes/sh-script.el (sh-use-smie): Change default.
4819 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4820 (sh-var-value): Simplify by CSE.
4821 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4822 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4823 is used.
4824 (sh-guess-basic-offset): Use cl-incf.
4825 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4826
4827 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
4828
4829 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4830 (bug#15699).
4831
4832 2013-10-24 Glenn Morris <rgm@gnu.org>
4833
4834 * Makefile.in (abs_top_srcdir): Remove.
4835 (update-subdirs): Use relative path to update-subdirs.
4836
4837 2013-10-24 Eli Zaretskii <eliz@gnu.org>
4838
4839 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4840 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4841 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4842 Call unmsys--file-name before expand-file-name, not after it.
4843
4844 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
4845
4846 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4847 (ert-test-skipped): New error.
4848 (ert-skip, ert-stats-skipped): New defuns.
4849 (ert--skip-unless): New macro.
4850 (ert-test-skipped): New struct.
4851 (ert--run-test-debugger, ert-test-result-type-p)
4852 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4853 (ert--stats-set-test-and-result, ert-char-for-test-result)
4854 (ert-string-for-test-result, ert-run-tests-batch)
4855 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4856 Handle skipped tests. (Bug#9803)
4857
4858 2013-10-24 Glenn Morris <rgm@gnu.org>
4859
4860 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4861
4862 * Makefile.in (abs_top_srcdir): New, set by configure.
4863 (update-subdirs): Correct build-aux location.
4864
4865 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
4866
4867 * vc/vc.el (vc-print-root-log): Always set `default-directory'
4868 value, whether we could auto-deduce `backend', or not.
4869
4870 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
4871 with parameters" example. Simplify the "is it block or is it
4872 hash" check, but also make it more thorough.
4873
4874 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
4875
4876 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
4877
4878 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4879
4880 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
4881 { if it is hanging.
4882
4883 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
4884 :before ";".
4885
4886 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
4887
4888 * progmodes/compile.el (compilation-directory-matcher)
4889 (compilation-page-delimiter):
4890 Support GNU Make-4.0 directory quoting. (Bug#15678)
4891
4892 2013-10-23 Leo Liu <sdl.web@gmail.com>
4893
4894 * ido.el (ido-tidy): Handle read-only text.
4895
4896 2013-10-23 Glenn Morris <rgm@gnu.org>
4897
4898 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
4899 (emacs, compile, compile-always):
4900 Quote entities that might contain whitespace.
4901 (custom-deps, finder-data, autoloads): Use abs_lisp.
4902 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4903 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4904 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
4905
4906 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
4907
4908 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
4909 Use `following-char'.
4910
4911 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
4914 * progmodes/ruby-mode.el (ruby-smie-rules):
4915 Remove corresponding workaround. Fix indentation rule of ";" so it
4916 also applies when ";" is the parent.
4917
4918 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
4919
4920 * frame.el (display-screens, display-pixel-height)
4921 (display-pixel-width, display-mm-width, display-backing-store)
4922 (display-save-under, display-planes, display-color-cells)
4923 (display-visual-class, display-monitor-attributes-list):
4924 Mention the optional ‘display’ argument in doc strings.
4925
4926 2013-10-22 Michael Gauland <mikelygee@amuri.net>
4927
4928 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
4929 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
4930
4931 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
4932
4933 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
4934 TODO. Add "." after " @ ".
4935 (ruby-smie--at-dot-call): New function. Checks if point at method
4936 call with explicit target.
4937 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
4938 to the method name tokens when it precedes them.
4939 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
4940 (ruby-smie-rules): Add rule for indentation before and after "."
4941 token.
4942
4943 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * textmodes/remember.el (remember-diary-extract-entries):
4946 Avoid add-to-list.
4947
4948 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
4949 an instruction.
4950
4951 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
4952
4953 * progmodes/ruby-mode.el (ruby-smie-grammar):
4954 Add (almost) all infix operators.
4955 (ruby-smie--implicit-semi-p): Add new operator chars.
4956
4957 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4958 `smie-down-list'.
4959 (ruby-smie--args-separator-p): Check that there's no newline
4960 between method call and its arguments.
4961
4962 2013-10-20 Alan Mackenzie <acm@muc.de>
4963
4964 Allow comma separated lists after Java "implements".
4965
4966 * progmodes/cc-engine.el (c-backward-over-enum-header):
4967 Parse commas.
4968 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
4969 from a "disallowed" list in enum fontification.
4970
4971 2013-10-20 Johan Bockgård <bojohan@gnu.org>
4972
4973 * startup.el (default-frame-background-mode): Remove unused defvar.
4974
4975 * progmodes/verilog-mode.el (verilog-mode): Don't set
4976 comment-indent-function globally.
4977
4978 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
4979
4980 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
4981 Move Info menu item creation to ns-win.el.
4982
4983 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
4984 in menu bar.
4985
4986 * menu-bar.el: Move GNUstep specific menus...
4987
4988 * term/ns-win.el (ns-initialize-window-system): ... to here.
4989
4990 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * simple.el (newline): Only run post-self-insert-hook when
4993 called interactively.
4994
4995 2013-10-19 Johan Bockgård <bojohan@gnu.org>
4996
4997 * icomplete.el (icomplete-with-completion-tables): Add :version.
4998
4999 2013-10-19 Alan Mackenzie <acm@muc.de>
5000
5001 Fix fontification bugs with constructors and const.
5002
5003 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5004 CASE 2) Remove the check for the absence of a suffix construct
5005 after a function declaration with only types (no identifiers) in
5006 the parentheses. Also, accept a function declaration with just a
5007 type inside the parentheses, if this type can be positively
5008 recognised as such, or if a prefix keyword like "explicit" nails
5009 down the construct as a declaration.
5010
5011 2013-10-19 Eli Zaretskii <eliz@gnu.org>
5012
5013 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5014 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
5015 the problem whereby selecting a menu item that leads to a
5016 minibuffer prompt moves the cursor out of the minibuffer window,
5017 making it hard to type at the prompt. Suggested by Stefan Monnier
5018 <monnier@iro.umontreal.ca>.
5019
5020 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
5021
5022 * menu-bar.el: Don't make Services menu.
5023
5024 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5025
5026 * ffap.el: Handle "/usr/include/c++/<version>" directories.
5027 (ffap-alist): Use ffap-c++-mode for c++-mode.
5028 (ffap-c++-path): New variable.
5029 (ffap-c++-mode): New function.
5030
5031 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
5032
5033 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
5034
5035 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
5036
5037 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5038 introduced on 2013-09-08, which results in an infinite loop
5039 requesting a password.
5040
5041 2013-10-18 Glenn Morris <rgm@gnu.org>
5042
5043 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5044
5045 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
5046
5047 Sync with upstream verilog-mode revision 1a6ecec7.
5048 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5049 (verilog-mode-release-date): Remove.
5050 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5051 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5052 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5053 (verilog-auto-tieoff-ignore-regexp)
5054 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5055 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5056 (verilog-signals-with, verilog-dir-cache-preserving)
5057 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5058 Doc fixes.
5059 (verilog-case-fold): New option, to control case folding in
5060 regexp searches, bug597.
5061 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5062 (verilog-string-match-fold, verilog-in-paren-count)
5063 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5064 (verilog-at-close-struct-p): New functions.
5065 (verilog-beg-block-re-ordered, verilog-extended-case-re)
5066 (verilog-forward-sexp, verilog-set-auto-endcomments)
5067 (verilog-leap-to-case-head): Handle "unique0" case.
5068 (verilog-in-constraint-re): New constant.
5069 (verilog-keywords, verilog-type-font-keywords):
5070 Add some SystemVerilog 1800-2012 keywords.
5071 (verilog-label-be): Remove unimplemented argument, bug669.
5072 (verilog-batch-execute-func): When batch expanding clear
5073 create-lockfiles to prevent spurious user locks when a file ends
5074 up not changing.
5075 (verilog-calculate-indent, verilog-calc-1)
5076 (verilog-at-close-constraint-p, verilog-at-constraint-p)
5077 (verilog-do-indent): Fix indentation of nested constraints
5078 and structures.
5079 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5080 (verilog-auto-inst-param): Use verilog-string-match-fold.
5081 (verilog-read-inst-module-matcher):
5082 Fix AUTOINST on gate primitives with #1.
5083 (verilog-read-decls): Fix double-declaring user-defined typed signals.
5084 Reads all user-defined typed variables.
5085 (verilog-read-defines): Fix reading definitions inside comments, bug647.
5086 (verilog-signals-matching-regexp)
5087 (verilog-signals-not-matching-regexp, verilog-auto):
5088 Respect verilog-case-fold.
5089 (verilog-diff-report): Fix line count.
5090 (verilog-auto-assign-modport): Remove unused local `modi'.
5091 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5092 better handle multidimensional arrays.
5093 Fix packed array ports misadding bit index in AUTOINST, bug637.
5094 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5095 to not double-declare existing outputs and inputs, respectively.
5096 (verilog-template-map): Bind U to verilog-sk-uvm-component.
5097 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5098 (verilog-sk-uvm-component): New skeleton.
5099 (verilog-submit-bug-report): Add verilog-case-fold,
5100 remove verilog-mode-release-date.
5101
5102 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
5103
5104 * subr.el (sit-for): Call (input-pending-p t) so as to behave
5105 as before.
5106
5107 2013-10-18 Reuben Thomas <rrt@sc3d.org>
5108
5109 * textmodes/remember.el (remember): Set buffer-offer-save in
5110 remember buffers (bug#13566).
5111
5112 2013-10-18 Daniel Colascione <dancol@dancol.org>
5113
5114 When evaluating forms in ielm, direct standard output to ielm
5115 buffer. Add new ielm-return-for-effect command. Remove trailing
5116 whitespace throughout.
5117
5118 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5119 (ielm-return-for-effect): New command.
5120 (ielm-send-input): Accept optional `for-effect' parameter.
5121 (ielm-eval-input): Accept optional `for-effect' parameter.
5122 Bind `standard-output' to stream we create using
5123 `ielm-standard-output-impl'. Suppress printing result when
5124 `for-effect'.
5125 (ielm-standard-output-impl): New function.
5126 (inferior-emacs-lisp-mode): Explain new features in documentation.
5127
5128 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
5129
5130 Code cleanup.
5131
5132 * net/tramp.el (tramp-debug-message): Do not check for connection
5133 buffer.
5134 (tramp-message): Use "vector" connection property.
5135
5136 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5137 (tramp-equal-remote, tramp-eshell-directory-change)
5138 * net/tramp-adb.el (tramp-adb-handle-copy-file)
5139 (tramp-adb-handle-rename-file)
5140 * net/tramp-cmds.el (tramp-list-remote-buffers)
5141 (tramp-cleanup-connection, tramp-cleanup-this-connection)
5142 * net/tramp-compat.el (tramp-compat-process-running-p)
5143 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5144 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5145 (tramp-gvfs-handle-rename-file)
5146 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5147 (tramp-set-file-uid-gid)
5148 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5149 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5150 of `file-remote-p'.
5151
5152 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5153 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5154 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5155 (tramp-gw-open-network-stream): Suppress unrelated traces.
5156
5157 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5158 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5159 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5160 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5161 connection property.
5162
5163 * net/tramp-cache.el (top): Suppress traces when reading
5164 persistency file.
5165
5166 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5167 Refactor common code. Improve debug message.
5168 (tramp-maybe-open-connection)
5169 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5170 connection buffer too early.
5171
5172 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5173 from `tramp-smb-actions-with-acl'.
5174 (tramp-smb-actions-set-acl): New defconst.
5175 (tramp-smb-handle-copy-directory)
5176 (tramp-smb-action-get-acl): New defun, renamed from
5177 `tramp-smb-action-with-acl'.
5178 (tramp-smb-action-set-acl): New defun.
5179 (tramp-smb-handle-set-file-acl): Rewrite.
5180
5181 2013-10-17 Glenn Morris <rgm@gnu.org>
5182
5183 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
5184
5185 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 * skeleton.el (skeleton-newline): Remove.
5188 (skeleton-internal-1): Use (insert "\n") instead.
5189
5190 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5191 let-bindings.
5192
5193 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5194 forward-sexp-function while we redo its job (bug#15613).
5195
5196 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
5197
5198 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5199 represented by lists.
5200
5201 2013-10-16 Glenn Morris <rgm@gnu.org>
5202
5203 * tmm.el (tmm--history): New dynamic variable.
5204 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
5205
5206 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
5207
5208 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5209 (tramp-smb-errors): Add error messages.
5210 (tramp-smb-actions-with-acl): New defconst.
5211 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5212 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5213 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5214 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5215 (tramp-smb-get-stat-capability): Fix tests.
5216
5217 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
5218
5219 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5220 (bug#15580).
5221
5222 2013-10-16 Glenn Morris <rgm@gnu.org>
5223
5224 * ansi-color.el (ansi-color-drop-regexp):
5225 Add 1J, 1K, 2K. (Bug#15617)
5226
5227 * files.el (hack-local-variables--warned-lexical): New.
5228 (hack-local-variables):
5229 Warn about misplaced lexical-binding. (Bug#15616)
5230
5231 * net/eww.el (eww-render): Always set eww-current-url,
5232 and update header line. (Bug#15622)
5233 (eww-display-html): ... Rather than just doing it here.
5234
5235 2013-10-15 Eli Zaretskii <eliz@gnu.org>
5236
5237 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5238 menu navigations commands.
5239
5240 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
5241
5242 * progmodes/subword.el (subword-capitalize): Be careful when
5243 the search for [[:alpha:]] fails (bug#15580).
5244
5245 2013-10-14 Eli Zaretskii <eliz@gnu.org>
5246
5247 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5248 to commands that scroll the menu.
5249
5250 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
5251
5252 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5253 Handle methods ending with `?' and `!'.
5254
5255 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
5256
5257 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5258 `japanese-cp932' to `cp932' to fix the problem where saving a
5259 source file written in Shift_JIS twice would end up having
5260 `coding: japanese-cp932' which Ruby could not recognize.
5261 (ruby-mode-set-encoding): Add support for encodings mapped to nil
5262 in `ruby-encoding-map'.
5263 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5264 doesn't need to be explicitly declared in magic comment.
5265 (ruby-encoding-map): Add type declaration for better customize UI.
5266
5267 2013-10-13 Glenn Morris <rgm@gnu.org>
5268
5269 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5270 Occur buffers are read-only. http://bugs.debian.org/720775
5271
5272 * emacs-lisp/authors.el (authors-fixed-entries):
5273 Comment out old alpha stuff.
5274
5275 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
5276
5277 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5278 to `after-save-hook' instead of `before-save-hook'.
5279 (ruby-mode-set-encoding): Use the value of coding system used to
5280 write the file. Call `basic-save-buffer-1' after modifying the
5281 buffer.
5282
5283 2013-10-13 Alan Mackenzie <acm@muc.de>
5284
5285 Fix indentation/fontification of Java enum with
5286 "implements"/generic.
5287
5288 * progmodes/cc-engine.el (c-backward-over-enum-header):
5289 Extracted from the three other places and enhanced to handle generics.
5290 (c-inside-bracelist-p): Uses new function above.
5291 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5292 function above.
5293 (c-font-lock-enum-tail): Uses new function above.
5294
5295 2013-10-13 Kenichi Handa <handa@gnu.org>
5296
5297 * international/mule-cmds.el (select-safe-coding-system): Remove a
5298 superfluous condition in chekcing whether a coding system is safe
5299 or not.
5300
5301 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
5302
5303 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
5304
5305 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
5306
5307 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
5308
5309 2013-10-13 Glenn Morris <rgm@gnu.org>
5310
5311 * menu-bar.el (menu-bar-update-buffers):
5312 Unify Buffers menu prompt string. (Bug#15576)
5313
5314 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
5315
5316 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5317 Add some entries.
5318 (authors-fixed-entries): Use accented form of name.
5319
5320 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5323 method calls (bug#15594).
5324 (ruby-smie--args-separator-p): New function.
5325 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5326 recognize paren-free method calls.
5327
5328 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5329 internals of universal-argument.
5330
5331 2013-10-11 Eli Zaretskii <eliz@gnu.org>
5332
5333 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5334 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5335 dropped menu on second mouse click on the menu bar.
5336
5337 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5340 (explicit-shell-file-name): Declare.
5341 (sh--vars-before-point, sh--cmd-completion-table): New functions.
5342 (sh-completion-at-point-function): New function.
5343 (sh-mode): Use it.
5344 (sh-smie--keyword-p): Remove unused argument.
5345 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5346 vars.
5347 (sh-set-shell): Always setup SMIE, even if we use the
5348 old indentation code.
5349
5350 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
5351
5352 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5353 cases of ? and =.
5354 (ruby-smie-rules): Simplify the "do" rule. The cases when the
5355 predicate would return nil are almost non-existent.
5356 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5357
5358 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5359 cache also after commands that modify the buffer but don't move
5360 point.
5361
5362 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * env.el (substitute-env-in-file-name): New function.
5365 (substitute-env-vars): Extend the meaning of the optional arg.
5366
5367 2013-10-10 Eli Zaretskii <eliz@gnu.org>
5368
5369 * term/w32-win.el (dynamic-library-alist): Define separate lists
5370 of GIF DLLs for versions before and after 5.0.0 of giflib.
5371 (Bug#15531)
5372
5373 2013-10-10 João Távora <joaotavora@gmail.com>
5374
5375 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5376 not locked, use last revision and current source as
5377 defaults. (Bug#15569)
5378
5379 2013-10-10 Masatake YAMATO <yamato@redhat.com>
5380
5381 * menu-bar.el (menu-bar-open): Don't use popup-menu if
5382 menu-bar is hidden.
5383
5384 2013-10-10 Martin Rudalics <rudalics@gmx.at>
5385
5386 * window.el (pop-to-buffer-same-window): Fix doc-string.
5387 (Bug#15492)
5388
5389 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5392
5393 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
5394
5395 * calendar/icalendar.el (icalendar-import-file):
5396 Fix interactive spec. (Bug#15482)
5397
5398 2013-10-10 Glenn Morris <rgm@gnu.org>
5399
5400 * desktop.el (desktop-save): Default to saving in .emacs.d,
5401 since PWD is no longer in desktop-path by default. (Bug#15319)
5402
5403 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5404 now that text mode has a menu with the same entry.
5405 (menu-bar-text-mode-auto-fill): Remove now unused func.
5406 * textmodes/text-mode.el (text-mode-map):
5407 Use auto-fill help text from menu-bar.el.
5408
5409 2013-10-10 John Anthony <john@jo.hnanthony.com>
5410
5411 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
5412
5413 2013-10-09 Juri Linkov <juri@jurta.org>
5414
5415 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5416 instead of this-command-keys. Add universal-argument-more and
5417 universal-argument-minus to the list of prefix commands. (Bug#15568)
5418
5419 2013-10-09 Glenn Morris <rgm@gnu.org>
5420
5421 * vc/vc-svn.el (vc-svn-create-repo):
5422 Expand paths in file://... url. (Bug#15446)
5423
5424 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5425 Add some entries.
5426 (authors): Remove unused local variables.
5427
5428 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * profiler.el: Create a more coherent calltree from partial backtraces.
5431 (profiler-format): Hide the tail with `invisible' so that C-s can still
5432 find the hidden elements.
5433 (profiler-calltree-depth): Don't recurse so enthusiastically.
5434 (profiler-function-equal): New hash-table-test.
5435 (profiler-calltree-build-unified): New function.
5436 (profiler-calltree-build): Use it.
5437 (profiler-report-make-name-part): Indent the calltree less.
5438 (profiler-report-mode): Add visibility specs for profiler-format.
5439 (profiler-report-expand-entry, profiler-report-toggle-entry):
5440 Expand the whole subtree when provided with a prefix arg.
5441
5442 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
5443
5444 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5445 iuwu-mod token.
5446 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5447 hanging iuwu-mod token.
5448 (ruby-smie--forward-token): Do not include a dot after a token in
5449 that token.
5450 (ruby-smie--backward-token): Likewise.
5451
5452 2013-10-08 Juri Linkov <juri@jurta.org>
5453
5454 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5455 to isearch-other-control-char.
5456 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5457 and isearch-post-command-hook to post-command-hook.
5458 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5459 and isearch-post-command-hook from post-command-hook.
5460 (isearch-unread-key-sequence)
5461 (isearch-reread-key-sequence-naturally)
5462 (isearch-lookup-scroll-key, isearch-other-control-char)
5463 (isearch-other-meta-char): Remove functions.
5464 (isearch-pre-command-hook, isearch-post-command-hook):
5465 New functions based on isearch-other-meta-char rewritten
5466 relying on the new behavior of overriding-terminal-local-map
5467 that does not replace the local keymaps any more. (Bug#15200)
5468
5469 2013-10-08 Eli Zaretskii <eliz@gnu.org>
5470
5471 Support menus on text-mode terminals.
5472 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
5473 functionality.
5474
5475 * tooltip.el (tooltip-mode): Don't error out on TTYs.
5476
5477 * menu-bar.el (popup-menu, popup-menu-normalize-position):
5478 Move here from mouse.el.
5479 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
5480 and arrow keys.
5481 (tty-menu-navigation-map): New map for TTY menu navigation.
5482
5483 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
5484
5485 * frame.el (display-mouse-p): Report text-mode mouse as available
5486 on w32.
5487 (display-popup-menus-p): Report availability if mouse is
5488 available; don't condition on window-system.
5489
5490 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
5491 (tty-menu-selected-face): New faces.
5492
5493 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
5496 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
5497 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
5498 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
5499 New constants.
5500 (lisp-mode-variables): New `elisp' argument.
5501 (emacs-lisp-mode): Use it.
5502 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
5503 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
5504
5505 * indent.el: Use lexical-binding.
5506 (indent-region): Add progress reporter.
5507 (tab-stop-list): Make it implicitly extend to infinity by repeating the
5508 last step.
5509 (indent--next-tab-stop): New function to implement this behavior.
5510 (tab-to-tab-stop, move-to-tab-stop): Use it.
5511
5512 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
5513
5514 * indent.el (indent-rigidly--current-indentation): New function.
5515 (indent-rigidly-map): New var.
5516 (indent-rigidly): Use it to provide interactive mode (bug#8196).
5517
5518 2013-10-08 Bastien Guerry <bzg@gnu.org>
5519
5520 * register.el (insert-register): Fix 2013-10-07 change.
5521
5522 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * progmodes/perl-mode.el: Use lexical-binding.
5525 Remove redundant :group args.
5526 (perl-nochange): Change default to be closer to other major modes's
5527 standard behavior.
5528 (perl-indent-line): Don't consider text on current line as a
5529 valid beginning of function from which to indent.
5530
5531 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
5532 with more than one argument (bug#15538).
5533
5534 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5535
5536 * vc/pcvs.el: Use lexical-binding.
5537 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5538 environment of `eval'.
5539 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5540 than a list of expressions. Adjust callers.
5541 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5542
5543 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
5544
5545 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
5546 case of the dot in a chained method call being on the following line.
5547
5548 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * electric.el (electric-indent-inhibit): New var.
5551 (electric-indent-post-self-insert-function): Use it.
5552 * progmodes/python.el (python-mode): Set it.
5553
5554 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5555 open braces.
5556
5557 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5558
5559 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5560 (css-mode): Use electric-indent-chars.
5561
5562 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5563 (font-lock-beg, font-lock-end): Move before first use.
5564 (nxml-mode): Use syntax-propertize-function.
5565 (nxml-after-change, nxml-after-change1): Adjust accordingly.
5566 (nxml-extend-after-change-region): Remove.
5567 * nxml/xmltok.el: Use lexical-binding.
5568 (xmltok-save): Use `declare'.
5569 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5570 * nxml/nxml-util.el: Use lexical-binding.
5571 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5572 Use `declare'.
5573 * nxml/nxml-ns.el: Use lexical-binding.
5574 (nxml-ns-save): Use `declare'.
5575 (nxml-ns-prefixes-for): Avoid add-to-list.
5576 * nxml/rng-match.el: Use lexical-binding.
5577 (rng--ipattern): Use cl-defstruct.
5578 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5579 (rng-cons-group-after, rng-subst-group-after)
5580 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5581 Use closures instead of `(lambda...).
5582
5583 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
5584
5585 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5586 of BEG and END.
5587
5588 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5589 Use `tramp-handle-insert-file-contents'.
5590 (tramp-gvfs-handle-insert-file-contents): Remove function.
5591
5592 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5593 Use `save-restriction' in order to keep markers.
5594
5595 * net/trampver.el: Update release number.
5596
5597 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * progmodes/compile.el (compilation-parse-errors):
5600 Use compilation--put-prop.
5601 (compilation--ensure-parse): Check compilation-multiline.
5602
5603 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
5604
5605 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
5606 lexical-binding.
5607
5608 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
5609
5610 * progmodes/ruby-mode.el: Fix recently added tests.
5611 (ruby-smie-grammar): Add - and +.
5612 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
5613 (ruby-smie--backward-id): New functions.
5614 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
5615 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
5616 any more.
5617
5618 2013-10-07 Leo Liu <sdl.web@gmail.com>
5619
5620 * register.el (register-preview-delay)
5621 (register-preview-functions): New variables.
5622 (register-read-with-preview, register-preview)
5623 (register-describe-oneline): New functions.
5624 (point-to-register, window-configuration-to-register)
5625 (frame-configuration-to-register, jump-to-register)
5626 (number-to-register, view-register, insert-register)
5627 (copy-to-register, append-to-register, prepend-to-register)
5628 (copy-rectangle-to-register): Use register-read-with-preview to
5629 read register. (Bug#15525)
5630
5631 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
5632
5633 * net/network-stream.el (network-stream-open-starttls): Don't add
5634 --insecure if it's already present, because that gnutls-cli
5635 rejects getting that parameter twice.
5636
5637 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
5638
5639 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
5640 keyword, too.
5641
5642 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
5643
5644 * newcomment.el (comment-use-global-state): Change default value
5645 to t, mark obsolete (Bug#15251).
5646 (comment-beginning): In addition to `comment-to-syntax', check the
5647 value of `comment-use-global-state'.
5648
5649 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
5652 (ruby-comment-column): Follow the global default, by default.
5653 (ruby-smie-grammar): Add assignment syntax.
5654 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
5655 open-paren, a comma, or a \.
5656 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
5657 and line continuations.
5658 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
5659 followed by implicit semi-colons. Add rule for string concatenation
5660 and for indentation at BOB.
5661 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
5662
5663 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
5664 calling next-sexp, since next-token may have skipped chars which
5665 next-sexp doesn't know should be skipped!
5666
5667 2013-10-05 Leo Liu <sdl.web@gmail.com>
5668
5669 * progmodes/octave.el (octave-send-region):
5670 Call compilation-forget-errors.
5671
5672 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5673
5674 * vc/vc-svn.el (vc-svn-find-admin-dir):
5675 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
5676 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
5677 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
5678 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
5679
5680 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
5683
5684 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5685
5686 * subr.el (read-passwd): Hide chars even when called within a context
5687 where after-change-functions is disabled (bug#15501).
5688 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
5689 until we removed ourself from overriding-terminal-local-map.
5690
5691 2013-10-04 Leo Liu <sdl.web@gmail.com>
5692
5693 * progmodes/octave.el (inferior-octave-mode):
5694 Call compilation-forget-errors.
5695
5696 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
5697
5698 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5699
5700 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
5701
5702 * net/secrets.el (secrets-create-collection): Add optional
5703 argument ALIAS. Use proper Label keyword. Append ALIAS as
5704 dbus-call-method argument. (Bug#15516)
5705
5706 2013-10-04 Leo Liu <sdl.web@gmail.com>
5707
5708 * progmodes/octave.el (inferior-octave-error-regexp-alist)
5709 (inferior-octave-compilation-font-lock-keywords): New variables.
5710 (compilation-error-regexp-alist)
5711 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
5712 (inferior-octave-mode): Use compilation-shell-minor-mode.
5713
5714 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
5715
5716 * minibuffer.el (completion--replace): Be careful that `end' might be
5717 a marker.
5718
5719 2013-10-03 Daiki Ueno <ueno@gnu.org>
5720
5721 Add support for package signature checking.
5722 * emacs-lisp/package.el (url-http-file-exists-p)
5723 (epg-make-context, epg-context-set-home-directory)
5724 (epg-verify-string, epg-context-result-for)
5725 (epg-signature-status, epg-signature-to-string)
5726 (epg-check-configuration, epg-configuration)
5727 (epg-import-keys-from-file): Declare.
5728 (package-check-signature): New user option.
5729 (package-unsigned-archives): New user option.
5730 (package-desc): Add `signed' field.
5731 (package-load-descriptor): Set `signed' field if .signed file exists.
5732 (package--archive-file-exists-p): New function.
5733 (package--check-signature): New function.
5734 (package-install-from-archive): Check package signature.
5735 (package--download-one-archive): Check archive signature.
5736 (package-delete): Remove .signed file.
5737 (package-import-keyring): New command.
5738 (package-refresh-contents): Import default keyring.
5739 (package-desc-status): Add "unsigned" status.
5740 (describe-package-1, package-menu--print-info)
5741 (package-menu-mark-delete, package-menu--find-upgrades)
5742 (package-menu--status-predicate): Support "unsigned" status.
5743
5744 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5747 the new compilation scheme using the new byte-codes.
5748
5749 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5750 (byte-pophandler): New byte codes.
5751 (byte-goto-ops): Adjust accordingly.
5752 (byte-compile--use-old-handlers): New var.
5753 (byte-compile-catch): Use new byte codes depending on
5754 byte-compile--use-old-handlers.
5755 (byte-compile-condition-case--old): Rename from
5756 byte-compile-condition-case.
5757 (byte-compile-condition-case--new): New function.
5758 (byte-compile-condition-case): New function that dispatches depending
5759 on byte-compile--use-old-handlers.
5760 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5761 when we can.
5762
5763 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5764 Optimize under `condition-case' and `catch' if
5765 byte-compile--use-old-handlers is nil.
5766 (disassemble-offset): Handle new bytecodes.
5767
5768 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5769
5770 * subr.el (error): Use `declare'.
5771 (decode-char, encode-char): Use advertised-calling-convention instead
5772 of the docstring to discourage use of the `restriction' arg.
5773
5774 2013-10-03 Daiki Ueno <ueno@gnu.org>
5775
5776 * epg.el (epg-verify-file): Add a comment saying that it does not
5777 notify verification error as a return value nor a signal.
5778 (epg-verify-string): Ditto.
5779
5780 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5781
5782 * progmodes/compile.el (compilation-start): Try globbing the arg to
5783 `cd' (bug#15417).
5784
5785 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
5786
5787 Sync with Tramp 2.2.8.
5788
5789 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5790 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5791 * net/trampver.el: Update release number.
5792
5793 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
5794
5795 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5796 and default-process-coding-system for darwin only.
5797
5798 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5801
5802 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
5803
5804 * vc/vc-git.el (vc-git-grep): Disable pager.
5805
5806 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
5807
5808 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5809 Use :url instead of :homepage, as per
5810 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5811
5812 * newcomment.el (comment-beginning): When `comment-use-syntax' is
5813 non-nil, use `syntax-ppss' (Bug#15251).
5814
5815 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5816
5817 * progmodes/octave.el (inferior-octave-startup-file):
5818 Prefer ~/.emacs.d/init_octave.m.
5819
5820 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
5821
5822 * emacs-lisp/package.el (package-desc-from-define):
5823 Accept additional arguments as plist, convert them to an alist and store
5824 them in the `extras' slot.
5825 (package-generate-description-file): Convert extras alist back to
5826 plist and append to the `define-package' form arguments.
5827 (package--alist-to-plist): New function.
5828 (package--ac-desc): Add `extras' slot.
5829 (package--add-to-archive-contents): Check if the archive-contents
5830 vector is long enough, and if it is, pass its `extras' slot value
5831 to `package-desc-create'.
5832 (package-buffer-info): Call `lm-homepage', pass the returned value
5833 to `package-desc-from-define'.
5834 (describe-package-1): Render the homepage button (Bug#13291).
5835
5836 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5837 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5838
5839 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
5840
5841 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5842 and default-process-coding-system to utf-8-unix (Bug#15402).
5843
5844 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
5845
5846 * subr.el (looking-back): Do not recommend using looking-back.
5847
5848 2013-09-28 Alan Mackenzie <acm@muc.de>
5849
5850 Fix indentation/fontification of Java enum with "implements".
5851
5852 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5853 regexp which matches "implements", etc., in Java.
5854 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5855 specifier clauses coming after "enum".
5856 * progmodes/cc-fonts.el (c-font-lock-declarations)
5857 (c-font-lock-enum-tail): Check for extra specifier clauses coming
5858 after "enum".
5859
5860 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
5861
5862 * faces.el (region): Change ns_selection_color to
5863 ns_selection_fg_color, add ns_selection_bg_color.
5864
5865 2013-09-28 Leo Liu <sdl.web@gmail.com>
5866
5867 * progmodes/octave.el (inferior-octave-completion-table)
5868 (inferior-octave-completion-at-point): Minor tweaks.
5869
5870 * textmodes/ispell.el (ispell-lookup-words): Rename from
5871 lookup-words. (Bug#15460)
5872 (lookup-words): Obsolete.
5873 (ispell-complete-word, ispell-command-loop): All uses changed.
5874
5875 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5876
5877 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
5878 (octave-mode-menu): Add octave-send-buffer.
5879 (octave-send-buffer): New function.
5880
5881 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5882
5883 * progmodes/octave.el (octave-mode-map): Add key binding for
5884 octave-lookfor.
5885 (octave-mode-menu): Add octave-lookfor.
5886 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
5887 octave-lookfor.
5888 (octave-lookfor): New function.
5889
5890 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
5893 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
5894 its convention.
5895 (cl--loop-set-iterator-function): New function.
5896 (cl-loop): Adjust accordingly, so as not to use cl-subst.
5897 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
5898 Bind `it' with `let' instead of substituting it with `cl-subst'.
5899 (cl--unused-var-p): New function.
5900 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
5901 Eliminate some unused variable warnings (bug#15326).
5902
5903 2013-09-27 Tassilo Horn <tsdh@gnu.org>
5904
5905 * doc-view.el (doc-view-scale-reset): Rename from
5906 `doc-view-reset-zoom-level'.
5907 (doc-view-scale-adjust): New command.
5908 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
5909 `doc-view-scale-adjust'.
5910
5911 2013-09-26 Tassilo Horn <tsdh@gnu.org>
5912
5913 * doc-view.el (doc-view-reset-zoom-level): New command.
5914 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
5915 zoom commands (bug#15466).
5916
5917 2013-09-26 Kenichi Handa <handa@gnu.org>
5918
5919 * international/quail.el (quail-help): Make it not a command.
5920
5921 2013-09-26 Leo Liu <sdl.web@gmail.com>
5922
5923 * minibuffer.el (completion-all-sorted-completions): Make args
5924 optional as they are.
5925
5926 2013-09-25 Daniel Colascione <dancol@dancol.org>
5927
5928 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
5929 specs are and that they're not evaluated.
5930
5931 2013-09-24 Sam Steingold <sds@gnu.org>
5932
5933 * midnight.el (clean-buffer-list-kill-regexps)
5934 (clean-buffer-list-kill-buffer-names): Update for the new Man
5935 buffer naming which includes the object name.
5936
5937 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * eshell/esh-cmd.el (eshell--sep-terms): New var.
5940 (eshell-parse-command, eshell-parse-pipeline): Use it since
5941 eshell-separate-commands requires a dynamic scoped var.
5942 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
5943
5944 2013-09-23 Leo Liu <sdl.web@gmail.com>
5945
5946 * autoinsert.el (auto-insert-alist): Make the value of
5947 lexical-binding match its file setting.
5948
5949 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
5950
5951 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
5952
5953 * autoarg.el (autoarg-kp-digit-argument):
5954 * electric.el (Electric-command-loop):
5955 * kmacro.el (kmacro-step-edit-insert):
5956 Do not set universal-argument-num-events.
5957
5958 2013-09-22 Leo Liu <sdl.web@gmail.com>
5959
5960 * files.el (interpreter-mode-alist): Add octave.
5961
5962 2013-09-21 Alan Mackenzie <acm@muc.de>
5963
5964 C++: fontify identifier in declaration following "public:" correctly.
5965 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
5966 to match "public", etc.
5967 (c-decl-prefix-re): Add ":" into the C++ value.
5968 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
5969 bit. Add a check for a ":" preceded by "public", etc.
5970
5971 2013-09-21 Eli Zaretskii <eliz@gnu.org>
5972
5973 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
5974 recognized by GDB 7.5 and later.
5975
5976 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
5977
5978 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
5979
5980 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * subr.el (internal--call-interactively): New const.
5983 (called-interactively-p): Use it (bug#3984).
5984
5985 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
5986
5987 * vc/pcvs.el (cvs-mode-ignore):
5988 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
5989 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
5990
5991 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
5994 (eshell-ls-orig-insert-directory): Remove.
5995 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
5996 (eshell-ls-use-in-dired): Use advice-add/remove.
5997 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
5998 Add `orig-fun' arg for use in :around advice.
5999 Make it check (redundantly) eshell-ls-use-in-dired.
6000
6001 2013-09-19 Glenn Morris <rgm@gnu.org>
6002
6003 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6004
6005 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6006
6007 * emacs-lisp/eieio.el (class-parent): Undo previous change.
6008
6009 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
6010
6011 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6012 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6013 (tramp-get-remote-python): New defuns.
6014 (tramp-get-remote-uid-with-perl)
6015 (tramp-get-remote-gid-with-perl): New defuns. Perl code
6016 contributed by yary <not.com@gmail.com> (tiny change).
6017 (tramp-get-remote-uid-with-python)
6018 (tramp-get-remote-gid-with-python): New defuns. Python code
6019 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6020 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6021
6022 2013-09-19 Glenn Morris <rgm@gnu.org>
6023
6024 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6025
6026 * eshell/em-unix.el (eshell-remove-entries):
6027 Rename argument to avoid name-clash with global `top-level'.
6028
6029 * eshell/esh-proc.el (eshell-kill-process-function):
6030 Remove eshell-reset-after-proc from eshell-kill-hook if present.
6031 (eshell-reset-after-proc): Remove unused arg `proc'.
6032
6033 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6034 (directory-files-and-attributes): Mark unused arg.
6035
6036 * eshell/em-unix.el (eshell-remove-entries):
6037 Remove unused arg `path'. Update callers.
6038
6039 * eshell/em-hist.el (eshell-hist-parse-arguments):
6040 Remove unused arg `silent'. Update callers.
6041
6042 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6043 Fix (f)boundp mix-up.
6044
6045 * eshell/em-smart.el (eshell-smart-scroll-window)
6046 (eshell-disable-after-change):
6047 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6048
6049 2013-09-18 Alan Mackenzie <acm@muc.de>
6050
6051 Fix fontification of type when followed by "const".
6052 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6053 "known" types from fontification.
6054
6055 2013-09-18 Glenn Morris <rgm@gnu.org>
6056
6057 * emacs-lisp/chart.el (x-display-color-cells): Declare.
6058 (chart-face-list): Drop Emacsen without display-color-p.
6059
6060 * net/eww.el (libxml-parse-html-region): Declare.
6061 (eww-display-html): Explicit error if no libxml2 support.
6062
6063 * doc-view.el (doc-view-mode): Silence --without-x compilation.
6064
6065 * image.el (image-type-from-buffer, image-multi-frame-p):
6066 Remove --without-x warning/error.
6067
6068 * mouse.el (mouse-yank-primary):
6069 * term.el (term-mouse-paste):
6070 Reorder to silence --without-x compilation.
6071
6072 * mpc.el (doc-view-mode): Silence --without-x compilation.
6073
6074 * mail/rmailmm.el (rmail-mime-set-bulk-data):
6075 Silence --without-x compilation.
6076
6077 * progmodes/gud.el (gud-find-file, gud-mode):
6078 Silence --without-x compilation.
6079 (tooltip-mode): Declare.
6080
6081 * wdired.el (dired-backup-overwrite): Remove declaration.
6082 (wdired-mode-map): Add doc string.
6083
6084 * custom.el (x-get-resource): Declare.
6085
6086 * eshell/em-glob.el (ange-cache):
6087 * eshell/em-unix.el (ange-cache): Declare.
6088
6089 * faces.el (x-display-list, x-open-connection, x-get-resource):
6090 Declare.
6091
6092 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6093 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6094 Declare.
6095
6096 * frame.el (x-display-grayscale-p, x-display-name): Declare.
6097
6098 * net/gnutls.el (gnutls-log-level): Declare.
6099
6100 * net/shr.el (image-size, image-animate): Declare.
6101
6102 * simple.el (font-info): Declare.
6103
6104 * subr.el (x-popup-dialog): Declare.
6105
6106 * term/common-win.el (x-select-enable-primary)
6107 (x-last-selected-text-primary, x-last-selected-text-clipboard):
6108 Declare.
6109
6110 * term/ns-win.el (x-handle-args): Declare.
6111
6112 * term/x-win.el (x-select-enable-clipboard): Declare.
6113
6114 * term/w32-win.el (create-default-fontset): Declare.
6115
6116 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6117 Declare.
6118
6119 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6120 (fit-frame-to-buffer): Explicit error if --without-x.
6121 (mouse-autoselect-window-select): Silence compiler.
6122
6123 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6124
6125 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6126 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6127 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6128 * eshell/esh-util.el (eshell-sublist):
6129 Remove unused local variables.
6130
6131 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6132
6133 * textmodes/two-column.el: Make 2C-split work for --without-x.
6134 (scroll-bar-columns): Autoload.
6135 (top-level): Require fringe when compiling.
6136
6137 2013-09-18 Leo Liu <sdl.web@gmail.com>
6138
6139 * subr.el (add-hook): Robustify to handle closure as well.
6140
6141 2013-09-17 Glenn Morris <rgm@gnu.org>
6142
6143 * simple.el (messages-buffer-mode-map): Unbind "g".
6144
6145 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * help-mode.el (help-mode-finish): Use derived-mode-p.
6148 Remove obsolete highlighting.
6149
6150 * play/life.el (life-mode): Use define-derived-mode. Derive from
6151 special-mode.
6152 (life): Let-bind inhibit-read-only.
6153 (life-setup): Avoid `setq'. Use `life-mode'.
6154
6155 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6156 which should not be needed any more.
6157 (package-menu-refresh, package-menu-describe-package): Use user-error.
6158
6159 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6160 (eshell-post-rewrite-command-hook): Make obsolete.
6161 (eshell-parse-command): Simplify.
6162 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6163 (eshell--cmd): Declare.
6164 (eshell-parse-pipeline): Remove unused var `final-p'.
6165 Pass a dynvar to eshell-post-rewrite-command-hook.
6166 Implement the new eshell-post-rewrite-command-function.
6167 (eshell-invoke-directly): Remove unused arg `input'.
6168 * eshell/esh-io.el (eshell-io-initialize):
6169 Use eshell-post-rewrite-command-function (bug#15399).
6170 (eshell--apply-redirections): Rename from eshell-apply-redirections;
6171 adjust to new calling convention.
6172 (eshell-create-handles): Rename args to avoid clashing with dynvar
6173 `standard-output'.
6174
6175 2013-09-17 Glenn Morris <rgm@gnu.org>
6176
6177 * simple.el (messages-buffer-mode): New major mode.
6178 (messages-buffer): New function.
6179 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6180 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6181 (ert-run-test): Use `messages-buffer' function.
6182 (ert--force-message-log-buffer-truncation): Ignore read-only.
6183 * help.el (view-echo-area-messages): Use `messages-buffer' function.
6184 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6185
6186 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6189
6190 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6191
6192 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * icomplete.el (icomplete-in-buffer): New var.
6195 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6196 vars and replace them with functions.
6197 (icomplete-minibuffer-setup): Adjust accordingly.
6198 (icomplete--completion-table, icomplete--completion-predicate)
6199 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6200 New functions.
6201 (icomplete-forward-completions, icomplete-backward-completions)
6202 (icomplete-simple-completing-p, icomplete-exhibit)
6203 (icomplete-completions): Use them.
6204 (icomplete--in-region-buffer): New var.
6205 (icomplete--in-region-setup): New function.
6206 (icomplete-mode): Use it.
6207
6208 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6209 (bug#15379).
6210 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6211 return args and options.
6212 (eshell-eval-using-options): Use the new return value of
6213 eshell--do-opts to set the options's vars in their scope.
6214 (eshell--set-option): Rename from eshell-set-option.
6215 Add arg `opt-vals'.
6216 (eshell--process-option): Rename from eshell-process-option.
6217 Add arg `opt-vals'.
6218 (eshell--process-args): Use an `opt-vals' alist to store the options's
6219 values during their processing and return them additionally to the
6220 remaining args.
6221
6222 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
6223
6224 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6225 continuation character an operator, as far as indentation is
6226 concerned (Bug#15369).
6227
6228 2013-09-15 Martin Rudalics <rudalics@gmx.at>
6229
6230 * window.el (window--state-put-2): Don't process buffer state
6231 when buffer doesn't exist any more (Bug#15382).
6232
6233 2013-09-15 Glenn Morris <rgm@gnu.org>
6234
6235 * eshell/em-unix.el (eshell/rm):
6236 Make -f ignore missing files. (Bug#15373)
6237
6238 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
6239 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6240 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6241
6242 2013-09-14 Glenn Morris <rgm@gnu.org>
6243
6244 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6245
6246 2013-09-13 Glenn Morris <rgm@gnu.org>
6247
6248 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6249 (dired-guess-default): Make `file' available in the env. (Bug#15363)
6250
6251 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
6252
6253 * frame.el (x-focus-frame): Mark as declared in frame.c.
6254
6255 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6256
6257 * ls-lisp.el: Use advice-add.
6258 (original-insert-directory): Remove.
6259 (ls-lisp--insert-directory): Rename from insert-directory; add
6260 `orig-fun' argument.
6261 (insert-directory): Advise.
6262
6263 2013-09-13 Eli Zaretskii <eliz@gnu.org>
6264
6265 * term.el (term-emulate-terminal): Decode the command string
6266 before passing it to term-command-hook. (Bug#15337)
6267
6268 2013-09-13 Glenn Morris <rgm@gnu.org>
6269
6270 * eshell/esh-util.el (ange-cache): Move declaration earlier.
6271
6272 * eshell/esh-ext.el (eshell-search-path): Declare.
6273
6274 * eshell/em-prompt.el (eshell/pwd): Autoload it.
6275 Otherwise an error occurs if eshell-dirs module not loaded.
6276
6277 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6278
6279 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
6280
6281 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6282 `tramp-check-proper-host'. Check for a valid method name.
6283
6284 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6285 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6286 * net/tramp-sh.el (tramp-maybe-open-connection):
6287 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6288
6289 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6290 also for hash values.
6291
6292 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 * term/ns-win.el (parameters): Don't declare as dynamic.
6295 (before-make-frame-hook): Don't add ineffective function.
6296
6297 * eshell/*.el: Use lexical-binding (bug#15231).
6298
6299 2013-09-12 Kenichi Handa <handa@gnu.org>
6300
6301 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6302
6303 2013-09-12 Glenn Morris <rgm@gnu.org>
6304
6305 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6306 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6307
6308 * subr.el (do-after-load-evaluation): Also give compiler warnings
6309 when obsolete files are used (except by obsolete files).
6310
6311 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6312 in the status output, assume `filename' is the first. (Bug#15322)
6313
6314 * vc/vc.el (vc-deduce-fileset): Doc fix.
6315
6316 * calc/calc-help.el (Info-goto-node):
6317 * progmodes/cperl-mode.el (Info-find-node):
6318 * vc/ediff.el (Info-goto-node): Update declarations.
6319
6320 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6321
6322 * vc/vc-bzr.el (vc-compilation-mode): Declare.
6323 (vc-bzr-pull): Require vc-dispatcher.
6324 * vc/vc-git.el (vc-compilation-mode): Declare.
6325 (vc-git-pull): Require vc-dispatcher.
6326
6327 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6328
6329 * progmodes/octave.el (help-button-action): Declare.
6330
6331 * shell.el (shell-directory-tracker): Output error as a message
6332 rather than just returning it as a string.
6333 (shell-process-pushd): Remove useless use of message.
6334
6335 * dframe.el (dframe-timer-fn):
6336 * files.el (dir-locals-read-from-file):
6337 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6338 (mpc-format):
6339 * reveal.el (reveal-post-command):
6340 * saveplace.el (load-save-place-alist-from-file):
6341 * shell.el (shell-resync-dirs):
6342 * w32-common-fns.el (x-get-selection-value):
6343 * emacs-lisp/copyright.el (copyright-find-copyright):
6344 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6345 * emulation/tpu-edt.el (tpu-copy-keyfile):
6346 * play/bubbles.el (bubbles--mark-neighbourhood):
6347 * progmodes/executable.el
6348 (executable-make-buffer-file-executable-if-script-p):
6349 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6350
6351 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 Cleanup Eshell to rely less on dynamic scoping.
6354 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6355 last-value, and ext-command here. Bind `args' closer to `body'.
6356 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6357 (eshell--args): Declare new dynamic var.
6358 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
6359 last-value, and ext-command. Pass `args' to `body'.
6360 (eshell-process-args): Bind eshell--args.
6361 (eshell-set-option): Use eshell--args.
6362 * eshell/eshell.el (eshell): Use derived-mode-p.
6363 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6364 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6365 (eshell-glob-function): Declare.
6366 * eshell/esh-util.el: Require cl-lib.
6367 (eshell-read-hosts-file): Avoid add-to-list.
6368 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6369 `err'.
6370 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6371 Declare.
6372 (eshell/diff): Remove unused var `err'.
6373 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6374 `killflag'.
6375 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6376 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6377 first use.
6378 * eshell/em-glob.el (eshell-glob-matches, message-shown):
6379 Move declaration before first use.
6380 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6381 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6382 rely on cl-return.
6383
6384 2013-09-12 Glenn Morris <rgm@gnu.org>
6385
6386 * term/ns-win.el (global-map): Remove binding for ispell-next,
6387 deleted 1999-05-29. (Bug#15357)
6388
6389 2013-09-11 Glenn Morris <rgm@gnu.org>
6390
6391 * echistory.el (electric-command-history): Remove call to deleted func.
6392
6393 * play/landmark.el (landmark-mode): Fix typos.
6394
6395 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6396 Check cvs-sort-ignore-file is bound.
6397
6398 * savehist.el: No need for cl when compiling on Emacs.
6399
6400 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6403 (bug#15338).
6404 (eshell-self-insert-command, eshell-send-invisible):
6405 Remove unused argument.
6406 (eshell-handle-control-codes): Remove unused var `orig'.
6407 Avoid delete-backward-char.
6408
6409 * files.el (set-auto-mode): Simplify a bit further.
6410
6411 2013-09-11 Glenn Morris <rgm@gnu.org>
6412
6413 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6414 (set-auto-mode): Don't regexp-quote elements.
6415 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6416 * progmodes/cc-mode.el (interpreter-mode-alist):
6417 * progmodes/ruby-mode.el (interpreter-mode-alist):
6418 Revert previous change.
6419
6420 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6421
6422 * play/snake.el (snake-mode):
6423 * play/mpuz.el (mpuz-mode):
6424 * play/landmark.el (lm-mode):
6425 * play/blackbox.el (blackbox-mode):
6426 * play/5x5.el (5x5-mode):
6427 * obsolete/options.el (Edit-options-mode):
6428 * net/quickurl.el (quickurl-list-mode):
6429 * net/newst-treeview.el (newsticker-treeview-mode):
6430 * mail/rmailsum.el (rmail-summary-mode):
6431 * mail/mspools.el (mspools-mode):
6432 * locate.el (locate-mode):
6433 * ibuffer.el (ibuffer-mode):
6434 * emulation/ws-mode.el (wordstar-mode):
6435 * emacs-lisp/debug.el (debugger-mode):
6436 * array.el (array-mode):
6437 * net/eudc.el (eudc-mode): Use define-derived-mode.
6438 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6439 Move initialization into declaration.
6440 (mairix-searches-mode): Use define-derived-mode.
6441 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6442 (eudc-edit-hotlist): Use dolist.
6443 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6444 (Man-mode): Use define-derived-mode.
6445 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6446 (Info-edit-mode): Use define-derived-mode.
6447 (Info-cease-edit): Use Info-mode.
6448 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6449 into declaration.
6450 (eshell-mode): Use define-derived-mode.
6451 * chistory.el (command-history-mode-map): Rename from
6452 command-history-map.
6453 (command-history-mode): Use define-derived-mode.
6454 (Command-history-setup): Remove function.
6455 * calc/calc.el (calc-trail-mode-map): New var.
6456 (calc-trail-mode): Use define-derived-mode.
6457 (calc-trail-buffer): Set calc-main-buffer manually.
6458 * bookmark.el (bookmark-insert-annotation): New function.
6459 (bookmark-edit-annotation): Use it.
6460 (bookmark-edit-annotation-mode): Make it a proper major mode.
6461 (bookmark-send-edited-annotation): Use derived-mode-p.
6462 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6463 closer to its ideal place. Use \' to match EOS.
6464
6465 * profiler.el (profiler-calltree-find): Use function-equal.
6466
6467 2013-09-10 Glenn Morris <rgm@gnu.org>
6468
6469 * files.el (interpreter-mode-alist): Convert to regexps.
6470 (set-auto-mode): Adapt for this. (Bug#15306)
6471 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
6472 Comment out unused variable.
6473 * progmodes/cc-mode.el (interpreter-mode-alist):
6474 * progmodes/python.el (interpreter-mode-alist):
6475 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
6476 * progmodes/sh-script.el (sh-set-shell):
6477 No longer use interpreter-mode-alist to get list of shells.
6478
6479 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
6480
6481 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6482
6483 * simple.el: Use set-temporary-overlay-map for universal-argument.
6484 (universal-argument-map): Don't use default-bindings (bug#15317).
6485 Bind switch-frame explicitly. Replace universal-argument-minus with
6486 a conditional binding.
6487 (universal-argument-num-events, saved-overriding-map): Remove.
6488 (restore-overriding-map): Remove.
6489 (universal-argument--mode): Rename from save&set-overriding-map,
6490 and rewrite.
6491 (universal-argument, universal-argument-more, negative-argument)
6492 (digit-argument): Adjust accordingly.
6493 (universal-argument-minus): Remove.
6494 (universal-argument-other-key): Remove.
6495
6496 * subr.el (with-demoted-errors): Add `format' argument.
6497
6498 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
6499
6500 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
6501 `tramp-cleanup-connection'.
6502
6503 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
6504 parameters KEEP-DEBUG and KEEP-PASSWORD.
6505
6506 * net/tramp.el (tramp-file-name-handler):
6507 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6508 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6509 (tramp-maybe-open-connection):
6510 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6511 Use `tramp-cleanup-connection'.
6512
6513 * net/tramp-sh.el (tramp-maybe-open-connection):
6514 Catch 'uname-changed inside the progress reporter.
6515
6516 2013-09-10 Glenn Morris <rgm@gnu.org>
6517
6518 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
6519
6520 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
6521 returns "alternate access method" in mode (eg "-rw-r--r--.").
6522
6523 2013-09-08 Glenn Morris <rgm@gnu.org>
6524
6525 * saveplace.el (load-save-place-alist-from-file):
6526 Demote errors. (Bug#15305)
6527
6528 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
6529
6530 Improve compatibility with older Emacsen, and XEmacs.
6531
6532 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
6533 only if it is bound. It isn't for XEmacs.
6534 (with-tramp-progress-reporter): Do not let-bind `result'.
6535 This yields to scoping errors in XEmacs.
6536 (tramp-handle-make-auto-save-file-name): New function, moved from
6537 tramp-sh.el.
6538
6539 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6540 for `make-auto-save-file-name'.
6541 (tramp-adb--gnu-switches-to-ash):
6542 Use `tramp-compat-replace-regexp-in-string'.
6543
6544 * net/tramp-cache.el (tramp-cache-print): Call
6545 `substring-no-properties' only if it is bound. It isn't for XEmacs.
6546
6547 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6548 bound. It isn't for XEmacs.
6549
6550 * net/tramp-compat.el (tramp-compat-copy-file):
6551 Catch `wrong-number-of-arguments' error.
6552 (tramp-compat-replace-regexp-in-string): New defun.
6553
6554 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6555 for `make-auto-save-file-name'.
6556 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6557 `copy-file'.
6558 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6559 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6560 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6561
6562 * net/tramp-gw.el (tramp-gw-open-network-stream):
6563 Use `tramp-compat-replace-regexp-in-string'.
6564
6565 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6566 Call `tramp-handle-make-auto-save-file-name'.
6567 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6568 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6569 (tramp-sh-file-inotifywait-process-filter):
6570 Use `tramp-compat-replace-regexp-in-string'.
6571 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6572
6573 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6574 for `make-auto-save-file-name'.
6575 (tramp-smb-handle-copy-directory):
6576 Call `tramp-compat-replace-regexp-in-string'.
6577 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6578 (tramp-smb-handle-copy-file): Improve error message.
6579 (tramp-smb-handle-rename-file): Rename directly only in case
6580 `newname' does not exist yet. This is a restriction of smbclient.
6581 (tramp-smb-maybe-open-connection): Rerun the function only when
6582 `auth-sources' is non-nil.
6583
6584 2013-09-08 Kenichi Handa <handa@gnu.org>
6585
6586 * international/characters.el: Set category "^" (Combining) for
6587 more characters.
6588
6589 2013-09-07 Alan Mackenzie <acm@muc.de>
6590
6591 Correctly fontify Java class constructors.
6592 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6593 in Java Mode.
6594 (c-recognize-typeless-decls): Set the Java value to t.
6595 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6596 While handling a "(", add a check for, effectively, Java, and handle a
6597 "typeless" declaration there.
6598
6599 2013-09-07 Roland Winkler <winkler@gnu.org>
6600
6601 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
6602 field subtitle for entry type book.
6603
6604 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * minibuffer.el: Make minibuffer-complete call completion-in-region
6607 rather than other way around.
6608 (completion--some, completion-pcm--find-all-completions):
6609 Don't delay signals when debugging.
6610 (minibuffer-completion-contents): Beware fields within the
6611 minibuffer contents.
6612 (completion-all-sorted-completions): Use defvar-local.
6613 (completion--do-completion, completion--cache-all-sorted-completions)
6614 (completion-all-sorted-completions, minibuffer-force-complete):
6615 Add args `beg' and `end'.
6616 (completion--in-region-1): New fun, extracted from minibuffer-complete.
6617 (minibuffer-complete): Use completion-in-region.
6618 (completion-complete-and-exit): New fun, extracted from
6619 minibuffer-complete-and-exit.
6620 (minibuffer-complete-and-exit): Use it.
6621 (completion--complete-and-exit): Rename from
6622 minibuffer--complete-and-exit.
6623 (completion-in-region--single-word): New function, extracted from
6624 minibuffer-complete-word.
6625 (minibuffer-complete-word): Use it.
6626 (display-completion-list): Make `common-substring' argument obsolete.
6627 (completion--in-region): Call completion--in-region-1 instead of
6628 minibuffer-complete.
6629 (completion-help-at-point): Pass boundaries to
6630 minibuffer-completion-help as args rather than via an overlay.
6631 (completion-pcm--string->pattern): Use `any-delim'.
6632 (completion-pcm--optimize-pattern): New function.
6633 (completion-pcm--pattern->regex): Handle `any-delim'.
6634 * icomplete.el (icomplete-forward-completions)
6635 (icomplete-backward-completions, icomplete-completions):
6636 Adjust calls to completion-all-sorted-completions and
6637 completion--cache-all-sorted-completions.
6638 (icomplete-with-completion-tables): Default to t.
6639 * emacs-lisp/crm.el (crm--current-element): Rename from
6640 crm--select-current-element. Don't put an overlay but return the
6641 boundaries instead.
6642 (crm--completion-command): Take two new args to bind to the boundaries.
6643 (crm-completion-help): Adjust accordingly.
6644 (crm-complete): Use completion-in-region.
6645 (crm-complete-word): Use completion-in-region--single-word.
6646 (crm-complete-and-exit): Use completion-complete-and-exit.
6647
6648 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6649
6650 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
6651 than dynamically.
6652
6653 2013-09-06 Juri Linkov <juri@jurta.org>
6654
6655 * info.el (Info-display-images-node): When image file doesn't exist
6656 display text version of the image if it's provided in the Info file.
6657 Otherwise, display the location of missing image from SRC attribute.
6658 Add help-echo text property from ALT attribute. (Bug#15279)
6659
6660 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6661
6662 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
6663 (edit-abbrevs-mode): Use define-derived-mode.
6664
6665 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
6666 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
6667 that it's defined.
6668 (epa-key-list-mode, epa-key-mode, epa-info-mode):
6669 Use define-derived-mode.
6670
6671 * epg.el (epg-start-encrypt): Minor CSE simplification.
6672
6673 2013-09-06 William Xu <william.xwl@gmail.com>
6674
6675 * arc-mode.el: Add support for 7za (bug#15264).
6676 (archive-7z-program): New var.
6677 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
6678 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
6679 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
6680
6681 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
6682
6683 Remove URL syntax.
6684
6685 * net/tramp.el (tramp-syntax, tramp-prefix-format)
6686 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
6687 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
6688 (tramp-postfix-host-format, tramp-file-name-regexp)
6689 (tramp-completion-file-name-regexp)
6690 (tramp-completion-dissect-file-name)
6691 (tramp-handle-substitute-in-file-name): Remove 'url case.
6692 (tramp-file-name-regexp-url)
6693 (tramp-completion-file-name-regexp-url): Remove constants.
6694
6695 2013-09-06 Glenn Morris <rgm@gnu.org>
6696
6697 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
6698
6699 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
6700
6701 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
6702 keywords" below "here-doc beginnings" (Bug#15270).
6703
6704 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * subr.el (pop): Use `car-safe'.
6707 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
6708 to detect unused `pop' return value.
6709
6710 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
6711 var `block-regexp'.
6712 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
6713 (python-fill-string): Remove unused var `marker'.
6714 (python-skeleton-add-menu-items): Remove unused var `items'.
6715
6716 * international/mule-cmds.el: Require CL.
6717 (find-coding-systems-for-charsets): Avoid add-to-list.
6718 (sanitize-coding-system-list): New function, extracted from
6719 select-safe-coding-system-interactively.
6720 (select-safe-coding-system-interactively): Use it.
6721 (read-input-method-name): Accept symbols for `default'.
6722
6723 * emacs-lisp/advice.el (defadvice): Add indent rule.
6724
6725 2013-09-05 Daniel Hackney <dan@haxney.org>
6726
6727 * dired-x.el:
6728 * net/ange-ftp.el:
6729 * net/browse-url.el:
6730 * net/dbus.el:
6731 * net/eudc.el:
6732 * net/eudcb-ldap.el:
6733 * net/eww.el:
6734 * net/imap.el:
6735 * printing.el:
6736 * vc/ediff-diff.el:
6737 * vc/ediff-init.el:
6738 * vc/ediff-merg.el:
6739 * vc/ediff-mult.el:
6740 * vc/ediff-util.el:
6741 * vc/ediff-wind.el:
6742 * vc/ediff.el:
6743 * vc/emerge.el:
6744 * vc/pcvs.el:
6745 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6746 byte compiler. Remove some unused let-bound variables.
6747
6748 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6749
6750 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6751 a "ref-cell", since it gets better optimized (bug#14883).
6752
6753 2013-09-05 Glenn Morris <rgm@gnu.org>
6754
6755 * progmodes/cc-awk.el (c-forward-sws): Declare.
6756
6757 2013-09-04 Glenn Morris <rgm@gnu.org>
6758
6759 * generic-x.el [rul-generic-mode]: Require cc-mode.
6760 (c++-mode-syntax-table): Declare.
6761 (rul-generic-mode-syntax-table): Init in the defvar.
6762
6763 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6766 (vc-do-command, vc-set-async-update):
6767 * vc/vc-mtn.el (vc-mtn-dir-status):
6768 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6769 (vc-hg-pull, vc-hg-merge-branch):
6770 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6771 (vc-git-merge-branch):
6772 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6773 (vc-cvs-dir-status-files):
6774 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6775 (vc-bzr-dir-status-files):
6776 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6777 * vc/vc-annotate.el: Use lexical-binding.
6778 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6779 (vc-sentinel-movepoint): Declare.
6780 (vc-annotate): Don't use `goto-line'.
6781 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6782 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6783 (vc-sentinel-movepoint): Declare.
6784 * vc/vc-svn.el: Use lexical-binding.
6785 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6786 * vc/vc-sccs.el:
6787 * vc/vc-rcs.el: Use lexical-binding.
6788
6789 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6790 `deleted'. Don't drop errors silently.
6791
6792 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6793
6794 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
6795
6796 * vc/vc.el (vc-ignore): Rewrite.
6797 (vc-default-ignore): New function.
6798 (vc-default-ignore-completion-table): Use find-ignore-file.
6799
6800 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6801 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6802 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6803 Remove. Most code moved to vc.el.
6804
6805 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6808 * net/tramp-smb.el (tramp-smb-get-file-entries):
6809 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6810 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6811
6812 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6813 Update call to it.
6814 (eww-change-select): Remove unused var `properties'.
6815 (eww-make-unique-file-name): Remove unused var `base'.
6816
6817 * finder.el (finder-compile-keywords): Don't mess with windows.
6818
6819 * calculator.el (calculator-funcall): Fix typo in last change.
6820
6821 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6822
6823 * emacs-lisp/package.el (package-activate-1): Don't let a missing
6824 <pkg>-autoloads.el file stop us.
6825
6826 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6827 warnings, and factor out common code.
6828
6829 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
6830
6831 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6832 two-character operators and whether the character preceding them
6833 changes their meaning (Bug#15208).
6834
6835 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6836
6837 Format code sent to Python shell for robustness.
6838 * progmodes/python.el (python-shell-buffer-substring):
6839 New function.
6840 (python-shell-send-region, python-shell-send-buffer): Use it.
6841
6842 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
6843
6844 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6845 * net/tramp.el (tramp-user-error): ... here.
6846 (tramp-find-method, tramp-check-proper-host)
6847 (tramp-dissect-file-name, tramp-debug-message)
6848 (tramp-handle-shell-command):
6849 * net/tramp-adb.el (tramp-adb-handle-shell-command):
6850 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6851
6852 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6853
6854 2013-09-02 Martin Rudalics <rudalics@gmx.at>
6855
6856 * avoid.el (mouse-avoidance-point-position)
6857 (mouse-avoidance-too-close-p): Handle case where posn-at-point
6858 returns nil.
6859
6860 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
6861
6862 * progmodes/python.el (python-shell-completion-get-completions):
6863 Drop use of deleted `comint-last-prompt-overlay'.
6864 (python-nav-if-name-main): New command.
6865
6866 2013-09-01 Glenn Morris <rgm@gnu.org>
6867
6868 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6869 Avoid leading space in $wins. Otherwise the sed command used by
6870 eg compile-main ends up containing "/*.el". (Bug#15170)
6871
6872 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
6873
6874 2013-08-30 Glenn Morris <rgm@gnu.org>
6875
6876 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6877 Fix is-this-a-directory logic. (Bug#15220)
6878
6879 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * textmodes/css-mode.el: Use SMIE.
6882 (css-smie-grammar): New var.
6883 (css-smie--forward-token, css-smie--backward-token)
6884 (css-smie-rules): New functions.
6885 (css-mode): Use them.
6886 (css-navigation-syntax-table): Remove var.
6887 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
6888 (css-indent-calculate, css-indent-line): Remove functions.
6889
6890 Misc changes to reduce use of `(lambda...); and other cleanups.
6891 * cus-edit.el: Use lexical-binding.
6892 (customize-push-and-save, customize-apropos)
6893 (custom-buffer-create-internal): Use closures.
6894 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
6895 * progmodes/ada-xref.el: Use setq.
6896 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
6897 * dframe.el: Use lexical-binding.
6898 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
6899 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
6900 * descr-text.el: Use lexical-binding.
6901 (describe-text-widget, describe-text-sexp, describe-property-list):
6902 Use closures.
6903 * comint.el (comint-history-isearch-push-state): Use a closure.
6904 * calculator.el: Use lexical-binding.
6905 (calculator-number-to-string): Make it work with lexical-binding.
6906 (calculator-funcall): Same and use cl-letf.
6907
6908 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
6909 (lisp--company-doc-string, lisp--company-location): New functions.
6910 (lisp-completion-at-point): Use them to improve Company support.
6911
6912 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
6913 params of lambda expressions.
6914 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
6915 (ruby-smie--opening-pipe-p): New function.
6916 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
6917 symbols and matched |...| for formal params.
6918 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
6919 from being treated as hanging. Handle "rescue".
6920
6921 2013-08-29 Glenn Morris <rgm@gnu.org>
6922
6923 * progmodes/cc-engine.el (c-pull-open-brace):
6924 Move definition before use.
6925
6926 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
6929 are immutable. Don't use `unsafe' any more.
6930 (cl--defsubst-expand): Don't substitute at the same time as keeping
6931 a residual unused let-binding. Don't use `unsafe' any more.
6932
6933 2013-08-29 Glenn Morris <rgm@gnu.org>
6934
6935 * calendar/cal-china.el (calendar-chinese-year-cache):
6936 Recenter on 2015.
6937
6938 * nxml/nxml-util.el (nxml-debug-clear-inside):
6939 Use cl-loop rather than loop.
6940
6941 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
6942
6943 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
6944
6945 2013-08-28 Glenn Morris <rgm@gnu.org>
6946
6947 * progmodes/antlr-mode.el: No need to require cc-mode twice.
6948
6949 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
6950
6951 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
6952
6953 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * simple.el (repeat-complex-command--called-interactively-skip):
6956 New function.
6957 (repeat-complex-command): Use it (bug#14136).
6958
6959 * progmodes/cc-mode.el: Minor cleanup of var declarations.
6960 (c-define-abbrev-table): Add `doc' argument.
6961 (c-mode-abbrev-table, c++-mode-abbrev-table)
6962 (objc-mode-abbrev-table, java-mode-abbrev-table)
6963 (idl-mode-abbrev-table, pike-mode-abbrev-table)
6964 (awk-mode-abbrev-table): Use it.
6965 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
6966 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
6967 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
6968 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
6969 Move initialization into the declaration; and remove any
6970 autoload cookie.
6971
6972 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
6973 and dynamic let binding.
6974
6975 * vc/smerge-mode.el: Remove redundant :group args.
6976
6977 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
6978 to load-path.
6979
6980 2013-08-28 Juri Linkov <juri@jurta.org>
6981
6982 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
6983 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
6984 (isearch-other-meta-char): Handle an undefined shifted printing
6985 character by downshifting it. (Bug#15200)
6986
6987 2013-08-28 Juri Linkov <juri@jurta.org>
6988
6989 * isearch.el (isearch-search): Change regexp error message for
6990 non-regexp searches. (Bug#15166)
6991
6992 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
6993
6994 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
6995 for portability to hosts where /bin/sh has problems.
6996
6997 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7000
7001 2013-08-27 Juri Linkov <juri@jurta.org>
7002
7003 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7004 in the keyboard macro. (Bug#15126)
7005
7006 2013-08-27 Juri Linkov <juri@jurta.org>
7007
7008 * isearch.el (isearch-quote-char): Comment out converting unibyte
7009 to multibyte, thus syncing with its `quoted-insert' counterpart.
7010 (Bug#15166)
7011
7012 2013-08-27 Martin Rudalics <rudalics@gmx.at>
7013
7014 * window.el (display-buffer-use-some-window): Add missing
7015 argument in call of get-largest-window (Bug#15185).
7016 Reported by Stephen Leake.
7017
7018 2013-08-27 Glenn Morris <rgm@gnu.org>
7019
7020 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7021
7022 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7023
7024 * progmodes/python.el (python-font-lock-keywords): Don't return nil
7025 from a matcher-function unless there's no more matches (bug#15161).
7026
7027 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7028
7029 * minibuffer.el: Revert change from 2013-08-20.
7030
7031 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7032 with text property `tramp-default', if appropriate.
7033 (tramp-check-proper-host): New defun.
7034 (tramp-dissect-file-name): Do not check hostname. Revert change
7035 of 2013-03-18.
7036 (tramp-backtrace): Make VEC-OR-PROC optional.
7037
7038 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7039 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7040 * net/tramp-sh.el (tramp-maybe-open-connection):
7041 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7042 Apply `tramp-check-proper-host'.
7043
7044 2013-08-26 Tassilo Horn <tsdh@gnu.org>
7045
7046 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7047 lambda expression in order to have `describe-variable' display it.
7048
7049 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7050
7051 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7052 BUF can be optional. (Bug#15186)
7053
7054 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
7055
7056 * progmodes/flymake.el (flymake-get-real-file-name-function):
7057 Fix broken customization. (Bug#15184)
7058
7059 2013-08-25 Alan Mackenzie <acm@muc.de>
7060
7061 Improve indentation of bracelists defined by macros (without "=").
7062
7063 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7064 expansion begins with "{", regard it as bracelist when it doesn't
7065 contain a ";".
7066
7067 Parse C++ inher-intro when there's a template split over 2 lines.
7068
7069 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7070 rigorously the search for "class" etc. followed by ":".
7071
7072 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7073 random languages a regexp which never matches rather than nil.
7074
7075 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7076
7077 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7078 (c-awk-regexp-one-line-possibly-open-char-list-re)
7079 (c-awk-one-line-possibly-open-regexp-re)
7080 (c-awk-one-line-non-syn-ws*-re): Remove.
7081 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7082 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7083 (c-awk-space*-unclosed-regexp-/-re): New constants.
7084 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7085 aren't regexp delimiters.
7086
7087 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7088 handling for a rare situation in AWK Mode involving unterminated
7089 strings/regexps.
7090
7091 2013-08-23 Glenn Morris <rgm@gnu.org>
7092
7093 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7094
7095 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7096
7097 * files.el (create-file-buffer): If the result would begin with
7098 spaces, prepend a "|" instead of removing them. (Bug#15162)
7099
7100 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7103 text-properties (bug#15155).
7104
7105 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7106 exist any more.
7107 (calc-keypad-redraw): Remove unused var `pad'.
7108 (calc-keypad-press): Remove unused var `menu'.
7109
7110 2013-08-23 Martin Rudalics <rudalics@gmx.at>
7111
7112 * window.el (display-buffer-pop-up-frame):
7113 Call pop-up-frame-function with BUFFER current so `make-frame' will
7114 use it as the new frame's buffer (Bug#15133).
7115
7116 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7117
7118 * calendar/timeclock.el: Minor cleanups.
7119 (timeclock-ask-before-exiting, timeclock-use-display-time):
7120 Use `symbol'.
7121 (timeclock-modeline-display): Define as alias before the
7122 actual definition.
7123 (timeclock-mode-line-display): Use define-minor-mode.
7124 (timeclock-day-list-template): Make it a function, add an argument.
7125 (timeclock-day-list-required, timeclock-day-list-length)
7126 (timeclock-day-list-debt, timeclock-day-list-span)
7127 (timeclock-day-list-break): Adjust calls accordingly.
7128
7129 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7132 Use read--expression so that completion works again.
7133
7134 2013-08-21 Sam Steingold <sds@gnu.org>
7135
7136 Add rudimentary inferior shell interaction
7137 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7138 (sh-set-shell): Reset it.
7139 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7140 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7141
7142 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * align.el: Use lexical-binding.
7145 (align-region): Simplify accordingly.
7146
7147 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
7148
7149 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7150
7151 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7152 `non-essential' up.
7153
7154 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
7155
7156 * net/tramp.el:
7157 * net/tramp-adb.el:
7158 * net/tramp-cmds.el:
7159 * net/tramp-ftp.el:
7160 * net/tramp-gvfs.el:
7161 * net/tramp-gw.el:
7162 * net/tramp-sh.el: Don't wrap external variable declarations by
7163 `eval-when-compile'.
7164
7165 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7166
7167 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7168 now that Emacs supports ImageMagick animations.
7169
7170 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
7171
7172 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7173 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7174
7175 2013-08-16 Martin Rudalics <rudalics@gmx.at>
7176
7177 * window.el (mouse-autoselect-window-select): Do autoselect when
7178 mouse pointer is on margin.
7179
7180 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
7181
7182 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
7183
7184 2013-08-16 Glenn Morris <rgm@gnu.org>
7185
7186 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7187 Handle "Remote Directory" response of some clients. (Bug#15058)
7188
7189 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7190 Tweak warning. (Bug#14926)
7191
7192 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7193 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
7194
7195 * image-mode.el (image-mode-map): Add menu items to reverse,
7196 increase, decrease, reset animation speed.
7197 (image--set-speed, image-increase-speed, image-decrease-speed)
7198 (image-reverse-speed, image-reset-speed): New functions.
7199 (image-mode-map): Add bindings for speed commands.
7200
7201 * image.el (image-animate-get-speed, image-animate-set-speed):
7202 New functions.
7203 (image-animate-timeout): Respect image :speed property.
7204
7205 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7208 previous line (bug#15101).
7209 (debugger-eval-expression, debugger-record-expression):
7210 Use read--expression (bug#15102).
7211
7212 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
7213
7214 Remove byte compiler warnings, visible when compiling with
7215 `byte-compile-force-lexical-warnings' set to t.
7216
7217 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7218 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7219 (tramp-handle-unhandled-file-name-directory)
7220 (tramp-handle-file-notify-add-watch, tramp-action-login)
7221 (tramp-action-succeed, tramp-action-permission-denied)
7222 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7223 arguments with "_".
7224
7225 * net/tramp-adb.el (tramp-adb-parse-device-names)
7226 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7227 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7228 (tramp-adb-handle-file-truename): Remove unused arguments.
7229
7230 * net/tramp-cache.el (tramp-flush-directory-property)
7231 (tramp-flush-connection-property, tramp-list-connections)
7232 (tramp-parse-connection-properties): Prefix unused arguments with "_".
7233
7234 * net/tramp-compat.el (tramp-compat-make-temp-file):
7235 Rename FILENAME to F.
7236
7237 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7238 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7239 (tramp-zeroconf-parse-workstation-device-names)
7240 (tramp-zeroconf-parse-webdav-device-names)
7241 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7242
7243 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7244 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7245
7246 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7247 arguments.
7248 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7249 (tramp-sh-handle-insert-file-contents-literally)
7250 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7251 with "_".
7252 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7253 Remove unused variables.
7254
7255 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7256 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7257 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7258
7259 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7260 Make them a defconst.
7261 (tramp-uuencode-region): Remove unused variable.
7262
7263 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
7264
7265 * frameset.el (frameset--prop-setter): New function.
7266 (frameset-prop): Add gv-setter declaration.
7267 (frameset-filter-minibuffer): Deal with the case that the minibuffer
7268 parameter was already set in FILTERED. Doc fix.
7269 (frameset--record-minibuffer-relationships): Allow saving a
7270 minibufferless frame without its corresponding minibuffer frame.
7271 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7272 frame, if the frame id matches.
7273 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7274 frames before orphaned ones.
7275 (frameset-restore): Warn about orphaned windows, instead of error out.
7276
7277 2013-08-14 Martin Rudalics <rudalics@gmx.at>
7278
7279 * window.el (window-make-atom): Don't overwrite parameter
7280 already present.
7281 (display-buffer-in-atom-window): Handle special case where we
7282 split an already atomic window.
7283 (window--major-non-side-window, display-buffer-in-side-window)
7284 (window--side-check): Ignore minibuffer window when walking
7285 window tree.
7286 (window-deletable-p): Return 'frame only if no other frame uses
7287 our minibuffer window.
7288 (record-window-buffer): Run buffer-list-update-hook.
7289 (split-window): Make sure window--check-frame won't destroy an
7290 existing atomic window in case the new window gets nested
7291 inside.
7292 (display-buffer-at-bottom): Ignore minibuffer window when
7293 walking window tree. Don't split a side window.
7294 (pop-to-buffer): Don't set-buffer here, the select-window call
7295 should do that.
7296 (mouse-autoselect-window-select): Autoselect only if we are in the
7297 text portion of the window.
7298
7299 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7300
7301 * net/shr.el (shr-parse-image-data): New function to grab both the
7302 data itself and the Content-Type.
7303 (shr-put-image): Use it.
7304
7305 * net/eww.el (eww-display-image): Ditto.
7306
7307 * image.el (image-content-type-suffixes): New variable.
7308
7309 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7310
7311 * progmodes/python.el (python-imenu--build-tree)
7312 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7313
7314 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
7315
7316 * simple.el (backward-word): Mention the optional argument.
7317
7318 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7319
7320 * frameset.el (frameset--make): Rename constructor from make-frameset.
7321 (frameset-p, frameset-valid-p): Don't autoload.
7322 (frameset-valid-p): Use normal accessors.
7323
7324 2013-08-13 Glenn Morris <rgm@gnu.org>
7325
7326 * progmodes/compile.el (compile-command): Tweak example in doc.
7327 * obsolete/scribe.el (scribe-mode):
7328 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
7329
7330 * mail/feedmail.el (feedmail-confirm-outgoing)
7331 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7332
7333 * cus-start.el (truncate-partial-width-windows): Fix type.
7334
7335 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7336
7337 * net/shr.el (shr-table-horizontal-line): Fix custom type.
7338
7339 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * emacs-lisp/timer.el (timer--time-setter): New function.
7342 (timer--time): Use it as gv-setter.
7343
7344 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7345 setter is not a symbol.
7346
7347 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
7348
7349 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7350 if sending fails. This makes debugging easier.
7351
7352 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
7353
7354 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7355 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7356 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7357
7358 2013-08-12 Eli Zaretskii <eliz@gnu.org>
7359
7360 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7361
7362 2013-08-12 Glenn Morris <rgm@gnu.org>
7363
7364 * format.el (format-annotate-function):
7365 Handle read-only text properties in the source. (Bug#14887)
7366
7367 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7368
7369 * net/eww.el (eww-display-html): Ignore coding system errors.
7370 One web site uses "utf-8lias" as the coding system.
7371
7372 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
7373
7374 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7375
7376 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
7377
7378 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7379 (tutorial--detailed-help): Remove unused local variables.
7380 (tutorial--save-tutorial-to): Use ignore-errors.
7381 (help-with-tutorial): Use looking-at-p.
7382
7383 * view.el (view-buffer-other-window, view-buffer-other-frame):
7384 Mark unused arguments.
7385
7386 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7387 (woman-select-symbol-fonts, woman, woman-find-file)
7388 (woman-insert-file-contents, woman-non-underline-faces):
7389 Use string-match-p.
7390 (woman1-unquote): Move declaration.
7391
7392 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7393 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
7394 argument. Remove unused local variable.
7395 (xml-parse-elem-type): Use string-match-p.
7396 (xml-substitute-numeric-entities): Use ignore-errors.
7397
7398 * calculator.el (calculator): Mark unused argument.
7399 (calculator-paste, calculator-quit, calculator-integer-p):
7400 Use ignore-errors.
7401 (calculator-string-to-number, calculator-decimal, calculator-exp)
7402 (calculator-op-or-exp): Use string-match-p.
7403
7404 * dired.el (dired-buffer-more-recently-used-p): Declare.
7405 (dired-insert-set-properties, dired-insert-old-subdirs):
7406 Use ignore-errors.
7407
7408 * dired-aux.el (dired-compress): Use ignore-errors.
7409 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7410 (dired-do-async-shell-command, dired-do-shell-command)
7411 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7412 (dired-insert-subdir-validate): Use string-match-p.
7413 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7414 (dired-add-entry): Use string-match-p, looking-at-p.
7415 (dired-insert-subdir-newpos): Remove unused local variable.
7416
7417 * filenotify.el (file-notify-callback): Remove unused local variable.
7418
7419 * filesets.el (filesets-error): Mark unused argument.
7420 (filesets-which-command-p, filesets-filter-dir-names)
7421 (filesets-directory-files, filesets-get-external-viewer)
7422 (filesets-ingroup-get-data): Use string-match-p.
7423
7424 * find-file.el (ff-other-file-name, ff-other-file-name)
7425 (ff-find-the-other-file, ff-cc-hh-converter):
7426 Remove unused local variables.
7427 (ff-get-file-name): Use string-match-p.
7428 (ff-all-dirs-under): Use ignore-errors.
7429
7430 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7431 (follow-select-if-visible): Remove unused local variable.
7432
7433 * forms.el (read-file-filter): Move declaration.
7434 (forms--make-format, forms--make-parser, forms-insert-record):
7435 Quote function with #'.
7436 (forms--update): Use string-match-p. Quote function with #'.
7437
7438 * help-mode.el (help-dir-local-var-def): Mark unused argument.
7439 (help-make-xrefs): Use looking-at-p.
7440 (help-xref-on-pp): Use looking-at-p, ignore-errors.
7441
7442 * ibuffer.el (ibuffer-ext-visible-p): Declare.
7443 (ibuffer-confirm-operation-on): Use string-match-p.
7444
7445 * msb.el (msb-item-handler, msb-dired-item-handler):
7446 Mark unused arguments.
7447
7448 * ses.el (ses-decode-cell-symbol)
7449 (ses-kill-override): Remove unused local variable.
7450 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7451 (ses-load): Use ignore-errors, looking-at-p.
7452 (ses-jump-safe): Use ignore-errors.
7453 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7454
7455 * tabify.el (untabify, tabify): Mark unused arguments.
7456
7457 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7458 Mark unused argument.
7459 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7460 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7461
7462 * emacs-lisp/timer.el (timer--time): Define setter with
7463 gv-define-setter to avoid deprecation warning.
7464
7465 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
7466 (*record-cmpl-statistics-p*): Remove (was commented out).
7467 (cmpl-statistics-block): Remove (body was commented out).
7468 All callers changed.
7469 (add-completions-from-buffer, load-completions-from-file):
7470 Remove unused variables.
7471
7472 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
7473
7474 * filecache.el (file-cache-delete-file-list):
7475 Print message only when told so.
7476 (file-cache-files-matching): Use #' in mapconcat argument.
7477
7478 * ffap.el (ffap-url-at-point): Fix reference to variable
7479 thing-at-point-default-mail-uri-scheme.
7480
7481 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * subr.el (define-error): New function.
7484 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
7485 error-file-not-found and define with define-error.
7486 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
7487 and define with define-error.
7488 * userlock.el (file-locked, file-supersession):
7489 * simple.el (mark-inactive):
7490 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
7491 * progmodes/ada-mode.el (ada-mode-errors):
7492 * play/life.el (life-extinct):
7493 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
7494 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
7495 * nxml/rng-util.el (rng-error):
7496 * nxml/rng-uri.el (rng-uri-error):
7497 * nxml/rng-match.el (rng-compile-error):
7498 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
7499 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
7500 * nxml/nxml-rap.el (nxml-scan-error):
7501 * nxml/nxml-outln.el (nxml-outline-error):
7502 * net/soap-client.el (soap-error):
7503 * net/gnutls.el (gnutls-error):
7504 * net/ange-ftp.el (ftp-error):
7505 * mpc.el (mpc-proc-error):
7506 * json.el (json-error, json-readtable-error, json-unknown-keyword)
7507 (json-number-format, json-string-escape, json-string-format)
7508 (json-key-format, json-object-format):
7509 * jka-compr.el (compression-error):
7510 * international/quail.el (quail-error):
7511 * international/kkc.el (kkc-error):
7512 * emacs-lisp/ert.el (ert-test-failed):
7513 * calc/calc.el (calc-error, inexact-result, math-overflow)
7514 (math-underflow):
7515 * bookmark.el (bookmark-error-no-filename):
7516 * epg.el (epg-error): Define with define-error.
7517
7518 * time.el (display-time-event-handler)
7519 (display-time-next-load-average): Don't call sit-for since it seems
7520 unnecessary (bug#15045).
7521
7522 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
7523 Use #' instead of ' to quote functions.
7524 (checkdoc-output-mode): Use setq-local.
7525 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
7526 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
7527 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
7528 (checkdoc-ispell, checkdoc-ispell-current-buffer)
7529 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
7530 (checkdoc-ispell-message-text, checkdoc-ispell-start)
7531 (checkdoc-ispell-continue, checkdoc-ispell-comments)
7532 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
7533
7534 * ido.el (ido-completion-help): Fix up compiler warning.
7535
7536 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
7537
7538 * frameset.el (frameset-p): Add autoload cookie.
7539 (frameset--jump-to-register): New function, based on code moved from
7540 register.el.
7541 (frameset-to-register): Move from register.el. Adapt to `registerv'.
7542
7543 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7544 (frameset-restore, frameset-save, frameset-session-filter-alist):
7545 Remove declarations.
7546 (register-alist): Doc fix.
7547 (frameset-to-register): Move to frameset.el.
7548 (jump-to-register, describe-register-1): Remove frameset-specific code.
7549
7550 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7551
7552 * allout-widgets.el (allout-widgets-pre-command-business)
7553 (allout-widgets-post-command-business)
7554 (allout-widgets-after-change-handler)
7555 (allout-decorate-item-and-context, allout-set-boundary-marker)
7556 (allout-body-modification-handler)
7557 (allout-graphics-modification-handler): Mark ignored arguments.
7558 (allout-widgets-post-command-business)
7559 (allout-widgets-exposure-change-processor)
7560 (allout-widgets-exposure-undo-processor)
7561 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7562 (allout-parse-item-at-point, allout-decorate-item-guides)
7563 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7564 * allout.el (epa-passphrase-callback-function): Declare.
7565 (allout-overlay-insert-in-front-handler)
7566 (allout-overlay-interior-modification-handler)
7567 (allout-isearch-end-handler, allout-chart-siblings)
7568 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7569 (allout-yank-processing, allout-process-exposed)
7570 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
7571 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
7572 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7573 (lisp-indent-defform): Mark ignored arguments.
7574 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
7575 (calculate-lisp-indent): Remove unused variables.
7576 * international/characters.el (indian-2-column, arabic-2-column)
7577 (tibetan): Mark ignored arguments.
7578 (use-cjk-char-width-table): Mark ignored arguments.
7579 Remove unused variables.
7580 * international/fontset.el (build-default-fontset-data)
7581 (x-compose-font-name, create-fontset-from-fontset-spec):
7582 Mark ignored arguments.
7583 (fontset-plain-name): Remove unused variables.
7584 * international/mule.el (charset-id, charset-bytes, generic-char-p)
7585 (keyboard-coding-system): Mark ignored arguments.
7586 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
7587 * help.el (resize-temp-buffer-window):
7588 * window.el (display-buffer-in-major-side-window)
7589 (display-buffer-in-side-window, display-buffer-in-previous-window):
7590 Remove unused variables.
7591 * isearch.el (isearch-forward-symbol):
7592 * version.el (emacs-bzr-version-bzr):
7593 * international/mule-cmds.el (current-language-environment):
7594 * term/common-win.el (x-handle-iconic, x-handle-geometry)
7595 (x-handle-display):
7596 * term/pc-win.el (x-list-fonts, x-display-planes)
7597 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
7598 (x-server-version, x-display-screens, x-display-mm-height)
7599 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
7600 (x-selection-owner-p, x-own-selection-internal)
7601 (x-disown-selection-internal, x-get-selection-internal)
7602 (msdos-initialize-window-system):
7603 * term/tty-colors.el (tty-color-alist, tty-color-clear):
7604 * term/x-win.el (x-handle-no-bitmap-icon):
7605 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
7606 (vc-default-find-file-hook, vc-default-extra-menu):
7607 Mark ignored arguments.
7608
7609 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
7612 break-condition in the context of the debugged code (bug#12685).
7613
7614 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
7615
7616 * comint.el:
7617 Do not use an overlay to highlight the last prompt. (Bug#14744)
7618 (comint-mode): Make comint-last-prompt buffer local.
7619 (comint-last-prompt): New variable.
7620 (comint-last-prompt-overlay): Remove. Superseded by
7621 comint-last-prompt.
7622 (comint-snapshot-last-prompt, comint-output-filter):
7623 Use comint-last-prompt.
7624
7625 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7626
7627 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
7628 (frameset-save): Check validity of the resulting frameset.
7629
7630 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
7631
7632 * ido.el (ido-record-command): Add doc string.
7633
7634 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7635
7636 * frameset.el (frameset): Do not disable creation of the default
7637 frameset-p predicate. Doc fix.
7638 (frameset-valid-p): New function, copied from the old predicate-p.
7639 Add additional checks.
7640 (frameset-restore): Check with frameset-valid-p.
7641 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
7642 (frameset-name, frameset-description, frameset-properties)
7643 (frameset-states): Add docstring.
7644 (frameset-session-filter-alist, frameset-persistent-filter-alist)
7645 (frameset-filter-alist): Doc fixes.
7646
7647 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7648
7649 * frameset.el (frameset-p, frameset-prop): Doc fixes.
7650
7651 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
7654 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
7655 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
7656 (byte-compile-normal-call): Remove obsolescence check.
7657
7658 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
7659
7660 * frameset.el (frameset-restore): Doc fix.
7661
7662 * register.el (frameset-frame-id, frameset-frame-with-id)
7663 (frameset-p, frameset-restore, frameset-save): Declare.
7664 (register-alist): Document framesets.
7665 (frameset-session-filter-alist): Declare.
7666 (frameset-to-register): New function.
7667 (jump-to-register): Implement jumping to framesets. Doc fix.
7668 (describe-register-1): Describe framesets.
7669
7670 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
7671
7672 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
7673
7674 * desktop.el (desktop-save-frameset): Use new frameset-save args.
7675 Use lexical-binding.
7676
7677 * frameset.el (frameset): Use type vector, not list (incompatible
7678 change). Do not declare a new constructor, use the default one.
7679 Upgrade suggested properties `app', `name' and `desc' to slots `app',
7680 `name' and `description', respectively, and add read-only slot
7681 `timestamp'. Doc fixes.
7682 (frameset-copy, frameset-persistent-filter-alist)
7683 (frameset-filter-alist, frameset-switch-to-gui-p)
7684 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
7685 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
7686 (frameset-filter-iconified, frameset-keep-original-display-p):
7687 Doc fixes.
7688 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
7689 Rename from frameset-filter-(save|restore)-param. All callers changed.
7690 Doc fix.
7691 (frameset-p): Adapt to change to vector and be more thorough.
7692 Change arg name to OBJECT. Doc fix.
7693 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
7694 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
7695 All callers changed.
7696 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
7697 All callers changed.
7698 (frameset--record-minibuffer-relationships): Rename from
7699 frameset--process-minibuffer-frames. All callers changed.
7700 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
7701 Use new default constructor (again). Doc fix.
7702 (frameset--find-frame-if): Rename from `frameset--find-frame'.
7703 All callers changed.
7704 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
7705 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
7706 Doc fix.
7707 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
7708 PARAMETERS and WINDOW-STATE, respectively.
7709 (frameset-restore): Add new keyword argument PREDICATE.
7710 Reset frameset--target-display to nil. Doc fix.
7711
7712 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7715 (bat-mode): Use it.
7716 (bat-mode-syntax-table): Mark \n as end-of-comment.
7717 (bat-font-lock-keywords): Remove comment rule.
7718
7719 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
7720 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
7721
7722 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7723 (byte-compile-callargs-warn): Use `push'.
7724 (byte-compile-arglist-warn): Ignore higher-order "calls".
7725 (byte-compile-file-form-autoload): Use `pcase'.
7726 (byte-compile-function-form): If quoting a symbol, check that it exists.
7727
7728 2013-08-07 Eli Zaretskii <eliz@gnu.org>
7729
7730 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7731 and add a few popular commands found in batch files.
7732 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7733 (dos-mode): Doc fixes.
7734
7735 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7738 (dos-mode): Use setq-local. Add space after "rem".
7739 (dos-mode-syntax-table): Don't use "w" for symbol chars.
7740 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7741
7742 2013-08-07 Arni Magnusson <arnima@hafro.is>
7743
7744 * progmodes/dos.el: New file.
7745 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7746 dos-mode.
7747
7748 2013-08-06 Glenn Morris <rgm@gnu.org>
7749
7750 * calendar/calendar.el: Add new faces, and day-header-array.
7751 (calendar-weekday-header, calendar-weekend-header)
7752 (calendar-month-header): New faces.
7753 (calendar-day-header-construct): New function.
7754 (calendar-day-header-width): Also :set calendar-day-header-array.
7755 (calendar-american-month-header, calendar-european-month-header)
7756 (calendar-iso-month-header): Use calendar- faces.
7757 (calendar-generate-month):
7758 Use calendar-day-header-array for day headers; apply faces to them.
7759 (calendar-mode): Check calendar-font-lock-keywords non-nil.
7760 (calendar-abbrev-construct): Add optional maxlen argument.
7761 (calendar-day-name-array): Doc fix.
7762 (calendar-day-name-array, calendar-abbrev-length)
7763 (calendar-day-abbrev-array):
7764 Also :set calendar-day-header-array, and maybe redraw.
7765 (calendar-day-header-array): New option. (Bug#15007)
7766 (calendar-font-lock-keywords): Set to nil and make obsolete.
7767 (calendar-day-name): Add option to use header array.
7768
7769 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7770
7771 * net/shr.el (shr-render-td): Remove debugging.
7772 (shr-render-td): Make width computation consistent by defaulting
7773 all zero-width columns to 10 characters. This may not be optimal,
7774 but it's at least consistent.
7775 (shr-make-table-1): Redo last change to fix the real problem in
7776 colspan handling.
7777
7778 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7779
7780 * files.el (cache-long-line-scans):
7781 Make obsolete alias to `cache-long-scans'.
7782
7783 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7784
7785 * frameset.el (frameset, frameset-filter-alist)
7786 (frameset-filter-params, frameset-save, frameset--reuse-frame)
7787 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7788 (frameset-compute-pos): Rename from frameset--compute-pos,
7789 and add docstring.
7790 (frameset-move-onscreen): Use frameset-compute-pos.
7791 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7792
7793 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7794 Fix typos in docstrings.
7795
7796 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
7797
7798 * frame.el (get-other-frame): Tiny cleanup.
7799
7800 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
7801
7802 * vc/vc.el (vc-default-ignore-completion-table):
7803 Silence byte-compiler warning.
7804
7805 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7806 slot, which can indeed be nil.
7807 (frameset-live-filter-alist, frameset-persistent-filter-alist):
7808 Move entry for `left' from persistent to live filter alist.
7809 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7810 Doc fixes.
7811 (frameset-filter-params): When restoring a frame, copy items added to
7812 `filtered', to avoid unwittingly modifying the original parameters.
7813 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
7814 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7815
7816 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7817 to use looking-at-p instead of looking-at. (Bug#15028)
7818
7819 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 Revert introduction of isearch-filter-predicates (bug#14714).
7822 Rely on add-function instead.
7823 * isearch.el (isearch-filter-predicates): Rename it back to
7824 isearch-filter-predicate.
7825 (isearch-message-prefix): Use advice-function-mapc and advice
7826 properties to get the isearch-message-prefix.
7827 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7828 instead of run-hook-with-args-until-failure.
7829 (isearch-filter-visible): Not obsolete any more.
7830 * loadup.el: Preload nadvice.
7831 * replace.el (perform-replace): Revert to funcall
7832 instead of run-hook-with-args-until-failure.
7833 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7834 * dired-aux.el (dired-isearch-filenames-mode): Rename from
7835 dired-isearch-filenames-toggle; make it into a proper minor mode.
7836 Use add/remove-function.
7837 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7838 Call the minor-mode rather than add/remove-hook.
7839 (dired-isearch-filter-filenames):
7840 Remove isearch-message-prefix property.
7841 * info.el (Info--search-loop): New function, extracted from Info-search.
7842 Funcall isearch-filter-predicate instead of
7843 run-hook-with-args-until-failure isearch-filter-predicates.
7844 (Info-search): Use it.
7845 (Info-mode): Use isearch-filter-predicate instead of
7846 isearch-filter-predicates.
7847
7848 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7849
7850 Do not call to `selected-window' where it is assumed by default.
7851 Affected functions are `window-minibuffer-p', `window-dedicated-p',
7852 `window-hscroll', `window-width', `window-height', `window-buffer',
7853 `window-frame', `window-start', `window-point', `next-window'
7854 and `window-display-table'.
7855 * abbrev.el (abbrev--default-expand):
7856 * bs.el (bs--show-with-configuration):
7857 * buff-menu.el (Buffer-menu-mouse-select):
7858 * calc/calc.el (calc):
7859 * calendar/calendar.el (calendar-generate-window):
7860 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7861 (diary-make-entry):
7862 * comint.el (send-invisible, comint-dynamic-complete-filename)
7863 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7864 * completion.el (complete):
7865 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
7866 * disp-table.el (describe-current-display-table):
7867 * doc-view.el (doc-view-insert-image):
7868 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
7869 * ehelp.el (with-electric-help):
7870 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7871 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
7872 * emacs-lisp/helper.el (Helper-help-scroller):
7873 * emulation/cua-base.el (cua--post-command-handler-1):
7874 * eshell/esh-mode.el (eshell-output-filter):
7875 * ffap.el (ffap-gnus-wrapper):
7876 * help-macro.el (make-help-screen):
7877 * hilit-chg.el (highlight-compare-buffers):
7878 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
7879 * hl-line.el (global-hl-line-highlight):
7880 * icomplete.el (icomplete-simple-completing-p):
7881 * isearch.el (isearch-done):
7882 * jit-lock.el (jit-lock-stealth-fontify):
7883 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
7884 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7885 * mpc.el (mpc-tagbrowser, mpc):
7886 * net/rcirc.el (rcirc-any-buffer):
7887 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
7888 * play/landmark.el (landmark-max-width, landmark-max-height):
7889 * play/zone.el (zone):
7890 * progmodes/compile.el (compilation-goto-locus):
7891 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
7892 * progmodes/etags.el (find-tag-other-window):
7893 * progmodes/fortran.el (fortran-column-ruler):
7894 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7895 * progmodes/verilog-mode.el (verilog-point-text):
7896 * reposition.el (reposition-window):
7897 * rot13.el (toggle-rot13-mode):
7898 * server.el (server-switch-buffer):
7899 * shell.el (shell-dynamic-complete-command)
7900 (shell-dynamic-complete-environment-variable):
7901 * simple.el (insert-buffer, set-selective-display)
7902 (delete-completion-window):
7903 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
7904 (speedbar-recenter):
7905 * startup.el (fancy-splash-head):
7906 * textmodes/ispell.el (ispell-command-loop):
7907 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
7908 * tutorial.el (help-with-tutorial):
7909 * vc/add-log.el (add-change-log-entry):
7910 * vc/compare-w.el (compare-windows):
7911 * vc/ediff-help.el (ediff-indent-help-message):
7912 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
7913 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
7914 (ediff-setup-control-frame):
7915 * vc/emerge.el (emerge-position-region):
7916 * vc/pcvs-util.el (cvs-bury-buffer):
7917 * window.el (walk-windows, mouse-autoselect-window-select):
7918 * winner.el (winner-set-conf, winner-undo): Related users changed.
7919
7920 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
7921
7922 * frameset.el (frameset--set-id): Doc fix.
7923 (frameset-frame-id, frameset-frame-id-equal-p)
7924 (frameset-locate-frame-id): New functions.
7925 (frameset--process-minibuffer-frames, frameset--reuse-frame)
7926 (frameset-restore): Use them.
7927
7928 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
7929
7930 Do not call to `selected-frame' where it is assumed by default.
7931 Affected functions are `raise-frame', `redraw-frame',
7932 `frame-first-window', `frame-terminal' and `delete-frame'.
7933 * calendar/appt.el (appt-disp-window):
7934 * epg.el (epg-wait-for-completion):
7935 * follow.el (follow-delete-other-windows-and-split)
7936 (follow-avoid-tail-recenter):
7937 * international/mule.el (set-terminal-coding-system):
7938 * mail/rmail.el (rmail-mail-return):
7939 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7940 * progmodes/f90.el (f90-add-imenu-menu):
7941 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
7942 * server.el (server-switch-buffer):
7943 * simple.el (delete-completion-window):
7944 * talk.el (talk):
7945 * term/xterm.el (terminal-init-xterm-modify-other-keys)
7946 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
7947 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
7948 * vc/ediff.el (ediff-documentation): Related users changed.
7949 * frame.el (selected-terminal): Remove the leftover.
7950
7951 2013-08-05 Glenn Morris <rgm@gnu.org>
7952
7953 * calendar/calendar.el (calendar-generate-month):
7954 Fix for calendar-column-width != 1 + calendar-day-digit-width.
7955 (calendar-generate-month, calendar-font-lock-keywords):
7956 Fix for calendar-day-header-width > length of any day name.
7957
7958 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
7959
7960 * desktop.el (desktop-clear): Use new name of sort predicate.
7961
7962 * frameset.el (frameset): Add docstring. Move :version property to its
7963 own `version' slot.
7964 (frameset-copy): Rename from copy-frameset.
7965 (frameset-p): Check more thoroughly.
7966 (frameset-prop): Do not check for :version, which is no longer a prop.
7967 (frameset-live-filter-alist, frameset-persistent-filter-alist):
7968 Use new :never value instead of t.
7969 (frameset-filter-alist): Expand and clarify docstring.
7970 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
7971 (frameset-filter-minibuffer, frameset-filter-save-param)
7972 (frameset-filter-restore-param, frameset-filter-iconified):
7973 Add pointer to docstring of frameset-filter-alist.
7974 (frameset-filter-params): Rename filter values to be more meaningful:
7975 :never instead of t, and reverse the meanings of :save and :restore.
7976 (frameset--process-minibuffer-frames): Clarify error message.
7977 (frameset-save): Avoid unnecessary and confusing call to framep.
7978 Use new BOA constructor for framesets.
7979 (frameset--reuse-list): Doc fix.
7980 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
7981 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
7982 (frameset-minibufferless-first-p): Doc fix.
7983 Rename from frameset-sort-frames-for-deletion.
7984 (frameset-restore): Doc fixes. Use new function names.
7985 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7986
7987 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
7988
7989 * desktop.el (desktop-restore-forces-onscreen)
7990 (desktop-restore-reuses-frames): Document :keyword constant values.
7991 (desktop-filter-parameters-alist): Remove, now identical to
7992 frameset-filter-alist.
7993 (desktop--filter-tty*): Remove, moved to frameset.el.
7994 (desktop-save-frameset, desktop-restore-frameset):
7995 Do not pass :filters argument.
7996
7997 * frameset.el (frameset-live-filter-alist)
7998 (frameset-persistent-filter-alist): New variables.
7999 (frameset-filter-alist): Use them. Add autoload cookie.
8000 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8001 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8002 `frameset--id' (it's supposed to be internal to frameset.el).
8003 (frameset--process-minibuffer-frames): Ditto. Doc fix.
8004 (frameset--initial-params): New function.
8005 (frameset--get-frame): Use it. Doc fix.
8006 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8007 Accept :all, not 'all.
8008 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8009 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
8010 with fbound symbols. Fix frame id matching, and remove matching ids if
8011 the frame being restored is deleted. Obey :delete.
8012
8013 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 * subr.el (macrop): New function.
8016 (text-clone--maintaining): New var.
8017 (text-clone--maintain): Rename from text-clone-maintain. Use it
8018 instead of inhibit-modification-hooks.
8019
8020 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8021 a proxy, so as handle autoloads and redefinitions of the target.
8022 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8023
8024 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8025 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
8026 (pcase--mutually-exclusive-p): New function.
8027 (pcase--split-consp): Use it.
8028 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
8029 mutually exclusive with the current predicate.
8030
8031 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8032 (edebug-macrop): Remove. Use `macrop' instead.
8033 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
8034 (ad-macro-p):
8035 * eshell/esh-cmd.el (eshell-macrop):
8036 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
8037
8038 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8041 (advice-mapc): New function, using it.
8042 (advice-function-member-p): New function.
8043 (advice--normalize): Store the cdr in advice--saved-rewrite since
8044 that's the part that will be changed.
8045 (advice--symbol-function): New function.
8046 (advice-remove): Handle removal before the function is defined.
8047 Adjust to new advice--saved-rewrite.
8048 (advice-member-p): Use advice-function-member-p and
8049 advice--symbol-function.
8050
8051 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8052
8053 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8054 (frameset-filter-minibuffer): Doc fix.
8055 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
8056 (frameset--set-id, frameset--process-minibuffer-frames)
8057 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8058 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8059
8060 * desktop.el (desktop-clear): Only delete frames when called
8061 interactively and desktop-restore-frames is non-nil. Doc fix.
8062 (desktop-read): Set desktop-saved-frameset to nil.
8063
8064 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
8065
8066 * vc/vc.el (vc-ignore): Rewrite.
8067 (vc-default-ignore-completion-table, vc--read-lines)
8068 (vc--add-line, vc--remove-regexp): New functions.
8069
8070 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8071 (vc-svn-ignore-completion-table): New function.
8072
8073 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8074 (vc-hg-ignore-completion-table)
8075 (vc-hg-find-ignore-file): New functions.
8076
8077 * vc/vc-git.el (vc-git-ignore): Rewrite.
8078 (vc-git-ignore-completion-table)
8079 (vc-git-find-ignore-file): New functions.
8080
8081 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8082
8083 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8084 (vc-bzr-ignore-completion-table)
8085 (vc-bzr-find-ignore-file): New functions.
8086
8087 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
8088
8089 * frameset.el (frameset-prop): New function and setter.
8090 (frameset-save): Do not modify frame list passed by the caller.
8091
8092 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8095
8096 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8099 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8100
8101 * custom.el (custom-initialize-default, custom-initialize-set)
8102 (custom-initialize-reset, custom-initialize-changed): Affect the
8103 toplevel-default-value (bug#6275, bug#14586).
8104 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8105 for bug#6275.
8106
8107 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8108
8109 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8110 Add cl-def* expressions.
8111
8112 * frameset.el (frameset-filter-params): Fix order of arguments.
8113
8114 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8115
8116 Move code related to saving frames to frameset.el.
8117 * desktop.el: Require frameset.
8118 (desktop-restore-frames): Doc fix.
8119 (desktop-restore-reuses-frames): Rename from
8120 desktop-restoring-reuses-frames.
8121 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8122 (desktop-clear): Clear frames too.
8123 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8124 (desktop--filter-tty*, desktop-save, desktop-read):
8125 Use frameset functions.
8126 (desktop-before-saving-frames-functions, desktop--filter-*-color)
8127 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8128 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8129 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8130 (desktop--process-minibuffer-frames, desktop-save-frames)
8131 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8132 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8133 (desktop--sort-states, desktop-restoring-frames-p)
8134 (desktop-restore-frames): Remove. Most code moved to frameset.el.
8135 (desktop-restoring-frameset-p, desktop-restore-frameset)
8136 (desktop--check-dont-save, desktop-save-frameset): New functions.
8137 (desktop--app-id): New constant.
8138 (desktop-first-buffer, desktop-buffer-ok-count)
8139 (desktop-buffer-fail-count): Move before first use.
8140 * frameset.el: New file.
8141
8142 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * files.el: Use lexical-binding.
8145 (dir-locals-read-from-file): Remove unused `err' variable.
8146 (hack-dir-local-variables--warned-coding): New var.
8147 (hack-dir-local-variables): Use it to avoid repeated warnings.
8148 (make-backup-file-name--default-function): New function.
8149 (make-backup-file-name-function): Use it as default.
8150 (buffer-stale--default-function): New function.
8151 (buffer-stale-function): Use it as default.
8152 (revert-buffer-insert-file-contents--default-function): New function.
8153 (revert-buffer-insert-file-contents-function): Use it as default.
8154 (insert-directory): Avoid add-to-list.
8155
8156 * autorevert.el (auto-revert-handler): Simplify.
8157 Use buffer-stale--default-function.
8158
8159 2013-08-01 Tassilo Horn <tsdh@gnu.org>
8160
8161 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8162
8163 * whitespace.el (whitespace-ensure-local-variables): New function.
8164 (whitespace-cleanup-region): Call it.
8165 (whitespace-turn-on): Call it.
8166
8167 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
8168
8169 Complete file name handlers.
8170
8171 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8172 (tramp-handle-verify-visited-file-modtime)
8173 (tramp-handle-file-notify-rm-watch): New functions.
8174 (tramp-call-process): Do not bind `default-directory'.
8175
8176 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8177 Order alphabetically.
8178 <access-file, add-name-to-file, dired-call-process>:
8179 <dired-compress-file, file-acl, file-notify-rm-watch>:
8180 <file-ownership-preserved-p, file-selinux-context>:
8181 <make-directory-internal, make-symbolic-link, set-file-acl>:
8182 <set-file-selinux-context, set-visited-file-modtime>:
8183 <verify-visited-file-modtime>: Add handler.
8184 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8185
8186 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8187 <file-notify-add-watch, file-notify-rm-watch>:
8188 <set-file-times, set-visited-file-modtime>:
8189 <verify-visited-file-modtime>: Add handler.
8190 (with-tramp-gvfs-error-message)
8191 (tramp-gvfs-handle-set-visited-file-modtime)
8192 (tramp-gvfs-fuse-file-name): Remove.
8193 (tramp-gvfs-handle-file-notify-add-watch)
8194 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8195 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8196
8197 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8198 Order alphabetically.
8199 <file-notify-rm-watch>: Use default Tramp handler.
8200 <executable-find>: Remove private handler.
8201 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8202 `default-directory'.
8203 (tramp-sh-handle-executable-find)
8204 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8205 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8206 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8207 Do not use `format' in `tramp-message'.
8208
8209 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8210 <file-notify-rm-watch, set-visited-file-modtime>:
8211 <verify-visited-file-modtime>: Add handler.
8212 (tramp-smb-call-winexe): Do not bind `default-directory'.
8213
8214 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
8215
8216 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8217
8218 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
8219
8220 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8221 use it.
8222 (log-view-diff-changeset): Same.
8223 (log-view-diff-common): Call backend command `previous-revision'
8224 to find out the previous revision, in both cases. Swap the
8225 variables `to' and `fr', so that `fr' usually refers to the
8226 earlier revision (Bug#14989).
8227
8228 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
8229
8230 * ibuf-ext.el (ibuffer-filter-by-filename):
8231 Make it work with dired buffers too.
8232
8233 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
8234
8235 * emacs-lisp/re-builder.el (reb-color-display-p):
8236 * files.el (save-buffers-kill-terminal):
8237 * net/browse-url.el (browse-url):
8238 * server.el (server-save-buffers-kill-terminal):
8239 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8240 Prefer nil to selected-frame for the first arg of frame-parameter.
8241
8242 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
8243
8244 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8245
8246 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
8247
8248 * minibuffer.el (completion--twq-all): Try and preserve each
8249 completion's case choice (bug#14907).
8250
8251 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8252
8253 * net/network-stream.el (open-network-stream): Mention the new
8254 :nogreeting parameter.
8255 (network-stream-open-starttls): Use the :nogreeting parameter
8256 (bug#14938).
8257
8258 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8259
8260 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8261 more natural than popping.
8262
8263 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8264 (shr-urlify): Highlight under mouse.
8265
8266 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8267
8268 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8269
8270 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8271
8272 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
8273 buffer for output.
8274
8275 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
8276 point-min==1. Fix search string. Fix parentheses missing.
8277
8278 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
8279 assume point-min==1. Fix search string. Fix parentheses missing.
8280
8281 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8282
8283 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
8284 buffer for output.
8285
8286 2013-07-29 Eli Zaretskii <eliz@gnu.org>
8287
8288 * frame.el (frame-notice-user-settings): Avoid inflooping when the
8289 initial frame is minibuffer-less. (Bug#14841)
8290
8291 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
8292
8293 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8294 option.
8295
8296 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8297 (tramp-maybe-open-connection): Use it.
8298
8299 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8300
8301 * desktop.el (desktop--make-frame): Include `minibuffer' in the
8302 minimal set of parameters passed when creating a frame, because
8303 the minibuffer status of a frame cannot be changed later.
8304
8305 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
8306
8307 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8308 replace-regexp-in-string and inadvertent omissions in previous change.
8309 (todo-filter-items): Ensure only file names are comma-separated in
8310 name of filtered items buffer.
8311
8312 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
8313
8314 * desktop.el: Optionally force offscreen frames back onscreen.
8315 (desktop-restoring-reuses-frames): New option.
8316 (desktop--compute-pos, desktop--move-onscreen): New functions.
8317 (desktop--make-frame): Use desktop--move-onscreen.
8318
8319 2013-07-27 Alan Mackenzie <acm@muc.de>
8320
8321 Fontify a Java generic method as a function.
8322 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8323 value to t.
8324
8325 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
8326
8327 * calendar/todo-mode.el: Add command to rename todo files.
8328 (todo-rename-file): New command.
8329 (todo-key-bindings-t): Add key binding for it. Change the
8330 bindings of todo-filter-regexp-items(-multifile) to use `x'
8331 instead of `r', since the latter is better suited to the new
8332 renaming command.
8333
8334 2013-07-27 Alan Mackenzie <acm@muc.de>
8335
8336 Make Java try-with-resources statement parse properly.
8337 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8338 (c-block-stmt-1-2-key): New language constants/variables.
8339 * progmodes/cc-engine.el (c-beginning-of-statement-1)
8340 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8341 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8342 with c-block-stmt-1-2-key.
8343
8344 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
8345
8346 * desktop.el (desktop--make-frame): Apply most frame parameters after
8347 creating the frame to force (partially or totally) offscreen frames to
8348 be restored as such.
8349
8350 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
8351
8352 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8353 (Bug#14948)
8354
8355 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8358 `base' arg of backtrace-frame.
8359
8360 2013-07-26 Eli Zaretskii <eliz@gnu.org>
8361
8362 * simple.el (list-processes): Doc fix.
8363
8364 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8365
8366 * desktop.el (desktop--select-frame):
8367 Try harder to reuse existing frames.
8368
8369 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8372 (edebug-eval): Use backtrace-eval.
8373 (edebug--display, edebug--recursive-edit): Don't let-bind the
8374 edebug-outer-* vars that keep track of variables we locally let-bind.
8375 (edebug-outside-excursion): Don't restore outside values of locally
8376 let-bound vars.
8377 (edebug--display): Use user-error.
8378 (cl-lexical-debug, cl-debug-env): Remove.
8379
8380 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
8381
8382 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8383 are restored to be sure that they are visible before deleting any
8384 remaining ones.
8385
8386 2013-07-26 Matthias Meulien <orontee@gmail.com>
8387
8388 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8389 vc-print-root-log. (Bug#14948)
8390
8391 2013-07-26 Richard Stallman <rms@gnu.org>
8392
8393 Add aliases for encrypting mail.
8394 * epa.el (epa-mail-aliases): New option.
8395 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8396 Bind inhibit-read-only so read-only text doesn't ruin everything.
8397 (epa-mail-default-recipients): New subroutine broken out.
8398 Handle epa-mail-aliases.
8399
8400 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 Add support for lexical variables to the debugger's `e' command.
8403 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8404 vars, except for debugger-outer-match-data.
8405 (debugger-frame-number): Move check for "on a function call" from
8406 callers into it. Add `skip-base' argument.
8407 (debugger-frame, debugger-frame-clear): Simplify accordingly.
8408 (debugger-env-macro): Only reset the state stored in non-variables,
8409 i.e. current-buffer and match-data.
8410 (debugger-eval-expression): Rewrite using backtrace-eval.
8411 * subr.el (internal--called-interactively-p--get-frame): Remove.
8412 (called-interactively-p):
8413 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8414 `base' arg of backtrace-frame instead.
8415
8416 2013-07-26 Glenn Morris <rgm@gnu.org>
8417
8418 * align.el (align-regexp): Doc fix. (Bug#14857)
8419 (align-region): Explicit error if subexpression missing/does not match.
8420
8421 * simple.el (global-visual-line-mode):
8422 Do not duplicate the mode lighter. (Bug#14858)
8423
8424 2013-07-25 Martin Rudalics <rudalics@gmx.at>
8425
8426 * window.el (display-buffer): In display-buffer bind
8427 split-window-keep-point to t, bug#14829.
8428
8429 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8430
8431 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8432 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8433 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8434 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8435 Change accordingly.
8436 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8437 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8438
8439 2013-07-25 Glenn Morris <rgm@gnu.org>
8440
8441 * dired-x.el (dired-mark-extension): Convert comment to doc string.
8442
8443 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
8444
8445 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8446 parameter to modify-frame-parameters if the value has not changed;
8447 this is a workaround for bug#14949.
8448 (desktop--make-frame): On cl-delete-if call, check parameter name,
8449 not full parameter.
8450
8451 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
8452
8453 * vc/vc.el (vc-ignore): New function.
8454
8455 * vc/vc-svn.el (vc-svn-ignore): New function.
8456
8457 * vc/vc-hg.el (vc-hg-ignore): New function.
8458
8459 * vc/vc-git.el (vc-git-ignore): New function.
8460
8461 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8462 (vc-dir-ignore): New function.
8463
8464 * vc/vc-cvs.el (vc-cvs-ignore): New function.
8465 (cvs-append-to-ignore): Move here from pcvs.el.
8466
8467 * vc/vc-bzr.el (vc-bzr-ignore): New function.
8468
8469 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
8470
8471 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
8472
8473 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
8474 (desktop-restore-frames): Warn when deleting an existing frame failed.
8475
8476 2013-07-24 Glenn Morris <rgm@gnu.org>
8477
8478 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
8479
8480 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
8481
8482 * filenotify.el (file-notify-supported-p):
8483 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8484 Remove functions.
8485
8486 * autorevert.el (auto-revert-use-notify)
8487 (auto-revert-notify-add-watch):
8488 * net/tramp.el (tramp-file-name-for-operation):
8489 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8490 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8491 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8492 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8493 Remove `file-notify-supported-p' entry.
8494
8495 2013-07-24 Glenn Morris <rgm@gnu.org>
8496
8497 * printing.el: Replace all uses of deleted ps-windows-system,
8498 ps-lp-system, ps-flatten-list with lpr- versions.
8499
8500 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
8503 checked with memq (bug#14935).
8504
8505 * files.el (revert-buffer-function): Use a non-nil default.
8506 (revert-buffer-preserve-modes): Declare var to
8507 provide access to the `preserve-modes' argument.
8508 (revert-buffer): Let-bind it.
8509 (revert-buffer--default): New function, extracted from revert-buffer.
8510
8511 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * lpr.el: Signal print errors more prominently.
8514 (print-region-function): Don't default to nil.
8515 (lpr-print-region): New function, extracted from print-region-1.
8516 Check lpr's return value and signal an error in case of problem.
8517 (print-region-1): Use it.
8518 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
8519 versions instead.
8520 (ps-printer-name): Default to nil.
8521 (ps-printer-name-option): Default to lpr-printer-switch.
8522 (ps-print-region-function): Don't default to nil.
8523 (ps-postscript-code-directory): Simplify default.
8524 (ps-do-despool): Use lpr-print-region to properly check the outcome.
8525 (ps-string-list, ps-eval-switch, ps-flatten-list)
8526 (ps-flatten-list-1): Remove.
8527 (ps-multibyte-buffer): Avoid setq.
8528 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
8529 (print-region-function, ps-print-region-function): Don't set them here.
8530
8531 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
8532
8533 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
8534 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
8535 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
8536 (ido-decorations): Doc fix.
8537
8538 * ansi-color.el: Fix old URL.
8539
8540 2013-07-23 Michael R. Mauger <michael@mauger.com>
8541
8542 * progmodes/sql.el: Version 3.3
8543 (sql-product-alist): Improve oracle :prompt-cont-regexp.
8544 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8545 (sql-interactive-remove-continuation-prompt): Rewrite, use
8546 functions above. Fix continuation prompt and complete output line
8547 handling.
8548 (sql-redirect-one, sql-execute): Use `read-only-mode' on
8549 redirected output buffer.
8550 (sql-mode): Restore deleted code (Bug#13591).
8551
8552 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8553
8554 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8555
8556 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
8557
8558 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8559
8560 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8561 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8562 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8563
8564 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
8565
8566 * desktop.el (desktop-clear): Simplify; remove useless checks
8567 against invalid buffer names.
8568 (desktop-list*): Use cl-list*.
8569 (desktop-buffer-info, desktop-create-buffer): Simplify.
8570
8571 2013-07-23 Leo Liu <sdl.web@gmail.com>
8572
8573 * bookmark.el (bookmark-make-record): Restore NAME as a default
8574 value. (Bug#14933)
8575
8576 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8577
8578 * emacs-lisp/autoload.el (autoload--setup-output): New function,
8579 extracted from autoload--insert-text.
8580 (autoload--insert-text): Remove.
8581 (autoload--print-cookie-text): New function, extracted from
8582 autoload--insert-cookie-text.
8583 (autoload--insert-cookie-text): Remove.
8584 (autoload-generate-file-autoloads): Adjust calls accordingly.
8585
8586 * winner.el (winner-hook-installed-p): Remove.
8587 (winner-mode): Simplify accordingly.
8588
8589 * subr.el (add-to-list): Fix compiler-macro when `append' is
8590 not constant. Don't use `cl-member' for the base case.
8591
8592 * progmodes/subword.el: Fix boundary case (bug#13758).
8593 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
8594 own group.
8595 (subword-backward-regexp): Make it a constant.
8596 (subword-forward-internal): Don't treat a trailing capital as the
8597 beginning of a word.
8598
8599 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
8600
8601 * emacs-lisp/package.el (package-menu-mode): Don't modify the
8602 global value of tabulated-list-revert-hook (bug#14930).
8603
8604 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
8605
8606 * desktop.el: Require 'cl-lib.
8607 (desktop-before-saving-frames-functions): New hook.
8608 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
8609 for frames being saved. Rename from desktop--save-minibuffer-frames.
8610 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
8611 Do not save frames with non-nil `desktop-dont-save' parameter.
8612 Filter out deleted frames.
8613 (desktop--find-frame): Use cl-find-if.
8614 (desktop--select-frame): Use cl-(first|second|third) to access values
8615 of desktop-mini.
8616 (desktop--make-frame): Use cl-delete-if.
8617 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
8618 (desktop-restore-frames): Use cl-(first|second|third) to access values
8619 of desktop-mini. Look for visible frame at the end, not while
8620 restoring frames.
8621
8622 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
8623 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
8624 Use string-match-p, looking-at-p (bug#14927).
8625
8626 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
8627
8628 * desktop.el (desktop-saved-frame-states):
8629 Rename from desktop--saved-states; all users changed.
8630 (desktop-save-frames): Rename from desktop--save-frames.
8631 Do not save state to desktop file.
8632 (desktop-save): Save desktop-saved-frame-states to desktop file
8633 and reset to nil.
8634 (desktop-restoring-frames-p): New function.
8635 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
8636 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
8637 buffer-lists when restoring frames. Suggested by Martin Rudalics.
8638
8639 * desktop.el: Correctly restore iconified frames.
8640 (desktop--filter-iconified-position): New function.
8641 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
8642
8643 2013-07-20 Glenn Morris <rgm@gnu.org>
8644
8645 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
8646 Let `message' do the formatting.
8647 (def-gdb-preempt-display-buffer): Add explicit format.
8648
8649 * image-dired.el (image-dired-track-original-file):
8650 Use with-current-buffer.
8651 (image-dired-track-thumbnail): Use with-current-buffer.
8652 Avoid changing point of wrong window.
8653
8654 * image-dired.el (image-dired-track-original-file):
8655 Avoid changing point of wrong window. (Bug#14909)
8656
8657 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
8658
8659 * progmodes/gdb-mi.el (gdb-done-or-error):
8660 Guard against "%" in gdb output. (Bug#14127)
8661
8662 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
8663
8664 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
8665 (Bug#14826)
8666
8667 * international/mule.el (coding-system-iso-2022-flags): Fix last
8668 change.
8669
8670 2013-07-20 Kenichi Handa <handa@gnu.org>
8671
8672 * international/mule.el (coding-system-iso-2022-flags):
8673 Add `8-bit-level-4'. (Bug#8522)
8674
8675 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8676
8677 * net/shr.el (shr-mouse-browse-url): New command and keystroke
8678 (bug#14815).
8679
8680 * net/eww.el (eww-process-text-input): Allow inputting when the
8681 point is at the start of the line, as the properties aren't
8682 front-sticky.
8683
8684 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
8685 degenerate widths.
8686
8687 2013-07-19 Richard Stallman <rms@gnu.org>
8688
8689 * epa.el (epa-popup-info-window): Doc fix.
8690
8691 * subr.el (split-string): New arg TRIM.
8692
8693 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
8694
8695 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
8696 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
8697
8698 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
8699
8700 * filenotify.el (file-notify--library): Rename from
8701 `file-notify-support'. Do not autoload. Adapt all uses.
8702 (file-notify-supported-p): New defun.
8703
8704 * autorevert.el (auto-revert-use-notify):
8705 Use `file-notify-supported-p' instead of `file-notify-support'.
8706 Adapt docstring.
8707 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
8708
8709 * net/tramp.el (tramp-file-name-for-operation):
8710 Add `file-notify-supported-p'.
8711
8712 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8713 New defun.
8714 (tramp-sh-file-name-handler-alist): Add it as handler for
8715 `file-notify-supported-p '.
8716
8717 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8718 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8719 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8720 Add `ignore' as handler for `file-notify-*' functions.
8721
8722 2013-07-17 Eli Zaretskii <eliz@gnu.org>
8723
8724 * simple.el (line-move-partial, line-move): Don't start vscroll or
8725 scroll-up if the current line is not taller than the window.
8726 (Bug#14881)
8727
8728 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
8729
8730 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8731 highlight question marks in the method names as strings.
8732 (ruby-block-beg-keywords): Inline.
8733 (ruby-font-lock-keyword-beg-re): Extract from
8734 `ruby-font-lock-keywords'.
8735
8736 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
8737
8738 * frame.el (blink-cursor-blinks): New defcustom.
8739 (blink-cursor-blinks-done): New defvar.
8740 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8741 (blink-cursor-timer-function): Check if number of blinks has been
8742 done on X and NS.
8743 (blink-cursor-suspend, blink-cursor-check): New defuns.
8744
8745 2013-07-15 Glenn Morris <rgm@gnu.org>
8746
8747 * edmacro.el (edmacro-format-keys): Fix previous change.
8748
8749 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
8750
8751 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8752 The hack didn't work outside English locales anyway.
8753
8754 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
8755
8756 * simple.el (define-alternatives): Rename from alternatives-define,
8757 per RMS' suggestion.
8758
8759 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
8760
8761 * desktop.el (desktop-restore-frames): Change default to t.
8762 (desktop-restore-in-current-display): Now offer more options.
8763 (desktop-restoring-reuses-frames): New customization option.
8764 (desktop--saved-states): Doc fix.
8765 (desktop-filter-parameters-alist): New variable, renamed and expanded
8766 from desktop--excluded-frame-parameters.
8767 (desktop--target-display): New variable.
8768 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8769 (desktop--filter-tty*, desktop--filter-*-color)
8770 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8771 (desktop--filter-save-desktop-parm)
8772 (desktop-restore-in-original-display-p): New functions.
8773 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8774 (desktop--save-minibuffer-frames): New function, inspired by a similar
8775 function from Martin Rudalics.
8776 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8777 (desktop--restore-in-this-display-p): Remove.
8778 (desktop--find-frame): Rename from desktop--find-frame-in-display
8779 and add predicate argument.
8780 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8781 (desktop--reuse-list): New variable.
8782 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8783 New functions.
8784 (desktop--restore-frames): Add support for "minibuffer-special" frames.
8785
8786 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
8787
8788 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8789
8790 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
8791
8792 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8793 Highlight conversion methods on Kernel.
8794
8795 2013-07-13 Alan Mackenzie <acm@muc.de>
8796
8797 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8798 and comment it out. This out-commenting enables certain C++
8799 declarations to be parsed correctly.
8800
8801 2013-07-13 Eli Zaretskii <eliz@gnu.org>
8802
8803 * international/mule.el (define-coding-system): Doc fix.
8804
8805 * simple.el (default-font-height): Don't call font-info if the
8806 frame's default font didn't change since the frame was created.
8807 (Bug#14838)
8808
8809 2013-07-13 Leo Liu <sdl.web@gmail.com>
8810
8811 * ido.el (ido-read-file-name): Guard against non-symbol value.
8812
8813 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8814
8815 * progmodes/python.el (python-imenu--build-tree): Fix corner case
8816 in nested defuns.
8817
8818 2013-07-13 Leo Liu <sdl.web@gmail.com>
8819
8820 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8821 ido-set-matches call. (Bug#6852)
8822
8823 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
8824
8825 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
8826 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8827 Ruby 2.0.
8828 (ruby-font-lock-keywords): Distinguish calls to functions with
8829 module-like names from module references. Highlight character
8830 literals.
8831
8832 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8833
8834 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8835 (gdb-send): Handle continued commands. (Bug#14847)
8836
8837 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
8838
8839 * desktop.el (desktop--v2s): Remove unused local variable.
8840 (desktop-save-buffer): Make defvar-local; adjust docstring.
8841 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8842 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8843
8844 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
8845
8846 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8847
8848 2013-07-12 Eli Zaretskii <eliz@gnu.org>
8849
8850 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8851 (Bug#14842)
8852
8853 2013-07-12 Glenn Morris <rgm@gnu.org>
8854
8855 * doc-view.el: Require cl-lib at runtime too.
8856 (doc-view-remove-if): Remove.
8857 (doc-view-search-next-match, doc-view-search-previous-match):
8858 Use cl-remove-if.
8859
8860 * edmacro.el: Require cl-lib at runtime too.
8861 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8862 (edmacro-mismatch, edmacro-subseq): Remove.
8863
8864 * shadowfile.el: Require cl-lib.
8865 (shadow-remove-if): Remove.
8866 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
8867 Use cl-remove-if.
8868
8869 * wid-edit.el: Require cl-lib.
8870 (widget-choose): Use cl-remove-if.
8871 (widget-remove-if): Remove.
8872
8873 * progmodes/ebrowse.el: Require cl-lib at runtime too.
8874 (ebrowse-delete-if-not): Remove.
8875 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
8876 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
8877 Use cl-delete-if-not.
8878
8879 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
8880
8881 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
8882 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
8883
8884 2013-07-12 Leo Liu <sdl.web@gmail.com>
8885
8886 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
8887
8888 2013-07-11 Glenn Morris <rgm@gnu.org>
8889
8890 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
8891 (edebug-gensym-index, edebug-gensym):
8892 Remove reimplementation of cl-gensym.
8893 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
8894
8895 * thumbs.el: Require cl-lib at run-time too.
8896 (thumbs-gensym-counter, thumbs-gensym):
8897 Remove reimplementation of cl-gensym.
8898 (thumbs-temp-file): Use cl-gensym.
8899
8900 * emacs-lisp/ert.el: Require cl-lib at runtime too.
8901 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
8902 (ert--intersection, ert--set-difference, ert--set-difference-eq)
8903 (ert--union, ert--gensym-counter, ert--gensym-counter)
8904 (ert--coerce-to-vector, ert--remove*, ert--string-position)
8905 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
8906 (ert-make-test-unbound, ert--expand-should-1)
8907 (ert--expand-should, ert--should-error-handle-error)
8908 (should-error, ert--explain-equal-rec)
8909 (ert--plist-difference-explanation, ert-select-tests)
8910 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
8911 Use cl-lib functions rather than reimplementations.
8912
8913 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
8914
8915 * net/tramp.el (tramp-methods): Extend docstring.
8916 (tramp-connection-timeout): New defcustom.
8917 (tramp-error-with-buffer): Reset timestamp only when appropriate.
8918 (with-tramp-progress-reporter): Simplify.
8919 (tramp-process-actions): Improve messages.
8920
8921 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8922 * net/tramp-sh.el (tramp-maybe-open-connection):
8923 Use `tramp-connection-timeout'.
8924 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
8925 (Bug#14808)
8926
8927 2013-07-11 Leo Liu <sdl.web@gmail.com>
8928
8929 * ido.el (ido-read-file-name): Conform to the requirements of
8930 read-file-name. (Bug#11861)
8931 (ido-read-directory-name): Conform to the requirements of
8932 read-directory-name.
8933
8934 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * subr.el (delay-warning): New function.
8937
8938 2013-07-10 Eli Zaretskii <eliz@gnu.org>
8939
8940 * simple.el (default-line-height): New function.
8941 (line-move-partial, line-move): Use it instead of computing the
8942 line height inline.
8943 (line-move-partial): Always compute ROWH. If the last line is
8944 partially-visible, but its text is completely visible, allow
8945 cursor to enter such a partially-visible line.
8946
8947 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
8948
8949 Improve error messages. (Bug#14808)
8950
8951 * net/tramp.el (tramp-current-connection): New defvar, moved from
8952 tramp-sh.el.
8953 (tramp-message-show-progress-reporter-message): Remove, not
8954 needed anymore.
8955 (tramp-error-with-buffer): Show message in minibuffer.
8956 Discard input before waiting. Reset connection timestamp.
8957 (with-tramp-progress-reporter): Improve messages.
8958 (tramp-process-actions): Use progress reporter. Delete process in
8959 case of error. Improve messages.
8960
8961 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
8962 Call `tramp-error-with-buffer' with vector and buffer.
8963 (tramp-current-connection): Remove.
8964 (tramp-maybe-open-connection): The car of
8965 `tramp-current-connection' are the first 3 slots of the vector.
8966
8967 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
8968
8969 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
8970 inside continued strings.
8971
8972 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
8973
8974 Timestamp fixes for undo (Bug#14824).
8975 * files.el (clear-visited-file-modtime): Move here from fileio.c.
8976
8977 2013-07-10 Leo Liu <sdl.web@gmail.com>
8978
8979 * files.el (require-final-newline): Allow safe local value.
8980 (Bug#14834)
8981
8982 2013-07-09 Leo Liu <sdl.web@gmail.com>
8983
8984 * ido.el (ido-read-directory-name): Handle fallback.
8985 (ido-read-file-name): Update DIR to ido-current-directory.
8986 (Bug#1516)
8987 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
8988
8989 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
8990
8991 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
8992 "autoload". Remove "warn lower camel case" section, previously
8993 commented out. Highlight negation char. Do not highlight the
8994 target in singleton method definitions.
8995
8996 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * faces.el (tty-setup-hook): Declare the hook.
8999
9000 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9001 and detect when a guard/pred depends on local vars (bug#14773).
9002 (pcase--u1): Adjust caller.
9003
9004 2013-07-08 Eli Zaretskii <eliz@gnu.org>
9005
9006 * simple.el (line-move-partial, line-move): Account for
9007 line-spacing.
9008 (line-move-partial): Avoid setting vscroll when the last
9009 partially-visible line in window is of default height.
9010
9011 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9012
9013 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9014 been used a while.
9015
9016 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
9017
9018 * subr.el (read-quoted-char): Remove unused local variable `char'.
9019
9020 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
9021
9022 * ediff.el (ediff-version): Version update.
9023 (ediff-files-command, ediff3-files-command, ediff-merge-command)
9024 (ediff-merge-with-ancestor-command, ediff-directories-command)
9025 (ediff-directories3-command, ediff-merge-directories-command)
9026 (ediff-merge-directories-with-ancestor-command): New functions.
9027 All are command-line interfaces to ediff: to facilitate calling
9028 Emacs with the appropriate ediff functions invoked.
9029
9030 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9031 (viper-save-kill-buffer): Check if buffer is modified.
9032
9033 * viper.el (viper-version): Version update.
9034 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9035
9036 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9039 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9040 (viper-intercept-ESC-key): Simplify.
9041 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9042 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9043 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9044 (viper-setup-ESC-to-escape): New functions.
9045 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9046 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
9047
9048 2013-07-07 Eli Zaretskii <eliz@gnu.org>
9049
9050 * simple.el (default-font-height, window-screen-lines):
9051 New functions.
9052 (line-move, line-move-partial): Use them instead of
9053 frame-char-height and window-text-height. This makes scrolling
9054 text smoother when the buffer's default face uses a font that is
9055 different from the frame's default font.
9056
9057 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
9058
9059 * files.el (write-file): Do not display confirm dialog for NS,
9060 it does its own dialog, which can't be canceled (Bug#14578).
9061
9062 2013-07-06 Eli Zaretskii <eliz@gnu.org>
9063
9064 * simple.el (line-move-partial): Adjust the row returned by
9065 posn-at-point for the current window-vscroll. (Bug#14567)
9066
9067 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
9068
9069 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9070 (tramp-sh-file-inotifywait-process-filter): Handle file names with
9071 spaces.
9072
9073 2013-07-06 Martin Rudalics <rudalics@gmx.at>
9074
9075 * window.el (window-state-put-stale-windows): New variable.
9076 (window--state-put-2): Save list of windows without matching buffer.
9077 (window-state-put): Remove "bufferless" windows if possible.
9078
9079 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9080
9081 * simple.el (alternatives-define): Remove leftover :group keyword.
9082 Tweak docstring.
9083
9084 2013-07-06 Leo Liu <sdl.web@gmail.com>
9085
9086 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9087 (ido-enable-virtual-buffers): New variable.
9088 (ido-buffer-internal, ido-toggle-virtual-buffers)
9089 (ido-make-buffer-list): Use it.
9090 (ido-exhibit): Support turning on and off virtual buffers
9091 automatically.
9092
9093 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9094
9095 * simple.el (alternatives-define): New macro.
9096
9097 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * subr.el (read-quoted-char): Use read-key.
9100 (sit-for): Let read-event decode tty input (bug#14782).
9101
9102 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
9103
9104 * calendar/todo-mode.el: Add handling of file deletion, both by
9105 mode command and externally. Fix various related bugs.
9106 Clarify Commentary and improve some documentation strings and code.
9107 (todo-delete-file): New command.
9108 (todo-check-file): New function.
9109 (todo-show): Handle external deletion of the file we're trying to
9110 show (bug#14688). Replace called-interactively-p by an optional
9111 prefix argument to avoid problematic interaction with catch form
9112 when byte compiled (bug#14702).
9113 (todo-quit): Handle external deletion of the archive's todo file.
9114 Make sure the buffer that was visiting the archive file is still
9115 live before trying to bury it.
9116 (todo-category-completions): Handle external deletion of any
9117 category completion files.
9118 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9119 of todo files, in case of external deletion.
9120 (todo-add-file): Replace unnecessary setq by let-binding.
9121 (todo-find-archive): Check whether there are any archives.
9122 Replace unnecessary setq by let-binding.
9123 (todo-archive-done-item): Use find-file-noselect to get the
9124 archive buffer whether or not the archive already exists.
9125 Remove superfluous code. Use file size instead of buffer-file-name to
9126 check if the archive is new; if it is, update list of archives.
9127 (todo-default-todo-file): Allow nil to be a valid value for when
9128 there are no todo files.
9129 (todo-reevaluate-default-file-defcustom): Use corrected definition
9130 of todo-default-todo-file.
9131 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9132 (todo-delete-category, todo-show-categories-table)
9133 (todo-category-number): Clarify comment.
9134 (todo-filter-items): Clarify documentation string.
9135 (todo-show-current-file, todo-display-as-todo-file)
9136 (todo-reset-and-enable-done-separator): Tweak documentation string.
9137 (todo-done-separator): Make separator length window-width, since
9138 bug#2749 is now fixed.
9139
9140 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
9141
9142 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9143 Support both "gvfs-monitor-dir" and "inotifywait".
9144 (tramp-sh-file-inotifywait-process-filter): Rename from
9145 `tramp-sh-file-notify-process-filter'.
9146 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9147 (tramp-get-remote-gvfs-monitor-dir): New defuns.
9148
9149 2013-07-05 Leo Liu <sdl.web@gmail.com>
9150
9151 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9152
9153 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9154
9155 * frame.el (display-pixel-height, display-pixel-width)
9156 (display-mm-height, display-mm-width): Mention behavior on
9157 multi-monitor setups in docstrings.
9158 (w32-display-monitor-attributes-list): Declare function.
9159 (display-monitor-attributes-list): Use it.
9160
9161 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
9162
9163 * filenotify.el: New package.
9164
9165 * autorevert.el (top): Require filenotify.el.
9166 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
9167 instead.
9168 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9169 (auto-revert-notify-handler): Use `file-notify-*' functions.
9170
9171 * subr.el (file-notify-handle-event): Move function to filenotify.el.
9172
9173 * net/tramp.el (tramp-file-name-for-operation):
9174 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9175
9176 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9177 for `file-notify-add-watch' and `file-notify-rm-watch'.
9178 (tramp-process-sentinel): Improve trace.
9179 (tramp-sh-handle-file-notify-add-watch)
9180 (tramp-sh-file-notify-process-filter)
9181 (tramp-sh-handle-file-notify-rm-watch)
9182 (tramp-get-remote-inotifywait): New defuns.
9183
9184 2013-07-03 Juri Linkov <juri@jurta.org>
9185
9186 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9187 call of `occur-read-primary-args' to interactive spec.
9188
9189 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9190 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
9191
9192 2013-07-03 Matthias Meulien <orontee@gmail.com>
9193
9194 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9195 `Buffer-menu-multi-occur'. Add it to the menu.
9196 (Buffer-menu-mode): Document it in docstring.
9197 (Buffer-menu-multi-occur): New command. (Bug#14673)
9198
9199 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9200
9201 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9202 keywords and built-ins.
9203
9204 2013-07-03 Glenn Morris <rgm@gnu.org>
9205
9206 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
9207
9208 Make info-xref checks case-sensitive by default
9209 * info.el (Info-find-node, Info-find-in-tag-table)
9210 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9211 Add option for exact case matching of nodes.
9212 * info-xref.el (info-xref): New custom group.
9213 (info-xref-case-fold): New option.
9214 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9215
9216 2013-07-03 Leo Liu <sdl.web@gmail.com>
9217
9218 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9219
9220 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9221
9222 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9223 middle of block statement initially, lower the depth. Remove
9224 FIXME comment, not longer valid. Remove middle of block statement
9225 detection, no need to do that anymore since we've been using
9226 `ruby-parse-region' here.
9227
9228 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
9229
9230 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9231
9232 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9233
9234 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9235
9236 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
9237
9238 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9239 (desktop-restore-in-current-display): New customization option.
9240 (desktop--excluded-frame-parameters): Add `font'.
9241 (desktop--save-frames): Rename from desktop--save-windows.
9242 (desktop--restore-in-this-display-p): New function.
9243 (desktop--make-full-frame): Remove unwanted width/height from
9244 full(width|height) frames.
9245 (desktop--restore-frames): Rename from desktop--restore-windows.
9246 Obey desktop-restore-current-display. Do not delete old frames or
9247 select a new frame unless we were able to restore at least one frame.
9248
9249 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
9250
9251 * files.el (find-file-noselect): Simplify conditional expression.
9252
9253 * textmodes/remember.el (remember-append-to-file):
9254 Don't mix `find-buffer-visiting' and `get-file-buffer'.
9255
9256 Add `remember-notes' function to store random notes across Emacs
9257 restarts.
9258 * textmodes/remember.el (remember-data-file): Add :set callback to
9259 affect notes buffer (if any).
9260 (remember-notes): New command.
9261 (remember-notes-buffer-name, bury-remember-notes-on-kill):
9262 New defcustoms for the `remember-notes' function.
9263 (remember-notes-save-and-bury-buffer): New command.
9264 (remember-notes-mode-map): New variable.
9265 (remember-mode): New minor mode.
9266 (remember-notes--kill-buffer-query): New function.
9267 * startup.el (initial-buffer-choice): Add notes to custom type.
9268
9269 2013-06-30 Eli Zaretskii <eliz@gnu.org>
9270
9271 * bindings.el (right-char, left-char): Don't call sit-for, this is
9272 no longer needed. Use arithmetic comparison only for numerical
9273 arguments.
9274
9275 * international/mule-cmds.el (select-safe-coding-system):
9276 Handle the case of FROM being a string correctly. (Bug#14755)
9277
9278 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9279
9280 * net/shr.el (shr-make-table-1): Add a sanity check that allows
9281 progression on degenerate tables.
9282 (shr-rescale-image): ImageMagick animated images currently don't work.
9283
9284 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
9285
9286 Some fixes and improvements for desktop frame restoration.
9287 It is still experimental and disabled by default.
9288 * desktop.el (desktop--save-windows): Put the selected frame at
9289 the head of the list.
9290 (desktop--make-full-frame): New function.
9291 (desktop--restore-windows): Try to re-select the frame that was
9292 selected upon saving. Do not abort if some frames fail to restore,
9293 just show an error message and continue. Set up maximized frames
9294 so they have default non-maximized dimensions.
9295
9296 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
9297
9298 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9299 Don't start heredoc inside a string or comment.
9300
9301 2013-06-29 Eli Zaretskii <eliz@gnu.org>
9302
9303 * bindings.el (visual-order-cursor-movement): New defcustom.
9304 (right-char, left-char): Provide visual-order cursor motion by
9305 calling move-point-visually. Update the doc strings.
9306
9307 2013-06-28 Kenichi Handa <handa@gnu.org>
9308
9309 * international/mule.el (define-coding-system): New coding system
9310 properties :inhibit-null-byte-detection,
9311 :inhibit-iso-escape-detection, and :prefer-utf-8.
9312 (set-buffer-file-coding-system): If :charset-list property of
9313 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9314 appropriate for setting.
9315
9316 * international/mule-cmds.el (select-safe-coding-system):
9317 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9318 multibyte characters, return utf-8 (or one of its siblings).
9319
9320 * international/mule-conf.el (prefer-utf-8): New coding system.
9321 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9322 files.
9323
9324 2013-06-28 Ivan Kanis <ivan@kanis.fr>
9325
9326 * net/shr.el (shr-render-region): New function.
9327
9328 * net/eww.el: Autoload `eww-browse-url'.
9329
9330 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
9331
9332 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9333 Adapt to `package-desc-version' being a list.
9334 Use `package--ac-desc-version' to retrieve version from a package
9335 archive element.
9336
9337 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
9338
9339 New experimental feature to save&restore window and frame setup.
9340 * desktop.el (desktop-save-windows): New defcustom.
9341 (desktop--saved-states): New var.
9342 (desktop--excluded-frame-parameters): New defconst.
9343 (desktop--filter-frame-parms, desktop--find-frame-in-display)
9344 (desktop--restore-windows, desktop--save-windows): New functions.
9345 (desktop-save): Call `desktop--save-windows'.
9346 (desktop-read): Call `desktop--restore-windows'.
9347
9348 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9349
9350 * net/shr.el (add-face-text-property): Remove compat definition.
9351
9352 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9353
9354 * info.el (Info-try-follow-nearest-node): Move search for footnote
9355 above search for node name to prevent missing a footnote (bug#14717).
9356
9357 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
9358
9359 * obsolete/otodo-mode.el: Add obsolescence info to file header.
9360
9361 2013-06-27 Leo Liu <sdl.web@gmail.com>
9362
9363 * net/eww.el (eww-read-bookmarks): Check file size.
9364
9365 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9368 advice--pending if newdef is nil or an autoload (bug#13820).
9369 (advice-mapc): New function.
9370
9371 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9372
9373 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9374 probably.
9375 (eww-mode-map): Add a menu bar.
9376 (eww-add-bookmark): New command.
9377 (eww-bookmark-mode): New mode and commands.
9378 (eww-add-bookmark): Remove newlines from the title.
9379 (eww-bookmark-browse): Don't bug out if it's the only window.
9380
9381 2013-06-26 Glenn Morris <rgm@gnu.org>
9382
9383 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9384 (hfy-size): Handle ttys. (Bug#14668)
9385
9386 * info-xref.el: Update for Texinfo 5 change in *note format.
9387 (info-xref-node-re, info-xref-note-re): New constants.
9388 (info-xref-check-buffer): Use info-xref-note-re.
9389
9390 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9393
9394 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9395 nil terminate the loop (bug#14718).
9396
9397 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9398
9399 * net/eww.el: Rework history traversal. When going forward/back,
9400 put these actions into the history, too, so that they can be
9401 replayed.
9402 (eww-render): Move the history reset to the correct buffer.
9403
9404 2013-06-25 Juri Linkov <juri@jurta.org>
9405
9406 * files-x.el (modify-dir-local-variable): Change the header comment
9407 in the file with directory local variables. (Bug#14692)
9408
9409 * files-x.el (read-file-local-variable-value): Add `default'.
9410 (Bug#14710)
9411
9412 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9413
9414 * net/eww.el (eww-make-unique-file-name): Create a unique file
9415 name before saving to entering `y' accidentally asynchronously.
9416
9417 2013-06-25 Ivan Kanis <ivan@kanis.fr>
9418
9419 * net/eww.el (eww-download): New command and keystroke.
9420
9421 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9422
9423 * net/eww.el (eww-copy-page-url): Change name of command.
9424
9425 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9426 be more consistent with Info and dired.
9427
9428 * net/eww.el (eww-mode-map): Ditto.
9429
9430 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
9433 packages from archives.
9434 (package-archive-contents): Change format; include obsolete packages.
9435 (package-desc): Use `dir' to mark builtin packages.
9436 (package--from-builtin): Set the `dir' field to `builtin'.
9437 (generated-autoload-file, version-control): Declare.
9438 (package-compute-transaction): Change first arg and return value to be
9439 lists of package-descs. Adjust to new package-archive-contents format.
9440 (package--add-to-archive-contents): Adjust to new
9441 package-archive-contents format.
9442 (package-download-transaction): Arg is now a list of package-descs.
9443 (package-install): If `pkg' is a package name, pass it as
9444 a requirement, so it is subject to the usual (e.g. disabled) checks.
9445 (describe-package): Accept package-desc as well.
9446 (describe-package-1): Describe a specific package-desc. Add links to
9447 other package-descs for the same package name.
9448 (package-menu-describe-package): Pass the actual package-desc.
9449 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9450 works correctly.
9451 (package-desc-status): New function.
9452 (package-menu--refresh): New function, extracted
9453 from package-menu--generate.
9454 (package-menu--generate): Use it.
9455 (package-delete): Update package-alist.
9456 (package-menu-execute): Don't call package-initialize.
9457
9458 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9459 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9460 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9461 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9462 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9463 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9464
9465 2013-06-25 Martin Rudalics <rudalics@gmx.at>
9466
9467 * window.el (window--state-get-1): Workaround for bug#14527.
9468 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
9469
9470 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9471
9472 * net/eww.el (eww-back-url): Implement the history by stashing all
9473 the data into a list.
9474 (eww-forward-url): Allow going forward in the history, too.
9475
9476 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
9479 for values and use read--expression for expressions (bug#14710).
9480 (read-file-local-variable): Avoid setq.
9481 (read-file-local-variable-mode): Use minor-mode-list.
9482
9483 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9484
9485 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
9486 for DOI URLs.
9487
9488 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9489
9490 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
9491 Update imenu-support when dialect changes.
9492
9493 2013-06-25 Leo Liu <sdl.web@gmail.com>
9494
9495 * ido.el (ido-read-internal): Allow forward slash on windows.
9496
9497 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9498
9499 * net/eww.el (eww): Start of strings is \\`, not ^.
9500
9501 2013-06-24 Ivan Kanis <ivan@kanis.fr>
9502
9503 * net/shr.el (shr-browse-url): Fix interactive spec.
9504
9505 * net/eww.el (eww): Add a trailing slash to domain names.
9506
9507 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
9508
9509 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
9510
9511 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9512
9513 * net/shr.el (shr-browse-url): Use an external browser if given a
9514 prefix.
9515
9516 * net/eww.el (eww-external-browser): Move to shr.
9517
9518 2013-06-24 Ivan Kanis <ivan@kanis.fr>
9519
9520 * net/eww.el (eww): Work more correctly for file: URLs.
9521 (eww-detect-charset): Allow quoted charsets.
9522 (eww-yank-page-url): New command and keystroke.
9523
9524 2013-06-24 Daiki Ueno <ueno@gnu.org>
9525
9526 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
9527 file name of gpg executable.
9528 (epg-context-program): New function.
9529 (epg-context-home-directory): New function.
9530 (epg-context-set-program): New function.
9531 (epg-context-set-home-directory): New function.
9532 (epg--start): Use `epg-context-program' instead of
9533 'epg-gpg-program'.
9534 (epg--list-keys-1): Likewise.
9535
9536 2013-06-24 Leo Liu <sdl.web@gmail.com>
9537
9538 * ido.el (ido-read-internal): Fix bug#14620.
9539
9540 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9541
9542 * faces.el (face-documentation): Simplify.
9543 (read-face-attribute, tty-find-type, x-resolve-font-name):
9544 Use `string-match-p'.
9545 (list-faces-display): Use `string-match-p'. Simplify.
9546 (face-spec-recalc): Check face to avoid face alias loops.
9547 (read-color): Use `string-match-p' and non-capturing parenthesis.
9548
9549 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9550
9551 * net/shr.el (shr-rescale-image): Use the new
9552 :max-width/:max-height functionality.
9553
9554 2013-06-23 Ivan Kanis <ivan@kanis.fr>
9555
9556 * net/eww.el (eww-search-prefix): New variable.
9557 (eww): Use it.
9558 (eww-external-browser): New variable.
9559 (eww-mode-map): New keystroke.
9560 (eww-browse-with-external-browser): New command.
9561
9562 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9563
9564 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
9565
9566 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9567 Don't skip aligning the next header field when padding is 0;
9568 otherwise, field width is not respected unless the title is as
9569 wide as the field.
9570
9571 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * emacs-lisp/package.el (package-el-version): Remove.
9574 (package-process-define-package): Fix inf-loop.
9575 (package-install): Allow symbols as arguments again.
9576
9577 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9578
9579 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9580 add some more keyword-like methods.
9581 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9582
9583 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
9584
9585 * bs.el (bs-buffer-show-mark): Make defvar-local.
9586 (bs-mode): Use setq-local.
9587
9588 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9589 (emacs-lock--try-unlocking): Make defvar-local.
9590
9591 2013-06-22 Glenn Morris <rgm@gnu.org>
9592
9593 * play/cookie1.el (cookie-apropos): Minor simplification.
9594
9595 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9596
9597 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
9598
9599 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
9600 `regexp-opt', it breaks the build during dumping.
9601
9602 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
9603
9604 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9605 Highlight keyword-like methods on Kernel and Module with
9606 font-lock-builtin-face.
9607 (auto-mode-alist): Consolidate different entries into one regexp
9608 and add more *file-s.
9609
9610 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
9611
9612 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
9613
9614 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
9615 (diary-entry): Use it in the action of this button type instead of
9616 diary-goto-entry.
9617
9618 * calendar/todo-mode.el: New version.
9619 (todo-add-category): Append new category to end of file and give
9620 it the highest number, instead of putting it at the beginning and
9621 giving it 0. Incorporate noninteractive functionality.
9622 (todo-forward-category): Adapt to 1-based category numbering.
9623 Allow skipping over archived categories.
9624 (todo-backward-category): Derive from todo-forward-category.
9625 (todo-backward-item, todo-forward-item): Make noninteractive and
9626 delegate interactive part to new commands. Make sensitive to done items.
9627 (todo-categories): Make value an alist of category names and
9628 vectors of item counts.
9629 (todo-category-beg): Make a defconst.
9630 (todo-category-number): Use 1 instead of 0 as initial value.
9631 (todo-category-select): Make sensitive to overlays, optional item
9632 highlighting and done items.
9633 (todo-delete-item): Make sensitive to overlays and marked and done items.
9634 (todo-edit-item): Make sensitive to overlays and editing of
9635 date/time header optional. Add format checks.
9636 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
9637 no-op if point is not on an item. Advertise using todo-edit-quit.
9638 (todo-edit-mode): Make sensitive to new format, font-locking, and
9639 multiple todo files.
9640 (todo-insert-item, todo-insert-item-here): Derive from
9641 todo-basic-insert-item and extend functionality.
9642 (todo-item-end, todo-item-start): Make sensitive to done items.
9643 (todo-item-string): Don't return text properties. Restore point.
9644 (todo-jump-to-category): Make sensitive to multiple todo files and
9645 todo archives. Use extended category completion.
9646 (todo-lower-item, todo-raise-item): Rename to *-priority and
9647 derive from todo-set-item-priority.
9648 (todo-mode): Derive from special-mode. Make sensitive to new
9649 format, font-locking and multiple todo files. Make read-only.
9650 (todo-mode-map): Don't suppress digit keys, so they can supply
9651 prefix arguments. Add many new key bindings.
9652 (todo-prefix): Insert as an overlay instead of file text.
9653 Change semantics from diary date expression to purely visual mark.
9654 (todo-print): Rename to todo-print-buffer. Make buffer display
9655 features printable. Remove option to restrict number of items
9656 printed. Add option to print to file.
9657 (todo-print-function): Rename to todo-print-buffer-function.
9658 (todo-quit): Extend to handle exiting new todo modes.
9659 (todo-remove-item): Make sensitive to overlays.
9660 (todo-save): Extend to buffers of filtered items.
9661 (todo-show): Make sensitive to done items, multiple todo files and
9662 new todo modes. Offer to convert legacy todo file before creating
9663 first new todo file.
9664 (todo-show-priorities): Rename to todo-top-priorities.
9665 Change semantics of value 0.
9666 (todo-top-priorities): Rename to todo-filter-top-priorities,
9667 derive from todo-filter-items and extend functionality.
9668 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
9669 and extend functionality to other types of filtered items.
9670 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
9671 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
9672 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
9673 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
9674 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
9675 (todo-edit-mode-hook, todo-entry-prefix-function)
9676 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
9677 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
9678 (todo-initials, todo-insert-threshold, todo-item-string-start)
9679 (todo-line-string, todo-menu, todo-mode-hook)
9680 (todo-more-important-p, todo-previous-answer, todo-previous-line)
9681 (todo-print-priorities, todo-remove-separator)
9682 (todo-save-top-priorities-too, todo-string-count-lines)
9683 (todo-string-multiline-p, todo-time-string-format)
9684 (todo-tmp-buffer-name): Remove.
9685 (todo-add-file, todo-archive-done-item, todo-choose-archive)
9686 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
9687 (todo-edit-category-diary-inclusion)
9688 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
9689 (todo-edit-file, todo-edit-item-date-day)
9690 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
9691 (todo-edit-item-date-month, todo-edit-item-date-to-today)
9692 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
9693 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
9694 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
9695 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
9696 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
9697 (todo-filter-top-priorities-multifile, todo-find-archive)
9698 (todo-find-filtered-items-file, todo-go-to-source-item)
9699 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
9700 (todo-jump-to-archive-category, todo-lower-category)
9701 (todo-mark-category, todo-marked-item-p, todo-merge-category)
9702 (todo-move-category, todo-move-item, todo-next-button)
9703 (todo-next-item, todo-padded-string, todo-powerset)
9704 (todo-previous-button, todo-previous-item)
9705 (todo-print-buffer-to-file, todo-raise-category)
9706 (todo-rename-category, todo-repair-categories-sexp, todo-search)
9707 (todo-set-category-number, todo-set-item-priority)
9708 (todo-set-top-priorities-in-category)
9709 (todo-set-top-priorities-in-file, todo-show-categories-table)
9710 (todo-sort-categories-alphabetically-or-numerically)
9711 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
9712 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
9713 (todo-toggle-item-header, todo-toggle-item-highlighting)
9714 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9715 (todo-toggle-view-done-items, todo-toggle-view-done-only)
9716 (todo-unarchive-items, todo-unmark-category): New commands.
9717 (todo-absolute-file-name, todo-add-to-buffer-list)
9718 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9719 (todo-basic-insert-item, todo-category-completions)
9720 (todo-category-number, todo-category-string-matcher-1)
9721 (todo-category-string-matcher-2, todo-check-filtered-items-file)
9722 (todo-check-format, todo-clear-matches)
9723 (todo-comment-string-matcher, todo-convert-legacy-date-time)
9724 (todo-current-category, todo-date-string-matcher)
9725 (todo-define-insertion-command, todo-diary-expired-matcher)
9726 (todo-diary-goto-entry, todo-diary-item-p)
9727 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9728 (todo-display-categories, todo-display-sorted, todo-done-item-p)
9729 (todo-done-item-section-p, todo-done-separator)
9730 (todo-done-string-matcher, todo-files, todo-filter-items)
9731 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9732 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9733 (todo-insert-category-line, todo-insert-item-from-calendar)
9734 (todo-insert-sort-button, todo-insert-with-overlays)
9735 (todo-insertion-command-name, todo-insertion-key-bindings)
9736 (todo-label-to-key, todo-longest-category-name-length)
9737 (todo-make-categories-list, todo-mode-external-set)
9738 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9739 (todo-modes-set-3, todo-multiple-filter-files)
9740 (todo-nondiary-marker-matcher, todo-prefix-overlays)
9741 (todo-read-category, todo-read-date, todo-read-dayname)
9742 (todo-read-file-name, todo-read-time)
9743 (todo-reevaluate-category-completions-files-defcustom)
9744 (todo-reevaluate-default-file-defcustom)
9745 (todo-reevaluate-filelist-defcustoms)
9746 (todo-reevaluate-filter-files-defcustom)
9747 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9748 (todo-reset-done-separator, todo-reset-done-separator-string)
9749 (todo-reset-done-string, todo-reset-global-current-todo-file)
9750 (todo-reset-highlight-item, todo-reset-nondiary-marker)
9751 (todo-reset-prefix, todo-set-categories)
9752 (todo-set-date-from-calendar, todo-set-show-current-file)
9753 (todo-set-top-priorities, todo-short-file-name)
9754 (todo-show-current-file, todo-sort, todo-time-string-matcher)
9755 (todo-total-item-counts, todo-update-buffer-list)
9756 (todo-update-categories-display, todo-update-categories-sexp)
9757 (todo-update-count, todo-validate-name, todo-y-or-n-p):
9758 New functions.
9759 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9760 New major modes.
9761 (todo-categories, todo-display, todo-edit, todo-faces)
9762 (todo-filtered): New defgroups.
9763 (todo-archived-only, todo-button, todo-category-string, todo-date)
9764 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9765 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9766 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9767 (todo-add-item-if-new-category, todo-always-add-time-string)
9768 (todo-categories-align, todo-categories-archived-label)
9769 (todo-categories-category-label, todo-categories-diary-label)
9770 (todo-categories-done-label, todo-categories-number-separator)
9771 (todo-categories-todo-label, todo-categories-totals-label)
9772 (todo-category-completions-files, todo-completion-ignore-case)
9773 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9774 (todo-done-separator-string, todo-done-string)
9775 (todo-files-function, todo-filter-done-items, todo-filter-files)
9776 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9777 (todo-initial-category, todo-initial-file, todo-item-mark)
9778 (todo-legacy-date-time-regexp, todo-mode-line-function)
9779 (todo-nondiary-marker, todo-number-prefix)
9780 (todo-print-buffer-function, todo-show-current-file)
9781 (todo-show-done-only, todo-show-first, todo-show-with-done)
9782 (todo-skip-archived-categories, todo-top-priorities-overrides)
9783 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9784 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9785 New defcustoms.
9786 (todo-category-done, todo-date-pattern, todo-date-string-start)
9787 (todo-diary-items-buffer, todo-done-string-start)
9788 (todo-filtered-items-buffer, todo-item-start)
9789 (todo-month-abbrev-array, todo-month-name-array)
9790 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9791 (todo-top-priorities-buffer): New defconsts.
9792 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9793 (todo-categories-with-marks, todo-category-string-face)
9794 (todo-comment-face, todo-comment-string, todo-current-todo-file)
9795 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9796 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9797 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9798 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9799 (todo-font-lock-keywords, todo-global-current-todo-file)
9800 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9801 (todo-insertion-commands-args)
9802 (todo-insertion-commands-args-genlist)
9803 (todo-insertion-commands-names, todo-insertion-map)
9804 (todo-key-bindings-t, todo-key-bindings-t+a)
9805 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9806 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9807 (todo-nondiary-face, todo-print-buffer, todo-time-face)
9808 (todo-visited): New variables.
9809
9810 2013-06-21 Glenn Morris <rgm@gnu.org>
9811
9812 * play/cookie1.el (cookie-apropos): Add optional display argument.
9813 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9814 (psychoanalyze-pinhead): Use cookie-doctor.
9815
9816 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9817
9818 * emacs-lisp/package.el (tar-get-file-descriptor)
9819 (tar--extract): Declare.
9820
9821 2013-06-21 Eduard Wiebe <usenet@pusto.de>
9822
9823 Extend flymake's warning predicate to be a function (bug#14217).
9824 * progmodes/flymake.el (flymake-warning-predicate): New.
9825 (flymake-parse-line): Use it.
9826 (flymake-warning-re): Make obsolete alias to
9827 `flymake-warning-predicate'.
9828
9829 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9830
9831 * emacs-lisp/package.el (package-alist): Include obsolete packages.
9832 (package-obsolete-list): Remove.
9833 (package-activate): Remove min-version argument. Add `force' argument.
9834 Adjust to new package-alist format.
9835 (package-mark-obsolete): Remove.
9836 (package-unpack): Force reload of the package's autoloads.
9837 (package-installed-p): Check builtins if the installed package is not
9838 recent enough.
9839 (package-initialize): Don't reset package-obsolete-list.
9840 Don't specify which package version to activate.
9841 (package-process-define-package, describe-package-1)
9842 (package-menu--generate): Adjust to new package-alist format.
9843
9844 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9845
9846 * allout-widgets.el (allout-widgets-mode-off)
9847 (allout-widgets-mode-on, allout-widgets-pre-command-business)
9848 (allout-widgets-post-command-business)
9849 (allout-widgets-after-copy-or-kill-function)
9850 (allout-widgets-after-undo-function, allout-test-range-overlaps)
9851 (allout-decorate-item-and-context)
9852 (allout-graphics-modification-handler): Fix typos in docstrings.
9853 (allout-get-or-create-parent-widget): Use `looking-at-p'.
9854
9855 * cmuscheme.el (scheme-start-file): Doc fix.
9856 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9857 (scheme-input-filter): Use `string-match-p'.
9858
9859 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9860
9861 * dired-x.el: Use Dired consistently in docstrings.
9862
9863 * dired.el: Use Dired consistently in docstrings.
9864 (dired-readin, dired-mode): Use `setq-local'.
9865 (dired-switches-alist): Make defvar-local.
9866 (dired-buffers-for-dir): Use `zerop'.
9867 (dired-safe-switches-p, dired-switches-escape-p)
9868 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9869 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9870 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
9871 (dired-goto-next-nontrivial-file): Use `string-match-p'.
9872 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
9873 (dired-toggle-marks, dired-mark-files-containing-regexp)
9874 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
9875 (dired-flag-auto-save-files, dired-flag-backup-files):
9876 Use `looking-at-p'.
9877 (dired-mark-files-regexp, dired-build-subdir-alist):
9878 Use `string-match-p', `looking-at-p'.
9879
9880 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
9881 (direct-print-region-helper): Use `string-match-p'.
9882
9883 2013-06-21 Leo Liu <sdl.web@gmail.com>
9884
9885 * comint.el (comint-redirect-results-list-from-process):
9886 Fix infinite loop.
9887
9888 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9889
9890 * net/eww.el (eww-update-header-line-format): Quote % characters.
9891
9892 2013-06-21 Glenn Morris <rgm@gnu.org>
9893
9894 * play/cookie1.el (cookie): New custom group.
9895 (cookie-file): New option.
9896 (cookie-check-file): New function.
9897 (cookie): Make it interactive. Make start and end messages optional.
9898 Interactively, display the result. Default to cookie-file.
9899 (cookie-insert): Default to cookie-file.
9900 (cookie-snarf): Make start and end messages optional.
9901 Default to cookie-file. Use with-temp-buffer.
9902 (cookie-read): Rename from read-cookie.
9903 Make start and end messages optional. Default to cookie-file.
9904 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
9905 Do not autoload it.
9906 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
9907 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
9908
9909 2013-06-21 Leo Liu <sdl.web@gmail.com>
9910
9911 * progmodes/octave.el (octave-mode): Backward compatibility fix.
9912
9913 2013-06-21 Glenn Morris <rgm@gnu.org>
9914
9915 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
9916
9917 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9918 Daniel Hackney <dan@haxney.org>
9919
9920 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
9921 Consolidate the single-file vs tarball code.
9922 (package-desc-suffix): New function.
9923 (package-desc-full-name): Don't bother inlining it.
9924 (package-load-descriptor): Return the new package-desc.
9925 (package-mark-obsolete): Remove unused arg `package'.
9926 (package-unpack): Make it work for single files as well.
9927 Make it update package-alist.
9928 (package--make-autoloads-and-stuff): Rename from
9929 package--make-autoloads-and-compile. Don't compile any more.
9930 (package--compile): New function.
9931 (package-generate-description-file): New function, extracted from
9932 package-unpack-single.
9933 (package-unpack-single): Remove.
9934 (package--with-work-buffer): Add indentation and debugging info.
9935 (package-download-single): Remove.
9936 (package-install-from-archive): Rename from package-download-tar, make
9937 it take a pkg-desc, and make it work for single files as well.
9938 (package-download-transaction): Simplify.
9939 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
9940 external tar program.
9941 (package-install-from-buffer): Remove `pkg-desc' argument.
9942 Use package-tar-file-info for tar-mode buffers.
9943 (package-install-file): Simplify accordingly.
9944 (package-archive-base): Change to take a pkg-desc.
9945 * tar-mode.el (tar--check-descriptor): New function, extracted from
9946 tar-get-descriptor.
9947 (tar-get-descriptor): Use it.
9948 (tar-get-file-descriptor): New function.
9949 (tar--extract): New function, extracted from tar-extract.
9950 (tar--extract): Use it.
9951 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
9952 case the summary uses non-ascii. Adjust to new calling convention of
9953 package-tar-file-info.
9954
9955 2013-06-21 Leo Liu <sdl.web@gmail.com>
9956
9957 * comint.el (comint-redirect-results-list-from-process):
9958 Fix random delay. (Bug#14681)
9959
9960 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
9961
9962 * profiler.el (profiler-format-number): Use log, not log10.
9963
9964 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9965
9966 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
9967
9968 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9969
9970 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
9971 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
9972 yet available.
9973 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
9974 (AUTOGENEL): ... here.
9975 * emacs-lisp/cl-macs.el (cl--sublis): New function.
9976 (cl--defsubst-expand): Use it.
9977
9978 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
9979
9980 * subr.el (log10): Move here from C code, and declare as obsolete.
9981 All uses of (log10 X) replaced with (log X 10).
9982
9983 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
9986 Declare with `defvar-local'.
9987 (tabulated-list-use-header-line, tabulated-list-entries)
9988 (tabulated-list-padding, tabulated-list-printer)
9989 (tabulated-list-sort-key): Declare with `defvar-local'.
9990 (tabulated-list-init-header, tabulated-list-print-fake-header):
9991 Use `setq-local'.
9992
9993 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
9994
9995 * arc-mode.el (archive-mode): Add `archive-write-file' to
9996 `write-contents-functions' also for remote files. (Bug#14652)
9997
9998 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
9999
10000 * cus-edit.el (custom-commands): Fix typos.
10001 (custom-display): Fix tooltip text.
10002 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10003 Fix typos in docstrings.
10004 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10005 (custom-unlispify-menu-entry, custom-magic-value-create)
10006 (custom-add-see-also, custom-group-value-create): Use ?\s.
10007 (custom-guess-type, customize-apropos, editable-field)
10008 (custom-face-value-create): Use `string-match-p'.
10009 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10010
10011 * custom.el (custom-load-symbol): Use `string-match-p'.
10012
10013 * ansi-color.el: Convert to lexical binding.
10014 (ansi-colors): Fix URL.
10015 (ansi-color-context, ansi-color-context-region): Use defvar-local.
10016 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10017 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10018
10019 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10020
10021 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10022
10023 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10024
10025 2013-06-19 Tom Tromey <tromey@redhat.com>
10026
10027 * net/eww.el (eww-top-url): Remove.
10028 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10029 (eww-render): Set new variables. Don't set eww-top-url.
10030 (eww-handle-link): Handle "prev", "home", and "contents".
10031 Downcase the rel text.
10032 (eww-top-url): Choose best top URL.
10033
10034 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10035
10036 * net/eww.el: Rewrite to implement form elements "by hand" instead of
10037 relying in widget.el. Using widget.el leads to too many
10038 user interface inconsistencies.
10039 (eww-self-insert): Implement entering commands in text fields.
10040 (eww-process-text-input): New function to make text input field editing
10041 work.
10042 (eww-submit): Rewrite to use the new-style form methods.
10043 (eww-select-display): Display the correct selected item.
10044 (eww-change-select): Implement changing the select value.
10045 (eww-toggle-checkbox): Implement radio/checkboxes.
10046 (eww-update-field): Fix compilation error.
10047 (eww-tag-textarea): Implement <textarea>.
10048
10049 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10050 we don't shadow mode-specific bindings.
10051
10052 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10053 nothing to push.
10054
10055 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10056
10057 2013-06-19 Glenn Morris <rgm@gnu.org>
10058
10059 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10060
10061 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10062
10063 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10064 not needed.
10065
10066 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10067
10068 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10069
10070 * net/browse-url.el (browse-url-browser-function):
10071 `eww-browse-url' has the right calling signature, `eww' does not.
10072
10073 2013-06-19 Glenn Morris <rgm@gnu.org>
10074
10075 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10076 Only eval autoloaded macros.
10077 (byte-compile-autoload): Only give the macro warning for macros.
10078
10079 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10080 (ps-underlined-faces): Declare.
10081
10082 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10083 (speedbar-add-supported-extension): Declare.
10084
10085 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10086 Don't include a date stamp in the header of the generated file;
10087 it leads to needless differences between output files.
10088
10089 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10090
10091 * net/secrets.el (secrets-struct-secret-content-type):
10092 Replace check of introspection data by a test call of "CreateItem".
10093 Some servers do not offer introspection.
10094
10095 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * electric.el (electric-pair-mode): Improve interaction with
10098 electric-layout-mode.
10099 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10100 (electric-pair-syntax): Use text-mode-syntax-table in comments
10101 and strings.
10102 (electric-pair--insert): New function.
10103 (electric-pair-post-self-insert-function): Use it and
10104 electric--after-char-pos.
10105
10106 2013-06-19 Leo Liu <sdl.web@gmail.com>
10107
10108 * progmodes/octave.el (octave-help): Fix regexp.
10109
10110 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10111
10112 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10113 (shr-table-horizontal-line): Allow nil as a value, and change the
10114 default.
10115 (shr-insert-table-ruler): Respect the nil value.
10116
10117 2013-06-18 Tom Tromey <tromey@barimba>
10118
10119 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10120 New defvars.
10121 (eww-open-file): New defun.
10122 (eww-render): Initialize new variables.
10123 (eww-display-html): Handle "link" and "a".
10124 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10125 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
10126 (eww-back-url): Rename from eww-previous-url.
10127 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10128 New defuns.
10129
10130 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
10131
10132 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10133 Distinguish ternary operator tokens from slash symbol and slash
10134 char literal.
10135
10136 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10137
10138 Convert symbol prettification into minor mode and global minor mode.
10139
10140 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10141 `prog-prettify-symbols', and make a local defvar instead of defcustom.
10142 (prettify-symbols--keywords): Rename from
10143 `prog-prettify-symbols-alist' and make a local defvar.
10144 (prettify-symbols--compose-symbol): Rename from
10145 `prog--prettify-font-lock-compose-symbol'.
10146 (prettify-symbols--make-keywords): Rename from
10147 `prog-prettify-font-lock-symbols-keywords' and simplify.
10148 (prog-prettify-install): Remove.
10149 (prettify-symbols-mode): New minor mode, based on
10150 `prog-prettify-install'.
10151 (turn-on-prettify-symbols-mode): New function.
10152 (global-prettify-symbols-mode): New globalized minor mode.
10153
10154 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10155 * progmodes/cfengine.el (cfengine3-mode):
10156 * progmodes/perl-mode.el (perl-mode): Don't call
10157 `prog-prettify-install'; set `prettify-symbols-alist' instead.
10158
10159 2013-06-18 Juri Linkov <juri@jurta.org>
10160
10161 * files-x.el (modify-file-local-variable-message): New function.
10162 (modify-file-local-variable)
10163 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10164 and call `modify-file-local-variable-message' when it's non-nil.
10165 (add-file-local-variable, delete-file-local-variable)
10166 (add-file-local-variable-prop-line)
10167 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10168 and use it. (Bug#9820)
10169
10170 2013-06-18 Juri Linkov <juri@jurta.org>
10171
10172 * emulation/vi.el (vi-shell-op):
10173 * emulation/vip.el (vip-execute-com, ex-command):
10174 * emulation/viper-cmd.el (viper-exec-bang):
10175 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10176 the call of `shell-command-on-region'. (Bug#14637)
10177
10178 * simple.el (shell-command-on-region): Doc fix.
10179
10180 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10183 (bug#14633).
10184
10185 2013-06-18 Glenn Morris <rgm@gnu.org>
10186
10187 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10188
10189 * newcomment.el (comment-search-forward, comment-search-backward):
10190 Doc fix. (Bug#14376)
10191
10192 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10193
10194 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10195 (buffer-face-mode-invoke): Doc fix.
10196
10197 2013-06-18 Matthias Meulien <orontee@gmail.com>
10198
10199 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10200 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10201
10202 2013-06-18 Glenn Morris <rgm@gnu.org>
10203
10204 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10205 Replace obsolete function generic-make-keywords with its expansion.
10206
10207 * progmodes/python.el (ffap-alist): Declare.
10208
10209 * textmodes/reftex.el (bibtex-mode-map): Declare.
10210
10211 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10214 (package-unpack, package-unpack-single): Return the pkg-dir.
10215 (package-download-transaction): Use it to update package-alist.
10216
10217 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10218
10219 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10220 possible choice.
10221
10222 2013-06-17 Juri Linkov <juri@jurta.org>
10223
10224 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10225
10226 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10227
10228 * emacs-lisp/package.el (package-load-descriptor):
10229 Remove `with-syntax-table' call, `read' doesn't need it.
10230 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10231
10232 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10233
10234 * startup.el (command-line): Expand package name returned by
10235 `package--description-file' (bug#14639).
10236
10237 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
10238
10239 * emacs-lisp/package.el (package-load-descriptor): Do not call
10240 `emacs-lisp-mode', just use its syntax table.
10241
10242 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
10243
10244 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10245 `font-lock-extra-managed-props' if any prettifying keyword is added.
10246 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10247 (prog-mode): Use `setq-local'.
10248
10249 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * international/characters.el (standard-case-table): Set syntax of ?»
10252 and ?« to punctuation.
10253
10254 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
10255
10256 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10257 Save relevant match data before calling `syntax-ppss' (bug#14595).
10258
10259 2013-06-15 Juri Linkov <juri@jurta.org>
10260
10261 * files-x.el (modify-file-local-variable-prop-line): Add local
10262 variables to the end of the existing comment on the first line.
10263 Use `file-auto-mode-skip' to skip interpreter magic line,
10264 and also skip XML declaration.
10265
10266 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10267
10268 * startup.el (package--builtin-versions): New var.
10269 (package-subdirectory-regexp): Remove.
10270 (package--description-file): Hard code its value instead.
10271
10272 * emacs-lisp/package.el: Don't activate packages older than builtin.
10273 (package-obsolete-list): Rename from package-obsolete-alist, and make
10274 it into a simple list of package-desc.
10275 (package-strip-version): Remove.
10276 (package-built-in-p): Use package--builtin-versions.
10277 (package-mark-obsolete): Simplify.
10278 (package-process-define-package): Mark it obsolete if older than the
10279 builtin version.
10280 (package-handle-response): Use line-end-position.
10281 (package-read-archive-contents, package--download-one-archive):
10282 Simplify.
10283 (package--add-to-archive-contents): Skip if older than the builtin or
10284 installed version.
10285 (package-menu-describe-package): Fix last change.
10286 (package-list-unversioned): New var.
10287 (package-menu--generate): Use it.
10288
10289 * emacs-lisp/autoload.el: Manage package--builtin-versions.
10290 (autoload--insert-text, autoload--insert-cookie-text): New functions.
10291 (autoload-builtin-package-versions): New variable.
10292 (autoload-generate-file-autoloads): Use them.
10293 Remove the list of autoloaded functions/macros from the
10294 (autoload...) comments.
10295
10296 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10297
10298 2013-06-15 Eli Zaretskii <eliz@gnu.org>
10299
10300 * simple.el (line-move-partial): Don't jump to the next screen
10301 line as soon as it becomes visible. Instead, continue enlarging
10302 the vscroll until the portion of a tall screen line that's left on
10303 display is about the height of the frame's default font.
10304 (Bug#14567)
10305
10306 2013-06-15 Glenn Morris <rgm@gnu.org>
10307
10308 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10309 compilation-error-regexp-alist void, or local while let-bound.
10310
10311 * progmodes/make-mode.el (makefile-mode-syntax-table):
10312 Treat "=" as punctuation. (Bug#14614)
10313
10314 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
10315
10316 * help-fns.el (describe-variable):
10317 Add extra line for permanent-local variables.
10318
10319 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
10320
10321 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10322 Add export, import, library. (Bug#9164)
10323 (library): Set indent function.
10324
10325 2013-06-14 Glenn Morris <rgm@gnu.org>
10326
10327 * term/xterm.el (xterm--query):
10328 Stop after first matching handler. (Bug#14615)
10329
10330 2013-06-14 Ivan Kanis <ivan@kanis.fr>
10331
10332 Add support for dired in saveplace.
10333 * dired.el (dired-initial-position-hook): New variable.
10334 (dired-initial-position): Call hook to place cursor position.
10335 * saveplace.el (save-place-to-alist): Add dired position.
10336 (save-place-dired-hook): New function.
10337
10338 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10341 through a symbol rather than letrec.
10342
10343 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
10344 (package-desc): Add `dir' field.
10345 (package-desc-full-name): New function.
10346 (package-load-descriptor): Combine the two arguments. Don't use `load'.
10347 (package-maybe-load-descriptor): Remove.
10348 (package-load-all-descriptors): Just call package-load-descriptor.
10349 (package--disabled-p): New function.
10350 (package-desc-vers, package-desc-doc): Remove aliases.
10351 (package--dir): Remove function.
10352 (package-activate): Check if a package is disabled.
10353 (package-process-define-package): New function, extracted from
10354 define-package.
10355 (define-package): Turn into a place holder.
10356 (package-unpack-single, package-tar-file-info):
10357 Use package--description-file.
10358 (package-compute-transaction): Use package--disabled-p.
10359 (package-download-transaction): Don't call
10360 package-maybe-load-descriptor since they're all loaded anyway.
10361 (package-install): Change argument to be a pkg-desc.
10362 (package-delete): Use a single pkg-desc argument.
10363 (describe-package-1): Use package-desc-dir instead of package--dir.
10364 Use package-desc property instead of package-symbol.
10365 (package-install-button-action): Adjust accordingly.
10366 (package--push): Rewrite.
10367 (package-menu--print-info): Adjust accordingly. Change the ID format
10368 to be a pkg-desc.
10369 (package-menu-describe-package, package-menu-get-status)
10370 (package-menu--find-upgrades, package-menu-mark-upgrades)
10371 (package-menu-execute, package-menu--name-predicate):
10372 Adjust accordingly.
10373 * startup.el (package--description-file): New function.
10374 (command-line): Use it.
10375 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10376 Use package-desc-version.
10377
10378 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10379 (byte-compile-preprocess): Use it.
10380 (byte-compile-file-form-defalias): Try a bit harder to use macros we
10381 can't quite recognize.
10382 (byte-compile-add-to-list): Remove.
10383 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10384 (cconv-closure-convert): Add assertion.
10385
10386 * emacs-lisp/map-ynp.el: Use lexical-binding.
10387 (map-y-or-n-p): Remove unused vars `tail' and `object'.
10388 Factor out some repeated code.
10389
10390 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * subr.el (with-eval-after-load): New macro.
10393 (eval-after-load): Allow form to be a function.
10394 take advantage of lexical-binding.
10395 (do-after-load-evaluation): Use dolist and adjust to new format.
10396 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10397
10398 2013-06-13 Juri Linkov <juri@jurta.org>
10399
10400 * replace.el (perform-replace): Display "symbol " and other search
10401 modes from `isearch-message-prefix' in the *Help* buffer.
10402
10403 * isearch.el (isearch-query-replace): Add " symbol" and other
10404 possible search modes from `isearch-message-prefix' to the prompt.
10405 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10406 when reading a regexp to collect.
10407
10408 2013-06-13 Juri Linkov <juri@jurta.org>
10409
10410 * isearch.el (word-search-regexp): Match whitespace if the search
10411 string begins or ends in whitespace. The LAX arg is applied to
10412 both ends of the search string. Use `regexp-quote' and explicit
10413 \< and \> instead of \b. Use \` and \' instead of ^ and $.
10414 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10415 boundaries are replaced with symbol boundaries, and characters
10416 between symbols match non-word non-symbol syntax. (Bug#14602)
10417
10418 2013-06-13 Juri Linkov <juri@jurta.org>
10419
10420 * isearch.el (isearch-del-char): Don't exceed the length of
10421 `isearch-string' by the prefix arg. (Bug#14563)
10422
10423 2013-06-13 Juri Linkov <juri@jurta.org>
10424
10425 * isearch.el (isearch-yank-word, isearch-yank-line)
10426 (isearch-char-by-name, isearch-quote-char)
10427 (isearch-printing-char, isearch-process-search-char):
10428 Add optional count prefix arg. (Bug#14563)
10429
10430 * international/isearch-x.el
10431 (isearch-process-search-multibyte-characters):
10432 Add optional count prefix arg.
10433
10434 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10437 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10438 lexical-binding.
10439
10440 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
10441
10442 * subr.el (set-temporary-overlay-map): Add on-exit argument.
10443
10444 2013-06-13 Glenn Morris <rgm@gnu.org>
10445
10446 * startup.el (tty-handle-args):
10447 Don't just discard "--" and anything after. (Bug#14608)
10448
10449 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10450
10451 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
10452
10453 Implement changes in Secret Service API. Make it backward compatible.
10454 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10455 (secrets-create-item): Use it. Prefix properties with interface.
10456
10457 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
10458
10459 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
10460 (term-emulate-terminal): Respect term-suppress-hard-newline.
10461
10462 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
10463
10464 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10465 Only remove a `thumb-file' overlay. (Bug#14548)
10466
10467 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
10468
10469 * mail/reporter.el (reporter-submit-bug-report):
10470 Handle missing package-name. (Bug#14600)
10471
10472 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10473
10474 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
10475 (reftex-citation-prompt, reftex-default-bibliography)
10476 (reftex-bib-or-thebib, reftex-get-bibfile-list)
10477 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
10478 (reftex-bib-sort-author, reftex-bib-sort-year)
10479 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
10480 (reftex-extract-bib-entries-from-thebibliography)
10481 (reftex-get-bibkey-default, reftex-get-bib-names)
10482 (reftex-parse-bibtex-entry, reftex-get-bib-field)
10483 (reftex-format-bib-entry, reftex-parse-bibitem)
10484 (reftex-format-bibitem, reftex-do-citation)
10485 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
10486 (reftex-restrict-bib-matches, reftex-extract-bib-file)
10487 (reftex-insert-bib-matches, reftex-format-citation)
10488 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
10489 (reftex-create-bibtex-file): Add docstrings, mostly by converting
10490 existing comments into docstrings.
10491
10492 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10493
10494 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
10495
10496 2013-06-12 Andreas Schwab <schwab@suse.de>
10497
10498 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
10499 for auto-save files.
10500
10501 2013-06-12 Glenn Morris <rgm@gnu.org>
10502
10503 * ido.el (ido-delete-ignored-files): Remove.
10504 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
10505 Go back to calling ido-ignore-item-p directly.
10506
10507 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
10508
10509 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10510
10511 * ido.el (ido-delete-ignored-files): New function,
10512 split from ido-make-file-list-1.
10513 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
10514 (ido-make-file-list-1): Use ido-delete-ignored-files.
10515
10516 2013-06-12 Leo Liu <sdl.web@gmail.com>
10517
10518 * progmodes/octave.el (inferior-octave-startup)
10519 (inferior-octave-completion-table)
10520 (inferior-octave-track-window-width-change)
10521 (octave-eldoc-function-signatures, octave-help)
10522 (octave-find-definition): Use single quoted strings.
10523 (inferior-octave-startup-args): Change default value.
10524 (inferior-octave-startup): Do not hard code "-i" and
10525 "--no-line-editing".
10526 (inferior-octave-resync-dirs): Add optional arg NOERROR.
10527 (inferior-octave-directory-tracker): Use it.
10528 (octave-goto-function-definition): Robustify.
10529 (octave-help): Support highlighting operators in 'See also'.
10530 (octave-find-definition): Find subfunctions only in Octave mode.
10531
10532 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10533
10534 * help-fns.el (help-fns--compiler-macro): If the handler function is
10535 named, then put a link to it.
10536 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10537 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10538 (cl-typep): Use it.
10539 (cl-eval-when): Simplify debug spec.
10540 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
10541 compiler-macro function instead of setting `compiler-macro-file'.
10542
10543 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
10544
10545 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10546 * vc/vc-hooks.el (vc-stay-local): Doc fix.
10547
10548 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10549 Daniel Hackney <dan@haxney.org>
10550
10551 First part of Daniel Hackney's patch to package.el.
10552 * emacs-lisp/package.el: Use defstruct.
10553 (package-desc): New, main struct.
10554 (package--bi-desc, package--ac-desc): New structs, used to describe the
10555 format in external files.
10556 (package-desc-vers): Replace with package-desc-version accessor.
10557 (package-desc-doc): Replace with package-desc-summary accessor.
10558 (package-activate-1): Remove `package' arg since the pkg-vec now
10559 includes the name.
10560 (define-package): Use package-desc-from-define.
10561 (package-unpack-single): Change file-name arg to be a symbol.
10562 (package--add-to-archive-contents): Use package-desc-create and new
10563 accessor functions to package--ac-desc.
10564 (package-buffer-info, package-tar-file-info): Return a package-desc.
10565 (package-install-from-buffer): Remove `type' argument. Change pkg-info
10566 arg to be a package-desc.
10567 (package-install-file): Adjust accordingly. Use \' to match EOS.
10568 (package--from-builtin): New function.
10569 (describe-package-1, package-menu--generate): Use it.
10570 (package--make-autoloads-and-compile): Change name arg to be a symbol.
10571 (package-generate-autoloads): Idem and return the name of the file.
10572 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10573 Change pkg-info arg to be a package-desc.
10574 Use package-make-ac-desc.
10575 (package-upload-file): Use \' to match EOS.
10576 * finder.el (finder-compile-keywords): Use package-make-builtin.
10577
10578 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * vc/vc.el (vc-deduce-fileset): Change error message.
10581 (vc-read-backend): New function.
10582 (vc-next-action): Use it.
10583
10584 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10585
10586 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10587 (prolog-font-lock-keywords): Use regexp-opt instead.
10588 Don't manually highlight strings.
10589 (prolog-mode-variables): Simplify comment-start-skip.
10590 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
10591
10592 * emacs-lisp/generic.el (generic--normalise-comments)
10593 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10594 (generic-mode-set-comments): Use them.
10595 (generic-bracket-support): Use setq-local.
10596 (generic-make-keywords-list): Declare obsolete.
10597
10598 2013-06-11 Glenn Morris <rgm@gnu.org>
10599
10600 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10601 Prettify after setting font-lock-defaults. (Bug#14574)
10602
10603 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
10604
10605 * replace.el (query-replace, occur-read-regexp-defaults-function)
10606 (replace-search):
10607 * subr.el (declare-function, number-sequence, local-set-key)
10608 (substitute-key-definition, locate-user-emacs-file)
10609 (with-silent-modifications, split-string, eval-after-load):
10610 Fix typos, remove unneeded backslashes and reflow some docstrings.
10611
10612 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10613
10614 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
10615 default for Elisp files.
10616
10617 2013-06-11 Glenn Morris <rgm@gnu.org>
10618
10619 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
10620 although define-derived-mode was doing this anyway. (Bug#14583)
10621
10622 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
10623
10624 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10625 Fix make-variable-buffer-local call to refer to the correct variable.
10626
10627 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
10628
10629 * eshell/em-term.el (eshell-visual-commands)
10630 (eshell-visual-subcommands, eshell-visual-options):
10631 Add summary line to docstrings. Add cross-references.
10632
10633 2013-06-10 Glenn Morris <rgm@gnu.org>
10634
10635 * epa.el (epa-read-file-name): New function. (Bug#14510)
10636 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
10637
10638 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
10639
10640 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
10641 output redirection to be ignored with visual commands.
10642
10643 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
10644
10645 * eshell/em-term.el (eshell-visual-command-p): New function.
10646 (eshell-term-initialize): Move long lambda to separate function
10647 eshell-visual-command-p.
10648 * eshell/em-dirs.el (eshell-dirs-initialize):
10649 * eshell/em-script.el (eshell-script-initialize):
10650 Add missing #' to lambda.
10651
10652 2013-06-08 Leo Liu <sdl.web@gmail.com>
10653
10654 * progmodes/octave.el (octave-add-log-current-defun): New function.
10655 (octave-mode): Set add-log-current-defun-function.
10656 (octave-goto-function-definition): Do not move point if not found.
10657 (octave-find-definition): Enhance to try subfunctions first.
10658
10659 2013-06-08 Glenn Morris <rgm@gnu.org>
10660
10661 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10662 (byte-compile-backward-char, byte-compile-backward-word):
10663 Improve previous change, to handle non-explicit nil.
10664
10665 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
10668 (smie--opener/closer-at-point): New function.
10669 (smie--matching-block-data): Use it. Don't match from right after an
10670 opener or right before a closer. Obey smie-blink-matching-inners.
10671 Don't signal a mismatch for repeated inners like "switch..case..case".
10672
10673 2013-06-07 Leo Liu <sdl.web@gmail.com>
10674
10675 * progmodes/octave.el (octave-mode): Set comment-use-global-state
10676 to t. (Bug#14303)
10677 (octave-function-header-regexp): Fix. (Bug#14570)
10678 (octave-help-mode-finish-hook, octave-help-mode-finish):
10679 Remove. Just use temp-buffer-show-hook.
10680
10681 * newcomment.el (comment-search-backward): Revert last change.
10682 (Bug#14434)
10683
10684 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
10685
10686 2013-06-07 Eli Zaretskii <eliz@gnu.org>
10687
10688 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
10689 through xargs, to avoid failure due to MS-Windows limitations on
10690 command-line length.
10691
10692 2013-06-06 Glenn Morris <rgm@gnu.org>
10693
10694 * font-lock.el (lisp-font-lock-keywords-2):
10695 Treat user-error like error.
10696
10697 * emacs-lisp/bytecomp.el (byte-compile-char-before)
10698 (byte-compile-backward-char, byte-compile-backward-word):
10699 Handle explicit nil arguments. (Bug#14565)
10700
10701 2013-06-05 Alan Mackenzie <acm@muc.de>
10702
10703 * isearch.el (isearch-allow-prefix): New user option.
10704 (isearch-other-meta-char): Don't exit isearch when a prefix
10705 argument is typed whilst `isearch-allow-prefix' is non-nil.
10706 (Bug#9706)
10707
10708 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * autorevert.el (auto-revert-notify-handler): Use memq.
10711 Hide assertion failure.
10712
10713 * skeleton.el: Use cl-lib.
10714 (skeleton-further-elements): Use defvar-local.
10715 (skeleton-insert): Use cl-progv.
10716
10717 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10718
10719 * progmodes/prog-mode.el (prog-prettify-symbols)
10720 (prog-prettify-install): Update docstrings.
10721
10722 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10723
10724 * simple.el: Move all the prog-mode code to prog-mode.el.
10725 * progmodes/prog-mode.el: New file.
10726 * loadup.el: Add prog-mode.el.
10727
10728 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10729
10730 * simple.el (prog-prettify-symbols): Add version.
10731 (prog-prettify-install): Add convenience function to prettify symbols.
10732
10733 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10734 (perl--augmented-font-lock-keywords-1)
10735 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10736 variables and use it.
10737
10738 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10739 (cfengine3-mode): Remove unneeded variable and use it.
10740
10741 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10742 (lisp--augmented-font-lock-keywords-1)
10743 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10744 Remove unneeded variables and use it.
10745
10746 2013-06-05 João Távora <joaotavora@gmail.com>
10747
10748 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10749 to point when opening the connection. (Bug#14380)
10750
10751 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * subr.el (load-history-regexp, load-history-filename-element)
10754 (eval-after-load, after-load-functions, do-after-load-evaluation)
10755 (eval-next-after-load, display-delayed-warnings)
10756 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10757 definition of save-match-data.
10758 (overriding-local-map): Remove accidental obsolescence declaration.
10759
10760 * emacs-lisp/edebug.el (edebug-result): Move before first use.
10761
10762 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
10763
10764 Generalize symbol prettify support to prog-mode and implement it
10765 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10766 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10767 (prog--prettify-font-lock-compose-symbol)
10768 (prog-prettify-font-lock-symbols-keywords): New variables and
10769 functions to support symbol prettification.
10770 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10771 (lisp--augmented-font-lock-keywords-1)
10772 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10773 (lisp--prettify-symbols-alist): Implement prettify of lambda.
10774 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10775 (cfengine3--prettify-symbols-alist, cfengine3-mode):
10776 Implement prettify of -> => :: strings.
10777 * progmodes/perl-mode.el (perl-prettify-symbols)
10778 (perl--font-lock-compose-symbol)
10779 (perl--font-lock-symbols-keywords): Move to prog-mode.
10780 (perl--prettify-symbols-alist): Prettify -> => :: strings.
10781 (perl-font-lock-keywords-1)
10782 (perl-font-lock-keywords-2): Remove explicit prettify support.
10783 (perl--augmented-font-lock-keywords)
10784 (perl--augmented-font-lock-keywords-1)
10785 (perl--augmented-font-lock-keywords-2, perl-mode):
10786 Implement prettify support.
10787
10788 2013-06-05 Leo Liu <sdl.web@gmail.com>
10789
10790 Re-implement SMIE matching block highlight using
10791 show-paren-data-function. (Bug#14395)
10792 * emacs-lisp/smie.el (smie-matching-block-highlight)
10793 (smie--highlight-matching-block-overlay)
10794 (smie--highlight-matching-block-lastpos)
10795 (smie-highlight-matching-block)
10796 (smie-highlight-matching-block-mode): Remove.
10797 (smie--matching-block-data-cache): New variable.
10798 (smie--matching-block-data): New function.
10799 (smie-setup): Use smie--matching-block-data for
10800 show-paren-data-function.
10801
10802 * progmodes/octave.el (octave-mode-menu): Fix.
10803 (octave-find-definition): Skip garbage lines.
10804
10805 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 Fix compilation error with simultaneous dynamic+lexical scoping.
10808 Add warning when a defvar appears after the first let-binding.
10809 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10810 (byte-compile-close-variables): Initialize it.
10811 (byte-compile--declare-var): New function.
10812 (byte-compile-file-form-defvar)
10813 (byte-compile-file-form-define-abbrev-table)
10814 (byte-compile-file-form-custom-declare-variable): Use it.
10815 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
10816 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10817 (byte-compile-bind): Handle dynamic bindings that shadow
10818 lexical bindings.
10819 (byte-compile-unbind): Make arg non-optional.
10820 (byte-compile-let): Simplify.
10821 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10822 (cconv--analyse-function, cconv-analyse-form): Populate it.
10823 Protect byte-compile-bound-variables to limit the scope of defvars.
10824 (cconv-analyse-form): Add missing rule for (defvar <foo>).
10825 Remove unneeded rule for `declare'.
10826
10827 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10828 so as to avoid depending on cl-adjoin at run-time.
10829 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10830
10831 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10832 (macroexp--warn-and-return): Use it.
10833
10834 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10835
10836 * subr.el: Convert to lexical binding.
10837 (overriding-local-map): Make obsolete.
10838 (add-to-list): Doc fix. Add compiler macro.
10839 (read-key): Swap values of local maps.
10840
10841 2013-06-05 Leo Liu <sdl.web@gmail.com>
10842
10843 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10844
10845 2013-06-04 Leo Liu <sdl.web@gmail.com>
10846
10847 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10848 (compilation-auto-jump): Suppress the "Mark set" message to give
10849 way to exit message.
10850
10851 2013-06-04 Alan Mackenzie <acm@muc.de>
10852
10853 Remove faulty optimisation from indentation calculation.
10854 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10855 search limit based on 2000 characters back from indent-point.
10856
10857 2013-06-03 Tassilo Horn <tsdh@gnu.org>
10858
10859 * eshell/em-term.el (cl-lib): Require `cl-lib'.
10860
10861 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10862
10863 * emacs-lisp/lisp.el: Use lexical-binding.
10864 (lisp--local-variables-1, lisp--local-variables): New functions.
10865 (lisp--local-variables-completion-table): New var.
10866 (lisp-completion-at-point): Use it complete let-bound vars.
10867
10868 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
10869 eagerly (bug#14422).
10870
10871 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
10872
10873 * autorevert.el (auto-revert-notify-enabled)
10874 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10875 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
10876 (auto-revert-notify-handler): Handle also gfilenotify.
10877
10878 * subr.el (file-notify-handle-event): New defun. Replacing ...
10879 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
10880 Remove.
10881
10882 2013-06-03 Juri Linkov <juri@jurta.org>
10883
10884 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
10885 `M-s h .'. (Bug#14427)
10886
10887 * hi-lock.el (highlight-symbol-at-point): New alias for the new
10888 command `hi-lock-face-symbol-at-point'.
10889 (hi-lock-face-symbol-at-point): New command.
10890 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
10891 (hi-lock-menu): Add `highlight-symbol-at-point'.
10892 (hi-lock-mode): Doc fix.
10893
10894 * isearch.el (isearch-forward-symbol-at-point): New command.
10895 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
10896 (isearch-highlight-regexp): Add a regexp which matches
10897 words/symbols for word/symbol mode.
10898
10899 * subr.el (find-tag-default-bounds): New function with the body
10900 mostly moved from `find-tag-default'.
10901 (find-tag-default): Move most code to `find-tag-default-bounds',
10902 call it and apply `buffer-substring-no-properties' afterwards.
10903
10904 2013-06-03 Tassilo Horn <tsdh@gnu.org>
10905
10906 * eshell/em-term.el (eshell-term-initialize):
10907 Use `cl-intersection' rather than `intersection'.
10908
10909 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
10910
10911 * vc/log-view.el: Doc fix.
10912 (log-view-mode-map): Copy keymap from `special-mode-map'.
10913
10914 2013-06-02 Eric Ludlam <zappo@gnu.org>
10915
10916 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
10917 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
10918 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
10919 (eieio-unbound, eieio-default-superclass)
10920 (eieio--define-field-accessors, method-static, method-before)
10921 (method-primary, method-after, method-num-lists)
10922 (method-generic-before, method-generic-primary)
10923 (method-generic-after, method-num-slots)
10924 (eieio-specialized-key-to-generic-key)
10925 (eieio--check-type, class-v, class-p)
10926 (eieio-class-name, define-obsolete-function-alias)
10927 (eieio-class-parents-fast, eieio-class-children-fast)
10928 (same-class-fast-p, class-constructor, generic-p)
10929 (generic-primary-only-p, generic-primary-only-one-p)
10930 (class-option-assoc, class-option, eieio-object-p)
10931 (class-abstract-p, class-method-invocation-order)
10932 (eieio-defclass-autoload-map, eieio-defclass-autoload)
10933 (eieio-class-un-autoload, eieio-defclass)
10934 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
10935 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
10936 (eieio--defgeneric-init-form, eieio-defgeneric-form)
10937 (eieio-defgeneric-reset-generic-form)
10938 (eieio-defgeneric-form-primary-only)
10939 (eieio-defgeneric-reset-generic-form-primary-only)
10940 (eieio-defgeneric-form-primary-only-one)
10941 (eieio-defgeneric-reset-generic-form-primary-only-one)
10942 (eieio-unbind-method-implementations)
10943 (eieio--defmethod, eieio--typep)
10944 (eieio-perform-slot-validation, eieio-validate-slot-value)
10945 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
10946 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
10947 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
10948 (eieio-slot-name-index, eieio-class-slot-name-index)
10949 (eieio-set-defaults, eieio-initarg-to-attribute)
10950 (eieio-attribute-to-initarg, eieio-c3-candidate)
10951 (eieio-c3-merge-lists, eieio-class-precedence-c3)
10952 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
10953 (eieio-class-precedence-list, eieio-generic-call-methodname)
10954 (eieio-generic-call-arglst, eieio-generic-call-key)
10955 (eieio-generic-call-next-method-list)
10956 (eieio-pre-method-execution-functions, eieio-generic-call)
10957 (eieio-generic-call-primary-only, eieiomt-method-list)
10958 (eieiomt-optimizing-obarray, eieiomt-install)
10959 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
10960 (eieio-generic-form, eieio-defmethod, make-obsolete)
10961 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
10962 (defclass): Remove `eval-and-compile' from macro.
10963 (call-next-method, shared-initialize): Instead of using
10964 `scoped-class' variable, use new eieio--scoped-class, and
10965 eieio--with-scoped-class.
10966 (initialize-instance): Rename local variable 'scoped-class' to
10967 'this-class' to remove ambiguitity from old global.
10968
10969 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
10970 eieio.el.
10971 (eieio--scoped-class-stack): New variable.
10972 (eieio--scoped-class): New fcn.
10973 (eieio--with-scoped-class): New scoping macro.
10974 (eieio-defclass): Use pushnew instead of add-to-list.
10975 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
10976 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
10977 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
10978 `scoped-class' variable, use new eieio--scoped-class, and
10979 eieio--with-scoped-class.
10980
10981 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
10982
10983 2013-06-02 Tassilo Horn <tsdh@gnu.org>
10984
10985 * eshell/esh-ext.el (eshell-external-command): Pass args to
10986 `eshell-find-interpreter'.
10987 (eshell-find-interpreter): Add new second parameter ARGS.
10988
10989 * eshell/em-script.el (eshell-script-initialize): Add second arg
10990 to the function added as MATCH to `eshell-interpreter-alist'.
10991
10992 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
10993 the function added as MATCH to `eshell-interpreter-alist'.
10994
10995 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
10996 (eshell-visual-options): New defcustom.
10997 (eshell-escape-control-x): Adapt docstring.
10998 (eshell-term-initialize): Test `eshell-visual-subcommands' and
10999 `eshell-visual-options' in addition to `eshell-visual-commands'.
11000 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11001
11002 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
11003
11004 * progmodes/python.el (python-indent-block-enders): Add break,
11005 continue and raise keywords.
11006
11007 2013-06-01 Glenn Morris <rgm@gnu.org>
11008
11009 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11010
11011 Plain (f)boundp silences compilation warnings since Emacs 22.1.
11012 * progmodes/cc-cmds.el (delete-forward-p):
11013 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11014 * progmodes/cc-engine.el (buffer-syntactic-context):
11015 * progmodes/cc-fonts.el (face-property-instance):
11016 * progmodes/cc-mode.el (set-keymap-parents):
11017 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11018 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11019 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11020 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11021 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11022
11023 * progmodes/cc-vars.el (other): Emacs has this widget since
11024 at least 21.1, so don't (re)define it.
11025
11026 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11027 Replace the obsolete alias pcomplete-arg-quote-list.
11028
11029 2013-06-01 Leo Liu <sdl.web@gmail.com>
11030
11031 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11032 punctuation syntax.
11033 (inferior-octave-minimal-columns)
11034 (inferior-octave-last-column-width): New variables.
11035 (inferior-octave-track-window-width-change): New function.
11036 (inferior-octave-mode): Adjust column width so that Octave output,
11037 for example from 'ls', can fit into the window nicely.
11038
11039 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11040
11041 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11042 Highlight expansions inside regexp literals.
11043
11044 2013-05-31 Glenn Morris <rgm@gnu.org>
11045
11046 * obsolete/sym-comp.el (symbol-complete):
11047 Replace obsolete completion-annotate-function.
11048
11049 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11050
11051 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11052
11053 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11054 New function, checks if point is inside a literal that allows
11055 expression expansion.
11056 (ruby-syntax-propertize-expansion): Use it.
11057 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11058 around the body.
11059
11060 2013-05-30 Juri Linkov <juri@jurta.org>
11061
11062 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11063 to "\M-si".
11064 (isearch-invisible): New variable.
11065 (isearch-forward): Doc fix.
11066 (isearch-mode): Set `isearch-invisible'
11067 to the value of `search-invisible'.
11068 (isearch-toggle-case-fold): Doc fix.
11069 (isearch-toggle-invisible): New command.
11070 (isearch-query-replace): Let-bind `search-invisible'
11071 to the value of `isearch-invisible'.
11072 (isearch-search): Use `isearch-invisible' instead of
11073 `search-invisible'. Let-bind `search-invisible'
11074 to the value of `isearch-invisible'. (Bug#11378)
11075
11076 2013-05-30 Juri Linkov <juri@jurta.org>
11077
11078 * replace.el (perform-replace): Avoid `isearch-range-invisible'
11079 call when `query-flag' is nil and `search-invisible' is non-nil.
11080 (Bug#11746)
11081
11082 2013-05-30 Glenn Morris <rgm@gnu.org>
11083
11084 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11085
11086 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11087 (cc-require): Suppress spurious "noruntime" warnings.
11088 (cc-require-when-compile): Use fboundp, for sake of compiler.
11089
11090 * progmodes/cc-mode.el: Move load of cc-vars before that of
11091 cc-langs (which in turn loads cc-vars), to quieten compiler.
11092
11093 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11094
11095 * paren.el: Simplify the code.
11096 (show-paren-mode): Always start the timer.
11097 (show-paren--idle-timer): Rename from show-paren-idle-timer.
11098 (show-paren--overlay, show-paren--overlay-1): Rename from
11099 show-paren-overlay and show-paren-overlay-1, and initialize to an
11100 overlay rather than to nil.
11101 (show-paren-function): Misc cleanup and simplifications.
11102
11103 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11104
11105 * paren.el (show-paren-data-function): New hook.
11106 (show-paren--default): New function, extracted from show-paren-function.
11107 (show-paren-function): Use show-paren-data-function.
11108
11109 2013-05-30 Glenn Morris <rgm@gnu.org>
11110
11111 * ielm.el (ielm-map, ielm-complete-symbol):
11112 Use completion-at-point rather than obsolete functions.
11113 (inferior-emacs-lisp-mode): Doc fix.
11114 Set completion-at-point-functions, rather than
11115 comint-dynamic-complete-functions.
11116
11117 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11118 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11119 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11120
11121 * image.el (image-animated-p): Tweak definition.
11122
11123 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11124 (rlogin-process-connection-type): Tweak default. Add set-after.
11125 (rlogin-host): Doc fix.
11126 (rlogin): Tweak prompt.
11127 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11128
11129 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11130 * progmodes/tcl.el (inferior-tcl-mode-map):
11131 Use completion-at-point rather than obsolete alias.
11132
11133 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11134
11135 * minibuffer.el (read-file-name-completion-ignore-case):
11136 Move before completion--in-region, for eager macro expansion.
11137
11138 2013-05-29 Juri Linkov <juri@jurta.org>
11139
11140 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11141 for total count of matching lines. Add `global-matches' for total
11142 count of matches. Rename `matches' to `lines' for count of
11143 matching lines. Add `matches' for count of matches.
11144 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
11145 to `prev-line' for line number of prev match endpt.
11146 Increment `matches' for every match. Print the number of
11147 matching lines in the header.
11148 (occur-context-lines): Rename `lines' to `curr-line'.
11149 Rename `prev-lines' to `prev-line'. (Bug#14017)
11150
11151 2013-05-29 Juri Linkov <juri@jurta.org>
11152
11153 * replace.el (perform-replace): Add `skip-read-only-count',
11154 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11155 Increment them for corresponding conditions and report the number
11156 of skipped occurrences in the final message. (Bug#11746)
11157 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11158 (replace-string, replace-regexp): Doc fix.
11159
11160 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * emacs-lisp/trace.el (trace--read-args): Provide a default.
11163
11164 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11165 prog-mode-map (bug#14504).
11166
11167 2013-05-29 Leo Liu <sdl.web@gmail.com>
11168
11169 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11170 (octave-help): Small simplification.
11171
11172 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11173 off the highlight first.
11174
11175 2013-05-29 Glenn Morris <rgm@gnu.org>
11176
11177 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11178 Handle idlwave-last-system-routine-info-cons-cell being nil.
11179
11180 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11181 (idlwave-write-paths): Simplify via with-temp-buffer.
11182
11183 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11184 * emulation/cua-rect.el: Also load cua-base at run time.
11185
11186 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11187 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11188 (cperl-imenu-on-info): Require imenu.
11189
11190 2013-05-28 Alan Mackenzie <acm@muc.de>
11191
11192 Handle "capitalised keywords" correctly.
11193 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11194
11195 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
11196
11197 * eshell/em-unix.el: Add -r option to cp.
11198
11199 2013-05-28 Glenn Morris <rgm@gnu.org>
11200
11201 * vc/vc-arch.el (vc-exec-after): Declare.
11202 (vc-switches): Autoload.
11203 * vc/vc-bzr.el: No need to require vc when compiling.
11204 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11205 (vc-resynch-buffer, vc-dir-refresh): Declare.
11206 (vc-setup-buffer, vc-switches): Autoload.
11207 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11208 (vc-resynch-buffer): Declare.
11209 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11210 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11211 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11212 (grep-read-regexp, grep-read-files, grep-expand-template)
11213 (vc-dir-refresh): Declare.
11214 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11215 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11216 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11217 * vc/vc-mtn.el (vc-exec-after): Declare.
11218 (vc-switches): Autoload.
11219 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11220 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11221 (vc-file-tree-walk): Declare.
11222 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11223 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11224 (vc-tag-precondition, vc-rename-master): Autoload.
11225 * vc/vc-svn.el (vc-exec-after): Declare.
11226 (vc-switches, vc-setup-buffer): Autoload.
11227 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11228 Autoload.
11229 (vc-resynch-buffer): Declare.
11230
11231 * obsolete/fast-lock.el (byte-compile-warnings):
11232 Don't warn about obsolete features in this obsolete file.
11233
11234 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11235 Move definition before use.
11236
11237 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11238 (dun-unix-verbs): Remove dun-zippy.
11239 (dun-zippy): Remove function.
11240
11241 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11242
11243 2013-05-27 Juri Linkov <juri@jurta.org>
11244
11245 * replace.el (replace-search): New function with code moved out
11246 from `perform-replace'.
11247 (replace-highlight, replace-dehighlight): Move function definitions
11248 up closer to `replace-search'. (Bug#11746)
11249
11250 2013-05-27 Juri Linkov <juri@jurta.org>
11251
11252 * replace.el (perform-replace): Ignore invisible matches.
11253 In addition to checking `query-replace-skip-read-only', also
11254 filter out matches by calling `run-hook-with-args-until-failure'
11255 on `isearch-filter-predicates', and also check `search-invisible'
11256 for t or call `isearch-range-invisible'.
11257 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
11258
11259 2013-05-27 Juri Linkov <juri@jurta.org>
11260
11261 * isearch.el (isearch-filter-predicates): Rename from
11262 `isearch-filter-predicate'. Doc fix. (Bug#11378)
11263 (isearch-message-prefix): Display text from the property
11264 `isearch-message-prefix' of the currently active filters.
11265 (isearch-search): Don't compare `isearch-filter-predicate' with
11266 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
11267 on `isearch-filter-predicates'. Also check `search-invisible' for t
11268 or call `isearch-range-invisible'.
11269 (isearch-filter-visible): Make obsolete.
11270 (isearch-lazy-highlight-search):
11271 Call `run-hook-with-args-until-failure' on
11272 `isearch-filter-predicates' and use `isearch-range-invisible'.
11273
11274 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11275 `isearch-filter-predicates' instead of `funcall'ing
11276 `isearch-filter-predicate'.
11277 (Info-mode): Set `Info-isearch-filter' to
11278 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11279
11280 * dired-aux.el (dired-isearch-filter-predicate-orig):
11281 Remove variable.
11282 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11283 (dired-isearch-filenames-end): Add and remove
11284 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11285 instead of changing the value of `isearch-filter-predicate'.
11286 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11287 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11288 Put property `isearch-message-prefix' to "filename " on
11289 `dired-isearch-filter-filenames'.
11290
11291 * wdired.el (wdired-change-to-wdired-mode):
11292 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11293 locally instead of changing `isearch-filter-predicate'.
11294 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11295
11296 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
11297
11298 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11299 return the commit hash (Bug#14459). Also set the
11300 `vc-git-detached' property.
11301 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11302 (vc-git-mode-line-string): Use the same help-echo format whether
11303 in detached mode or not, because we know the actual revision now.
11304 When in detached mode, shorten the revision to 7 chars.
11305
11306 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * emacs-lisp/easy-mmode.el (define-minor-mode):
11309 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11310 mode hook and provide a docstring.
11311
11312 2013-05-27 Alan Mackenzie <acm@muc.de>
11313
11314 Remove spurious syntax-table text properties inserted by C-y.
11315 * progmodes/cc-mode.el (c-after-change): Also clear hard
11316 syntax-table property with value nil.
11317
11318 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
11319
11320 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11321 when reading the events; the buffer layout shall not be changed.
11322
11323 2013-05-27 Leo Liu <sdl.web@gmail.com>
11324
11325 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11326 New variable.
11327 (inferior-octave-directory-tracker): Automatically re-sync
11328 default-directory.
11329 (octave-help): Improve handling of 'See also'.
11330
11331 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * doc-view.el: Minor naming convention tweaks.
11334 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11335
11336 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11337 even if there's no `display' property yet (bug#14435).
11338
11339 2013-05-25 Eli Zaretskii <eliz@gnu.org>
11340
11341 * subr.el (unmsys--file-name): Rename from reveal-filename.
11342
11343 * Makefile.in (custom-deps, finder-data, autoloads)
11344 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11345 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11346 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11347
11348 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11349
11350 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11351 error-completion on the first 2 args of condition-case (bug#14446).
11352 Don't burp at EOB.
11353
11354 2013-05-25 Leo Liu <sdl.web@gmail.com>
11355
11356 * comint.el (comint-previous-matching-input): Do not flood the
11357 *Messages* buffer with trivial messages.
11358
11359 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11360
11361 * progmodes/flymake.el (flymake-nop): Don't return a string.
11362 (flymake-set-at): Fix typo.
11363
11364 * simple.el (read--expression): New function, extracted from
11365 eval-expression. Set completion-at-point-functions (bug#14465).
11366 (eval-expression, eval-minibuffer): Use it.
11367
11368 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
11369
11370 * progmodes/flymake.el (flymake-save-buffer-in-file)
11371 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11372 (flymake-selected-frame, flymake-log, flymake-ins-after)
11373 (flymake-set-at, flymake-get-buildfile-from-cache)
11374 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11375 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11376 Refine the doc string.
11377 (flymake-get-file-name-mode-and-masks): Reformat.
11378 (flymake-get-real-file-name-function): Fix a minor bug.
11379
11380 2013-05-24 Juri Linkov <juri@jurta.org>
11381
11382 * progmodes/grep.el (grep-mode-font-lock-keywords):
11383 Support =linenumber= format used by git-grep for lines with
11384 function names. (Bug#13549)
11385
11386 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11387
11388 * progmodes/octave.el (octave-smie-rules): Return nil rather than
11389 0 after a semi-colon; it works better for smie-auto-fill.
11390 (octave--indent-new-comment-line): New function.
11391 (octave-indent-new-comment-line): Use it (indirectly).
11392 (octave-mode): Don't disable smie-auto-fill. Use add-function to
11393 modify comment-line-break-function.
11394
11395 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11396 (smie-setup): Use add-function to set it.
11397
11398 2013-05-24 Sam Steingold <sds@gnu.org>
11399
11400 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11401 argument (before the `interactive' argument).
11402
11403 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11404
11405 * image-mode.el (image-mode-winprops): Add winprops to
11406 image-mode-winprops-alist before running
11407 image-mode-new-window-functions.
11408 * doc-view.el (doc-view-new-window-function): Don't delay
11409 doc-view-goto-page via timers (bug#14435).
11410
11411 2013-05-24 Tassilo Horn <tsdh@gnu.org>
11412
11413 * doc-view.el: Integrate with desktop.el. (Bug#14435)
11414 (doc-view-desktop-save-buffer): New function.
11415 (doc-view-restore-desktop-buffer): New function.
11416 (desktop-buffer-mode-handlers):
11417 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11418 handler.
11419 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11420 `desktop-save-buffer' function.
11421
11422 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
11423
11424 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11425 (tramp-gvfs-file-name-handler): Raise a user error when
11426 `tramp-gvfs-enabled' is nil.
11427 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11428 Do not raise a user error when loading package. (Bug#14447)
11429
11430 * net/xesam.el: Move to obsolete/.
11431
11432 2013-05-24 Glenn Morris <rgm@gnu.org>
11433
11434 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11435
11436 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11437
11438 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11439 (Info-find-node, Man-getpage-in-background): Declare.
11440
11441 * mail/unrmail.el (unrmail):
11442 Replace obsolete detect-coding-with-priority.
11443
11444 * net/socks.el (socks-split-string): Use this rather than split-string.
11445 (socks-nslookup-host): Update for above change.
11446 (dynamic-choice, s5-dynamic-choice-match)
11447 (s5-dynamic-choice-match-inline, s5-widget-value-create):
11448 Comment out unused code.
11449
11450 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11451 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11452 (gud-tooltip-echo-area): Make obsolete.
11453 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11454
11455 * progmodes/js.el (js--optimize-arglist): Declare.
11456
11457 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11458
11459 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11460 (ediff-window-C): Declare.
11461
11462 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11463 Tweak requires to silence compiler.
11464
11465 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
11466 (he-search-string, he-tried-table, he-expand-list)
11467 (he-init-string, he-string-member, he-substitute-string)
11468 (he-reset-string): Declare.
11469
11470 * obsolete/options.el (list-options): Use custom-variable-p,
11471 rather than obsolete alias.
11472
11473 2013-05-23 Sam Steingold <sds@gnu.org>
11474
11475 * simple.el (shell-command-on-region): Pass the `replace' argument
11476 down to `call-process-region' to comply with the doc as reported on
11477 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
11478
11479 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * emacs-lisp/smie.el (smie-indent-forward-token)
11482 (smie-indent-backward-token): Handle string tokens (bug#14381).
11483
11484 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11485
11486 * ielm.el (ielm-menu): New menu.
11487 (inferior-emacs-lisp-mode): Set comment-start.
11488
11489 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11490
11491 * textmodes/reftex.el (reftex-ref-style-toggle):
11492 Fix deactivate action.
11493
11494 * textmodes/reftex-vars.el (reftex-ref-style-alist):
11495 Add cleveref macros.
11496
11497 * textmodes/reftex-parse.el
11498 (reftex-locate-bibliography-files): Accept options for
11499 bibliography commands.
11500 * textmodes/reftex-vars.el (reftex-bibliography-commands):
11501 Add addbibresource. Basic Biblatex support.
11502
11503 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
11504
11505 * net/tramp-gvfs.el (top):
11506 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
11507 when loading package. (Bug#14447)
11508
11509 2013-05-23 Glenn Morris <rgm@gnu.org>
11510
11511 * progmodes/js.el: No need to load comint when compiling.
11512 (ring-insert, comint-send-string, comint-send-input)
11513 (comint-last-input-end, ido-chop): Declare.
11514
11515 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
11516 * vc/ediff-mult.el: Adjust requires.
11517 (ediff-directories-internal, ediff-directory-revisions-internal)
11518 (ediff-patch-file-internal): Declare.
11519 * vc/ediff-ptch.el: Adjust requires.
11520 (ediff-use-last-dir, ediff-buffers-internal): Declare.
11521 (ediff-find-file): Autoload.
11522 * vc/ediff-util.el: No need to load ediff when compiling.
11523 (ediff-regions-internal): Declare.
11524 * vc/ediff-wind.el: Adjust requires.
11525 (ediff-compute-toolbar-width): Define when compiling.
11526 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
11527 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
11528 (dired-get-filename, dired-get-marked-files)
11529 (ediff-last-dir-patch, ediff-patch-default-directory)
11530 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
11531 (ediff-patch-buffer-internal): Declare.
11532
11533 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11534 (ispell-process, ispell-buffer-local-words, lm-summary)
11535 (lm-section-start, lm-section-end): Declare.
11536 (checkdoc-ispell-init): Simplify.
11537
11538 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11539 (he-string-member, he-reset-string, he-substitute-string): Declare.
11540
11541 * eshell/em-ls.el: Adjust requires.
11542 (eshell-glob-regexp): Declare.
11543 * eshell/em-tramp.el: Adjust requires.
11544 (eshell-parse-command): Autoload.
11545 * eshell/em-xtra.el: Adjust requires.
11546 (eshell-parse-command): Autoload.
11547 * eshell/esh-ext.el: Adjust requires.
11548 (eshell-parse-command, eshell-close-handles): Autoload.
11549 * eshell/esh-io.el: Adjust requires.
11550 (eshell-output-filter): Autoload.
11551 * eshell/esh-util.el: No need to load tramp when compiling.
11552 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11553 Declare.
11554 (eshell-parse-ange-ls): Require ange-ftp and tramp.
11555 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11556 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11557 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11558 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11559 * eshell/esh-opt.el, eshell/esh-proc.el:
11560 * eshell/esh-var.el: Adjust requires.
11561 * eshell/eshell.el: Do not require esh-util twice.
11562 (eshell-add-input-to-history): Declare.
11563 (eshell-command): Check history module is active before using it.
11564
11565 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11566
11567 2013-05-22 Leo Liu <sdl.web@gmail.com>
11568
11569 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11570
11571 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
11572
11573 * autorevert.el (auto-revert-notify-add-watch)
11574 (auto-revert-notify-handler): Add `attrib' for the inotify case,
11575 it indicates changes in file modification time.
11576
11577 2013-05-22 Glenn Morris <rgm@gnu.org>
11578
11579 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11580 Always delete the autoloaded function from the noruntime and
11581 unresolved functions lists.
11582
11583 * allout.el: No need to load epa, epg, overlay when compiling.
11584 (epg-context-set-passphrase-callback, epg-list-keys)
11585 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11586 (epg-key-user-id-list): Declare.
11587
11588 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11589 (viper-set-parsing-style-toggling-macro)
11590 (viper-set-emacs-state-searchstyle-macros):
11591 Use called-interactively-p on Emacs.
11592 (viper-looking-back): Make it an obsolete alias. Update callers.
11593 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11594 Use looking-back rather than viper-looking-back.
11595 (viper-tmp-insert-at-eob, viper-enlarge-region)
11596 (viper-read-string-with-history, viper-register-to-point)
11597 (viper-append-to-register, viper-change-state-to-vi)
11598 (viper-backward-char-carefully, viper-forward-char-carefully)
11599 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
11600 (viper-change-state-to-emacs): Declare.
11601 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
11602 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
11603 * emulation/viper-mous.el: Do not load viper-cmd.
11604 (viper-backward-char-carefully, viper-forward-char-carefully)
11605 (viper-forward-word, viper-adjust-window): Declare.
11606
11607 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
11608
11609 * progmodes/idlw-help.el (idlwave-help-fontify):
11610 Use called-interactively-p.
11611
11612 * term/w32console.el (w32-get-console-codepage)
11613 (w32-get-console-output-codepage): Declare.
11614
11615 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
11616 Remove unnecessary declarations.
11617 (dframe-message): Doc fix.
11618
11619 * info.el (dframe-select-attached-frame, dframe-current-frame):
11620 Declare.
11621
11622 * speedbar.el (speedbar-message): Make it an obsolete alias.
11623 Update all callers.
11624 (speedbar-with-attached-buffer)
11625 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
11626 (speedbar-with-writable): Use backquote.
11627 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
11628 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
11629 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
11630 rather than speedbar- aliases.
11631 * mail/rmail.el: Load dframe rather than speedbar when compiling.
11632 (speedbar-make-specialized-keymap, speedbar-insert-button)
11633 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
11634 (speedbar-do-function-pointer): Declare.
11635 (rmail-speedbar-button, rmail-speedbar-find-file)
11636 (rmail-speedbar-move-message):
11637 Use dframe-with-attached-buffer rather than speedbar- alias.
11638 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
11639 (dframe-message, speedbar-make-specialized-keymap)
11640 (speedbar-add-expansion-list, speedbar-mode-functions-list)
11641 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
11642 (speedbar-insert-button, dframe-select-attached-frame)
11643 (dframe-maybee-jump-to-attached-frame)
11644 (speedbar-change-initial-expansion-list)
11645 (speedbar-previously-used-expansion-list-name): Declare.
11646 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
11647 Use dframe-message, dframe-with-attached-buffer rather than
11648 speedbar- aliases.
11649 (gud-sentinel): Silence compiler.
11650 * progmodes/vhdl-mode.el (speedbar-refresh)
11651 (speedbar-do-function-pointer, speedbar-add-supported-extension)
11652 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
11653 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
11654 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
11655 (speedbar-file-lists, speedbar-make-tag-line)
11656 (speedbar-line-directory, speedbar-goto-this-file)
11657 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
11658 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
11659 (speedbar-make-button, speedbar-reset-scanners)
11660 (speedbar-files-item-info, speedbar-line-text)
11661 (speedbar-find-file-in-frame, speedbar-set-timer)
11662 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
11663 (speedbar-with-writable): Do not (re)define it.
11664 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
11665 rather than speedbar- alias.
11666
11667 2013-05-21 Leo Liu <sdl.web@gmail.com>
11668
11669 * progmodes/octave.el (octave-mode-menu): Update and re-organize
11670 menu items.
11671 (octave-mode): Tweak fill-nobreak-predicate.
11672 (inferior-octave-startup): Check process to avoid infinite loop.
11673 (inferior-octave): Pop to buffer first to show abornmal process
11674 exit information.
11675
11676 2013-05-21 Glenn Morris <rgm@gnu.org>
11677
11678 * printing.el (pr-menu-bar): Define when compiling.
11679
11680 2013-05-21 Leo Liu <sdl.web@gmail.com>
11681
11682 * progmodes/octave.el (octave-auto-fill): Remove.
11683 (octave-indent-new-comment-line): Improve.
11684 (octave-mode): Use auto fill mode through
11685 comment-line-break-function and fill-nobreak-predicate.
11686 (octave-goto-function-definition): Support DEFUN_DLD.
11687 (octave-beginning-of-defun): Small tweak.
11688 (octave-help): Show parent directory.
11689
11690 2013-05-21 Glenn Morris <rgm@gnu.org>
11691
11692 * files.el (dired-unmark):
11693 * progmodes/gud.el (gdb-input): Update declarations.
11694
11695 * calculator.el (electric, ehelp): No need to load when compiling.
11696 (Electric-command-loop, electric-describe-mode): Declare.
11697
11698 * doc-view.el (doc-view-current-converter-processes): Move before use.
11699
11700 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11701 Move MODE-set-explicitly definition before use.
11702
11703 * international/mule-diag.el (mule-diag):
11704 Don't use obsolete window-system-version.
11705
11706 * mail/feedmail.el (smtpmail): No need to load when compiling.
11707 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
11708
11709 * mail/mail-utils.el (rfc822): No need to load when compiling.
11710 (rfc822-addresses): Autoload it.
11711 (mail-strip-quoted-names): Trivial simplification.
11712
11713 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11714 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11715
11716 * net/snmp-mode.el (tempo): Don't duplicate requires.
11717
11718 * progmodes/prolog.el (info): No need to load when compiling.
11719 (comint): Require before shell requires it.
11720 (Info-goto-node): Autoload it.
11721 (Info-follow-nearest-node): Declare.
11722 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11723
11724 * textmodes/artist.el (picture-mode-exit): Declare.
11725
11726 * textmodes/reftex-parse.el (reftex-parse-from-file):
11727 Trivial rewrite so the compiler can parse it better.
11728
11729 2013-05-20 Leo Liu <sdl.web@gmail.com>
11730
11731 * progmodes/octave.el (octave-help-mode-map)
11732 (octave-help-mode-finish-hook): New variables.
11733 (octave-help-mode, octave-help-mode-finish): New functions.
11734 (octave-help): Use octave-help-mode.
11735
11736 2013-05-20 Glenn Morris <rgm@gnu.org>
11737
11738 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
11739
11740 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
11741
11742 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11743 start at point, so that expansion starting right after opening
11744 slash in a regexp is recognized.
11745 (ruby-syntax-before-regexp-re): New defvar, extracted from
11746 ruby-syntax-propertize-function. Since the value of this regexp
11747 is looked up at runtime now, we should be able to turn
11748 `ruby-syntax-methods-before-regexp' into a defcustom later.
11749 (ruby-syntax-propertize-function): Split regexp matching into two
11750 parts, for opening and closing slashes. That allows us to skip
11751 over string interpolations and support multiline regexps.
11752 Don't call `ruby-syntax-propertize-expansions', instead use another rule
11753 for them, which calls `ruby-syntax-propertize-expansion'.
11754 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11755 call to `ruby-syntax-propertize-function'.
11756 (ruby-syntax-propertize-expansion): Extracted from
11757 `ruby-syntax-propertize-expansions'. Handles one expansion.
11758 (ruby-syntax-propertize-percent-literal): Leave point right after
11759 the percent symbol, so that the expression expansion rule can
11760 propertize the contents.
11761 (ruby-syntax-propertize-heredoc): Leave point at bol following the
11762 heredoc openers.
11763 (ruby-syntax-propertize-expansions): Remove.
11764
11765 2013-05-18 Juri Linkov <juri@jurta.org>
11766
11767 * man.el (Man-default-man-entry): Remove `-' from the end
11768 of the default value. (Bug#14400)
11769
11770 2013-05-18 Glenn Morris <rgm@gnu.org>
11771
11772 * comint.el (comint-password-prompt-regexp):
11773 Allow "password for XXX" where XXX contains colons (eg https://...).
11774
11775 2013-05-18 Leo Liu <sdl.web@gmail.com>
11776
11777 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11778 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
11779 (octave-source-directories): Don't check process.
11780 (octave-source-directories, octave-find-definition): Doc fix.
11781
11782 2013-05-18 Glenn Morris <rgm@gnu.org>
11783
11784 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11785 Remove backspace/delete bindings. (Bug#14392)
11786
11787 * cus-dep.el (custom-make-dependencies): Sort the output.
11788 (custom-versions-load-alist): Convert comment to doc.
11789
11790 2013-05-17 Leo Liu <sdl.web@gmail.com>
11791
11792 * newcomment.el (comment-search-backward): Stricter in finding
11793 comment start. (Bug#14303)
11794
11795 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11796 (octave-comment-start-skip): Properly anchored.
11797
11798 2013-05-17 Leo Liu <sdl.web@gmail.com>
11799
11800 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11801 Clean up when turned off. (Bug#14395)
11802 (smie--highlight-matching-block-overlay): No longer buffer-local.
11803 (smie-highlight-matching-block): Adjust.
11804
11805 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
11806
11807 Doc string fix for "nanoseconds" (Bug#14406).
11808 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11809 Fix doc string typo that had "nanoseconds" instead of "microseconds".
11810
11811 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
11812
11813 * calc/calc-units.el (math-extract-units): Preserve powers
11814 of units.
11815
11816 2013-05-17 Leo Liu <sdl.web@gmail.com>
11817
11818 * subr.el (delete-consecutive-dups): New function.
11819 * ido.el (ido-set-matches-1): Use it.
11820 * progmodes/octave.el (inferior-octave-completion-table): Use it.
11821 * ido.el (ido-remove-consecutive-dups): Remove.
11822
11823 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11824
11825 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11826 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11827 regexp-opt's `words'.
11828
11829 2013-05-16 Leo Liu <sdl.web@gmail.com>
11830
11831 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11832 (smie--highlight-matching-block-overlay)
11833 (smie--highlight-matching-block-lastpos)
11834 (smie--highlight-matching-block-timer): New variables.
11835 (smie-highlight-matching-block): New function.
11836 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
11837 (smie-setup): Conditionally enable smie-blink-matching-open.
11838
11839 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
11840
11841 Sync with upstream verilog-mode r840.
11842 * progmodes/verilog-mode.el (verilog-mode-version)
11843 (verilog-mode-release-date): Update.
11844 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11845 (verilog-sig-tieoff): Fix string error on
11846 AUTORESET with colon define, bug594. Reported by Andrew Hou.
11847 (verilog-read-decls): Fix parameters confusing
11848 AUTOINST interfaces, bug565. Reported by Leith Johnson.
11849
11850 2013-05-16 Eli Zaretskii <eliz@gnu.org>
11851
11852 * subr.el (reveal-filename): New function.
11853
11854 * loadup.el: Compute Emacs executable versions on MS-Windows,
11855 where executables have the .exe extension. Add a hard link
11856 emacs-XX.YY.ZZ.exe on MS-Windows.
11857
11858 * Makefile.in (XARGS_LIMIT): New variable.
11859 (custom-deps, finder-data, autoloads)
11860 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11861 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11862 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11863 (compile-main): Limit xargs according to $(XARGS_LIMIT).
11864
11865 2013-05-16 Leo Liu <sdl.web@gmail.com>
11866
11867 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
11868 (octave-mode-menu, octave-mode-map): Remove its uses.
11869
11870 2013-05-16 Reto Zimmermann <reto@gnu.org>
11871
11872 Sync with upstream vhdl mode v3.34.2.
11873 * progmodes/vhdl-mode.el: Use `push' throughout.
11874 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
11875 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
11876 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
11877 (vhdl-actual-generic-name): New option to derive actual generic name.
11878 (vhdl-port-paste-signals): Replace formal by actual generics.
11879 (vhdl-beautify): New name for old group vhdl-align. Update users.
11880 (vhdl-beautify-options): New option.
11881 (vhdl-last-input-event): New compat alias. Use throughout.
11882 (vhdl-goto-line): Replace user level function `goto-line'.
11883 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
11884 vhdl-fix-statement-buffer.
11885 (vhdl-create-mode-menu): Add some entries.
11886 (vhdl-align-region-groups): Respect vhdl-beautify-options.
11887 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
11888 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
11889 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
11890 to force statements on one line.
11891 (vhdl-remove-trailing-spaces-region):
11892 New, split from vhdl-remove-trailing-spaces.
11893 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
11894 Respect vhdl-beautify-options.
11895 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
11896 (vhdl-update-sensitivity-list): Not add with index if exists without.
11897 Not include array index with signal. Ignore keywords in comments.
11898 (vhdl-get-visible-signals): Regexp tweaks.
11899 (vhdl-template-component-inst): Handle empty library.
11900 (vhdl-template-type): Add template for 'enum' type.
11901 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
11902 Use vhdl-replace-string.
11903 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
11904 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
11905 (vhdl-speedbar-initialize): Update for above name change.
11906 (vhdl-compose-wire-components): Fix in handling of constants.
11907 (vhdl-error-regexp-emacs-alist): New variable.
11908 (vhdl-error-regexp-add-emacs): New function;
11909 adds support for new compile.el (Emacs 22+)
11910 (vhdl-generate-makefile-1): Change target order for single lib. units.
11911 Allow use of absolute file names.
11912
11913 2013-05-16 Leo Liu <sdl.web@gmail.com>
11914
11915 * simple.el (prog-indent-sexp): Indent enclosing defun.
11916
11917 2013-05-15 Glenn Morris <rgm@gnu.org>
11918
11919 * cus-start.el (show-trailing-whitespace): Move to editing basics.
11920 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
11921 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
11922 (whitespace-highlight): Move to whitespace group.
11923
11924 * comint.el (comint-source):
11925 * pcmpl-linux.el (pcmpl-linux):
11926 * shell.el (shell-faces):
11927 * eshell/esh-opt.el (eshell-opt):
11928 * international/ccl.el (ccl): Remove empty custom groups.
11929
11930 * completion.el (dynamic-completion-mode):
11931 * jit-lock.el (jit-lock-debug-mode):
11932 * minibuffer.el (completion-in-region-mode):
11933 * type-break.el (type-break-mode-line-message-mode)
11934 (type-break-query-mode):
11935 * emulation/tpu-edt.el (tpu-edt-mode):
11936 * progmodes/subword.el (global-subword-mode, global-superword-mode):
11937 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11938 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
11939
11940 * term/xterm.el (xterm): Change parent group to terminals.
11941
11942 * master.el (master): Remove empty custom group.
11943 (master-mode): Remove unused :group argument.
11944 * textmodes/refill.el (refill): Remove empty custom group.
11945 (refill-mode): Remove unused :group argument.
11946
11947 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
11948
11949 * cus-dep.el: Provide a feature.
11950 (custom-make-dependencies): Ignore dotfiles (dir-locals).
11951 Don't mistakenly ignore files whose basenames match a basename
11952 from preloaded-file-list (eg cedet/ede/simple.el).
11953 Add a fallback method for getting :group.
11954
11955 2013-05-15 Juri Linkov <juri@jurta.org>
11956
11957 * isearch.el (isearch-char-by-name): Rename from
11958 `isearch-insert-char-by-name'. Doc fix.
11959 (isearch-forward): Mention `isearch-char-by-name' in
11960 the docstring. (Bug#13348)
11961
11962 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
11963 `exit-minibuffer' instead of
11964 `isearch-nonincremental-exit-minibuffer'.
11965 (isearch-edit-string): Remove mention of
11966 `isearch-nonincremental-exit-minibuffer' from docstring.
11967 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
11968 (isearch-forward-exit-minibuffer)
11969 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
11970
11971 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
11972
11973 * loadup.el: Just use unversioned DOC.
11974
11975 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
11976 literals as extending to EOB.
11977 (nxml-last-fontify-end): Remove unused variable.
11978 (nxml-after-change1): Use with-silent-modifications.
11979 (nxml-extend-after-change-region): Simplify.
11980 (nxml-extend-after-change-region1): Remove function.
11981 (nxml-after-change1): Don't adjust for dependent regions.
11982 (nxml-fontify-matcher): Simplify.
11983 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
11984 (xmltok-add-dependent): Remove function.
11985 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
11986 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
11987 (xmltok-scan-prolog-after-processing-instruction-open): Treat
11988 unclosed <[[, <?, comment, and other literals as extending to EOB.
11989 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
11990 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
11991 Remove functions.
11992 (rng-do-some-validation-1): Don't mark dependent regions.
11993 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
11994 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
11995 (nxml-clear-dependent-regions): Remove functions.
11996 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
11997 (nxml-ensure-scan-up-to-date):
11998 Don't clear&mark dependent regions.
11999
12000 2013-05-15 Leo Liu <sdl.web@gmail.com>
12001
12002 * progmodes/octave.el (octave-goto-function-definition):
12003 Improve and fix callers.
12004
12005 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12006
12007 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12008 the setter (bug#14387).
12009
12010 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12011 surrounding group (bug#14402).
12012
12013 2013-05-14 Juri Linkov <juri@jurta.org>
12014
12015 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12016 (Bug#14390)
12017
12018 2013-05-14 Glenn Morris <rgm@gnu.org>
12019
12020 * progmodes/f90.el (f90-imenu-generic-expression):
12021 Fix typo in 2013-05-08 change. (Bug#14402)
12022
12023 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12024
12025 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12026 Remove signals for which replies are never received.
12027
12028 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12029
12030 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12031 (gdb-handler-alist, gdb-handler-number): Remove variables.
12032 (gdb-handler-list): New variable.
12033 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12034 (gdb-pending-handler-p, gdb-handle-reply)
12035 (gdb-remove-all-pending-triggers): New functions.
12036 (gdb-discard-unordered-replies): New defcustom.
12037 (gdb-handler): New defstruct.
12038 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
12039 instead of gdb-pending-triggers. Update docstring.
12040 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
12041 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12042 (gdb-var-update-handler, def-gdb-auto-update-trigger)
12043 (def-gdb-auto-update-handler, gdb-get-changed-registers)
12044 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12045 (gdb-frame-handler): Pending triggers are now automatically managed.
12046 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12047 Remove argument.
12048 (gdb-input): Automatically handles pending triggers. Update docstring.
12049 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12050 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12051 Update comments.
12052 (gdb-done-or-error): Now use gdb-handle-reply.
12053
12054 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12055
12056 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12057 gdb-debug-log.
12058
12059 2013-05-14 Glenn Morris <rgm@gnu.org>
12060
12061 * subr.el (user-emacs-directory-warning): New option.
12062 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
12063
12064 2013-05-14 Leo Liu <sdl.web@gmail.com>
12065
12066 * progmodes/octave.el (octave-font-lock-keywords): Fix error
12067 during redisplay.
12068 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12069 (octave-font-lock-texinfo-comment): Fix invalid search bound
12070 error: wrong side of point.
12071
12072 2013-05-14 Glenn Morris <rgm@gnu.org>
12073
12074 * progmodes/flymake.el (flymake-xml-program): New option.
12075 (flymake-xml-init): Use it.
12076
12077 * term/xterm.el: Provide a feature.
12078
12079 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
12080
12081 2013-05-13 Glenn Morris <rgm@gnu.org>
12082
12083 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12084 Add compat aliases as a hack workaround. (Bug#14384)
12085
12086 2013-05-13 Leo Liu <sdl.web@gmail.com>
12087
12088 * progmodes/octave.el (octave-indent-comment): Fix indentation for
12089 ###, and %!.
12090 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12091 C-M-q.
12092 (octave-comment-start-skip): Include %!.
12093 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12094
12095 2013-05-12 Leo Liu <sdl.web@gmail.com>
12096
12097 * progmodes/octave.el (inferior-octave-startup): Store the value
12098 of __octave_srcdir__ for octave-source-directories.
12099 (inferior-octave-check-process): New function refactored out of
12100 inferior-octave-send-list-and-digest.
12101 (octave-source-directories)
12102 (octave-find-definition-filename-function): New variables.
12103 (octave-source-directories)
12104 (octave-find-definition-default-filename): New functions.
12105 (octave-find-definition): Improve to find functions implemented in C++.
12106
12107 2013-05-12 Glenn Morris <rgm@gnu.org>
12108
12109 * calendar/diary-lib.el (diary-outlook-format-1):
12110 Don't include dayname in the output. (Bug#14349)
12111
12112 2013-05-11 Glenn Morris <rgm@gnu.org>
12113
12114 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12115
12116 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12117 Treat cc-provide like provide.
12118
12119 2013-05-11 Kevin Ryde <user42@zip.com.au>
12120
12121 * cus-dep.el (custom-make-dependencies):
12122 Use generated-autoload-load-name for the sake of files such
12123 such cedet/semantic/bovine/c.el, where the base file name
12124 is not in load-path. (Bug#5277)
12125
12126 2013-05-11 Glenn Morris <rgm@gnu.org>
12127
12128 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12129 Provide features.
12130
12131 2013-05-11 Leo Liu <sdl.web@gmail.com>
12132
12133 * progmodes/octave.el (octave-indent-comment): Improve.
12134 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12135 (octave-eldoc-function-signatures, octave-eldoc-function):
12136 New functions.
12137 (octave-mode, inferior-octave-mode): Add eldoc support.
12138
12139 2013-05-11 Richard Stallman <rms@gnu.org>
12140
12141 * epa.el (epa-decrypt-file): Take output file name as argument
12142 and read it using `interactive'.
12143
12144 2013-05-11 Leo Liu <sdl.web@gmail.com>
12145
12146 * progmodes/octave.el (octave-beginning-of-line)
12147 (octave-end-of-line): Check before using up-list because it jumps
12148 out of more syntactic contructs since moving to smie.
12149 (octave-indent-comment): New function.
12150 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
12151 (octave-begin-keywords, octave-end-keywords)
12152 (octave-reserved-words, octave-smie-bnf-table)
12153 (octave-smie-rules): Add new keywords from Octave 3.6.4.
12154
12155 2013-05-11 Glenn Morris <rgm@gnu.org>
12156
12157 * faces.el (internal-face-x-get-resource):
12158 * frame.el (ns-display-monitor-attributes-list):
12159 * calc/calc-aent.el (math-to-radians-2):
12160 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12161 Fix declarations.
12162
12163 * calc/calc-menu.el: Make it loadable in isolation.
12164
12165 * net/eudcb-bbdb.el: Make it loadable without bbdb.
12166 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12167 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12168 (eudc-bbdb-query-internal): Require 'bbdb.
12169
12170 * lpr.el (lpr-headers-switches):
12171 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12172
12173 * progmodes/sql.el (sql-login-params): Fix and improve :type.
12174
12175 * emulation/edt-mapper.el: In batch mode, error rather than hang.
12176
12177 * term.el (term-set-escape-char): Make it idempotent.
12178
12179 2013-05-10 Leo Liu <sdl.web@gmail.com>
12180
12181 * progmodes/octave.el (inferior-octave-completion-table):
12182 No longer a function and all uses changed. Use cache to speed up
12183 completion due to bug#11906.
12184 (octave-beginning-of-defun): Re-write to be more general.
12185
12186 2013-05-10 Glenn Morris <rgm@gnu.org>
12187
12188 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12189
12190 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * comint.el (comint-redirect-send-command-to-process): Use :around
12193 rather than :override for comint-redirect-filter.
12194 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12195 Call it instead of comint-redirect-original-filter-function (which
12196 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
12197
12198 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
12199
12200 * frame.el (display-monitor-attributes-list): Add NS case.
12201 (ns-display-monitor-attributes-list): Declare.
12202
12203 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
12204
12205 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
12206
12207 2013-05-09 Glenn Morris <rgm@gnu.org>
12208
12209 * international/fontset.el (vertical-centering-font-regexp):
12210 Set standard-value.
12211
12212 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12213
12214 * bookmark.el (bookmark-search-delay):
12215 * cus-start.el (vertical-centering-font-regexp):
12216 * ps-mule.el (ps-mule-font-info-database-default):
12217 * ps-print.el (ps-default-fg, ps-default-bg):
12218 * type-break.el (type-break-good-break-interval):
12219 * whitespace.el (whitespace-indentation-regexp)
12220 (whitespace-space-after-tab-regexp):
12221 * emacs-lisp/testcover.el (testcover-1value-functions)
12222 (testcover-noreturn-functions, testcover-progn-functions)
12223 (testcover-prog1-functions):
12224 * emulation/viper-init.el (viper-emacs-state-cursor-color):
12225 * eshell/em-glob.el (eshell-glob-translate-alist):
12226 * play/tetris.el (tetris-tty-colors):
12227 * progmodes/cpp.el (cpp-face-default-list):
12228 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12229 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12230 (idlwave-help-browser-generic-args):
12231 * progmodes/make-mode.el (makefile-special-targets-list):
12232 * progmodes/python.el (python-shell-virtualenv-path):
12233 * progmodes/verilog-mode.el (verilog-active-low-regexp)
12234 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12235 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12236 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12237 * textmodes/reftex-vars.el (reftex-format-label-function):
12238 * textmodes/remember.el (remember-diary-file): Fix custom types.
12239
12240 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12241 Add :version.
12242
12243 2013-05-09 Leo Liu <sdl.web@gmail.com>
12244
12245 * progmodes/octave.el (inferior-octave-completion-at-point):
12246 Restore file completion. (Bug#14300)
12247 (inferior-octave-startup): Fix incorrect highlighting for the
12248 first prompt.
12249
12250 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12251
12252 * progmodes/ruby-mode.el: First cut at SMIE support.
12253 (ruby-use-smie): New var.
12254 (ruby-smie-grammar): New constant.
12255 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12256 (ruby-smie--forward-token, ruby-smie--backward-token)
12257 (ruby-smie-rules): New functions.
12258 (ruby-mode-variables): Setup SMIE if applicable.
12259
12260 2013-05-08 Eli Zaretskii <eliz@gnu.org>
12261
12262 * simple.el (line-move-visual): Signal beginning/end of buffer
12263 only if vertical-motion moved less than it was requested. Avoids
12264 silly incorrect error messages when there are display strings with
12265 multiple newlines at EOL.
12266
12267 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12268
12269 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12270 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12271 (prolog-char-quote-workaround):
12272 * progmodes/cperl-mode.el (cperl-under-as-char):
12273 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12274 Mark as obsolete.
12275 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12276 their declaration.
12277 (vhdl-mode-syntax-table-init): Remove.
12278
12279 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12280 last change.
12281
12282 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12283 syntax for "_".
12284 (ld-script-font-lock-keywords):
12285 Change regexps to use things like \_< and \_>.
12286
12287 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12288 Change all regexps to use things like \_< and \_>.
12289
12290 * progmodes/autoconf.el (autoconf-definition-regexp)
12291 (autoconf-font-lock-keywords, autoconf-current-defun-function):
12292 Handle a _ with symbol syntax.
12293 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12294
12295 * progmodes/ada-mode.el (ada-mode-abbrev-table):
12296 Consolidate declaration.
12297 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12298 the declaration.
12299 (ada-create-syntax-table): Remove.
12300 (ada-capitalize-word): Don't mess with the syntax of "_" since it
12301 already has the right syntax nowadays.
12302 (ada-goto-next-word): Don't change the syntax of "_".
12303
12304 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12305 with-wrapper-hook.
12306
12307 2013-05-08 Sam Steingold <sds@gnu.org>
12308
12309 * thingatpt.el (thing-at-point): Accept optional second argument
12310 NO-PROPERTIES to strip the text properties from the return value.
12311 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12312 to `thing-at-point' instead of stripping the properties ourselves.
12313 Also, when `thing-at-point' fails to find a url, prepend "http://"
12314 to the filename at point on the assumption that the user is
12315 pointing at something like gnu.org/gnu.
12316
12317 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
12318
12319 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12320 * faces.el (crm-separator):
12321 Silence byte-compiler.
12322
12323 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12324 (tool-bar-map): Remove unneeded defvars.
12325
12326 2013-05-08 Leo Liu <sdl.web@gmail.com>
12327
12328 Re-work a fix for bug#10994 based on Le Wang's patch.
12329 * ido.el (ido-remove-consecutive-dups): New helper.
12330 (ido-completing-read): Use it.
12331 (ido-chop): Revert fix for bug#10994.
12332
12333 2013-05-08 Adam Spiers <emacs@adamspiers.org>
12334
12335 * cus-edit.el (custom-save-variables):
12336 Pretty-print long values. (Bug#14187)
12337
12338 2013-05-08 Glenn Morris <rgm@gnu.org>
12339
12340 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12341 (m4-mode-syntax-table): Init in the defvar.
12342 (m4-mode-abbrev-table): Let define-derived-mode define it.
12343
12344 2013-05-08 Tom Tromey <tromey@redhat.com>
12345
12346 * progmodes/m4-mode.el (m4-mode-syntax-table):
12347 Do not treat "_" as word constituent. (Bug#14167)
12348
12349 2013-05-07 Glenn Morris <rgm@gnu.org>
12350
12351 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12352 Remove explicit eshell-isearch-cancel-map.
12353
12354 * progmodes/f90.el (f90-smart-end-names): New option.
12355 (f90-smart-end): Doc fix.
12356 (f90-end-block-optional-name): New constant.
12357 (f90-block-match): Respect f90-smart-end-names.
12358
12359 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12360
12361 * progmodes/octave.el (octave-smie-forward-token): Be more careful
12362 about implicit semi-colons (bug#14218).
12363
12364 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12365
12366 * frame.el (display-monitor-attributes-list)
12367 (frame-monitor-attributes): New functions.
12368
12369 2013-05-06 Leo Liu <sdl.web@gmail.com>
12370
12371 * progmodes/octave.el (octave-syntax-propertize-function): Change
12372 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
12373 (octave-font-lock-keywords): Use octave-operator-regexp.
12374 (octave-completion-at-point): Rename from
12375 octave-completion-at-point-function.
12376 (inferior-octave-directory-tracker): Robustify.
12377 (octave-text-functions): Remove and fix its uses. No such things
12378 any more.
12379
12380 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12381
12382 * emacs-lisp/trace.el (trace--display-buffer): New function.
12383 (trace-make-advice): Use it.
12384
12385 2013-05-06 Juri Linkov <juri@jurta.org>
12386
12387 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
12388 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12389 Doc fix.
12390 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12391 in the help string. (Bug#12985)
12392
12393 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
12394
12395 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
12396
12397 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12398
12399 * progmodes/perl-mode.el: Add support for here documents.
12400 (perl-syntax-propertize-function): Match here-doc markers.
12401 (perl-syntax-propertize-special-constructs): Find their end.
12402 (perl-imenu-generic-expression): Use [:alnum:].
12403
12404 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12405 (advice--add-function): Refresh the advice if already present
12406 (bug#14317).
12407
12408 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
12409
12410 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
12411
12412 2013-05-06 Glenn Morris <rgm@gnu.org>
12413
12414 * w32-fns.el (w32-charset-info-alist): Declare.
12415
12416 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12417 of its defcustom properties.
12418 (eshell-cmpl-initialize): No need to load pcomplete.
12419
12420 * generic-x.el: No need to require comint when compiling.
12421
12422 * net/eudc-export.el: Make it loadable without bbdb.
12423 (top-level): Use require rather than load-library.
12424 (eudc-create-bbdb-record, eudc-bbdbify-phone)
12425 (eudc-batch-export-records-to-bbdb)
12426 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12427 Require bbdb.
12428
12429 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12430
12431 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12432 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12433 some tweaks, instead.
12434
12435 2013-05-05 Leo Liu <sdl.web@gmail.com>
12436
12437 * progmodes/octave.el (octave-font-lock-keywords)
12438 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12439 (inferior-octave-send-list-and-digest): Improve error message.
12440 (octave-mode, inferior-octave-mode): Use setq-local.
12441 (octave-help): Set info-lookup-mode.
12442
12443 2013-05-05 Richard Stallman <rms@gnu.org>
12444
12445 * vc/compare-w.el (compare-windows-whitespace):
12446 Treat no-break space as whitespace.
12447
12448 * mail/rmailsum.el (rmail-summary-rmail-update):
12449 Detect empty summary and don't change selected message.
12450 (rmail-summary-goto-msg): Likewise.
12451
12452 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12453 Doc fixes, rename args.
12454
12455 2013-05-05 Alan Mackenzie <acm@muc.de>
12456
12457 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12458
12459 2013-05-05 Juri Linkov <juri@jurta.org>
12460
12461 * info.el (Info-read-subfile): Use (point-min) instead of (point)
12462 to not add the length of the summary segment to the return value.
12463 (Bug#14125)
12464
12465 2013-05-05 Leo Liu <sdl.web@gmail.com>
12466
12467 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
12468 (inferior-octave-output-filter): Remove.
12469 (octave-send-region, inferior-octave-startup): Fix callers.
12470 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
12471 (octave-binary-file-extensions): New user variable.
12472 (octave-find-definition): Confirm if opening binary files.
12473 (octave-help-file): Use octave-find-definition to get the binary
12474 confirmation.
12475 (octave-help): Adjust for octave-help-file change.
12476
12477 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12478
12479 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
12480 Merge the two entries that handle function definitions.
12481 (pascal--syntax-propertize): New const.
12482 (pascal-mode): Use it. Use setq-local.
12483
12484 2013-05-04 Glenn Morris <rgm@gnu.org>
12485
12486 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
12487 (diary-from-outlook): Respect diary-from-outlook-function.
12488
12489 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12490
12491 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
12492 Move the declaration from C.
12493 (read-minibuffer, eval-minibuffer): Move from C.
12494 (completion-setup-function): Avoid minibuffer-completion-contents.
12495
12496 2013-05-03 Leo Liu <sdl.web@gmail.com>
12497
12498 * progmodes/octave.el (octave-font-lock-keywords): Do not
12499 dehighlight 'end' in comments or strings.
12500 (octave-completing-read, octave-goto-function-definition):
12501 New helpers.
12502 (octave-help-buffer): New user variable.
12503 (octave-help-file, octave-help-function): New button types.
12504 (octave-help): New command and bind it to C-h ;.
12505 (octave-find-definition): New command and bind it to M-.
12506 (user-error): Alias to error if not defined.
12507
12508 2013-05-02 Leo Liu <sdl.web@gmail.com>
12509
12510 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
12511 for \. (bug#14332)
12512 (octave-font-lock-keywords): Include [ and {.
12513
12514 2013-05-02 Leo Liu <sdl.web@gmail.com>
12515
12516 * progmodes/octave.el (inferior-octave-startup-file): Change default.
12517 (inferior-octave): Remove calling comint-mode and return the buffer.
12518 (inferior-octave-startup): Cosmetic changes.
12519
12520 2013-05-02 Leo Liu <sdl.web@gmail.com>
12521
12522 * progmodes/octave.el (octave-syntax-propertize-function):
12523 Include the case when ' is at line beginning. (Bug#14336)
12524
12525 2013-05-02 Glenn Morris <rgm@gnu.org>
12526
12527 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
12528 * desktop.el (vc-dir-mode): Just autoload it here.
12529
12530 2013-05-02 Alan Mackenzie <acm@muc.de>
12531
12532 Eliminate variable c-standard-font-lock-fontify-region-function.
12533 * progmodes/cc-mode.el
12534 (c-standard-font-lock-fontify-region-function): Remove.
12535 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12536
12537 2013-05-01 Leo Liu <sdl.web@gmail.com>
12538
12539 * progmodes/octave.el: Compatible with older emacs-24 releases.
12540 (inferior-octave-has-built-in-variables): Remove. Built-in
12541 variables were removed from Octave in 2007.
12542 (inferior-octave-startup): Fix uses.
12543 (comint-line-beginning-position): Remove compatibility code for
12544 emacs 21.
12545
12546 2013-05-01 Juri Linkov <juri@jurta.org>
12547
12548 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
12549
12550 2013-05-01 Juri Linkov <juri@jurta.org>
12551
12552 * comint.el (comint-previous-matching-input): Don't print message
12553 "History item: %d" when `isearch-mode' is active.
12554 (comint-history-isearch-message): Print message "History item: %d"
12555 when `comint-input-ring-index' is not empty and this function is
12556 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
12557
12558 2013-05-01 Leo Liu <sdl.web@gmail.com>
12559
12560 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12561 definitions. Use completion-at-point to insert keywords.
12562 (octave-abbrev-start): Remove.
12563 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12564
12565 2013-04-30 Leo Liu <sdl.web@gmail.com>
12566
12567 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12568 change.
12569
12570 2013-04-30 Alan Mackenzie <acm@muc.de>
12571
12572 Handle arbitrarily long C++ member initialisation lists.
12573 * progmodes/cc-engine.el (c-back-over-member-initializers):
12574 new function.
12575 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12576 (most) member init lists.
12577
12578 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12579
12580 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12581 variable.
12582
12583 2013-04-30 Leo Liu <sdl.web@gmail.com>
12584
12585 * progmodes/octave.el (octave-variables): Remove. No builtin
12586 variables any more. All converted to functions.
12587 (octave-font-lock-keywords, octave-completion-at-point-function):
12588 Fix uses.
12589 (octave-font-lock-texinfo-comment): New user variable.
12590 (octave-texinfo-font-lock-keywords): New variable for texinfo
12591 comment block.
12592 (octave-function-comment-block): New face.
12593 (octave-font-lock-texinfo-comment): New function.
12594 (octave-mode): Font lock texinfo comment block.
12595
12596 2013-04-29 Leo Liu <sdl.web@gmail.com>
12597
12598 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
12599 indexing expression.
12600 (octave-continuation-string): Do not use \.
12601 (inferior-octave-complete-impossible): Remove.
12602 (inferior-octave-completion-table)
12603 (inferior-octave-completion-at-point): Remove its uses.
12604 (inferior-octave-startup): completion_matches was introduced to
12605 Octave in 1996 so safe to assume it.
12606 (octave-function-file-comment): Improve to follow how Octave does it.
12607 (octave-update-function-file-comment): Tweak.
12608
12609 2013-04-29 Leo Liu <sdl.web@gmail.com>
12610
12611 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
12612 (inferior-octave-startup): Remove inferior-octave-startup-hook.
12613 (octave-function-file-comment): Fix typo.
12614 (octave-sync-function-file-names): Use read-char-choice.
12615
12616 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
12617
12618 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
12619 to t for the less important warnings.
12620
12621 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
12622
12623 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
12624
12625 2013-04-27 Glenn Morris <rgm@gnu.org>
12626
12627 * vc/log-view.el (log-view-current-entry):
12628 Treat "---" separator lines as part of the following rev. (Bug#14169)
12629
12630 2013-04-27 Juri Linkov <juri@jurta.org>
12631
12632 * subr.el (read-number): Doc fix about using it by interactive
12633 code letter `n'. (Bug#14254)
12634
12635 2013-04-27 Juri Linkov <juri@jurta.org>
12636
12637 * desktop.el (desktop-auto-save-timeout): New option.
12638 (desktop-file-checksum): New variable.
12639 (desktop-save): Add optional arg `auto-save' and don't auto-save
12640 if nothing changed.
12641 (desktop-auto-save-timer): New variable.
12642 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
12643 (after-init-hook): Call `desktop-auto-save-set-timer'.
12644 Suggested by Reuben Thomas <rrt@sc3d.org> in
12645 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
12646
12647 2013-04-27 Leo Liu <sdl.web@gmail.com>
12648
12649 * progmodes/octave.el (octave-function-file-p)
12650 (octave-skip-comment-forward, octave-function-file-comment)
12651 (octave-update-function-file-comment): New functions.
12652 (octave-mode-map): Bind C-c ; to
12653 octave-update-function-file-comment.
12654 (octave-mode-menu): Add octave-update-function-file-comment.
12655 (octave-mode, inferior-octave-mode): Fix doc-string.
12656 (octave-insert-defun): Conform to Octave's coding convention.
12657 (Bug#14285)
12658
12659 * files.el (basic-save-buffer): Don't let errors in
12660 before-save-hook prevent saving buffer.
12661
12662 2013-04-20 Roland Winkler <winkler@gnu.org>
12663
12664 * faces.el (read-face-name): Use completing-read if arg multiple
12665 is nil.
12666
12667 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
12668
12669 * ls-lisp.el (ls-lisp-insert-directory): If no files are
12670 displayed, move point to after the totals line.
12671 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
12672 for the details.
12673
12674 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
12675
12676 * emacs-lisp/package.el (package-autoload-ensure-default-file):
12677 Add current dir to the load-path.
12678 (package-generate-autoloads): Don't rely on
12679 autoload-ensure-default-file.
12680
12681 2013-04-26 Reuben Thomas <rrt@sc3d.org>
12682
12683 * textmodes/remember.el (remember-store-in-files): Document that
12684 the file name format is passed to `format-time-string'.
12685
12686 2013-04-26 Leo Liu <sdl.web@gmail.com>
12687
12688 * progmodes/octave.el (octave-sync-function-file-names): New function.
12689 (octave-mode): Use it in before-save-hook.
12690
12691 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
12694 (bug#14274).
12695
12696 * progmodes/octave.el (octave-smie-forward-token): Properly skip
12697 \n and comment, even if it's not an implicit ; (bug#14218).
12698
12699 2013-04-26 Glenn Morris <rgm@gnu.org>
12700
12701 * subr.el (read-number): Once more use `read' rather than
12702 `string-to-number', to trap non-numeric input. (Bug#14254)
12703
12704 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
12705
12706 * emacs-lisp/syntax.el (syntax-propertize-multiline):
12707 Use `syntax-multiline' text property consistently instead of
12708 `font-lock-multiline'. (Bug#14237)
12709
12710 2013-04-26 Glenn Morris <rgm@gnu.org>
12711
12712 * emacs-lisp/shadow.el (list-load-path-shadows):
12713 No longer necessary to check for duplicate simple.el, since
12714 2012-07-07 change to init_lread to not include installation lisp
12715 directories in load-path when running uninstalled. (Bug#14270)
12716
12717 2013-04-26 Leo Liu <sdl.web@gmail.com>
12718
12719 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12720 (octave-mode, inferior-octave-mode): Use setq-local.
12721 (octave-not-in-string-or-comment-p): Rename to
12722 octave-in-string-or-comment-p.
12723 (octave-in-comment-p, octave-in-string-p)
12724 (octave-in-string-or-comment-p): Replace defsubst with defun.
12725
12726 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
12727
12728 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12729
12730 2013-04-25 Bastien Guerry <bzg@gnu.org>
12731
12732 * textmodes/remember.el (remember-data-directory)
12733 (remember-directory-file-name-format): Fix custom types.
12734
12735 2013-04-25 Leo Liu <sdl.web@gmail.com>
12736
12737 * progmodes/octave.el (octave-completion-at-point-function):
12738 Make use of inferior octave process.
12739 (octave-initialize-completions): Remove.
12740 (inferior-octave-completion-table): New function.
12741 (inferior-octave-completion-at-point): Use it.
12742 (octave-completion-alist): Remove.
12743
12744 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12745
12746 * progmodes/opascal.el: Use font-lock and syntax-propertize.
12747 (opascal-mode-syntax-table): New var.
12748 (opascal-literal-kind, opascal-is-literal-end)
12749 (opascal-literal-token-at): Rewrite.
12750 (opascal--literal-start-re, opascal-font-lock-keywords)
12751 (opascal--syntax-propertize): New constants.
12752 (opascal-font-lock-defaults): Adjust.
12753 (opascal-mode): Use them. Set comment-<foo> variables as well.
12754 (delphi-comment-face, opascal-comment-face, delphi-string-face)
12755 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12756 (delphi-other-face, opascal-other-face): Remove face variables.
12757 (opascal-save-state): Remove macro.
12758 (opascal-fontifying-progress-step): Remove constant.
12759 (opascal--ignore-changes): Remove var.
12760 (opascal-set-token-property, opascal-parse-next-literal)
12761 (opascal-is-stable-literal, opascal-complete-literal)
12762 (opascal-is-literal-start, opascal-face-of)
12763 (opascal-parse-region, opascal-parse-region-until-stable)
12764 (opascal-fontify-region, opascal-after-change)
12765 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12766 (opascal-debug-parse-region, opascal-debug-parse-window)
12767 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12768 (opascal-debug-fontify-buffer): Remove.
12769 (opascal-debug-mode-map): Adjust accordingly.
12770
12771 2013-04-25 Leo Liu <sdl.web@gmail.com>
12772
12773 Merge octave-mod.el and octave-inf.el into octave.el with some
12774 cleanups.
12775 * progmodes/octave.el: New file renamed from octave-mod.el.
12776 * progmodes/octave-inf.el: Merged into octave.el.
12777 * progmodes/octave-mod.el: Renamed to octave.el.
12778
12779 2013-04-25 Tassilo Horn <tsdh@gnu.org>
12780
12781 * textmodes/reftex-vars.el
12782 (reftex-label-ignored-macros-and-environments): New defcustom.
12783
12784 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12785
12786 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12789 (smie-indent-keyword): Improve the check to ensure that the next
12790 comment is really on the same line.
12791 (smie-indent-comment): Don't align with a subsequent closer (or eob).
12792
12793 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12794 semi-colons if the line is not otherwise empty (bug#14218).
12795
12796 2013-04-25 Glenn Morris <rgm@gnu.org>
12797
12798 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12799
12800 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * progmodes/opascal.el (opascal-set-token-property): Rename from
12803 opascal-set-text-properties and only set `token' (bug#14134).
12804 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12805 (opascal-literal-text-properties): Remove.
12806 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12807 Adjust callers.
12808
12809 2013-04-24 Reuben Thomas <rrt@sc3d.org>
12810
12811 * textmodes/remember.el (remember-handler-functions): Add an
12812 option for a new handler `remember-store-in-files'.
12813 (remember-data-directory, remember-directory-file-name-format):
12814 New options.
12815 (remember-store-in-files): New function to store remember notes
12816 as separate files within a directory.
12817
12818 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
12819
12820 * progmodes/compile.el (compilation-next-error-function):
12821 Pass "formats" to compilation-find-file (bug#11777).
12822
12823 2013-04-24 Glenn Morris <rgm@gnu.org>
12824
12825 * vc/vc-bzr.el (vc-bzr-print-log):
12826 * vc/vc-hg.el (vc-hg-print-log):
12827 * vc/vc-svn.el (vc-svn-print-log):
12828 Fix START-REVISION with LIMIT != 1. (Bug#14168)
12829
12830 * vc/vc-bzr.el (vc-bzr-print-log):
12831 * vc/vc-cvs.el (vc-cvs-print-log):
12832 * vc/vc-git.el (vc-git-print-log):
12833 * vc/vc-hg.el (vc-hg-print-log):
12834 * vc/vc-mtn.el (vc-mtn-print-log):
12835 * vc/vc-rcs.el (vc-rcs-print-log):
12836 * vc/vc-sccs.el (vc-sccs-print-log):
12837 * vc/vc-svn.el (vc-svn-print-log):
12838 * vc/vc.el (vc-print-log-internal): Doc fixes.
12839
12840 2013-04-23 Glenn Morris <rgm@gnu.org>
12841
12842 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12843 Remove venerable code attempting to avoid substitute-command-keys.
12844
12845 2013-04-23 Tassilo Horn <tsdh@gnu.org>
12846
12847 * textmodes/reftex-vars.el (reftex-label-regexps):
12848 Call `reftex-compile-variables' after changes to this variable.
12849
12850 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12851
12852 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12853 Use lexical-binding.
12854 (jit-lock-force-redisplay): Use markers, check buffer's continued
12855 existence and beware narrowed buffers.
12856 (jit-lock-fontify-now): Adjust call accordingly.
12857
12858 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12861 to avoid misleading the user.
12862
12863 2013-04-22 Leo Liu <sdl.web@gmail.com>
12864
12865 * info-look.el: Prefer latex2e.info. (Bug#14240)
12866
12867 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
12868
12869 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
12870
12871 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
12872 * net/tramp.el (tramp-call-process): ... here.
12873 (tramp-set-completion-function, tramp-parse-putty):
12874 * net/tramp-adb.el (tramp-adb-execute-adb-command):
12875 * net/tramp-gvfs.el (tramp-gvfs-send-command):
12876 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12877 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
12878 (tramp-call-local-coding-command): Use `tramp-call-process'
12879 instead of `tramp-compat-call-process'.
12880
12881 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
12882 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
12883 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
12884 (tramp-find-inline-compress): Improve traces.
12885 (tramp-maybe-send-script): Check for Perl binary.
12886 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
12887
12888 2013-04-22 Daiki Ueno <ueno@gnu.org>
12889
12890 * epg.el (epg-context-pinentry-mode): New function.
12891 (epg-context-set-pinentry-mode): New function.
12892 (epg--start): Pass --pinentry-mode option to gpg command.
12893
12894 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
12895
12896 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
12897 `comint-dynamic-complete' is obsolete since 24.1, replaced by
12898 `completion-at-point'. (Bug#13774)
12899
12900 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
12901 default key binding for `describe-distribution' has been moved to
12902 `C-h C-o'. (Bug#13970)
12903
12904 2013-04-21 Glenn Morris <rgm@gnu.org>
12905
12906 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
12907 Add doc strings.
12908 (vc-print-log): Clarify interactive prompt.
12909
12910 2013-04-20 Glenn Morris <rgm@gnu.org>
12911
12912 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12913 No longer include timestamp etc information.
12914
12915 2013-04-20 Roland Winkler <winkler@gnu.org>
12916
12917 * faces.el (read-face-name): Bug fix, return just one face if arg
12918 multiple is nil. (Bug#14209)
12919
12920 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
12923 (remove-function): Autoload.
12924
12925 * comint.el (comint-redirect-original-filter-function): Remove.
12926 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
12927 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
12928 (vc-cvs-annotate-command):
12929 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
12930 * progmodes/prolog.el (prolog-consult-compile):
12931 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
12932 Use add/remove-function instead.
12933 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
12934 (gud-tooltip-process-output, gud-tooltip-tips):
12935 Use add/remove-function instead.
12936 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
12937 (scheme-interaction-mode, exit-scheme-interaction-mode):
12938 Use add/remove-function instead.
12939
12940 * vc/vc-dispatcher.el: Use lexical-binding.
12941 (vc--process-sentinel): Rename from vc-process-sentinel.
12942 Change last arg to be the code to run. Don't use vc-previous-sentinel
12943 and vc-sentinel-commands any more.
12944 (vc-exec-after): Allow code to be a function. Use add/remove-function.
12945 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
12946
12947 2013-04-19 Masatake YAMATO <yamato@redhat.com>
12948
12949 * progmodes/sh-script.el (sh-imenu-generic-expression):
12950 Handle function names with a single character. (Bug#14111)
12951
12952 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
12953
12954 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
12955 for subroutines defined in an eval (bug#14182).
12956
12957 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12958
12959 * bookmark.el (bookmark-completing-read): Improve handling of empty
12960 string (bug#14176).
12961
12962 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12963
12964 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
12965
12966 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
12967
12968 New faster Imenu implementation (bug#14058).
12969 * progmodes/python.el:
12970 (python-imenu-prev-index-position):
12971 (python-imenu-format-item-label-function)
12972 (python-imenu-format-parent-item-label-function)
12973 (python-imenu-format-parent-item-jump-label-function):
12974 New vars.
12975 (python-imenu-format-item-label)
12976 (python-imenu-format-parent-item-label)
12977 (python-imenu-format-parent-item-jump-label)
12978 (python-imenu--put-parent, python-imenu--build-tree)
12979 (python-imenu-create-index, python-imenu-create-flat-index)
12980 (python-util-popn): New functions.
12981 (python-mode): Set imenu-create-index-function to
12982 python-imenu-create-index.
12983
12984 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12985
12986 * winner.el (winner-active-region): Use region-active-p, activate-mark
12987 and deactivate-mark (bug#14225).
12988
12989 * simple.el (deactivate-mark): Don't inline it.
12990
12991 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
12992
12993 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
12994
12995 2013-04-18 Tassilo Horn <tsdh@gnu.org>
12996
12997 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
12998 file extensions from the archive-mode entry in order to prefer
12999 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13000
13001 2013-04-18 Leo Liu <sdl.web@gmail.com>
13002
13003 * bindings.el (help-event-list): Add ?\?.
13004
13005 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13006
13007 * subr.el (with-wrapper-hook): Declare obsolete.
13008 * simple.el (filter-buffer-substring-function): New hook.
13009 (filter-buffer-substring): Use it.
13010 (filter-buffer-substring-functions): Mark obsolete.
13011 * minibuffer.el (completion-in-region-function): New hook.
13012 (completion-in-region): Use it.
13013 (completion-in-region-functions): Mark obsolete.
13014 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13015 * abbrev.el (abbrev-expand-function): New hook.
13016 (expand-abbrev): Use it.
13017 (abbrev-expand-functions): Mark obsolete.
13018 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13019 and :filter-return.
13020
13021 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13022
13023 * progmodes/python.el (python-nav--syntactically): Fix cornercases
13024 and do not care about match data.
13025
13026 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13027
13028 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13029 completion tables when completing error conditions and
13030 `declare' arguments.
13031 (lisp-complete-symbol, field-complete): Mark as obsolete.
13032 (check-parens): Unmatched parens are user errors.
13033 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13034
13035 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
13036
13037 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13038 command changed buffer (ie. `flyspell-pre-buffer' is not current
13039 buffer), which prevents making decisions based on invalid value of
13040 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
13041 cause an error when `flyspell-pre-point' was nil after switching
13042 buffers.
13043 (flyspell-post-command-hook): No longer needs to change buffers when
13044 checking pre-word. While at it remove unnecessary progn.
13045
13046 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
13047
13048 * textmodes/ispell.el (ispell-add-per-file-word-list):
13049 Fix `flyspell-correct-word-before-point' error when accepting
13050 words and `coment-padding' is an integer by using
13051 `comment-normalize-vars' (Bug #14214).
13052
13053 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13054
13055 New defun movement commands.
13056 * progmodes/python.el (python-nav--syntactically)
13057 (python-nav--forward-defun, python-nav-backward-defun)
13058 (python-nav-forward-defun): New functions.
13059
13060 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13061
13062 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13063 (python-syntax-context): Use named compiler-macro for backwards
13064 compatibility with Emacs 24.x.
13065
13066 2013-04-17 Leo Liu <sdl.web@gmail.com>
13067
13068 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13069 octave-hide-process-buffer.
13070
13071 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13072
13073 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13074 (bug#14216).
13075
13076 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
13077
13078 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13079 Fix adjustment of offset when receiving incomplete responses from GDB
13080 (bug#14129).
13081
13082 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13085 python-mode-abbrev-table.
13086 (python-skeleton-define): Adjust accordingly.
13087 (python-mode-abbrev-table): New table that inherits from it so that
13088 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13089
13090 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13091 (abbrev-symbol): Use it.
13092 (abbrev--before-point): Use it since we already handle inheritance.
13093
13094 2013-04-16 Leo Liu <sdl.web@gmail.com>
13095
13096 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13097 binding to info-lookup-symbol.
13098
13099 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
13100
13101 * minibuffer.el (completion--twq-all):
13102 * term/ns-win.el (ns-initialize-window-system):
13103 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13104
13105 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13106
13107 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13108 global bindings.
13109
13110 * doc-view.el (doc-view-start-process): Handle url-handler directories.
13111
13112 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
13113
13114 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13115 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13116 to nil.
13117 (ruby-end-of-defun): Remove the unused arg, change the docstring
13118 to reflect that this function is only used as the value of
13119 `end-of-defun-function'.
13120 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13121 to reflect an earlier change that beginning/end-of-defun functions
13122 jump between methods in a class definition, as well as top-level
13123 functions.
13124
13125 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13126
13127 * minibuffer.el (minibuffer-complete): Don't just scroll
13128 a *Completions* that's been iconified.
13129 (minibuffer-force-complete): Make sure repetitions do cycle when going
13130 through completion-in-region -> minibuffer-complete.
13131
13132 2013-04-15 Alan Mackenzie <acm@muc.de>
13133
13134 Correct the placement of c-cpp-delimiters when there're #s not at
13135 col 0.
13136
13137 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13138 place a submatch around the #.
13139 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13140 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
13141 on the #, not BOL.
13142
13143 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13144
13145 * emacs-lisp/nadvice.el: Properly test names when adding advice.
13146 (advice--member-p): New arg `name'.
13147 (advice--add-function, advice-member-p): Use it (bug#14202).
13148
13149 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
13150
13151 Reformulate java imenu-generic-expression.
13152 The old expression contained ill formed regexps.
13153
13154 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13155 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13156 (cc-imenu-java-method-arg-regexp): New defconsts.
13157 (cc-imenu-java-build-type-args-regex): New defun.
13158 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13159 handling of spaces in the regexp.
13160
13161 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13162
13163 * textmodes/ispell.el (ispell-command-loop): Remove
13164 flyspell highlight of a word when ispell accepts it (bug #14178).
13165
13166 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
13167
13168 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13169 uses code from the previous `ange-ftp-run-real-handler'.
13170 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13171 only in case that function exist. This is needed for proper
13172 unloading of Tramp.
13173
13174 2013-04-15 Tassilo Horn <tsdh@gnu.org>
13175
13176 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13177
13178 * textmodes/reftex.el (reftex-compile-variables): Use it.
13179
13180 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13181
13182 * files.el (normal-mode): Only use default major-mode if no other mode
13183 was specified.
13184
13185 * emacs-lisp/trace.el (trace-values): New function.
13186
13187 * files.el: Allow : in local variables (bug#14089).
13188 (hack-local-variable-regexp): New var.
13189 (hack-local-variables-prop-line, hack-local-variables): Use it.
13190
13191 2013-04-13 Roland Winkler <winkler@gnu.org>
13192
13193 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
13194 data before it gets modified by bibtex-beginning-of-entry.
13195
13196 2013-04-13 Roland Winkler <winkler@gnu.org>
13197
13198 * textmodes/bibtex.el (bibtex-url): Doc fix.
13199
13200 2013-04-13 Roland Winkler <winkler@gnu.org>
13201
13202 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13203 does not visit a BibTeX file, exclude it from the list of buffers
13204 returned by bibtex-initialize.
13205
13206 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
13207
13208 * window.el (split-window): Remove interactive form, since as a
13209 command this function is a special case of split-window-below.
13210 Correct doc string.
13211
13212 2013-04-12 Roland Winkler <winkler@gnu.org>
13213
13214 * faces.el (read-face-name): Do not override value of arg default.
13215 Allow single faces and strings as default values. Remove those
13216 elements from return value that are not faces.
13217 (describe-face): Simplify.
13218 (face-at-point): New optional args thing and multiple so that this
13219 function can provide the same functionality previously provided by
13220 read-face-name.
13221 (make-face-bold, make-face-unbold, make-face-italic)
13222 (make-face-unitalic, make-face-bold-italic, invert-face)
13223 (modify-face, read-face-and-attribute): Use face-at-point.
13224
13225 * cus-edit.el (customize-face, customize-face-other-window)
13226 * cus-theme.el (custom-theme-add-face)
13227 * face-remap.el (buffer-face-set)
13228 * facemenu.el (facemenu-set-face): Use face-at-point.
13229
13230 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
13231
13232 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13233
13234 2013-04-10 Tassilo Horn <tsdh@gnu.org>
13235
13236 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13237 off leading { and trailing } from field values.
13238
13239 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * emacs-lisp/timer.el (timer--check): New function.
13242 (timer--time, timer-set-function, timer-event-handler): Use it.
13243 (timer-set-idle-time): Simplify.
13244 (timer--activate): CSE.
13245 (timer-event-handler): Give more info in error message.
13246 (internal-timer-start-idle): New function, moved from C.
13247
13248 * mpc.el (mpc-proc): Add `restart' argument.
13249 (mpc-proc-cmd): Use it.
13250 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13251 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13252 less often.
13253
13254 2013-04-10 Masatake YAMATO <yamato@redhat.com>
13255
13256 * progmodes/sh-script.el: Implement `sh-mode' own
13257 `add-log-current-defun-function' (bug#14112).
13258 (sh-current-defun-name): New function.
13259 (sh-mode): Use the function.
13260
13261 2013-04-09 Bastien Guerry <bzg@gnu.org>
13262
13263 * simple.el (choose-completion-string): Fix docstring (bug#14163).
13264
13265 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13268
13269 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13270 timer (bug#14156).
13271
13272 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
13273
13274 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13275 declaration.
13276
13277 2013-04-07 Leo Liu <sdl.web@gmail.com>
13278
13279 * pcmpl-x.el: New file.
13280
13281 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
13282
13283 Do not set x-display-name until X connection is established.
13284 This is needed to prevent from weird situation described at
13285 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13286 * frame.el (make-frame): Set x-display-name after call to
13287 window system initialization function, not before.
13288 * term/x-win.el (x-initialize-window-system): Add optional
13289 display argument and use it.
13290 * term/w32-win.el (w32-initialize-window-system):
13291 * term/ns-win.el (ns-initialize-window-system):
13292 * term/pc-win.el (msdos-initialize-window-system):
13293 Add compatible optional display argument.
13294
13295 2013-04-06 Eli Zaretskii <eliz@gnu.org>
13296
13297 * files.el (normal-backup-enable-predicate): On MS-Windows and
13298 MS-DOS compare truenames of temporary-file-directory and of the
13299 file, so that 8+3 aliases (usually found in $TEMP on Windows)
13300 don't fail comparison by compare-strings. Also, compare file
13301 names case-insensitively on MS-Windows and MS-DOS.
13302
13303 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13304
13305 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13306 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13307
13308 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
13309
13310 * whitespace.el (whitespace-color-on, whitespace-color-off):
13311 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13312
13313 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
13314
13315 * ispell.el (ispell-set-spellchecker-params):
13316 Really set `ispell-args' for all equivs.
13317
13318 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13319
13320 * ido.el (ido-completions): Use extra elements of ido-decorations
13321 (bug#14143).
13322 (ido-decorations): Update docstring.
13323
13324 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
13325
13326 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13327 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13328 nil during initialization, in order not to miss changes since the
13329 file was opened. (Bug#14140)
13330
13331 2013-04-05 Leo Liu <sdl.web@gmail.com>
13332
13333 * kmacro.el (kmacro-call-macro): Fix bug#14135.
13334
13335 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
13336
13337 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13338
13339 2013-04-04 Glenn Morris <rgm@gnu.org>
13340
13341 * electric.el (electric-pair-inhibit-predicate): Add :version.
13342
13343 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13344
13345 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13346 when a package is required several times (bug#14082).
13347
13348 2013-04-04 Roland Winkler <winkler@gnu.org>
13349
13350 * faces.el (read-face-name): Behave as promised by the docstring.
13351 Assume that arg default is a list of faces.
13352 (describe-face): Call read-face-name with list of default faces.
13353
13354 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13355
13356 * bookmark.el: Fix deletion of bookmarks (bug#13972).
13357 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13358 (bookmark-bmenu-execute-deletions): Only skip first line if it's
13359 the header.
13360 (bookmark-exit-hook-internal): Save even if list is empty.
13361
13362 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
13363
13364 * emacs-lisp/package.el (package-pinned-packages): New var.
13365 (package--add-to-archive-contents): Obey it (bug#14118).
13366
13367 2013-04-03 Alan Mackenzie <acm@muc.de>
13368
13369 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13370 Also adapt to the new values of element 7 of a parse state.
13371
13372 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13373 parameter `not-in-delimiter'. Handle being inside comment opener.
13374 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13375 character in case we're typing a '*' after a '/'.
13376 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13377 instead by passing the parameter to c-state-pp-to-literal.
13378
13379 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13380 for elt. 7 of a parse state.
13381
13382 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
13383
13384 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13385 * international/latin1-disp.el, international/mule-util.el:
13386 * language/cyril-util.el, language/european.el, language/ind-util.el:
13387 * language/lao-util.el, language/thai.el, language/tibet-util.el:
13388 * language/tibetan.el, language/viet-util.el:
13389 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13390
13391 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13394 (electric-pair-post-self-insert-function): Use it.
13395 (electric-pair-default-inhibit): New function, extracted from
13396 electric-pair-post-self-insert-function.
13397
13398 2013-03-31 Roland Winkler <winkler@gnu.org>
13399
13400 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13401
13402 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13403
13404 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13405
13406 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
13407
13408 Un-indent after "pass" and "return" statements (Bug#13888)
13409 * progmodes/python.el (python-indent-block-enders): New var.
13410 (python-indent-calculate-indentation): Use it.
13411
13412 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
13413
13414 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13415 defun. Defining it as defalias could introduce too eager
13416 byte-compiler optimization. (Bug#14030)
13417
13418 2013-03-30 Chong Yidong <cyd@gnu.org>
13419
13420 * iswitchb.el (iswitchb-read-buffer): Fix typo.
13421
13422 2013-03-30 Leo Liu <sdl.web@gmail.com>
13423
13424 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13425 (kmacro-execute-from-register): Pass the keyboard macro to
13426 kmacro-call-macro or repeating won't work correctly.
13427
13428 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
13429
13430 * progmodes/subword.el: Back to using `forward-symbol'.
13431
13432 * subr.el (forward-whitespace, forward-symbol)
13433 (forward-same-syntax): Move from thingatpt.el.
13434
13435 2013-03-29 Leo Liu <sdl.web@gmail.com>
13436
13437 * kmacro.el (kmacro-to-register): New command.
13438 (kmacro-execute-from-register): New function.
13439 (kmacro-keymap): Bind to 'x'. (Bug#14071)
13440
13441 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * mpc.el: Use defvar-local and setq-local.
13444 (mpc--proc-connect): Connection failures are not bugs.
13445 (mpc-mode-map): `follow-link' only applies to the buffer's content.
13446 (mpc-volume-map): Bind to the up-events.
13447
13448 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
13449
13450 * progmodes/subword.el (superword-mode): Use `forward-sexp'
13451 instead of `forward-symbol'.
13452
13453 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13454
13455 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13456 (edebug--recursive-edit): Use it.
13457 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13458 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13459
13460 2013-03-28 Leo Liu <sdl.web@gmail.com>
13461
13462 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
13463
13464 2013-03-27 Eli Zaretskii <eliz@gnu.org>
13465
13466 * facemenu.el (list-colors-callback): New defvar.
13467 (list-colors-redisplay): New function.
13468 (list-colors-display): Install list-colors-redisplay as the
13469 revert-buffer-function. (Bug#14063)
13470
13471 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13472
13473 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
13474 and suffixes don't overlap (bug#14061).
13475
13476 * case-table.el: Use lexical-binding.
13477 (case-table-get-table): New function.
13478 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
13479
13480 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
13481
13482 * progmodes/subword.el: Add `superword-mode' to do word motion
13483 over symbol_words (parallels and leverages `subword-mode' which
13484 does word motion inside MixedCaseWords).
13485
13486 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
13487
13488 * eshell/em-unix.el: Move su and sudo to...
13489 * eshell/em-tramp.el: ...Eshell tramp module.
13490
13491 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
13494 Change return value to be a sexp. Delay `get-buffer' to after
13495 restoring the desktop (bug#13951).
13496
13497 2013-03-26 Leo Liu <sdl.web@gmail.com>
13498
13499 * register.el: Move semantic tag handling back to
13500 cedet/semantic/senator.el. (Bug#14052)
13501
13502 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13503
13504 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
13505 into the prompt either (bug#13963).
13506
13507 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
13510 part of "(error-foo)".
13511
13512 2013-03-24 Juri Linkov <juri@jurta.org>
13513
13514 * replace.el (list-matching-lines-prefix-face): New defcustom.
13515 (occur-1): Pass `list-matching-lines-prefix-face' to the function
13516 `occur-engine' if `face-differs-from-default-p' returns t.
13517 (occur-engine): Add `,' inside backquote construct to evaluate
13518 `prefix-face'. Propertize the prefix with the `prefix-face' face.
13519 Pass `prefix-face' to the functions `occur-context-lines' and
13520 `occur-engine-add-prefix'.
13521 (occur-engine-add-prefix, occur-context-lines): Add optional arg
13522 `prefix-face' and propertize the prefix with `prefix-face'.
13523 (Bug#14017)
13524
13525 2013-03-24 Leo Liu <sdl.web@gmail.com>
13526
13527 * nxml/rng-valid.el (rng-validate-while-idle)
13528 (rng-validate-quick-while-idle): Guard against deleted buffer.
13529 (Bug#13999)
13530
13531 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13532 is the last entry in kill-buffer-hook.
13533
13534 * files.el (kill-buffer-hook): Doc fix.
13535
13536 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
13537
13538 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13539 Make it safe-local.
13540
13541 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13542
13543 2013-03-23 Leo Liu <sdl.web@gmail.com>
13544
13545 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13546 Remove.
13547
13548 * nxml/rng-valid.el (rng-validate-mode)
13549 (rng-after-change-function, rng-do-some-validation):
13550 * nxml/rng-maint.el (rng-validate-buffer):
13551 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13552 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13553 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13554 (nxml-extend-after-change-region): Use with-silent-modifications.
13555
13556 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13557 timer-idle-list.
13558
13559 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13560 (rng-next-error-1, rng-previous-error-1): Do not let-bind
13561 timer-idle-list. (Bug#13999)
13562
13563 2013-03-23 Juri Linkov <juri@jurta.org>
13564
13565 * info.el (info-index-match): New face.
13566 (Info-index, Info-apropos-matches): Add a nested subgroup to the
13567 main pattern and add text properties with the new face to matches
13568 in index entries relative to the beginning of the index entry.
13569 (Bug#14015)
13570
13571 2013-03-21 Eric Ludlam <zappo@gnu.org>
13572
13573 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
13574 Inhibit read only while inserting objects.
13575
13576 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
13577
13578 * progmodes/cfengine.el: Update docs to mention
13579 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
13580 symbol motion. Remove "_" from the word syntax.
13581
13582 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
13583
13584 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13585 syntax for both `cfengine2-mode' and `cfengine3-mode'.
13586
13587 2013-03-20 Juri Linkov <juri@jurta.org>
13588
13589 * info.el (Info-next-reference-or-link)
13590 (Info-prev-reference-or-link): New functions.
13591 (Info-next-reference, Info-prev-reference): Use them.
13592 (Info-try-follow-nearest-node): Handle footnote navigation.
13593 (Info-fontify-node): Fontify footnotes. (Bug#13989)
13594
13595 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13596
13597 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
13598 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
13599
13600 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
13601
13602 Suppress unnecessary non-ASCII chatter during build process.
13603 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
13604 (batch-skkdic-convert): Suppress most of the chatter.
13605 It's not needed so much now that machines are faster,
13606 and its non-ASCII component was confusing; see Dmitry Gutov in
13607 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
13608
13609 2013-03-20 Leo Liu <sdl.web@gmail.com>
13610
13611 * ido.el (ido-chop): Fix bug#10994.
13612
13613 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13614
13615 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
13616 Remove vars.
13617 (whitespace-color-on, whitespace-color-off):
13618 Use `font-lock-fontify-buffer' (Bug#13817).
13619
13620 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13621
13622 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
13623 remapping in mode-line.
13624 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
13625
13626 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
13627
13628 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
13629 value for `whitespace-line' face (Bug#13875).
13630 (whitespace-font-lock-keywords): Change description.
13631 (whitespace-color-on): Don't save `font-lock-keywords' value, save
13632 the constructed keywords instead.
13633 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
13634
13635 2013-03-19 Leo Liu <sdl.web@gmail.com>
13636
13637 * progmodes/compile.el (compilation-display-error): New command.
13638 (compilation-mode-map, compilation-minor-mode-map): Bind it to
13639 C-o. (Bug#13992)
13640
13641 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13642
13643 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
13644
13645 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
13646
13647 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
13648
13649 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
13650
13651 * net/tramp-compat.el (tramp-compat-user-error): New defun.
13652
13653 * net/tramp-adb.el (tramp-adb-handle-shell-command):
13654 * net/tramp-gvfs.el (top):
13655 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
13656 (tramp-handle-shell-command): Use it.
13657 (tramp-dissect-file-name): Raise an error when hostname is a
13658 method name, and neither method nor user is specified.
13659
13660 * net/trampver.el: Update release number.
13661
13662 2013-03-18 Leo Liu <sdl.web@gmail.com>
13663
13664 Make sure eldoc can be turned off properly.
13665 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
13666 eldoc-mode.
13667 (eldoc-display-message-p): Revert last change.
13668 (eldoc-display-message-no-interference-p)
13669 (eldoc-print-current-symbol-info): Tweak.
13670
13671 2013-03-18 Tassilo Horn <tsdh@gnu.org>
13672
13673 * doc-view.el (doc-view-new-window-function): Check the new window
13674 overlay's display property instead the char property of the
13675 buffer's first char. Use `with-selected-window' instead of
13676 `save-window-excursion' with `select-window'.
13677 (doc-view-document->bitmap): Check the current doc-view overlay's
13678 display property instead the char property of the buffer's first char.
13679
13680 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
13681
13682 Automate the build of ja-dic.el (Bug#13984).
13683 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
13684 from the input, rather than assume that it's been done for us by the
13685 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
13686 the current date into a ja-dic.el comment, as that complicates
13687 regression testing.
13688
13689 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * whitespace.el: Fix double evaluation.
13692 (whitespace-space, whitespace-hspace, whitespace-tab)
13693 (whitespace-newline, whitespace-trailing, whitespace-line)
13694 (whitespace-space-before-tab, whitespace-indentation)
13695 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
13696 obsolete defvars.
13697 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
13698 (whitespace-color-on): Use a single font-lock-add-keywords call.
13699 Fix double-evaluation of face variables.
13700
13701 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
13702
13703 * net/tramp-adb.el (tramp-adb-parse-device-names):
13704 Use `start-process' instead of `call-process'. Otherwise, the
13705 function might be blocked under MS Windows. (Bug#13299)
13706
13707 2013-03-17 Leo Liu <sdl.web@gmail.com>
13708
13709 Extend eldoc to display info in the mode-line. (Bug#13978)
13710 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
13711 (eldoc-mode-line-string): New variable.
13712 (eldoc-minibuffer-message): New function.
13713 (eldoc-message-function): New variable.
13714 (eldoc-message): Use it.
13715 (eldoc-display-message-p)
13716 (eldoc-display-message-no-interference-p):
13717 Support eldoc-post-insert-mode.
13718
13719 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13720 (eval-expression): Run it.
13721
13722 2013-03-17 Roland Winkler <winkler@gnu.org>
13723
13724 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13725 strings in the list of return values.
13726
13727 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13728
13729 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13730 radix before checking for HMS forms.
13731
13732 2013-03-16 Leo Liu <sdl.web@gmail.com>
13733
13734 * progmodes/scheme.el: Add indentation and font-locking for λ.
13735 (Bug#13975)
13736
13737 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13738
13739 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13740 token before point (bug#13942).
13741
13742 2013-03-16 Leo Liu <sdl.web@gmail.com>
13743
13744 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
13745
13746 2013-03-16 Eli Zaretskii <eliz@gnu.org>
13747
13748 * startup.el (command-line-normalize-file-name): Fix handling of
13749 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
13750 <xfq.free@gmail.com> in
13751 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13752
13753 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
13754
13755 Sync with Tramp 2.2.7.
13756
13757 * net/trampver.el: Update release number.
13758
13759 2013-03-14 Tassilo Horn <tsdh@gnu.org>
13760
13761 * doc-view.el: Fix bug#13887.
13762 (doc-view-insert-image): Don't modify overlay associated to
13763 non-live windows, and implement horizontal centering of image in
13764 case it's smaller than the window.
13765 (doc-view-new-window-function): Force redisplay of new windows on
13766 doc-view buffers.
13767
13768 2013-03-13 Karl Fogel <kfogel@red-bean.com>
13769
13770 * saveplace.el (save-place-alist-to-file): Don't sort
13771 `save-place-alist', just pretty-print it (bug#13882).
13772
13773 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
13774
13775 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13776 Check whether `default-file-name-coding-system' is bound.
13777 It isn't in XEmacs.
13778
13779 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13780
13781 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13782 backquotes for `obsolete' (bug#13929).
13783
13784 * international/mule.el (find-auto-coding): Include file name in
13785 obsolescence warning (bug#13922).
13786
13787 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13788
13789 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13790 for CFEngine 3-specific indentation.
13791 (cfengine3-indent-line): Use it. Fix up category regex.
13792 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13793
13794 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13795
13796 * type-break.el (type-break-file-name):
13797 * textmodes/remember.el (remember-data-file):
13798 * strokes.el (strokes-file):
13799 * shadowfile.el (shadow-initialize):
13800 * saveplace.el (save-place-file):
13801 * ps-bdf.el (bdf-cache-file):
13802 * progmodes/idlwave.el (idlwave-config-directory):
13803 * net/quickurl.el (quickurl-url-file):
13804 * international/kkc.el (kkc-init-file-name):
13805 * ido.el (ido-save-directory-list-file):
13806 * emulation/viper.el (viper-custom-file-name):
13807 * emulation/vip.el (vip-startup-file):
13808 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13809 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13810
13811 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
13812
13813 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13814 * language/thai-word.el: Switch to UTF-8.
13815
13816 See ChangeLog.16 for earlier changes.
13817
13818 ;; Local Variables:
13819 ;; coding: utf-8
13820 ;; End:
13821
13822 Copyright (C) 2011-2014 Free Software Foundation, Inc.
13823
13824 This file is part of GNU Emacs.
13825
13826 GNU Emacs is free software: you can redistribute it and/or modify
13827 it under the terms of the GNU General Public License as published by
13828 the Free Software Foundation, either version 3 of the License, or
13829 (at your option) any later version.
13830
13831 GNU Emacs is distributed in the hope that it will be useful,
13832 but WITHOUT ANY WARRANTY; without even the implied warranty of
13833 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13834 GNU General Public License for more details.
13835
13836 You should have received a copy of the GNU General Public License
13837 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.