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