(change-log-mode-map): Add a menu.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d43c2b06
DN
12009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * add-log.el (change-log-mode-map): Add a menu.
4
3dec5c36
MA
52009-07-27 Michael Albinus <michael.albinus@gmx.de>
6
7 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
8 function returns nil.
9 (dbus-handle-event): Handle special return value :ignore.
10 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11
5704140c
CY
122009-07-26 Chong Yidong <cyd@stupidchicken.com>
13
14 * view.el (view-mode-enable): Don't define Helper-return-blurb if
15 it's not needed.
16
3077d1f6
EZ
172009-07-25 Eli Zaretskii <eliz@gnu.org>
18
19 Fix Bug#3888:
20
21 * w32-vars.el (x-select-enable-clipboard): Doc fix.
22
23 * term/pc-win.el (x-display-name, x-colors)
24 (x-select-enable-clipboard, x-select-text): Doc fix.
25
26 * term/common-win.el (x-display-name, x-colors): Doc fix.
27
28 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
29 (xw-defined-colors): Doc fix.
30
31 * w32-fns.el (x-select-text, x-setup-function-keys)
32 (x-get-selection, x-set-selection): Doc fix.
33
34 * term/x-win.el (x-select-text, x-setup-function-keys)
35 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
36
37 * select.el (x-set-selection): Doc fix.
38
51768bc8
MA
392009-07-25 Michael Albinus <michael.albinus@gmx.de>
40
41 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
42 instead of "IsNSSSupportAvailable". Avahi ought to work also when
43 "IsNSSSupportAvailable" method is not available. Reported by
44 Steve Youngs <steve@sxemacs.org>.
45
b11c2874
KH
462009-07-24 Kenichi Handa <handa@m17n.org>
47
48 * international/characters.el: Fix setting of category ?C, ?|, ?K,
49 and ?H. Fix setting of case for Latin Extended and Greek
50 Extended.
51 (build-unicode-category-table): Fix range checks.
52
ba83b7b6
DN
532009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
54
55 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
56 the buffer we try to sync is current when calling
57 vc-resynch-buffer.
58
59 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
60 not show up to date files.
61
7a8ae964
GM
622009-07-24 Glenn Morris <rgm@gnu.org>
63
64 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
65 Add autoload cookies. If necessary, initialize.
66 (elint-log): Handle non-file buffers.
67 (elint-initialize): Add optional argument to reinitialize.
68 (elint-find-builtin-variables): Save excursion.
69
a707eb05
DN
702009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
71
72 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
73 for Lint.
74
0a2ddfa6
DN
752009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
76
d6a62b0d
DN
77 * vc.el (vc-print-log-internal): New function, split out from ...
78 (vc-print-log): ... here.
10b5dcad 79 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 80
0a2ddfa6
DN
81 * vc-git.el (vc-git-add-signoff): New variable.
82 (vc-git-checkin): Use it.
83 (vc-git-toggle-signoff): New function.
84 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
85 (vc-git--run-command-string): Accept a nil FILE argument.
86 (vc-git-stash-list): New function.
87 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 88
589a99f2
GM
892009-07-23 Glenn Morris <rgm@gnu.org>
90
91 * help-fns.el (describe-variable): Describe ignored and risky local
92 variables in a similar way to that in which we describe safe ones.
93
94 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
95 (byte-compile-output-file-form, byte-compile-output-docform)
96 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
97 Give some more local variables with common names a "bytecomp-" prefix,
98 so as not to shadow things during compilation.
99 * emacs-lisp/cl-macs.el (load-time-value)
100 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
101 `outbuffer' to `bytecomp-outbuffer'.
102
103 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
104 since the next two variables cover them automatically now.
105 (elint-builtin-variables, elint-autoloaded-variables): New.
106 (elint-unknown-builtin-args): Remove all members, since they can be
107 parsed automatically now.
108 (elint-extra-errors): New.
109 (elint-env-add-env, elint-env-add-macro): Use cadr.
110 (elint-current-buffer): Use or. Change final message.
111 (elint-get-top-forms): Use line-end-position.
112 (elint-init-env): Use cadr. Handle autoload, declare-function,
113 and defalias.
114 (elint-add-required-env): Doc fix. Use or. Standardize error.
115 (regexp-assoc): Remove unused function.
116 (elint-top-form): Set elint-current-pos, to record the start of the
117 top-level form, for compilation-mode.
118 (elint-form): Trap errors in macro expansion. Use dolist.
119 (elint-unbound-variable): Use elint-builtin-variables and
120 elint-autoloaded-variables.
121 (elint-get-args): Use cadr, or.
122 (elint-check-cond-form): Use dolist, cadr.
123 (elint-check-condition-case-form): Doc fix. Use cadr.
124 Use elint-extra-errors.
125 (elint-log): New function.
126 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
127 Distinguish errors and warnings.
128 (elint-log-message): Use with-current-buffer. Inhibit read-only.
129 Use a bytecomp-style format.
130 (elint-clear-log): Preserve default-directory. Inhibit read-only.
131 (elint-get-log-buffer): Use compilation mode. Disable undo.
132 Don't truncate lines.
133 (elint-initialize): Set builtin and autoloaded variable lists.
134 Only process elint-unknown-builtin-args if non-nil.
135 (elint-find-builtin-variables, elint-find-autoloaded-variables):
136 New functions.
137 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
138
855b42a2
GM
1392009-07-22 Kevin Ryde <user42@zip.com.au>
140
141 * net/newst-backend.el (newsticker--parse-atom-1.0)
142 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
143 (newsticker--parse-rss-1.0):
144 * progmodes/idlwave.el (idlwave-mode):
145 * progmodes/idlw-shell.el (idlwave-shell-mode):
146 * progmodes/vera-mode.el (vera-mode):
147 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
148 * progmodes/vhdl-mode.el (vhdl-mode):
149 * textmodes/table.el (table-generate-source)
150 (table--warn-incompatibility):
151 Hyperlink urls in docstrings with URL `...'.
152
fd413a37
GM
1532009-07-22 Glenn Morris <rgm@gnu.org>
154
cb711556
GM
155 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
156 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
157 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
158 Remove leading * from defcustom docs.
159
fd413a37
GM
160 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
161
162 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
163 defcustom doc.
164 (list-load-path-shadows): Optionally, just return shadows as a string.
165
166 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
167
a4f69701
CY
1682009-07-21 Chong Yidong <cyd@stupidchicken.com>
169
170 * mail/rmailedit.el (rmail-edit-mode): Use
171 auto-save-include-big-deletions.
172
173 * mail/rmail.el (rmail-variables): Use
174 auto-save-include-big-deletions.
175
176 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
177 changes.
178
ec06459c
JB
1792009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
180
181 * calc/calc.el (calc-undo-length): New variable.
182 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
183
b41b0976
RS
1842009-07-21 Richard Stallman <rms@gnu.org>
185
186 * files.el (auto-save-mode): Handle buffer-save-size = -2
187 for toggling mode.
188
4ed32706
GM
1892009-07-21 Glenn Morris <rgm@gnu.org>
190
531b1264
GM
191 * textmodes/ispell.el (ispell-looking-back): Update declaration.
192
55d27f41
GM
193 * calendar/todo-mode.el (calendar-current-date): Update declaration.
194
02df3f4d
GM
195 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
196 silence compiler. Instead...
197 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
198 (ps-print-ensure-fontified): Update for above function name changes.
199
fdd8417e
GM
200 * printing.el (pr-mh-get-msg-num, pr-mh-show)
201 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
202 silence compiler. Instead...
203 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
204 (mh-show-buffer): Only define for compiler.
205 (pr-mh-current-message): Update for above function name changes.
206
4ed32706
GM
207 * files.el (abort-if-file-too-large): Explicitly pass `filename'
208 as an argument.
209 (find-file-noselect, insert-file-1): Update for above change.
210
211 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
212
213 * mail/mailclient.el (mailclient-send-it): Fix message.
214
215 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
216 (edebug-eval): Check cl-debug-env is bound.
217 (print-level, print-circle): Don't redefine built-in variables.
218
219 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
220 (custom-print-vectors): Remove old comments from doc.
221
222 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
223 (emerge-version): Make the variable an obsolete alias for the
224 emacs-version variable. Make the function obsolete.
225 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
226 Emerge options, rather than merging in into the main Options menu.
227 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
228 and auto advance modes. Disable edit/fast items when not relevant.
229
86812144
CY
2302009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
231
232 * term/vt420.el (terminal-init-vt420): Fix typo.
233
6bb90094
SS
2342009-07-20 Sam Steingold <sds@gnu.org>
235
236 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
237 variable (removed from compile.el on 2004-03-11).
238
42e0a725
CY
2392009-07-20 Chong Yidong <cyd@stupidchicken.com>
240
241 * files.el (hack-local-variables-filter): Fix last change.
242
2ee20f24
JL
2432009-07-19 Juri Linkov <juri@jurta.org>
244
245 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
246 (dir-local-variables-alist): New buffer-local variable.
247 (hack-local-variables-filter): If variable is not dir-local,
248 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
249 because file-local overrides dir-local.
250 (c-postprocess-file-styles)<declare-function>:
251 Remove obsolete declaration.
252 (hack-dir-local-variables): Add dir-local variable/value pair to
253 `dir-local-variables-alist' and remove duplicates. Doc fix.
254
255 * help-fns.el (describe-variable): Add information about
256 file-local and dir-local variables.
257
89bf83cd
CY
2582009-07-19 Chong Yidong <cyd@stupidchicken.com>
259
260 * files.el (hack-local-variables-filter): Rewrite.
261
1a8d3541
GM
2622009-07-19 Glenn Morris <rgm@gnu.org>
263
d9e8a018
GM
264 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
265 Silence compiler by only defining on XEmacs.
266
da332cfb
GM
267 * international/mule.el (auto-coding-regexp-alist): Only match
268 BABYL... at the start of buffer, not of lines. (Bug#3790)
269
1a8d3541
GM
270 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
271 non-calendar buffers (Bug#3862). Restore "not on a date" message.
272 (cal-menu-context-mouse-menu): Doc fix.
273
274 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
275
276 * simple.el (mail-user-agent): Doc fix. Set :version tag.
277
d842b103
JL
2782009-07-18 Juri Linkov <juri@jurta.org>
279
280 * info.el: Virtual Info keyword finder.
281 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
282 (Info-finder-file): New variable.
283 (Info-finder-find-file): New function.
284 (finder-known-keywords, finder-package-info)
285 (find-library-name, lm-commentary): Use defvar and
286 declare-function to silence compiler warnings.
287 (Info-finder-find-node): New function.
288 (info-finder): New command.
289
290 * subr.el (process-kill-buffer-query-function): New function.
291 (add-hook)<kill-buffer-query-functions>: Add hook
292 `process-kill-buffer-query-function'.
293
10d37df7
AM
2942009-07-18 Alan Mackenzie <acm@muc.de>
295
296 * progmodes/cc-mode.el (c-before-hack-hook),
297 (c-postprocess-file-styles): Give invocation of `c-set-style'
298 DONT-OVERRIDE parameter of t. Already set style variables will
299 thus not be overridden by style settings given by `c-file-syle'.
300
301 * files.el (hack-local-variables-filter): Remove entries with
302 duplicate keys from `file-local-variables-alist'.
303
102e1a41
EZ
3042009-07-18 Eli Zaretskii <eliz@gnu.org>
305
306 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
307 x-set-selection if display-selections-p returns nil for the
308 current frame.
309
16f2e9fc
CY
3102009-07-18 Chong Yidong <cyd@stupidchicken.com>
311
312 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
313
f22693fc
EZ
3142009-07-18 Eli Zaretskii <eliz@gnu.org>
315
a6c2c80c
EZ
316 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
317 Accept nil in addition to a regexp.
318 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
319 Accept nil in addition to a regexp.
320 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
321 buffers that have an associated file. Handle nil values of
322 desktop-buffers-not-to-save and desktop-files-not-to-save.
323 (Bug#3833)
324
f22693fc
EZ
325 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
326 (x-disown-selection-internal): New functions.
327
e456379a
NR
3282009-07-18 Nick Roberts <nickrob@snap.net.nz>
329
330 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
331 warning.
332 (gdb-breakpoints-header): Move forward to avoid compiler warning.
333 (gdb-make-header-line-mouse-map): Remove duplicate definition.
334
0013b70f
CY
3352009-07-18 David De La Harpe Golden <david@harpegolden.net>
336
337 * simple.el (set-mark): Revert last change.
338
0855c2ca
CY
3392009-07-17 Tassilo Horn <tassilo@member.fsf.org>
340
341 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
342 rendering of pngs is not possible instead of messaging a long
343 description.
344
3f5c9cad
CY
3452009-07-17 David De La Harpe Golden <david@harpegolden.net>
346
347 * w32-fns.el (x-selection-owner-p): New function.
348
349 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
350 (mouse-yank-at-click, mouse-yank-primary): If
351 select-active-regions is non-nil, deactivate the mark before
352 insertion.
3f5c9cad
CY
353
354 * simple.el (deactivate-mark, set-mark): Only save selection if we
355 own it.
356
1fc87f9b
KH
3572009-07-17 Kenichi Handa <handa@m17n.org>
358
359 * case-table.el (describe-buffer-case-table): Fix for the case
360 that KEY is a cons.
361
d56fdcd2
DN
3622009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
363
364 * vc-rcs.el (vc-rcs-find-file-hook):
365 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
366
bede3e9f
MA
3672009-07-16 Michael Albinus <michael.albinus@gmx.de>
368
369 * net/tramp.el (tramp-wait-for-output): Handle the case when
370 commands do not return a newline but a null byte before the shell
371 prompt. (Bug#3858)
372
7653ca1d
YM
3732009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
374
375 * term/ns-win.el (ns-set-alpha): Don't declare.
376 (ns-set-background-alpha): Remove function.
377
ed2a52e9
SM
3782009-07-16 Kevin Ryde <user42@zip.com.au>
379
380 * emacs-lisp/copyright.el (copyright-update): Save match-data across
381 y-or-n-p, for safety.
382
7a907299
RS
3832009-07-16 Richard Stallman <rms@gnu.org>
384
385 * files.el (auto-save-mode): If buffer-saved-size is -2,
386 don't clobber it.
387
388 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
389 (rmail-retry-ignored-headers): Add more uninteresting fields.
390
c0db3477
CY
3912009-07-15 Jari Aalto <jari.aalto@cante.net>
392
393 * net/rcirc.el (rcirc): Use history variables.
394 (rcirc-server-name-history, rcirc-nick-name-history)
395 (rcirc-server-port-history): New variables.
396
6c875452
KH
3972009-07-15 Kenichi Handa <handa@m17n.org>
398
bf974dc9
KH
399 * international/mule-cmds.el (set-language-environment-charset):
400 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
401 ignore them.
402
6c875452
KH
403 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
404 Delete unibyte-display.
405
2066b4fe
CY
4062009-07-15 Chong Yidong <cyd@stupidchicken.com>
407
408 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
409
f9be2e35
CY
4102009-07-15 Chong Yidong <cyd@stupidchicken.com>
411
412 * simple.el (deactivate-mark): Optional argument FORCE.
413 (set-mark): Use deactivate-mark.
414
415 * info.el (Info-search): No need to check transient-mark-mode
416 before calling deactivate-mark.
417
418 * select.el (x-set-selection): Doc fix.
419 (x-valid-simple-selection-p): Allow buffer values.
420 (xselect--selection-bounds): Handle buffer values. Suggested by
421 David De La Harpe Golden.
422
423 * mouse.el (mouse-set-region, mouse-drag-track): Call
424 copy-region-as-kill before setting the mark, to let
425 select-active-regions work.
426
4272009-06-28 David De La Harpe Golden <david@harpegolden.net>
428
429 * simple.el (deactivate-mark): If select-active-regions is
430 non-nil, copy the selection data into a string.
431 (activate-mark): If select-active-regions is non-nil, set the
432 selection to the current buffer.
433 (set-mark): Update selection if select-active-regions is non-nil.
434
435 * select.el (x-valid-simple-selection-p): Allow buffer values.
436
cbd61418
SM
4372009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
440 and more featureful message-mode.
441
f470187f
CY
4422009-07-14 Chong Yidong <cyd@stupidchicken.com>
443
444 * select.el (x-set-selection): Doc fix.
445 (x-valid-simple-selection-p): Disallow selection data consisting
446 of a list or cons of integers, since that is not used.
447 (xselect--selection-bounds, xselect--int-to-cons): New functions.
448 (xselect-convert-to-string, xselect-convert-to-length)
449 (xselect-convert-to-filename, xselect-convert-to-charpos)
450 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
451
bfc99364
DD
4522009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
453
454 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
455 output in -break-info command (Emacs bug #3794).
456
e32721f5
GM
4572009-07-14 Glenn Morris <rgm@gnu.org>
458
1e46f9e4
GM
459 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
460 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
461 (edebug-print-length, edebug-print-level, edebug-print-circle)
462 (edebug-sit-for-seconds, edebug-view-outside)
463 (edebug-bounce-point, edebug-set-global-break-condition)
464 (edebug-Go-nonstop-mode, edebug-trace-mode)
465 (edebug-Trace-fast-mode, edebug-continue-mode)
466 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
467 (edebug-visit-eval-list): Doc fixes.
468
e32721f5
GM
469 * subr.el (def-edebug-spec): Doc fix.
470
66a85e76
KH
4712009-07-14 Kenichi Handa <handa@m17n.org>
472
473 * international/characters.el: Fix setting of category ?C.
474
28571246
JD
4752009-07-13 Jan Djärv <jan.h.d@swipnet.se>
476
477 * term/ns-win.el (x-select-font): defailias x-select-font to
478 ns-popup-font-panel instead of generate-fontset-menu.
479
5d74672c
EZ
4802009-07-12 Eli Zaretskii <eliz@gnu.org>
481
482 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
483
eb1727a4
CY
4842009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
485
486 * arc-mode.el (archive-find-type): Allow for a PK00 string before
487 the PK\003\004 header (Bug#3770).
488
208384c5
CY
4892009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
490
491 * pcomplete.el (pcomplete-comint-setup): Check for
492 shell-dynamic-complete-filename too.
493
774409a1
CY
4942009-07-11 Chong Yidong <cyd@stupidchicken.com>
495
496 * simple.el (temporary-goal-column): Change the value for
497 line-move-visual to a cons cell.
498 (line-move-visual): Record or set the window hscroll, if
499 necessary (Bug#3494).
500 (line-move-1): Handle cons value of temporary-goal-column.
501
1639ee1d
KH
5022009-07-11 Kenichi Handa <handa@m17n.org>
503
504 * international/mule-diag.el (describe-character-set): Don't show
505 width.
506
2b1d2412
SS
5072009-07-10 Sam Steingold <sds@gnu.org>
508
509 * progmodes/compile.el (compilation-mode-font-lock-keywords):
510 Omake sometimes indents the errors it prints, so allow all
511 regexps to start with spaces.
512
ed3a5691
EZ
5132009-07-10 Eli Zaretskii <eliz@gnu.org>
514
ed2a52e9
SM
515 * cus-edit.el (customize-changed-options-previous-release):
516 Bump value to 22.1. (Bug#3804)
ed3a5691 517
49405d0e
SS
5182009-07-08 Sam Steingold <sds@gnu.org>
519
520 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
521 to be a cons cell (test . ignored-directory) to selectively ignore
522 some directories depending on the location of the search.
523
93c3eb7c
MA
5242009-07-08 Michael Albinus <michael.albinus@gmx.de>
525
526 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
527 remote user is root, on the local host.
528 (tramp-local-host-p): Either the local user or the remote user
529 must be root. (Bug#3771)
530
6f2a8484
NR
5312009-07-08 Nick Roberts <nickrob@snap.net.nz>
532
533 * progmodes/gdb-mi.el (gdb): Remove description of
534 gdb-use-separate-io-buffer.
69cb8d82 535 (menu): Don't allow toggling of or enable
6f2a8484
NR
536 gdb-use-separate-io-buffer from menubar.
537
88d03607
CY
5382009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
539
540 * mail/unrmail.el (unrmail): Make sure the message ends with two
541 newlines (Bug#3769).
542
7ef5b8b2
GM
5432009-07-08 Glenn Morris <rgm@gnu.org>
544
545 * calendar/calendar.el (calendar-current-date): Rework previous change.
546
3ce82f97
GM
5472009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
548
549 * calendar/calendar.el (calendar-current-date):
550 Add an optional argument giving an offset from today.
551
f35fc841
GM
5522009-07-08 Glenn Morris <rgm@gnu.org>
553
554 * tutorial.el (tutorial--describe-nonstandard-key):
555 Adjust the message for when a key has been unbound.
556 (help-with-tutorial): Hide the arch-tag.
557
40149292
KH
5582009-07-08 Kenichi Handa <handa@m17n.org>
559
69cb8d82
KH
560 * international/fontset.el (setup-default-fontset): For each
561 script, append (not set) font-specs.
562
40149292
KH
563 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
564 docstring.
565
ff0c4194
NR
5662009-07-08 Nick Roberts <nickrob@snap.net.nz>
567
568 * progmodes/gdb-mi.el (gdb-init-1): Move sending
569 -data-list-register-names to ...
570 (gdb-starting): ... here because GDB 7.0 requires execution to
571 have started when using this MI command.
572 (gdb-set-header): New function to distinguish select and
573 unselected tabs in gdb buffers.
574 (gdb-propertize-header): New macro that uses gdb-set-header.
575 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 576 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 577
8954c675
CY
5782009-07-07 Chong Yidong <cyd@stupidchicken.com>
579
580 * Makefile.in (ELCFILES): Remove fadr.elc.
581
0996385d
DD
5822009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
583
dc6b4519
DD
584 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
585 may contain frame information, so `string-match' should be used.
586 (gdb-update): Disassembly is invalidated through
587 `gdb-get-selected-frame'.
588 (gdb-pad-string): New function to pad string with spaces.
589 (gdb-invalidate-disassembly): Invalidate only if the buffer
590 exists.
591 (gdb-disassembly-handler-custom): Column alignment.
592 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
593 placing new ones.
594 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
595 end of line, too.
596 (gdb-frame-handler): Match convention to for disassembly buffer
597 mode name.
17c1380b 598 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
599 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
600 not highlight breakpoints without line information.
69a197a2 601 (gdb-input): Add trailing newline to command.
dc6b4519 602
14340b25
DD
603 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
604 buffer properly.
605 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
606 `gdb-break-list-handler'. Using real parser instead of regexps
607 now.
608 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
609 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
610 to place breakpoints.
14340b25
DD
611 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
612 functions.
613 (gdb-disassembly-handler-custom): Show overlay arrow.
614 (gdb-disassembly-place-breakpoints): Show breakpoints in
615 disassembly buffer.
616 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
617 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
618 instead of parsing breakpoints buffer. Fixed old menu references
619 in `gud-menu-map'.
14340b25 620
38d4f316 621 * fadr.el: Remove.
1f2a6224 622
0996385d
DD
623 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
624 (gdb-memory-address): New variable which holds top address of
625 memory page shown in memory buffer
626 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
627 customization variables.
628 New functions:
629 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
630 display the memory buffer.
631 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
632 buffer display parameters.
633 (def-gdb-memory-format, gdb-memory-format-binary)
634 (gdb-memory-format-octal, gdb-memory-format-unsigned)
635 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
636 Functions for setting memory buffer format.
637 (gdb-memory-unit-word, gdb-memory-unit-halfword)
638 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
639 unit size used in memory buffer.
640 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
641 to next/previous page of memory buffer.
28d67a53 642 Now using (bindat-get-field) instead of fadr functions.
0996385d 643
9ba562d3
SS
6442009-07-07 Sam Steingold <sds@gnu.org>
645
646 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
647 non-top-level files.
648
a43977db
KH
6492009-07-07 Kenichi Handa <handa@m17n.org>
650
651 * international/mule-cmds.el (reset-language-environment): Put
652 the highset priority to the charset iso-8859-1.
653
d44d05e8
CY
6542009-07-06 Chong Yidong <cyd@stupidchicken.com>
655
656 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
657 to the end of the line when locating the block (Bug#700).
658
3e2fa353
MA
6592009-07-06 Michael Albinus <michael.albinus@gmx.de>
660
661 * net/tramp.el (tramp-handle-write-region): Flush file properties
662 in case of short track.
663
d88782c3
DN
6642009-07-07 Michael McNamara <mac@mail.brushroad.com>
665
666 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
667 representation of verilog error regular expressions to work with
668 Emacs-22's new format.
669 (verilog-error-regexp-xemacs-alist): Coded custom representation
670 of verilog error regular expressions to work with XEmacs format
671 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
672 error recognition into XEmacs.
673 (verilog-error-regexp-add-emacs): Hook routine to install verilog
674 error recognition into Emacs-22.
675
25c6f63e
CY
6762009-07-06 Chong Yidong <cyd@stupidchicken.com>
677
678 * woman.el: Remove stand-alone closing parentheses.
679 (woman-file-name, woman2-format-paragraphs)
680 (woman-leave-blank-lines): Code cleanup.
681 (woman-use-own-frame): Change default to nil.
682 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
683 defaults to inherit from default faces.
684 (woman2-process-escapes): Consume the newline after a stand-alone
685 filler character (Bug#3651).
686
f176290e
GM
6872009-07-06 Glenn Morris <rgm@gnu.org>
688
689 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
690 (top-level): Move provide to the end.
691 (ffap): Remove defunct URL from custom group.
692
693 * subr.el (eval-after-load): Doc fix.
694
e4a5a307
JB
6952009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
696
697 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
698 `calc-embedded-word' is called twice.
699
4b8b1ec5
SM
7002009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
701
702 * files.el (find-alternate-file-other-window, find-alternate-file):
703 Obey confirm-nonexistent-file-or-buffer.
704
d6ceb380
MA
7052009-07-05 Michael Albinus <michael.albinus@gmx.de>
706
707 * dired-aux.el (dired-show-file-type): Handle remote files.
708
c760f19e
CY
7092009-03-22 Jari Aalto <jari.aalto@cante.net>
710
4b8b1ec5
SM
711 * desktop.el (desktop-globals-to-save):
712 Add file-name-history (Bug#2750).
c760f19e 713
6d00ce04
CY
7142009-07-05 Chong Yidong <cyd@stupidchicken.com>
715
4b8b1ec5 716 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 717
6ee21b07
JB
7182009-07-04 Johan Bockgård <bojohan@gnu.org>
719
720 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
721 property on entire argument since this is what eshell-lisp-command
722 expects.
723
f0dbdc25
MA
7242009-07-03 Michael Albinus <michael.albinus@gmx.de>
725
726 * net/tramp-gvfs.el (tramp-gvfs-methods)
727 (tramp-gvfs-zeroconf-domain)
728 (tramp-bluez-discover-devices-timeout): Add version flag.
729 (tramp-gvfs-handler-mounted-unmounted)
730 (tramp-gvfs-connection-mounted-p): Polish handling of
731 incompatibilities between GVFS 0.2 and 1.0.
732
e044e4fc
JD
7332009-07-03 Jan Djärv <jan.h.d@swipnet.se>
734
4b8b1ec5 735 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 736
2e9b968b
JB
7372009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
738
739 * calc-math.el (math-use-emacs-fn): Make sure that the number is
740 formatted correctly.
741
baf1a55e
JL
7422009-07-02 Juri Linkov <juri@jurta.org>
743
744 * info.el: Virtual Info files and nodes.
745 (Info-virtual-files, Info-virtual-nodes): New variables.
746 (Info-current-node-virtual): New variable.
747 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
748 New functions.
749 (Info-file-supports-index-cookies): Use Info-virtual-file-p
750 to check for a virtual file instead of checking a fixed list
751 of node names.
752 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
753 instead of ad-hoc processing of "dir" and (apropos history toc).
754 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
755 instead of ad-hoc processing of "dir" and (apropos history toc).
756 Reread a file when moving from a virtual node.
757 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
758 (Info-directory-toc-nodes, Info-directory-find-file)
759 (Info-directory-find-node): New functions.
760 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
761 (Info-history): Move part of code to
762 `Info-history-find-node'.
763 (Info-history-toc-nodes, Info-history-find-file)
764 (Info-history-find-node): New functions.
765 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
766 (Info-toc): Move part of code to `Info-toc-find-node'.
767 (Info-toc-find-node): New function.
4b8b1ec5 768 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
769 the current Info file name to references because now the node
770 "*TOC*" belongs to the same Info manual.
4b8b1ec5 771 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
772 (Info-toc-nodes): Rename input argument `file' to `filename'.
773 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
774 instead of ad-hoc processing of ("dir" apropos history toc).
775 (Info-index-nodes): Use Info-virtual-file-p
776 to check for a virtual file instead of checking a fixed list
777 of node names.
778 (Info-index-node): Add check for `Info-current-node-virtual'.
779 Raise `save-match-data' higher up the tree to contain
780 `search-forward' too (bug fix).
781 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
782 (Info-virtual-index-nodes): New variable.
783 (Info-virtual-index-find-node, Info-virtual-index): New functions.
784 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
785 (Info-apropos-file, Info-apropos-nodes): New variables.
786 (Info-apropos-toc-nodes, Info-apropos-find-file)
787 (Info-apropos-find-node, Info-apropos-matches): New functions.
788 (info-apropos): Move part of code to `Info-apropos-find-node' and
789 `Info-apropos-matches'.
790 (Info-mode-map): Bind "I" to `Info-virtual-index'.
791 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
792 for a virtual file instead of checking a fixed list of node names.
793
794 * simple.el (async-shell-command): New command.
795
796 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
797
798 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
799 instead of `mount-info'.
800
d04bc496
MA
8012009-07-02 Michael Albinus <michael.albinus@gmx.de>
802
803 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 804 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 805
af0403e0
KH
8062009-07-02 Kenichi Handa <handa@m17n.org>
807
808 * international/mule.el (set-keyboard-coding-system): Force *-unix
809 coding-system to avoid eol conversion.
810
99278f8a
MA
8112009-07-01 Michael Albinus <michael.albinus@gmx.de>
812
4b8b1ec5
SM
813 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
814 Add handler for `process-file', `shell-command' and
99278f8a
MA
815 `start-file-process'.
816 (tramp-gvfs-handle-shell-command)
817 (tramp-gvfs-handle-start-file-process)
818 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 819 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 820
3f1c6666
JD
8212009-07-01 Jan Djärv <jan.h.d@swipnet.se>
822
823 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
824
3f396bac
KH
8252009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
826
827 * language/korean.el (set-language-info-alist): Add korean-cp949,
828 cp949 to spec.
829
c1185193
KH
8302009-07-01 Kenichi Handa <handa@m17n.org>
831
832 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
833
834 * international/encoded-kb.el: Deleted.
835
836 * international/mule.el (set-keyboard-coding-system): Perform the
837 necessary setup here instead of calling encoded-kbd-setup-display.
838
3f150a60
GM
8392009-07-01 Glenn Morris <rgm@gnu.org>
840
841 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
842
b0d5b05b
GM
8432009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
844
845 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
846
4f4126e6
MA
8472009-06-30 Michael Albinus <michael.albinus@gmx.de>
848
4b8b1ec5
SM
849 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
850 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 851 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 852
7ae3ea65 853 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
854 (top): Add a default for "synce" in `tramp-default-user-alist'.
855 Add completion function for "synce" method.
856 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
857 (tramp-hal-interface-manager, tramp-hal-interface-device):
858 New defconst.
859 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
860 (tramp-synce-list-devices, tramp-synce-parse-device-names):
861 New defuns.
d6ceb380
MA
862
863 * net/trampver.el: Update release number.
7ae3ea65 864
0ad6626b
KH
8652009-06-30 Kenichi Handa <handa@m17n.org>
866
867 * international/fontset.el (setup-default-fontset): Add CJK fonts
868 for symbols and the other miscellaneous characters.
869
4b8b1ec5
SM
870 * language/korea-util.el (setup-korean-environment-internal):
871 Make char-width-table suitable for Korean environments.
0ad6626b
KH
872 (exit-korean-environment): Cancel above.
873
874 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
875 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
876 setup-funcion to make char-widht-table suitable for respective
877 environments, and an exit-function to cancel that.
878
879 * language/japan-util.el (setup-japanese-environment-internal):
880 Call use-cjk-char-width-table with arg `ja_JP'.
881
882 * international/characters.el (cjk-char-width-table): Delete it.
883 (cjk-char-width-table-list): New variable.
884 (use-cjk-char-width-table): New arg local-name.
885 (use-default-char-width-table): Fix for the case that Emacs is
886 already using the default char-width-table.
887
fd46e893
MA
8882009-06-29 Michael Albinus <michael.albinus@gmx.de>
889
890 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
891 modes mandatory. (Bug#3712)
892
b87d9f96
AM
8932009-06-29 Alan Mackenzie <acm@muc.de>
894
895 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 896 correction between the visible width of TABs and their number of bytes.
b87d9f96 897
2d25aa5a
CY
8982009-06-29 Chong Yidong <cyd@stupidchicken.com>
899
900 * server.el (server-buffer-done): Prevent kill-buffer from
901 prompting by clearing the buffer modification flag (Bug#3696).
902
a3a8b002
DN
9032009-06-28 Michael McNamara <mac@mail.brushroad.com>
904
905 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 906 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
907 (verilog-basic-complete-re): Support localparam lineup.
908 (verilog-beg-of-statement-1): Fix for robustness, unique case.
909 (verilog-set-auto-endcomments): Fix for unique case, always_comb
910 commenting.
911 (verilog-leap-to-case-head): Now support *nested* unique &
912 priority case statements.
913 (verilog-auto-lineup): Make just declarations the default (as it
914 had been).
4b8b1ec5 915 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
916 (verilog-auto-lineup): Rework to give users radio buttons to
917 select the various styles of automatic lineup
918 (verilog-error-regexp-alist): Rework to support the XEmacs style
919 of error regular expressions from compilers, lint tools &
920 simulators. Note that GNU Emacs has made it impossible for a mode
921 to load such things.
922 (electric-verilog-terminate-line, verilog-indent-declaration)
923 (verilog-auto-wiure): Rework for radio button selection of
924 auto-lineup selection of specification of auto lineup.
925 (verilog-beg-of-statement-1): Redesign to support proper operation
926 in additional code, based on testing with auto-lineup.
927 (verilog-calculate-indent, assignments & declarations)
928 (verilog-backward-token): Enhance to support auto-lineup of
929 assignments & declarations.
930 (verilog-in-directive-p, verilog-at-struct-p): New function for
931 easy test of whether we are.
932 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
933 to support safe execution at almost anyline.
934 (verilog-calc-1): Properly support indenting deep inside generate
935 blocks.
936 (verilog-init-font) Remove definition & use of verilog-init-font,
937 as it is redundant with font-lock-defaults.
938 (verilog-mode): Alter the definition of verilog-font-lock-defualts
939 to avoid circular calls if syntax-ppss is a function (as is the
940 case now in 22.x GNU Emacs) as that function would sometimes call
941 itself, leading to (nearly) infinite recursion
942 (verilog-ovm-begin-re, verilog-ovm-end-re)
943 (verilog-ovm-statement-re, verilog-leap-to-head)
944 (verilog-backward-token): Add support for OVM macros. Some are
945 complete statements, and others open and close scopes like begin
946 and end.
947 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
948 (verilog-defun-level-generate-only-re): Really fix the defun-list
949 compilation issue
950 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
951 coverpoint, constraint and cross statements
952 (verilog-defun-level-list, verilog-generate-defun-level-list)
953 (verilog-all-defun-level-list): Redo these specifications - it is
954 too hard to support eval-when compile aggregation of lists also
955 built at when-compile time.
956 (verilog-defun-level-list): Place defconsts of variables used in
957 building regular expressions which are built in eval-when-compile
958 bodies in the same eval-when-compile body to facilitate compile
959 without load.
960 (verilog-beg-block-re-ordered): Support indenting
961 virtual/protected tasks and functions.
962 (verilog-defun-level-list,verilog-in-generate-region-p)
963 (verilog-backward-ws&directives, verilog-calc-1): Speed up
964 indentation of some module items (generate items).
965 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
966 across virtual/protected tasks and functions.
967
9682009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
969
4b8b1ec5
SM
970 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
971 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
972 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
973 in concatenations. Reported by Yishay Belkind.
974 (verilog-auto-ascii-enum): Support one-hot state machines in
975 AUTOASCIIENUM. Suggested by Lloyd Gomez.
976 (verilog-auto-inst, verilog-auto-inst-port): Include interface
977 modport in AUTOINST and add vl-modport for users. Reported by
978 David Rogoff.
979 (verilog-auto-inout-module, verilog-auto-inst)
980 (verilog-decls-get-interfaces, verilog-insert-definition)
981 (verilog-insert-one-definition, verilog-read-decls)
982 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
983 (verilog-sig-modport, verilog-signals-combine-bus)
984 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
985 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
986 Suggested by David Rogoff.
987 (verilog-repair-open-comma): Fix non-insertion of comma when
988 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
989 (verilog-make-width-expression): Simplify [A-1:0] expression
990 widths to just {A{1'b0}}.
991 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
992 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
993 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
994 inputs/outputs or data type. Suggested by Vasu Kandadi.
995 (next-error-last-buffer): Fix byte-compiler warning.
996 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
997 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 998 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 999 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
1000 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
1001 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
1002 in AUTOINOUT. Reported by Matthew Lovell.
1003 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
1004 causing use of <= assignments. Reported by Alex Reed.
1005 (verilog-read-decls): Fix triand, trior, wand, wor to be
1006 recognized by AUTOWIRE. Reported by Spencer Isaacson.
1007 (verilog-extended-complete-re): Support import "DPI-C" functions.
1008 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 1009 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
1010 (verilog-insert-date, verilog-insert-year)
1011 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
1012 Windows systems. Reported by Michael Potts.
1013 (verilog-read-module-name): Fix AUTOINST when the child module
1014 declaration's name is a tick define. Reported by Elliot Mednick.
1015 (verilog-read-decls): Fix V2K parameter bit subscripts getting
1016 passed to next parameter's definition. Reported by Bruce T.
1017 (verilog-read-decls): Fix detecting "parameter int" when using
1018 AUTOINSTPARAM. Reported by Bruce T.
1019 (verilog-goto-defun): Fix goto not finding modules unless first
1020 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 1021 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
1022 verilog-goto-defun will work. Reported by Lawrence Butcher.
1023 (verilog-getopt): Expand environment variables in -f file
1024 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 1025 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
1026 when reading enumerations.
1027 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
1028 Suggested by Stephen Peltan.
4b8b1ec5 1029 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
1030 files. Reported by Steve Peltan.
1031
f7c0d931
CY
10322009-06-28 David De La Harpe Golden <david@harpegolden.net>
1033
1034 * files.el (trash-directory): Fix defcustom type.
1035
baf1a55e 10362009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
1037
1038 * help-fns.el (describe-function-1): Correctly locate adviced
1039 functions in hyperlink (Bug#2438).
1040
d63a01ef
CY
10412009-06-28 Chong Yidong <cyd@stupidchicken.com>
1042
1043 * files.el (trash-directory): Change default to nil.
1044 (move-file-to-trash): If trash-directory is nil and
1045 system-move-file-to-trash is unbound, perform freedesktop-style
1046 trashing.
1047
10482009-06-28 David De La Harpe Golden <david@harpegolden.net>
1049
1050 * files.el (move-file-to-trash): Add freedesktop trash
1051 support (Bug#973).
1052
fc2f6a26
GM
10532009-06-28 Glenn Morris <rgm@gnu.org>
1054
1055 * autorevert.el (global-auto-revert-non-file-buffers)
1056 (global-auto-revert-mode): Doc fixes.
1057
00242b07
JB
10582009-06-27 Johan Bockgård <bojohan@gnu.org>
1059
1060 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
1061
f5594f03
CY
10622009-06-27 Chong Yidong <cyd@stupidchicken.com>
1063
e8a2b2da
CY
1064 * faces.el (x-handle-named-frame-geometry): Ensure that we have
1065 opened an X connection before calling x-get-resource (Bug#3194).
1066
f5594f03
CY
1067 * play/doctor.el: Remove reference to obsolete website.
1068 (make-doctor-variables): Correct grammar mistake (Bug#2633).
1069
3c3bf6ce
DN
10702009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1071
1072 Remove find-file-not-found-hook VC method. (Bug#2757)
1073 * vc-hooks.el (vc-file-not-found-hook)
1074 (vc-default-find-file-not-found-hook): Remove functions.
1075 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
1076 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
1077 * vc.el:
1078 * vc-hg.el:
1079 * vc-git.el: Do not mention find-file-not-found-hook VC method.
1080
e26a7bc0
AM
10812009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1082
1083 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
1084 compatibility function for `looking-back'
1085
4b8b1ec5
SM
1086 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1087 Use `ispell-looking-back'
e26a7bc0 1088
d9848600
MA
10892009-06-24 Michael Albinus <michael.albinus@gmx.de>
1090
1091 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 1092 rather than `filename'.
d9848600 1093
05fbc4a9
MB
10942009-06-23 Miles Bader <miles@gnu.org>
1095
1096 * face-remap.el (text-scale-set): New function.
1097
f86ca715
GM
10982009-06-23 Glenn Morris <rgm@gnu.org>
1099
33e2c2e5
GM
1100 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1101
f529f302
GM
1102 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
1103
34995333
GM
1104 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
1105
cc80ccee
GM
1106 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
1107
84cb770d
GM
1108 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1109 Simplify Persian conditionals.
1110
d916c965
GM
1111 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
1112 variable `filename'.
1113
b6a44b27
GM
1114 * comint.el (comint-insert-input): Doc fix.
1115
f86ca715
GM
1116 * Makefile.in (ELCFILES): Fix typo in previous change.
1117
666e158e
MB
11182009-06-23 Miles Bader <miles@gnu.org>
1119
1120 * cus-start.el: Add entry for `recenter-redisplay'.
1121
77bf3f54
DN
11222009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1123
1124 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
1125 Add an optional argument for the backend, use it instead of
1126 calling vc-backend.
4b8b1ec5
SM
1127 (vc-mode-line): Add an optional argument for the backend.
1128 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
1129 special handling for vc-state being a buffer to ...
1130
1131 * vc-rcs.el (vc-rcs-find-file-hook):
1132 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
1133
1134 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
1135 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
1136 vc-stay-local-p and vc-mode-line calls.
1137
1138 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
1139 (vc-cvs-diff, vc-cvs-annotate-command)
1140 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
1141 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
1142 vc-mode-line calls.
1143
1144 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
1145 direct comparison.
1146 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
1147 backend when calling vc-mode-line.
1148 (vc-register): Do not create a closure for calling the vc register
1149 function, call it directly.
1150
2764748c
DN
11512009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1152
1153 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
1154 to make it obvious item can be clicked.
f5a0b281
DN
1155
1156 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
1157
d4a885b2
KH
11582009-06-23 Kenichi Handa <handa@m17n.org>
1159
1160 * language/korea-util.el (korean-key-bindings): Change the binding
1161 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
1162 same command.
1163
e3610693
MA
11642009-06-22 Michael Albinus <michael.albinus@gmx.de>
1165
1166 Sync with Tramp 2.1.16.
1167
1168 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
1169
1170 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
1171 when a loading of a package fails. Completion function for rsync
1172 is `tramp-completion-function-alist-ssh'.
1173 (all): Replace all calls of `split-string' and
1174 `tramp-split-string' by `tramp-compat-split-string'.
1175 (tramp-default-method): Use `tramp-compat-process-running-p'.
1176 (tramp-default-proxies-alist): Allow also Lisp forms.
1177 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 1178 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
1179 (tramp-domain-regexp): Allow also "-", "_" and ".".
1180 (tramp-end-of-output): Remove newlines, and add "$" at the end.
1181 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
1182 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
1183 (tramp-handle-directory-files-and-attributes-with-stat):
1184 Care about filenames with spaces, or starting with "-".
e3610693
MA
1185 (tramp-handle-dired-uncache): New defun.
1186 (tramp-handle-insert-directory): Don't flush the directory from
1187 cache, this is handled by `dired-uncache' now.
1188 (tramp-handle-insert-file-contents): Improve error handling.
1189 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1190 Quote `tramp-end-of-output'.
1191 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
1192 (tramp-check-for-regexp): Both echoes must be present, before removing.
1193 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
1194 (tramp-compute-multi-hops): Eval cons cells of
1195 `tramp-default-proxies-alist'.
1196 (tramp-maybe-open-connection): Use the same command pattern for
1197 first hop and further hops.
1198 (tramp-wait-for-output): Remove handling of newlines.
1199 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
1200 (tramp-split-string): Remove function. It is handled in
1201 tramp-compat now.
1202
4b8b1ec5
SM
1203 * net/tramp-cmds.el (tramp-bug):
1204 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
1205
1206 * net/tramp-compat.el (tramp-compat-split-string)
1207 (tramp-compat-process-running-p): New defuns.
1208
1209 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
1210 for `dired-uncache'.
1211
1212 * net/tramp-gvfs.el: New package.
1213
4b8b1ec5
SM
1214 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1215 Add handler for `dired-uncache'.
e3610693
MA
1216 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
1217
1218 * net/trampver.el: Update release number. Make version check fit
1219 for SXEmacs 22.
1220
13a3f374
JM
12212009-06-22 Jim Meyering <meyering@redhat.com>
1222
e0a28a3b 1223 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
1224 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
1225 XZ is the successor to LZMA: <http://tukaani.org/xz/>
1226
5242671e 12272009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 1228 Nick Roberts <nickrob@snap.net.nz>
13a3f374 1229
e0a28a3b 1230 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
1231 repository (http://sphinx.net.ru/hg/gdb-mi/).
1232
3fde45af
GM
12332009-06-22 Glenn Morris <rgm@gnu.org>
1234
46253b34
GM
1235 * files.el (dir-locals-collect-mode-variables): Allow for any number of
1236 `mode' and `eval' entries. (Bug#3430)
1237
97e18192
GM
1238 * Makefile.in (ELCFILES): Add fadr.elc.
1239
731a00fb
GM
1240 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
1241 differing behavior of \n and ^ in strings. (Bug#3385)
1242
c66cd0ff
GM
1243 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
1244
3fde45af
GM
1245 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
1246 property.
1247 (lisp-indent-function): Make it a defcustom.
1248
db2241a0
NR
12492009-06-21 Nick Roberts <nickrob@snap.net.nz>
1250
1251 * progmodes/gdb-ui.el: Replace with ...
5242671e 1252 * progmodes/gdb-mi.el: ... this file.
db2241a0 1253 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
1254
12552009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
1256
db2241a0
NR
1257 * fadr.el: New file.
1258
38d4f316 1259See ChangeLog.14 for earlier changes.
e3d51b27
MR
1260
1261;; Local Variables:
1262;; coding: utf-8
e3d51b27
MR
1263;; End:
1264
38d4f316 1265 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
1266
1267 This file is part of GNU Emacs.
1268
1269 GNU Emacs is free software: you can redistribute it and/or modify
1270 it under the terms of the GNU General Public License as published by
1271 the Free Software Foundation, either version 3 of the License, or
1272 (at your option) any later version.
1273
1274 GNU Emacs is distributed in the hope that it will be useful,
1275 but WITHOUT ANY WARRANTY; without even the implied warranty of
1276 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1277 GNU General Public License for more details.
1278
1279 You should have received a copy of the GNU General Public License
1280 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1281
38d4f316 1282;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1