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