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