*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c8a44c4e
DD
12009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
2
3 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
4 from `gdb-mi.el' to avoid extra tangling.
5
6 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7 change which breaks `gud-def' definitions. used in `gdb'.
8 (gdb-update-gud-running): No extra fuss for updating frame number.
9
dfd4e693
SM
102009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11
51c4341f
SM
12 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
13 (describe-language-environment-map, setup-language-environment-map)
14 (set-coding-system-map): Move initialization into declaration.
15 (set-language-info-alist): Last arg to define-key-after can be skipped.
16
17 * international/quail.el (quail-completion-1): Simplify.
18 (quail-define-rules): Use slightly more compact code.
19 (quail-insert-decode-map): Propertize keys, compact columns.
20
dfd4e693
SM
21 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22 Add goto-line.
23
83326559
MB
242009-08-10 Miles Bader <miles@gnu.org>
25
26 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
27 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
28 (js2-instance-member, js2-private-member, js2-private-function-call)
29 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
30 (js2-magic-paren, js2-external-variable):
31 Remove "-face" suffix from face names.
32 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
33 (js2-highlight-undeclared-vars, js2-peek-token)
34 (js2-parse-function-params, js2-mode-show-errors)
35 (js2-mode-show-warnings, js2-make-magic-delimiter)
36 (js2-mode-highlight-magic-parens): Update to use new face names.
37
8e754ea2
MA
382009-08-09 Michael Albinus <michael.albinus@gmx.de>
39
40 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
41 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
42
1c292fc7
CY
432009-08-09 Chong Yidong <cyd@stupidchicken.com>
44
18d433a7
CY
45 * subr.el: Provide hashtable-print-readable.
46
1c292fc7
CY
47 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
48 hs-c-like-adjust-block-beginning.
49 (hs-hide-block-at-point): Stop hiding at the beginning of
50 hs-block-end-regexp (Bug#700).
51
2db0ae07
DD
522009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
53
54 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
55 a macro.
56 (gdb-registers-handler-custom): Do not fail when register names
57 are unavailable.
58
fe4740a6
DD
592009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
60
61 * progmodes/gdb-mi.el (gdb-control-all-threads)
62 (gdb-control-current-thread): Interactive setters for
63 `gdb-gud-control-all-threads' to use in menu.
64 (gdb-show-run-p): Show «Go» when process is not active.
65 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
66 gud/thread.xpm and gud/all.xpm.
67
ce299d55
CY
682009-08-08 Yoni Rabkin <yoni@rabkins.net>
69
70 * net/net-utils.el (net-utils-font-lock-keywords): New var.
71 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
72 (net-utils-mode): New mode for viewing diagnostic network output.
73 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
74 (net-utils-run-simple): New function.
75 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 76
7c4654ad
DD
772009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
78
79 * progmodes/gdb-mi.el (gdb-read-memory-custom)
80 (gdb-memory-set-address, def-gdb-set-positive-number)
81 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
82 after changing settings.
83 (gdb-invalidate-disassembly): Update when first shown.
84 (gdb-edit-locals-value): Fixed.
85 (gdb-registers-handler-custom): Print registers in right order and
86 allow changing register values (only for current thread yet).
9cbac26b
DD
87 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
88 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
89 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
90 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
91 info in mode name.
92 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 93
0f25a277
EZ
942009-08-08 Eli Zaretskii <eliz@gnu.org>
95
96 * mail/rmail.el (rmail-add-mbox-headers)
97 (rmail-set-message-counters-counter): Search for
98 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
99
b971be60
GM
1002009-08-08 Glenn Morris <rgm@gnu.org>
101
102 * Makefile.in (ELCFILES): Update.
103
a35d3ad8
EZ
1042009-08-07 Eli Zaretskii <eliz@gnu.org>
105
60c2df40
EZ
106 * mail/sendmail.el (mail-yank-original): Set
107 buffer-file-coding-system from the one used by the message whose
108 text is yanked.
109
8b0bcc2e
EZ
110 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
111 to "windows" when "pgnuplot" is used.
112 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
113 call accept-process-output if "pgnuplot" is used.
114 (calc-graph-init): Don't send -display and -geometry to
115 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
116 running "pgnuplot -V" with shell-command-to-string.
117
118 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
119 the default.
120
1212009-08-07 Eli Zaretskii <eliz@gnu.org>
122
123 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
124 org/org-latex.elc.
125
3bca7ca5
DN
1262009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
127
3c53763c
DN
128 * vc-dispatcher.el (vc-resynch-window): Update comment.
129
3bca7ca5
DN
130 * term.el (term-handle-ansi-escape): Add comments with the
131 terminfo capabilities implemented.
132
7b217360
DD
1332009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
134
135 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
136 (gdb-var-create-handler): Rewritten using JSON parser.
137 (gdb-propertize-header): Moved earlier.
138 (gdb-set-header): Removed to avoid duplication.
139 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
140 Refresh disassembly buffers only after threads list have been
141 update.
142 (gdb-threads-header, gdb-registers-header): Per-buffer header line
143 variables.
144
b4d84ecf
JL
1452009-08-04 Juri Linkov <juri@jurta.org>
146
147 * files.el: Commands to add/delete file/directory-local variables.
148 (read-file-local-variable, read-file-local-variable-value)
149 (read-file-local-variable-mode, modify-file-local-variable)
150 (modify-file-local-variable-prop-line)
151 (modify-dir-local-variable): New functions.
152 (add-file-local-variable, delete-file-local-variable)
153 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
154 (add-dir-local-variable, delete-dir-local-variable)
155 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
156 (copy-dir-locals-to-file-locals-prop-line): New commands.
157
42da39c1
CY
1582009-08-04 Chong Yidong <cyd@stupidchicken.com>
159
160 * abbrev.el (insert-abbrev-table-description): Prettify output.
161 Suggested by Karl Chen.
162
98bf8494
DD
1632009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
164
78b9fb28
DD
165 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
166 (gdb-overlay-arrow-position): Renamed to
167 `gdb-disassembly-position'.
168 (gdb-overlay-arrow-position, gdb-thread-position)
169 (gdb-disassembly-position): Declare variables.
170 (gdb-wait-for-pending): Function now.
171 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
172 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
173 compilation goes smoothly.
174 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
175 (gdb-non-stop-setting): New customization setting which replaces
176 `gdb-non-stop' so changing it doesn't break active GDB session.
177 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
178 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
179 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
180 (gdb-show-threads-by-default): New customization options.
181 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
182 routines.
183 (gdb-get-buffer-create): Send buffers update signal when they are
184 created.
185 (gdb-invalidate-locals, gdb-invalidate-registers)
186 (gdb-invalidate-breakpoints)
187 (gdb-invalidate-threads, gdb-invalidate-disassembly)
188 (gdb-invalidate-memory): Accept update signal.
189 (gdb-current-context-command): Use --frame option.
190 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
191 Implement `gdb-frame-number' selection logic.
192 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
193 whether to show GUD toolbar buttons.
194 (gdb-thread-exited): Unselect current thread when it exits.
195 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
196 (gdb-mark-line): Routine which sets overlay arrow or inverses
197 video on fringeless displays.
198 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
199 to build aligned columns of data in GDB buffers and set text
200 properties line-by-line.
201 (gdb-invalidate-breakpoints)
202 (gdb-breakpoints-list-handler-custom)
203 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
204 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
205 (gdb-registers-handler-custom): Align data columns.
206 (gdb-locals-handler-custom): Now prints data like in variable
207 declarations.
208 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
209 Removed confusing buttons.
210 (gdb-invalidate-threads): Append --frame.
211 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
212 between breakpoints/threads buffers.
213 (gdb-set-window-buffer): Now can ignore dedicated windows.
214 (gdb-propertize-header): Use `gdb-set-window-buffer'.
215 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
216 (def-gdb-thread-buffer-gud-command): Replaces
217 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
218 for fine thread control.
219 (gdb-preempt-existing-or-display-buffer): New function used to
220 display bound buffers without breaking window layout.
221 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
222 (gdb-select-frame): New version of `gdb-frames-select' which now
223 sets `gdb-frame-number' so commands may use --frame option instead
224 of inner debugger state.
225 (gdb-frame-handler): Do not set `gdb-frame-number'.
226 (gdb-threads-mode-map): Select threads with mouse.
227
228 * progmodes/gud.el (gdb-gud-context-call): Declare function to
229 avoid compilation warning.
230 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
231 `gdb-show-stop-p`.
232
566f3909
DD
233 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
234 Argument `key' renamed to `buffer-type'.
235 (gdb-current-context-buffer-name): Do not add thread info to
236 buffer name when no thread is selected.
237 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
238 command (bug 3794).
239 (gdb-thread-selected): Handle `=thread-selected' notification.
240 (gdb-wait-for-pending): New macro to deal with congestion problems.
241 (gdb-breakpoints-list-handler-custom): Don't fail on pending
242 breakpoints.
243 (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
244 fixes problem similar to one described in bug 3947.
245 (gud-menu-map): More menu items.
246 (gdb-init-1): Reset `gdb-thread-number' to nil.
247
4a31122c
DD
248 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
249 non-stop settings.
250
251 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
252 (gdb-current-context-command): Do not append --thread if
253 `gdb-thread-number' is nil.
254 (gdb-running-threads-count, gdb-stopped-threads-count): New
255 variables.
256 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
257 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
258 customization options.
259 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
260 GUD commands.
261 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
262 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
263 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
264 set `gdb-thread-number' and update `gud-running' properly.
265 (gdb-running): Update threads list when new threads appear.
266 (gdb-stopped): Support non-stop operation and new thread switching
267 logic.
268 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
269 (gdb-json-partial-output): New set of JSON routines.
270 (def-gdb-auto-update-trigger): New `signal-list' optional
271 argument.
272 (gdb-thread-list-handler-custom): Update `gud-running',
273 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
274 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
275 (gdb-continue-thread, gdb-step-thread): New commands for fine
276 thread execution control.
277 (gud-menu-map): New menu items to switch non-stop options.
278 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 279 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
280
281 * progmodes/gdb-mi.el (gdb-rules-name-maker)
282 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
283 gdb-buffer-rules.
284 (def-gdb-auto-update-handler): New nopreserve optional argument.
285 (gdb-stack-list-frames-custom): Print stack from top to bottom.
286
287 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
288 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
289 (gdb-parent-mode): New mode to derive other GDB modes from.
290 (gdb-display-disassembly-for-thread)
291 (gdb-frame-disassembly-for-thread): New commands for threads
292 buffer.
293
294 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
295 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
296 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
297 (gdb-update): We now store all GDB buffers in a list so that they
298 can be updated by traversing a list instead of calling invalidate
299 triggers explicitly
300 (def-gdb-trigger-and-handler): New macro to define trigger-handler
301 pair for GDB buffer.
302 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
303 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
304 handle pending triggers.
305 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
306 (def-gdb-thread-buffer-simple-command)
307 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
308 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
309 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
310 commands which show buffers bound to thread.
311 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c
DD
312
313 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
314 (gdb-registers-buffer-name)
315 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
316 to (gud-comint-buffer) in *-buffer-name functions
317 because (gdb-get-target-string) already does that.
318 (gdb-locals-handler-custom, gdb-registers-handler-custom)
319 (gdb-changed-registers-handler): Rewritten without regexps.
320
321 * progmodes/gdb-mi.el Basic thread selection support.
322 (gdb-thread-number): New variable.
323 (gdb-current-context-command): New macro which adds --thread
324 option to command.
325 (gdb-threads-mode-map): Select thread with SPC
326 (gdb-thread-list-handler-custom): Mark current thread with overlay
327 arrow. Synchronize GDB thread and Emacs thread.
328 (gdb-select-thread): New command which selects current thread.
329 (gdb-invalidate-frames, gdb-invalidate-locals)
330 (gdb-invalidate-registers): Use --thread option.
20f12ed8 331
2ac33804
MA
3322009-08-04 Michael Albinus <michael.albinus@gmx.de>
333
334 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 335 robust. (Bug#3977)
2ac33804
MA
336 (tramp-handle-insert-file-contents): `unwind-protect' must be
337 inside `with-parsed-tramp-file-name'.
338
339 * net/tramp-gvfs.el (top): Remove superfluous message when loading
340 fails.
341
39d0296f
NR
3422009-08-03 Nick Roberts <nickrob@snap.net.nz>
343
344 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
345 directory if CLASSPATH is not set.
346
adcbca53
MA
3472009-08-03 Michael Albinus <michael.albinus@gmx.de>
348
349 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
350 defconst.
7ef849b6 351 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 352
30924b0b
CY
3532009-08-02 Kevin Ryde <user42@zip.com.au>
354
355 * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
356 freshmeat link. Delete newsforge.com as it seems gone.
357
b6ce92f1
CY
3582009-08-02 Chong Yidong <cyd@stupidchicken.com>
359
d977a092
CY
360 * select.el (x-set-selection): Doc fix (Bug#4021).
361
362 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
363
b6ce92f1
CY
364 * help-fns.el (describe-variable): Treat list return values from
365 dir-locals-find-file properly (Bug#4005).
366
3eedbc85
MA
3672009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
368
369 * net/tramp.el (tramp-debug-message): Print also microseconds.
370
3712009-08-02 Michael Albinus <michael.albinus@gmx.de>
372
373 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
374 or END is non-nil.
375 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
376 (tramp-get-debug-buffer): Change `outline-regexp' according to new
377 format.
378
379 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
380 (tramp-get-file-property): Use it.
381
382 * autorevert.el (auto-revert-handler): Allow
383 `auto-revert-tail-mode' for remote files.
384
2aafe808
JR
3852009-08-02 Jason Rumney <jasonr@gnu.org>
386
387 * minibuffer.el (read-file-name): Treat confirm options to
388 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
389
e094097c
CY
3902009-08-02 Chong Yidong <cyd@stupidchicken.com>
391
392 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
393 (font-lock-variable-name-face, font-lock-constant-face): Darken
394 the colors for light backgrounds.
395
de94f281
EZ
3962009-08-01 Eli Zaretskii <eliz@gnu.org>
397
398 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
399 month names. (Bug#3987)
400
54b99340
CY
4012009-07-31 Chong Yidong <cyd@stupidchicken.com>
402
403 * simple.el (line-move-finish): Pass whole number to
404 line-move-to-column.
34be836c 405 (line-move-visual): Perform hscroll to the recorded position.
54b99340 406
38216c30
JB
4072009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
408
409 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
410
c779896d
CY
4112009-07-29 Alan Mackenzie <acm@muc.de>
412
413 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
414
592ccae0
DD
4152009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
416
35edc6c6
DD
417 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
418 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 419
5a9e3ab7
JB
4202009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
421
422 * calc/calc.el (calc-mode-map): Add keybinding for
423 `calc-transpose-lines'.
424
4252009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
426
427 * calc/calc-misc.el (calc-transpose-lines): New function.
428
905fb90e
MA
4292009-07-28 Michael Albinus <michael.albinus@gmx.de>
430
431 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
432 Simplify check for out-of-band methods.
433 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
434 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
435
76e14464
DN
4362009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
437
438 * vc-git.el (vc-git-checkin): Fix typo.
439
af077012
SY
4402009-07-28 Steve Yegge <steve.yegge@gmail.com>>
441
442 * progmodes/js2-mode.el: New file.
443
b85157fe
NR
4442009-07-28 Nick Roberts <nickrob@snap.net.nz>
445
446 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
447 (gud-menu-map): Adjust tooltip accordingly.
448
d43c2b06
DN
4492009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
450
1c0f0c3b
DN
451 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
452 (vc-bzr-log-view-mode): Adjust log-view-file-re.
453
d43c2b06
DN
454 * add-log.el (change-log-mode-map): Add a menu.
455
3dec5c36
MA
4562009-07-27 Michael Albinus <michael.albinus@gmx.de>
457
458 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
459 function returns nil.
460 (dbus-handle-event): Handle special return value :ignore.
461 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
462
5704140c
CY
4632009-07-26 Chong Yidong <cyd@stupidchicken.com>
464
465 * view.el (view-mode-enable): Don't define Helper-return-blurb if
466 it's not needed.
467
3077d1f6
EZ
4682009-07-25 Eli Zaretskii <eliz@gnu.org>
469
470 Fix Bug#3888:
471
472 * w32-vars.el (x-select-enable-clipboard): Doc fix.
473
474 * term/pc-win.el (x-display-name, x-colors)
475 (x-select-enable-clipboard, x-select-text): Doc fix.
476
477 * term/common-win.el (x-display-name, x-colors): Doc fix.
478
479 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
480 (xw-defined-colors): Doc fix.
481
482 * w32-fns.el (x-select-text, x-setup-function-keys)
483 (x-get-selection, x-set-selection): Doc fix.
484
485 * term/x-win.el (x-select-text, x-setup-function-keys)
486 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
487
488 * select.el (x-set-selection): Doc fix.
489
51768bc8
MA
4902009-07-25 Michael Albinus <michael.albinus@gmx.de>
491
492 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
493 instead of "IsNSSSupportAvailable". Avahi ought to work also when
494 "IsNSSSupportAvailable" method is not available. Reported by
495 Steve Youngs <steve@sxemacs.org>.
496
b11c2874
KH
4972009-07-24 Kenichi Handa <handa@m17n.org>
498
499 * international/characters.el: Fix setting of category ?C, ?|, ?K,
500 and ?H. Fix setting of case for Latin Extended and Greek
501 Extended.
502 (build-unicode-category-table): Fix range checks.
503
ba83b7b6
DN
5042009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
505
506 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
507 the buffer we try to sync is current when calling
508 vc-resynch-buffer.
509
510 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
511 not show up to date files.
512
7a8ae964
GM
5132009-07-24 Glenn Morris <rgm@gnu.org>
514
515 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
516 Add autoload cookies. If necessary, initialize.
517 (elint-log): Handle non-file buffers.
518 (elint-initialize): Add optional argument to reinitialize.
519 (elint-find-builtin-variables): Save excursion.
520
a707eb05
DN
5212009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
522
523 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
524 for Lint.
525
0a2ddfa6
DN
5262009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
527
d6a62b0d
DN
528 * vc.el (vc-print-log-internal): New function, split out from ...
529 (vc-print-log): ... here.
10b5dcad 530 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 531
0a2ddfa6
DN
532 * vc-git.el (vc-git-add-signoff): New variable.
533 (vc-git-checkin): Use it.
534 (vc-git-toggle-signoff): New function.
535 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
536 (vc-git--run-command-string): Accept a nil FILE argument.
537 (vc-git-stash-list): New function.
538 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 539
589a99f2
GM
5402009-07-23 Glenn Morris <rgm@gnu.org>
541
542 * help-fns.el (describe-variable): Describe ignored and risky local
543 variables in a similar way to that in which we describe safe ones.
544
545 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
546 (byte-compile-output-file-form, byte-compile-output-docform)
547 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
548 Give some more local variables with common names a "bytecomp-" prefix,
549 so as not to shadow things during compilation.
550 * emacs-lisp/cl-macs.el (load-time-value)
551 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
552 `outbuffer' to `bytecomp-outbuffer'.
553
554 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
555 since the next two variables cover them automatically now.
556 (elint-builtin-variables, elint-autoloaded-variables): New.
557 (elint-unknown-builtin-args): Remove all members, since they can be
558 parsed automatically now.
559 (elint-extra-errors): New.
560 (elint-env-add-env, elint-env-add-macro): Use cadr.
561 (elint-current-buffer): Use or. Change final message.
562 (elint-get-top-forms): Use line-end-position.
563 (elint-init-env): Use cadr. Handle autoload, declare-function,
564 and defalias.
565 (elint-add-required-env): Doc fix. Use or. Standardize error.
566 (regexp-assoc): Remove unused function.
567 (elint-top-form): Set elint-current-pos, to record the start of the
568 top-level form, for compilation-mode.
569 (elint-form): Trap errors in macro expansion. Use dolist.
570 (elint-unbound-variable): Use elint-builtin-variables and
571 elint-autoloaded-variables.
572 (elint-get-args): Use cadr, or.
573 (elint-check-cond-form): Use dolist, cadr.
574 (elint-check-condition-case-form): Doc fix. Use cadr.
575 Use elint-extra-errors.
576 (elint-log): New function.
577 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
578 Distinguish errors and warnings.
579 (elint-log-message): Use with-current-buffer. Inhibit read-only.
580 Use a bytecomp-style format.
581 (elint-clear-log): Preserve default-directory. Inhibit read-only.
582 (elint-get-log-buffer): Use compilation mode. Disable undo.
583 Don't truncate lines.
584 (elint-initialize): Set builtin and autoloaded variable lists.
585 Only process elint-unknown-builtin-args if non-nil.
586 (elint-find-builtin-variables, elint-find-autoloaded-variables):
587 New functions.
588 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
589
855b42a2
GM
5902009-07-22 Kevin Ryde <user42@zip.com.au>
591
592 * net/newst-backend.el (newsticker--parse-atom-1.0)
593 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
594 (newsticker--parse-rss-1.0):
595 * progmodes/idlwave.el (idlwave-mode):
596 * progmodes/idlw-shell.el (idlwave-shell-mode):
597 * progmodes/vera-mode.el (vera-mode):
598 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
599 * progmodes/vhdl-mode.el (vhdl-mode):
600 * textmodes/table.el (table-generate-source)
601 (table--warn-incompatibility):
602 Hyperlink urls in docstrings with URL `...'.
603
fd413a37
GM
6042009-07-22 Glenn Morris <rgm@gnu.org>
605
cb711556
GM
606 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
607 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
608 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
609 Remove leading * from defcustom docs.
610
fd413a37
GM
611 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
612
613 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
614 defcustom doc.
615 (list-load-path-shadows): Optionally, just return shadows as a string.
616
617 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
618
a4f69701
CY
6192009-07-21 Chong Yidong <cyd@stupidchicken.com>
620
621 * mail/rmailedit.el (rmail-edit-mode): Use
622 auto-save-include-big-deletions.
623
624 * mail/rmail.el (rmail-variables): Use
625 auto-save-include-big-deletions.
626
627 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
628 changes.
629
ec06459c
JB
6302009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
631
632 * calc/calc.el (calc-undo-length): New variable.
633 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
634
b41b0976
RS
6352009-07-21 Richard Stallman <rms@gnu.org>
636
637 * files.el (auto-save-mode): Handle buffer-save-size = -2
638 for toggling mode.
639
4ed32706
GM
6402009-07-21 Glenn Morris <rgm@gnu.org>
641
531b1264
GM
642 * textmodes/ispell.el (ispell-looking-back): Update declaration.
643
55d27f41
GM
644 * calendar/todo-mode.el (calendar-current-date): Update declaration.
645
02df3f4d
GM
646 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
647 silence compiler. Instead...
648 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
649 (ps-print-ensure-fontified): Update for above function name changes.
650
fdd8417e
GM
651 * printing.el (pr-mh-get-msg-num, pr-mh-show)
652 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
653 silence compiler. Instead...
654 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
655 (mh-show-buffer): Only define for compiler.
656 (pr-mh-current-message): Update for above function name changes.
657
4ed32706
GM
658 * files.el (abort-if-file-too-large): Explicitly pass `filename'
659 as an argument.
660 (find-file-noselect, insert-file-1): Update for above change.
661
662 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
663
664 * mail/mailclient.el (mailclient-send-it): Fix message.
665
666 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
667 (edebug-eval): Check cl-debug-env is bound.
668 (print-level, print-circle): Don't redefine built-in variables.
669
670 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
671 (custom-print-vectors): Remove old comments from doc.
672
673 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
674 (emerge-version): Make the variable an obsolete alias for the
675 emacs-version variable. Make the function obsolete.
676 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
677 Emerge options, rather than merging in into the main Options menu.
678 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
679 and auto advance modes. Disable edit/fast items when not relevant.
680
86812144
CY
6812009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
682
683 * term/vt420.el (terminal-init-vt420): Fix typo.
684
6bb90094
SS
6852009-07-20 Sam Steingold <sds@gnu.org>
686
687 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
688 variable (removed from compile.el on 2004-03-11).
689
42e0a725
CY
6902009-07-20 Chong Yidong <cyd@stupidchicken.com>
691
692 * files.el (hack-local-variables-filter): Fix last change.
693
2ee20f24
JL
6942009-07-19 Juri Linkov <juri@jurta.org>
695
696 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
697 (dir-local-variables-alist): New buffer-local variable.
698 (hack-local-variables-filter): If variable is not dir-local,
699 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
700 because file-local overrides dir-local.
701 (c-postprocess-file-styles)<declare-function>:
702 Remove obsolete declaration.
703 (hack-dir-local-variables): Add dir-local variable/value pair to
704 `dir-local-variables-alist' and remove duplicates. Doc fix.
705
706 * help-fns.el (describe-variable): Add information about
707 file-local and dir-local variables.
708
89bf83cd
CY
7092009-07-19 Chong Yidong <cyd@stupidchicken.com>
710
711 * files.el (hack-local-variables-filter): Rewrite.
712
1a8d3541
GM
7132009-07-19 Glenn Morris <rgm@gnu.org>
714
d9e8a018
GM
715 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
716 Silence compiler by only defining on XEmacs.
717
da332cfb
GM
718 * international/mule.el (auto-coding-regexp-alist): Only match
719 BABYL... at the start of buffer, not of lines. (Bug#3790)
720
1a8d3541
GM
721 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
722 non-calendar buffers (Bug#3862). Restore "not on a date" message.
723 (cal-menu-context-mouse-menu): Doc fix.
724
725 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
726
727 * simple.el (mail-user-agent): Doc fix. Set :version tag.
728
d842b103
JL
7292009-07-18 Juri Linkov <juri@jurta.org>
730
731 * info.el: Virtual Info keyword finder.
732 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
733 (Info-finder-file): New variable.
734 (Info-finder-find-file): New function.
735 (finder-known-keywords, finder-package-info)
736 (find-library-name, lm-commentary): Use defvar and
737 declare-function to silence compiler warnings.
738 (Info-finder-find-node): New function.
739 (info-finder): New command.
740
741 * subr.el (process-kill-buffer-query-function): New function.
742 (add-hook)<kill-buffer-query-functions>: Add hook
743 `process-kill-buffer-query-function'.
744
10d37df7
AM
7452009-07-18 Alan Mackenzie <acm@muc.de>
746
747 * progmodes/cc-mode.el (c-before-hack-hook),
748 (c-postprocess-file-styles): Give invocation of `c-set-style'
749 DONT-OVERRIDE parameter of t. Already set style variables will
750 thus not be overridden by style settings given by `c-file-syle'.
751
752 * files.el (hack-local-variables-filter): Remove entries with
753 duplicate keys from `file-local-variables-alist'.
754
102e1a41
EZ
7552009-07-18 Eli Zaretskii <eliz@gnu.org>
756
757 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
758 x-set-selection if display-selections-p returns nil for the
759 current frame.
760
16f2e9fc
CY
7612009-07-18 Chong Yidong <cyd@stupidchicken.com>
762
763 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
764
f22693fc
EZ
7652009-07-18 Eli Zaretskii <eliz@gnu.org>
766
a6c2c80c
EZ
767 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
768 Accept nil in addition to a regexp.
769 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
770 Accept nil in addition to a regexp.
771 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
772 buffers that have an associated file. Handle nil values of
773 desktop-buffers-not-to-save and desktop-files-not-to-save.
774 (Bug#3833)
775
f22693fc
EZ
776 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
777 (x-disown-selection-internal): New functions.
778
e456379a
NR
7792009-07-18 Nick Roberts <nickrob@snap.net.nz>
780
781 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
782 warning.
783 (gdb-breakpoints-header): Move forward to avoid compiler warning.
784 (gdb-make-header-line-mouse-map): Remove duplicate definition.
785
0013b70f
CY
7862009-07-18 David De La Harpe Golden <david@harpegolden.net>
787
788 * simple.el (set-mark): Revert last change.
789
0855c2ca
CY
7902009-07-17 Tassilo Horn <tassilo@member.fsf.org>
791
792 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
793 rendering of pngs is not possible instead of messaging a long
794 description.
795
3f5c9cad
CY
7962009-07-17 David De La Harpe Golden <david@harpegolden.net>
797
798 * w32-fns.el (x-selection-owner-p): New function.
799
800 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
801 (mouse-yank-at-click, mouse-yank-primary): If
802 select-active-regions is non-nil, deactivate the mark before
803 insertion.
3f5c9cad
CY
804
805 * simple.el (deactivate-mark, set-mark): Only save selection if we
806 own it.
807
1fc87f9b
KH
8082009-07-17 Kenichi Handa <handa@m17n.org>
809
810 * case-table.el (describe-buffer-case-table): Fix for the case
811 that KEY is a cons.
812
d56fdcd2
DN
8132009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
814
815 * vc-rcs.el (vc-rcs-find-file-hook):
816 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
817
bede3e9f
MA
8182009-07-16 Michael Albinus <michael.albinus@gmx.de>
819
820 * net/tramp.el (tramp-wait-for-output): Handle the case when
821 commands do not return a newline but a null byte before the shell
822 prompt. (Bug#3858)
823
7653ca1d
YM
8242009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
825
826 * term/ns-win.el (ns-set-alpha): Don't declare.
827 (ns-set-background-alpha): Remove function.
828
ed2a52e9
SM
8292009-07-16 Kevin Ryde <user42@zip.com.au>
830
831 * emacs-lisp/copyright.el (copyright-update): Save match-data across
832 y-or-n-p, for safety.
833
7a907299
RS
8342009-07-16 Richard Stallman <rms@gnu.org>
835
836 * files.el (auto-save-mode): If buffer-saved-size is -2,
837 don't clobber it.
838
839 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
840 (rmail-retry-ignored-headers): Add more uninteresting fields.
841
c0db3477
CY
8422009-07-15 Jari Aalto <jari.aalto@cante.net>
843
844 * net/rcirc.el (rcirc): Use history variables.
845 (rcirc-server-name-history, rcirc-nick-name-history)
846 (rcirc-server-port-history): New variables.
847
6c875452
KH
8482009-07-15 Kenichi Handa <handa@m17n.org>
849
bf974dc9
KH
850 * international/mule-cmds.el (set-language-environment-charset):
851 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
852 ignore them.
853
6c875452
KH
854 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
855 Delete unibyte-display.
856
2066b4fe
CY
8572009-07-15 Chong Yidong <cyd@stupidchicken.com>
858
859 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
860
f9be2e35
CY
8612009-07-15 Chong Yidong <cyd@stupidchicken.com>
862
863 * simple.el (deactivate-mark): Optional argument FORCE.
864 (set-mark): Use deactivate-mark.
865
866 * info.el (Info-search): No need to check transient-mark-mode
867 before calling deactivate-mark.
868
869 * select.el (x-set-selection): Doc fix.
870 (x-valid-simple-selection-p): Allow buffer values.
871 (xselect--selection-bounds): Handle buffer values. Suggested by
872 David De La Harpe Golden.
873
874 * mouse.el (mouse-set-region, mouse-drag-track): Call
875 copy-region-as-kill before setting the mark, to let
876 select-active-regions work.
877
8782009-06-28 David De La Harpe Golden <david@harpegolden.net>
879
880 * simple.el (deactivate-mark): If select-active-regions is
881 non-nil, copy the selection data into a string.
882 (activate-mark): If select-active-regions is non-nil, set the
883 selection to the current buffer.
884 (set-mark): Update selection if select-active-regions is non-nil.
885
886 * select.el (x-valid-simple-selection-p): Allow buffer values.
887
cbd61418
SM
8882009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
891 and more featureful message-mode.
892
f470187f
CY
8932009-07-14 Chong Yidong <cyd@stupidchicken.com>
894
895 * select.el (x-set-selection): Doc fix.
896 (x-valid-simple-selection-p): Disallow selection data consisting
897 of a list or cons of integers, since that is not used.
898 (xselect--selection-bounds, xselect--int-to-cons): New functions.
899 (xselect-convert-to-string, xselect-convert-to-length)
900 (xselect-convert-to-filename, xselect-convert-to-charpos)
901 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
902
bfc99364
DD
9032009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
904
905 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
906 output in -break-info command (Emacs bug #3794).
907
e32721f5
GM
9082009-07-14 Glenn Morris <rgm@gnu.org>
909
1e46f9e4
GM
910 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
911 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
912 (edebug-print-length, edebug-print-level, edebug-print-circle)
913 (edebug-sit-for-seconds, edebug-view-outside)
914 (edebug-bounce-point, edebug-set-global-break-condition)
915 (edebug-Go-nonstop-mode, edebug-trace-mode)
916 (edebug-Trace-fast-mode, edebug-continue-mode)
917 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
918 (edebug-visit-eval-list): Doc fixes.
919
e32721f5
GM
920 * subr.el (def-edebug-spec): Doc fix.
921
66a85e76
KH
9222009-07-14 Kenichi Handa <handa@m17n.org>
923
924 * international/characters.el: Fix setting of category ?C.
925
28571246
JD
9262009-07-13 Jan Djärv <jan.h.d@swipnet.se>
927
928 * term/ns-win.el (x-select-font): defailias x-select-font to
929 ns-popup-font-panel instead of generate-fontset-menu.
930
5d74672c
EZ
9312009-07-12 Eli Zaretskii <eliz@gnu.org>
932
933 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
934
eb1727a4
CY
9352009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
936
937 * arc-mode.el (archive-find-type): Allow for a PK00 string before
938 the PK\003\004 header (Bug#3770).
939
208384c5
CY
9402009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
941
942 * pcomplete.el (pcomplete-comint-setup): Check for
943 shell-dynamic-complete-filename too.
944
774409a1
CY
9452009-07-11 Chong Yidong <cyd@stupidchicken.com>
946
947 * simple.el (temporary-goal-column): Change the value for
948 line-move-visual to a cons cell.
949 (line-move-visual): Record or set the window hscroll, if
950 necessary (Bug#3494).
951 (line-move-1): Handle cons value of temporary-goal-column.
952
1639ee1d
KH
9532009-07-11 Kenichi Handa <handa@m17n.org>
954
955 * international/mule-diag.el (describe-character-set): Don't show
956 width.
957
2b1d2412
SS
9582009-07-10 Sam Steingold <sds@gnu.org>
959
960 * progmodes/compile.el (compilation-mode-font-lock-keywords):
961 Omake sometimes indents the errors it prints, so allow all
962 regexps to start with spaces.
963
ed3a5691
EZ
9642009-07-10 Eli Zaretskii <eliz@gnu.org>
965
ed2a52e9
SM
966 * cus-edit.el (customize-changed-options-previous-release):
967 Bump value to 22.1. (Bug#3804)
ed3a5691 968
49405d0e
SS
9692009-07-08 Sam Steingold <sds@gnu.org>
970
971 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
972 to be a cons cell (test . ignored-directory) to selectively ignore
973 some directories depending on the location of the search.
974
93c3eb7c
MA
9752009-07-08 Michael Albinus <michael.albinus@gmx.de>
976
977 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
978 remote user is root, on the local host.
979 (tramp-local-host-p): Either the local user or the remote user
980 must be root. (Bug#3771)
981
6f2a8484
NR
9822009-07-08 Nick Roberts <nickrob@snap.net.nz>
983
984 * progmodes/gdb-mi.el (gdb): Remove description of
985 gdb-use-separate-io-buffer.
69cb8d82 986 (menu): Don't allow toggling of or enable
6f2a8484
NR
987 gdb-use-separate-io-buffer from menubar.
988
88d03607
CY
9892009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
990
991 * mail/unrmail.el (unrmail): Make sure the message ends with two
992 newlines (Bug#3769).
993
7ef5b8b2
GM
9942009-07-08 Glenn Morris <rgm@gnu.org>
995
996 * calendar/calendar.el (calendar-current-date): Rework previous change.
997
3ce82f97
GM
9982009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
999
1000 * calendar/calendar.el (calendar-current-date):
1001 Add an optional argument giving an offset from today.
1002
f35fc841
GM
10032009-07-08 Glenn Morris <rgm@gnu.org>
1004
1005 * tutorial.el (tutorial--describe-nonstandard-key):
1006 Adjust the message for when a key has been unbound.
1007 (help-with-tutorial): Hide the arch-tag.
1008
40149292
KH
10092009-07-08 Kenichi Handa <handa@m17n.org>
1010
69cb8d82
KH
1011 * international/fontset.el (setup-default-fontset): For each
1012 script, append (not set) font-specs.
1013
40149292
KH
1014 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
1015 docstring.
1016
ff0c4194
NR
10172009-07-08 Nick Roberts <nickrob@snap.net.nz>
1018
1019 * progmodes/gdb-mi.el (gdb-init-1): Move sending
1020 -data-list-register-names to ...
1021 (gdb-starting): ... here because GDB 7.0 requires execution to
1022 have started when using this MI command.
1023 (gdb-set-header): New function to distinguish select and
1024 unselected tabs in gdb buffers.
1025 (gdb-propertize-header): New macro that uses gdb-set-header.
1026 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 1027 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 1028
8954c675
CY
10292009-07-07 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * Makefile.in (ELCFILES): Remove fadr.elc.
1032
0996385d
DD
10332009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
1034
dc6b4519
DD
1035 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1036 may contain frame information, so `string-match' should be used.
1037 (gdb-update): Disassembly is invalidated through
1038 `gdb-get-selected-frame'.
1039 (gdb-pad-string): New function to pad string with spaces.
1040 (gdb-invalidate-disassembly): Invalidate only if the buffer
1041 exists.
1042 (gdb-disassembly-handler-custom): Column alignment.
1043 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1044 placing new ones.
1045 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1046 end of line, too.
1047 (gdb-frame-handler): Match convention to for disassembly buffer
1048 mode name.
17c1380b 1049 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
1050 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1051 not highlight breakpoints without line information.
69a197a2 1052 (gdb-input): Add trailing newline to command.
dc6b4519 1053
14340b25
DD
1054 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1055 buffer properly.
1056 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
1057 `gdb-break-list-handler'. Using real parser instead of regexps
1058 now.
1059 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1060 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1061 to place breakpoints.
14340b25
DD
1062 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1063 functions.
1064 (gdb-disassembly-handler-custom): Show overlay arrow.
1065 (gdb-disassembly-place-breakpoints): Show breakpoints in
1066 disassembly buffer.
1067 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
1068 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1069 instead of parsing breakpoints buffer. Fixed old menu references
1070 in `gud-menu-map'.
14340b25 1071
38d4f316 1072 * fadr.el: Remove.
1f2a6224 1073
0996385d
DD
1074 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1075 (gdb-memory-address): New variable which holds top address of
1076 memory page shown in memory buffer
1077 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1078 customization variables.
1079 New functions:
1080 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1081 display the memory buffer.
1082 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1083 buffer display parameters.
1084 (def-gdb-memory-format, gdb-memory-format-binary)
1085 (gdb-memory-format-octal, gdb-memory-format-unsigned)
1086 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1087 Functions for setting memory buffer format.
1088 (gdb-memory-unit-word, gdb-memory-unit-halfword)
1089 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1090 unit size used in memory buffer.
1091 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1092 to next/previous page of memory buffer.
28d67a53 1093 Now using (bindat-get-field) instead of fadr functions.
0996385d 1094
9ba562d3
SS
10952009-07-07 Sam Steingold <sds@gnu.org>
1096
1097 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1098 non-top-level files.
1099
a43977db
KH
11002009-07-07 Kenichi Handa <handa@m17n.org>
1101
1102 * international/mule-cmds.el (reset-language-environment): Put
1103 the highset priority to the charset iso-8859-1.
1104
d44d05e8
CY
11052009-07-06 Chong Yidong <cyd@stupidchicken.com>
1106
1107 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1108 to the end of the line when locating the block (Bug#700).
1109
3e2fa353
MA
11102009-07-06 Michael Albinus <michael.albinus@gmx.de>
1111
1112 * net/tramp.el (tramp-handle-write-region): Flush file properties
1113 in case of short track.
1114
d88782c3
DN
11152009-07-07 Michael McNamara <mac@mail.brushroad.com>
1116
1117 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1118 representation of verilog error regular expressions to work with
1119 Emacs-22's new format.
1120 (verilog-error-regexp-xemacs-alist): Coded custom representation
1121 of verilog error regular expressions to work with XEmacs format
1122 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1123 error recognition into XEmacs.
1124 (verilog-error-regexp-add-emacs): Hook routine to install verilog
1125 error recognition into Emacs-22.
1126
25c6f63e
CY
11272009-07-06 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * woman.el: Remove stand-alone closing parentheses.
1130 (woman-file-name, woman2-format-paragraphs)
1131 (woman-leave-blank-lines): Code cleanup.
1132 (woman-use-own-frame): Change default to nil.
1133 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1134 defaults to inherit from default faces.
1135 (woman2-process-escapes): Consume the newline after a stand-alone
1136 filler character (Bug#3651).
1137
f176290e
GM
11382009-07-06 Glenn Morris <rgm@gnu.org>
1139
1140 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1141 (top-level): Move provide to the end.
1142 (ffap): Remove defunct URL from custom group.
1143
1144 * subr.el (eval-after-load): Doc fix.
1145
e4a5a307
JB
11462009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
1147
1148 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1149 `calc-embedded-word' is called twice.
1150
4b8b1ec5
SM
11512009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * files.el (find-alternate-file-other-window, find-alternate-file):
1154 Obey confirm-nonexistent-file-or-buffer.
1155
d6ceb380
MA
11562009-07-05 Michael Albinus <michael.albinus@gmx.de>
1157
1158 * dired-aux.el (dired-show-file-type): Handle remote files.
1159
c760f19e
CY
11602009-03-22 Jari Aalto <jari.aalto@cante.net>
1161
4b8b1ec5
SM
1162 * desktop.el (desktop-globals-to-save):
1163 Add file-name-history (Bug#2750).
c760f19e 1164
6d00ce04
CY
11652009-07-05 Chong Yidong <cyd@stupidchicken.com>
1166
4b8b1ec5 1167 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 1168
6ee21b07
JB
11692009-07-04 Johan Bockgård <bojohan@gnu.org>
1170
1171 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1172 property on entire argument since this is what eshell-lisp-command
1173 expects.
1174
f0dbdc25
MA
11752009-07-03 Michael Albinus <michael.albinus@gmx.de>
1176
1177 * net/tramp-gvfs.el (tramp-gvfs-methods)
1178 (tramp-gvfs-zeroconf-domain)
1179 (tramp-bluez-discover-devices-timeout): Add version flag.
1180 (tramp-gvfs-handler-mounted-unmounted)
1181 (tramp-gvfs-connection-mounted-p): Polish handling of
1182 incompatibilities between GVFS 0.2 and 1.0.
1183
e044e4fc
JD
11842009-07-03 Jan Djärv <jan.h.d@swipnet.se>
1185
4b8b1ec5 1186 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 1187
2e9b968b
JB
11882009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
1189
1190 * calc-math.el (math-use-emacs-fn): Make sure that the number is
1191 formatted correctly.
1192
baf1a55e
JL
11932009-07-02 Juri Linkov <juri@jurta.org>
1194
1195 * info.el: Virtual Info files and nodes.
1196 (Info-virtual-files, Info-virtual-nodes): New variables.
1197 (Info-current-node-virtual): New variable.
1198 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1199 New functions.
1200 (Info-file-supports-index-cookies): Use Info-virtual-file-p
1201 to check for a virtual file instead of checking a fixed list
1202 of node names.
1203 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1204 instead of ad-hoc processing of "dir" and (apropos history toc).
1205 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1206 instead of ad-hoc processing of "dir" and (apropos history toc).
1207 Reread a file when moving from a virtual node.
1208 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1209 (Info-directory-toc-nodes, Info-directory-find-file)
1210 (Info-directory-find-node): New functions.
1211 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1212 (Info-history): Move part of code to
1213 `Info-history-find-node'.
1214 (Info-history-toc-nodes, Info-history-find-file)
1215 (Info-history-find-node): New functions.
1216 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1217 (Info-toc): Move part of code to `Info-toc-find-node'.
1218 (Info-toc-find-node): New function.
4b8b1ec5 1219 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
1220 the current Info file name to references because now the node
1221 "*TOC*" belongs to the same Info manual.
4b8b1ec5 1222 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
1223 (Info-toc-nodes): Rename input argument `file' to `filename'.
1224 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1225 instead of ad-hoc processing of ("dir" apropos history toc).
1226 (Info-index-nodes): Use Info-virtual-file-p
1227 to check for a virtual file instead of checking a fixed list
1228 of node names.
1229 (Info-index-node): Add check for `Info-current-node-virtual'.
1230 Raise `save-match-data' higher up the tree to contain
1231 `search-forward' too (bug fix).
1232 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1233 (Info-virtual-index-nodes): New variable.
1234 (Info-virtual-index-find-node, Info-virtual-index): New functions.
1235 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1236 (Info-apropos-file, Info-apropos-nodes): New variables.
1237 (Info-apropos-toc-nodes, Info-apropos-find-file)
1238 (Info-apropos-find-node, Info-apropos-matches): New functions.
1239 (info-apropos): Move part of code to `Info-apropos-find-node' and
1240 `Info-apropos-matches'.
1241 (Info-mode-map): Bind "I" to `Info-virtual-index'.
1242 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1243 for a virtual file instead of checking a fixed list of node names.
1244
1245 * simple.el (async-shell-command): New command.
1246
1247 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1248
1249 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1250 instead of `mount-info'.
1251
d04bc496
MA
12522009-07-02 Michael Albinus <michael.albinus@gmx.de>
1253
1254 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 1255 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 1256
af0403e0
KH
12572009-07-02 Kenichi Handa <handa@m17n.org>
1258
1259 * international/mule.el (set-keyboard-coding-system): Force *-unix
1260 coding-system to avoid eol conversion.
1261
99278f8a
MA
12622009-07-01 Michael Albinus <michael.albinus@gmx.de>
1263
4b8b1ec5
SM
1264 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1265 Add handler for `process-file', `shell-command' and
99278f8a
MA
1266 `start-file-process'.
1267 (tramp-gvfs-handle-shell-command)
1268 (tramp-gvfs-handle-start-file-process)
1269 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 1270 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 1271
3f1c6666
JD
12722009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1273
1274 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
1275
3f396bac
KH
12762009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
1277
1278 * language/korean.el (set-language-info-alist): Add korean-cp949,
1279 cp949 to spec.
1280
c1185193
KH
12812009-07-01 Kenichi Handa <handa@m17n.org>
1282
1283 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
1284
1285 * international/encoded-kb.el: Deleted.
1286
1287 * international/mule.el (set-keyboard-coding-system): Perform the
1288 necessary setup here instead of calling encoded-kbd-setup-display.
1289
3f150a60
GM
12902009-07-01 Glenn Morris <rgm@gnu.org>
1291
1292 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
1293
b0d5b05b
GM
12942009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
1295
1296 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
1297
4f4126e6
MA
12982009-06-30 Michael Albinus <michael.albinus@gmx.de>
1299
4b8b1ec5
SM
1300 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1301 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 1302 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 1303
7ae3ea65 1304 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
1305 (top): Add a default for "synce" in `tramp-default-user-alist'.
1306 Add completion function for "synce" method.
1307 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
1308 (tramp-hal-interface-manager, tramp-hal-interface-device):
1309 New defconst.
1310 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
1311 (tramp-synce-list-devices, tramp-synce-parse-device-names):
1312 New defuns.
d6ceb380
MA
1313
1314 * net/trampver.el: Update release number.
7ae3ea65 1315
0ad6626b
KH
13162009-06-30 Kenichi Handa <handa@m17n.org>
1317
1318 * international/fontset.el (setup-default-fontset): Add CJK fonts
1319 for symbols and the other miscellaneous characters.
1320
4b8b1ec5
SM
1321 * language/korea-util.el (setup-korean-environment-internal):
1322 Make char-width-table suitable for Korean environments.
0ad6626b
KH
1323 (exit-korean-environment): Cancel above.
1324
1325 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1326 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
1327 setup-funcion to make char-widht-table suitable for respective
1328 environments, and an exit-function to cancel that.
1329
1330 * language/japan-util.el (setup-japanese-environment-internal):
1331 Call use-cjk-char-width-table with arg `ja_JP'.
1332
1333 * international/characters.el (cjk-char-width-table): Delete it.
1334 (cjk-char-width-table-list): New variable.
1335 (use-cjk-char-width-table): New arg local-name.
1336 (use-default-char-width-table): Fix for the case that Emacs is
1337 already using the default char-width-table.
1338
fd46e893
MA
13392009-06-29 Michael Albinus <michael.albinus@gmx.de>
1340
1341 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
1342 modes mandatory. (Bug#3712)
1343
b87d9f96
AM
13442009-06-29 Alan Mackenzie <acm@muc.de>
1345
1346 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 1347 correction between the visible width of TABs and their number of bytes.
b87d9f96 1348
2d25aa5a
CY
13492009-06-29 Chong Yidong <cyd@stupidchicken.com>
1350
1351 * server.el (server-buffer-done): Prevent kill-buffer from
1352 prompting by clearing the buffer modification flag (Bug#3696).
1353
a3a8b002
DN
13542009-06-28 Michael McNamara <mac@mail.brushroad.com>
1355
1356 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 1357 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
1358 (verilog-basic-complete-re): Support localparam lineup.
1359 (verilog-beg-of-statement-1): Fix for robustness, unique case.
1360 (verilog-set-auto-endcomments): Fix for unique case, always_comb
1361 commenting.
1362 (verilog-leap-to-case-head): Now support *nested* unique &
1363 priority case statements.
1364 (verilog-auto-lineup): Make just declarations the default (as it
1365 had been).
4b8b1ec5 1366 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
1367 (verilog-auto-lineup): Rework to give users radio buttons to
1368 select the various styles of automatic lineup
1369 (verilog-error-regexp-alist): Rework to support the XEmacs style
1370 of error regular expressions from compilers, lint tools &
1371 simulators. Note that GNU Emacs has made it impossible for a mode
1372 to load such things.
1373 (electric-verilog-terminate-line, verilog-indent-declaration)
1374 (verilog-auto-wiure): Rework for radio button selection of
1375 auto-lineup selection of specification of auto lineup.
1376 (verilog-beg-of-statement-1): Redesign to support proper operation
1377 in additional code, based on testing with auto-lineup.
1378 (verilog-calculate-indent, assignments & declarations)
1379 (verilog-backward-token): Enhance to support auto-lineup of
1380 assignments & declarations.
1381 (verilog-in-directive-p, verilog-at-struct-p): New function for
1382 easy test of whether we are.
1383 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
1384 to support safe execution at almost anyline.
1385 (verilog-calc-1): Properly support indenting deep inside generate
1386 blocks.
1387 (verilog-init-font) Remove definition & use of verilog-init-font,
1388 as it is redundant with font-lock-defaults.
1389 (verilog-mode): Alter the definition of verilog-font-lock-defualts
1390 to avoid circular calls if syntax-ppss is a function (as is the
1391 case now in 22.x GNU Emacs) as that function would sometimes call
1392 itself, leading to (nearly) infinite recursion
1393 (verilog-ovm-begin-re, verilog-ovm-end-re)
1394 (verilog-ovm-statement-re, verilog-leap-to-head)
1395 (verilog-backward-token): Add support for OVM macros. Some are
1396 complete statements, and others open and close scopes like begin
1397 and end.
1398 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
1399 (verilog-defun-level-generate-only-re): Really fix the defun-list
1400 compilation issue
1401 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
1402 coverpoint, constraint and cross statements
1403 (verilog-defun-level-list, verilog-generate-defun-level-list)
1404 (verilog-all-defun-level-list): Redo these specifications - it is
1405 too hard to support eval-when compile aggregation of lists also
1406 built at when-compile time.
1407 (verilog-defun-level-list): Place defconsts of variables used in
1408 building regular expressions which are built in eval-when-compile
1409 bodies in the same eval-when-compile body to facilitate compile
1410 without load.
1411 (verilog-beg-block-re-ordered): Support indenting
1412 virtual/protected tasks and functions.
1413 (verilog-defun-level-list,verilog-in-generate-region-p)
1414 (verilog-backward-ws&directives, verilog-calc-1): Speed up
1415 indentation of some module items (generate items).
1416 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
1417 across virtual/protected tasks and functions.
1418
14192009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
1420
4b8b1ec5
SM
1421 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
1422 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
1423 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
1424 in concatenations. Reported by Yishay Belkind.
1425 (verilog-auto-ascii-enum): Support one-hot state machines in
1426 AUTOASCIIENUM. Suggested by Lloyd Gomez.
1427 (verilog-auto-inst, verilog-auto-inst-port): Include interface
1428 modport in AUTOINST and add vl-modport for users. Reported by
1429 David Rogoff.
1430 (verilog-auto-inout-module, verilog-auto-inst)
1431 (verilog-decls-get-interfaces, verilog-insert-definition)
1432 (verilog-insert-one-definition, verilog-read-decls)
1433 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
1434 (verilog-sig-modport, verilog-signals-combine-bus)
1435 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
1436 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
1437 Suggested by David Rogoff.
1438 (verilog-repair-open-comma): Fix non-insertion of comma when
1439 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
1440 (verilog-make-width-expression): Simplify [A-1:0] expression
1441 widths to just {A{1'b0}}.
1442 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
1443 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
1444 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
1445 inputs/outputs or data type. Suggested by Vasu Kandadi.
1446 (next-error-last-buffer): Fix byte-compiler warning.
1447 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
1448 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 1449 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 1450 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
1451 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
1452 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
1453 in AUTOINOUT. Reported by Matthew Lovell.
1454 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
1455 causing use of <= assignments. Reported by Alex Reed.
1456 (verilog-read-decls): Fix triand, trior, wand, wor to be
1457 recognized by AUTOWIRE. Reported by Spencer Isaacson.
1458 (verilog-extended-complete-re): Support import "DPI-C" functions.
1459 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 1460 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
1461 (verilog-insert-date, verilog-insert-year)
1462 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
1463 Windows systems. Reported by Michael Potts.
1464 (verilog-read-module-name): Fix AUTOINST when the child module
1465 declaration's name is a tick define. Reported by Elliot Mednick.
1466 (verilog-read-decls): Fix V2K parameter bit subscripts getting
1467 passed to next parameter's definition. Reported by Bruce T.
1468 (verilog-read-decls): Fix detecting "parameter int" when using
1469 AUTOINSTPARAM. Reported by Bruce T.
1470 (verilog-goto-defun): Fix goto not finding modules unless first
1471 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 1472 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
1473 verilog-goto-defun will work. Reported by Lawrence Butcher.
1474 (verilog-getopt): Expand environment variables in -f file
1475 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 1476 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
1477 when reading enumerations.
1478 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
1479 Suggested by Stephen Peltan.
4b8b1ec5 1480 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
1481 files. Reported by Steve Peltan.
1482
f7c0d931
CY
14832009-06-28 David De La Harpe Golden <david@harpegolden.net>
1484
1485 * files.el (trash-directory): Fix defcustom type.
1486
baf1a55e 14872009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
1488
1489 * help-fns.el (describe-function-1): Correctly locate adviced
1490 functions in hyperlink (Bug#2438).
1491
d63a01ef
CY
14922009-06-28 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * files.el (trash-directory): Change default to nil.
1495 (move-file-to-trash): If trash-directory is nil and
1496 system-move-file-to-trash is unbound, perform freedesktop-style
1497 trashing.
1498
14992009-06-28 David De La Harpe Golden <david@harpegolden.net>
1500
1501 * files.el (move-file-to-trash): Add freedesktop trash
1502 support (Bug#973).
1503
fc2f6a26
GM
15042009-06-28 Glenn Morris <rgm@gnu.org>
1505
1506 * autorevert.el (global-auto-revert-non-file-buffers)
1507 (global-auto-revert-mode): Doc fixes.
1508
00242b07
JB
15092009-06-27 Johan Bockgård <bojohan@gnu.org>
1510
1511 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
1512
f5594f03
CY
15132009-06-27 Chong Yidong <cyd@stupidchicken.com>
1514
e8a2b2da
CY
1515 * faces.el (x-handle-named-frame-geometry): Ensure that we have
1516 opened an X connection before calling x-get-resource (Bug#3194).
1517
f5594f03
CY
1518 * play/doctor.el: Remove reference to obsolete website.
1519 (make-doctor-variables): Correct grammar mistake (Bug#2633).
1520
3c3bf6ce
DN
15212009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1522
1523 Remove find-file-not-found-hook VC method. (Bug#2757)
1524 * vc-hooks.el (vc-file-not-found-hook)
1525 (vc-default-find-file-not-found-hook): Remove functions.
1526 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
1527 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
1528 * vc.el:
1529 * vc-hg.el:
1530 * vc-git.el: Do not mention find-file-not-found-hook VC method.
1531
e26a7bc0
AM
15322009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1533
1534 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
1535 compatibility function for `looking-back'
1536
4b8b1ec5
SM
1537 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1538 Use `ispell-looking-back'
e26a7bc0 1539
d9848600
MA
15402009-06-24 Michael Albinus <michael.albinus@gmx.de>
1541
1542 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 1543 rather than `filename'.
d9848600 1544
05fbc4a9
MB
15452009-06-23 Miles Bader <miles@gnu.org>
1546
1547 * face-remap.el (text-scale-set): New function.
1548
f86ca715
GM
15492009-06-23 Glenn Morris <rgm@gnu.org>
1550
33e2c2e5
GM
1551 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1552
f529f302
GM
1553 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
1554
34995333
GM
1555 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
1556
cc80ccee
GM
1557 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
1558
84cb770d
GM
1559 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1560 Simplify Persian conditionals.
1561
d916c965
GM
1562 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
1563 variable `filename'.
1564
b6a44b27
GM
1565 * comint.el (comint-insert-input): Doc fix.
1566
f86ca715
GM
1567 * Makefile.in (ELCFILES): Fix typo in previous change.
1568
666e158e
MB
15692009-06-23 Miles Bader <miles@gnu.org>
1570
1571 * cus-start.el: Add entry for `recenter-redisplay'.
1572
77bf3f54
DN
15732009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1574
1575 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
1576 Add an optional argument for the backend, use it instead of
1577 calling vc-backend.
4b8b1ec5
SM
1578 (vc-mode-line): Add an optional argument for the backend.
1579 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
1580 special handling for vc-state being a buffer to ...
1581
1582 * vc-rcs.el (vc-rcs-find-file-hook):
1583 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
1584
1585 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
1586 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
1587 vc-stay-local-p and vc-mode-line calls.
1588
1589 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
1590 (vc-cvs-diff, vc-cvs-annotate-command)
1591 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
1592 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
1593 vc-mode-line calls.
1594
1595 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
1596 direct comparison.
1597 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
1598 backend when calling vc-mode-line.
1599 (vc-register): Do not create a closure for calling the vc register
1600 function, call it directly.
1601
2764748c
DN
16022009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1603
1604 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
1605 to make it obvious item can be clicked.
f5a0b281
DN
1606
1607 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
1608
d4a885b2
KH
16092009-06-23 Kenichi Handa <handa@m17n.org>
1610
1611 * language/korea-util.el (korean-key-bindings): Change the binding
1612 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
1613 same command.
1614
e3610693
MA
16152009-06-22 Michael Albinus <michael.albinus@gmx.de>
1616
1617 Sync with Tramp 2.1.16.
1618
1619 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
1620
1621 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
1622 when a loading of a package fails. Completion function for rsync
1623 is `tramp-completion-function-alist-ssh'.
1624 (all): Replace all calls of `split-string' and
1625 `tramp-split-string' by `tramp-compat-split-string'.
1626 (tramp-default-method): Use `tramp-compat-process-running-p'.
1627 (tramp-default-proxies-alist): Allow also Lisp forms.
1628 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 1629 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
1630 (tramp-domain-regexp): Allow also "-", "_" and ".".
1631 (tramp-end-of-output): Remove newlines, and add "$" at the end.
1632 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
1633 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
1634 (tramp-handle-directory-files-and-attributes-with-stat):
1635 Care about filenames with spaces, or starting with "-".
e3610693
MA
1636 (tramp-handle-dired-uncache): New defun.
1637 (tramp-handle-insert-directory): Don't flush the directory from
1638 cache, this is handled by `dired-uncache' now.
1639 (tramp-handle-insert-file-contents): Improve error handling.
1640 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1641 Quote `tramp-end-of-output'.
1642 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
1643 (tramp-check-for-regexp): Both echoes must be present, before removing.
1644 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
1645 (tramp-compute-multi-hops): Eval cons cells of
1646 `tramp-default-proxies-alist'.
1647 (tramp-maybe-open-connection): Use the same command pattern for
1648 first hop and further hops.
1649 (tramp-wait-for-output): Remove handling of newlines.
1650 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
1651 (tramp-split-string): Remove function. It is handled in
1652 tramp-compat now.
1653
4b8b1ec5
SM
1654 * net/tramp-cmds.el (tramp-bug):
1655 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
1656
1657 * net/tramp-compat.el (tramp-compat-split-string)
1658 (tramp-compat-process-running-p): New defuns.
1659
1660 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
1661 for `dired-uncache'.
1662
1663 * net/tramp-gvfs.el: New package.
1664
4b8b1ec5
SM
1665 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1666 Add handler for `dired-uncache'.
e3610693
MA
1667 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
1668
1669 * net/trampver.el: Update release number. Make version check fit
1670 for SXEmacs 22.
1671
13a3f374
JM
16722009-06-22 Jim Meyering <meyering@redhat.com>
1673
e0a28a3b 1674 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
1675 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
1676 XZ is the successor to LZMA: <http://tukaani.org/xz/>
1677
5242671e 16782009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 1679 Nick Roberts <nickrob@snap.net.nz>
13a3f374 1680
e0a28a3b 1681 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
1682 repository (http://sphinx.net.ru/hg/gdb-mi/).
1683
3fde45af
GM
16842009-06-22 Glenn Morris <rgm@gnu.org>
1685
46253b34
GM
1686 * files.el (dir-locals-collect-mode-variables): Allow for any number of
1687 `mode' and `eval' entries. (Bug#3430)
1688
97e18192
GM
1689 * Makefile.in (ELCFILES): Add fadr.elc.
1690
731a00fb
GM
1691 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
1692 differing behavior of \n and ^ in strings. (Bug#3385)
1693
c66cd0ff
GM
1694 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
1695
3fde45af
GM
1696 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
1697 property.
1698 (lisp-indent-function): Make it a defcustom.
1699
db2241a0
NR
17002009-06-21 Nick Roberts <nickrob@snap.net.nz>
1701
1702 * progmodes/gdb-ui.el: Replace with ...
5242671e 1703 * progmodes/gdb-mi.el: ... this file.
db2241a0 1704 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
1705
17062009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
1707
db2241a0
NR
1708 * fadr.el: New file.
1709
38d4f316 1710See ChangeLog.14 for earlier changes.
e3d51b27
MR
1711
1712;; Local Variables:
1713;; coding: utf-8
e3d51b27
MR
1714;; End:
1715
38d4f316 1716 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
1717
1718 This file is part of GNU Emacs.
1719
1720 GNU Emacs is free software: you can redistribute it and/or modify
1721 it under the terms of the GNU General Public License as published by
1722 the Free Software Foundation, either version 3 of the License, or
1723 (at your option) any later version.
1724
1725 GNU Emacs is distributed in the hope that it will be useful,
1726 but WITHOUT ANY WARRANTY; without even the implied warranty of
1727 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1728 GNU General Public License for more details.
1729
1730 You should have received a copy of the GNU General Public License
1731 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1732
38d4f316 1733;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1