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