(displayed-completions): Remove.
[bpt/emacs.git] / lisp / ChangeLog
1 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/sym-comp.el (displayed-completions): Remove.
4 (symbol-complete): Use minibuffer-complete.
5
6 2009-08-31 Glenn Morris <rgm@gnu.org>
7
8 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9
10 * apropos.el (apropos-symbols-internal): Handle (obsolete) face aliases.
11
12 * faces.el (describe-face): Adjust the output format to be more like
13 describe-variable, and to mention (obsolete) face aliases.
14 Adjust the whitespace so that help-setup-xref works.
15
16 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
17 * calendar/diary-lib.el (diary-button-face):
18 Mark these face aliases as obsolete.
19
20 * calendar/calendar.el (calendar-today): Doc fix.
21
22 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
23
24 * progmodes/gdb-mi.el (gdb-control-all-threads)
25 (gdb-control-current-thread): Force tool bar update.
26 (gdb-non-stop-handler): New function.
27 (gdb-init-1): Use it to test if non-stop mode is supported.
28 Remove unused gdbmi buffer type.
29
30 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
31
32 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
33 buffer names not visiting a file (e.g. cloned buffers).
34
35 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
36
37 * comint.el (comint-exec-1): Check command is non-null first.
38 Part of gdb-mi.el change (2009-08-28).
39
40 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
43
44 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
45
46 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
47 instead of `dolist' to avoid a recursive require when bootstrapping.
48
49 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
52
53 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
54
55 * net/imap.el (imap-send-command): Simplify.
56 (imap-wait-for-tag): point-max - buffer-size.
57
58 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
59
60 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
61 with constant argument.
62
63 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
64
65 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
66
67 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
68 Change default, since most of our files don't have a history.
69 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
70 the user.
71
72 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
73 Add comint-run.
74
75 * calc/calc.el: Improve commenting convention.
76 (calc-digit-map, toplevel): Simplify.
77
78 * comint.el (comint-insert-input): Be careful to only set point if we
79 don't delegate to some other command.
80
81 * proced.el (proced-signal-list): Make it an alist.
82 (proced-grammar-alist): Capitalize names.
83 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
84 Disable undo manually and make it read-only.
85 Use completion-annotate-function.
86
87 * minibuffer.el (minibuffer-message): If the current buffer is not
88 a minibuffer, insert the message in the echo area rather than at the
89 end of the buffer.
90 (completion-annotate-function): New variable.
91 (minibuffer-completion-help): Use it.
92 (completion--embedded-envvar-table): Environment vars are
93 always case-sensitive.
94
95 2009-08-30 Glenn Morris <rgm@gnu.org>
96
97 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
98 from fortran-current-defun.
99 (fortran-beginning-of-subprogram): Be more precise about finding the
100 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
101 (fortran-end-of-subprogram): Simplify.
102 (fortran-current-defun): Use fortran-start-prog-re.
103
104 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
105
106 * subr.el (do-after-load-evaluation): Simplify.
107
108 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
109
110 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
111
112 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
113 (vc-rcs-print-log): Use it.
114
115 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
116
117 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * paths.el (abbrev-file-name): Move to abbrev.el.
120 * abbrev.el (abbrev-file-name): Move from paths.el.
121 Obey user-emacs-directory.
122 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
123 user-emacs-directory.
124 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
125 abbrev-file-name and calc-settings-file any more.
126 * startup.el (command-line): Recompute abbrev-file-name and
127 abbreviated-home-dir.
128 (normal-no-mouse-startup-screen): Improve the generic code and get rid
129 of the special code for when C-h bindings haven't been changed.
130 (display-startup-echo-area-message): Use with-current-buffer.
131 (command-line-1): Use a list of strings, rather than a list of lists
132 of strings for longopts.
133
134 * files.el (get-free-disk-space): Use / for default-directory.
135
136 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
137 Use with-current-buffer.
138
139 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
140 Recognize immutable variables like most-positive-fixnum.
141 (byte-compile-setq-default): Check and warn if trying to assign
142 to an immutable variable, or a non-variable.
143
144 * progmodes/cc-vars.el (c-comment-continuation-stars):
145 * progmodes/cc-engine.el (c-looking-at-bos):
146 * progmodes/cc-cmds.el (c-toggle-auto-state)
147 (c-forward-into-nomenclature, c-backward-into-nomenclature)
148 (c-comment-line-break-function): Add version of obsolescence.
149
150 2009-08-28 Juri Linkov <juri@jurta.org>
151
152 * files.el (magic-fallback-mode-alist): Add ZIP magic number
153 associated with `archive-mode'.
154
155 * image.el (image-type-header-regexps): Use only JPEG magic number
156 to determine JPEG images, and don't use `image-jpeg-p' because
157 Emacs can display non-JFIF non-Exif JPEG images.
158
159 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
160
161 * arc-mode.el (archive-mode):
162 * emacs-lisp/re-builder.el (re-builder-unload-function):
163 Protect against the default value of `major-mode' being nil.
164
165 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
166
167 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
168 Fix typos in docstrings.
169
170 * progmodes/js.el (js--macro-decl-re): Doc fix.
171 (js--plain-method-re, js--split-name): Refloc docstring.
172 (js--class-styles, js--make-merged-item, js--splice-into-items):
173 Fix typos in docstrings; reflow docstrings.
174 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
175 (js--variable-decl-matcher, js--inside-pitem-p)
176 (js--parse-state-at-point, js--get-all-known-symbols)
177 (js--symbol-history, js-find-symbol, js--js-references)
178 (js--moz-interactor, js--js-encode-value, js--read-tab):
179 Fix typos in docstrings.
180
181 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
182
183 * textmodes/reftex.el (reftex-get-file-buffer-force):
184 * progmodes/verilog-mode.el (verilog-batch-execute-func):
185 * emulation/viper.el (viper-go-away, viper-set-hooks):
186 * emacs-lisp/re-builder.el (re-builder-unload-function):
187 * emacs-lisp/bytecomp.el (byte-compile-file):
188 * ses.el (ses-unload-function):
189 * hexl.el (hexl-find-file):
190 * files.el (normal-mode):
191 * ehelp.el (with-electric-help):
192 * autoinsert.el (auto-insert-alist):
193 * arc-mode.el (archive-mode):
194 Use (default-value 'major-mode) instead of default-major-mode.
195
196 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
197 * international/mule.el (load-with-code-conversion):
198 * emacs-lisp/debug.el (debug):
199 * ediff-vers.el (ediff-rcs-get-output-buffer):
200 * dired.el (dired-internal-noselect): Don't let-bind
201 default-major-mode around code that doesn't use it.
202 E.g. buffer creation via get-buffer-create doesn't use it.
203
204 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
205
206 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
207 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
208 when writing the temp file. Otherwise, epa-file gets confused.
209 (tramp-register-file-name-handlers): Make it a defun. Move also
210 `epa-file-handler' to the front of `file-name-handler-alist'.
211
212 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
215 start right after a ^M.
216 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
217 (tramp-completion-file-name-regexp-separate)
218 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
219 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
220 Don't modify last-coding-system-used by accident.
221 (tramp-completion-file-name-handler): Apply the checks here,
222 instead during registration.
223 (tramp-register-file-name-handlers) Renamed from
224 `tramp-register-file-name-handler'. Register both
225 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
226 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
227
228 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
229
230 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
231 Remove variable ...
232 (gdb-init-1, gdb-display-separate-io-buffer)
233 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
234 references to it.
235 (gdb-inferior-io-mode): Use make-comint-in-buffer.
236 (gdb-inferior-filter): Use comint-output-filter to stop
237 echoing and remove ^M characters.
238
239 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * emulation/viper-init.el (viper-restore-cursor-type):
242 * emulation/cua-base.el (cua--update-indications):
243 Replace default-cursor-type with (default-value 'cursor-type).
244
245 * mail/sendmail.el (mail-recover-1):
246 * international/mule-diag.el (describe-current-coding-system-briefly)
247 (describe-current-coding-system):
248 * international/mule-cmds.el (select-safe-coding-system)
249 (select-message-coding-system)
250 (set-language-environment-coding-systems, set-locale-environment):
251 * hexl.el (hexl-insert-multibyte-char):
252 * dos-w32.el (find-buffer-file-type-coding-system):
253 * simple.el (what-cursor-position):
254 Replace uses of default-buffer-file-coding-system
255 with (default-value 'buffer-file-coding-system).
256
257 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
258 Replace uses of default-cursor-in-non-selected-windows
259 with (default-value 'cursor-in-non-selected-windows).
260 Use with-current-buffer.
261
262 * mail/feedmail.el: Use CL macros.
263 (feedmail-run-the-queue, feedmail-send-it-immediately):
264 * dos-w32.el (find-buffer-file-type): Replace uses of
265 default-buffer-file-type with (default-value 'buffer-file-type).
266
267 2009-08-28 Glenn Morris <rgm@gnu.org>
268
269 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
270 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
271 Use default-value of major-mode rather than default-major-mode.
272
273 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * Makefile.in (update-elcfiles): Report left over elc files.
276
277 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
278 expand-file-name and with-current-buffer.
279 (mail-get-names, mail-directory): Use with-current-buffer.
280
281 * vc.el (vc-read-revision): New function.
282 (vc-version-diff, vc-merge): Use it.
283
284 2009-08-27 Sam Steingold <sds@gnu.org>
285
286 * simple.el (kill-do-not-save-duplicates): New user option.
287 (kill-new): When it is non-nil, and the new string is the same as
288 the latest kill, set replace to t to avoid duplicates in kill-ring.
289
290 2009-08-19 Julian Scheid <julians37@gmail.com> (tiny change)
291
292 * net/tramp.el (tramp-handle-process-file): Do not flush all
293 caches when `process-file-side-effects' is set.
294 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
295 instead of `tramp-find-file-exists-command'.
296 Unset `process-file-side-effects'.
297
298 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
299
300 * net/tramp.el (tramp-methods): New method "rsyncc".
301 (top): Add completion function for "rsyncc".
302 (tramp-message-show-message): New defvar.
303 (tramp-message, tramp-error): Use it.
304 (tramp-do-copy-or-rename-file-directly): Extend check for direct
305 remote copying.
306 (tramp-do-copy-or-rename-file-out-of-band): Handle new
307 `tramp-methods' entry `copy-env' of "rsyncc".
308 (tramp-vc-registered-read-file-names): New defconst.
309 (tramp-vc-registered-file-names): New defvar.
310 (tramp-handle-vc-registered): Implement optimization strategy.
311 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
312 (tramp-vc-file-name-handler): New defun.
313 (tramp-get-ls-command, tramp-get-test-command)
314 (tramp-get-file-exists-command, tramp-get-remote-ln)
315 (tramp-get-remote-perl, tramp-get-remote-stat)
316 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
317
318 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
319 (tramp-cache-inhibit-cache): Extend doc string. It allows also
320 timestamps.
321 (tramp-get-file-property): Check for timestamps in
322 `tramp-cache-inhibit-cache'.
323 (tramp-set-file-property): Write timestamp.
324
325 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
326
327 * language/japan-util.el (japanese-symbol-table): Add entries for
328 cp932-2-byte.
329
330 * international/characters.el: Add category `j' to cp932-2-byte.
331
332 2009-08-27 Kenichi Handa <handa@m17n.org>
333
334 * international/fontset.el (build-default-fontset-data): New macro.
335 (setup-default-fontset): Use build-default-fontset-data for CJK,
336 tibetan, ethiopic, and ipa.
337
338 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * cus-start.el (default-major-mode): Customize `major-mode' instead.
341 (enable-multibyte-characters): Not customizable any more.
342
343 * subr.el (default-mode-line-format, default-header-line-format)
344 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
345 (default-direction-reversed, default-truncate-lines)
346 (default-left-margin, default-tab-width, default-case-fold-search)
347 (default-left-margin-width, default-right-margin-width)
348 (default-left-fringe-width, default-right-fringe-width)
349 (default-fringes-outside-margins, default-scroll-bar-width)
350 (default-vertical-scroll-bar, default-indicate-empty-lines)
351 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
352 (default-fringe-cursor-alist, default-scroll-up-aggressively)
353 (default-scroll-down-aggressively, default-fill-column)
354 (default-cursor-type, default-buffer-file-type)
355 (default-cursor-in-non-selected-windows)
356 (default-buffer-file-coding-system, default-major-mode)
357 (default-enable-multibyte-characters): Mark as obsolete.
358
359 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
360
361 * vc-dir.el (vc-dir-update): Remove debug helper.
362
363 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
364
365 2009-08-26 Sam Steingold <sds@gnu.org>
366
367 * simple.el (save-interprogram-paste-before-kill): New user option.
368 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
369 save the interprogram-paste into kill-ring before overriding it
370 with the Emacs kill.
371
372 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
373
374 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
375 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
376 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
377 and move to vc-rcs.el.
378 (vc-default-next-revision): Rename to vc-rcs-next-revision and
379 move to vc-rcs.el.
380 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
381 (vc-rcs-update-changelog): Remove.
382 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
383 and move to vc-rcs.el.
384
385 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
386 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
387 renaming.
388 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
389 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
390 vc.el, renamed to be RCS specific.
391
392 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
393 New functions.
394 (vc-cvs-update-changelog): Move here from vc.el.
395
396 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
397 New functions.
398
399 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
402
403 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
404
405 * vc-git.el (vc-git-register): Use "git add" for directories.
406 (vc-git-stash, vc-git-stash-show): New functions.
407 (vc-git-extra-menu-map): Bind them.
408
409 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
410 directory correctly in case the item is a directory itself.
411
412 * vc.el: Document the desired behavior for reverted files in the
413 `added' state.
414 (vc-default-prettify-state-info): Remove function, unused.
415
416 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
417
418 2009-08-26 Glenn Morris <rgm@gnu.org>
419
420 * bindings.el (standard-mode-line-format): Reposition dashes in
421 which-func entry. (Bug#4217)
422
423 * files.el (enable-local-variables, enable-local-eval)
424 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
425 the defcustoms.
426 (auto-mode-alist, ignored-local-variables)
427 (save-some-buffers-action-alist): Move risky declarations to the
428 definitions.
429 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
430 (font-lock-defaults, format-alist, imenu--index-alist)
431 (imenu-generic-expression, input-method-alist, minor-mode-alist)
432 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
433 (mode-line-modified, mode-line-mule-info, mode-line-position)
434 (mode-line-process, mode-line-remote, outline-level)
435 (parse-time-rules, rmail-output-file-alist)
436 (special-display-buffer-names, vc-mode):
437 Move risky declarations to the relevant files.
438 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
439 (mode-line-modified, mode-line-process, mode-line-position)
440 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
441 * font-core.el (font-lock-defaults):
442 * format.el (format-alist):
443 * vc-hooks.el (vc-mode):
444 * window.el (special-display-buffer-names):
445 * international/mule-cmds.el (input-method-alist):
446 Define riskiness here (dumped file) rather than in files.el.
447 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
448 * imenu.el (imenu-generic-expression, imenu--index-alist):
449 * outline.el (outline-level):
450 * time.el (display-time-string):
451 * calendar/parse-time.el (parse-time-rules):
452 * mail/rmailout.el (rmail-output-file-alist):
453 Autoload riskiness here, rather than placing in files.el.
454
455 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
456
457 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
458
459 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
460
461 * simple.el (process-file-side-effects): New defvar.
462
463 * dired-aux.el (dired-show-file-type):
464 * vc.el (vc-diff-internal):
465 * vc-arch.el (vc-arch-diff):
466 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
467 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
468 * vc-git.el (vc-git-registered, vc-git-working-revision)
469 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
470 (vc-git--empty-db-p):
471 * vc-hooks.el (vc-user-login-name):
472 * vc-svn.el (vc-svn-registered, vc-svn-state)
473 (vc-svn-dir-extra-headers, vc-svn-find-revision):
474 * progmodes/grep.el (grep-probe): Let-bind
475 `process-file-side-effects' with nil.
476
477 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
478
479 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
480 daemon. Replace ping by checking for running service for bluez
481 and zeroconf. (Bug#4239)
482
483 2009-08-25 Kevin Ryde <user42@zip.com.au>
484
485 * net/dig.el (dig): Add autoload cookie.
486
487 2009-08-25 Glenn Morris <rgm@gnu.org>
488
489 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
490 load-history for absolute file-names.
491 (byte-compile-file-form-require): Warn about use of the cl package.
492
493 * format.el (format-alist): Doc fix.
494
495 * play/bubbles.el (top-level): Don't require cl at run-time.
496
497 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
498 run-time cl).
499
500 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
501
502 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
503 from cl package.
504 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
505
506 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
507
508 * calc/calc-alg.el (math-trig-rewrite)
509 (math-hyperbolic-trig-rewrite): New functions.
510 (calc-simplify): Simplify trig functions when asked.
511
512 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * diff-mode.el (diff-find-source-location): Avoid goto-line.
515
516 2009-08-24 Kenichi Handa <handa@m17n.org>
517
518 * language/ind-util.el (mapthread): Delete it.
519 (combinatorial): New function.
520 (indian--puthash-cv): Use combinatorial instead of mapthread.
521
522 2009-08-22 Kevin Ryde <user42@zip.com.au>
523
524 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
525 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
526 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
527 Clarify docstring that the value is strings not symbols.
528 (checkdoc-list-of-strings-p): New function.
529
530 2009-08-22 Glenn Morris <rgm@gnu.org>
531
532 * files.el (auto-mode-alist):
533 * hippie-exp.el (he-concat-directory-file-name):
534 * lpr.el (lpr-windows-system, printer-name):
535 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
536 * ps-print.el (ps-windows-system):
537 * startup.el (command-line):
538 * emulation/viper-ex.el (viper-glob-function):
539 * international/mule-cmds.el (set-language-environment-coding-systems):
540 * net/ange-ftp.el (ange-ftp-write-region):
541 * obsolete/fast-lock.el (fast-lock-cache-name):
542 Remove code for defunct system-types emx, macos, mswindows, next-mach,
543 unisoft-unix, vax-vms, win32, w32.
544
545 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
546 given name if the pattern is not more specific.
547
548 * calendar/lunar.el (lunar-phase-names): New option.
549 (lunar-phase): Doc fix.
550 (lunar-cycles-per-year): New constant.
551 (lunar-index): New function.
552 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
553 (lunar-phase-name): Use lunar-phase-names.
554 (calendar-lunar-phases): Use format.
555 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
556
557 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
558 Copy imenu-example--name-and-position function here for own use.
559 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
560
561 * bs.el (bs--redisplay):
562 * cus-edit.el (custom-redraw):
563 * ibuffer.el (ibuffer-bury-buffer):
564 * server.el (server-goto-line-column):
565 * startup.el (command-line-1):
566 * strokes.el (strokes-xpm-for-stroke):
567 * term.el (term-display-buffer-line):
568 * view.el (View-goto-line):
569 * calc/calc.el (calc-do, calc-trail-buffer):
570 * play/gamegrid.el (gamegrid-add-score-insecure):
571 * progmodes/ada-mode.el (ada-compile-goto-error):
572 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
573 (ebrowse-select-1st-to-9nth):
574 * progmodes/cperl-mode.el (cperl-time-fontification):
575 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
576 * progmodes/gud.el (gud-display-line):
577 (idlwave-shell-display-line):
578 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
579 * progmodes/make-mode.el (makefile-browser-toggle):
580 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
581 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
582 * textmodes/picture.el (picture-draw-rectangle):
583 * textmodes/reftex-index.el (reftex-index-goto-letter):
584 (reftex-select-jump-to-previous):
585 * textmodes/reftex-sel.el (reftex-find-start-point)
586 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
587 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
588 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
589 * textmodes/tex-mode.el (tex-compilation-parse-errors):
590 * textmodes/two-column.el (2C-associated-buffer):
591 Use forward-line rather than goto-line.
592
593 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
594 goto-line.
595
596 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
597 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
598 (quick-check-list-to-regexp): Declare.
599
600 * progmodes/make-mode.el (makefile-browser-insert-selection):
601 Use goto-char rather than goto-line.
602
603 * progmodes/prolog.el (compilation-error-regexp-alist)
604 (compilation-forget-errors): Declare.
605
606 2009-08-22 Juri Linkov <juri@jurta.org>
607
608 * progmodes/grep.el (lgrep, rgrep): At the beginning
609 set `dir' to `default-directory' unless `dir' is a non-nil
610 readable directory. (Bug#4052)
611 (lgrep, rgrep): Change a weird way to report an error
612 from using `read-string' to using `error'.
613 Instead of using interactive arguments in the function body,
614 add new argument `confirm'.
615
616 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * textmodes/remember.el (remember-buffer):
619 * progmodes/cperl-mode.el (cperl-vc-header-alist):
620 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
621 (icalendar-extract-ical-from-buffer):
622 * net/newst-treeview.el (newsticker-groups-filename):
623 * net/newst-backend.el (newsticker-cache-filename):
624 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
625 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
626 (speedbar-add-ignored-path-regexp, speedbar-line-path)
627 (speedbar-buffers-line-path, speedbar-path-line)
628 (speedbar-buffers-line-path):
629 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
630 (epg-sign-keys):
631 * epa.el (epa-display-verify-result):
632 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
633
634 2009-08-21 Glenn Morris <rgm@gnu.org>
635
636 * progmodes/js.el (inferior-moz-process): Fix declaration.
637
638 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
639
640 * obsolete/rnewspost.el (news-mail-reply):
641 Use goto-char rather than goto-line.
642
643 * term/ns-win.el (ns-open-file-select-line):
644 Use line-beginning-position rather than goto-line.
645
646 * apropos.el (apropos-command):
647 * ehelp.el (electric-helpify):
648 * printing.el (pr-show-setup):
649 * strokes.el (strokes-help):
650 * tutorial.el (tutorial--describe-nonstandard-key)
651 (tutorial--detailed-help):
652 * woman.el (woman-mini-help, woman-display-extended-fonts):
653 * calc/calc-help.el (calc-describe-key):
654 * emulation/edt.el (edt-electric-helpify):
655 * international/mule-diag.el (mule-diag):
656 * play/yow.el (apropos-zippy):
657 * progmodes/python.el (python-describe-symbol):
658 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
659 * textmodes/table.el (*table--cell-describe-mode)
660 (*table--cell-describe-bindings):
661 Use help-print-return-message rather than the now obsolete alias.
662
663 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
664 (calendar-cursor-to-visible-date):
665 * play/5x5.el (5x5-position-cursor):
666 * play/decipher.el (decipher):
667 * play/gomoku.el (gomoku-goto-xy):
668 * play/landmark.el (lm-goto-xy):
669 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
670 (mpuz-paint-digit):
671 Use forward-line, not goto-line.
672
673 * mail/rmail.el (rmail-obsolete): Delete custom group.
674 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
675 (rmail-remote-password, rmail-remote-password-required):
676 Remove unneeded :set-after and :set properties.
677
678 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
679
680 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
681
682 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
683
684 * loadup.el: Remove leftover macos code.
685
686 * vc-git.el (vc-git-annotate-command): Run asynchronously.
687 Explicitly pass the date format to git blame so that user local
688 so that the output format can be parsed.
689
690 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
691
692 * net/dbus.el (top): Don't check for (getenv
693 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
694
695 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
696
697 * log-edit.el (log-edit-strip-single-file-name): New var.
698 (log-edit-insert-changelog): Use it. Bug#3571
699
700 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
701
702 * subr.el (read-passwd): Use read-key so keypad keys work as well.
703 Bug#3287
704
705 * help.el (help-print-return-message): Rename from
706 print-help-return-message.
707
708 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
709 cvs-mode-map parent hack.
710 (log-view-mode): Derive from special-mode.
711
712 * linum.el (linum-mode): window-size-change-functions is redundant.
713 Adapt to new window-configuration-change-hook behavior.
714 (linum-after-size, linum-after-config): Remove.
715
716 * imenu.el (imenu-example--name-and-position)
717 (imenu-example--lisp-extract-index-name)
718 (imenu-example--create-lisp-index, imenu-example--create-c-index):
719 Mark as obsolete.
720
721 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
722 (inferior-prolog-mode): Use it.
723 (inferior-prolog-load-file): Reset list of errors.
724
725 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
726
727 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
728
729 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
730
731 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
732
733 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
734 is running already.
735
736 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * subr.el (listify-key-sequence-1): Use normal syntax since those
739 integers are nowadays always represented by the same (positive) number
740 on all platforms.
741 (read-key-empty-map): New const.
742 (read-key-delay): New var.
743 (read-key): New function.
744 (force-mode-line-update): Use with-current-buffer.
745 (locate-user-emacs-file): Don't forget to abbreviate the file name.
746 (start-process-shell-command, start-file-process-shell-command):
747 Discourage the use of command-args.
748
749 2009-08-19 Glenn Morris <rgm@gnu.org>
750
751 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
752
753 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * simple.el (choose-completion-string): Don't rely on
756 minibuffer-completing-file-name and ad-hoc checks to decide whether
757 to continue completion or not.
758
759 * minibuffer.el (minibuffer-hide-completions): New function.
760 (completion--do-completion): Use it.
761 (completions-annotations): New face.
762 (completion--insert-strings): Use it.
763 (completion-pcm--delim-wild-regex): Add docstring.
764 (completion-pcm--string->pattern): Add support for 0-width delimiters
765 in completion-pcm--delim-wild-regex.
766
767 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
770 Remove unused var `buffer-modified-p'.
771
772 * minibuffer.el (completion--do-completion): Move point for the #b001
773 case as well (bug#4176).
774 (minibuffer-complete, minibuffer-complete-word): Don't move point.
775
776 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
777
778 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
779 and :session buses.
780
781 2009-08-18 Kenichi Handa <handa@m17n.org>
782
783 * international/ucs-normalize.el (ucs-normalize-version):
784 Change to 1.1.
785 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
786 (utf-8-hfs): Make it perform normalization on encoding too.
787
788 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
789 (sentence-end-without-space): Delete duplicated chars.
790 (sentence-end-base): Likewise.
791
792 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
793 (html-mode): Delete duplicated chars from sentence-end-base.
794
795 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
796 (texinfo-mode): Delete duplicated chars from sentence-end-base.
797
798 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
799
800 * files.el (hack-one-local-variable): If the mode function is for
801 a minor mode, pass it an argument (Bug#4148).
802
803 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
804
805 * net/tramp.el (tramp-register-completion-file-name-handler):
806 Check also for (member 'partial-completion completion-styles).
807
808 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
809
810 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
811 abbrev (Bug#3943).
812
813 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
814
815 * progmodes/cperl-mode.el: Merge upstream 6.2.
816 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
817 (cperl-forward-re): Check cperl-brace-recursing.
818 (cperl-highlight-charclass): New function.
819 (cperl-find-pods-heres): Use it.
820 (cperl-fill-paragraph): Synch to save-excursion placement used
821 upstream.
822 (cperl-beautify-regexp-piece): Fix column calculation.
823 (cperl-make-regexp-x): Handle case where point is between "q" and
824 "rs".
825 (cperl-beautify-level): Don't process entire regexp.
826 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
827 calling man.
828 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
829 (cperl-init-faces): Build a list in the normal way.
830
831 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
832
833 * calendar/parse-time.el (parse-time-string-chars): Save match
834 data.
835
836 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
839 (sql-product): Use it.
840 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
841 (sql-set-product): Add completion.
842 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
843 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
844 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
845 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
846 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
847 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
848 (sql-highlight-db2-keywords): Remove.
849 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
850 (sql-highlight-product): Use derived-mode-p.
851 (sql-set-sqli-buffer): Use with-current-buffer.
852 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
853 Simplify.
854
855 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
856
857 * term.el: Fix commenting convention, turn comments into docstrings.
858
859 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
860
861 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
862
863 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
864
865 * calendar/parse-time.el (parse-time-string-chars): Compute using
866 character classes, to handle non-ascii characters (Bug#3190).
867
868 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
869
870 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
871 another heredoc if the user adds another < (Bug#3226).
872
873 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
874 Don't initialize based on window-system (Bug#4124).
875
876 * facemenu.el (facemenu-read-color): Use a completion function
877 that accepts any defined color, such as RGB triplets (Bug#3677).
878
879 * files.el (get-free-disk-space): Change fallback default
880 directory to /. Expand DIR argument before switching to fallback.
881 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
882
883 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
884
885 * files.el (load-library): Doc fix.
886
887 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
888
889 * viper-cmd.el (viper-insert-isearch-string): New function.
890 (viper-if-string): Redefine C-s in the minibuffer to insert the last
891 incremental search string.
892
893 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
894 XEmacs.
895
896 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
897 (ediff-merge-region-is-non-clash)
898 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
899 Also check if the job is really a merge job.
900
901 * ediff.el (ediff-current-file): New function.
902
903 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
904
905 * progmodes/js.el: Edit docstrings throughout to follow Emacs
906 conventions.
907 (js-insert-and-indent): Delete function.
908 (js-mode-map): Don't bind keys to js-insert-and-indent.
909 (js-beginning-of-defun): Rename from js--beginning-of-defun.
910 (js-end-of-defun): Rename from js--end-of-defun.
911 (js-auto-indent-flag): Delete variable.
912
913 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
914
915 * progmodes/js.el: Remove proclaim statement.
916 Defvar which-func-imenu-joiner-function to silence compiler.
917
918 * files.el (auto-mode-alist): Use js-mode for .js files.
919
920 * progmodes/js2-mode.el: Remove file.
921
922 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
923
924 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
925
926 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
927
928 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
929 Karl Landstrom <karl.landstrom@brgeight.se>
930
931 * progmodes/js.el: New file.
932
933 2009-08-14 Mark A. Hershberger <mah@everybody.org>
934
935 * timezone.el (timezone-parse-date): Add ability to understand ISO
936 basic format (minimal separators) dates in addition to the
937 already-supported extended format dates.
938
939 2009-08-14 Eli Zaretskii <eliz@gnu.org>
940
941 * international/ucs-normalize.el: Add a `coding' file variable.
942
943 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
944
945 2009-08-14 Sam Steingold <sds@gnu.org>
946
947 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
948
949 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
950
951 * faces.el (help-argument-name): Define it here instead of
952 help-fns.el, because in daemon mode help-fns.el may be loaded when
953 faces are still uninitialized (Bug#1078).
954
955 * help-fns.el (help-argument-name): Move defface to faces.el.
956
957 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
958
959 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
960 create buffer with a pty but no process so that GDB can make the
961 inferior the controlling process.
962
963 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
964
965 * international/ucs-normalize.el: New file.
966
967 2009-08-13 Richard Stallman <rms@gnu.org>
968
969 * mail/rmail.el (rmail-get-attr-names):
970 Accept an attribute header that is too short.
971
972 * mail/rmail.el (rmail-forget-messages):
973 Ignore nil elt in rmail-message-vector. Use dotimes.
974
975 * progmodes/compile.el (compilation-goto-locus):
976 Use next-error-move-function.
977
978 * simple.el (next-error-move-function): New variable.
979
980 2009-08-12 Juri Linkov <juri@jurta.org>
981
982 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
983 always non-nil. (Bug#4052)
984
985 * replace.el (read-regexp): Return empty string when
986 `default-value' is nil.
987 (keep-lines-read-args): Don't use empty string as the
988 default value for `read-regexp'. (Bug#2495)
989
990 2009-08-12 Juri Linkov <juri@jurta.org>
991
992 * international/mule-cmds.el (ucs-insert): Change arguments
993 from `arg' to `character', `count', `inherit' to be the same
994 as in `insert-char'. Doc fix. (Bug#4039)
995
996 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
997
998 2009-08-12 Juri Linkov <juri@jurta.org>
999
1000 * files-x.el: New file.
1001
1002 * files.el: Move code that deals with adding/deleting
1003 file/directory-local variables to files-x.el.
1004
1005 * Makefile.in (ELCFILES): Add files-x.elc.
1006
1007 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
1008
1009 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
1010 to use `goto-line'.
1011 (gdb-place-breakpoints, gdb-get-location): Rewritten without
1012 `goto-line'.
1013 (gdb-invalidate-disassembly): Do not refresh upon receiving
1014 'update signal. Instead, update all disassembly buffers only after
1015 threads list.
1016 (gdb): Send -target-detach when buffer is killed (#3794).
1017 (gdb-starting): Moved -data-list-register-names...
1018 (gdb-stopped): ...here so it's sent when first thread stops.
1019 (gdb-registers-handler-custom): Do nothing if register names are
1020 unknown yet.
1021
1022 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
1023 from `gdb-mi.el' to avoid extra tangling.
1024
1025 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
1026 change which breaks `gud-def' definitions used in `gdb'.
1027 (gdb-update-gud-running): No extra fuss for updating frame number.
1028
1029 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
1032 (describe-language-environment-map, setup-language-environment-map)
1033 (set-coding-system-map): Move initialization into declaration.
1034 (set-language-info-alist): Last arg to define-key-after can be skipped.
1035
1036 * international/quail.el (quail-completion-1): Simplify.
1037 (quail-define-rules): Use slightly more compact code.
1038 (quail-insert-decode-map): Propertize keys, compact columns.
1039
1040 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1041 Add goto-line.
1042
1043 2009-08-10 Miles Bader <miles@gnu.org>
1044
1045 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
1046 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
1047 (js2-instance-member, js2-private-member, js2-private-function-call)
1048 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
1049 (js2-magic-paren, js2-external-variable):
1050 Remove "-face" suffix from face names.
1051 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
1052 (js2-highlight-undeclared-vars, js2-peek-token)
1053 (js2-parse-function-params, js2-mode-show-errors)
1054 (js2-mode-show-warnings, js2-make-magic-delimiter)
1055 (js2-mode-highlight-magic-parens): Update to use new face names.
1056
1057 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
1058
1059 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
1060 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
1061
1062 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
1063
1064 * subr.el: Provide hashtable-print-readable.
1065
1066 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
1067 hs-c-like-adjust-block-beginning.
1068 (hs-hide-block-at-point): Stop hiding at the beginning of
1069 hs-block-end-regexp (Bug#700).
1070
1071 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
1072
1073 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
1074 a macro.
1075 (gdb-registers-handler-custom): Do not fail when register names
1076 are unavailable.
1077
1078 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1079
1080 * progmodes/gdb-mi.el (gdb-control-all-threads)
1081 (gdb-control-current-thread): Interactive setters for
1082 `gdb-gud-control-all-threads' to use in menu.
1083 (gdb-show-run-p): Show «Go» when process is not active.
1084 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
1085 gud/thread.xpm and gud/all.xpm.
1086
1087 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
1088
1089 * net/net-utils.el (net-utils-font-lock-keywords): New var.
1090 (nslookup-font-lock-keywords): Make it a variable.
1091 (net-utils-mode): New mode for viewing diagnostic network output.
1092 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
1093 (net-utils-run-simple): New function.
1094 (ifconfig, iwconfig, netstat, arp, route): Use it.
1095
1096 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1097
1098 * progmodes/gdb-mi.el (gdb-read-memory-custom)
1099 (gdb-memory-set-address, def-gdb-set-positive-number)
1100 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
1101 after changing settings.
1102 (gdb-invalidate-disassembly): Update when first shown.
1103 (gdb-edit-locals-value): Fixed.
1104 (gdb-registers-handler-custom): Print registers in right order and
1105 allow changing register values (only for current thread yet).
1106 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
1107 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
1108 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
1109 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
1110 info in mode name.
1111 (gdb-registers-mode-map): TAB to switch to locals.
1112
1113 2009-08-08 Eli Zaretskii <eliz@gnu.org>
1114
1115 * mail/rmail.el (rmail-add-mbox-headers)
1116 (rmail-set-message-counters-counter): Search for
1117 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
1118
1119 2009-08-08 Glenn Morris <rgm@gnu.org>
1120
1121 * Makefile.in (ELCFILES): Update.
1122
1123 2009-08-07 Eli Zaretskii <eliz@gnu.org>
1124
1125 * mail/sendmail.el (mail-yank-original): Set
1126 buffer-file-coding-system from the one used by the message whose
1127 text is yanked.
1128
1129 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
1130 to "windows" when "pgnuplot" is used.
1131 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
1132 call accept-process-output if "pgnuplot" is used.
1133 (calc-graph-init): Don't send -display and -geometry to
1134 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
1135 running "pgnuplot -V" with shell-command-to-string.
1136
1137 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
1138 the default.
1139
1140 2009-08-07 Eli Zaretskii <eliz@gnu.org>
1141
1142 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
1143 org/org-latex.elc.
1144
1145 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1146
1147 * vc-dispatcher.el (vc-resynch-window): Update comment.
1148
1149 * term.el (term-handle-ansi-escape): Add comments with the
1150 terminfo capabilities implemented.
1151
1152 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
1153
1154 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
1155 (gdb-var-create-handler): Rewritten using JSON parser.
1156 (gdb-propertize-header): Moved earlier.
1157 (gdb-set-header): Removed to avoid duplication.
1158 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
1159 Refresh disassembly buffers only after threads list have been
1160 update.
1161 (gdb-threads-header, gdb-registers-header): Per-buffer header line
1162 variables.
1163
1164 2009-08-04 Juri Linkov <juri@jurta.org>
1165
1166 * files.el: Commands to add/delete file/directory-local variables.
1167 (read-file-local-variable, read-file-local-variable-value)
1168 (read-file-local-variable-mode, modify-file-local-variable)
1169 (modify-file-local-variable-prop-line)
1170 (modify-dir-local-variable): New functions.
1171 (add-file-local-variable, delete-file-local-variable)
1172 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
1173 (add-dir-local-variable, delete-dir-local-variable)
1174 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
1175 (copy-dir-locals-to-file-locals-prop-line): New commands.
1176
1177 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * abbrev.el (insert-abbrev-table-description): Prettify output.
1180 Suggested by Karl Chen.
1181
1182 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
1183
1184 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
1185 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
1186 (gdb-overlay-arrow-position, gdb-thread-position)
1187 (gdb-disassembly-position): Declare variables.
1188 (gdb-wait-for-pending): Function now.
1189 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
1190 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
1191 compilation goes smoothly.
1192 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
1193 (gdb-non-stop-setting): New customization setting which replaces
1194 `gdb-non-stop' so changing it doesn't break active GDB session.
1195 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
1196 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
1197 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
1198 (gdb-show-threads-by-default): New customization options.
1199 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
1200 routines.
1201 (gdb-get-buffer-create): Send buffers update signal when they are
1202 created.
1203 (gdb-invalidate-locals, gdb-invalidate-registers)
1204 (gdb-invalidate-breakpoints)
1205 (gdb-invalidate-threads, gdb-invalidate-disassembly)
1206 (gdb-invalidate-memory): Accept update signal.
1207 (gdb-current-context-command): Use --frame option.
1208 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
1209 Implement `gdb-frame-number' selection logic.
1210 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
1211 whether to show GUD toolbar buttons.
1212 (gdb-thread-exited): Unselect current thread when it exits.
1213 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
1214 (gdb-mark-line): Routine which sets overlay arrow or inverses
1215 video on fringeless displays.
1216 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
1217 to build aligned columns of data in GDB buffers and set text
1218 properties line-by-line.
1219 (gdb-invalidate-breakpoints)
1220 (gdb-breakpoints-list-handler-custom)
1221 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
1222 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
1223 (gdb-registers-handler-custom): Align data columns.
1224 (gdb-locals-handler-custom): Now prints data like in variable
1225 declarations.
1226 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
1227 Removed confusing buttons.
1228 (gdb-invalidate-threads): Append --frame.
1229 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
1230 between breakpoints/threads buffers.
1231 (gdb-set-window-buffer): Now can ignore dedicated windows.
1232 (gdb-propertize-header): Use `gdb-set-window-buffer'.
1233 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
1234 (def-gdb-thread-buffer-gud-command): Replaces
1235 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
1236 for fine thread control.
1237 (gdb-preempt-existing-or-display-buffer): New function used to
1238 display bound buffers without breaking window layout.
1239 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
1240 (gdb-select-frame): New version of `gdb-frames-select' which now
1241 sets `gdb-frame-number' so commands may use --frame option instead
1242 of inner debugger state.
1243 (gdb-frame-handler): Do not set `gdb-frame-number'.
1244 (gdb-threads-mode-map): Select threads with mouse.
1245
1246 * progmodes/gud.el (gdb-gud-context-call): Declare function to
1247 avoid compilation warning.
1248 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
1249 `gdb-show-stop-p`.
1250
1251 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
1252 Argument `key' renamed to `buffer-type'.
1253 (gdb-current-context-buffer-name): Do not add thread info to
1254 buffer name when no thread is selected.
1255 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
1256 command (bug 3794).
1257 (gdb-thread-selected): Handle `=thread-selected' notification.
1258 (gdb-wait-for-pending): New macro to deal with congestion problems.
1259 (gdb-breakpoints-list-handler-custom): Don't fail on pending
1260 breakpoints.
1261 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
1262 This fixes problem similar to one described in bug 3947.
1263 (gud-menu-map): More menu items.
1264 (gdb-init-1): Reset `gdb-thread-number' to nil.
1265
1266 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
1267 non-stop settings.
1268
1269 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
1270 (gdb-current-context-command): Do not append --thread if
1271 `gdb-thread-number' is nil.
1272 (gdb-running-threads-count, gdb-stopped-threads-count): New
1273 variables.
1274 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
1275 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
1276 customization options.
1277 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
1278 GUD commands.
1279 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
1280 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
1281 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
1282 set `gdb-thread-number' and update `gud-running' properly.
1283 (gdb-running): Update threads list when new threads appear.
1284 (gdb-stopped): Support non-stop operation and new thread switching
1285 logic.
1286 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
1287 (gdb-json-partial-output): New set of JSON routines.
1288 (def-gdb-auto-update-trigger): New `signal-list' optional
1289 argument.
1290 (gdb-thread-list-handler-custom): Update `gud-running',
1291 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
1292 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
1293 (gdb-continue-thread, gdb-step-thread): New commands for fine
1294 thread execution control.
1295 (gud-menu-map): New menu items to switch non-stop options.
1296 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
1297 (gdb-send): Mimic RET properly (bug 3794).
1298
1299 * progmodes/gdb-mi.el (gdb-rules-name-maker)
1300 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
1301 gdb-buffer-rules.
1302 (def-gdb-auto-update-handler): New nopreserve optional argument.
1303 (gdb-stack-list-frames-custom): Print stack from top to bottom.
1304
1305 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
1306 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
1307 (gdb-parent-mode): New mode to derive other GDB modes from.
1308 (gdb-display-disassembly-for-thread)
1309 (gdb-frame-disassembly-for-thread): New commands for threads
1310 buffer.
1311
1312 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
1313 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
1314 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
1315 (gdb-update): We now store all GDB buffers in a list so that they
1316 can be updated by traversing a list instead of calling invalidate
1317 triggers explicitly.
1318 (def-gdb-trigger-and-handler): New macro to define trigger-handler
1319 pair for GDB buffer.
1320 (gdb-stack-buffer-name): Add thread information.
1321 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
1322 handle pending triggers.
1323 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
1324 (def-gdb-thread-buffer-simple-command)
1325 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
1326 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
1327 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
1328 New commands which show buffers bound to thread.
1329 (gdb-stack-list-locals-regexp): Removed unused regexp.
1330
1331 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
1332 (gdb-locals-buffer-name, gdb-registers-buffer-name)
1333 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
1334 to (gud-comint-buffer) in *-buffer-name functions
1335 because (gdb-get-target-string) already does that.
1336 (gdb-locals-handler-custom, gdb-registers-handler-custom)
1337 (gdb-changed-registers-handler): Rewritten without regexps.
1338
1339 * progmodes/gdb-mi.el Basic thread selection support.
1340 (gdb-thread-number): New variable.
1341 (gdb-current-context-command): New macro which adds --thread
1342 option to command.
1343 (gdb-threads-mode-map): Select thread with SPC.
1344 (gdb-thread-list-handler-custom): Mark current thread with overlay
1345 arrow. Synchronize GDB thread and Emacs thread.
1346 (gdb-select-thread): New command which selects current thread.
1347 (gdb-invalidate-frames, gdb-invalidate-locals)
1348 (gdb-invalidate-registers): Use --thread option.
1349
1350 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
1351
1352 * net/tramp.el (top): Make check for tramp-gvfs loading more
1353 robust. (Bug#3977)
1354 (tramp-handle-insert-file-contents): `unwind-protect' must be
1355 inside `with-parsed-tramp-file-name'.
1356
1357 * net/tramp-gvfs.el (top): Remove superfluous message when loading
1358 fails.
1359
1360 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
1361
1362 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
1363 directory if CLASSPATH is not set.
1364
1365 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
1366
1367 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
1368 New defconst.
1369 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
1370
1371 2009-08-02 Kevin Ryde <user42@zip.com.au>
1372
1373 * net/newst-backend.el (newsticker--raw-url-list-defaults):
1374 Update freshmeat link. Delete newsforge.com as it seems gone.
1375
1376 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * select.el (x-set-selection): Doc fix (Bug#4021).
1379
1380 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
1381
1382 * help-fns.el (describe-variable): Treat list return values from
1383 dir-locals-find-file properly (Bug#4005).
1384
1385 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
1386
1387 * net/tramp.el (tramp-debug-message): Print also microseconds.
1388
1389 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
1390
1391 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
1392 or END is non-nil.
1393 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
1394 (tramp-get-debug-buffer): Change `outline-regexp' according to new
1395 format.
1396
1397 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
1398 (tramp-get-file-property): Use it.
1399
1400 * autorevert.el (auto-revert-handler): Allow
1401 `auto-revert-tail-mode' for remote files.
1402
1403 2009-08-02 Jason Rumney <jasonr@gnu.org>
1404
1405 * minibuffer.el (read-file-name): Treat confirm options to
1406 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
1407
1408 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
1409
1410 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
1411 (font-lock-variable-name-face, font-lock-constant-face): Darken
1412 the colors for light backgrounds.
1413
1414 2009-08-01 Eli Zaretskii <eliz@gnu.org>
1415
1416 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
1417 month names. (Bug#3987)
1418
1419 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
1420
1421 * simple.el (line-move-finish): Pass whole number to
1422 line-move-to-column.
1423 (line-move-visual): Perform hscroll to the recorded position.
1424
1425 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1426
1427 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
1428
1429 2009-07-29 Alan Mackenzie <acm@muc.de>
1430
1431 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
1432
1433 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
1434
1435 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
1436 (gdb-place-breakpoints): Use full path when setting breakpoints.
1437
1438 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
1439
1440 * calc/calc.el (calc-mode-map): Add keybinding for
1441 `calc-transpose-lines'.
1442
1443 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
1444
1445 * calc/calc-misc.el (calc-transpose-lines): New function.
1446
1447 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
1448
1449 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
1450 Simplify check for out-of-band methods.
1451 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
1452 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
1453
1454 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1455
1456 * vc-git.el (vc-git-checkin): Fix typo.
1457
1458 2009-07-28 Steve Yegge <steve.yegge@gmail.com>>
1459
1460 * progmodes/js2-mode.el: New file.
1461
1462 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
1463
1464 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
1465 (gud-menu-map): Adjust tooltip accordingly.
1466
1467 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1468
1469 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
1470 (vc-bzr-log-view-mode): Adjust log-view-file-re.
1471
1472 * add-log.el (change-log-mode-map): Add a menu.
1473
1474 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
1475
1476 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
1477 function returns nil.
1478 (dbus-handle-event): Handle special return value :ignore.
1479 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
1480
1481 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
1482
1483 * view.el (view-mode-enable): Don't define Helper-return-blurb if
1484 it's not needed.
1485
1486 2009-07-25 Eli Zaretskii <eliz@gnu.org>
1487
1488 Fix Bug#3888:
1489
1490 * w32-vars.el (x-select-enable-clipboard): Doc fix.
1491
1492 * term/pc-win.el (x-display-name, x-colors)
1493 (x-select-enable-clipboard, x-select-text): Doc fix.
1494
1495 * term/common-win.el (x-display-name, x-colors): Doc fix.
1496
1497 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
1498 (xw-defined-colors): Doc fix.
1499
1500 * w32-fns.el (x-select-text, x-setup-function-keys)
1501 (x-get-selection, x-set-selection): Doc fix.
1502
1503 * term/x-win.el (x-select-text, x-setup-function-keys)
1504 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
1505
1506 * select.el (x-set-selection): Doc fix.
1507
1508 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
1509
1510 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
1511 instead of "IsNSSSupportAvailable". Avahi ought to work also when
1512 "IsNSSSupportAvailable" method is not available. Reported by
1513 Steve Youngs <steve@sxemacs.org>.
1514
1515 2009-07-24 Kenichi Handa <handa@m17n.org>
1516
1517 * international/characters.el: Fix setting of category ?C, ?|, ?K,
1518 and ?H. Fix setting of case for Latin Extended and Greek Extended.
1519 (build-unicode-category-table): Fix range checks.
1520
1521 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1522
1523 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
1524 the buffer we try to sync is current when calling
1525 vc-resynch-buffer.
1526
1527 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
1528 not show up to date files.
1529
1530 2009-07-24 Glenn Morris <rgm@gnu.org>
1531
1532 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
1533 Add autoload cookies. If necessary, initialize.
1534 (elint-log): Handle non-file buffers.
1535 (elint-initialize): Add optional argument to reinitialize.
1536 (elint-find-builtin-variables): Save excursion.
1537
1538 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1539
1540 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1541 for Lint.
1542
1543 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1544
1545 * vc.el (vc-print-log-internal): New function, split out from ...
1546 (vc-print-log): ... here.
1547 (vc-dir-move-to-goal-column): Declare.
1548
1549 * vc-git.el (vc-git-add-signoff): New variable.
1550 (vc-git-checkin): Use it.
1551 (vc-git-toggle-signoff): New function.
1552 (vc-git-extra-menu-map): Bind it to menu.
1553 (vc-git--run-command-string): Accept a nil FILE argument.
1554 (vc-git-stash-list): New function.
1555 (vc-git-dir-extra-headers): Use it.
1556
1557 2009-07-23 Glenn Morris <rgm@gnu.org>
1558
1559 * help-fns.el (describe-variable): Describe ignored and risky local
1560 variables in a similar way to that in which we describe safe ones.
1561
1562 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
1563 (byte-compile-output-file-form, byte-compile-output-docform)
1564 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
1565 Give some more local variables with common names a "bytecomp-" prefix,
1566 so as not to shadow things during compilation.
1567 * emacs-lisp/cl-macs.el (load-time-value)
1568 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
1569 `outbuffer' to `bytecomp-outbuffer'.
1570
1571 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
1572 since the next two variables cover them automatically now.
1573 (elint-builtin-variables, elint-autoloaded-variables): New.
1574 (elint-unknown-builtin-args): Remove all members, since they can be
1575 parsed automatically now.
1576 (elint-extra-errors): New.
1577 (elint-env-add-env, elint-env-add-macro): Use cadr.
1578 (elint-current-buffer): Use or. Change final message.
1579 (elint-get-top-forms): Use line-end-position.
1580 (elint-init-env): Use cadr. Handle autoload, declare-function,
1581 and defalias.
1582 (elint-add-required-env): Doc fix. Use or. Standardize error.
1583 (regexp-assoc): Remove unused function.
1584 (elint-top-form): Set elint-current-pos, to record the start of the
1585 top-level form, for compilation-mode.
1586 (elint-form): Trap errors in macro expansion. Use dolist.
1587 (elint-unbound-variable): Use elint-builtin-variables and
1588 elint-autoloaded-variables.
1589 (elint-get-args): Use cadr, or.
1590 (elint-check-cond-form): Use dolist, cadr.
1591 (elint-check-condition-case-form): Doc fix. Use cadr.
1592 Use elint-extra-errors.
1593 (elint-log): New function.
1594 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
1595 Distinguish errors and warnings.
1596 (elint-log-message): Use with-current-buffer. Inhibit read-only.
1597 Use a bytecomp-style format.
1598 (elint-clear-log): Preserve default-directory. Inhibit read-only.
1599 (elint-get-log-buffer): Use compilation mode. Disable undo.
1600 Don't truncate lines.
1601 (elint-initialize): Set builtin and autoloaded variable lists.
1602 Only process elint-unknown-builtin-args if non-nil.
1603 (elint-find-builtin-variables, elint-find-autoloaded-variables):
1604 New functions.
1605 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
1606
1607 2009-07-22 Kevin Ryde <user42@zip.com.au>
1608
1609 * net/newst-backend.el (newsticker--parse-atom-1.0)
1610 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1611 (newsticker--parse-rss-1.0):
1612 * progmodes/idlwave.el (idlwave-mode):
1613 * progmodes/idlw-shell.el (idlwave-shell-mode):
1614 * progmodes/vera-mode.el (vera-mode):
1615 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
1616 * progmodes/vhdl-mode.el (vhdl-mode):
1617 * textmodes/table.el (table-generate-source)
1618 (table--warn-incompatibility):
1619 Hyperlink urls in docstrings with URL `...'.
1620
1621 2009-07-22 Glenn Morris <rgm@gnu.org>
1622
1623 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
1624 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
1625 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
1626 Remove leading * from defcustom docs.
1627
1628 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
1629
1630 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
1631 defcustom doc.
1632 (list-load-path-shadows): Optionally, just return shadows as a string.
1633
1634 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
1635
1636 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * mail/rmailedit.el (rmail-edit-mode): Use
1639 auto-save-include-big-deletions.
1640
1641 * mail/rmail.el (rmail-variables): Use
1642 auto-save-include-big-deletions.
1643
1644 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
1645 changes.
1646
1647 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
1648
1649 * calc/calc.el (calc-undo-length): New variable.
1650 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
1651
1652 2009-07-21 Richard Stallman <rms@gnu.org>
1653
1654 * files.el (auto-save-mode): Handle buffer-save-size = -2
1655 for toggling mode.
1656
1657 2009-07-21 Glenn Morris <rgm@gnu.org>
1658
1659 * textmodes/ispell.el (ispell-looking-back): Update declaration.
1660
1661 * calendar/todo-mode.el (calendar-current-date): Update declaration.
1662
1663 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
1664 silence compiler. Instead...
1665 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
1666 (ps-print-ensure-fontified): Update for above function name changes.
1667
1668 * printing.el (pr-mh-get-msg-num, pr-mh-show)
1669 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
1670 silence compiler. Instead...
1671 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
1672 (mh-show-buffer): Only define for compiler.
1673 (pr-mh-current-message): Update for above function name changes.
1674
1675 * files.el (abort-if-file-too-large): Explicitly pass `filename'
1676 as an argument.
1677 (find-file-noselect, insert-file-1): Update for above change.
1678
1679 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
1680
1681 * mail/mailclient.el (mailclient-send-it): Fix message.
1682
1683 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
1684 (edebug-eval): Check cl-debug-env is bound.
1685 (print-level, print-circle): Don't redefine built-in variables.
1686
1687 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
1688 (custom-print-vectors): Remove old comments from doc.
1689
1690 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
1691 (emerge-version): Make the variable an obsolete alias for the
1692 emacs-version variable. Make the function obsolete.
1693 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
1694 Emerge options, rather than merging in into the main Options menu.
1695 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
1696 and auto advance modes. Disable edit/fast items when not relevant.
1697
1698 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1699
1700 * term/vt420.el (terminal-init-vt420): Fix typo.
1701
1702 2009-07-20 Sam Steingold <sds@gnu.org>
1703
1704 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
1705 variable (removed from compile.el on 2004-03-11).
1706
1707 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * files.el (hack-local-variables-filter): Fix last change.
1710
1711 2009-07-19 Juri Linkov <juri@jurta.org>
1712
1713 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
1714 (dir-local-variables-alist): New buffer-local variable.
1715 (hack-local-variables-filter): If variable is not dir-local,
1716 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
1717 because file-local overrides dir-local.
1718 (c-postprocess-file-styles)<declare-function>:
1719 Remove obsolete declaration.
1720 (hack-dir-local-variables): Add dir-local variable/value pair to
1721 `dir-local-variables-alist' and remove duplicates. Doc fix.
1722
1723 * help-fns.el (describe-variable): Add information about
1724 file-local and dir-local variables.
1725
1726 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
1727
1728 * files.el (hack-local-variables-filter): Rewrite.
1729
1730 2009-07-19 Glenn Morris <rgm@gnu.org>
1731
1732 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
1733 Silence compiler by only defining on XEmacs.
1734
1735 * international/mule.el (auto-coding-regexp-alist): Only match
1736 BABYL... at the start of buffer, not of lines. (Bug#3790)
1737
1738 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
1739 non-calendar buffers (Bug#3862). Restore "not on a date" message.
1740 (cal-menu-context-mouse-menu): Doc fix.
1741
1742 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
1743
1744 * simple.el (mail-user-agent): Doc fix. Set :version tag.
1745
1746 2009-07-18 Juri Linkov <juri@jurta.org>
1747
1748 * info.el: Virtual Info keyword finder.
1749 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
1750 (Info-finder-file): New variable.
1751 (Info-finder-find-file): New function.
1752 (finder-known-keywords, finder-package-info)
1753 (find-library-name, lm-commentary): Use defvar and
1754 declare-function to silence compiler warnings.
1755 (Info-finder-find-node): New function.
1756 (info-finder): New command.
1757
1758 * subr.el (process-kill-buffer-query-function): New function.
1759 (add-hook)<kill-buffer-query-functions>: Add hook
1760 `process-kill-buffer-query-function'.
1761
1762 2009-07-18 Alan Mackenzie <acm@muc.de>
1763
1764 * progmodes/cc-mode.el (c-before-hack-hook)
1765 (c-postprocess-file-styles): Give invocation of `c-set-style'
1766 DONT-OVERRIDE parameter of t. Already set style variables will
1767 thus not be overridden by style settings given by `c-file-syle'.
1768
1769 * files.el (hack-local-variables-filter): Remove entries with
1770 duplicate keys from `file-local-variables-alist'.
1771
1772 2009-07-18 Eli Zaretskii <eliz@gnu.org>
1773
1774 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
1775 x-set-selection if display-selections-p returns nil for the
1776 current frame.
1777
1778 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
1779
1780 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
1781
1782 2009-07-18 Eli Zaretskii <eliz@gnu.org>
1783
1784 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
1785 Accept nil in addition to a regexp.
1786 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
1787 Accept nil in addition to a regexp.
1788 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
1789 buffers that have an associated file. Handle nil values of
1790 desktop-buffers-not-to-save and desktop-files-not-to-save.
1791 (Bug#3833)
1792
1793 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1794 (x-disown-selection-internal): New functions.
1795
1796 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
1797
1798 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
1799 warning.
1800 (gdb-breakpoints-header): Move forward to avoid compiler warning.
1801 (gdb-make-header-line-mouse-map): Remove duplicate definition.
1802
1803 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
1804
1805 * simple.el (set-mark): Revert last change.
1806
1807 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
1808
1809 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
1810 rendering of pngs is not possible instead of messaging a long
1811 description.
1812
1813 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
1814
1815 * w32-fns.el (x-selection-owner-p): New function.
1816
1817 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
1818 (mouse-yank-at-click, mouse-yank-primary): If
1819 select-active-regions is non-nil, deactivate the mark before
1820 insertion.
1821
1822 * simple.el (deactivate-mark, set-mark): Only save selection if we
1823 own it.
1824
1825 2009-07-17 Kenichi Handa <handa@m17n.org>
1826
1827 * case-table.el (describe-buffer-case-table): Fix for the case
1828 that KEY is a cons.
1829
1830 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1831
1832 * vc-rcs.el (vc-rcs-find-file-hook):
1833 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
1834
1835 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
1836
1837 * net/tramp.el (tramp-wait-for-output): Handle the case when
1838 commands do not return a newline but a null byte before the shell
1839 prompt. (Bug#3858)
1840
1841 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1842
1843 * term/ns-win.el (ns-set-alpha): Don't declare.
1844 (ns-set-background-alpha): Remove function.
1845
1846 2009-07-16 Kevin Ryde <user42@zip.com.au>
1847
1848 * emacs-lisp/copyright.el (copyright-update): Save match-data across
1849 y-or-n-p, for safety.
1850
1851 2009-07-16 Richard Stallman <rms@gnu.org>
1852
1853 * files.el (auto-save-mode): If buffer-saved-size is -2,
1854 don't clobber it.
1855
1856 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
1857 (rmail-retry-ignored-headers): Add more uninteresting fields.
1858
1859 2009-07-15 Jari Aalto <jari.aalto@cante.net>
1860
1861 * net/rcirc.el (rcirc): Use history variables.
1862 (rcirc-server-name-history, rcirc-nick-name-history)
1863 (rcirc-server-port-history): New variables.
1864
1865 2009-07-15 Kenichi Handa <handa@m17n.org>
1866
1867 * international/mule-cmds.el (set-language-environment-charset):
1868 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
1869 ignore them.
1870
1871 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
1872 Delete unibyte-display.
1873
1874 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
1877
1878 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * simple.el (deactivate-mark): Optional argument FORCE.
1881 (set-mark): Use deactivate-mark.
1882
1883 * info.el (Info-search): No need to check transient-mark-mode
1884 before calling deactivate-mark.
1885
1886 * select.el (x-set-selection): Doc fix.
1887 (x-valid-simple-selection-p): Allow buffer values.
1888 (xselect--selection-bounds): Handle buffer values. Suggested by
1889 David De La Harpe Golden.
1890
1891 * mouse.el (mouse-set-region, mouse-drag-track): Call
1892 copy-region-as-kill before setting the mark, to let
1893 select-active-regions work.
1894
1895 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
1896
1897 * simple.el (deactivate-mark): If select-active-regions is
1898 non-nil, copy the selection data into a string.
1899 (activate-mark): If select-active-regions is non-nil, set the
1900 selection to the current buffer.
1901 (set-mark): Update selection if select-active-regions is non-nil.
1902
1903 * select.el (x-valid-simple-selection-p): Allow buffer values.
1904
1905 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
1906
1907 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
1908 and more featureful message-mode.
1909
1910 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * select.el (x-set-selection): Doc fix.
1913 (x-valid-simple-selection-p): Disallow selection data consisting
1914 of a list or cons of integers, since that is not used.
1915 (xselect--selection-bounds, xselect--int-to-cons): New functions.
1916 (xselect-convert-to-string, xselect-convert-to-length)
1917 (xselect-convert-to-filename, xselect-convert-to-charpos)
1918 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
1919
1920 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
1921
1922 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
1923 output in -break-info command (Emacs bug #3794).
1924
1925 2009-07-14 Glenn Morris <rgm@gnu.org>
1926
1927 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
1928 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
1929 (edebug-print-length, edebug-print-level, edebug-print-circle)
1930 (edebug-sit-for-seconds, edebug-view-outside)
1931 (edebug-bounce-point, edebug-set-global-break-condition)
1932 (edebug-Go-nonstop-mode, edebug-trace-mode)
1933 (edebug-Trace-fast-mode, edebug-continue-mode)
1934 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
1935 (edebug-visit-eval-list): Doc fixes.
1936
1937 * subr.el (def-edebug-spec): Doc fix.
1938
1939 2009-07-14 Kenichi Handa <handa@m17n.org>
1940
1941 * international/characters.el: Fix setting of category ?C.
1942
1943 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
1944
1945 * term/ns-win.el (x-select-font): defalias x-select-font to
1946 ns-popup-font-panel instead of generate-fontset-menu.
1947
1948 2009-07-12 Eli Zaretskii <eliz@gnu.org>
1949
1950 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
1951
1952 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
1953
1954 * arc-mode.el (archive-find-type): Allow for a PK00 string before
1955 the PK\003\004 header (Bug#3770).
1956
1957 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
1958
1959 * pcomplete.el (pcomplete-comint-setup): Check for
1960 shell-dynamic-complete-filename too.
1961
1962 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * simple.el (temporary-goal-column): Change the value for
1965 line-move-visual to a cons cell.
1966 (line-move-visual): Record or set the window hscroll, if
1967 necessary (Bug#3494).
1968 (line-move-1): Handle cons value of temporary-goal-column.
1969
1970 2009-07-11 Kenichi Handa <handa@m17n.org>
1971
1972 * international/mule-diag.el (describe-character-set): Don't show
1973 width.
1974
1975 2009-07-10 Sam Steingold <sds@gnu.org>
1976
1977 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1978 Omake sometimes indents the errors it prints, so allow all
1979 regexps to start with spaces.
1980
1981 2009-07-10 Eli Zaretskii <eliz@gnu.org>
1982
1983 * cus-edit.el (customize-changed-options-previous-release):
1984 Bump value to 22.1. (Bug#3804)
1985
1986 2009-07-08 Sam Steingold <sds@gnu.org>
1987
1988 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
1989 to be a cons cell (test . ignored-directory) to selectively ignore
1990 some directories depending on the location of the search.
1991
1992 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
1993
1994 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
1995 remote user is root, on the local host.
1996 (tramp-local-host-p): Either the local user or the remote user
1997 must be root. (Bug#3771)
1998
1999 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
2000
2001 * progmodes/gdb-mi.el (gdb): Remove description of
2002 gdb-use-separate-io-buffer.
2003 (menu): Don't allow toggling of or enable
2004 gdb-use-separate-io-buffer from menubar.
2005
2006 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
2007
2008 * mail/unrmail.el (unrmail): Make sure the message ends with two
2009 newlines (Bug#3769).
2010
2011 2009-07-08 Glenn Morris <rgm@gnu.org>
2012
2013 * calendar/calendar.el (calendar-current-date): Rework previous change.
2014
2015 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
2016
2017 * calendar/calendar.el (calendar-current-date):
2018 Add an optional argument giving an offset from today.
2019
2020 2009-07-08 Glenn Morris <rgm@gnu.org>
2021
2022 * tutorial.el (tutorial--describe-nonstandard-key):
2023 Adjust the message for when a key has been unbound.
2024 (help-with-tutorial): Hide the arch-tag.
2025
2026 2009-07-08 Kenichi Handa <handa@m17n.org>
2027
2028 * international/fontset.el (setup-default-fontset): For each
2029 script, append (not set) font-specs.
2030
2031 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
2032 docstring.
2033
2034 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
2035
2036 * progmodes/gdb-mi.el (gdb-init-1): Move sending
2037 -data-list-register-names to ...
2038 (gdb-starting): ... here because GDB 7.0 requires execution to
2039 have started when using this MI command.
2040 (gdb-set-header): New function to distinguish select and
2041 unselected tabs in gdb buffers.
2042 (gdb-propertize-header): New macro that uses gdb-set-header.
2043 (gdb-breakpoints-header, gdb-locals-header): Use it.
2044 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
2045
2046 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * Makefile.in (ELCFILES): Remove fadr.elc.
2049
2050 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
2051
2052 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
2053 may contain frame information, so `string-match' should be used.
2054 (gdb-update): Disassembly is invalidated through
2055 `gdb-get-selected-frame'.
2056 (gdb-pad-string): New function to pad string with spaces.
2057 (gdb-invalidate-disassembly): Invalidate only if the buffer
2058 exists.
2059 (gdb-disassembly-handler-custom): Column alignment.
2060 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
2061 placing new ones.
2062 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
2063 end of line, too.
2064 (gdb-frame-handler): Match convention to for disassembly buffer
2065 mode name.
2066 (gdb-stack-list-frames-handler): Rewritten without regexps.
2067 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
2068 not highlight breakpoints without line information.
2069 (gdb-input): Add trailing newline to command.
2070
2071 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
2072 buffer properly.
2073 (gdb-breakpoints-list-handler-custom): Replacement for
2074 `gdb-break-list-handler'. Using real parser instead of regexps
2075 now.
2076 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
2077 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
2078 to place breakpoints.
2079 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
2080 functions.
2081 (gdb-disassembly-handler-custom): Show overlay arrow.
2082 (gdb-disassembly-place-breakpoints): Show breakpoints in
2083 disassembly buffer.
2084 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2085 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
2086 instead of parsing breakpoints buffer. Fixed old menu references
2087 in `gud-menu-map'.
2088
2089 * fadr.el: Remove.
2090
2091 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
2092 (gdb-memory-address): New variable which holds top address of
2093 memory page shown in memory buffer.
2094 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
2095 customization variables.
2096 New functions:
2097 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
2098 display the memory buffer.
2099 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
2100 buffer display parameters.
2101 (def-gdb-memory-format, gdb-memory-format-binary)
2102 (gdb-memory-format-octal, gdb-memory-format-unsigned)
2103 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
2104 Functions for setting memory buffer format.
2105 (gdb-memory-unit-word, gdb-memory-unit-halfword)
2106 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
2107 unit size used in memory buffer.
2108 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
2109 to next/previous page of memory buffer.
2110 Now using (bindat-get-field) instead of fadr functions.
2111
2112 2009-07-07 Sam Steingold <sds@gnu.org>
2113
2114 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
2115 non-top-level files.
2116
2117 2009-07-07 Kenichi Handa <handa@m17n.org>
2118
2119 * international/mule-cmds.el (reset-language-environment): Put
2120 the highset priority to the charset iso-8859-1.
2121
2122 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
2123
2124 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
2125 to the end of the line when locating the block (Bug#700).
2126
2127 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
2128
2129 * net/tramp.el (tramp-handle-write-region): Flush file properties
2130 in case of short track.
2131
2132 2009-07-07 Michael McNamara <mac@mail.brushroad.com>
2133
2134 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
2135 representation of verilog error regular expressions to work with
2136 Emacs-22's new format.
2137 (verilog-error-regexp-xemacs-alist): Coded custom representation
2138 of verilog error regular expressions to work with XEmacs format.
2139 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
2140 error recognition into XEmacs.
2141 (verilog-error-regexp-add-emacs): Hook routine to install verilog
2142 error recognition into Emacs-22.
2143
2144 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
2145
2146 * woman.el: Remove stand-alone closing parentheses.
2147 (woman-file-name, woman2-format-paragraphs)
2148 (woman-leave-blank-lines): Code cleanup.
2149 (woman-use-own-frame): Change default to nil.
2150 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
2151 defaults to inherit from default faces.
2152 (woman2-process-escapes): Consume the newline after a stand-alone
2153 filler character (Bug#3651).
2154
2155 2009-07-06 Glenn Morris <rgm@gnu.org>
2156
2157 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
2158 (top-level): Move provide to the end.
2159 (ffap): Remove defunct URL from custom group.
2160
2161 * subr.el (eval-after-load): Doc fix.
2162
2163 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
2164
2165 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
2166 `calc-embedded-word' is called twice.
2167
2168 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * files.el (find-alternate-file-other-window, find-alternate-file):
2171 Obey confirm-nonexistent-file-or-buffer.
2172
2173 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
2174
2175 * dired-aux.el (dired-show-file-type): Handle remote files.
2176
2177 2009-03-22 Jari Aalto <jari.aalto@cante.net>
2178
2179 * desktop.el (desktop-globals-to-save):
2180 Add file-name-history (Bug#2750).
2181
2182 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
2185
2186 2009-07-04 Johan Bockgård <bojohan@gnu.org>
2187
2188 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
2189 property on entire argument since this is what eshell-lisp-command
2190 expects.
2191
2192 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
2193
2194 * net/tramp-gvfs.el (tramp-gvfs-methods)
2195 (tramp-gvfs-zeroconf-domain)
2196 (tramp-bluez-discover-devices-timeout): Add version flag.
2197 (tramp-gvfs-handler-mounted-unmounted)
2198 (tramp-gvfs-connection-mounted-p): Polish handling of
2199 incompatibilities between GVFS 0.2 and 1.0.
2200
2201 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2202
2203 * cus-start.el (all): Add make-pointer-invisible.
2204
2205 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
2206
2207 * calc-math.el (math-use-emacs-fn): Make sure that the number is
2208 formatted correctly.
2209
2210 2009-07-02 Juri Linkov <juri@jurta.org>
2211
2212 * info.el: Virtual Info files and nodes.
2213 (Info-virtual-files, Info-virtual-nodes): New variables.
2214 (Info-current-node-virtual): New variable.
2215 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
2216 New functions.
2217 (Info-file-supports-index-cookies): Use Info-virtual-file-p
2218 to check for a virtual file instead of checking a fixed list
2219 of node names.
2220 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
2221 instead of ad-hoc processing of "dir" and (apropos history toc).
2222 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
2223 instead of ad-hoc processing of "dir" and (apropos history toc).
2224 Reread a file when moving from a virtual node.
2225 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
2226 (Info-directory-toc-nodes, Info-directory-find-file)
2227 (Info-directory-find-node): New functions.
2228 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
2229 (Info-history): Move part of code to
2230 `Info-history-find-node'.
2231 (Info-history-toc-nodes, Info-history-find-file)
2232 (Info-history-find-node): New functions.
2233 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
2234 (Info-toc): Move part of code to `Info-toc-find-node'.
2235 (Info-toc-find-node): New function.
2236 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
2237 the current Info file name to references because now the node
2238 "*TOC*" belongs to the same Info manual.
2239 (Info-toc-build): Rename from `Info-build-toc'.
2240 (Info-toc-nodes): Rename input argument `file' to `filename'.
2241 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
2242 instead of ad-hoc processing of ("dir" apropos history toc).
2243 (Info-index-nodes): Use Info-virtual-file-p
2244 to check for a virtual file instead of checking a fixed list
2245 of node names.
2246 (Info-index-node): Add check for `Info-current-node-virtual'.
2247 Raise `save-match-data' higher up the tree to contain
2248 `search-forward' too (bug fix).
2249 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
2250 (Info-virtual-index-nodes): New variable.
2251 (Info-virtual-index-find-node, Info-virtual-index): New functions.
2252 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
2253 (Info-apropos-file, Info-apropos-nodes): New variables.
2254 (Info-apropos-toc-nodes, Info-apropos-find-file)
2255 (Info-apropos-find-node, Info-apropos-matches): New functions.
2256 (info-apropos): Move part of code to `Info-apropos-find-node' and
2257 `Info-apropos-matches'.
2258 (Info-mode-map): Bind "I" to `Info-virtual-index'.
2259 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
2260 for a virtual file instead of checking a fixed list of node names.
2261
2262 * simple.el (async-shell-command): New command.
2263
2264 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
2265
2266 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
2267 instead of `mount-info'.
2268
2269 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
2270
2271 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
2272 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
2273
2274 2009-07-02 Kenichi Handa <handa@m17n.org>
2275
2276 * international/mule.el (set-keyboard-coding-system): Force *-unix
2277 coding-system to avoid eol conversion.
2278
2279 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
2280
2281 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2282 Add handler for `process-file', `shell-command' and
2283 `start-file-process'.
2284 (tramp-gvfs-handle-shell-command)
2285 (tramp-gvfs-handle-start-file-process)
2286 (tramp-gvfs-handle-process-file): New defuns.
2287 (tramp-synce-list-devices): Simplify check for existence of property.
2288
2289 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2290
2291 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
2292
2293 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
2294
2295 * language/korean.el (set-language-info-alist): Add korean-cp949,
2296 cp949 to spec.
2297
2298 2009-07-01 Kenichi Handa <handa@m17n.org>
2299
2300 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
2301
2302 * international/encoded-kb.el: Deleted.
2303
2304 * international/mule.el (set-keyboard-coding-system): Perform the
2305 necessary setup here instead of calling encoded-kbd-setup-display.
2306
2307 2009-07-01 Glenn Morris <rgm@gnu.org>
2308
2309 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
2310
2311 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
2312
2313 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
2314
2315 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
2316
2317 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
2318 Handle also the 'rename case, when setting file modes. (Bug#3712)
2319 (tramp-default-file-modes) Remove execute permissions.
2320
2321 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
2322 (top): Add a default for "synce" in `tramp-default-user-alist'.
2323 Add completion function for "synce" method.
2324 (tramp-hal-service, tramp-hal-path-manager)
2325 (tramp-hal-interface-manager, tramp-hal-interface-device):
2326 New defconst.
2327 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
2328 (tramp-synce-list-devices, tramp-synce-parse-device-names):
2329 New defuns.
2330
2331 * net/trampver.el: Update release number.
2332
2333 2009-06-30 Kenichi Handa <handa@m17n.org>
2334
2335 * international/fontset.el (setup-default-fontset): Add CJK fonts
2336 for symbols and the other miscellaneous characters.
2337
2338 * language/korea-util.el (setup-korean-environment-internal):
2339 Make char-width-table suitable for Korean environments.
2340 (exit-korean-environment): Cancel above.
2341
2342 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2343 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
2344 setup-funcion to make char-widht-table suitable for respective
2345 environments, and an exit-function to cancel that.
2346
2347 * language/japan-util.el (setup-japanese-environment-internal):
2348 Call use-cjk-char-width-table with arg `ja_JP'.
2349
2350 * international/characters.el (cjk-char-width-table): Delete it.
2351 (cjk-char-width-table-list): New variable.
2352 (use-cjk-char-width-table): New arg local-name.
2353 (use-default-char-width-table): Fix for the case that Emacs is
2354 already using the default char-width-table.
2355
2356 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
2357
2358 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
2359 modes mandatory. (Bug#3712)
2360
2361 2009-06-29 Alan Mackenzie <acm@muc.de>
2362
2363 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
2364 correction between the visible width of TABs and their number of bytes.
2365
2366 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
2367
2368 * server.el (server-buffer-done): Prevent kill-buffer from
2369 prompting by clearing the buffer modification flag (Bug#3696).
2370
2371 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
2372
2373 * verilog-mode.el (verilog-beg-of-statement)
2374 (verilog-endcomment-reason-re): Support unique case and priority case.
2375 (verilog-basic-complete-re): Support localparam lineup.
2376 (verilog-beg-of-statement-1): Fix for robustness, unique case.
2377 (verilog-set-auto-endcomments): Fix for unique case, always_comb
2378 commenting.
2379 (verilog-leap-to-case-head): Now support *nested* unique &
2380 priority case statements.
2381 (verilog-auto-lineup): Make just declarations the default (as it
2382 had been).
2383 (verilog-leap-to-case-head): Support priority/unique case statements.
2384 (verilog-auto-lineup): Rework to give users radio buttons to
2385 select the various styles of automatic lineup.
2386 (verilog-error-regexp-alist): Rework to support the XEmacs style
2387 of error regular expressions from compilers, lint tools &
2388 simulators. Note that GNU Emacs has made it impossible for a mode
2389 to load such things.
2390 (electric-verilog-terminate-line, verilog-indent-declaration)
2391 (verilog-auto-wiure): Rework for radio button selection of
2392 auto-lineup selection of specification of auto lineup.
2393 (verilog-beg-of-statement-1): Redesign to support proper operation
2394 in additional code, based on testing with auto-lineup.
2395 (verilog-calculate-indent, assignments & declarations)
2396 (verilog-backward-token): Enhance to support auto-lineup of
2397 assignments & declarations.
2398 (verilog-in-directive-p, verilog-at-struct-p): New function for
2399 easy test of whether we are.
2400 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
2401 to support safe execution at almost anyline.
2402 (verilog-calc-1): Properly support indenting deep inside generate
2403 blocks.
2404 (verilog-init-font) Remove definition & use of verilog-init-font,
2405 as it is redundant with font-lock-defaults.
2406 (verilog-mode): Alter the definition of verilog-font-lock-defualts
2407 to avoid circular calls if syntax-ppss is a function (as is the
2408 case now in 22.x GNU Emacs) as that function would sometimes call
2409 itself, leading to (nearly) infinite recursion.
2410 (verilog-ovm-begin-re, verilog-ovm-end-re)
2411 (verilog-ovm-statement-re, verilog-leap-to-head)
2412 (verilog-backward-token): Add support for OVM macros. Some are
2413 complete statements, and others open and close scopes like begin
2414 and end.
2415 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
2416 (verilog-defun-level-generate-only-re): Really fix the defun-list
2417 compilation issue.
2418 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
2419 coverpoint, constraint and cross statements.
2420 (verilog-defun-level-list, verilog-generate-defun-level-list)
2421 (verilog-all-defun-level-list): Redo these specifications - it is
2422 too hard to support eval-when compile aggregation of lists also
2423 built at when-compile time.
2424 (verilog-defun-level-list): Place defconsts of variables used in
2425 building regular expressions which are built in eval-when-compile
2426 bodies in the same eval-when-compile body to facilitate compile
2427 without load.
2428 (verilog-beg-block-re-ordered): Support indenting
2429 virtual/protected tasks and functions.
2430 (verilog-defun-level-list, verilog-in-generate-region-p)
2431 (verilog-backward-ws&directives, verilog-calc-1): Speed up
2432 indentation of some module items (generate items).
2433 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
2434 across virtual/protected tasks and functions.
2435
2436 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
2437
2438 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
2439 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
2440 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
2441 in concatenations. Reported by Yishay Belkind.
2442 (verilog-auto-ascii-enum): Support one-hot state machines in
2443 AUTOASCIIENUM. Suggested by Lloyd Gomez.
2444 (verilog-auto-inst, verilog-auto-inst-port): Include interface
2445 modport in AUTOINST and add vl-modport for users. Reported by
2446 David Rogoff.
2447 (verilog-auto-inout-module, verilog-auto-inst)
2448 (verilog-decls-get-interfaces, verilog-insert-definition)
2449 (verilog-insert-one-definition, verilog-read-decls)
2450 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
2451 (verilog-sig-modport, verilog-signals-combine-bus)
2452 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
2453 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
2454 Suggested by David Rogoff.
2455 (verilog-repair-open-comma): Fix non-insertion of comma when
2456 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
2457 (verilog-make-width-expression): Simplify [A-1:0] expression
2458 widths to just {A{1'b0}}.
2459 (verilog-mode): Cleanup checkdoc warnings.
2460 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
2461 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
2462 inputs/outputs or data type. Suggested by Vasu Kandadi.
2463 (next-error-last-buffer): Fix byte-compiler warning.
2464 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
2465 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
2466 or shell command text during AUTO expansion. Suggested by Tad Truex.
2467 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
2468 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
2469 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
2470 in AUTOINOUT. Reported by Matthew Lovell.
2471 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
2472 causing use of <= assignments. Reported by Alex Reed.
2473 (verilog-read-decls): Fix triand, trior, wand, wor to be
2474 recognized by AUTOWIRE. Reported by Spencer Isaacson.
2475 (verilog-extended-complete-re): Support import "DPI-C" functions.
2476 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
2477 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
2478 (verilog-insert-date, verilog-insert-year)
2479 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
2480 Windows systems. Reported by Michael Potts.
2481 (verilog-read-module-name): Fix AUTOINST when the child module
2482 declaration's name is a tick define. Reported by Elliot Mednick.
2483 (verilog-read-decls): Fix V2K parameter bit subscripts getting
2484 passed to next parameter's definition. Reported by Bruce T.
2485 (verilog-read-decls): Fix detecting "parameter int" when using
2486 AUTOINSTPARAM. Reported by Bruce T.
2487 (verilog-goto-defun): Fix goto not finding modules unless first
2488 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
2489 (verilog-mode): Expand -f flag arguments on entry to mode so
2490 verilog-goto-defun will work. Reported by Lawrence Butcher.
2491 (verilog-getopt): Expand environment variables in -f file
2492 arguments. Suggested by Lawrence Butcher.
2493 (verilog-set-define): Fix "Symbol's value as variable is void"
2494 when reading enumerations.
2495 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
2496 Suggested by Stephen Peltan.
2497 (verilog-read-defines): Fix reading of enumerations in include
2498 files. Reported by Steve Peltan.
2499
2500 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
2501
2502 * files.el (trash-directory): Fix defcustom type.
2503
2504 2009-06-28 Juri Linkov <juri@jurta.org>
2505
2506 * help-fns.el (describe-function-1): Correctly locate adviced
2507 functions in hyperlink (Bug#2438).
2508
2509 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * files.el (trash-directory): Change default to nil.
2512 (move-file-to-trash): If trash-directory is nil and
2513 system-move-file-to-trash is unbound, perform freedesktop-style
2514 trashing.
2515
2516 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
2517
2518 * files.el (move-file-to-trash): Add freedesktop trash
2519 support (Bug#973).
2520
2521 2009-06-28 Glenn Morris <rgm@gnu.org>
2522
2523 * autorevert.el (global-auto-revert-non-file-buffers)
2524 (global-auto-revert-mode): Doc fixes.
2525
2526 2009-06-27 Johan Bockgård <bojohan@gnu.org>
2527
2528 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
2529
2530 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * faces.el (x-handle-named-frame-geometry): Ensure that we have
2533 opened an X connection before calling x-get-resource (Bug#3194).
2534
2535 * play/doctor.el: Remove reference to obsolete website.
2536 (make-doctor-variables): Correct grammar mistake (Bug#2633).
2537
2538 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2539
2540 Remove find-file-not-found-hook VC method. (Bug#2757)
2541 * vc-hooks.el (vc-file-not-found-hook)
2542 (vc-default-find-file-not-found-hook): Remove functions.
2543 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
2544 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
2545 * vc.el:
2546 * vc-hg.el:
2547 * vc-git.el: Do not mention find-file-not-found-hook VC method.
2548
2549 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
2550
2551 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
2552 compatibility function for `looking-back'.
2553
2554 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2555 Use `ispell-looking-back'.
2556
2557 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
2558
2559 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
2560 rather than `filename'.
2561
2562 2009-06-23 Miles Bader <miles@gnu.org>
2563
2564 * face-remap.el (text-scale-set): New function.
2565
2566 2009-06-23 Glenn Morris <rgm@gnu.org>
2567
2568 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2569
2570 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
2571
2572 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
2573
2574 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
2575
2576 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2577 Simplify Persian conditionals.
2578
2579 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
2580 variable `filename'.
2581
2582 * comint.el (comint-insert-input): Doc fix.
2583
2584 * Makefile.in (ELCFILES): Fix typo in previous change.
2585
2586 2009-06-23 Miles Bader <miles@gnu.org>
2587
2588 * cus-start.el: Add entry for `recenter-redisplay'.
2589
2590 2009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2591
2592 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
2593 Add an optional argument for the backend, use it instead of
2594 calling vc-backend.
2595 (vc-mode-line): Add an optional argument for the backend.
2596 Pass the backend to vc-state and vc-working-revision. Move code for
2597 special handling for vc-state being a buffer to ...
2598
2599 * vc-rcs.el (vc-rcs-find-file-hook):
2600 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
2601
2602 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
2603 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
2604 vc-stay-local-p and vc-mode-line calls.
2605
2606 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
2607 (vc-cvs-diff, vc-cvs-annotate-command)
2608 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
2609 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
2610 vc-mode-line calls.
2611
2612 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
2613 direct comparison.
2614 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
2615 backend when calling vc-mode-line.
2616 (vc-register): Do not create a closure for calling the vc register
2617 function, call it directly.
2618
2619 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2620
2621 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
2622 to make it obvious item can be clicked.
2623
2624 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
2625
2626 2009-06-23 Kenichi Handa <handa@m17n.org>
2627
2628 * language/korea-util.el (korean-key-bindings): Change the binding
2629 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
2630 same command.
2631
2632 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
2633
2634 Sync with Tramp 2.1.16.
2635
2636 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
2637
2638 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
2639 when a loading of a package fails. Completion function for rsync
2640 is `tramp-completion-function-alist-ssh'.
2641 (all): Replace all calls of `split-string' and
2642 `tramp-split-string' by `tramp-compat-split-string'.
2643 (tramp-default-method): Use `tramp-compat-process-running-p'.
2644 (tramp-default-proxies-alist): Allow also Lisp forms.
2645 (tramp-remote-path): Add choice "Private Directories".
2646 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
2647 (tramp-domain-regexp): Allow also "-", "_" and ".".
2648 (tramp-end-of-output): Remove newlines, and add "$" at the end.
2649 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
2650 (tramp-debug-message): Insert header line in debug buffer.
2651 (tramp-handle-directory-files-and-attributes-with-stat):
2652 Care about filenames with spaces, or starting with "-".
2653 (tramp-handle-dired-uncache): New defun.
2654 (tramp-handle-insert-directory): Don't flush the directory from
2655 cache, this is handled by `dired-uncache' now.
2656 (tramp-handle-insert-file-contents): Improve error handling.
2657 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2658 Quote `tramp-end-of-output'.
2659 (tramp-action-password): Improve trace message.
2660 (tramp-check-for-regexp): Both echoes must be present, before removing.
2661 (tramp-open-connection-setup-interactive-shell): Trace coding system.
2662 (tramp-compute-multi-hops): Eval cons cells of
2663 `tramp-default-proxies-alist'.
2664 (tramp-maybe-open-connection): Use the same command pattern for
2665 first hop and further hops.
2666 (tramp-wait-for-output): Remove handling of newlines.
2667 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
2668 (tramp-split-string): Remove function. It is handled in
2669 tramp-compat now.
2670
2671 * net/tramp-cmds.el (tramp-bug):
2672 Recommend `tramp-cleanup-all-connections' in the bug mail.
2673
2674 * net/tramp-compat.el (tramp-compat-split-string)
2675 (tramp-compat-process-running-p): New defuns.
2676
2677 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
2678 for `dired-uncache'.
2679
2680 * net/tramp-gvfs.el: New package.
2681
2682 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2683 Add handler for `dired-uncache'.
2684 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
2685
2686 * net/trampver.el: Update release number. Make version check fit
2687 for SXEmacs 22.
2688
2689 2009-06-22 Jim Meyering <meyering@redhat.com>
2690
2691 Automatically handle .xz suffix (XZ-compressed files), too.
2692 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
2693 XZ is the successor to LZMA: <http://tukaani.org/xz/>
2694
2695 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
2696 Nick Roberts <nickrob@snap.net.nz>
2697
2698 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
2699 repository (http://sphinx.net.ru/hg/gdb-mi/).
2700
2701 2009-06-22 Glenn Morris <rgm@gnu.org>
2702
2703 * files.el (dir-locals-collect-mode-variables): Allow for any number of
2704 `mode' and `eval' entries. (Bug#3430)
2705
2706 * Makefile.in (ELCFILES): Add fadr.elc.
2707
2708 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
2709 differing behavior of \n and ^ in strings. (Bug#3385)
2710
2711 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
2712
2713 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
2714 property.
2715 (lisp-indent-function): Make it a defcustom.
2716
2717 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
2718
2719 * progmodes/gdb-ui.el: Replace with ...
2720 * progmodes/gdb-mi.el: ... this file.
2721 * progmodes/gud.el: Modify for gdb-mi.el.
2722
2723 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
2724
2725 * fadr.el: New file.
2726
2727 See ChangeLog.14 for earlier changes.
2728
2729 ;; Local Variables:
2730 ;; coding: utf-8
2731 ;; End:
2732
2733 Copyright (C) 2009 Free Software Foundation, Inc.
2734
2735 This file is part of GNU Emacs.
2736
2737 GNU Emacs is free software: you can redistribute it and/or modify
2738 it under the terms of the GNU General Public License as published by
2739 the Free Software Foundation, either version 3 of the License, or
2740 (at your option) any later version.
2741
2742 GNU Emacs is distributed in the hope that it will be useful,
2743 but WITHOUT ANY WARRANTY; without even the implied warranty of
2744 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2745 GNU General Public License for more details.
2746
2747 You should have received a copy of the GNU General Public License
2748 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2749
2750 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1