* lisp/progmodes/dos.el: New file.
[bpt/emacs.git] / lisp / ChangeLog
... / ...
CommitLineData
12013-08-07 Arni Magnusson <arnima@hafro.is>
2
3 * progmodes/dos.el: New file.
4 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
5 dos-mode.
6
72013-08-06 Glenn Morris <rgm@gnu.org>
8
9 * calendar/calendar.el: Add new faces, and day-header-array.
10 (calendar-weekday-header, calendar-weekend-header)
11 (calendar-month-header): New faces.
12 (calendar-day-header-construct): New function.
13 (calendar-day-header-width): Also :set calendar-day-header-array.
14 (calendar-american-month-header, calendar-european-month-header)
15 (calendar-iso-month-header): Use calendar- faces.
16 (calendar-generate-month):
17 Use calendar-day-header-array for day headers; apply faces to them.
18 (calendar-mode): Check calendar-font-lock-keywords non-nil.
19 (calendar-abbrev-construct): Add optional maxlen argument.
20 (calendar-day-name-array): Doc fix.
21 (calendar-day-name-array, calendar-abbrev-length)
22 (calendar-day-abbrev-array):
23 Also :set calendar-day-header-array, and maybe redraw.
24 (calendar-day-header-array): New option. (Bug#15007)
25 (calendar-font-lock-keywords): Set to nil and make obsolete.
26 (calendar-day-name): Add option to use header array.
27
282013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
29
30 * net/shr.el (shr-render-td): Remove debugging.
31 (shr-render-td): Make width computation consistent by defaulting
32 all zero-width columns to 10 characters. This may not be optimal,
33 but it's at least consistent.
34 (shr-make-table-1): Redo last change to fix the real problem in
35 colspan handling.
36
372013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
38
39 * files.el (cache-long-line-scans): Make
40 obsolete alias to `cache-long-scans'.
41
422013-08-06 Juanma Barranquero <lekktu@gmail.com>
43
44 * frameset.el (frameset, frameset-filter-alist)
45 (frameset-filter-params, frameset-save, frameset--reuse-frame)
46 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
47 (frameset-compute-pos): Rename from frameset--compute-pos,
48 and add docstring.
49 (frameset-move-onscreen): Use frameset-compute-pos.
50 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
51
52 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
53 Fix typos in docstrings.
54
552013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
56
57 * frame.el (get-other-frame): Tiny cleanup.
58
592013-08-06 Juanma Barranquero <lekktu@gmail.com>
60
61 * vc/vc.el (vc-default-ignore-completion-table):
62 Silence byte-compiler warning.
63
64 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
65 slot , which can indeed be nil.
66 (frameset-live-filter-alist, frameset-persistent-filter-alist):
67 Move entry for `left' from persistent to live filter alist.
68 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
69 Doc fixes.
70 (frameset-filter-params): When restoring a frame, copy items added to
71 `filtered', to avoid unwittingly modifying the original parameters.
72 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
73 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
74
75 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
76 to use looking-at-p instead of looking-at. (Bug#15028)
77
782013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 Revert introduction of isearch-filter-predicates (bug#14714).
81 Rely on add-function instead.
82 * isearch.el (isearch-filter-predicates): Rename it back to
83 isearch-filter-predicate.
84 (isearch-message-prefix): Use advice-function-mapc and advice
85 properties to get the isearch-message-prefix.
86 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
87 instead of run-hook-with-args-until-failure.
88 (isearch-filter-visible): Not obsolete any more.
89 * loadup.el: Preload nadvice.
90 * replace.el (perform-replace): Revert to funcall
91 instead of run-hook-with-args-until-failure.
92 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
93 * dired-aux.el (dired-isearch-filenames-mode): Rename from
94 dired-isearch-filenames-toggle; make it into a proper minor mode.
95 Use add/remove-function.
96 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
97 Call the minor-mode rather than add/remove-hook.
98 (dired-isearch-filter-filenames):
99 Remove isearch-message-prefix property.
100 * info.el (Info--search-loop): New function, extracted from Info-search.
101 Funcall isearch-filter-predicate instead of
102 run-hook-with-args-until-failure isearch-filter-predicates.
103 (Info-search): Use it.
104 (Info-mode): Use isearch-filter-predicate instead of
105 isearch-filter-predicates.
106
1072013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
108
109 Do not call to `selected-window' where it is assumed by default.
110 Affected functions are `window-minibuffer-p', `window-dedicated-p',
111 `window-hscroll', `window-width', `window-height', `window-buffer',
112 `window-frame', `window-start', `window-point', `next-window'
113 and `window-display-table'.
114 * abbrev.el (abbrev--default-expand):
115 * bs.el (bs--show-with-configuration):
116 * buff-menu.el (Buffer-menu-mouse-select):
117 * calc/calc.el (calc):
118 * calendar/calendar.el (calendar-generate-window):
119 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
120 (diary-make-entry):
121 * comint.el (send-invisible, comint-dynamic-complete-filename)
122 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
123 * completion.el (complete):
124 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
125 * disp-table.el (describe-current-display-table):
126 * doc-view.el (doc-view-insert-image):
127 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
128 * ehelp.el (with-electric-help):
129 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
130 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
131 * emacs-lisp/helper.el (Helper-help-scroller):
132 * emulation/cua-base.el (cua--post-command-handler-1):
133 * eshell/esh-mode.el (eshell-output-filter):
134 * ffap.el (ffap-gnus-wrapper):
135 * help-macro.el (make-help-screen):
136 * hilit-chg.el (highlight-compare-buffers):
137 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
138 * hl-line.el (global-hl-line-highlight):
139 * icomplete.el (icomplete-simple-completing-p):
140 * isearch.el (isearch-done):
141 * jit-lock.el (jit-lock-stealth-fontify):
142 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
143 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
144 * mpc.el (mpc-tagbrowser, mpc):
145 * net/rcirc.el (rcirc-any-buffer):
146 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
147 * play/landmark.el (landmark-max-width, landmark-max-height):
148 * play/zone.el (zone):
149 * progmodes/compile.el (compilation-goto-locus):
150 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
151 * progmodes/etags.el (find-tag-other-window):
152 * progmodes/fortran.el (fortran-column-ruler):
153 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
154 * progmodes/verilog-mode.el (verilog-point-text):
155 * reposition.el (reposition-window):
156 * rot13.el (toggle-rot13-mode):
157 * server.el (server-switch-buffer):
158 * shell.el (shell-dynamic-complete-command)
159 (shell-dynamic-complete-environment-variable):
160 * simple.el (insert-buffer, set-selective-display)
161 (delete-completion-window):
162 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
163 (speedbar-recenter):
164 * startup.el (fancy-splash-head):
165 * textmodes/ispell.el (ispell-command-loop):
166 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
167 * tutorial.el (help-with-tutorial):
168 * vc/add-log.el (add-change-log-entry):
169 * vc/compare-w.el (compare-windows):
170 * vc/ediff-help.el (ediff-indent-help-message):
171 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
172 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
173 (ediff-setup-control-frame):
174 * vc/emerge.el (emerge-position-region):
175 * vc/pcvs-util.el (cvs-bury-buffer):
176 * window.el (walk-windows, mouse-autoselect-window-select):
177 * winner.el (winner-set-conf, winner-undo): Related users changed.
178
1792013-08-05 Juanma Barranquero <lekktu@gmail.com>
180
181 * frameset.el (frameset--set-id): Doc fix.
182 (frameset-frame-id, frameset-frame-id-equal-p)
183 (frameset-locate-frame-id): New functions.
184 (frameset--process-minibuffer-frames, frameset--reuse-frame)
185 (frameset-restore): Use them.
186
1872013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
188
189 Do not call to `selected-frame' where it is assumed by default.
190 Affected functions are `raise-frame', `redraw-frame',
191 `frame-first-window', `frame-terminal' and `delete-frame'.
192 * calendar/appt.el (appt-disp-window):
193 * epg.el (epg-wait-for-completion):
194 * follow.el (follow-delete-other-windows-and-split)
195 (follow-avoid-tail-recenter):
196 * international/mule.el (set-terminal-coding-system):
197 * mail/rmail.el (rmail-mail-return):
198 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
199 * progmodes/f90.el (f90-add-imenu-menu):
200 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
201 * server.el (server-switch-buffer):
202 * simple.el (delete-completion-window):
203 * talk.el (talk):
204 * term/xterm.el (terminal-init-xterm-modify-other-keys)
205 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
206 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
207 * vc/ediff.el (ediff-documentation): Related users changed.
208 * frame.el (selected-terminal): Remove the leftover.
209
2102013-08-05 Glenn Morris <rgm@gnu.org>
211
212 * calendar/calendar.el (calendar-generate-month):
213 Fix for calendar-column-width != 1 + calendar-day-digit-width.
214 (calendar-generate-month, calendar-font-lock-keywords):
215 Fix for calendar-day-header-width > length of any day name.
216
2172013-08-05 Juanma Barranquero <lekktu@gmail.com>
218
219 * desktop.el (desktop-clear): Use new name of sort predicate.
220
221 * frameset.el (frameset): Add docstring. Move :version property to its
222 own `version' slot.
223 (frameset-copy): Rename from copy-frameset.
224 (frameset-p): Check more thoroughly.
225 (frameset-prop): Do not check for :version, which is no longer a prop.
226 (frameset-live-filter-alist, frameset-persistent-filter-alist):
227 Use new :never value instead of t.
228 (frameset-filter-alist): Expand and clarify docstring.
229 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
230 (frameset-filter-minibuffer, frameset-filter-save-param)
231 (frameset-filter-restore-param, frameset-filter-iconified):
232 Add pointer to docstring of frameset-filter-alist.
233 (frameset-filter-params): Rename filter values to be more meaningful:
234 :never instead of t, and reverse the meanings of :save and :restore.
235 (frameset--process-minibuffer-frames): Clarify error message.
236 (frameset-save): Avoid unnecessary and confusing call to framep.
237 Use new BOA constructor for framesets.
238 (frameset--reuse-list): Doc fix.
239 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
240 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
241 (frameset-minibufferless-first-p): Doc fix.
242 Rename from frameset-sort-frames-for-deletion.
243 (frameset-restore): Doc fixes. Use new function names.
244 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
245
2462013-08-04 Juanma Barranquero <lekktu@gmail.com>
247
248 * desktop.el (desktop-restore-forces-onscreen)
249 (desktop-restore-reuses-frames): Document :keyword constant values.
250 (desktop-filter-parameters-alist): Remove, now identical to
251 frameset-filter-alist.
252 (desktop--filter-tty*): Remove, moved to frameset.el.
253 (desktop-save-frameset, desktop-restore-frameset):
254 Do not pass :filters argument.
255
256 * frameset.el (frameset-live-filter-alist)
257 (frameset-persistent-filter-alist): New variables.
258 (frameset-filter-alist): Use them. Add autoload cookie.
259 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
260 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
261 `frameset--id' (it's supposed to be internal to frameset.el).
262 (frameset--process-minibuffer-frames): Ditto. Doc fix.
263 (frameset--initial-params): New function.
264 (frameset--get-frame): Use it. Doc fix.
265 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
266 Accept :all, not 'all.
267 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
268 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
269 with fbound symbols. Fix frame id matching, and remove matching ids if
270 the frame being restored is deleted. Obey :delete.
271
2722013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * subr.el (macrop): New function.
275 (text-clone--maintaining): New var.
276 (text-clone--maintain): Rename from text-clone-maintain. Use it
277 instead of inhibit-modification-hooks.
278
279 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
280 a proxy, so as handle autoloads and redefinitions of the target.
281 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
282
283 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
284 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
285 (pcase--mutually-exclusive-p): New function.
286 (pcase--split-consp): Use it.
287 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
288 mutually exclusive with the current predicate.
289
290 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
291 (edebug-macrop): Remove. Use `macrop' instead.
292 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
293 (ad-macro-p):
294 * eshell/esh-cmd.el (eshell-macrop):
295 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
296
2972013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
300 (advice-mapc): New function, using it.
301 (advice-function-member-p): New function.
302 (advice--normalize): Store the cdr in advice--saved-rewrite since
303 that's the part that will be changed.
304 (advice--symbol-function): New function.
305 (advice-remove): Handle removal before the function is defined.
306 Adjust to new advice--saved-rewrite.
307 (advice-member-p): Use advice-function-member-p and
308 advice--symbol-function.
309
3102013-08-04 Juanma Barranquero <lekktu@gmail.com>
311
312 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
313 (frameset-filter-minibuffer): Doc fix.
314 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
315 (frameset--set-id, frameset--process-minibuffer-frames)
316 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
317 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
318
319 * desktop.el (desktop-clear): Only delete frames when called
320 interactively and desktop-restore-frames is non-nil. Doc fix.
321 (desktop-read): Set desktop-saved-frameset to nil.
322
3232013-08-04 Xue Fuqiao <xfq.free@gmail.com>
324
325 * vc/vc.el (vc-ignore): Rewrite.
326 (vc-default-ignore-completion-table):
327 (vc--read-lines):
328 (vc--add-line, vc--remove-regexp): New functions.
329
330 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
331 (vc-svn-ignore-completion-table): New function.
332
333 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
334 (vc-hg-ignore-completion-table):
335 (vc-hg-find-ignore-file): New functions.
336
337 * vc/vc-git.el (vc-git-ignore): Rewrite.
338 (vc-git-ignore-completion-table):
339 (vc-git-find-ignore-file): New functions.
340
341 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
342
343 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
344 (vc-bzr-ignore-completion-table):
345 (vc-bzr-find-ignore-file): New functions.
346
3472013-08-03 Juanma Barranquero <lekktu@gmail.com>
348
349 * frameset.el (frameset-prop): New function and setter.
350 (frameset-save): Do not modify frame list passed by the caller.
351
3522013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
355
3562013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
359 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
360
361 * custom.el (custom-initialize-default, custom-initialize-set)
362 (custom-initialize-reset, custom-initialize-changed): Affect the
363 toplevel-default-value (bug#6275, bug#14586).
364 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
365 for bug#6275.
366
3672013-08-02 Juanma Barranquero <lekktu@gmail.com>
368
369 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
370 Add cl-def* expressions.
371
372 * frameset.el (frameset-filter-params): Fix order of arguments.
373
3742013-08-02 Juanma Barranquero <lekktu@gmail.com>
375
376 Move code related to saving frames to frameset.el.
377 * desktop.el: Require frameset.
378 (desktop-restore-frames): Doc fix.
379 (desktop-restore-reuses-frames): Rename from
380 desktop-restoring-reuses-frames.
381 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
382 (desktop-clear): Clear frames too.
383 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
384 (desktop--filter-tty*, desktop-save, desktop-read):
385 Use frameset functions.
386 (desktop-before-saving-frames-functions, desktop--filter-*-color)
387 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
388 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
389 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
390 (desktop--process-minibuffer-frames, desktop-save-frames)
391 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
392 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
393 (desktop--sort-states, desktop-restoring-frames-p)
394 (desktop-restore-frames): Remove. Most code moved to frameset.el.
395 (desktop-restoring-frameset-p, desktop-restore-frameset)
396 (desktop--check-dont-save, desktop-save-frameset): New functions.
397 (desktop--app-id): New constant.
398 (desktop-first-buffer, desktop-buffer-ok-count)
399 (desktop-buffer-fail-count): Move before first use.
400 * frameset.el: New file.
401
4022013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * files.el: Use lexical-binding.
405 (dir-locals-read-from-file): Remove unused `err' variable.
406 (hack-dir-local-variables--warned-coding): New var.
407 (hack-dir-local-variables): Use it to avoid repeated warnings.
408 (make-backup-file-name--default-function): New function.
409 (make-backup-file-name-function): Use it as default.
410 (buffer-stale--default-function): New function.
411 (buffer-stale-function): Use it as default.
412 (revert-buffer-insert-file-contents--default-function): New function.
413 (revert-buffer-insert-file-contents-function): Use it as default.
414 (insert-directory): Avoid add-to-list.
415
416 * autorevert.el (auto-revert-handler): Simplify.
417 Use buffer-stale--default-function.
418
4192013-08-01 Tassilo Horn <tsdh@gnu.org>
420
421 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
422
423 * whitespace.el (whitespace-ensure-local-variables): New function.
424 (whitespace-cleanup-region): Call it.
425 (whitespace-turn-on): Call it.
426
4272013-08-01 Michael Albinus <michael.albinus@gmx.de>
428
429 Complete file name handlers.
430
431 * net/tramp.el (tramp-handle-set-visited-file-modtime)
432 (tramp-handle-verify-visited-file-modtime)
433 (tramp-handle-file-notify-rm-watch): New functions.
434 (tramp-call-process): Do not bind `default-directory'.
435
436 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
437 Order alphabetically.
438 [access-file, add-name-to-file, dired-call-process]:
439 [dired-compress-file, file-acl, file-notify-rm-watch]:
440 [file-ownership-preserved-p, file-selinux-context]:
441 [make-directory-internal, make-symbolic-link, set-file-acl]:
442 [set-file-selinux-context, set-visited-file-modtime]:
443 [verify-visited-file-modtime]: Add handler.
444 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
445
446 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
447 [file-notify-add-watch, file-notify-rm-watch]:
448 [set-file-times, set-visited-file-modtime]:
449 [verify-visited-file-modtime]: Add handler.
450 (with-tramp-gvfs-error-message)
451 (tramp-gvfs-handle-set-visited-file-modtime)
452 (tramp-gvfs-fuse-file-name): Remove.
453 (tramp-gvfs-handle-file-notify-add-watch)
454 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
455 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
456
457 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
458 Order alphabetically.
459 [file-notify-rm-watch ]: Use default Tramp handler.
460 [executable-find]: Remove private handler.
461 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
462 `default-directory'.
463 (tramp-sh-handle-executable-find)
464 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
465 (tramp-sh-file-gvfs-monitor-dir-process-filter)
466 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
467 Do not use `format' in `tramp-message'.
468
469 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
470 [file-notify-rm-watch, set-visited-file-modtime]:
471 [verify-visited-file-modtime]: Add handler.
472 (tramp-smb-call-winexe): Do not bind `default-directory'.
473
4742013-08-01 Xue Fuqiao <xfq.free@gmail.com>
475
476 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
477
4782013-07-31 Dmitry Gutov <dgutov@yandex.ru>
479
480 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
481 use it.
482 (log-view-diff-changeset): Same.
483 (log-view-diff-common): Call backend command `previous-revision'
484 to find out the previous revision, in both cases. Swap the
485 variables `to' and `fr', so that `fr' usually refers to the
486 earlier revision (Bug#14989).
487
4882013-07-31 Kan-Ru Chen <kanru@kanru.info>
489
490 * ibuf-ext.el (ibuffer-filter-by-filename):
491 Make it work with dired buffers too.
492
4932013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
494
495 * emacs-lisp/re-builder.el (reb-color-display-p):
496 * files.el (save-buffers-kill-terminal):
497 * net/browse-url.el (browse-url):
498 * server.el (server-save-buffers-kill-terminal):
499 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
500 Prefer nil to selected-frame for the first arg of frame-parameter.
501
5022013-07-31 Xue Fuqiao <xfq.free@gmail.com>
503
504 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
505
5062013-07-30 Stephen Berman <stephen.berman@gmx.net>
507
508 * minibuffer.el (completion--twq-all): Try and preserve each
509 completion's case choice (bug#14907).
510
5112013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
512
513 * net/network-stream.el (open-network-stream): Mention the new
514 :nogreeting parameter.
515 (network-stream-open-starttls): Use the :nogreeting parameter
516 (bug#14938).
517
518 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
519
520 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
521 more natural than popping.
522
523 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
524 (shr-urlify): Highlight under mouse.
525
5262013-07-30 Xue Fuqiao <xfq.free@gmail.com>
527
528 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
529
530 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
531
532 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
533 buffer for output.
534
535 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
536 point-min==1. Fix search string. Fix parentheses missing.
537
538 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
539 assume point-min==1. Fix search string. Fix parentheses missing.
540
541 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
542
543 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
544 buffer for output.
545
5462013-07-29 Eli Zaretskii <eliz@gnu.org>
547
548 * frame.el (frame-notice-user-settings): Avoid inflooping when the
549 initial frame is minibuffer-less. (Bug#14841)
550
5512013-07-29 Michael Albinus <michael.albinus@gmx.de>
552
553 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
554 option.
555
556 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
557 (tramp-maybe-open-connection): Use it.
558
5592013-07-28 Juanma Barranquero <lekktu@gmail.com>
560
561 * desktop.el (desktop--make-frame): Include `minibuffer' in the
562 minimal set of parameters passed when creating a frame, because
563 the minibuffer status of a frame cannot be changed later.
564
5652013-07-28 Stephen Berman <stephen.berman@gmx.net>
566
567 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
568 replace-regexp-in-string and inadvertent omissions in previous change.
569 (todo-filter-items): Ensure only file names are comma-separated in
570 name of filtered items buffer.
571
5722013-07-28 Juanma Barranquero <lekktu@gmail.com>
573
574 * desktop.el: Optionally force offscreen frames back onscreen.
575 (desktop-restoring-reuses-frames): New option.
576 (desktop--compute-pos, desktop--move-onscreen): New functions.
577 (desktop--make-frame): Use desktop--move-onscreen.
578
5792013-07-27 Alan Mackenzie <acm@muc.de>
580
581 Fontify a Java generic method as a function.
582 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
583 value to t.
584
5852013-07-27 Stephen Berman <stephen.berman@gmx.net>
586
587 * calendar/todo-mode.el: Add command to rename todo files.
588 (todo-rename-file): New command.
589 (todo-key-bindings-t): Add key binding for it. Change the
590 bindings of todo-filter-regexp-items(-multifile) to use `x'
591 instead of `r', since the latter is better suited to the new
592 renaming command.
593
5942013-07-27 Alan Mackenzie <acm@muc.de>
595
596 Make Java try-with-resources statement parse properly.
597 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
598 (c-block-stmt-1-2-key): New language constants/variables.
599 * progmodes/cc-engine.el (c-beginning-of-statement-1)
600 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
601 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
602 with c-block-stmt-1-2-key.
603
6042013-07-27 Juanma Barranquero <lekktu@gmail.com>
605
606 * desktop.el (desktop--make-frame): Apply most frame parameters after
607 creating the frame to force (partially or totally) offscreen frames to
608 be restored as such.
609
6102013-07-26 Xue Fuqiao <xfq.free@gmail.com>
611
612 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
613 (Bug#14948)
614
6152013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
616
617 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
618 `base' arg of backtrace-frame.
619
6202013-07-26 Eli Zaretskii <eliz@gnu.org>
621
622 * simple.el (list-processes): Doc fix.
623
6242013-07-26 Juanma Barranquero <lekktu@gmail.com>
625
626 * desktop.el (desktop--select-frame):
627 Try harder to reuse existing frames.
628
6292013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
632 (edebug-eval): Use backtrace-eval.
633 (edebug--display, edebug--recursive-edit): Don't let-bind the
634 edebug-outer-* vars that keep track of variables we locally let-bind.
635 (edebug-outside-excursion): Don't restore outside values of locally
636 let-bound vars.
637 (edebug--display): Use user-error.
638 (cl-lexical-debug, cl-debug-env): Remove.
639
6402013-07-26 Juanma Barranquero <lekktu@gmail.com>
641
642 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
643 are restored to be sure that they are visible before deleting any
644 remaining ones.
645
6462013-07-26 Matthias Meulien <orontee@gmail.com>
647
648 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
649 vc-print-root-log. (Bug#14948)
650
6512013-07-26 Richard Stallman <rms@gnu.org>
652
653 Add aliases for encrypting mail.
654 * epa.el (epa-mail-aliases): New option.
655 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
656 Bind inhibit-read-only so read-only text doesn't ruin everything.
657 (epa-mail-default-recipients): New subroutine broken out.
658 Handle epa-mail-aliases.
659
6602013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 Add support for lexical variables to the debugger's `e' command.
663 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
664 vars, except for debugger-outer-match-data.
665 (debugger-frame-number): Move check for "on a function call" from
666 callers into it. Add `skip-base' argument.
667 (debugger-frame, debugger-frame-clear): Simplify accordingly.
668 (debugger-env-macro): Only reset the state stored in non-variables,
669 i.e. current-buffer and match-data.
670 (debugger-eval-expression): Rewrite using backtrace-eval.
671 * subr.el (internal--called-interactively-p--get-frame): Remove.
672 (called-interactively-p):
673 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
674 `base' arg of backtrace-frame instead.
675
6762013-07-26 Glenn Morris <rgm@gnu.org>
677
678 * align.el (align-regexp): Doc fix. (Bug#14857)
679 (align-region): Explicit error if subexpression missing/does not match.
680
681 * simple.el (global-visual-line-mode):
682 Do not duplicate the mode lighter. (Bug#14858)
683
6842013-07-25 Martin Rudalics <rudalics@gmx.at>
685
686 * window.el (display-buffer): In display-buffer bind
687 split-window-keep-point to t, bug#14829.
688
6892013-07-25 Juanma Barranquero <lekktu@gmail.com>
690
691 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
692 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
693 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
694 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
695 Change accordingly.
696 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
697 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
698
6992013-07-25 Glenn Morris <rgm@gnu.org>
700
701 * dired-x.el (dired-mark-extension): Convert comment to doc string.
702
7032013-07-25 Juanma Barranquero <lekktu@gmail.com>
704
705 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
706 parameter to modify-frame-parameters if the value has not changed;
707 this is a workaround for bug#14949.
708 (desktop--make-frame): On cl-delete-if call, check parameter name,
709 not full parameter.
710
7112013-07-30 Xue Fuqiao <xfq.free@gmail.com>
712
713 * vc/vc.el (vc-ignore): New function.
714
715 * vc/vc-svn.el (vc-svn-ignore): New function.
716
717 * vc/vc-hg.el (vc-hg-ignore): New function.
718
719 * vc/vc-git.el (vc-git-ignore): New function.
720
721 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
722 (vc-dir-ignore): New function.
723
724 * vc/vc-cvs.el (vc-cvs-ignore): New function.
725 (cvs-append-to-ignore): Move here from pcvs.el.
726
727 * vc/vc-bzr.el (vc-bzr-ignore): New function.
728
729 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
730
7312013-07-24 Juanma Barranquero <lekktu@gmail.com>
732
733 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
734 (desktop-restore-frames): Warn when deleting an existing frame failed.
735
7362013-07-24 Glenn Morris <rgm@gnu.org>
737
738 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
739
7402013-07-24 Michael Albinus <michael.albinus@gmx.de>
741
742 * filenotify.el (file-notify-supported-p):
743 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
744 Remove functions.
745
746 * autorevert.el (auto-revert-use-notify):
747 (auto-revert-notify-add-watch):
748 * net/tramp.el (tramp-file-name-for-operation):
749 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
750 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
751 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
752 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
753 Remove `file-notify-supported-p' entry.
754
7552013-07-24 Glenn Morris <rgm@gnu.org>
756
757 * printing.el: Replace all uses of deleted ps-windows-system,
758 ps-lp-system, ps-flatten-list with lpr- versions.
759
7602013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
763 checked with memq (bug#14935).
764
765 * files.el (revert-buffer-function): Use a non-nil default.
766 (revert-buffer-preserve-modes): Declare var to
767 provide access to the `preserve-modes' argument.
768 (revert-buffer): Let-bind it.
769 (revert-buffer--default): New function, extracted from revert-buffer.
770
7712013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * lpr.el: Signal print errors more prominently.
774 (print-region-function): Don't default to nil.
775 (lpr-print-region): New function, extracted from print-region-1.
776 Check lpr's return value and signal an error in case of problem.
777 (print-region-1): Use it.
778 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
779 versions instead.
780 (ps-printer-name): Default to nil.
781 (ps-printer-name-option): Default to lpr-printer-switch.
782 (ps-print-region-function): Don't default to nil.
783 (ps-postscript-code-directory): Simplify default.
784 (ps-do-despool): Use lpr-print-region to properly check the outcome.
785 (ps-string-list, ps-eval-switch, ps-flatten-list)
786 (ps-flatten-list-1): Remove.
787 (ps-multibyte-buffer): Avoid setq.
788 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
789 (print-region-function, ps-print-region-function): Don't set them here.
790
7912013-07-24 Xue Fuqiao <xfq.free@gmail.com>
792
793 * ido.el (ido-fractionp):
794 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
795 (ido-max-file-prompt-width, ido-unc-hosts-cache)
796 (ido-max-directory-size, ido-max-dir-file-cache)
797 (ido-decorations): Doc fix.
798
799 * ansi-color.el: Fix old URL.
800
8012013-07-23 Michael R. Mauger <michael@mauger.com>
802
803 * progmodes/sql.el Version 3.3
804 (sql-product-alist): Improve oracle :prompt-cont-regexp.
805 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
806 (sql-interactive-remove-continuation-prompt): Rewrite, use
807 functions above. Fix continuation prompt and complete output line
808 handling.
809 (sql-redirect-one, sql-execute): Use `read-only-mode' on
810 redirected output buffer.
811 (sql-mode): Restore deleted code (Bug#13591).
812
8132013-07-23 Juanma Barranquero <lekktu@gmail.com>
814
815 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
816
8172013-07-23 Michael Albinus <michael.albinus@gmx.de>
818
819 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
820
821 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
822 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
823 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
824
8252013-07-23 Juanma Barranquero <lekktu@gmail.com>
826
827 * desktop.el (desktop-clear): Simplify; remove useless checks
828 against invalid buffer names.
829 (desktop-list*): Use cl-list*.
830 (desktop-buffer-info, desktop-create-buffer): Simplify.
831
8322013-07-23 Leo Liu <sdl.web@gmail.com>
833
834 * bookmark.el (bookmark-make-record): Restore NAME as a default
835 value. (Bug#14933)
836
8372013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * emacs-lisp/autoload.el (autoload--setup-output): New function,
840 extracted from autoload--insert-text.
841 (autoload--insert-text): Remove.
842 (autoload--print-cookie-text): New function, extracted from
843 autoload--insert-cookie-text.
844 (autoload--insert-cookie-text): Remove.
845 (autoload-generate-file-autoloads): Adjust calls accordingly.
846
847 * winner.el (winner-hook-installed-p): Remove.
848 (winner-mode): Simplify accordingly.
849
850 * subr.el (add-to-list): Fix compiler-macro when `append' is
851 not constant. Don't use `cl-member' for the base case.
852
853 * progmodes/subword.el: Fix boundary case (bug#13758).
854 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
855 own group.
856 (subword-backward-regexp): Make it a constant.
857 (subword-forward-internal): Don't treat a trailing capital as the
858 beginning of a word.
859
8602013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
861
862 * emacs-lisp/package.el (package-menu-mode): Don't modify the
863 global value of tabulated-list-revert-hook (bug#14930).
864
8652013-07-22 Juanma Barranquero <lekktu@gmail.com>
866
867 * desktop.el: Require 'cl-lib.
868 (desktop-before-saving-frames-functions): New hook.
869 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
870 for frames being saved. Rename from desktop--save-minibuffer-frames.
871 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
872 Do not save frames with non-nil `desktop-dont-save' parameter.
873 Filter out deleted frames.
874 (desktop--find-frame): Use cl-find-if.
875 (desktop--select-frame): Use cl-(first|second|third) to access values
876 of desktop-mini.
877 (desktop--make-frame): Use cl-delete-if.
878 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
879 (desktop-restore-frames): Use cl-(first|second|third) to access values
880 of desktop-mini. Look for visible frame at the end, not while
881 restoring frames.
882
883 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
884 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
885 Use string-match-p, looking-at-p (bug#14927).
886
8872013-07-21 Juanma Barranquero <lekktu@gmail.com>
888
889 * desktop.el (desktop-saved-frame-states):
890 Rename from desktop--saved-states; all users changed.
891 (desktop-save-frames): Rename from desktop--save-frames.
892 Do not save state to desktop file.
893 (desktop-save): Save desktop-saved-frame-states to desktop file
894 and reset to nil.
895 (desktop-restoring-frames-p): New function.
896 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
897 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
898 buffer-lists when restoring frames. Suggested by Martin Rudalics.
899
900 * desktop.el: Correctly restore iconified frames.
901 (desktop--filter-iconified-position): New function.
902 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
903
9042013-07-20 Glenn Morris <rgm@gnu.org>
905
906 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
907 Let `message' do the formatting.
908 (def-gdb-preempt-display-buffer): Add explicit format.
909
910 * image-dired.el (image-dired-track-original-file):
911 Use with-current-buffer.
912 (image-dired-track-thumbnail): Use with-current-buffer.
913 Avoid changing point of wrong window.
914
915 * image-dired.el (image-dired-track-original-file):
916 Avoid changing point of wrong window. (Bug#14909)
917
9182013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
919
920 * progmodes/gdb-mi.el (gdb-done-or-error):
921 Guard against "%" in gdb output. (Bug#14127)
922
9232013-07-20 Andreas Schwab <schwab@linux-m68k.org>
924
925 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
926 (Bug#14826)
927
928 * international/mule.el (coding-system-iso-2022-flags): Fix last
929 change.
930
9312013-07-20 Kenichi Handa <handa@gnu.org>
932
933 * international/mule.el (coding-system-iso-2022-flags):
934 Add `8-bit-level-4'. (Bug#8522)
935
9362013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
937
938 * net/shr.el (shr-mouse-browse-url): New command and keystroke
939 (bug#14815).
940
941 * net/eww.el (eww-process-text-input): Allow inputting when the
942 point is at the start of the line, as the properties aren't
943 front-sticky.
944
945 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
946 degenerate widths.
947
9482013-07-19 Richard Stallman <rms@gnu.org>
949
950 * epa.el (epa-popup-info-window): Doc fix.
951
952 * subr.el (split-string): New arg TRIM.
953
9542013-07-18 Juanma Barranquero <lekktu@gmail.com>
955
956 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
957 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
958
9592013-07-18 Michael Albinus <michael.albinus@gmx.de>
960
961 * filenotify.el (file-notify--library): Rename from
962 `file-notify-support'. Do not autoload. Adapt all uses.
963 (file-notify-supported-p): New defun.
964
965 * autorevert.el (auto-revert-use-notify):
966 Use `file-notify-supported-p' instead of `file-notify-support'.
967 Adapt docstring.
968 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
969
970 * net/tramp.el (tramp-file-name-for-operation):
971 Add `file-notify-supported-p'.
972
973 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
974 New defun.
975 (tramp-sh-file-name-handler-alist): Add it as handler for
976 `file-notify-supported-p '.
977
978 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
979 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
980 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
981 Add `ignore' as handler for `file-notify-*' functions.
982
9832013-07-17 Eli Zaretskii <eliz@gnu.org>
984
985 * simple.el (line-move-partial, line-move): Don't start vscroll or
986 scroll-up if the current line is not taller than the window.
987 (Bug#14881)
988
9892013-07-16 Dmitry Gutov <dgutov@yandex.ru>
990
991 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
992 highlight question marks in the method names as strings.
993 (ruby-block-beg-keywords): Inline.
994 (ruby-font-lock-keyword-beg-re): Extract from
995 `ruby-font-lock-keywords'.
996
9972013-07-16 Jan Djärv <jan.h.d@swipnet.se>
998
999 * frame.el (blink-cursor-blinks): New defcustom.
1000 (blink-cursor-blinks-done): New defvar.
1001 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
1002 (blink-cursor-timer-function): Check if number of blinks has been
1003 done on X and NS.
1004 (blink-cursor-suspend, blink-cursor-check): New defuns.
1005
10062013-07-15 Glenn Morris <rgm@gnu.org>
1007
1008 * edmacro.el (edmacro-format-keys): Fix previous change.
1009
10102013-07-15 Paul Eggert <eggert@cs.ucla.edu>
1011
1012 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
1013 The hack didn't work outside English locales anyway.
1014
10152013-07-15 Juanma Barranquero <lekktu@gmail.com>
1016
1017 * simple.el (define-alternatives): Rename from alternatives-define,
1018 per RMS' suggestion.
1019
10202013-07-14 Juanma Barranquero <lekktu@gmail.com>
1021
1022 * desktop.el (desktop-restore-frames): Change default to t.
1023 (desktop-restore-in-current-display): Now offer more options.
1024 (desktop-restoring-reuses-frames): New customization option.
1025 (desktop--saved-states): Doc fix.
1026 (desktop-filter-parameters-alist): New variable, renamed and expanded
1027 from desktop--excluded-frame-parameters.
1028 (desktop--target-display): New variable.
1029 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
1030 (desktop--filter-tty*, desktop--filter-*-color)
1031 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
1032 (desktop--filter-save-desktop-parm)
1033 (desktop-restore-in-original-display-p): New functions.
1034 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
1035 (desktop--save-minibuffer-frames): New function, inspired by a similar
1036 function from Martin Rudalics.
1037 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
1038 (desktop--restore-in-this-display-p): Remove.
1039 (desktop--find-frame): Rename from desktop--find-frame-in-display
1040 and add predicate argument.
1041 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
1042 (desktop--reuse-list): New variable.
1043 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
1044 New functions.
1045 (desktop--restore-frames): Add support for "minibuffer-special" frames.
1046
10472013-07-14 Michael Albinus <michael.albinus@gmx.de>
1048
1049 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
1050
10512013-07-13 Dmitry Gutov <dgutov@yandex.ru>
1052
1053 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1054 Highlight conversion methods on Kernel.
1055
10562013-07-13 Alan Mackenzie <acm@muc.de>
1057
1058 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
1059 and comment it out. This out-commenting enables certain C++
1060 declarations to be parsed correctly.
1061
10622013-07-13 Eli Zaretskii <eliz@gnu.org>
1063
1064 * international/mule.el (define-coding-system): Doc fix.
1065
1066 * simple.el (default-font-height): Don't call font-info if the
1067 frame's default font didn't change since the frame was created.
1068 (Bug#14838)
1069
10702013-07-13 Leo Liu <sdl.web@gmail.com>
1071
1072 * ido.el (ido-read-file-name): Guard against non-symbol value.
1073
10742013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1075
1076 * progmodes/python.el (python-imenu--build-tree): Fix corner case
1077 in nested defuns.
1078
10792013-07-13 Leo Liu <sdl.web@gmail.com>
1080
1081 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
1082 ido-set-matches call. (Bug#6852)
1083
10842013-07-12 Dmitry Gutov <dgutov@yandex.ru>
1085
1086 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
1087 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
1088 Ruby 2.0.
1089 (ruby-font-lock-keywords): Distinguish calls to functions with
1090 module-like names from module references. Highlight character
1091 literals.
1092
10932013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1094
1095 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
1096 (gdb-send): Handle continued commands. (Bug#14847)
1097
10982013-07-12 Juanma Barranquero <lekktu@gmail.com>
1099
1100 * desktop.el (desktop--v2s): Remove unused local variable.
1101 (desktop-save-buffer): Make defvar-local; adjust docstring.
1102 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
1103 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
1104
11052013-07-12 Andreas Schwab <schwab@linux-m68k.org>
1106
1107 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
1108
11092013-07-12 Eli Zaretskii <eliz@gnu.org>
1110
1111 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
1112 (Bug#14842)
1113
11142013-07-12 Glenn Morris <rgm@gnu.org>
1115
1116 * doc-view.el: Require cl-lib at runtime too.
1117 (doc-view-remove-if): Remove.
1118 (doc-view-search-next-match, doc-view-search-previous-match):
1119 Use cl-remove-if.
1120
1121 * edmacro.el: Require cl-lib at runtime too.
1122 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
1123 (edmacro-mismatch, edmacro-subseq): Remove.
1124
1125 * shadowfile.el: Require cl-lib.
1126 (shadow-remove-if): Remove.
1127 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
1128 Use cl-remove-if.
1129
1130 * wid-edit.el: Require cl-lib.
1131 (widget-choose): Use cl-remove-if.
1132 (widget-remove-if): Remove.
1133
1134 * progmodes/ebrowse.el: Require cl-lib at runtime too.
1135 (ebrowse-delete-if-not): Remove.
1136 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
1137 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
1138 Use cl-delete-if-not.
1139
11402013-07-12 Juanma Barranquero <lekktu@gmail.com>
1141
1142 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
1143 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
1144
11452013-07-12 Leo Liu <sdl.web@gmail.com>
1146
1147 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
1148
11492013-07-11 Glenn Morris <rgm@gnu.org>
1150
1151 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
1152 (edebug-gensym-index, edebug-gensym):
1153 Remove reimplementation of cl-gensym.
1154 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
1155
1156 * thumbs.el: Require cl-lib at run-time too.
1157 (thumbs-gensym-counter, thumbs-gensym):
1158 Remove reimplementation of cl-gensym.
1159 (thumbs-temp-file): Use cl-gensym.
1160
1161 * emacs-lisp/ert.el: Require cl-lib at runtime too.
1162 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
1163 (ert--intersection, ert--set-difference, ert--set-difference-eq)
1164 (ert--union, ert--gensym-counter, ert--gensym-counter)
1165 (ert--coerce-to-vector, ert--remove*, ert--string-position)
1166 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
1167 (ert-make-test-unbound, ert--expand-should-1)
1168 (ert--expand-should, ert--should-error-handle-error)
1169 (should-error, ert--explain-equal-rec)
1170 (ert--plist-difference-explanation, ert-select-tests)
1171 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
1172 Use cl-lib functions rather than reimplementations.
1173
11742013-07-11 Michael Albinus <michael.albinus@gmx.de>
1175
1176 * net/tramp.el (tramp-methods): Extend docstring.
1177 (tramp-connection-timeout): New defcustom.
1178 (tramp-error-with-buffer): Reset timestamp only when appropriate.
1179 (with-tramp-progress-reporter): Simplify.
1180 (tramp-process-actions): Improve messages.
1181
1182 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1183 * net/tramp-sh.el (tramp-maybe-open-connection):
1184 Use `tramp-connection-timeout'.
1185 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
1186 (Bug#14808)
1187
11882013-07-11 Leo Liu <sdl.web@gmail.com>
1189
1190 * ido.el (ido-read-file-name): Conform to the requirements of
1191 read-file-name. (Bug#11861)
1192 (ido-read-directory-name): Conform to the requirements of
1193 read-directory-name.
1194
11952013-07-11 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * subr.el (delay-warning): New function.
1198
11992013-07-10 Eli Zaretskii <eliz@gnu.org>
1200
1201 * simple.el (default-line-height): New function.
1202 (line-move-partial, line-move): Use it instead of computing the
1203 line height inline.
1204 (line-move-partial): Always compute ROWH. If the last line is
1205 partially-visible, but its text is completely visible, allow
1206 cursor to enter such a partially-visible line.
1207
12082013-07-10 Michael Albinus <michael.albinus@gmx.de>
1209
1210 Improve error messages. (Bug#14808)
1211
1212 * net/tramp.el (tramp-current-connection): New defvar, moved from
1213 tramp-sh.el.
1214 (tramp-message-show-progress-reporter-message): Remove, not
1215 needed anymore.
1216 (tramp-error-with-buffer): Show message in minibuffer.
1217 Discard input before waiting. Reset connection timestamp.
1218 (with-tramp-progress-reporter): Improve messages.
1219 (tramp-process-actions): Use progress reporter. Delete process in
1220 case of error. Improve messages.
1221
1222 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
1223 Call `tramp-error-with-buffer' with vector and buffer.
1224 (tramp-current-connection): Remove.
1225 (tramp-maybe-open-connection): The car of
1226 `tramp-current-connection' are the first 3 slots of the vector.
1227
12282013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
1229
1230 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
1231 inside continued strings.
1232
12332013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1234
1235 Timestamp fixes for undo (Bug#14824).
1236 * files.el (clear-visited-file-modtime): Move here from fileio.c.
1237
12382013-07-10 Leo Liu <sdl.web@gmail.com>
1239
1240 * files.el (require-final-newline): Allow safe local value.
1241 (Bug#14834)
1242
12432013-07-09 Leo Liu <sdl.web@gmail.com>
1244
1245 * ido.el (ido-read-directory-name): Handle fallback.
1246 (ido-read-file-name): Update DIR to ido-current-directory.
1247 (Bug#1516)
1248 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
1249
12502013-07-09 Dmitry Gutov <dgutov@yandex.ru>
1251
1252 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
1253 "autoload". Remove "warn lower camel case" section, previously
1254 commented out. Highlight negation char. Do not highlight the
1255 target in singleton method definitions.
1256
12572013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * faces.el (tty-setup-hook): Declare the hook.
1260
1261 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
1262 and detect when a guard/pred depends on local vars (bug#14773).
1263 (pcase--u1): Adjust caller.
1264
12652013-07-08 Eli Zaretskii <eliz@gnu.org>
1266
1267 * simple.el (line-move-partial, line-move): Account for
1268 line-spacing.
1269 (line-move-partial): Avoid setting vscroll when the last
1270 partially-visible line in window is of default height.
1271
12722013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1273
1274 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
1275 been used a while.
1276
12772013-07-07 Juanma Barranquero <lekktu@gmail.com>
1278
1279 * subr.el (read-quoted-char): Remove unused local variable `char'.
1280
12812013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
1282
1283 * ediff.el (ediff-version): Version update.
1284 (ediff-files-command, ediff3-files-command, ediff-merge-command)
1285 (ediff-merge-with-ancestor-command, ediff-directories-command)
1286 (ediff-directories3-command, ediff-merge-directories-command)
1287 (ediff-merge-directories-with-ancestor-command): New functions.
1288 All are command-line interfaces to ediff: to facilitate calling
1289 Emacs with the appropriate ediff functions invoked.
1290
1291 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
1292 (viper-save-kill-buffer): Check if buffer is modified.
1293
1294 * viper.el (viper-version): Version update.
1295 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
1296
12972013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
1300 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
1301 (viper-intercept-ESC-key): Simplify.
1302 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
1303 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
1304 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
1305 (viper-setup-ESC-to-escape): New functions.
1306 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
1307 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
1308
13092013-07-07 Eli Zaretskii <eliz@gnu.org>
1310
1311 * simple.el (default-font-height, window-screen-lines):
1312 New functions.
1313 (line-move, line-move-partial): Use them instead of
1314 frame-char-height and window-text-height. This makes scrolling
1315 text smoother when the buffer's default face uses a font that is
1316 different from the frame's default font.
1317
13182013-07-06 Jan Djärv <jan.h.d@swipnet.se>
1319
1320 * files.el (write-file): Do not display confirm dialog for NS,
1321 it does its own dialog, which can't be cancelled (Bug#14578).
1322
13232013-07-06 Eli Zaretskii <eliz@gnu.org>
1324
1325 * simple.el (line-move-partial): Adjust the row returned by
1326 posn-at-point for the current window-vscroll. (Bug#14567)
1327
13282013-07-06 Michael Albinus <michael.albinus@gmx.de>
1329
1330 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
1331 (tramp-sh-file-inotifywait-process-filter): Handle file names with
1332 spaces.
1333
13342013-07-06 Martin Rudalics <rudalics@gmx.at>
1335
1336 * window.el (window-state-put-stale-windows): New variable.
1337 (window--state-put-2): Save list of windows without matching buffer.
1338 (window-state-put): Remove "bufferless" windows if possible.
1339
13402013-07-06 Juanma Barranquero <lekktu@gmail.com>
1341
1342 * simple.el (alternatives-define): Remove leftover :group keyword.
1343 Tweak docstring.
1344
13452013-07-06 Leo Liu <sdl.web@gmail.com>
1346
1347 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
1348 (ido-enable-virtual-buffers): New variable.
1349 (ido-buffer-internal, ido-toggle-virtual-buffers)
1350 (ido-make-buffer-list): Use it.
1351 (ido-exhibit): Support turning on and off virtual buffers
1352 automatically.
1353
13542013-07-06 Juanma Barranquero <lekktu@gmail.com>
1355
1356 * simple.el (alternatives-define): New macro.
1357
13582013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * subr.el (read-quoted-char): Use read-key.
1361 (sit-for): Let read-event decode tty input (bug#14782).
1362
13632013-07-05 Stephen Berman <stephen.berman@gmx.net>
1364
1365 * calendar/todo-mode.el: Add handling of file deletion, both by
1366 mode command and externally. Fix various related bugs.
1367 Clarify Commentary and improve some documentation strings and code.
1368 (todo-delete-file): New command.
1369 (todo-check-file): New function.
1370 (todo-show): Handle external deletion of the file we're trying to
1371 show (bug#14688). Replace called-interactively-p by an optional
1372 prefix argument to avoid problematic interaction with catch form
1373 when byte compiled (bug#14702).
1374 (todo-quit): Handle external deletion of the archive's todo file.
1375 Make sure the buffer that was visiting the archive file is still
1376 live before trying to bury it.
1377 (todo-category-completions): Handle external deletion of any
1378 category completion files.
1379 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
1380 of todo files, in case of external deletion.
1381 (todo-add-file): Replace unnecessary setq by let-binding.
1382 (todo-find-archive): Check whether there are any archives.
1383 Replace unnecessary setq by let-binding.
1384 (todo-archive-done-item): Use find-file-noselect to get the
1385 archive buffer whether or not the archive already exists.
1386 Remove superfluous code. Use file size instead of buffer-file-name to
1387 check if the archive is new; if it is, update list of archives.
1388 (todo-default-todo-file): Allow nil to be a valid value for when
1389 there are no todo files.
1390 (todo-reevaluate-default-file-defcustom): Use corrected definition
1391 of todo-default-todo-file.
1392 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
1393 (todo-delete-category, todo-show-categories-table)
1394 (todo-category-number): Clarify comment.
1395 (todo-filter-items): Clarify documentation string.
1396 (todo-show-current-file, todo-display-as-todo-file)
1397 (todo-reset-and-enable-done-separator): Tweak documentation string.
1398 (todo-done-separator): Make separator length window-width, since
1399 bug#2749 is now fixed.
1400
14012013-07-05 Michael Albinus <michael.albinus@gmx.de>
1402
1403 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1404 Support both "gvfs-monitor-dir" and "inotifywait".
1405 (tramp-sh-file-inotifywait-process-filter): Rename from
1406 `tramp-sh-file-notify-process-filter'.
1407 (tramp-sh-file-gvfs-monitor-dir-process-filter)
1408 (tramp-get-remote-gvfs-monitor-dir): New defuns.
1409
14102013-07-05 Leo Liu <sdl.web@gmail.com>
1411
1412 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
1413
14142013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1415
1416 * frame.el (display-pixel-height, display-pixel-width)
1417 (display-mm-height, display-mm-width): Mention behavior on
1418 multi-monitor setups in docstrings.
1419 (w32-display-monitor-attributes-list): Declare function.
1420 (display-monitor-attributes-list): Use it.
1421
14222013-07-04 Michael Albinus <michael.albinus@gmx.de>
1423
1424 * filenotify.el: New package.
1425
1426 * autorevert.el (top): Require filenotify.el.
1427 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
1428 instead.
1429 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1430 (auto-revert-notify-handler): Use `file-notify-*' functions.
1431
1432 * subr.el (file-notify-handle-event): Move function to filenotify.el.
1433
1434 * net/tramp.el (tramp-file-name-for-operation):
1435 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
1436
1437 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1438 for `file-notify-add-watch' and `file-notify-rm-watch'.
1439 (tramp-process-sentinel): Improve trace.
1440 (tramp-sh-handle-file-notify-add-watch)
1441 (tramp-sh-file-notify-process-filter)
1442 (tramp-sh-handle-file-notify-rm-watch)
1443 (tramp-get-remote-inotifywait): New defuns.
1444
14452013-07-03 Juri Linkov <juri@jurta.org>
1446
1447 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
1448 call of `occur-read-primary-args' to interactive spec.
1449
1450 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
1451 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
1452
14532013-07-03 Matthias Meulien <orontee@gmail.com>
1454
1455 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
1456 `Buffer-menu-multi-occur'. Add it to the menu.
1457 (Buffer-menu-mode): Document it in docstring.
1458 (Buffer-menu-multi-occur): New command. (Bug#14673)
1459
14602013-07-03 Dmitry Gutov <dgutov@yandex.ru>
1461
1462 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1463 keywords and built-ins.
1464
14652013-07-03 Glenn Morris <rgm@gnu.org>
1466
1467 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
1468
1469 Make info-xref checks case-sensitive by default
1470 * info.el (Info-find-node, Info-find-in-tag-table)
1471 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
1472 Add option for exact case matching of nodes.
1473 * info-xref.el (info-xref): New custom group.
1474 (info-xref-case-fold): New option.
1475 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
1476
14772013-07-03 Leo Liu <sdl.web@gmail.com>
1478
1479 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
1480
14812013-07-03 Dmitry Gutov <dgutov@yandex.ru>
1482
1483 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
1484 middle of block statement initially, lower the depth. Remove
1485 FIXME comment, not longer valid. Remove middle of block statement
1486 detection, no need to do that anymore since we've been using
1487 `ruby-parse-region' here.
1488
14892013-07-02 Jan Djärv <jan.h.d@swipnet.se>
1490
1491 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
1492
14932013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
1494
1495 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
1496
14972013-07-01 Juanma Barranquero <lekktu@gmail.com>
1498
1499 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
1500 (desktop-restore-in-current-display): New customization option.
1501 (desktop--excluded-frame-parameters): Add `font'.
1502 (desktop--save-frames): Rename from desktop--save-windows.
1503 (desktop--restore-in-this-display-p): New function.
1504 (desktop--make-full-frame): Remove unwanted width/height from
1505 full(width|height) frames.
1506 (desktop--restore-frames): Rename from desktop--restore-windows.
1507 Obey desktop-restore-current-display. Do not delete old frames or
1508 select a new frame unless we were able to restore at least one frame.
1509
15102013-06-30 Michal Nazarewicz <mina86@mina86.com>
1511
1512 * files.el (find-file-noselect): Simplify conditional expression.
1513
1514 * remember.el (remember-append-to-file):
1515 Don't mix `find-buffer-visiting' and `get-file-buffer'.
1516
1517 Add `remember-notes' function to store random notes across Emacs
1518 restarts.
1519 * remember.el (remember-data-file): Add :set callback to affect
1520 notes buffer (if any).
1521 (remember-notes): New command.
1522 (remember-notes-buffer-name, bury-remember-notes-on-kill):
1523 New defcustoms for the `remember-notes' function.
1524 (remember-notes-save-and-bury-buffer): New command.
1525 (remember-notes-mode-map): New variable.
1526 (remember-mode): New minor mode.
1527 (remember-notes--kill-buffer-query): New function.
1528 * startup.el (initial-buffer-choice): Add notes to custom type.
1529
15302013-06-30 Eli Zaretskii <eliz@gnu.org>
1531
1532 * bindings.el (right-char, left-char): Don't call sit-for, this is
1533 no longer needed. Use arithmetic comparison only for numerical
1534 arguments.
1535
1536 * international/mule-cmds.el (select-safe-coding-system):
1537 Handle the case of FROM being a string correctly. (Bug#14755)
1538
15392013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1540
1541 * net/shr.el (shr-make-table-1): Add a sanity check that allows
1542 progression on degenerate tables.
1543 (shr-rescale-image): ImageMagick animated images currently don't work.
1544
15452013-06-30 Juanma Barranquero <lekktu@gmail.com>
1546
1547 Some fixes and improvements for desktop frame restoration.
1548 It is still experimental and disabled by default.
1549 * desktop.el (desktop--save-windows): Put the selected frame at
1550 the head of the list.
1551 (desktop--make-full-frame): New function.
1552 (desktop--restore-windows): Try to re-select the frame that was
1553 selected upon saving. Do not abort if some frames fail to restore,
1554 just show an error message and continue. Set up maximized frames
1555 so they have default non-maximized dimensions.
1556
15572013-06-30 Dmitry Gutov <dgutov@yandex.ru>
1558
1559 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1560 Don't start heredoc inside a string or comment.
1561
15622013-06-29 Eli Zaretskii <eliz@gnu.org>
1563
1564 * bindings.el (visual-order-cursor-movement): New defcustom.
1565 (right-char, left-char): Provide visual-order cursor motion by
1566 calling move-point-visually. Update the doc strings.
1567
15682013-06-28 Kenichi Handa <handa@gnu.org>
1569
1570 * international/mule.el (define-coding-system): New coding system
1571 properties :inhibit-null-byte-detection,
1572 :inhibit-iso-escape-detection, and :prefer-utf-8.
1573 (set-buffer-file-coding-system): If :charset-list property of
1574 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
1575 appropriate for setting.
1576
1577 * international/mule-cmds.el (select-safe-coding-system):
1578 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
1579 multibyte characters, return utf-8 (or one of its siblings).
1580
1581 * international/mule-conf.el (prefer-utf-8): New coding system.
1582 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
1583 files.
1584
15852013-06-28 Ivan Kanis <ivan@kanis.fr>
1586
1587 * net/shr.el (shr-render-region): New function.
1588
1589 * net/eww.el: Autoload `eww-browse-url'.
1590
15912013-06-27 Dmitry Gutov <dgutov@yandex.ru>
1592
1593 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1594 Adapt to `package-desc-version' being a list.
1595 Use `package--ac-desc-version' to retrieve version from a package
1596 archive element.
1597
15982013-06-27 Juanma Barranquero <lekktu@gmail.com>
1599
1600 New experimental feature to save&restore window and frame setup.
1601 * desktop.el (desktop-save-windows): New defcustom.
1602 (desktop--saved-states): New var.
1603 (desktop--excluded-frame-parameters): New defconst.
1604 (desktop--filter-frame-parms, desktop--find-frame-in-display)
1605 (desktop--restore-windows, desktop--save-windows): New functions.
1606 (desktop-save): Call `desktop--save-windows'.
1607 (desktop-read): Call `desktop--restore-windows'.
1608
16092013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1610
1611 * net/shr.el (add-face-text-property): Remove compat definition.
1612
16132013-06-27 Stephen Berman <stephen.berman@gmx.net>
1614
1615 * info.el (Info-try-follow-nearest-node): Move search for footnote
1616 above search for node name to prevent missing a footnote (bug#14717).
1617
16182013-06-27 Stephen Berman <stephen.berman@gmx.net>
1619
1620 * obsolete/otodo-mode.el: Add obsolescence info to file header.
1621
16222013-06-27 Leo Liu <sdl.web@gmail.com>
1623
1624 * net/eww.el (eww-read-bookmarks): Check file size.
1625
16262013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
1629 advice--pending if newdef is nil or an autoload (bug#13820).
1630 (advice-mapc): New function.
1631
16322013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1633
1634 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
1635 probably.
1636 (eww-mode-map): Add a menu bar.
1637 (eww-add-bookmark): New command.
1638 (eww-bookmark-mode): New mode and commands.
1639 (eww-add-bookmark): Remove newlines from the title.
1640 (eww-bookmark-browse): Don't bug out if it's the only window.
1641
16422013-06-26 Glenn Morris <rgm@gnu.org>
1643
1644 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
1645 (hfy-size): Handle ttys. (Bug#14668)
1646
1647 * info-xref.el: Update for Texinfo 5 change in *note format.
1648 (info-xref-node-re, info-xref-note-re): New constants.
1649 (info-xref-check-buffer): Use info-xref-note-re.
1650
16512013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
1654
1655 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
1656 nil terminate the loop (bug#14718).
1657
16582013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1659
1660 * net/eww.el: Rework history traversal. When going forward/back,
1661 put these actions into the history, too, so that they can be
1662 replayed.
1663 (eww-render): Move the history reset to the correct buffer.
1664
16652013-06-25 Juri Linkov <juri@jurta.org>
1666
1667 * files-x.el (modify-dir-local-variable): Change the header comment
1668 in the file with directory local variables. (Bug#14692)
1669
1670 * files-x.el (read-file-local-variable-value): Add `default'.
1671 (Bug#14710)
1672
16732013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1674
1675 * net/eww.el (eww-make-unique-file-name): Create a unique file
1676 name before saving to entering `y' accidentally asynchronously.
1677
16782013-06-25 Ivan Kanis <ivan@kanis.fr>
1679
1680 * net/eww.el (eww-download): New command and keystroke.
1681
16822013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1683
1684 * net/eww.el (eww-copy-page-url): Change name of command.
1685
1686 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
1687 be more consistent with Info and dired.
1688
1689 * net/eww.el (eww-mode-map): Ditto.
1690
16912013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
1694 packages from archives.
1695 (package-archive-contents): Change format; include obsolete packages.
1696 (package-desc): Use `dir' to mark builtin packages.
1697 (package--from-builtin): Set the `dir' field to `builtin'.
1698 (generated-autoload-file, version-control): Declare.
1699 (package-compute-transaction): Change first arg and return value to be
1700 lists of package-descs. Adjust to new package-archive-contents format.
1701 (package--add-to-archive-contents): Adjust to new
1702 package-archive-contents format.
1703 (package-download-transaction): Arg is now a list of package-descs.
1704 (package-install): If `pkg' is a package name, pass it as
1705 a requirement, so it is subject to the usual (e.g. disabled) checks.
1706 (describe-package): Accept package-desc as well.
1707 (describe-package-1): Describe a specific package-desc. Add links to
1708 other package-descs for the same package name.
1709 (package-menu-describe-package): Pass the actual package-desc.
1710 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
1711 works correctly.
1712 (package-desc-status): New function.
1713 (package-menu--refresh): New function, extracted
1714 from package-menu--generate.
1715 (package-menu--generate): Use it.
1716 (package-delete): Update package-alist.
1717 (package-menu-execute): Don't call package-initialize.
1718
1719 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
1720 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
1721 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
1722 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
1723 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
1724 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
1725
17262013-06-25 Martin Rudalics <rudalics@gmx.at>
1727
1728 * window.el (window--state-get-1): Workaround for bug#14527.
1729 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
1730
17312013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1732
1733 * net/eww.el (eww-back-url): Implement the history by stashing all
1734 the data into a list.
1735 (eww-forward-url): Allow going forward in the history, too.
1736
17372013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
1740 for values and use read--expression for expressions (bug#14710).
1741 (read-file-local-variable): Avoid setq.
1742 (read-file-local-variable-mode): Use minor-mode-list.
1743
17442013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1745
1746 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
1747 for DOI URLs.
1748
17492013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1750
1751 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
1752 Update imenu-support when dialect changes.
1753
17542013-06-25 Leo Liu <sdl.web@gmail.com>
1755
1756 * ido.el (ido-read-internal): Allow forward slash on windows.
1757
17582013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1759
1760 * net/eww.el (eww): Start of strings is \\`, not ^.
1761
17622013-06-24 Ivan Kanis <ivan@kanis.fr>
1763
1764 * net/shr.el (shr-browse-url): Fix interactive spec.
1765
1766 * net/eww.el (eww): Add a trailing slash to domain names.
1767
17682013-06-24 Juanma Barranquero <lekktu@gmail.com>
1769
1770 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
1771
17722013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1773
1774 * net/shr.el (shr-browse-url): Use an external browser if given a
1775 prefix.
1776
1777 * net/eww.el (eww-external-browser): Move to shr.
1778
17792013-06-24 Ivan Kanis <ivan@kanis.fr>
1780
1781 * net/eww.el (eww): Work more correctly for file: URLs.
1782 (eww-detect-charset): Allow quoted charsets.
1783 (eww-yank-page-url): New command and keystroke.
1784
17852013-06-24 Daiki Ueno <ueno@gnu.org>
1786
1787 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
1788 file name of gpg executable.
1789 (epg-context-program): New function.
1790 (epg-context-home-directory): New function.
1791 (epg-context-set-program): New function.
1792 (epg-context-set-home-directory): New function.
1793 (epg--start): Use `epg-context-program' instead of
1794 'epg-gpg-program'.
1795 (epg--list-keys-1): Likewise.
1796
17972013-06-24 Leo Liu <sdl.web@gmail.com>
1798
1799 * ido.el (ido-read-internal): Fix bug#14620.
1800
18012013-06-23 Juanma Barranquero <lekktu@gmail.com>
1802
1803 * faces.el (face-documentation): Simplify.
1804 (read-face-attribute, tty-find-type, x-resolve-font-name):
1805 Use `string-match-p'.
1806 (list-faces-display): Use `string-match-p'. Simplify.
1807 (face-spec-recalc): Check face to avoid face alias loops.
1808 (read-color): Use `string-match-p' and non-capturing parenthesis.
1809
18102013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1811
1812 * net/shr.el (shr-rescale-image): Use the new
1813 :max-width/:max-height functionality.
1814
18152013-06-23 Ivan Kanis <ivan@kanis.fr>
1816
1817 * net/eww.el (eww-search-prefix): New variable.
1818 (eww): Use it.
1819 (eww-external-browser): New variable.
1820 (eww-mode-map): New keystroke.
1821 (eww-browse-with-external-browser): New command.
1822
1823 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
1824
18252013-06-23 Juanma Barranquero <lekktu@gmail.com>
1826
1827 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
1828 Don't skip aligning the next header field when padding is 0;
1829 otherwise, field width is not respected unless the title is as
1830 wide as the field.
1831
18322013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1833
1834 * emacs-lisp/package.el (package-el-version): Remove.
1835 (package-process-define-package): Fix inf-loop.
1836 (package-install): Allow symbols as arguments again.
1837
18382013-06-22 Dmitry Gutov <dgutov@yandex.ru>
1839
1840 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
1841 add some more keyword-like methods.
1842 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
1843
18442013-06-22 Juanma Barranquero <lekktu@gmail.com>
1845
1846 * bs.el (bs-buffer-show-mark): Make defvar-local.
1847 (bs-mode): Use setq-local.
1848
1849 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
1850 (emacs-lock--try-unlocking): Make defvar-local.
1851
18522013-06-22 Glenn Morris <rgm@gnu.org>
1853
1854 * play/cookie1.el (cookie-apropos): Minor simplification.
1855
1856 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
1857
18582013-06-22 Dmitry Gutov <dgutov@yandex.ru>
1859
1860 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
1861 `regexp-opt', it breaks the build during dumping.
1862
18632013-06-21 Dmitry Gutov <dgutov@yandex.ru>
1864
1865 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1866 Highlight keyword-like methods on Kernel and Module with
1867 font-lock-builtin-face.
1868 (auto-mode-alist): Consolidate different entries into one regexp
1869 and add more *file-s.
1870
18712013-06-21 Stephen Berman <stephen.berman@gmx.net>
1872
1873 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
1874
1875 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
1876 (diary-entry): Use it in the action of this button type instead of
1877 diary-goto-entry.
1878
1879 * calendar/todo-mode.el: New version.
1880 (todo-add-category): Append new category to end of file and give
1881 it the highest number, instead of putting it at the beginning and
1882 giving it 0. Incorporate noninteractive functionality.
1883 (todo-forward-category): Adapt to 1-based category numbering.
1884 Allow skipping over archived categories.
1885 (todo-backward-category): Derive from todo-forward-category.
1886 (todo-backward-item, todo-forward-item): Make noninteractive and
1887 delegate interactive part to new commands. Make sensitive to done items.
1888 (todo-categories): Make value an alist of category names and
1889 vectors of item counts.
1890 (todo-category-beg): Make a defconst.
1891 (todo-category-number): Use 1 instead of 0 as initial value.
1892 (todo-category-select): Make sensitive to overlays, optional item
1893 highlighting and done items.
1894 (todo-delete-item): Make sensitive to overlays and marked and done items.
1895 (todo-edit-item): Make sensitive to overlays and editing of
1896 date/time header optional. Add format checks.
1897 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
1898 no-op if point is not on an item. Advertise using todo-edit-quit.
1899 (todo-edit-mode): Make sensitive to new format, font-locking, and
1900 multiple todo files.
1901 (todo-insert-item, todo-insert-item-here): Derive from
1902 todo-basic-insert-item and extend functionality.
1903 (todo-item-end, todo-item-start): Make sensitive to done items.
1904 (todo-item-string): Don't return text properties. Restore point.
1905 (todo-jump-to-category): Make sensitive to multiple todo files and
1906 todo archives. Use extended category completion.
1907 (todo-lower-item, todo-raise-item): Rename to *-priority and
1908 derive from todo-set-item-priority.
1909 (todo-mode): Derive from special-mode. Make sensitive to new
1910 format, font-locking and multiple todo files. Make read-only.
1911 (todo-mode-map): Don't suppress digit keys, so they can supply
1912 prefix arguments. Add many new key bindings.
1913 (todo-prefix): Insert as an overlay instead of file text.
1914 Change semantics from diary date expression to purely visual mark.
1915 (todo-print): Rename to todo-print-buffer. Make buffer display
1916 features printable. Remove option to restrict number of items
1917 printed. Add option to print to file.
1918 (todo-print-function): Rename to todo-print-buffer-function.
1919 (todo-quit): Extend to handle exiting new todo modes.
1920 (todo-remove-item): Make sensitive to overlays.
1921 (todo-save): Extend to buffers of filtered items.
1922 (todo-show): Make sensitive to done items, multiple todo files and
1923 new todo modes. Offer to convert legacy todo file before creating
1924 first new todo file.
1925 (todo-show-priorities): Rename to todo-top-priorities.
1926 Change semantics of value 0.
1927 (todo-top-priorities): Rename to todo-filter-top-priorities,
1928 derive from todo-filter-items and extend functionality.
1929 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
1930 and extend functionality to other types of filtered items.
1931 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
1932 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
1933 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
1934 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
1935 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
1936 (todo-edit-mode-hook, todo-entry-prefix-function)
1937 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
1938 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
1939 (todo-initials, todo-insert-threshold, todo-item-string-start)
1940 (todo-line-string, todo-menu, todo-mode-hook)
1941 (todo-more-important-p, todo-previous-answer, todo-previous-line)
1942 (todo-print-priorities, todo-remove-separator)
1943 (todo-save-top-priorities-too, todo-string-count-lines)
1944 (todo-string-multiline-p, todo-time-string-format)
1945 (todo-tmp-buffer-name): Remove.
1946 (todo-add-file, todo-archive-done-item, todo-choose-archive)
1947 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
1948 (todo-edit-category-diary-inclusion)
1949 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
1950 (todo-edit-file, todo-edit-item-date-day)
1951 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
1952 (todo-edit-item-date-month, todo-edit-item-date-to-today)
1953 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
1954 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
1955 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
1956 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
1957 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
1958 (todo-filter-top-priorities-multifile, todo-find-archive)
1959 (todo-find-filtered-items-file, todo-go-to-source-item)
1960 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
1961 (todo-jump-to-archive-category, todo-lower-category)
1962 (todo-mark-category, todo-marked-item-p, todo-merge-category)
1963 (todo-move-category, todo-move-item, todo-next-button)
1964 (todo-next-item, todo-padded-string, todo-powerset)
1965 (todo-previous-button, todo-previous-item)
1966 (todo-print-buffer-to-file, todo-raise-category)
1967 (todo-rename-category, todo-repair-categories-sexp, todo-search)
1968 (todo-set-category-number, todo-set-item-priority)
1969 (todo-set-top-priorities-in-category)
1970 (todo-set-top-priorities-in-file, todo-show-categories-table)
1971 (todo-sort-categories-alphabetically-or-numerically)
1972 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
1973 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
1974 (todo-toggle-item-header, todo-toggle-item-highlighting)
1975 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
1976 (todo-toggle-view-done-items, todo-toggle-view-done-only)
1977 (todo-unarchive-items, todo-unmark-category): New commands.
1978 (todo-absolute-file-name, todo-add-to-buffer-list)
1979 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
1980 (todo-basic-insert-item, todo-category-completions)
1981 (todo-category-number, todo-category-string-matcher-1)
1982 (todo-category-string-matcher-2, todo-check-filtered-items-file)
1983 (todo-check-format, todo-clear-matches)
1984 (todo-comment-string-matcher, todo-convert-legacy-date-time)
1985 (todo-current-category, todo-date-string-matcher)
1986 (todo-define-insertion-command, todo-diary-expired-matcher)
1987 (todo-diary-goto-entry, todo-diary-item-p)
1988 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
1989 (todo-display-categories, todo-display-sorted, todo-done-item-p)
1990 (todo-done-item-section-p, todo-done-separator)
1991 (todo-done-string-matcher, todo-files, todo-filter-items)
1992 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
1993 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
1994 (todo-insert-category-line, todo-insert-item-from-calendar)
1995 (todo-insert-sort-button, todo-insert-with-overlays)
1996 (todo-insertion-command-name, todo-insertion-key-bindings)
1997 (todo-label-to-key, todo-longest-category-name-length)
1998 (todo-make-categories-list, todo-mode-external-set)
1999 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
2000 (todo-modes-set-3, todo-multiple-filter-files)
2001 (todo-nondiary-marker-matcher, todo-prefix-overlays)
2002 (todo-read-category, todo-read-date, todo-read-dayname)
2003 (todo-read-file-name, todo-read-time)
2004 (todo-reevaluate-category-completions-files-defcustom)
2005 (todo-reevaluate-default-file-defcustom)
2006 (todo-reevaluate-filelist-defcustoms)
2007 (todo-reevaluate-filter-files-defcustom)
2008 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
2009 (todo-reset-done-separator, todo-reset-done-separator-string)
2010 (todo-reset-done-string, todo-reset-global-current-todo-file)
2011 (todo-reset-highlight-item, todo-reset-nondiary-marker)
2012 (todo-reset-prefix, todo-set-categories)
2013 (todo-set-date-from-calendar, todo-set-show-current-file)
2014 (todo-set-top-priorities, todo-short-file-name)
2015 (todo-show-current-file, todo-sort, todo-time-string-matcher)
2016 (todo-total-item-counts, todo-update-buffer-list)
2017 (todo-update-categories-display, todo-update-categories-sexp)
2018 (todo-update-count, todo-validate-name, todo-y-or-n-p):
2019 New functions.
2020 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
2021 New major modes.
2022 (todo-categories, todo-display, todo-edit, todo-faces)
2023 (todo-filtered): New defgroups.
2024 (todo-archived-only, todo-button, todo-category-string, todo-date)
2025 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
2026 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
2027 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
2028 (todo-add-item-if-new-category, todo-always-add-time-string)
2029 (todo-categories-align, todo-categories-archived-label)
2030 (todo-categories-category-label, todo-categories-diary-label)
2031 (todo-categories-done-label, todo-categories-number-separator)
2032 (todo-categories-todo-label, todo-categories-totals-label)
2033 (todo-category-completions-files, todo-completion-ignore-case)
2034 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
2035 (todo-done-separator-string, todo-done-string)
2036 (todo-files-function, todo-filter-done-items, todo-filter-files)
2037 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
2038 (todo-initial-category, todo-initial-file, todo-item-mark)
2039 (todo-legacy-date-time-regexp, todo-mode-line-function)
2040 (todo-nondiary-marker, todo-number-prefix)
2041 (todo-print-buffer-function, todo-show-current-file)
2042 (todo-show-done-only, todo-show-first, todo-show-with-done)
2043 (todo-skip-archived-categories, todo-top-priorities-overrides)
2044 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
2045 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
2046 New defcustoms.
2047 (todo-category-done, todo-date-pattern, todo-date-string-start)
2048 (todo-diary-items-buffer, todo-done-string-start)
2049 (todo-filtered-items-buffer, todo-item-start)
2050 (todo-month-abbrev-array, todo-month-name-array)
2051 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
2052 (todo-top-priorities-buffer): New defconsts.
2053 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
2054 (todo-categories-with-marks, todo-category-string-face)
2055 (todo-comment-face, todo-comment-string, todo-current-todo-file)
2056 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
2057 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
2058 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
2059 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
2060 (todo-font-lock-keywords, todo-global-current-todo-file)
2061 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
2062 (todo-insertion-commands-args)
2063 (todo-insertion-commands-args-genlist)
2064 (todo-insertion-commands-names, todo-insertion-map)
2065 (todo-key-bindings-t, todo-key-bindings-t+a)
2066 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
2067 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
2068 (todo-nondiary-face, todo-print-buffer, todo-time-face)
2069 (todo-visited): New variables.
2070
20712013-06-21 Glenn Morris <rgm@gnu.org>
2072
2073 * play/cookie1.el (cookie-apropos): Add optional display argument.
2074 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
2075 (psychoanalyze-pinhead): Use cookie-doctor.
2076
20772013-06-21 Juanma Barranquero <lekktu@gmail.com>
2078
2079 * emacs-lisp/package.el (tar-get-file-descriptor)
2080 (tar--extract): Declare.
2081
20822013-06-21 Eduard Wiebe <usenet@pusto.de>
2083
2084 Extend flymake's warning predicate to be a function (bug#14217).
2085 * progmodes/flymake.el (flymake-warning-predicate): New.
2086 (flymake-parse-line): Use it.
2087 (flymake-warning-re): Make obsolete alias to
2088 `flymake-warning-predicate'.
2089
20902013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * emacs-lisp/package.el (package-alist): Include obsolete packages.
2093 (package-obsolete-list): Remove.
2094 (package-activate): Remove min-version argument. Add `force' argument.
2095 Adjust to new package-alist format.
2096 (package-mark-obsolete): Remove.
2097 (package-unpack): Force reload of the package's autoloads.
2098 (package-installed-p): Check builtins if the installed package is not
2099 recent enough.
2100 (package-initialize): Don't reset package-obsolete-list.
2101 Don't specify which package version to activate.
2102 (package-process-define-package, describe-package-1)
2103 (package-menu--generate): Adjust to new package-alist format.
2104
21052013-06-21 Juanma Barranquero <lekktu@gmail.com>
2106
2107 * allout-widgets.el (allout-widgets-mode-off)
2108 (allout-widgets-mode-on, allout-widgets-pre-command-business)
2109 (allout-widgets-post-command-business)
2110 (allout-widgets-after-copy-or-kill-function)
2111 (allout-widgets-after-undo-function, allout-test-range-overlaps)
2112 (allout-decorate-item-and-context)
2113 (allout-graphics-modification-handler): Fix typos in docstrings.
2114 (allout-get-or-create-parent-widget): Use `looking-at-p'.
2115
2116 * cmuscheme.el (scheme-start-file): Doc fix.
2117 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
2118 (scheme-input-filter): Use `string-match-p'.
2119
2120 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
2121
2122 * dired-x.el: Use Dired consistently in docstrings.
2123
2124 * dired.el: Use Dired consistently in docstrings.
2125 (dired-readin, dired-mode): Use `setq-local'.
2126 (dired-switches-alist): Make defvar-local.
2127 (dired-buffers-for-dir): Use `zerop'.
2128 (dired-safe-switches-p, dired-switches-escape-p)
2129 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
2130 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
2131 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
2132 (dired-goto-next-nontrivial-file): Use `string-match-p'.
2133 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
2134 (dired-toggle-marks, dired-mark-files-containing-regexp)
2135 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
2136 (dired-flag-auto-save-files, dired-flag-backup-files):
2137 Use `looking-at-p'.
2138 (dired-mark-files-regexp, dired-build-subdir-alist):
2139 Use `string-match-p', `looking-at-p'.
2140
2141 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
2142 (direct-print-region-helper): Use `string-match-p'.
2143
21442013-06-21 Leo Liu <sdl.web@gmail.com>
2145
2146 * comint.el (comint-redirect-results-list-from-process):
2147 Fix infinite loop.
2148
21492013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2150
2151 * net/eww.el (eww-update-header-line-format): Quote % characters.
2152
21532013-06-21 Glenn Morris <rgm@gnu.org>
2154
2155 * play/cookie1.el (cookie): New custom group.
2156 (cookie-file): New option.
2157 (cookie-check-file): New function.
2158 (cookie): Make it interactive. Make start and end messages optional.
2159 Interactively, display the result. Default to cookie-file.
2160 (cookie-insert): Default to cookie-file.
2161 (cookie-snarf): Make start and end messages optional.
2162 Default to cookie-file. Use with-temp-buffer.
2163 (cookie-read): Rename from read-cookie.
2164 Make start and end messages optional. Default to cookie-file.
2165 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
2166 Do not autoload it.
2167 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
2168 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
2169
21702013-06-21 Leo Liu <sdl.web@gmail.com>
2171
2172 * progmodes/octave.el (octave-mode): Backward compatibility fix.
2173
21742013-06-21 Glenn Morris <rgm@gnu.org>
2175
2176 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
2177
21782013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2179 Daniel Hackney <dan@haxney.org>
2180
2181 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
2182 Consolidate the single-file vs tarball code.
2183 (package-desc-suffix): New function.
2184 (package-desc-full-name): Don't bother inlining it.
2185 (package-load-descriptor): Return the new package-desc.
2186 (package-mark-obsolete): Remove unused arg `package'.
2187 (package-unpack): Make it work for single files as well.
2188 Make it update package-alist.
2189 (package--make-autoloads-and-stuff): Rename from
2190 package--make-autoloads-and-compile. Don't compile any more.
2191 (package--compile): New function.
2192 (package-generate-description-file): New function, extracted from
2193 package-unpack-single.
2194 (package-unpack-single): Remove.
2195 (package--with-work-buffer): Add indentation and debugging info.
2196 (package-download-single): Remove.
2197 (package-install-from-archive): Rename from package-download-tar, make
2198 it take a pkg-desc, and make it work for single files as well.
2199 (package-download-transaction): Simplify.
2200 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
2201 external tar program.
2202 (package-install-from-buffer): Remove `pkg-desc' argument.
2203 Use package-tar-file-info for tar-mode buffers.
2204 (package-install-file): Simplify accordingly.
2205 (package-archive-base): Change to take a pkg-desc.
2206 * tar-mode.el (tar--check-descriptor): New function, extracted from
2207 tar-get-descriptor.
2208 (tar-get-descriptor): Use it.
2209 (tar-get-file-descriptor): New function.
2210 (tar--extract): New function, extracted from tar-extract.
2211 (tar--extract): Use it.
2212 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
2213 case the summary uses non-ascii. Adjust to new calling convention of
2214 package-tar-file-info.
2215
22162013-06-21 Leo Liu <sdl.web@gmail.com>
2217
2218 * comint.el (comint-redirect-results-list-from-process):
2219 Fix random delay. (Bug#14681)
2220
22212013-06-21 Juanma Barranquero <lekktu@gmail.com>
2222
2223 * profiler.el (profiler-format-number): Use log, not log10.
2224
22252013-06-20 Juanma Barranquero <lekktu@gmail.com>
2226
2227 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
2228
22292013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
2232 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
2233 yet available.
2234 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
2235 (AUTOGENEL): ... here.
2236 * emacs-lisp/cl-macs.el (cl--sublis): New function.
2237 (cl--defsubst-expand): Use it.
2238
22392013-06-20 Paul Eggert <eggert@cs.ucla.edu>
2240
2241 * subr.el (log10): Move here from C code, and declare as obsolete.
2242 All uses of (log10 X) replaced with (log X 10).
2243
22442013-06-20 Juanma Barranquero <lekktu@gmail.com>
2245
2246 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
2247 Declare with `defvar-local'.
2248 (tabulated-list-use-header-line, tabulated-list-entries)
2249 (tabulated-list-padding, tabulated-list-printer)
2250 (tabulated-list-sort-key): Declare with `defvar-local'.
2251 (tabulated-list-init-header, tabulated-list-print-fake-header):
2252 Use `setq-local'.
2253
22542013-06-20 Michael Albinus <michael.albinus@gmx.de>
2255
2256 * arc-mode.el (archive-mode): Add `archive-write-file' to
2257 `write-contents-functions' also for remote files. (Bug#14652)
2258
22592013-06-20 Juanma Barranquero <lekktu@gmail.com>
2260
2261 * cus-edit.el (custom-commands): Fix typos.
2262 (custom-display): Fix tooltip text.
2263 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
2264 Fix typos in docstrings.
2265 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
2266 (custom-unlispify-menu-entry, custom-magic-value-create)
2267 (custom-add-see-also, custom-group-value-create): Use ?\s.
2268 (custom-guess-type, customize-apropos, editable-field)
2269 (custom-face-value-create): Use `string-match-p'.
2270 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
2271
2272 * custom.el (custom-load-symbol): Use `string-match-p'.
2273
2274 * ansi-color.el: Convert to lexical binding.
2275 (ansi-colors): Fix URL.
2276 (ansi-color-context, ansi-color-context-region): Use defvar-local.
2277 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
2278 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
2279
22802013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2281
2282 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
2283
2284 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
2285
22862013-06-19 Tom Tromey <tromey@redhat.com>
2287
2288 * net/eww.el (eww-top-url): Remove.
2289 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2290 (eww-render): Set new variables. Don't set eww-top-url.
2291 (eww-handle-link): Handle "prev", "home", and "contents".
2292 Downcase the rel text.
2293 (eww-top-url): Choose best top URL.
2294
22952013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2296
2297 * net/eww.el: Rewrite to implement form elements "by hand" instead of
2298 relying in widget.el. Using widget.el leads to too many
2299 user interface inconsistencies.
2300 (eww-self-insert): Implement entering commands in text fields.
2301 (eww-process-text-input): New function to make text input field editing
2302 work.
2303 (eww-submit): Rewrite to use the new-style form methods.
2304 (eww-select-display): Display the correct selected item.
2305 (eww-change-select): Implement changing the select value.
2306 (eww-toggle-checkbox): Implement radio/checkboxes.
2307 (eww-update-field): Fix compilation error.
2308 (eww-tag-textarea): Implement <textarea>.
2309
2310 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
2311 we don't shadow mode-specific bindings.
2312
2313 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
2314 nothing to push.
2315
2316 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2317
23182013-06-19 Glenn Morris <rgm@gnu.org>
2319
2320 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
2321
23222013-06-19 Michael Albinus <michael.albinus@gmx.de>
2323
2324 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
2325 not needed.
2326
2327 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
2328
23292013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2330
2331 * net/browse-url.el (browse-url-browser-function):
2332 `eww-browse-url' has the right calling signature, `eww' does not.
2333
23342013-06-19 Glenn Morris <rgm@gnu.org>
2335
2336 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2337 Only eval autoloaded macros.
2338 (byte-compile-autoload): Only give the macro warning for macros.
2339
2340 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
2341 (ps-underlined-faces): Declare.
2342
2343 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
2344 (speedbar-add-supported-extension): Declare.
2345
2346 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
2347 Don't include a date stamp in the header of the generated file;
2348 it leads to needless differences between output files.
2349
23502013-06-19 Michael Albinus <michael.albinus@gmx.de>
2351
2352 * net/secrets.el (secrets-struct-secret-content-type):
2353 Replace check of introspection data by a test call of "CreateItem".
2354 Some servers do not offer introspection.
2355
23562013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
2357
2358 * electric.el (electric-pair-mode): Improve interaction with
2359 electric-layout-mode.
2360 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
2361 (electric-pair-syntax): Use text-mode-syntax-table in comments
2362 and strings.
2363 (electric-pair--insert): New function.
2364 (electric-pair-post-self-insert-function): Use it and
2365 electric--after-char-pos.
2366
23672013-06-19 Leo Liu <sdl.web@gmail.com>
2368
2369 * progmodes/octave.el (octave-help): Fix regexp.
2370
23712013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2372
2373 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
2374 (shr-table-horizontal-line): Allow nil as a value, and change the
2375 default.
2376 (shr-insert-table-ruler): Respect the nil value.
2377
23782013-06-18 Tom Tromey <tromey@barimba>
2379
2380 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2381 New defvars.
2382 (eww-open-file): New defun.
2383 (eww-render): Initialize new variables.
2384 (eww-display-html): Handle "link" and "a".
2385 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2386 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
2387 (eww-back-url): Rename from eww-previous-url.
2388 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2389 New defuns.
2390
23912013-06-18 Dmitry Gutov <dgutov@yandex.ru>
2392
2393 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
2394 Distinguish ternary operator tokens from slash symbol and slash
2395 char literal.
2396
23972013-06-18 Juanma Barranquero <lekktu@gmail.com>
2398
2399 Convert symbol prettification into minor mode and global minor mode.
2400
2401 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
2402 `prog-prettify-symbols', and make a local defvar instead of defcustom.
2403 (prettify-symbols--keywords): Rename from
2404 `prog-prettify-symbols-alist' and make a local defvar.
2405 (prettify-symbols--compose-symbol): Rename from
2406 `prog--prettify-font-lock-compose-symbol'.
2407 (prettify-symbols--make-keywords): Rename from
2408 `prog-prettify-font-lock-symbols-keywords' and simplify.
2409 (prog-prettify-install): Remove.
2410 (prettify-symbols-mode): New minor mode, based on
2411 `prog-prettify-install'.
2412 (turn-on-prettify-symbols-mode): New function.
2413 (global-prettify-symbols-mode): New globalized minor mode.
2414
2415 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2416 * progmodes/cfengine.el (cfengine3-mode):
2417 * progmodes/perl-mode.el (perl-mode): Don't call
2418 `prog-prettify-install'; set `prettify-symbols-alist' instead.
2419
24202013-06-18 Juri Linkov <juri@jurta.org>
2421
2422 * files-x.el (modify-file-local-variable-message): New function.
2423 (modify-file-local-variable)
2424 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
2425 and call `modify-file-local-variable-message' when it's non-nil.
2426 (add-file-local-variable, delete-file-local-variable)
2427 (add-file-local-variable-prop-line)
2428 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
2429 and use it. (Bug#9820)
2430
24312013-06-18 Juri Linkov <juri@jurta.org>
2432
2433 * emulation/vi.el (vi-shell-op):
2434 * emulation/vip.el (vip-execute-com, ex-command):
2435 * emulation/viper-cmd.el (viper-exec-bang):
2436 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
2437 the call of `shell-command-on-region'. (Bug#14637)
2438
2439 * simple.el (shell-command-on-region): Doc fix.
2440
24412013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
2444 (bug#14633).
2445
24462013-06-18 Glenn Morris <rgm@gnu.org>
2447
2448 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
2449
2450 * newcomment.el (comment-search-forward, comment-search-backward):
2451 Doc fix. (Bug#14376)
2452
24532013-06-18 Juanma Barranquero <lekktu@gmail.com>
2454
2455 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
2456 (buffer-face-mode-invoke): Doc fix.
2457
24582013-06-18 Matthias Meulien <orontee@gmail.com>
2459
2460 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
2461 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
2462
24632013-06-18 Glenn Morris <rgm@gnu.org>
2464
2465 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
2466 Replace obsolete function generic-make-keywords with its expansion.
2467
2468 * progmodes/python.el (ffap-alist): Declare.
2469
2470 * textmodes/reftex.el (bibtex-mode-map): Declare.
2471
24722013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
2475 (package-unpack, package-unpack-single): Return the pkg-dir.
2476 (package-download-transaction): Use it to update package-alist.
2477
24782013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2479
2480 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
2481 possible choice.
2482
24832013-06-17 Juri Linkov <juri@jurta.org>
2484
2485 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
2486
24872013-06-17 Dmitry Gutov <dgutov@yandex.ru>
2488
2489 * emacs-lisp/package.el (package-load-descriptor):
2490 Remove `with-syntax-table' call, `read' doesn't need it.
2491 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
2492
24932013-06-17 Juanma Barranquero <lekktu@gmail.com>
2494
2495 * startup.el (command-line): Expand package name returned by
2496 `package--description-file' (bug#14639).
2497
24982013-06-17 Dmitry Gutov <dgutov@yandex.ru>
2499
2500 * emacs-lisp/package.el (package-load-descriptor): Do not call
2501 `emacs-lisp-mode', just use its syntax table.
2502
25032013-06-17 Juanma Barranquero <lekktu@gmail.com>
2504
2505 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
2506 `font-lock-extra-managed-props' if any prettifying keyword is added.
2507 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
2508 (prog-mode): Use `setq-local'.
2509
25102013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2511
2512 * international/characters.el (standard-case-table): Set syntax of ?»
2513 and ?« to punctuation.
2514
25152013-06-16 Juanma Barranquero <lekktu@gmail.com>
2516
2517 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
2518 Save relevant match data before calling `syntax-ppss' (bug#14595).
2519
25202013-06-15 Juri Linkov <juri@jurta.org>
2521
2522 * files-x.el (modify-file-local-variable-prop-line): Add local
2523 variables to the end of the existing comment on the first line.
2524 Use `file-auto-mode-skip' to skip interpreter magic line,
2525 and also skip XML declaration.
2526
25272013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * startup.el (package--builtin-versions): New var.
2530 (package-subdirectory-regexp): Remove.
2531 (package--description-file): Hard code its value instead.
2532
2533 * emacs-lisp/package.el: Don't activate packages older than builtin.
2534 (package-obsolete-list): Rename from package-obsolete-alist, and make
2535 it into a simple list of package-desc.
2536 (package-strip-version): Remove.
2537 (package-built-in-p): Use package--builtin-versions.
2538 (package-mark-obsolete): Simplify.
2539 (package-process-define-package): Mark it obsolete if older than the
2540 builtin version.
2541 (package-handle-response): Use line-end-position.
2542 (package-read-archive-contents, package--download-one-archive):
2543 Simplify.
2544 (package--add-to-archive-contents): Skip if older than the builtin or
2545 installed version.
2546 (package-menu-describe-package): Fix last change.
2547 (package-list-unversioned): New var.
2548 (package-menu--generate): Use it.
2549
2550 * emacs-lisp/autoload.el: Manage package--builtin-versions.
2551 (autoload--insert-text, autoload--insert-cookie-text): New functions.
2552 (autoload-builtin-package-versions): New variable.
2553 (autoload-generate-file-autoloads): Use them.
2554 Remove the list of autoloaded functions/macros from the
2555 (autoload...) comments.
2556
2557 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
2558
25592013-06-15 Eli Zaretskii <eliz@gnu.org>
2560
2561 * simple.el (line-move-partial): Don't jump to the next screen
2562 line as soon as it becomes visible. Instead, continue enlarging
2563 the vscroll until the portion of a tall screen line that's left on
2564 display is about the height of the frame's default font.
2565 (Bug#14567)
2566
25672013-06-15 Glenn Morris <rgm@gnu.org>
2568
2569 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
2570 compilation-error-regexp-alist void, or local while let-bound.
2571
2572 * progmodes/make-mode.el (makefile-mode-syntax-table):
2573 Treat "=" as punctuation. (Bug#14614)
2574
25752013-06-15 Juanma Barranquero <lekktu@gmail.com>
2576
2577 * help-fns.el (describe-variable):
2578 Add extra line for permanent-local variables.
2579
25802013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
2581
2582 * progmodes/scheme.el (scheme-font-lock-keywords-2):
2583 Add export, import, library. (Bug#9164)
2584 (library): Set indent function.
2585
25862013-06-14 Glenn Morris <rgm@gnu.org>
2587
2588 * term/xterm.el (xterm--query):
2589 Stop after first matching handler. (Bug#14615)
2590
25912013-06-14 Ivan Kanis <ivan@kanis.fr>
2592
2593 Add support for dired in saveplace.
2594 * dired.el (dired-initial-position-hook): New variable.
2595 (dired-initial-position): Call hook to place cursor position.
2596 * saveplace.el (save-place-to-alist): Add dired position.
2597 (save-place-dired-hook): New function.
2598
25992013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
2602 through a symbol rather than letrec.
2603
2604 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
2605 (package-desc): Add `dir' field.
2606 (package-desc-full-name): New function.
2607 (package-load-descriptor): Combine the two arguments. Don't use `load'.
2608 (package-maybe-load-descriptor): Remove.
2609 (package-load-all-descriptors): Just call package-load-descriptor.
2610 (package--disabled-p): New function.
2611 (package-desc-vers, package-desc-doc): Remove aliases.
2612 (package--dir): Remove function.
2613 (package-activate): Check if a package is disabled.
2614 (package-process-define-package): New function, extracted from
2615 define-package.
2616 (define-package): Turn into a place holder.
2617 (package-unpack-single, package-tar-file-info):
2618 Use package--description-file.
2619 (package-compute-transaction): Use package--disabled-p.
2620 (package-download-transaction): Don't call
2621 package-maybe-load-descriptor since they're all loaded anyway.
2622 (package-install): Change argument to be a pkg-desc.
2623 (package-delete): Use a single pkg-desc argument.
2624 (describe-package-1): Use package-desc-dir instead of package--dir.
2625 Use package-desc property instead of package-symbol.
2626 (package-install-button-action): Adjust accordingly.
2627 (package--push): Rewrite.
2628 (package-menu--print-info): Adjust accordingly. Change the ID format
2629 to be a pkg-desc.
2630 (package-menu-describe-package, package-menu-get-status)
2631 (package-menu--find-upgrades, package-menu-mark-upgrades)
2632 (package-menu-execute, package-menu--name-predicate):
2633 Adjust accordingly.
2634 * startup.el (package--description-file): New function.
2635 (command-line): Use it.
2636 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2637 Use package-desc-version.
2638
2639 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
2640 (byte-compile-preprocess): Use it.
2641 (byte-compile-file-form-defalias): Try a bit harder to use macros we
2642 can't quite recognize.
2643 (byte-compile-add-to-list): Remove.
2644 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
2645 (cconv-closure-convert): Add assertion.
2646
2647 * emacs-lisp/map-ynp.el: Use lexical-binding.
2648 (map-y-or-n-p): Remove unused vars `tail' and `object'.
2649 Factor out some repeated code.
2650
26512013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2652
2653 * subr.el (with-eval-after-load): New macro.
2654 (eval-after-load): Allow form to be a function.
2655 take advantage of lexical-binding.
2656 (do-after-load-evaluation): Use dolist and adjust to new format.
2657 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
2658
26592013-06-13 Juri Linkov <juri@jurta.org>
2660
2661 * replace.el (perform-replace): Display "symbol " and other search
2662 modes from `isearch-message-prefix' in the *Help* buffer.
2663
2664 * isearch.el (isearch-query-replace): Add " symbol" and other
2665 possible search modes from `isearch-message-prefix' to the prompt.
2666 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
2667 when reading a regexp to collect.
2668
26692013-06-13 Juri Linkov <juri@jurta.org>
2670
2671 * isearch.el (word-search-regexp): Match whitespace if the search
2672 string begins or ends in whitespace. The LAX arg is applied to
2673 both ends of the search string. Use `regexp-quote' and explicit
2674 \< and \> instead of \b. Use \` and \' instead of ^ and $.
2675 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
2676 boundaries are replaced with symbol boundaries, and characters
2677 between symbols match non-word non-symbol syntax. (Bug#14602)
2678
26792013-06-13 Juri Linkov <juri@jurta.org>
2680
2681 * isearch.el (isearch-del-char): Don't exceed the length of
2682 `isearch-string' by the prefix arg. (Bug#14563)
2683
26842013-06-13 Juri Linkov <juri@jurta.org>
2685
2686 * isearch.el (isearch-yank-word, isearch-yank-line)
2687 (isearch-char-by-name, isearch-quote-char)
2688 (isearch-printing-char, isearch-process-search-char):
2689 Add optional count prefix arg. (Bug#14563)
2690
2691 * international/isearch-x.el
2692 (isearch-process-search-multibyte-characters):
2693 Add optional count prefix arg.
2694
26952013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
2698 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
2699 lexical-binding.
2700
27012013-06-13 Vitalie Spinu <spinuvit@gmail.com>
2702
2703 * subr.el (set-temporary-overlay-map): Add on-exit argument.
2704
27052013-06-13 Glenn Morris <rgm@gnu.org>
2706
2707 * startup.el (tty-handle-args):
2708 Don't just discard "--" and anything after. (Bug#14608)
2709
2710 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
2711
27122013-06-13 Michael Albinus <michael.albinus@gmx.de>
2713
2714 Implement changes in Secret Service API. Make it backward compatible.
2715 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
2716 (secrets-create-item): Use it. Prefix properties with interface.
2717
27182013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
2719
2720 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
2721 (term-emulate-terminal): Respect term-suppress-hard-newline.
2722
27232013-06-13 E Sabof <esabof@gmail.com> (tiny change)
2724
2725 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
2726 Only remove a `thumb-file' overlay. (Bug#14548)
2727
27282013-06-12 Grégoire Jadi <daimrod@gmail.com>
2729
2730 * mail/reporter.el (reporter-submit-bug-report):
2731 Handle missing package-name. (Bug#14600)
2732
27332013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2734
2735 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
2736 (reftex-citation-prompt, reftex-default-bibliography)
2737 (reftex-bib-or-thebib, reftex-get-bibfile-list)
2738 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
2739 (reftex-bib-sort-author, reftex-bib-sort-year)
2740 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
2741 (reftex-extract-bib-entries-from-thebibliography)
2742 (reftex-get-bibkey-default, reftex-get-bib-names)
2743 (reftex-parse-bibtex-entry, reftex-get-bib-field)
2744 (reftex-format-bib-entry, reftex-parse-bibitem)
2745 (reftex-format-bibitem, reftex-do-citation)
2746 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
2747 (reftex-restrict-bib-matches, reftex-extract-bib-file)
2748 (reftex-insert-bib-matches, reftex-format-citation)
2749 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
2750 (reftex-create-bibtex-file): Add docstrings, mostly by converting
2751 existing comments into docstrings.
2752
27532013-06-12 Xue Fuqiao <xfq.free@gmail.com>
2754
2755 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
2756
27572013-06-12 Andreas Schwab <schwab@suse.de>
2758
2759 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
2760 for auto-save files.
2761
27622013-06-12 Glenn Morris <rgm@gnu.org>
2763
2764 * ido.el (ido-delete-ignored-files): Remove.
2765 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
2766 Go back to calling ido-ignore-item-p directly.
2767
27682013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
2769
2770 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
2771
2772 * ido.el (ido-delete-ignored-files): New function,
2773 split from ido-make-file-list-1.
2774 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
2775 (ido-make-file-list-1): Use ido-delete-ignored-files.
2776
27772013-06-12 Leo Liu <sdl.web@gmail.com>
2778
2779 * progmodes/octave.el (inferior-octave-startup)
2780 (inferior-octave-completion-table)
2781 (inferior-octave-track-window-width-change)
2782 (octave-eldoc-function-signatures, octave-help)
2783 (octave-find-definition): Use single quoted strings.
2784 (inferior-octave-startup-args): Change default value.
2785 (inferior-octave-startup): Do not hard code "-i" and
2786 "--no-line-editing".
2787 (inferior-octave-resync-dirs): Add optional arg NOERROR.
2788 (inferior-octave-directory-tracker): Use it.
2789 (octave-goto-function-definition): Robustify.
2790 (octave-help): Support highlighting operators in 'See also'.
2791 (octave-find-definition): Find subfunctions only in Octave mode.
2792
27932013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * help-fns.el (help-fns--compiler-macro): If the handler function is
2796 named, then put a link to it.
2797 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
2798 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
2799 (cl-typep): Use it.
2800 (cl-eval-when): Simplify debug spec.
2801 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
2802 compiler-macro function instead of setting `compiler-macro-file'.
2803
28042013-06-12 Xue Fuqiao <xfq.free@gmail.com>
2805
2806 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
2807 * vc/vc-hooks.el (vc-stay-local): Doc fix.
2808
28092013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2810 Daniel Hackney <dan@haxney.org>
2811
2812 First part of Daniel Hackney's patch to package.el.
2813 * emacs-lisp/package.el: Use defstruct.
2814 (package-desc): New, main struct.
2815 (package--bi-desc, package--ac-desc): New structs, used to describe the
2816 format in external files.
2817 (package-desc-vers): Replace with package-desc-version accessor.
2818 (package-desc-doc): Replace with package-desc-summary accessor.
2819 (package-activate-1): Remove `package' arg since the pkg-vec now
2820 includes the name.
2821 (define-package): Use package-desc-from-define.
2822 (package-unpack-single): Change file-name arg to be a symbol.
2823 (package--add-to-archive-contents): Use package-desc-create and new
2824 accessor functions to package--ac-desc.
2825 (package-buffer-info, package-tar-file-info): Return a package-desc.
2826 (package-install-from-buffer): Remove `type' argument. Change pkg-info
2827 arg to be a package-desc.
2828 (package-install-file): Adjust accordingly. Use \' to match EOS.
2829 (package--from-builtin): New function.
2830 (describe-package-1, package-menu--generate): Use it.
2831 (package--make-autoloads-and-compile): Change name arg to be a symbol.
2832 (package-generate-autoloads): Idem and return the name of the file.
2833 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2834 Change pkg-info arg to be a package-desc.
2835 Use package-make-ac-desc.
2836 (package-upload-file): Use \' to match EOS.
2837 * finder.el (finder-compile-keywords): Use package-make-builtin.
2838
28392013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * vc/vc.el (vc-deduce-fileset): Change error message.
2842 (vc-read-backend): New function.
2843 (vc-next-action): Use it.
2844
2845 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
2846
2847 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
2848 (prolog-font-lock-keywords): Use regexp-opt instead.
2849 Don't manually highlight strings.
2850 (prolog-mode-variables): Simplify comment-start-skip.
2851 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
2852
2853 * emacs-lisp/generic.el (generic--normalise-comments)
2854 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
2855 (generic-mode-set-comments): Use them.
2856 (generic-bracket-support): Use setq-local.
2857 (generic-make-keywords-list): Declare obsolete.
2858
28592013-06-11 Glenn Morris <rgm@gnu.org>
2860
2861 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2862 Prettify after setting font-lock-defaults. (Bug#14574)
2863
28642013-06-11 Juanma Barranquero <lekktu@gmail.com>
2865
2866 * replace.el (query-replace, occur-read-regexp-defaults-function)
2867 (replace-search):
2868 * subr.el (declare-function, number-sequence, local-set-key)
2869 (substitute-key-definition, locate-user-emacs-file)
2870 (with-silent-modifications, split-string, eval-after-load):
2871 Fix typos, remove unneeded backslashes and reflow some docstrings.
2872
28732013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2874
2875 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
2876 default for Elisp files.
2877
28782013-06-11 Glenn Morris <rgm@gnu.org>
2879
2880 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
2881 although define-derived-mode was doing this anyway. (Bug#14583)
2882
28832013-06-10 Juanma Barranquero <lekktu@gmail.com>
2884
2885 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2886 Fix make-variable-buffer-local call to refer to the correct variable.
2887
28882013-06-10 Aidan Gauland <aidalgol@amuri.net>
2889
2890 * eshell/em-term.el (eshell-visual-commands)
2891 (eshell-visual-subcommands, eshell-visual-options):
2892 Add summary line to docstrings. Add cross-references.
2893
28942013-06-10 Glenn Morris <rgm@gnu.org>
2895
2896 * epa.el (epa-read-file-name): New function. (Bug#14510)
2897 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
2898
28992013-06-09 Aidan Gauland <aidalgol@amuri.net>
2900
2901 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
2902 output redirection to be ignored with visual commands.
2903
29042013-06-09 Aidan Gauland <aidalgol@amuri.net>
2905
2906 * eshell/em-term.el (eshell-visual-command-p): New function.
2907 (eshell-term-initialize): Move long lambda to separate function
2908 eshell-visual-command-p.
2909 * eshell/em-dirs.el (eshell-dirs-initialise):
2910 * eshell/em-script.el (eshell-script-initialize):
2911 Add missing #' to lambda.
2912
29132013-06-08 Leo Liu <sdl.web@gmail.com>
2914
2915 * progmodes/octave.el (octave-add-log-current-defun): New function.
2916 (octave-mode): Set add-log-current-defun-function.
2917 (octave-goto-function-definition): Do not move point if not found.
2918 (octave-find-definition): Enhance to try subfunctions first.
2919
29202013-06-08 Glenn Morris <rgm@gnu.org>
2921
2922 * emacs-lisp/bytecomp.el (byte-compile-char-before)
2923 (byte-compile-backward-char, byte-compile-backward-word):
2924 Improve previous change, to handle non-explicit nil.
2925
29262013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
2929 (smie--opener/closer-at-point): New function.
2930 (smie--matching-block-data): Use it. Don't match from right after an
2931 opener or right before a closer. Obey smie-blink-matching-inners.
2932 Don't signal a mismatch for repeated inners like "switch..case..case".
2933
29342013-06-07 Leo Liu <sdl.web@gmail.com>
2935
2936 * progmodes/octave.el (octave-mode): Set comment-use-global-state
2937 to t. (Bug#14303)
2938 (octave-function-header-regexp): Fix. (Bug#14570)
2939 (octave-help-mode-finish-hook, octave-help-mode-finish):
2940 Remove. Just use temp-buffer-show-hook.
2941
2942 * newcomment.el (comment-search-backward): Revert last change.
2943 (Bug#14434)
2944
2945 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
2946
29472013-06-07 Eli Zaretskii <eliz@gnu.org>
2948
2949 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
2950 through xargs, to avoid failure due to MS-Windows limitations on
2951 command-line length.
2952
29532013-06-06 Glenn Morris <rgm@gnu.org>
2954
2955 * font-lock.el (lisp-font-lock-keywords-2):
2956 Treat user-error like error.
2957
2958 * emacs-lisp/bytecomp.el (byte-compile-char-before)
2959 (byte-compile-backward-char, byte-compile-backward-word):
2960 Handle explicit nil arguments. (Bug#14565)
2961
29622013-06-05 Alan Mackenzie <acm@muc.de>
2963
2964 * isearch.el (isearch-allow-prefix): New user option.
2965 (isearch-other-meta-char): Don't exit isearch when a prefix
2966 argument is typed whilst `isearch-allow-prefix' is non-nil.
2967 (Bug#9706)
2968
29692013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * autorevert.el (auto-revert-notify-handler): Use memq.
2972 Hide assertion failure.
2973
2974 * skeleton.el: Use cl-lib.
2975 (skeleton-further-elements): Use defvar-local.
2976 (skeleton-insert): Use cl-progv.
2977
29782013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
2979
2980 * progmodes/prog-mode.el (prog-prettify-symbols)
2981 (prog-prettify-install): Update docstrings.
2982
29832013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * simple.el: Move all the prog-mode code to prog-mode.el.
2986 * progmodes/prog-mode.el: New file.
2987 * loadup.el: Add prog-mode.el.
2988
29892013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
2990
2991 * simple.el (prog-prettify-symbols): Add version.
2992 (prog-prettify-install): Add convenience function to prettify symbols.
2993
2994 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
2995 (perl--augmented-font-lock-keywords-1)
2996 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
2997 variables and use it.
2998
2999 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
3000 (cfengine3-mode): Remove unneeded variable and use it.
3001
3002 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
3003 (lisp--augmented-font-lock-keywords-1)
3004 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
3005 Remove unneeded variables and use it.
3006
30072013-06-05 João Távora <joaotavora@gmail.com>
3008
3009 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
3010 to point when opening the connection. (Bug#14380)
3011
30122013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * subr.el (load-history-regexp, load-history-filename-element)
3015 (eval-after-load, after-load-functions, do-after-load-evaluation)
3016 (eval-next-after-load, display-delayed-warnings)
3017 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
3018 definition of save-match-data.
3019 (overriding-local-map): Remove accidental obsolescence declaration.
3020
3021 * emacs-lisp/edebug.el (edebug-result): Move before first use.
3022
30232013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
3024
3025 Generalize symbol prettify support to prog-mode and implement it
3026 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
3027 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
3028 (prog--prettify-font-lock-compose-symbol)
3029 (prog-prettify-font-lock-symbols-keywords): New variables and
3030 functions to support symbol prettification.
3031 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
3032 (lisp--augmented-font-lock-keywords-1)
3033 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
3034 (lisp--prettify-symbols-alist): Implement prettify of lambda.
3035 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
3036 (cfengine3--prettify-symbols-alist, cfengine3-mode):
3037 Implement prettify of -> => :: strings.
3038 * progmodes/perl-mode.el (perl-prettify-symbols)
3039 (perl--font-lock-compose-symbol)
3040 (perl--font-lock-symbols-keywords): Move to prog-mode.
3041 (perl--prettify-symbols-alist): Prettify -> => :: strings.
3042 (perl-font-lock-keywords-1)
3043 (perl-font-lock-keywords-2): Remove explicit prettify support.
3044 (perl--augmented-font-lock-keywords)
3045 (perl--augmented-font-lock-keywords-1)
3046 (perl--augmented-font-lock-keywords-2, perl-mode):
3047 Implement prettify support.
3048
30492013-06-05 Leo Liu <sdl.web@gmail.com>
3050
3051 Re-implement smie matching block highlight using
3052 show-paren-data-function. (Bug#14395)
3053 * emacs-lisp/smie.el (smie-matching-block-highlight)
3054 (smie--highlight-matching-block-overlay)
3055 (smie--highlight-matching-block-lastpos)
3056 (smie-highlight-matching-block)
3057 (smie-highlight-matching-block-mode): Remove.
3058 (smie--matching-block-data-cache): New variable.
3059 (smie--matching-block-data): New function.
3060 (smie-setup): Use smie--matching-block-data for
3061 show-paren-data-function.
3062
3063 * progmodes/octave.el (octave-mode-menu): Fix.
3064 (octave-find-definition): Skip garbage lines.
3065
30662013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 Fix compilation error with simultaneous dynamic+lexical scoping.
3069 Add warning when a defvar appears after the first let-binding.
3070 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
3071 (byte-compile-close-variables): Initialize it.
3072 (byte-compile--declare-var): New function.
3073 (byte-compile-file-form-defvar)
3074 (byte-compile-file-form-define-abbrev-table)
3075 (byte-compile-file-form-custom-declare-variable): Use it.
3076 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
3077 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
3078 (byte-compile-bind): Handle dynamic bindings that shadow
3079 lexical bindings.
3080 (byte-compile-unbind): Make arg non-optional.
3081 (byte-compile-let): Simplify.
3082 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
3083 (cconv--analyse-function, cconv-analyse-form): Populate it.
3084 Protect byte-compile-bound-variables to limit the scope of defvars.
3085 (cconv-analyse-form): Add missing rule for (defvar <foo>).
3086 Remove unneeded rule for `declare'.
3087
3088 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
3089 so as to avoid depending on cl-adjoin at run-time.
3090 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
3091
3092 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
3093 (macroexp--warn-and-return): Use it.
3094
30952013-06-05 Leo Liu <sdl.web@gmail.com>
3096
3097 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
3098
30992013-06-04 Leo Liu <sdl.web@gmail.com>
3100
3101 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
3102 (compilation-auto-jump): Suppress the "Mark set" message to give
3103 way to exit message.
3104
31052013-06-04 Alan Mackenzie <acm@muc.de>
3106
3107 Remove faulty optimisation from indentation calculation.
3108 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
3109 search limit based on 2000 characters back from indent-point.
3110
31112013-06-03 Tassilo Horn <tsdh@gnu.org>
3112
3113 * eshell/em-term.el (cl-lib): Require `cl-lib'.
3114
31152013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * emacs-lisp/lisp.el: Use lexical-binding.
3118 (lisp--local-variables-1, lisp--local-variables): New functions.
3119 (lisp--local-variables-completion-table): New var.
3120 (lisp-completion-at-point): Use it complete let-bound vars.
3121
3122 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
3123 eagerly (bug#14422).
3124
31252013-06-03 Michael Albinus <michael.albinus@gmx.de>
3126
3127 * autorevert.el (auto-revert-notify-enabled)
3128 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3129 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
3130 (auto-revert-notify-handler): Handle also gfilenotify.
3131
3132 * subr.el (file-notify-handle-event): New defun. Replacing ...
3133 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
3134 Remove.
3135
31362013-06-03 Juri Linkov <juri@jurta.org>
3137
3138 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
3139 `M-s h .'. (Bug#14427)
3140
3141 * hi-lock.el (highlight-symbol-at-point): New alias for the new
3142 command `hi-lock-face-symbol-at-point'.
3143 (hi-lock-face-symbol-at-point): New command.
3144 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
3145 (hi-lock-menu): Add `highlight-symbol-at-point'.
3146 (hi-lock-mode): Doc fix.
3147
3148 * isearch.el (isearch-forward-symbol-at-point): New command.
3149 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
3150 (isearch-highlight-regexp): Add a regexp which matches
3151 words/symbols for word/symbol mode.
3152
3153 * subr.el (find-tag-default-bounds): New function with the body
3154 mostly moved from `find-tag-default'.
3155 (find-tag-default): Move most code to `find-tag-default-bounds',
3156 call it and apply `buffer-substring-no-properties' afterwards.
3157
31582013-06-03 Tassilo Horn <tsdh@gnu.org>
3159
3160 * eshell/em-term.el (eshell-term-initialize):
3161 Use `cl-intersection' rather than `intersection'.
3162
31632013-06-02 Xue Fuqiao <xfq.free@gmail.com>
3164
3165 * vc/log-view.el: Doc fix.
3166 (log-view-mode-map): Copy keymap from `special-mode-map'.
3167
31682013-06-02 Eric Ludlam <zappo@gnu.org>
3169
3170 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
3171 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
3172 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
3173 (eieio-unbound, eieio-default-superclass)
3174 (eieio--define-field-accessors, method-static, method-before)
3175 (method-primary, method-after, method-num-lists)
3176 (method-generic-before, method-generic-primary)
3177 (method-generic-after, method-num-slots)
3178 (eieio-specialized-key-to-generic-key)
3179 (eieio--check-type, class-v, class-p)
3180 (eieio-class-name, define-obsolete-function-alias)
3181 (eieio-class-parents-fast, eieio-class-children-fast)
3182 (same-class-fast-p, class-constructor, generic-p)
3183 (generic-primary-only-p, generic-primary-only-one-p)
3184 (class-option-assoc, class-option, eieio-object-p)
3185 (class-abstract-p, class-method-invocation-order)
3186 (eieio-defclass-autoload-map, eieio-defclass-autoload)
3187 (eieio-class-un-autoload, eieio-defclass)
3188 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
3189 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
3190 (eieio--defgeneric-init-form, eieio-defgeneric-form)
3191 (eieio-defgeneric-reset-generic-form)
3192 (eieio-defgeneric-form-primary-only)
3193 (eieio-defgeneric-reset-generic-form-primary-only)
3194 (eieio-defgeneric-form-primary-only-one)
3195 (eieio-defgeneric-reset-generic-form-primary-only-one)
3196 (eieio-unbind-method-implementations)
3197 (eieio--defmethod, eieio--typep)
3198 (eieio-perform-slot-validation, eieio-validate-slot-value)
3199 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
3200 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
3201 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
3202 (eieio-slot-name-index, eieio-class-slot-name-index)
3203 (eieio-set-defaults, eieio-initarg-to-attribute)
3204 (eieio-attribute-to-initarg, eieio-c3-candidate)
3205 (eieio-c3-merge-lists, eieio-class-precedence-c3)
3206 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
3207 (eieio-class-precedence-list, eieio-generic-call-methodname)
3208 (eieio-generic-call-arglst, eieio-generic-call-key)
3209 (eieio-generic-call-next-method-list)
3210 (eieio-pre-method-execution-functions, eieio-generic-call)
3211 (eieio-generic-call-primary-only, eieiomt-method-list)
3212 (eieiomt-optimizing-obarray, eieiomt-install)
3213 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
3214 (eieio-generic-form, eieio-defmethod, make-obsolete)
3215 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
3216 (defclass): Remove `eval-and-compile' from macro.
3217 (call-next-method, shared-initialize): Instead of using
3218 `scoped-class' variable, use new eieio--scoped-class, and
3219 eieio--with-scoped-class.
3220 (initialize-instance): Rename local variable 'scoped-class' to
3221 'this-class' to remove ambiguitity from old global.
3222
3223 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
3224 eieio.el.
3225 (eieio--scoped-class-stack): New variable.
3226 (eieio--scoped-class): New fcn.
3227 (eieio--with-scoped-class): New scoping macro.
3228 (eieio-defclass): Use pushnew instead of add-to-list.
3229 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
3230 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
3231 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
3232 `scoped-class' variable, use new eieio--scoped-class, and
3233 eieio--with-scoped-class.
3234
3235 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
3236
32372013-06-02 Tassilo Horn <tsdh@gnu.org>
3238
3239 * eshell/esh-ext.el (eshell-external-command): Pass args to
3240 `eshell-find-interpreter'.
3241 (eshell-find-interpreter): Add new second parameter ARGS.
3242
3243 * eshell/em-script.el (eshell-script-initialize): Add second arg
3244 to the function added as MATCH to `eshell-interpreter-alist'.
3245
3246 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
3247 the function added as MATCH to `eshell-interpreter-alist'.
3248
3249 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
3250 (eshell-visual-options): New defcustom.
3251 (eshell-escape-control-x): Adapt docstring.
3252 (eshell-term-initialize): Test `eshell-visual-subcommands' and
3253 `eshell-visual-options' in addition to `eshell-visual-commands'.
3254 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
3255
32562013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
3257
3258 * progmodes/python.el (python-indent-block-enders): Add break,
3259 continue and raise keywords.
3260
32612013-06-01 Glenn Morris <rgm@gnu.org>
3262
3263 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
3264
3265 Plain (f)boundp silences compilation warnings since Emacs 22.1.
3266 * progmodes/cc-cmds.el (delete-forward-p):
3267 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
3268 * progmodes/cc-engine.el (buffer-syntactic-context):
3269 * progmodes/cc-fonts.el (face-property-instance):
3270 * progmodes/cc-mode.el (set-keymap-parents):
3271 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
3272 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
3273 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
3274 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
3275 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
3276
3277 * progmodes/cc-vars.el (other): Emacs has this widget since
3278 at least 21.1, so don't (re)define it.
3279
3280 * eshell/em-cmpl.el (eshell-cmpl-initialize):
3281 Replace the obsolete alias pcomplete-arg-quote-list.
3282
32832013-06-01 Leo Liu <sdl.web@gmail.com>
3284
3285 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
3286 punctuation syntax.
3287 (inferior-octave-minimal-columns)
3288 (inferior-octave-last-column-width): New variables.
3289 (inferior-octave-track-window-width-change): New function.
3290 (inferior-octave-mode): Adjust column width so that Octave output,
3291 for example from 'ls', can fit into the window nicely.
3292
32932013-05-31 Dmitry Gutov <dgutov@yandex.ru>
3294
3295 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
3296 Highlight expansions inside regexp literals.
3297
32982013-05-31 Glenn Morris <rgm@gnu.org>
3299
3300 * obsolete/sym-comp.el (symbol-complete):
3301 Replace obsolete completion-annotate-function.
3302
3303 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
3304
33052013-05-31 Dmitry Gutov <dgutov@yandex.ru>
3306
3307 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
3308 New function, checks if point is inside a literal that allows
3309 expression expansion.
3310 (ruby-syntax-propertize-expansion): Use it.
3311 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
3312 around the body.
3313
33142013-05-30 Juri Linkov <juri@jurta.org>
3315
3316 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
3317 to "\M-si".
3318 (isearch-invisible): New variable.
3319 (isearch-forward): Doc fix.
3320 (isearch-mode): Set `isearch-invisible'
3321 to the value of `search-invisible'.
3322 (isearch-toggle-case-fold): Doc fix.
3323 (isearch-toggle-invisible): New command.
3324 (isearch-query-replace): Let-bind `search-invisible'
3325 to the value of `isearch-invisible'.
3326 (isearch-search): Use `isearch-invisible' instead of
3327 `search-invisible'. Let-bind `search-invisible'
3328 to the value of `isearch-invisible'. (Bug#11378)
3329
33302013-05-30 Juri Linkov <juri@jurta.org>
3331
3332 * replace.el (perform-replace): Avoid `isearch-range-invisible'
3333 call when `query-flag' is nil and `search-invisible' is non-nil.
3334 (Bug#11746)
3335
33362013-05-30 Glenn Morris <rgm@gnu.org>
3337
3338 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
3339
3340 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
3341 (cc-require): Suppress spurious "noruntime" warnings.
3342 (cc-require-when-compile): Use fboundp, for sake of compiler.
3343
3344 * progmodes/cc-mode.el: Move load of cc-vars before that of
3345 cc-langs (which in turn loads cc-vars), to quieten compiler.
3346
33472013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * paren.el: Simplify the code.
3350 (show-paren-mode): Always start the timer.
3351 (show-paren--idle-timer): Rename from show-paren-idle-timer.
3352 (show-paren--overlay, show-paren--overlay-1): Rename from
3353 show-paren-overlay and show-paren-overlay-1, and initialize to an
3354 overlay rather than to nil.
3355 (show-paren-function): Misc cleanup and simplifications.
3356
33572013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * paren.el (show-paren-data-function): New hook.
3360 (show-paren--default): New function, extracted from show-paren-function.
3361 (show-paren-function): Use show-paren-data-function.
3362
33632013-05-30 Glenn Morris <rgm@gnu.org>
3364
3365 * ielm.el (ielm-map, ielm-complete-symbol):
3366 Use completion-at-point rather than obsolete functions.
3367 (inferior-emacs-lisp-mode): Doc fix.
3368 Set completion-at-point-functions, rather than
3369 comint-dynamic-complete-functions.
3370
3371 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
3372 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
3373 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
3374
3375 * image.el (image-animated-p): Tweak definition.
3376
3377 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
3378 (rlogin-process-connection-type): Tweak default. Add set-after.
3379 (rlogin-host): Doc fix.
3380 (rlogin): Tweak prompt.
3381 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
3382
3383 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
3384 * progmodes/tcl.el (inferior-tcl-mode-map):
3385 Use completion-at-point rather than obsolete alias.
3386
3387 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
3388
3389 * minibuffer.el (read-file-name-completion-ignore-case):
3390 Move before completion--in-region, for eager macro expansion.
3391
33922013-05-29 Juri Linkov <juri@jurta.org>
3393
3394 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
3395 for total count of matching lines. Add `global-matches' for total
3396 count of matches. Rename `matches' to `lines' for count of
3397 matching lines. Add `matches' for count of matches.
3398 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
3399 to `prev-line' for line number of prev match endpt.
3400 Increment `matches' for every match. Print the number of
3401 matching lines in the header.
3402 (occur-context-lines): Rename `lines' to `curr-line'.
3403 Rename `prev-lines' to `prev-line'. (Bug#14017)
3404
34052013-05-29 Juri Linkov <juri@jurta.org>
3406
3407 * replace.el (perform-replace): Add `skip-read-only-count',
3408 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
3409 Increment them for corresponding conditions and report the number
3410 of skipped occurrences in the final message. (Bug#11746)
3411 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3412 (replace-string, replace-regexp): Doc fix.
3413
34142013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3415
3416 * emacs-lisp/trace.el (trace--read-args): Provide a default.
3417
3418 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
3419 prog-mode-map (bug#14504).
3420
34212013-05-29 Leo Liu <sdl.web@gmail.com>
3422
3423 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
3424 (octave-help): Small simplification.
3425
3426 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
3427 off the highlight first.
3428
34292013-05-29 Glenn Morris <rgm@gnu.org>
3430
3431 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
3432 Handle idlwave-last-system-routine-info-cons-cell being nil.
3433
3434 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3435 (idlwave-write-paths): Simplify via with-temp-buffer.
3436
3437 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
3438 * emulation/cua-rect.el: Also load cua-base at run time.
3439
3440 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
3441 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
3442 (cperl-imenu-on-info): Require imenu.
3443
34442013-05-28 Alan Mackenzie <acm@muc.de>
3445
3446 Handle "capitalised keywords" correctly.
3447 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
3448
34492013-05-28 Aidan Gauland <aidalgol@amuri.net>
3450
3451 * eshell/em-unix.el: Add -r option to cp.
3452
34532013-05-28 Glenn Morris <rgm@gnu.org>
3454
3455 * vc/vc-arch.el (vc-exec-after): Declare.
3456 (vc-switches): Autoload.
3457 * vc/vc-bzr.el: No need to require vc when compiling.
3458 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
3459 (vc-resynch-buffer, vc-dir-refresh): Declare.
3460 (vc-setup-buffer, vc-switches): Autoload.
3461 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
3462 (vc-resynch-buffer): Declare.
3463 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
3464 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
3465 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
3466 (grep-read-regexp, grep-read-files, grep-expand-template)
3467 (vc-dir-refresh): Declare.
3468 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
3469 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
3470 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
3471 * vc/vc-mtn.el (vc-exec-after): Declare.
3472 (vc-switches): Autoload.
3473 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
3474 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
3475 (vc-file-tree-walk): Declare.
3476 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
3477 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
3478 (vc-tag-precondition, vc-rename-master): Autoload.
3479 * vc/vc-svn.el (vc-exec-after): Declare.
3480 (vc-switches, vc-setup-buffer): Autoload.
3481 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
3482 Autoload.
3483 (vc-resynch-buffer): Declare.
3484
3485 * obsolete/fast-lock.el (byte-compile-warnings):
3486 Don't warn about obsolete features in this obsolete file.
3487
3488 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
3489 Move definition before use.
3490
3491 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
3492 (dun-unix-verbs): Remove dun-zippy.
3493 (dun-zippy): Remove function.
3494
3495 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
3496
34972013-05-27 Juri Linkov <juri@jurta.org>
3498
3499 * replace.el (replace-search): New function with code moved out
3500 from `perform-replace'.
3501 (replace-highlight, replace-dehighlight): Move function definitions
3502 up closer to `replace-search'. (Bug#11746)
3503
35042013-05-27 Juri Linkov <juri@jurta.org>
3505
3506 * replace.el (perform-replace): Ignore invisible matches.
3507 In addition to checking `query-replace-skip-read-only', also
3508 filter out matches by calling `run-hook-with-args-until-failure'
3509 on `isearch-filter-predicates', and also check `search-invisible'
3510 for t or call `isearch-range-invisible'.
3511 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
3512
35132013-05-27 Juri Linkov <juri@jurta.org>
3514
3515 * isearch.el (isearch-filter-predicates): Rename from
3516 `isearch-filter-predicate'. Doc fix. (Bug#11378)
3517 (isearch-message-prefix): Display text from the property
3518 `isearch-message-prefix' of the currently active filters.
3519 (isearch-search): Don't compare `isearch-filter-predicate' with
3520 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
3521 on `isearch-filter-predicates'. Also check `search-invisible' for t
3522 or call `isearch-range-invisible'.
3523 (isearch-filter-visible): Make obsolete.
3524 (isearch-lazy-highlight-search):
3525 Call `run-hook-with-args-until-failure' on
3526 `isearch-filter-predicates' and use `isearch-range-invisible'.
3527
3528 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
3529 `isearch-filter-predicates' instead of `funcall'ing
3530 `isearch-filter-predicate'.
3531 (Info-mode): Set `Info-isearch-filter' to
3532 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
3533
3534 * dired-aux.el (dired-isearch-filter-predicate-orig):
3535 Remove variable.
3536 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
3537 (dired-isearch-filenames-end): Add and remove
3538 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
3539 instead of changing the value of `isearch-filter-predicate'.
3540 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
3541 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
3542 Put property `isearch-message-prefix' to "filename " on
3543 `dired-isearch-filter-filenames'.
3544
3545 * wdired.el (wdired-change-to-wdired-mode):
3546 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
3547 locally instead of changing `isearch-filter-predicate'.
3548 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
3549
35502013-05-27 Dmitry Gutov <dgutov@yandex.ru>
3551
3552 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
3553 return the commit hash (Bug#14459). Also set the
3554 `vc-git-detached' property.
3555 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
3556 (vc-git-mode-line-string): Use the same help-echo format whether
3557 in detached mode or not, because we know the actual revision now.
3558 When in detached mode, shorten the revision to 7 chars.
3559
35602013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * emacs-lisp/easy-mmode.el (define-minor-mode):
3563 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
3564 mode hook and provide a docstring.
3565
35662013-05-27 Alan Mackenzie <acm@muc.de>
3567
3568 Remove spurious syntax-table text properties inserted by C-y.
3569 * progmodes/cc-mode.el (c-after-change): Also clear hard
3570 syntax-table property with value nil.
3571
35722013-05-27 Michael Albinus <michael.albinus@gmx.de>
3573
3574 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
3575 when reading the events; the buffer layout shall not be changed.
3576
35772013-05-27 Leo Liu <sdl.web@gmail.com>
3578
3579 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
3580 New variable.
3581 (inferior-octave-directory-tracker): Automatically re-sync
3582 default-directory.
3583 (octave-help): Improve handling of 'See also'.
3584
35852013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * doc-view.el: Minor naming convention tweaks.
3588 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
3589
3590 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
3591 even if there's no `display' property yet (bug#14435).
3592
35932013-05-25 Eli Zaretskii <eliz@gnu.org>
3594
3595 * subr.el (unmsys--file-name): Rename from reveal-filename.
3596
3597 * Makefile.in (custom-deps, finder-data, autoloads)
3598 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3599 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3600 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
3601
36022013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
3605 error-completion on the first 2 args of condition-case (bug#14446).
3606 Don't burp at EOB.
3607
36082013-05-25 Leo Liu <sdl.web@gmail.com>
3609
3610 * comint.el (comint-previous-matching-input): Do not flood the
3611 *Messages* buffer with trivial messages.
3612
36132013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * progmodes/flymake.el (flymake-nop): Don't return a string.
3616 (flymake-set-at): Fix typo.
3617
3618 * simple.el (read--expression): New function, extracted from
3619 eval-expression. Set completion-at-point-functions (bug#14465).
3620 (eval-expression, eval-minibuffer): Use it.
3621
36222013-05-25 Xue Fuqiao <xfq.free@gmail.com>
3623
3624 * progmodes/flymake.el (flymake-save-buffer-in-file)
3625 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
3626 (flymake-selected-frame, flymake-log, flymake-ins-after)
3627 (flymake-set-at, flymake-get-buildfile-from-cache)
3628 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
3629 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
3630 Refine the doc string.
3631 (flymake-get-file-name-mode-and-masks): Reformat.
3632 (flymake-get-real-file-name-function): Fix a minor bug.
3633
36342013-05-24 Juri Linkov <juri@jurta.org>
3635
3636 * progmodes/grep.el (grep-mode-font-lock-keywords):
3637 Support =linenumber= format used by git-grep for lines with
3638 function names. (Bug#13549)
3639
36402013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * progmodes/octave.el (octave-smie-rules): Return nil rather than
3643 0 after a semi-colon; it works better for smie-auto-fill.
3644 (octave--indent-new-comment-line): New function.
3645 (octave-indent-new-comment-line): Use it (indirectly).
3646 (octave-mode): Don't disable smie-auto-fill. Use add-function to
3647 modify comment-line-break-function.
3648
3649 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
3650 (smie-setup): Use add-function to set it.
3651
36522013-05-24 Sam Steingold <sds@gnu.org>
3653
3654 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
3655 argument (before the `interactive' argument).
3656
36572013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3658
3659 * image-mode.el (image-mode-winprops): Add winprops to
3660 image-mode-winprops-alist before running
3661 image-mode-new-window-functions.
3662 * doc-view.el (doc-view-new-window-function): Don't delay
3663 doc-view-goto-page via timers (bug#14435).
3664
36652013-05-24 Tassilo Horn <tsdh@gnu.org>
3666
3667 * doc-view.el: Integrate with desktop.el. (Bug#14435)
3668 (doc-view-desktop-save-buffer): New function.
3669 (doc-view-restore-desktop-buffer): New function.
3670 (desktop-buffer-mode-handlers):
3671 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
3672 handler.
3673 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
3674 `desktop-save-buffer' function.
3675
36762013-05-24 Michael Albinus <michael.albinus@gmx.de>
3677
3678 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
3679 (tramp-gvfs-file-name-handler): Raise a user error when
3680 `tramp-gvfs-enabled' is nil.
3681 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
3682 Do not raise a user error when loading package. (Bug#14447)
3683
3684 * net/xesam.el: Move to obsolete/.
3685
36862013-05-24 Glenn Morris <rgm@gnu.org>
3687
3688 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
3689
3690 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
3691
3692 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
3693 (Info-find-node, Man-getpage-in-background): Declare.
3694
3695 * mail/unrmail.el (unrmail):
3696 Replace obsolete detect-coding-with-priority.
3697
3698 * net/socks.el (socks-split-string): Use this rather than split-string.
3699 (socks-nslookup-host): Update for above change.
3700 (dynamic-choice, s5-dynamic-choice-match)
3701 (s5-dynamic-choice-match-inline, s5-widget-value-create):
3702 Comment out unused code.
3703
3704 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
3705 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
3706 (gud-tooltip-echo-area): Make obsolete.
3707 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
3708
3709 * progmodes/js.el (js--optimize-arglist): Declare.
3710
3711 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
3712
3713 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
3714 (ediff-window-C): Declare.
3715
3716 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
3717 Tweak requires to silence compiler.
3718
3719 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
3720 (he-search-string, he-tried-table, he-expand-list)
3721 (he-init-string, he-string-member, he-substitute-string)
3722 (he-reset-string): Declare.
3723
3724 * obsolete/options.el (list-options): Use custom-variable-p,
3725 rather than obsolete alias.
3726
37272013-05-23 Sam Steingold <sds@gnu.org>
3728
3729 * simple.el (shell-command-on-region): Pass the `replace' argument
3730 down to `call-process-region' to comply with the doc as reported on
3731 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
3732
37332013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * emacs-lisp/smie.el (smie-indent-forward-token)
3736 (smie-indent-backward-token): Handle string tokens (bug#14381).
3737
37382013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3739
3740 * ielm.el (ielm-menu): New menu.
3741 (inferior-emacs-lisp-mode): Set comment-start.
3742
37432013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3744
3745 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
3746 Fix deactivate action.
3747
3748 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
3749 Add cleveref macros.
3750
3751 * lisp/textmodes/reftex-parse.el
3752 (reftex-locate-bibliography-files): Accept options for
3753 bibliography commands.
3754 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
3755 Add addbibresource. Basic Biblatex support.
3756
37572013-05-23 Michael Albinus <michael.albinus@gmx.de>
3758
3759 * net/tramp-gvfs.el (top):
3760 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
3761 when loading package. (Bug#14447)
3762
37632013-05-23 Glenn Morris <rgm@gnu.org>
3764
3765 * progmodes/js.el: No need to load comint when compiling.
3766 (ring-insert, comint-send-string, comint-send-input)
3767 (comint-last-input-end, ido-chop): Declare.
3768
3769 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
3770 * vc/ediff-mult.el: Adjust requires.
3771 (ediff-directories-internal, ediff-directory-revisions-internal)
3772 (ediff-patch-file-internal): Declare.
3773 * vc/ediff-ptch.el: Adjust requires.
3774 (ediff-use-last-dir, ediff-buffers-internal): Declare.
3775 (ediff-find-file): Autoload.
3776 * vc/ediff-util.el: No need to load ediff when compiling.
3777 (ediff-regions-internal): Declare.
3778 * vc/ediff-wind.el: Adjust requires.
3779 (ediff-compute-toolbar-width): Define when compiling.
3780 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
3781 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
3782 (dired-get-filename, dired-get-marked-files)
3783 (ediff-last-dir-patch, ediff-patch-default-directory)
3784 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
3785 (ediff-patch-buffer-internal): Declare.
3786
3787 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
3788 (ispell-process, ispell-buffer-local-words, lm-summary)
3789 (lm-section-start, lm-section-end): Declare.
3790 (checkdoc-ispell-init): Simplify.
3791
3792 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
3793 (he-string-member, he-reset-string, he-substitute-string): Declare.
3794
3795 * eshell/em-ls.el: Adjust requires.
3796 (eshell-glob-regexp): Declare.
3797 * eshell/em-tramp.el: Adjust requires.
3798 (eshell-parse-command): Autoload.
3799 * eshell/em-xtra.el: Adjust requires.
3800 (eshell-parse-command): Autoload.
3801 * eshell/esh-ext.el: Adjust requires.
3802 (eshell-parse-command, eshell-close-handles): Autoload.
3803 * eshell/esh-io.el: Adjust requires.
3804 (eshell-output-filter): Autoload.
3805 * eshell/esh-util.el: No need to load tramp when compiling.
3806 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
3807 Declare.
3808 (eshell-parse-ange-ls): Require ange-ftp and tramp.
3809 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3810 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
3811 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
3812 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
3813 * eshell/esh-opt.el, eshell/esh-proc.el:
3814 * eshell/esh-var.el: Adjust requires.
3815 * eshell/eshell.el: Do not require esh-util twice.
3816 (eshell-add-input-to-history): Declare.
3817 (eshell-command): Check history module is active before using it.
3818
3819 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
3820
38212013-05-22 Leo Liu <sdl.web@gmail.com>
3822
3823 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
3824
38252013-05-22 Michael Albinus <michael.albinus@gmx.de>
3826
3827 * autorevert.el (auto-revert-notify-add-watch)
3828 (auto-revert-notify-handler): Add `attrib' for the inotify case,
3829 it indicates changes in file modification time.
3830
38312013-05-22 Glenn Morris <rgm@gnu.org>
3832
3833 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
3834 Always delete the autoloaded function from the noruntime and
3835 unresolved functions lists.
3836
3837 * allout.el: No need to load epa, epg, overlay when compiling.
3838 (epg-context-set-passphrase-callback, epg-list-keys)
3839 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
3840 (epg-key-user-id-list): Declare.
3841
3842 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3843 (viper-set-parsing-style-toggling-macro)
3844 (viper-set-emacs-state-searchstyle-macros):
3845 Use called-interactively-p on Emacs.
3846 (viper-looking-back): Make it an obsolete alias. Update callers.
3847 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
3848 Use looking-back rather than viper-looking-back.
3849 (viper-tmp-insert-at-eob, viper-enlarge-region)
3850 (viper-read-string-with-history, viper-register-to-point)
3851 (viper-append-to-register, viper-change-state-to-vi)
3852 (viper-backward-char-carefully, viper-forward-char-carefully)
3853 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
3854 (viper-change-state-to-emacs): Declare.
3855 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
3856 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
3857 * emulation/viper-mous.el: Do not load viper-cmd.
3858 (viper-backward-char-carefully, viper-forward-char-carefully)
3859 (viper-forward-word, viper-adjust-window): Declare.
3860
3861 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
3862
3863 * progmodes/idlw-help.el (idlwave-help-fontify):
3864 Use called-interactively-p.
3865
3866 * term/w32console.el (w32-get-console-codepage)
3867 (w32-get-console-output-codepage): Declare.
3868
3869 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
3870 Remove unnecessary declarations.
3871 (dframe-message): Doc fix.
3872
3873 * info.el (dframe-select-attached-frame, dframe-current-frame):
3874 Declare.
3875
3876 * speedbar.el (speedbar-message): Make it an obsolete alias.
3877 Update all callers.
3878 (speedbar-with-attached-buffer)
3879 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
3880 (speedbar-with-writable): Use backquote.
3881 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
3882 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
3883 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
3884 rather than speedbar- aliases.
3885 * mail/rmail.el: Load dframe rather than speedbar when compiling.
3886 (speedbar-make-specialized-keymap, speedbar-insert-button)
3887 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
3888 (speedbar-do-function-pointer): Declare.
3889 (rmail-speedbar-button, rmail-speedbar-find-file)
3890 (rmail-speedbar-move-message):
3891 Use dframe-with-attached-buffer rather than speedbar- alias.
3892 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
3893 (dframe-message, speedbar-make-specialized-keymap)
3894 (speedbar-add-expansion-list, speedbar-mode-functions-list)
3895 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
3896 (speedbar-insert-button, dframe-select-attached-frame)
3897 (dframe-maybee-jump-to-attached-frame)
3898 (speedbar-change-initial-expansion-list)
3899 (speedbar-previously-used-expansion-list-name): Declare.
3900 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
3901 Use dframe-message, dframe-with-attached-buffer rather than
3902 speedbar- aliases.
3903 (gud-sentinel): Silence compiler.
3904 * progmodes/vhdl-mode.el (speedbar-refresh)
3905 (speedbar-do-function-pointer, speedbar-add-supported-extension)
3906 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
3907 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
3908 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
3909 (speedbar-file-lists, speedbar-make-tag-line)
3910 (speedbar-line-directory, speedbar-goto-this-file)
3911 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
3912 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
3913 (speedbar-make-button, speedbar-reset-scanners)
3914 (speedbar-files-item-info, speedbar-line-text)
3915 (speedbar-find-file-in-frame, speedbar-set-timer)
3916 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
3917 (speedbar-with-writable): Do not (re)define it.
3918 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
3919 rather than speedbar- alias.
3920
39212013-05-21 Leo Liu <sdl.web@gmail.com>
3922
3923 * progmodes/octave.el (octave-mode-menu): Update and re-organize
3924 menu items.
3925 (octave-mode): Tweak fill-nobreak-predicate.
3926 (inferior-octave-startup): Check process to avoid infinite loop.
3927 (inferior-octave): Pop to buffer first to show abornmal process
3928 exit information.
3929
39302013-05-21 Glenn Morris <rgm@gnu.org>
3931
3932 * printing.el (pr-menu-bar): Define when compiling.
3933
39342013-05-21 Leo Liu <sdl.web@gmail.com>
3935
3936 * progmodes/octave.el (octave-auto-fill): Remove.
3937 (octave-indent-new-comment-line): Improve.
3938 (octave-mode): Use auto fill mode through
3939 comment-line-break-function and fill-nobreak-predicate.
3940 (octave-goto-function-definition): Support DEFUN_DLD.
3941 (octave-beginning-of-defun): Small tweak.
3942 (octave-help): Show parent directory.
3943
39442013-05-21 Glenn Morris <rgm@gnu.org>
3945
3946 * files.el (dired-unmark):
3947 * progmodes/gud.el (gdb-input): Update declarations.
3948
3949 * calculator.el (electric, ehelp): No need to load when compiling.
3950 (Electric-command-loop, electric-describe-mode): Declare.
3951
3952 * doc-view.el (doc-view-current-converter-processes): Move before use.
3953
3954 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3955 Move MODE-set-explicitly definition before use.
3956
3957 * international/mule-diag.el (mule-diag):
3958 Don't use obsolete window-system-version.
3959
3960 * mail/feedmail.el (smtpmail): No need to load when compiling.
3961 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
3962
3963 * mail/mail-utils.el (rfc822): No need to load when compiling.
3964 (rfc822-addresses): Autoload it.
3965 (mail-strip-quoted-names): Trivial simplification.
3966
3967 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
3968 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
3969
3970 * net/snmp-mode.el (tempo): Don't duplicate requires.
3971
3972 * progmodes/prolog.el (info): No need to load when compiling.
3973 (comint): Require before shell requires it.
3974 (Info-goto-node): Autoload it.
3975 (Info-follow-nearest-node): Declare.
3976 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
3977
3978 * textmodes/artist.el (picture-mode-exit): Declare.
3979
3980 * textmodes/reftex-parse.el (reftex-parse-from-file):
3981 Trivial rewrite so the compiler can parse it better.
3982
39832013-05-20 Leo Liu <sdl.web@gmail.com>
3984
3985 * progmodes/octave.el (octave-help-mode-map)
3986 (octave-help-mode-finish-hook): New variables.
3987 (octave-help-mode, octave-help-mode-finish): New functions.
3988 (octave-help): Use octave-help-mode.
3989
39902013-05-20 Glenn Morris <rgm@gnu.org>
3991
3992 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
3993
39942013-05-19 Dmitry Gutov <dgutov@yandex.ru>
3995
3996 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
3997 start at point, so that expansion starting right after opening
3998 slash in a regexp is recognized.
3999 (ruby-syntax-before-regexp-re): New defvar, extracted from
4000 ruby-syntax-propertize-function. Since the value of this regexp
4001 is looked up at runtime now, we should be able to turn
4002 `ruby-syntax-methods-before-regexp' into a defcustom later.
4003 (ruby-syntax-propertize-function): Split regexp matching into two
4004 parts, for opening and closing slashes. That allows us to skip
4005 over string interpolations and support multiline regexps.
4006 Don't call `ruby-syntax-propertize-expansions', instead use another rule
4007 for them, which calls `ruby-syntax-propertize-expansion'.
4008 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
4009 call to `ruby-syntax-propertize-function'.
4010 (ruby-syntax-propertize-expansion): Extracted from
4011 `ruby-syntax-propertize-expansions'. Handles one expansion.
4012 (ruby-syntax-propertize-percent-literal): Leave point right after
4013 the percent symbol, so that the expression expansion rule can
4014 propertize the contents.
4015 (ruby-syntax-propertize-heredoc): Leave point at bol following the
4016 heredoc openers.
4017 (ruby-syntax-propertize-expansions): Remove.
4018
40192013-05-18 Juri Linkov <juri@jurta.org>
4020
4021 * man.el (Man-default-man-entry): Remove `-' from the end
4022 of the default value. (Bug#14400)
4023
40242013-05-18 Glenn Morris <rgm@gnu.org>
4025
4026 * comint.el (comint-password-prompt-regexp):
4027 Allow "password for XXX" where XXX contains colons (eg https://...).
4028
40292013-05-18 Leo Liu <sdl.web@gmail.com>
4030
4031 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
4032 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
4033 (octave-source-directories): Don't check process.
4034 (octave-source-directories, octave-find-definition): Doc fix.
4035
40362013-05-18 Glenn Morris <rgm@gnu.org>
4037
4038 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4039 Remove backspace/delete bindings. (Bug#14392)
4040
4041 * cus-dep.el (custom-make-dependencies): Sort the output.
4042 (custom-versions-load-alist): Convert comment to doc.
4043
40442013-05-17 Leo Liu <sdl.web@gmail.com>
4045
4046 * newcomment.el (comment-search-backward): Stricter in finding
4047 comment start. (Bug#14303)
4048
4049 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
4050 (octave-comment-start-skip): Properly anchored.
4051
40522013-05-17 Leo Liu <sdl.web@gmail.com>
4053
4054 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
4055 Clean up when turned off. (Bug#14395)
4056 (smie--highlight-matching-block-overlay): No longer buffer-local.
4057 (smie-highlight-matching-block): Adjust.
4058
40592013-05-17 Paul Eggert <eggert@cs.ucla.edu>
4060
4061 Doc string fix for "nanoseconds" (Bug#14406).
4062 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
4063 Fix doc string typo that had "nanoseconds" instead of "microseconds".
4064
40652013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
4066
4067 * calc/calc-units.el (math-extract-units): Preserve powers
4068 of units.
4069
40702013-05-17 Leo Liu <sdl.web@gmail.com>
4071
4072 * subr.el (delete-consecutive-dups): New function.
4073 * ido.el (ido-set-matches-1): Use it.
4074 * progmodes/octave.el (inferior-octave-completion-table): Use it.
4075 * ido.el (ido-remove-consecutive-dups): Remove.
4076
40772013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
4080 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
4081 regexp-opt's `words'.
4082
40832013-05-16 Leo Liu <sdl.web@gmail.com>
4084
4085 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
4086 (smie--highlight-matching-block-overlay)
4087 (smie--highlight-matching-block-lastpos)
4088 (smie--highlight-matching-block-timer): New variables.
4089 (smie-highlight-matching-block): New function.
4090 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
4091 (smie-setup): Conditionally enable smie-blink-matching-open.
4092
40932013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
4094
4095 Sync with upstream verilog-mode r840.
4096 * progmodes/verilog-mode.el (verilog-mode-version)
4097 (verilog-mode-release-date): Update.
4098 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
4099 (verilog-sig-tieoff): Fix string error on
4100 AUTORESET with colon define, bug594. Reported by Andrew Hou.
4101 (verilog-read-decls): Fix parameters confusing
4102 AUTOINST interfaces, bug565. Reported by Leith Johnson.
4103
41042013-05-16 Eli Zaretskii <eliz@gnu.org>
4105
4106 * subr.el (reveal-filename): New function.
4107
4108 * loadup.el: Compute Emacs executable versions on MS-Windows,
4109 where executables have the .exe extension. Add a hard link
4110 emacs-XX.YY.ZZ.exe on MS-Windows.
4111
4112 * Makefile.in (XARGS_LIMIT): New variable.
4113 (custom-deps, finder-data, autoloads)
4114 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4115 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4116 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
4117 (compile-main): Limit xargs according to $(XARGS_LIMIT).
4118
41192013-05-16 Leo Liu <sdl.web@gmail.com>
4120
4121 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
4122 (octave-mode-menu, octave-mode-map): Remove its uses.
4123
41242013-05-16 Reto Zimmermann <reto@gnu.org>
4125
4126 Sync with upstream vhdl mode v3.34.2.
4127 * progmodes/vhdl-mode.el: Use `push' throughout.
4128 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
4129 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
4130 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
4131 (vhdl-actual-generic-name): New option to derive actual generic name.
4132 (vhdl-port-paste-signals): Replace formal by actual generics.
4133 (vhdl-beautify): New name for old group vhdl-align. Update users.
4134 (vhdl-beautify-options): New option.
4135 (vhdl-last-input-event): New compat alias. Use throughout.
4136 (vhdl-goto-line): Replace user level function `goto-line'.
4137 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
4138 vhdl-fix-statement-buffer.
4139 (vhdl-create-mode-menu): Add some entries.
4140 (vhdl-align-region-groups): Respect vhdl-beautify-options.
4141 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
4142 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
4143 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
4144 to force statements on one line.
4145 (vhdl-remove-trailing-spaces-region):
4146 New, split from vhdl-remove-trailing-spaces.
4147 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
4148 Respect vhdl-beautify-options.
4149 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
4150 (vhdl-update-sensitivity-list): Not add with index if exists without.
4151 Not include array index with signal. Ignore keywords in comments.
4152 (vhdl-get-visible-signals): Regexp tweaks.
4153 (vhdl-template-component-inst): Handle empty library.
4154 (vhdl-template-type): Add template for 'enum' type.
4155 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
4156 Use vhdl-replace-string.
4157 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
4158 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
4159 (vhdl-speedbar-initialize): Update for above name change.
4160 (vhdl-compose-wire-components): Fix in handling of constants.
4161 (vhdl-error-regexp-emacs-alist): New variable.
4162 (vhdl-error-regexp-add-emacs): New function;
4163 adds support for new compile.el (Emacs 22+)
4164 (vhdl-generate-makefile-1): Change target order for single lib. units.
4165 Allow use of absolute file names.
4166
41672013-05-16 Leo Liu <sdl.web@gmail.com>
4168
4169 * simple.el (prog-indent-sexp): Indent enclosing defun.
4170
41712013-05-15 Glenn Morris <rgm@gnu.org>
4172
4173 * cus-start.el (show-trailing-whitespace): Move to editing basics.
4174 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
4175 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
4176 (whitespace-highlight): Move to whitespace group.
4177
4178 * comint.el (comint-source):
4179 * pcmpl-linux.el (pcmpl-linux):
4180 * shell.el (shell-faces):
4181 * eshell/esh-opt.el (eshell-opt):
4182 * international/ccl.el (ccl): Remove empty custom groups.
4183
4184 * completion.el (dynamic-completion-mode):
4185 * jit-lock.el (jit-lock-debug-mode):
4186 * minibuffer.el (completion-in-region-mode):
4187 * type-break.el (type-break-mode-line-message-mode)
4188 (type-break-query-mode):
4189 * emulation/tpu-edt.el (tpu-edt-mode):
4190 * progmodes/subword.el (global-subword-mode, global-superword-mode):
4191 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4192 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
4193
4194 * term/xterm.el (xterm): Change parent group to terminals.
4195
4196 * master.el (master): Remove empty custom group.
4197 (master-mode): Remove unused :group argument.
4198 * textmodes/refill.el (refill): Remove empty custom group.
4199 (refill-mode): Remove unused :group argument.
4200
4201 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
4202
4203 * cus-dep.el: Provide a feature.
4204 (custom-make-dependencies): Ignore dotfiles (dir-locals).
4205 Don't mistakenly ignore files whose basenames match a basename
4206 from preloaded-file-list (eg cedet/ede/simple.el).
4207 Add a fallback method for getting :group.
4208
42092013-05-15 Juri Linkov <juri@jurta.org>
4210
4211 * isearch.el (isearch-char-by-name): Rename from
4212 `isearch-insert-char-by-name'. Doc fix.
4213 (isearch-forward): Mention `isearch-char-by-name' in
4214 the docstring. (Bug#13348)
4215
4216 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
4217 `exit-minibuffer' instead of
4218 `isearch-nonincremental-exit-minibuffer'.
4219 (isearch-edit-string): Remove mention of
4220 `isearch-nonincremental-exit-minibuffer' from docstring.
4221 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
4222 (isearch-forward-exit-minibuffer)
4223 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
4224
42252013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * loadup.el: Just use unversioned DOC.
4228
4229 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
4230 literals as extending to EOB.
4231 (nxml-last-fontify-end): Remove unused variable.
4232 (nxml-after-change1): Use with-silent-modifications.
4233 (nxml-extend-after-change-region): Simplify.
4234 (nxml-extend-after-change-region1): Remove function.
4235 (nxml-after-change1): Don't adjust for dependent regions.
4236 (nxml-fontify-matcher): Simplify.
4237 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
4238 (xmltok-add-dependent): Remove function.
4239 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
4240 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
4241 (xmltok-scan-prolog-after-processing-instruction-open): Treat
4242 unclosed <[[, <?, comment, and other literals as extending to EOB.
4243 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
4244 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
4245 Remove functions.
4246 (rng-do-some-validation-1): Don't mark dependent regions.
4247 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
4248 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
4249 (nxml-clear-dependent-regions): Remove functions.
4250 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
4251 (nxml-ensure-scan-up-to-date):
4252 Don't clear&mark dependent regions.
4253
42542013-05-15 Leo Liu <sdl.web@gmail.com>
4255
4256 * progmodes/octave.el (octave-goto-function-definition):
4257 Improve and fix callers.
4258
42592013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
4262 the setter (bug#14387).
4263
4264 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
4265 surrounding group (bug#14402).
4266
42672013-05-14 Juri Linkov <juri@jurta.org>
4268
4269 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
4270 (Bug#14390)
4271
42722013-05-14 Glenn Morris <rgm@gnu.org>
4273
4274 * progmodes/f90.el (f90-imenu-generic-expression):
4275 Fix typo in 2013-05-08 change. (Bug#14402)
4276
42772013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
4278
4279 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
4280 Remove signals for which replies are never received.
4281
42822013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
4283
4284 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
4285 (gdb-handler-alist, gdb-handler-number): Remove variables.
4286 (gdb-handler-list): New variable.
4287 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
4288 (gdb-pending-handler-p, gdb-handle-reply)
4289 (gdb-remove-all-pending-triggers): New functions.
4290 (gdb-discard-unordered-replies): New defcustom.
4291 (gdb-handler): New defstruct.
4292 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
4293 instead of gdb-pending-triggers. Update docstring.
4294 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
4295 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
4296 (gdb-var-update-handler, def-gdb-auto-update-trigger)
4297 (def-gdb-auto-update-handler, gdb-get-changed-registers)
4298 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
4299 (gdb-frame-handler): Pending triggers are now automatically managed.
4300 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
4301 Remove argument.
4302 (gdb-input): Automatically handles pending triggers. Update docstring.
4303 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
4304 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
4305 Update comments.
4306 (gdb-done-or-error): Now use gdb-handle-reply.
4307
43082013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
4309
4310 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
4311 gdb-debug-log.
4312
43132013-05-14 Glenn Morris <rgm@gnu.org>
4314
4315 * subr.el (user-emacs-directory-warning): New option.
4316 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
4317
43182013-05-14 Leo Liu <sdl.web@gmail.com>
4319
4320 * progmodes/octave.el (octave-font-lock-keywords): Fix error
4321 during redisplay.
4322 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
4323 (octave-font-lock-texinfo-comment): Fix invalid search bound
4324 error: wrong side of point.
4325
43262013-05-14 Glenn Morris <rgm@gnu.org>
4327
4328 * progmodes/flymake.el (flymake-xml-program): New option.
4329 (flymake-xml-init): Use it.
4330
4331 * term/xterm.el: Provide a feature.
4332
4333 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
4334
43352013-05-13 Glenn Morris <rgm@gnu.org>
4336
4337 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
4338 Add compat aliases as a hack workaround. (Bug#14384)
4339
43402013-05-13 Leo Liu <sdl.web@gmail.com>
4341
4342 * progmodes/octave.el (octave-indent-comment): Fix indentation for
4343 ###, and %!.
4344 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
4345 C-M-q.
4346 (octave-comment-start-skip): Include %!.
4347 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
4348
43492013-05-12 Leo Liu <sdl.web@gmail.com>
4350
4351 * progmodes/octave.el (inferior-octave-startup): Store the value
4352 of __octave_srcdir__ for octave-source-directories.
4353 (inferior-octave-check-process): New function refactored out of
4354 inferior-octave-send-list-and-digest.
4355 (octave-source-directories)
4356 (octave-find-definition-filename-function): New variables.
4357 (octave-source-directories)
4358 (octave-find-definition-default-filename): New functions.
4359 (octave-find-definition): Improve to find functions implemented in C++.
4360
43612013-05-12 Glenn Morris <rgm@gnu.org>
4362
4363 * calendar/diary-lib.el (diary-outlook-format-1):
4364 Don't include dayname in the output. (Bug#14349)
4365
43662013-05-11 Glenn Morris <rgm@gnu.org>
4367
4368 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
4369
4370 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
4371 Treat cc-provide like provide.
4372
43732013-05-11 Kevin Ryde <user42@zip.com.au>
4374
4375 * cus-dep.el (custom-make-dependencies):
4376 Use generated-autoload-load-name for the sake of files such
4377 such cedet/semantic/bovine/c.el, where the base file name
4378 is not in load-path. (Bug#5277)
4379
43802013-05-11 Glenn Morris <rgm@gnu.org>
4381
4382 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
4383 Provide features.
4384
43852013-05-11 Leo Liu <sdl.web@gmail.com>
4386
4387 * progmodes/octave.el (octave-indent-comment): Improve.
4388 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
4389 (octave-eldoc-function-signatures, octave-eldoc-function):
4390 New functions.
4391 (octave-mode, inferior-octave-mode): Add eldoc support.
4392
43932013-05-11 Richard Stallman <rms@gnu.org>
4394
4395 * epa.el (epa-decrypt-file): Take output file name as argument
4396 and read it using `interactive'.
4397
43982013-05-11 Leo Liu <sdl.web@gmail.com>
4399
4400 * progmodes/octave.el (octave-beginning-of-line)
4401 (octave-end-of-line): Check before using up-list because it jumps
4402 out of more syntactic contructs since moving to smie.
4403 (octave-indent-comment): New function.
4404 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
4405 (octave-begin-keywords, octave-end-keywords)
4406 (octave-reserved-words, octave-smie-bnf-table)
4407 (octave-smie-rules): Add new keywords from Octave 3.6.4.
4408
44092013-05-11 Glenn Morris <rgm@gnu.org>
4410
4411 * faces.el (internal-face-x-get-resource):
4412 * frame.el (ns-display-monitor-attributes-list):
4413 * calc/calc-aent.el (math-to-radians-2):
4414 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
4415 Fix declarations.
4416
4417 * calc/calc-menu.el: Make it loadable in isolation.
4418
4419 * net/eudcb-bbdb.el: Make it loadable without bbdb.
4420 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
4421 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
4422 (eudc-bbdb-query-internal): Require 'bbdb.
4423
4424 * lpr.el (lpr-headers-switches):
4425 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
4426
4427 * progmodes/sql.el (sql-login-params): Fix and improve :type.
4428
4429 * emulation/edt-mapper.el: In batch mode, error rather than hang.
4430
4431 * term.el (term-set-escape-char): Make it idempotent.
4432
44332013-05-10 Leo Liu <sdl.web@gmail.com>
4434
4435 * progmodes/octave.el (inferior-octave-completion-table):
4436 No longer a function and all uses changed. Use cache to speed up
4437 completion due to bug#11906.
4438 (octave-beginning-of-defun): Re-write to be more general.
4439
44402013-05-10 Glenn Morris <rgm@gnu.org>
4441
4442 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
4443
44442013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * comint.el (comint-redirect-send-command-to-process): Use :around
4447 rather than :override for comint-redirect-filter.
4448 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
4449 Call it instead of comint-redirect-original-filter-function (which
4450 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
4451
44522013-05-09 Jan Djärv <jan.h.d@swipnet.se>
4453
4454 * frame.el (display-monitor-attributes-list): Add NS case.
4455 (ns-display-monitor-attributes-list): Declare.
4456
44572013-05-09 Ulrich Mueller <ulm@gentoo.org>
4458
4459 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
4460
44612013-05-09 Glenn Morris <rgm@gnu.org>
4462
4463 * international/fontset.el (vertical-centering-font-regexp):
4464 Set standard-value.
4465
4466 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
4467
4468 * bookmark.el (bookmark-search-delay):
4469 * cus-start.el (vertical-centering-font-regexp):
4470 * ps-mule.el (ps-mule-font-info-database-default):
4471 * ps-print.el (ps-default-fg, ps-default-bg):
4472 * type-break.el (type-break-good-break-interval):
4473 * whitespace.el (whitespace-indentation-regexp)
4474 (whitespace-space-after-tab-regexp):
4475 * emacs-lisp/testcover.el (testcover-1value-functions)
4476 (testcover-noreturn-functions, testcover-progn-functions)
4477 (testcover-prog1-functions):
4478 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4479 * eshell/em-glob.el (eshell-glob-translate-alist):
4480 * play/tetris.el (tetris-tty-colors):
4481 * progmodes/cpp.el (cpp-face-default-list):
4482 * progmodes/flymake.el (flymake-allowed-file-name-masks):
4483 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
4484 (idlwave-help-browser-generic-args):
4485 * progmodes/make-mode.el (makefile-special-targets-list):
4486 * progmodes/python.el (python-shell-virtualenv-path):
4487 * progmodes/verilog-mode.el (verilog-active-low-regexp)
4488 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
4489 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
4490 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
4491 * textmodes/reftex-vars.el (reftex-format-label-function):
4492 * textmodes/remember.el (remember-diary-file): Fix custom types.
4493
4494 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
4495 Add :version.
4496
44972013-05-09 Leo Liu <sdl.web@gmail.com>
4498
4499 * progmodes/octave.el (inferior-octave-completion-at-point):
4500 Restore file completion. (Bug#14300)
4501 (inferior-octave-startup): Fix incorrect highlighting for the
4502 first prompt.
4503
45042013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * progmodes/ruby-mode.el: First cut at SMIE support.
4507 (ruby-use-smie): New var.
4508 (ruby-smie-grammar): New constant.
4509 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
4510 (ruby-smie--forward-token, ruby-smie--backward-token)
4511 (ruby-smie-rules): New functions.
4512 (ruby-mode-variables): Setup SMIE if applicable.
4513
45142013-05-08 Eli Zaretskii <eliz@gnu.org>
4515
4516 * simple.el (line-move-visual): Signal beginning/end of buffer
4517 only if vertical-motion moved less than it was requested. Avoids
4518 silly incorrect error messages when there are display strings with
4519 multiple newlines at EOL.
4520
45212013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
4524 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
4525 (prolog-char-quote-workaround):
4526 * progmodes/cperl-mode.el (cperl-under-as-char):
4527 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
4528 Mark as obsolete.
4529 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
4530 their declaration.
4531 (vhdl-mode-syntax-table-init): Remove.
4532
4533 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
4534 last change.
4535
4536 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
4537 syntax for "_".
4538 (ld-script-font-lock-keywords):
4539 Change regexps to use things like \_< and \_>.
4540
4541 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
4542 Change all regexps to use things like \_< and \_>.
4543
4544 * progmodes/autoconf.el (autoconf-definition-regexp)
4545 (autoconf-font-lock-keywords, autoconf-current-defun-function):
4546 Handle a _ with symbol syntax.
4547 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
4548
4549 * progmodes/ada-mode.el (ada-mode-abbrev-table):
4550 Consolidate declaration.
4551 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
4552 the declaration.
4553 (ada-create-syntax-table): Remove.
4554 (ada-capitalize-word): Don't mess with the syntax of "_" since it
4555 already has the right syntax nowadays.
4556 (ada-goto-next-word): Don't change the syntax of "_".
4557
4558 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
4559 with-wrapper-hook.
4560
45612013-05-08 Sam Steingold <sds@gnu.org>
4562
4563 * thingatpt.el (thing-at-point): Accept optional second argument
4564 NO-PROPERTIES to strip the text properties from the return value.
4565 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
4566 to `thing-at-point' instead of stripping the properties ourselves.
4567 Also, when `thing-at-point' fails to find a url, prepend "http://"
4568 to the filename at point on the assumption that the user is
4569 pointing at something like gnu.org/gnu.
4570
45712013-05-08 Juanma Barranquero <lekktu@gmail.com>
4572
4573 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
4574 * faces.el (crm-separator):
4575 Silence byte-compiler.
4576
4577 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
4578 (tool-bar-map): Remove unneeded defvars.
4579
45802013-05-08 Leo Liu <sdl.web@gmail.com>
4581
4582 Re-work a fix for bug#10994 based on Le Wang's patch.
4583 * ido.el (ido-remove-consecutive-dups): New helper.
4584 (ido-completing-read): Use it.
4585 (ido-chop): Revert fix for bug#10994.
4586
45872013-05-08 Adam Spiers <emacs@adamspiers.org>
4588
4589 * cus-edit.el (custom-save-variables):
4590 Pretty-print long values. (Bug#14187)
4591
45922013-05-08 Glenn Morris <rgm@gnu.org>
4593
4594 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
4595 (m4-mode-syntax-table): Init in the defvar.
4596 (m4-mode-abbrev-table): Let define-derived-mode define it.
4597
45982013-05-08 Tom Tromey <tromey@redhat.com>
4599
4600 * progmodes/m4-mode.el (m4-mode-syntax-table):
4601 Do not treat "_" as word constituent. (Bug#14167)
4602
46032013-05-07 Glenn Morris <rgm@gnu.org>
4604
4605 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
4606 Remove explicit eshell-isearch-cancel-map.
4607
4608 * progmodes/f90.el (f90-smart-end-names): New option.
4609 (f90-smart-end): Doc fix.
4610 (f90-end-block-optional-name): New constant.
4611 (f90-block-match): Respect f90-smart-end-names.
4612
46132013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * progmodes/octave.el (octave-smie-forward-token): Be more careful
4616 about implicit semi-colons (bug#14218).
4617
46182013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4619
4620 * frame.el (display-monitor-attributes-list)
4621 (frame-monitor-attributes): New functions.
4622
46232013-05-06 Leo Liu <sdl.web@gmail.com>
4624
4625 * progmodes/octave.el (octave-syntax-propertize-function): Change
4626 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
4627 (octave-font-lock-keywords): Use octave-operator-regexp.
4628 (octave-completion-at-point): Rename from
4629 octave-completion-at-point-function.
4630 (inferior-octave-directory-tracker): Robustify.
4631 (octave-text-functions): Remove and fix its uses. No such things
4632 any more.
4633
46342013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * emacs-lisp/trace.el (trace--display-buffer): New function.
4637 (trace-make-advice): Use it.
4638
46392013-05-06 Juri Linkov <juri@jurta.org>
4640
4641 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
4642 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
4643 Doc fix.
4644 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
4645 in the help string. (Bug#12985)
4646
46472013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4648
4649 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
4650
46512013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * progmodes/perl-mode.el: Add support for here documents.
4654 (perl-syntax-propertize-function): Match here-doc markers.
4655 (perl-syntax-propertize-special-constructs): Find their end.
4656 (perl-imenu-generic-expression): Use [:alnum:].
4657
4658 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
4659 (advice--add-function): Refresh the advice if already present
4660 (bug#14317).
4661
46622013-05-06 Ivan Andrus <darthandrus@gmail.com>
4663
4664 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
4665
46662013-05-06 Glenn Morris <rgm@gnu.org>
4667
4668 * w32-fns.el (w32-charset-info-alist): Declare.
4669
4670 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
4671 of its defcustom properties.
4672 (eshell-cmpl-initialize): No need to load pcomplete.
4673
4674 * generic-x.el: No need to require comint when compiling.
4675
4676 * net/eudc-export.el: Make it loadable without bbdb.
4677 (top-level): Use require rather than load-library.
4678 (eudc-create-bbdb-record, eudc-bbdbify-phone)
4679 (eudc-batch-export-records-to-bbdb)
4680 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
4681 Require bbdb.
4682
46832013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4684
4685 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
4686 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
4687 some tweaks, instead.
4688
46892013-05-05 Leo Liu <sdl.web@gmail.com>
4690
4691 * progmodes/octave.el (octave-font-lock-keywords)
4692 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
4693 (inferior-octave-send-list-and-digest): Improve error message.
4694 (octave-mode, inferior-octave-mode): Use setq-local.
4695 (octave-help): Set info-lookup-mode.
4696
46972013-05-05 Richard Stallman <rms@gnu.org>
4698
4699 * vc/compare-w.el (compare-windows-whitespace):
4700 Treat no-break space as whitespace.
4701
4702 * mail/rmailsum.el (rmail-summary-rmail-update):
4703 Detect empty summary and don't change selected message.
4704 (rmail-summary-goto-msg): Likewise.
4705
4706 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
4707 Doc fixes, rename args.
4708
47092013-05-05 Alan Mackenzie <acm@muc.de>
4710
4711 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
4712
47132013-05-05 Juri Linkov <juri@jurta.org>
4714
4715 * info.el (Info-read-subfile): Use (point-min) instead of (point)
4716 to not add the length of the summary segment to the return value.
4717 (Bug#14125)
4718
47192013-05-05 Leo Liu <sdl.web@gmail.com>
4720
4721 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
4722 (inferior-octave-output-filter): Remove.
4723 (octave-send-region, inferior-octave-startup): Fix callers.
4724 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
4725 (octave-binary-file-extensions): New user variable.
4726 (octave-find-definition): Confirm if opening binary files.
4727 (octave-help-file): Use octave-find-definition to get the binary
4728 confirmation.
4729 (octave-help): Adjust for octave-help-file change.
4730
47312013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
4734 Merge the two entries that handle function definitions.
4735 (pascal--syntax-propertize): New const.
4736 (pascal-mode): Use it. Use setq-local.
4737
47382013-05-04 Glenn Morris <rgm@gnu.org>
4739
4740 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
4741 (diary-from-outlook): Respect diary-from-outlook-function.
4742
47432013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4744
4745 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
4746 Move the declaration from C.
4747 (read-minibuffer, eval-minibuffer): Move from C.
4748 (completion-setup-function): Avoid minibuffer-completion-contents.
4749
47502013-05-03 Leo Liu <sdl.web@gmail.com>
4751
4752 * progmodes/octave.el (octave-font-lock-keywords): Do not
4753 dehighlight 'end' in comments or strings.
4754 (octave-completing-read, octave-goto-function-definition):
4755 New helpers.
4756 (octave-help-buffer): New user variable.
4757 (octave-help-file, octave-help-function): New button types.
4758 (octave-help): New command and bind it to C-h ;.
4759 (octave-find-definition): New command and bind it to M-.
4760 (user-error): Alias to error if not defined.
4761
47622013-05-02 Leo Liu <sdl.web@gmail.com>
4763
4764 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
4765 for \. (bug#14332)
4766 (octave-font-lock-keywords): Include [ and {.
4767
47682013-05-02 Leo Liu <sdl.web@gmail.com>
4769
4770 * progmodes/octave.el (inferior-octave-startup-file): Change default.
4771 (inferior-octave): Remove calling comint-mode and return the buffer.
4772 (inferior-octave-startup): Cosmetic changes.
4773
47742013-05-02 Leo Liu <sdl.web@gmail.com>
4775
4776 * progmodes/octave.el (octave-syntax-propertize-function):
4777 Include the case when ' is at line beginning. (Bug#14336)
4778
47792013-05-02 Glenn Morris <rgm@gnu.org>
4780
4781 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
4782 * desktop.el (vc-dir-mode): Just autoload it here.
4783
47842013-05-02 Alan Mackenzie <acm@muc.de>
4785
4786 Eliminate variable c-standard-font-lock-fontify-region-function.
4787 * progmodes/cc-mode.el
4788 (c-standard-font-lock-fontify-region-function): Remove.
4789 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
4790
47912013-05-01 Leo Liu <sdl.web@gmail.com>
4792
4793 * progmodes/octave.el: Compatible with older emacs-24 releases.
4794 (inferior-octave-has-built-in-variables): Remove. Built-in
4795 variables were removed from Octave in 2007.
4796 (inferior-octave-startup): Fix uses.
4797 (comint-line-beginning-position): Remove compatibility code for
4798 emacs 21.
4799
48002013-05-01 Juri Linkov <juri@jurta.org>
4801
4802 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
4803
48042013-05-01 Juri Linkov <juri@jurta.org>
4805
4806 * comint.el (comint-previous-matching-input): Don't print message
4807 "History item: %d" when `isearch-mode' is active.
4808 (comint-history-isearch-message): Print message "History item: %d"
4809 when `comint-input-ring-index' is not empty and this function is
4810 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
4811
48122013-05-01 Leo Liu <sdl.web@gmail.com>
4813
4814 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
4815 definitions. Use completion-at-point to insert keywords.
4816 (octave-abbrev-start): Remove.
4817 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
4818
48192013-04-30 Leo Liu <sdl.web@gmail.com>
4820
4821 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
4822 change.
4823
48242013-04-30 Alan Mackenzie <acm@muc.de>
4825
4826 Handle arbitrarily long C++ member initialisation lists.
4827 * progmodes/cc-engine.el (c-back-over-member-initializers):
4828 new function.
4829 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
4830 (most) member init lists.
4831
48322013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4833
4834 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
4835 variable.
4836
48372013-04-30 Leo Liu <sdl.web@gmail.com>
4838
4839 * progmodes/octave.el (octave-variables): Remove. No builtin
4840 variables any more. All converted to functions.
4841 (octave-font-lock-keywords, octave-completion-at-point-function):
4842 Fix uses.
4843 (octave-font-lock-texinfo-comment): New user variable.
4844 (octave-texinfo-font-lock-keywords): New variable for texinfo
4845 comment block.
4846 (octave-function-comment-block): New face.
4847 (octave-font-lock-texinfo-comment): New function.
4848 (octave-mode): Font lock texinfo comment block.
4849
48502013-04-29 Leo Liu <sdl.web@gmail.com>
4851
4852 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
4853 indexing expression.
4854 (octave-continuation-string): Do not use \.
4855 (inferior-octave-complete-impossible): Remove.
4856 (inferior-octave-completion-table)
4857 (inferior-octave-completion-at-point): Remove its uses.
4858 (inferior-octave-startup): completion_matches was introduced to
4859 Octave in 1996 so safe to assume it.
4860 (octave-function-file-comment): Improve to follow how Octave does it.
4861 (octave-update-function-file-comment): Tweak.
4862
48632013-04-29 Leo Liu <sdl.web@gmail.com>
4864
4865 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
4866 (inferior-octave-startup): Remove inferior-octave-startup-hook.
4867 (octave-function-file-comment): Fix typo.
4868 (octave-sync-function-file-names): Use read-char-choice.
4869
48702013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
4871
4872 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
4873 to t for the less important warnings.
4874
48752013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
4876
4877 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
4878
48792013-04-27 Glenn Morris <rgm@gnu.org>
4880
4881 * vc/log-view.el (log-view-current-entry):
4882 Treat "---" separator lines as part of the following rev. (Bug#14169)
4883
48842013-04-27 Juri Linkov <juri@jurta.org>
4885
4886 * subr.el (read-number): Doc fix about using it by interactive
4887 code letter `n'. (Bug#14254)
4888
48892013-04-27 Juri Linkov <juri@jurta.org>
4890
4891 * desktop.el (desktop-auto-save-timeout): New option.
4892 (desktop-file-checksum): New variable.
4893 (desktop-save): Add optional arg `auto-save' and don't auto-save
4894 if nothing changed.
4895 (desktop-auto-save-timer): New variable.
4896 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
4897 (after-init-hook): Call `desktop-auto-save-set-timer'.
4898 Suggested by Reuben Thomas <rrt@sc3d.org> in
4899 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
4900
49012013-04-27 Leo Liu <sdl.web@gmail.com>
4902
4903 * progmodes/octave.el (octave-function-file-p)
4904 (octave-skip-comment-forward, octave-function-file-comment)
4905 (octave-update-function-file-comment): New functions.
4906 (octave-mode-map): Bind C-c ; to
4907 octave-update-function-file-comment.
4908 (octave-mode-menu): Add octave-update-function-file-comment.
4909 (octave-mode, inferior-octave-mode): Fix doc-string.
4910 (octave-insert-defun): Conform to Octave's coding convention.
4911 (Bug#14285)
4912
4913 * files.el (basic-save-buffer): Don't let errors in
4914 before-save-hook prevent saving buffer.
4915
49162013-04-20 Roland Winkler <winkler@gnu.org>
4917
4918 * faces.el (read-face-name): Use completing-read if arg multiple
4919 is nil.
4920
49212013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
4922
4923 * ls-lisp.el (ls-lisp-insert-directory): If no files are
4924 displayed, move point to after the totals line.
4925 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
4926 for the details.
4927
49282013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * emacs-lisp/package.el (package-autoload-ensure-default-file):
4931 Add current dir to the load-path.
4932 (package-generate-autoloads): Don't rely on
4933 autoload-ensure-default-file.
4934
49352013-04-26 Reuben Thomas <rrt@sc3d.org>
4936
4937 * textmodes/remember.el (remember-store-in-files): Document that
4938 the file name format is passed to `format-time-string'.
4939
49402013-04-26 Leo Liu <sdl.web@gmail.com>
4941
4942 * progmodes/octave.el (octave-sync-function-file-names): New function.
4943 (octave-mode): Use it in before-save-hook.
4944
49452013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4946
4947 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
4948 (bug#14274).
4949
4950 * progmodes/octave.el (octave-smie-forward-token): Properly skip
4951 \n and comment, even if it's not an implicit ; (bug#14218).
4952
49532013-04-26 Glenn Morris <rgm@gnu.org>
4954
4955 * subr.el (read-number): Once more use `read' rather than
4956 `string-to-number', to trap non-numeric input. (Bug#14254)
4957
49582013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
4959
4960 * emacs-lisp/syntax.el (syntax-propertize-multiline):
4961 Use `syntax-multiline' text property consistently instead of
4962 `font-lock-multiline'. (Bug#14237)
4963
49642013-04-26 Glenn Morris <rgm@gnu.org>
4965
4966 * emacs-lisp/shadow.el (list-load-path-shadows):
4967 No longer necessary to check for duplicate simple.el, since
4968 2012-07-07 change to init_lread to not include installation lisp
4969 directories in load-path when running uninstalled. (Bug#14270)
4970
49712013-04-26 Leo Liu <sdl.web@gmail.com>
4972
4973 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
4974 (octave-mode, inferior-octave-mode): Use setq-local.
4975 (octave-not-in-string-or-comment-p): Rename to
4976 octave-in-string-or-comment-p.
4977 (octave-in-comment-p, octave-in-string-p)
4978 (octave-in-string-or-comment-p): Replace defsubst with defun.
4979
49802013-04-25 Paul Eggert <eggert@cs.ucla.edu>
4981
4982 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
4983
49842013-04-25 Bastien Guerry <bzg@gnu.org>
4985
4986 * textmodes/remember.el (remember-data-directory)
4987 (remember-directory-file-name-format): Fix custom types.
4988
49892013-04-25 Leo Liu <sdl.web@gmail.com>
4990
4991 * progmodes/octave.el (octave-completion-at-point-function):
4992 Make use of inferior octave process.
4993 (octave-initialize-completions): Remove.
4994 (inferior-octave-completion-table): New function.
4995 (inferior-octave-completion-at-point): Use it.
4996 (octave-completion-alist): Remove.
4997
49982013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4999
5000 * progmodes/opascal.el: Use font-lock and syntax-propertize.
5001 (opascal-mode-syntax-table): New var.
5002 (opascal-literal-kind, opascal-is-literal-end)
5003 (opascal-literal-token-at): Rewrite.
5004 (opascal--literal-start-re, opascal-font-lock-keywords)
5005 (opascal--syntax-propertize): New constants.
5006 (opascal-font-lock-defaults): Adjust.
5007 (opascal-mode): Use them. Set comment-<foo> variables as well.
5008 (delphi-comment-face, opascal-comment-face, delphi-string-face)
5009 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
5010 (delphi-other-face, opascal-other-face): Remove face variables.
5011 (opascal-save-state): Remove macro.
5012 (opascal-fontifying-progress-step): Remove constant.
5013 (opascal--ignore-changes): Remove var.
5014 (opascal-set-token-property, opascal-parse-next-literal)
5015 (opascal-is-stable-literal, opascal-complete-literal)
5016 (opascal-is-literal-start, opascal-face-of)
5017 (opascal-parse-region, opascal-parse-region-until-stable)
5018 (opascal-fontify-region, opascal-after-change)
5019 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
5020 (opascal-debug-parse-region, opascal-debug-parse-window)
5021 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
5022 (opascal-debug-fontify-buffer): Remove.
5023 (opascal-debug-mode-map): Adjust accordingly.
5024
50252013-04-25 Leo Liu <sdl.web@gmail.com>
5026
5027 Merge octave-mod.el and octave-inf.el into octave.el with some
5028 cleanups.
5029 * progmodes/octave.el: New file renamed from octave-mod.el.
5030 * progmodes/octave-inf.el: Merged into octave.el.
5031 * progmodes/octave-mod.el: Renamed to octave.el.
5032
50332013-04-25 Tassilo Horn <tsdh@gnu.org>
5034
5035 * textmodes/reftex-vars.el
5036 (reftex-label-ignored-macros-and-environments): New defcustom.
5037
5038 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
5039
50402013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5041
5042 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
5043 (smie-indent-keyword): Improve the check to ensure that the next
5044 comment is really on the same line.
5045 (smie-indent-comment): Don't align with a subsequent closer (or eob).
5046
5047 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
5048 semi-colons if the line is not otherwise empty (bug#14218).
5049
50502013-04-25 Glenn Morris <rgm@gnu.org>
5051
5052 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
5053
50542013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 * progmodes/opascal.el (opascal-set-token-property): Rename from
5057 opascal-set-text-properties and only set `token' (bug#14134).
5058 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
5059 (opascal-literal-text-properties): Remove.
5060 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
5061 Adjust callers.
5062
50632013-04-24 Reuben Thomas <rrt@sc3d.org>
5064
5065 * textmodes/remember.el (remember-handler-functions): Add an
5066 option for a new handler `remember-store-in-files'.
5067 (remember-data-directory, remember-directory-file-name-format):
5068 New options.
5069 (remember-store-in-files): New function to store remember notes
5070 as separate files within a directory.
5071
50722013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
5073
5074 * progmodes/compile.el (compilation-next-error-function):
5075 Pass "formats" to compilation-find-file (bug#11777).
5076
50772013-04-24 Glenn Morris <rgm@gnu.org>
5078
5079 * vc/vc-bzr.el (vc-bzr-print-log):
5080 * vc/vc-hg.el (vc-hg-print-log):
5081 * vc/vc-svn.el (vc-svn-print-log):
5082 Fix START-REVISION with LIMIT != 1. (Bug#14168)
5083
5084 * vc/vc-bzr.el (vc-bzr-print-log):
5085 * vc/vc-cvs.el (vc-cvs-print-log):
5086 * vc/vc-git.el (vc-git-print-log):
5087 * vc/vc-hg.el (vc-hg-print-log):
5088 * vc/vc-mtn.el (vc-mtn-print-log):
5089 * vc/vc-rcs.el (vc-rcs-print-log):
5090 * vc/vc-sccs.el (vc-sccs-print-log):
5091 * vc/vc-svn.el (vc-svn-print-log):
5092 * vc/vc.el (vc-print-log-internal): Doc fixes.
5093
50942013-04-23 Glenn Morris <rgm@gnu.org>
5095
5096 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
5097 Remove venerable code attempting to avoid substitute-command-keys.
5098
50992013-04-23 Tassilo Horn <tsdh@gnu.org>
5100
5101 * textmodes/reftex-vars.el (reftex-label-regexps):
5102 Call `reftex-compile-variables' after changes to this variable.
5103
51042013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5105
5106 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
5107 Use lexical-binding.
5108 (jit-lock-force-redisplay): Use markers, check buffer's continued
5109 existence and beware narrowed buffers.
5110 (jit-lock-fontify-now): Adjust call accordingly.
5111
51122013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
5115 to avoid misleading the user.
5116
51172013-04-22 Leo Liu <sdl.web@gmail.com>
5118
5119 * info-look.el: Prefer latex2e.info. (Bug#14240)
5120
51212013-04-22 Michael Albinus <michael.albinus@gmx.de>
5122
5123 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
5124
5125 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
5126 * net/tramp.el (tramp-call-process): ... here.
5127 (tramp-set-completion-function, tramp-parse-putty):
5128 * net/tramp-adb.el (tramp-adb-execute-adb-command):
5129 * net/tramp-gvfs.el (tramp-gvfs-send-command):
5130 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5131 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
5132 (tramp-call-local-coding-command): Use `tramp-call-process'
5133 instead of `tramp-compat-call-process'.
5134
5135 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
5136 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
5137 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
5138 (tramp-find-inline-compress): Improve traces.
5139 (tramp-maybe-send-script): Check for Perl binary.
5140 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
5141
51422013-04-22 Daiki Ueno <ueno@gnu.org>
5143
5144 * epg.el (epg-context-pinentry-mode): New function.
5145 (epg-context-set-pinentry-mode): New function.
5146 (epg--start): Pass --pinentry-mode option to gpg command.
5147
51482013-04-21 Xue Fuqiao <xfq.free@gmail.com>
5149
5150 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5151 `comint-dynamic-complete' is obsolete since 24.1, replaced by
5152 `completion-at-point'. (Bug#13774)
5153
5154 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
5155 default key binding for `describe-distribution' has been moved to
5156 `C-h C-o'. (Bug#13970)
5157
51582013-04-21 Glenn Morris <rgm@gnu.org>
5159
5160 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
5161 Add doc strings.
5162 (vc-print-log): Clarify interactive prompt.
5163
51642013-04-20 Glenn Morris <rgm@gnu.org>
5165
5166 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
5167 No longer include timestamp etc information.
5168
51692013-04-20 Roland Winkler <winkler@gnu.org>
5170
5171 * faces.el (read-face-name): Bug fix, return just one face if arg
5172 multiple is nil. (Bug#14209)
5173
51742013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
5177 (remove-function): Autoload.
5178
5179 * comint.el (comint-redirect-original-filter-function): Remove.
5180 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
5181 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
5182 (vc-cvs-annotate-command):
5183 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
5184 * progmodes/prolog.el (prolog-consult-compile):
5185 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
5186 Use add/remove-function instead.
5187 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
5188 (gud-tooltip-process-output, gud-tooltip-tips):
5189 Use add/remove-function instead.
5190 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
5191 (scheme-interaction-mode, exit-scheme-interaction-mode):
5192 Use add/remove-function instead.
5193
5194 * vc/vc-dispatcher.el: Use lexical-binding.
5195 (vc--process-sentinel): Rename from vc-process-sentinel.
5196 Change last arg to be the code to run. Don't use vc-previous-sentinel
5197 and vc-sentinel-commands any more.
5198 (vc-exec-after): Allow code to be a function. Use add/remove-function.
5199 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
5200
52012013-04-19 Masatake YAMATO <yamato@redhat.com>
5202
5203 * progmodes/sh-script.el (sh-imenu-generic-expression):
5204 Handle function names with a single character. (Bug#14111)
5205
52062013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
5207
5208 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
5209 for subroutines defined in an eval (bug#14182).
5210
52112013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5212
5213 * bookmark.el (bookmark-completing-read): Improve handling of empty
5214 string (bug#14176).
5215
52162013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
5219
52202013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
5221
5222 New faster Imenu implementation (bug#14058).
5223 * progmodes/python.el:
5224 (python-imenu-prev-index-position):
5225 (python-imenu-format-item-label-function)
5226 (python-imenu-format-parent-item-label-function)
5227 (python-imenu-format-parent-item-jump-label-function):
5228 New vars.
5229 (python-imenu-format-item-label)
5230 (python-imenu-format-parent-item-label)
5231 (python-imenu-format-parent-item-jump-label)
5232 (python-imenu--put-parent, python-imenu--build-tree)
5233 (python-imenu-create-index, python-imenu-create-flat-index)
5234 (python-util-popn): New functions.
5235 (python-mode): Set imenu-create-index-function to
5236 python-imenu-create-index.
5237
52382013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * winner.el (winner-active-region): Use region-active-p, activate-mark
5241 and deactivate-mark (bug#14225).
5242
5243 * simple.el (deactivate-mark): Don't inline it.
5244
52452013-04-18 Michael Albinus <michael.albinus@gmx.de>
5246
5247 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
5248
52492013-04-18 Tassilo Horn <tsdh@gnu.org>
5250
5251 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
5252 file extensions from the archive-mode entry in order to prefer
5253 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
5254
52552013-04-18 Leo Liu <sdl.web@gmail.com>
5256
5257 * bindings.el (help-event-list): Add ?\?.
5258
52592013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * subr.el (with-wrapper-hook): Declare obsolete.
5262 * simple.el (filter-buffer-substring-function): New hook.
5263 (filter-buffer-substring): Use it.
5264 (filter-buffer-substring-functions): Mark obsolete.
5265 * minibuffer.el (completion-in-region-function): New hook.
5266 (completion-in-region): Use it.
5267 (completion-in-region-functions): Mark obsolete.
5268 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
5269 * abbrev.el (abbrev-expand-function): New hook.
5270 (expand-abbrev): Use it.
5271 (abbrev-expand-functions): Mark obsolete.
5272 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
5273 and :filter-return.
5274
52752013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
5276
5277 * progmodes/python.el (python-nav--syntactically): Fix cornercases
5278 and do not care about match data.
5279
52802013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
5283 completion tables when completing error conditions and
5284 `declare' arguments.
5285 (lisp-complete-symbol, field-complete): Mark as obsolete.
5286 (check-parens): Unmatched parens are user errors.
5287 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
5288
52892013-04-17 Michal Nazarewicz <mina86@mina86.com>
5290
5291 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
5292 command changed buffer (ie. `flyspell-pre-buffer' is not current
5293 buffer), which prevents making decisions based on invalid value of
5294 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
5295 cause an error when `flyspell-pre-point' was nil after switching
5296 buffers.
5297 (flyspell-post-command-hook): No longer needs to change buffers when
5298 checking pre-word. While at it remove unnecessary progn.
5299
53002013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
5301
5302 * textmodes/ispell.el (ispell-add-per-file-word-list):
5303 Fix `flyspell-correct-word-before-point' error when accepting
5304 words and `coment-padding' is an integer by using
5305 `comment-normalize-vars' (Bug #14214).
5306
53072013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
5308
5309 New defun movement commands.
5310 * progmodes/python.el (python-nav--syntactically)
5311 (python-nav--forward-defun, python-nav-backward-defun)
5312 (python-nav-forward-defun): New functions.
5313
53142013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
5315
5316 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
5317 (python-syntax-context): Use named compiler-macro for backwards
5318 compatibility with Emacs 24.x.
5319
53202013-04-17 Leo Liu <sdl.web@gmail.com>
5321
5322 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
5323 octave-hide-process-buffer.
5324
53252013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
5328 (bug#14216).
5329
53302013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
5331
5332 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
5333 Fix adjustment of offset when receiving incomplete responses from GDB
5334 (bug#14129).
5335
53362013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5337
5338 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
5339 python-mode-abbrev-table.
5340 (python-skeleton-define): Adjust accordingly.
5341 (python-mode-abbrev-table): New table that inherits from it so that
5342 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
5343
5344 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
5345 (abbrev-symbol): Use it.
5346 (abbrev--before-point): Use it since we already handle inheritance.
5347
53482013-04-16 Leo Liu <sdl.web@gmail.com>
5349
5350 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
5351 binding to info-lookup-symbol.
5352
53532013-04-16 Juanma Barranquero <lekktu@gmail.com>
5354
5355 * minibuffer.el (completion--twq-all):
5356 * term/ns-win.el (ns-initialize-window-system):
5357 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
5358
53592013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
5362 global bindings.
5363
5364 * doc-view.el (doc-view-start-process): Handle url-handler directories.
5365
53662013-04-15 Dmitry Gutov <dgutov@yandex.ru>
5367
5368 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
5369 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
5370 to nil.
5371 (ruby-end-of-defun): Remove the unused arg, change the docstring
5372 to reflect that this function is only used as the value of
5373 `end-of-defun-function'.
5374 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
5375 to reflect an earlier change that beginning/end-of-defun functions
5376 jump between methods in a class definition, as well as top-level
5377 functions.
5378
53792013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5380
5381 * minibuffer.el (minibuffer-complete): Don't just scroll
5382 a *Completions* that's been iconified.
5383 (minibuffer-force-complete): Make sure repetitions do cycle when going
5384 through completion-in-region -> minibuffer-complete.
5385
53862013-04-15 Alan Mackenzie <acm@muc.de>
5387
5388 Correct the placement of c-cpp-delimiters when there're #s not at
5389 col 0.
5390
5391 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
5392 place a submatch around the #.
5393 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
5394 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
5395 on the #, not BOL.
5396
53972013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * emacs-lisp/nadvice.el: Properly test names when adding advice.
5400 (advice--member-p): New arg `name'.
5401 (advice--add-function, advice-member-p): Use it (bug#14202).
5402
54032013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
5404
5405 Reformulate java imenu-generic-expression.
5406 The old expression contained ill formed regexps.
5407
5408 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
5409 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
5410 (cc-imenu-java-method-arg-regexp): New defconsts.
5411 (cc-imenu-java-build-type-args-regex): New defun.
5412 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
5413 handling of spaces in the regexp.
5414
54152013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5416
5417 * textmodes/ispell.el (ispell-command-loop): Remove
5418 flyspell highlight of a word when ispell accepts it (bug #14178).
5419
54202013-04-15 Michael Albinus <michael.albinus@gmx.de>
5421
5422 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
5423 uses code from the previous `ange-ftp-run-real-handler'.
5424 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
5425 only in case that function exist. This is needed for proper
5426 unloading of Tramp.
5427
54282013-04-15 Tassilo Horn <tsdh@gnu.org>
5429
5430 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
5431
5432 * textmodes/reftex.el (reftex-compile-variables): Use it.
5433
54342013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * files.el (normal-mode): Only use default major-mode if no other mode
5437 was specified.
5438
5439 * emacs-lisp/trace.el (trace-values): New function.
5440
5441 * files.el: Allow : in local variables (bug#14089).
5442 (hack-local-variable-regexp): New var.
5443 (hack-local-variables-prop-line, hack-local-variables): Use it.
5444
54452013-04-13 Roland Winkler <winkler@gnu.org>
5446
5447 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
5448 data before it gets modified by bibtex-beginning-of-entry.
5449
54502013-04-13 Roland Winkler <winkler@gnu.org>
5451
5452 * textmodes/bibtex.el (bibtex-url): Doc fix.
5453
54542013-04-13 Roland Winkler <winkler@gnu.org>
5455
5456 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
5457 does not visit a BibTeX file, exclude it from the list of buffers
5458 returned by bibtex-initialize.
5459
54602013-04-13 Stephen Berman <stephen.berman@gmx.net>
5461
5462 * window.el (split-window): Remove interactive form, since as a
5463 command this function is a special case of split-window-below.
5464 Correct doc string.
5465
54662013-04-12 Roland Winkler <winkler@gnu.org>
5467
5468 * faces.el (read-face-name): Do not override value of arg default.
5469 Allow single faces and strings as default values. Remove those
5470 elements from return value that are not faces.
5471 (describe-face): Simplify.
5472 (face-at-point): New optional args thing and multiple so that this
5473 function can provide the same functionality previously provided by
5474 read-face-name.
5475 (make-face-bold, make-face-unbold, make-face-italic)
5476 (make-face-unitalic, make-face-bold-italic, invert-face)
5477 (modify-face, read-face-and-attribute): Use face-at-point.
5478
5479 * cus-edit.el (customize-face, customize-face-other-window)
5480 * cus-theme.el (custom-theme-add-face)
5481 * face-remap.el (buffer-face-set)
5482 * facemenu.el (facemenu-set-face): Use face-at-point.
5483
54842013-04-12 Michael Albinus <michael.albinus@gmx.de>
5485
5486 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
5487
54882013-04-10 Tassilo Horn <tsdh@gnu.org>
5489
5490 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
5491 off leading { and trailing } from field values.
5492
54932013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * emacs-lisp/timer.el (timer--check): New function.
5496 (timer--time, timer-set-function, timer-event-handler): Use it.
5497 (timer-set-idle-time): Simplify.
5498 (timer--activate): CSE.
5499 (timer-event-handler): Give more info in error message.
5500 (internal-timer-start-idle): New function, moved from C.
5501
5502 * mpc.el (mpc-proc): Add `restart' argument.
5503 (mpc-proc-cmd): Use it.
5504 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
5505 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
5506 less often.
5507
55082013-04-10 Masatake YAMATO <yamato@redhat.com>
5509
5510 * progmodes/sh-script.el: Implement `sh-mode' own
5511 `add-log-current-defun-function' (bug#14112).
5512 (sh-current-defun-name): New function.
5513 (sh-mode): Use the function.
5514
55152013-04-09 Bastien Guerry <bzg@gnu.org>
5516
5517 * simple.el (choose-completion-string): Fix docstring (bug#14163).
5518
55192013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
5522
5523 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
5524 timer (bug#14156).
5525
55262013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
5527
5528 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
5529 declaration.
5530
55312013-04-07 Leo Liu <sdl.web@gmail.com>
5532
5533 * pcmpl-x.el: New file.
5534
55352013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
5536
5537 Do not set x-display-name until X connection is established.
5538 This is needed to prevent from weird situation described at
5539 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
5540 * frame.el (make-frame): Set x-display-name after call to
5541 window system initialization function, not before.
5542 * term/x-win.el (x-initialize-window-system): Add optional
5543 display argument and use it.
5544 * term/w32-win.el (w32-initialize-window-system):
5545 * term/ns-win.el (ns-initialize-window-system):
5546 * term/pc-win.el (msdos-initialize-window-system):
5547 Add compatible optional display argument.
5548
55492013-04-06 Eli Zaretskii <eliz@gnu.org>
5550
5551 * files.el (normal-backup-enable-predicate): On MS-Windows and
5552 MS-DOS compare truenames of temporary-file-directory and of the
5553 file, so that 8+3 aliases (usually found in $TEMP on Windows)
5554 don't fail comparison by compare-strings. Also, compare file
5555 names case-insensitively on MS-Windows and MS-DOS.
5556
55572013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
5560 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
5561
55622013-04-05 Dmitry Gutov <dgutov@yandex.ru>
5563
5564 * whitespace.el (whitespace-color-on, whitespace-color-off):
5565 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
5566
55672013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
5568
5569 * ispell.el (ispell-set-spellchecker-params):
5570 Really set `ispell-args' for all equivs.
5571
55722013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 * ido.el (ido-completions): Use extra elements of ido-decorations
5575 (bug#14143).
5576 (ido-decorations): Update docstring.
5577
55782013-04-05 Michael Albinus <michael.albinus@gmx.de>
5579
5580 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5581 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
5582 nil during initialization, in order not to miss changes since the
5583 file was opened. (Bug#14140)
5584
55852013-04-05 Leo Liu <sdl.web@gmail.com>
5586
5587 * kmacro.el (kmacro-call-macro): Fix bug#14135.
5588
55892013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
5590
5591 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
5592
55932013-04-04 Glenn Morris <rgm@gnu.org>
5594
5595 * electric.el (electric-pair-inhibit-predicate): Add :version.
5596
55972013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
5600 when a package is required several times (bug#14082).
5601
56022013-04-04 Roland Winkler <winkler@gnu.org>
5603
5604 * faces.el (read-face-name): Behave as promised by the docstring.
5605 Assume that arg default is a list of faces.
5606 (describe-face): Call read-face-name with list of default faces.
5607
56082013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5609
5610 * bookmark.el: Fix deletion of bookmarks (bug#13972).
5611 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
5612 (bookmark-bmenu-execute-deletions): Only skip first line if it's
5613 the header.
5614 (bookmark-exit-hook-internal): Save even if list is empty.
5615
56162013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
5617
5618 * emacs-lisp/package.el (package-pinned-packages): New var.
5619 (package--add-to-archive-contents): Obey it (bug#14118).
5620
56212013-04-03 Alan Mackenzie <acm@muc.de>
5622
5623 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
5624 Also adapt to the new values of element 7 of a parse state.
5625
5626 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
5627 parameter `not-in-delimiter'. Handle being inside comment opener.
5628 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
5629 character in case we're typing a '*' after a '/'.
5630 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
5631 instead by passing the parameter to c-state-pp-to-literal.
5632
5633 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
5634 for elt. 7 of a parse state.
5635
56362013-04-01 Paul Eggert <eggert@cs.ucla.edu>
5637
5638 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
5639 * international/latin1-disp.el, international/mule-util.el:
5640 * language/cyril-util.el, language/european.el, language/ind-util.el:
5641 * language/lao-util.el, language/thai.el, language/tibet-util.el:
5642 * language/tibetan.el, language/viet-util.el:
5643 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
5644
56452013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
5648 (electric-pair-post-self-insert-function): Use it.
5649 (electric-pair-default-inhibit): New function, extracted from
5650 electric-pair-post-self-insert-function.
5651
56522013-03-31 Roland Winkler <winkler@gnu.org>
5653
5654 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
5655
56562013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
5659
56602013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
5661
5662 Un-indent after "pass" and "return" statements (Bug#13888)
5663 * progmodes/python.el (python-indent-block-enders): New var.
5664 (python-indent-calculate-indentation): Use it.
5665
56662013-03-30 Michael Albinus <michael.albinus@gmx.de>
5667
5668 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
5669 defun. Defining it as defalias could introduce too eager
5670 byte-compiler optimization. (Bug#14030)
5671
56722013-03-30 Chong Yidong <cyd@gnu.org>
5673
5674 * iswitchb.el (iswitchb-read-buffer): Fix typo.
5675
56762013-03-30 Leo Liu <sdl.web@gmail.com>
5677
5678 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
5679 (kmacro-execute-from-register): Pass the keyboard macro to
5680 kmacro-call-macro or repeating won't work correctly.
5681
56822013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
5683
5684 * progmodes/subword.el: Back to using `forward-symbol'.
5685
5686 * subr.el (forward-whitespace, forward-symbol)
5687 (forward-same-syntax): Move from thingatpt.el.
5688
56892013-03-29 Leo Liu <sdl.web@gmail.com>
5690
5691 * kmacro.el (kmacro-to-register): New command.
5692 (kmacro-execute-from-register): New function.
5693 (kmacro-keymap): Bind to 'x'. (Bug#14071)
5694
56952013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5696
5697 * mpc.el: Use defvar-local and setq-local.
5698 (mpc--proc-connect): Connection failures are not bugs.
5699 (mpc-mode-map): `follow-link' only applies to the buffer's content.
5700 (mpc-volume-map): Bind to the up-events.
5701
57022013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5703
5704 * progmodes/subword.el (superword-mode): Use `forward-sexp'
5705 instead of `forward-symbol'.
5706
57072013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
5710 (edebug--recursive-edit): Use it.
5711 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
5712 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
5713
57142013-03-28 Leo Liu <sdl.web@gmail.com>
5715
5716 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
5717
57182013-03-27 Eli Zaretskii <eliz@gnu.org>
5719
5720 * facemenu.el (list-colors-callback): New defvar.
5721 (list-colors-redisplay): New function.
5722 (list-colors-display): Install list-colors-redisplay as the
5723 revert-buffer-function. (Bug#14063)
5724
57252013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
5728 and suffixes don't overlap (bug#14061).
5729
5730 * case-table.el: Use lexical-binding.
5731 (case-table-get-table): New function.
5732 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
5733
57342013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5735
5736 * progmodes/subword.el: Add `superword-mode' to do word motion
5737 over symbol_words (parallels and leverages `subword-mode' which
5738 does word motion inside MixedCaseWords).
5739
57402013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
5741
5742 * eshell/em-unix.el: Move su and sudo to...
5743 * eshell/em-tramp.el: ...Eshell tramp module.
5744
57452013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5746
5747 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
5748 Change return value to be a sexp. Delay `get-buffer' to after
5749 restoring the desktop (bug#13951).
5750
57512013-03-26 Leo Liu <sdl.web@gmail.com>
5752
5753 * register.el: Move semantic tag handling back to
5754 cedet/semantic/senator.el. (Bug#14052)
5755
57562013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
5759 into the prompt either (bug#13963).
5760
57612013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
5764 part of "(error-foo)".
5765
57662013-03-24 Juri Linkov <juri@jurta.org>
5767
5768 * replace.el (list-matching-lines-prefix-face): New defcustom.
5769 (occur-1): Pass `list-matching-lines-prefix-face' to the function
5770 `occur-engine' if `face-differs-from-default-p' returns t.
5771 (occur-engine): Add `,' inside backquote construct to evaluate
5772 `prefix-face'. Propertize the prefix with the `prefix-face' face.
5773 Pass `prefix-face' to the functions `occur-context-lines' and
5774 `occur-engine-add-prefix'.
5775 (occur-engine-add-prefix, occur-context-lines): Add optional arg
5776 `prefix-face' and propertize the prefix with `prefix-face'.
5777 (Bug#14017)
5778
57792013-03-24 Leo Liu <sdl.web@gmail.com>
5780
5781 * nxml/rng-valid.el (rng-validate-while-idle)
5782 (rng-validate-quick-while-idle): Guard against deleted buffer.
5783 (Bug#13999)
5784
5785 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
5786 is the last entry in kill-buffer-hook.
5787
5788 * files.el (kill-buffer-hook): Doc fix.
5789
57902013-03-23 Dmitry Gutov <dgutov@yandex.ru>
5791
5792 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
5793 Make it safe-local.
5794
5795 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
5796
57972013-03-23 Leo Liu <sdl.web@gmail.com>
5798
5799 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
5800 Remove.
5801
5802 * nxml/rng-valid.el (rng-validate-mode)
5803 (rng-after-change-function, rng-do-some-validation):
5804 * nxml/rng-maint.el (rng-validate-buffer):
5805 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
5806 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
5807 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
5808 (nxml-extend-after-change-region): Use with-silent-modifications.
5809
5810 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
5811 timer-idle-list.
5812
5813 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
5814 (rng-next-error-1, rng-previous-error-1): Do not let-bind
5815 timer-idle-list. (Bug#13999)
5816
58172013-03-23 Juri Linkov <juri@jurta.org>
5818
5819 * info.el (info-index-match): New face.
5820 (Info-index, Info-apropos-matches): Add a nested subgroup to the
5821 main pattern and add text properties with the new face to matches
5822 in index entries relative to the beginning of the index entry.
5823 (Bug#14015)
5824
58252013-03-21 Eric Ludlam <zappo@gnu.org>
5826
5827 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
5828 Inhibit read only while inserting objects.
5829
58302013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
5831
5832 * progmodes/cfengine.el: Update docs to mention
5833 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
5834 symbol motion. Remove "_" from the word syntax.
5835
58362013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
5837
5838 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
5839 syntax for both `cfengine2-mode' and `cfengine3-mode'.
5840
58412013-03-20 Juri Linkov <juri@jurta.org>
5842
5843 * info.el (Info-next-reference-or-link)
5844 (Info-prev-reference-or-link): New functions.
5845 (Info-next-reference, Info-prev-reference): Use them.
5846 (Info-try-follow-nearest-node): Handle footnote navigation.
5847 (Info-fontify-node): Fontify footnotes. (Bug#13989)
5848
58492013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
5852 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
5853
58542013-03-20 Paul Eggert <eggert@cs.ucla.edu>
5855
5856 Suppress unnecessary non-ASCII chatter during build process.
5857 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
5858 (batch-skkdic-convert): Suppress most of the chatter.
5859 It's not needed so much now that machines are faster,
5860 and its non-ASCII component was confusing; see Dmitry Gutov in
5861 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
5862
58632013-03-20 Leo Liu <sdl.web@gmail.com>
5864
5865 * ido.el (ido-chop): Fix bug#10994.
5866
58672013-03-19 Dmitry Gutov <dgutov@yandex.ru>
5868
5869 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
5870 Remove vars.
5871 (whitespace-color-on, whitespace-color-off):
5872 Use `font-lock-fontify-buffer' (Bug#13817).
5873
58742013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
5877 remapping in mode-line.
5878 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
5879
58802013-03-19 Dmitry Gutov <dgutov@yandex.ru>
5881
5882 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
5883 value for `whitespace-line' face (Bug#13875).
5884 (whitespace-font-lock-keywords): Change description.
5885 (whitespace-color-on): Don't save `font-lock-keywords' value, save
5886 the constructed keywords instead.
5887 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
5888
58892013-03-19 Leo Liu <sdl.web@gmail.com>
5890
5891 * progmodes/compile.el (compilation-display-error): New command.
5892 (compilation-mode-map, compilation-minor-mode-map): Bind it to
5893 C-o. (Bug#13992)
5894
58952013-03-18 Paul Eggert <eggert@cs.ucla.edu>
5896
5897 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
5898
58992013-03-18 Jan Djärv <jan.h.d@swipnet.se>
5900
5901 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
5902
59032013-03-18 Michael Albinus <michael.albinus@gmx.de>
5904
5905 * net/tramp-compat.el (tramp-compat-user-error): New defun.
5906
5907 * net/tramp-adb.el (tramp-adb-handle-shell-command):
5908 * net/tramp-gvfs.el (top):
5909 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
5910 (tramp-handle-shell-command): Use it.
5911 (tramp-dissect-file-name): Raise an error when hostname is a
5912 method name, and neither method nor user is specified.
5913
5914 * net/trampver.el: Update release number.
5915
59162013-03-18 Leo Liu <sdl.web@gmail.com>
5917
5918 Make sure eldoc can be turned off properly.
5919 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
5920 eldoc-mode.
5921 (eldoc-display-message-p): Revert last change.
5922 (eldoc-display-message-no-interference-p)
5923 (eldoc-print-current-symbol-info): Tweak.
5924
59252013-03-18 Tassilo Horn <tsdh@gnu.org>
5926
5927 * doc-view.el (doc-view-new-window-function): Check the new window
5928 overlay's display property instead the char property of the
5929 buffer's first char. Use `with-selected-window' instead of
5930 `save-window-excursion' with `select-window'.
5931 (doc-view-document->bitmap): Check the current doc-view overlay's
5932 display property instead the char property of the buffer's first char.
5933
59342013-03-18 Paul Eggert <eggert@cs.ucla.edu>
5935
5936 Automate the build of ja-dic.el (Bug#13984).
5937 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
5938 from the input, rather than assume that it's been done for us by the
5939 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
5940 the current date into a ja-dic.el comment, as that complicates
5941 regression testing.
5942
59432013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5944
5945 * whitespace.el: Fix double evaluation.
5946 (whitespace-space, whitespace-hspace, whitespace-tab)
5947 (whitespace-newline, whitespace-trailing, whitespace-line)
5948 (whitespace-space-before-tab, whitespace-indentation)
5949 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
5950 obsolete defvars.
5951 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
5952 (whitespace-color-on): Use a single font-lock-add-keywords call.
5953 Fix double-evaluation of face variables.
5954
59552013-03-17 Michael Albinus <michael.albinus@gmx.de>
5956
5957 * net/tramp-adb.el (tramp-adb-parse-device-names):
5958 Use `start-process' instead of `call-process'. Otherwise, the
5959 function might be blocked under MS Windows. (Bug#13299)
5960
59612013-03-17 Leo Liu <sdl.web@gmail.com>
5962
5963 Extend eldoc to display info in the mode-line. (Bug#13978)
5964 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
5965 (eldoc-mode-line-string): New variable.
5966 (eldoc-minibuffer-message): New function.
5967 (eldoc-message-function): New variable.
5968 (eldoc-message): Use it.
5969 (eldoc-display-message-p)
5970 (eldoc-display-message-no-interference-p):
5971 Support eldoc-post-insert-mode.
5972
5973 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
5974 (eval-expression): Run it.
5975
59762013-03-17 Roland Winkler <winkler@gnu.org>
5977
5978 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
5979 strings in the list of return values.
5980
59812013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
5982
5983 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
5984 radix before checking for HMS forms.
5985
59862013-03-16 Leo Liu <sdl.web@gmail.com>
5987
5988 * progmodes/scheme.el: Add indentation and font-locking for λ.
5989 (Bug#13975)
5990
59912013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
5994 token before point (bug#13942).
5995
59962013-03-16 Leo Liu <sdl.web@gmail.com>
5997
5998 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
5999
60002013-03-16 Eli Zaretskii <eliz@gnu.org>
6001
6002 * startup.el (command-line-normalize-file-name): Fix handling of
6003 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
6004 <xfq.free@gmail.com> in
6005 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
6006
60072013-03-15 Michael Albinus <michael.albinus@gmx.de>
6008
6009 Sync with Tramp 2.2.7.
6010
6011 * net/trampver.el: Update release number.
6012
60132013-03-14 Tassilo Horn <tsdh@gnu.org>
6014
6015 * doc-view.el Fix bug#13887.
6016 (doc-view-insert-image): Don't modify overlay associated to
6017 non-live windows, and implement horizontal centering of image in
6018 case it's smaller than the window.
6019 (doc-view-new-window-function): Force redisplay of new windows on
6020 doc-view buffers.
6021
60222013-03-13 Karl Fogel <kfogel@red-bean.com>
6023
6024 * saveplace.el (save-place-alist-to-file): Don't sort
6025 `save-place-alist', just pretty-print it (bug#13882).
6026
60272013-03-13 Michael Albinus <michael.albinus@gmx.de>
6028
6029 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6030 Check whether `default-file-name-coding-system' is bound.
6031 It isn't in XEmacs.
6032
60332013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6034
6035 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
6036 backquotes for `obsolete' (bug#13929).
6037
6038 * international/mule.el (find-auto-coding): Include file name in
6039 obsolescence warning (bug#13922).
6040
60412013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6042
6043 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
6044 for CFEngine 3-specific indentation.
6045 (cfengine3-indent-line): Use it. Fix up category regex.
6046 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
6047
60482013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * type-break.el (type-break-file-name):
6051 * textmodes/remember.el (remember-data-file):
6052 * strokes.el (strokes-file):
6053 * shadowfile.el (shadow-initialize):
6054 * saveplace.el (save-place-file):
6055 * ps-bdf.el (bdf-cache-file):
6056 * progmodes/idlwave.el (idlwave-config-directory):
6057 * net/quickurl.el (quickurl-url-file):
6058 * international/kkc.el (kkc-init-file-name):
6059 * ido.el (ido-save-directory-list-file):
6060 * emulation/viper.el (viper-custom-file-name):
6061 * emulation/vip.el (vip-startup-file):
6062 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
6063 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
6064
60652013-03-12 Paul Eggert <eggert@cs.ucla.edu>
6066
6067 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
6068 * language/thai-word.el: Switch to UTF-8.
6069
6070See ChangeLog.16 for earlier changes.
6071
6072;; Local Variables:
6073;; coding: utf-8
6074;; End:
6075
6076 Copyright (C) 2011-2013 Free Software Foundation, Inc.
6077
6078 This file is part of GNU Emacs.
6079
6080 GNU Emacs is free software: you can redistribute it and/or modify
6081 it under the terms of the GNU General Public License as published by
6082 the Free Software Foundation, either version 3 of the License, or
6083 (at your option) any later version.
6084
6085 GNU Emacs is distributed in the hope that it will be useful,
6086 but WITHOUT ANY WARRANTY; without even the implied warranty of
6087 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6088 GNU General Public License for more details.
6089
6090 You should have received a copy of the GNU General Public License
6091 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.