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