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