]> code.delx.au - gnu-emacs/log
gnu-emacs
14 years agoFix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).
YAMAMOTO Mitsuharu [Mon, 5 Jul 2010 09:58:31 +0000 (18:58 +0900)]
Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).

* dispextern.h (FRINGE_HEIGHT_BITS): New define.
(struct glyph_row): New members left_fringe_offset and
right_fringe_offset.

* xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
specially.
* w32term.c (w32_draw_fringe_bitmap): Likewise.
* nsterm.m (ns_draw_fringe_bitmap): Likewise.

* fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
Take account of bitmap offset.
(draw_window_fringes): Take account of window vscroll.
(update_window_fringes): Likewise.  Extend top-aligned top indicator
or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
in one row.  Don't set redraw_fringe_bitmaps_p outside row comparison.
Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).

14 years agosrc/w32fns.c (Qtooltip): Declare.
Juanma Barranquero [Sun, 4 Jul 2010 00:59:56 +0000 (02:59 +0200)]
src/w32fns.c (Qtooltip): Declare.
Suggested by Andy Moreton <andrewjmoreton@gmail.com>.

14 years ago* net/zeroconf.el (zeroconf-resolve-service)
Michael Albinus [Sat, 3 Jul 2010 11:12:53 +0000 (13:12 +0200)]
* net/zeroconf.el (zeroconf-resolve-service)
(zeroconf-service-resolver-handler): Use
`dbus-byte-array-to-string'.
(zeroconf-publish-service): Use `dbus-string-to-byte-array'.

14 years ago* net/zeroconf.el (zeroconf-service-remove-hook): New defun.
Michael Albinus [Sat, 3 Jul 2010 10:52:17 +0000 (12:52 +0200)]
* net/zeroconf.el (zeroconf-service-remove-hook): New defun.

14 years agoFix hang for mouse press on menubar but not on an item (Bug#6499).
Jan D [Sat, 3 Jul 2010 09:38:44 +0000 (11:38 +0200)]
Fix hang for mouse press on menubar but not on an item (Bug#6499).

* xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
grab on just Press (Bug#6499).

14 years agoFix faulty `if' statement in delete_frame.
Chong Yidong [Fri, 2 Jul 2010 16:35:08 +0000 (12:35 -0400)]
Fix faulty `if' statement in delete_frame.

* frame.c (Qtooltip): New var.
(delete_frame): Use it.  Fix faulty if statement.  Don't update
mode line for tooltip frames.  Suggested by Martin Rudalics.

* xfns.c (x_create_tip_frame):
* w32fns.c (x_create_tip_frame): Use it.

14 years agoAvoid displaying files with a nil state in vc-dir.
Dan Nicolaescu [Wed, 30 Jun 2010 22:03:07 +0000 (15:03 -0700)]
Avoid displaying files with a nil state in vc-dir.
* lisp/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
cases that cause insertion.
(vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
with a nil state.

14 years ago* xml.el (xml-parse-region): Avoid infloop (Bug#5281).
Chong Yidong [Wed, 30 Jun 2010 20:34:06 +0000 (16:34 -0400)]
* xml.el (xml-parse-region): Avoid infloop (Bug#5281).

14 years agoCheck FC_DUAL too. For such fonts, check width one by one (Bug#4129).
Naohiro Aota [Wed, 30 Jun 2010 14:22:18 +0000 (10:22 -0400)]
Check FC_DUAL too.  For such fonts, check width one by one (Bug#4129).
* xftfont.c (xftfont_open): Check font width one by one also when
spacing is dual.

* ftfont.c (ftfont_open): Ditto.

14 years agolisp/ChangeLog: Remove "(tiny change)" note.
Juanma Barranquero [Tue, 29 Jun 2010 20:41:04 +0000 (22:41 +0200)]
lisp/ChangeLog: Remove "(tiny change)" note.

14 years agoemacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
Leo Liu [Tue, 29 Jun 2010 12:09:07 +0000 (14:09 +0200)]
emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)

14 years ago*** empty log message ***
Juanma Barranquero [Sun, 27 Jun 2010 21:57:39 +0000 (23:57 +0200)]
*** empty log message ***

14 years agoFont lock fix for batch mode (Bug#5719).
Chong Yidong [Sun, 27 Jun 2010 18:43:34 +0000 (14:43 -0400)]
Font lock fix for batch mode (Bug#5719).
* generic-x.el (bat-generic-mode): Fix regexp for command line
switches (Bug#5719).

14 years agoMinor fix for htmlfontify.el (Bug#6239).
Chong Yidong [Sun, 27 Jun 2010 18:24:42 +0000 (14:24 -0400)]
Minor fix for htmlfontify.el (Bug#6239).
* htmlfontify.el (hfy-face-attr-for-class): Use `append' instead
of `nconc' (Bug#6239).

14 years agoRemove unnecessary let-bindings in bookmark.el (Bug#6515)
Chong Yidong [Sun, 27 Jun 2010 18:03:26 +0000 (14:03 -0400)]
Remove unnecessary let-bindings in bookmark.el (Bug#6515)

* bookmark.el (bookmark-bmenu-2-window)
(bookmark-bmenu-other-window)
(bookmark-bmenu-other-window-with-mouse): Remove unnecessary
bindings of bookmark-automatically-show-annotations (Bug#6515).

14 years agoFix typos in some Keywords comments.
Glenn Morris [Sat, 26 Jun 2010 21:01:38 +0000 (14:01 -0700)]
Fix typos in some Keywords comments.

14 years agoUpdate cl-loaddefs.el
Andreas Schwab [Sat, 26 Jun 2010 18:49:18 +0000 (20:49 +0200)]
Update cl-loaddefs.el

14 years ago* alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).
Andreas Schwab [Sat, 26 Jun 2010 18:47:35 +0000 (20:47 +0200)]
* alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).

14 years agoFix bugs #6144 and #6467.
Eli Zaretskii [Fri, 25 Jun 2010 11:42:47 +0000 (14:42 +0300)]
Fix bugs #6144 and #6467.

 arc-mode.el (archive-zip-extract): Don't quote the file name on
 MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)

14 years agoFix after-string and image interaction bug (Bug#1336).
Chong Yidong [Fri, 25 Jun 2010 00:30:55 +0000 (20:30 -0400)]
Fix after-string and image interaction bug (Bug#1336).

* xdisp.c (next_element_from_image): Ensure that after-strings are
read the next time we hit handle_stop (Bug#1336).

14 years agoClarify command loop's role in undo boundary (Bug#2433).
Chong Yidong [Thu, 24 Jun 2010 19:05:47 +0000 (15:05 -0400)]
Clarify command loop's role in undo boundary (Bug#2433).

* text.texi (Undo): Clarify command loop behavior (Bug#2433).
* commands.texi (Command Overview): Mention undo-boundary call.

14 years agoMinor doc/misc/*.texi direntry fixes.
Glenn Morris [Thu, 24 Jun 2010 07:10:51 +0000 (00:10 -0700)]
Minor doc/misc/*.texi direntry fixes.

* ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
* dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
* emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
* flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
* newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
* remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
* speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
* woman.texi:
Start direntry descriptions in column 32, per Texinfo convention.
Make them end with a period.

14 years agoDoc fix.
Štěpán Němec [Thu, 24 Jun 2010 06:38:09 +0000 (23:38 -0700)]
Doc fix.

* lisp/comint.el (make-comint, make-comint-in-buffer): Mention return
value in the docstrings.  (Bug#6498)

14 years agoMinor bs.el font-lock change.
Yoni Rabkin [Thu, 24 Jun 2010 06:30:51 +0000 (23:30 -0700)]
Minor bs.el font-lock change.
* lisp/bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired
pattern, since it is not present when using some non-default switches.

14 years ago* lread.c (read1): Signal error if #s is not followed by paren.
Andreas Schwab [Wed, 23 Jun 2010 08:22:36 +0000 (10:22 +0200)]
* lread.c (read1): Signal error if #s is not followed by paren.

14 years agoRemove remaining tabs from non-verbatim in doc/misc/*.texi.
Glenn Morris [Wed, 23 Jun 2010 07:44:09 +0000 (00:44 -0700)]
Remove remaining tabs from non-verbatim in doc/misc/*.texi.

14 years agoEntry for previous change.
Glenn Morris [Wed, 23 Jun 2010 06:40:31 +0000 (23:40 -0700)]
Entry for previous change.

14 years agoRemove some unimportant tabs from examples in some *.texi files.
Glenn Morris [Wed, 23 Jun 2010 06:35:06 +0000 (23:35 -0700)]
Remove some unimportant tabs from examples in some *.texi files.

14 years agoUntabify doc/lispref/*.texi.
Glenn Morris [Wed, 23 Jun 2010 03:36:56 +0000 (20:36 -0700)]
Untabify doc/lispref/*.texi.

* abbrevs.texi, commands.texi, compile.texi, debugging.texi:
* display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
* frames.texi, functions.texi, internals.texi, keymaps.texi:
* loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
* searching.texi, sequences.texi, strings.texi, syntax.texi:
* text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
Untabify Texinfo files.

14 years agoBackport from trunk: doc fix.
Karl Fogel [Wed, 23 Jun 2010 03:07:20 +0000 (20:07 -0700)]
Backport from trunk: doc fix.

* lisp/simple.el (compose-mail): Fix doc string to refer to
`compose-mail-user-agent-warnings', instead of to the nonexistent
`compose-mail-check-user-agent'.

14 years ago* info/dir: Start descriptions in column 32, per Texinfo convention.
Glenn Morris [Wed, 23 Jun 2010 03:01:35 +0000 (20:01 -0700)]
* info/dir: Start descriptions in column 32, per Texinfo convention.

14 years agoUntabify doc/misc/*.texi.
Glenn Morris [Wed, 23 Jun 2010 02:57:26 +0000 (19:57 -0700)]
Untabify doc/misc/*.texi.

* autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
* eieio.texi, faq.texi, flymake.texi, forms.texi, gnus-faq.texi:
* idlwave.texi, mh-e.texi, org.texi, pcl-cvs.texi, pgg.texi:
* reftex.texi, sasl.texi, sc.texi, sem-user.texi, semantic.texi:
* sieve.texi, smtpmail.texi, speedbar.texi, vip.texi, viper.texi:
* widget.texi: Untabify (except for examples).

14 years ago* doc/lispintro/emacs-lisp-intro.texi: Untabify.
Glenn Morris [Wed, 23 Jun 2010 02:51:01 +0000 (19:51 -0700)]
* doc/lispintro/emacs-lisp-intro.texi: Untabify.

14 years agoUntabify doc/emacs/*.texi files.
Glenn Morris [Wed, 23 Jun 2010 02:46:43 +0000 (19:46 -0700)]
Untabify doc/emacs/*.texi files.

* abbrevs.texi, basic.texi, buffers.texi, building.texi, calendar.texi:
* custom.texi, dired.texi, display.texi, emacs.texi, emerge-xtra.texi:
* files.texi, fortran-xtra.texi, frames.texi, help.texi, killing.texi:
* maintaining.texi, mark.texi, mini.texi, misc.texi, msdog.texi:
* programs.texi, rmail.texi, screen.texi, search.texi, sending.texi:
* text.texi, trouble.texi, vc1-xtra.texi, xresources.texi:
Untabify Texinfo files.

14 years agoFix vc-annotate for renamed files when using Git.
Dan Nicolaescu [Tue, 22 Jun 2010 19:25:17 +0000 (12:25 -0700)]
Fix vc-annotate for renamed files when using Git.
* lisp/vc-git.el (vc-git-find-revision): Deal with empty results from
ls-files.  Doe not pass the object as a file name to cat-file, it
is not a file name.
(vc-git-annotate-command): Pass the file name using -- to avoid
ambiguity with the revision.
(vc-git-previous-revision): Pass a relative file name.

14 years ago* lisp/font-setting.el: Fix previous change.
Glenn Morris [Tue, 22 Jun 2010 07:37:07 +0000 (00:37 -0700)]
* lisp/font-setting.el: Fix previous change.

14 years ago* dnd.el, font-setting.el, x-dnd.el: Use utf-8 coding (for author name).
Glenn Morris [Tue, 22 Jun 2010 07:10:16 +0000 (00:10 -0700)]
* dnd.el, font-setting.el, x-dnd.el: Use utf-8 coding (for author name).

14 years agoMinor js.el fix.
Glenn Morris [Tue, 22 Jun 2010 07:04:20 +0000 (00:04 -0700)]
Minor js.el fix.
* lisp/progmodes/js.el (js-mode-map): Use standard capitalization and
ellipses for menu entries.

14 years ago* lisp/wid-edit.el (widget-complete): Doc fix.
Glenn Morris [Tue, 22 Jun 2010 03:24:22 +0000 (20:24 -0700)]
* lisp/wid-edit.el (widget-complete): Doc fix.

14 years ago* lisp/url/ChangeLog: Standardize author name .
Glenn Morris [Tue, 22 Jun 2010 03:20:24 +0000 (20:20 -0700)]
* lisp/url/ChangeLog: Standardize author name .

14 years ago* lisp/wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
Jürgen Hötzel [Tue, 22 Jun 2010 03:18:04 +0000 (20:18 -0700)]
* lisp/wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.

14 years agoFix annotating other revisions for renamed files in vc-annotate.
Dan Nicolaescu [Tue, 22 Jun 2010 03:00:54 +0000 (20:00 -0700)]
Fix annotating other revisions for renamed files in vc-annotate.
* lisp/vc-annotate.el (vc-annotate): Add an optional argument for the
VC backend.  Use it when non-nil.
(vc-annotate-warp-revision): Pass the VC backend to vc-annotate.  (Bug#6487)

14 years agoFix vc-annotate-show-changeset-diff-revision-at-line for git.
Dan Nicolaescu [Tue, 22 Jun 2010 02:08:55 +0000 (19:08 -0700)]
Fix vc-annotate-show-changeset-diff-revision-at-line for git.
* lisp/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
Do not pass the file name to the 'previous-revision call when we
don't want a file diff.  (Bug#6489)

14 years agoFix finding revisions in for renamed files in vc-annotate.
Dan Nicolaescu [Tue, 22 Jun 2010 01:26:30 +0000 (18:26 -0700)]
Fix finding revisions in for renamed files in vc-annotate.
* lisp/vc.el (vc-find-revision): Add an optional argument for
the VC backend.  Use it when non-nil.
* lisp/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
backend to vc-find-revision.  (Bug#6487)

14 years agoFix reading file names in Git annotate buffers.
Dan Nicolaescu [Mon, 21 Jun 2010 20:03:30 +0000 (13:03 -0700)]
Fix reading file names in Git annotate buffers.
* lisp/vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)

14 years ago* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
Chong Yidong [Sun, 20 Jun 2010 16:30:27 +0000 (12:30 -0400)]
* modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).

14 years ago* progmodes/cc-mode.el (c-before-hack-hook): When the mode is set in file
Alan Mackenzie [Sun, 20 Jun 2010 16:17:05 +0000 (16:17 +0000)]
* progmodes/cc-mode.el (c-before-hack-hook): When the mode is set in file
local variables, set it first.

14 years ago* image.c (free_image): Mark frame as garbaged (Bug#6426).
Chong Yidong [Sat, 19 Jun 2010 19:43:47 +0000 (15:43 -0400)]
* image.c (free_image): Mark frame as garbaged (Bug#6426).

14 years ago* errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
Chong Yidong [Sat, 19 Jun 2010 18:06:37 +0000 (14:06 -0400)]
* errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).

14 years ago* keymap.c (Fdefine_key): Doc fix (Bug#6460).
Chong Yidong [Sat, 19 Jun 2010 18:02:41 +0000 (14:02 -0400)]
* keymap.c (Fdefine_key): Doc fix (Bug#6460).

14 years ago* etc/PROBLEMS: Update Cygwin GCC information. (Bug#6458)
Ken Brown [Sat, 19 Jun 2010 02:34:30 +0000 (19:34 -0700)]
* etc/PROBLEMS: Update Cygwin GCC information.  (Bug#6458)

14 years agoClose bug#6422.
Glenn Morris [Sat, 19 Jun 2010 02:31:44 +0000 (19:31 -0700)]
Close bug#6422.
* lisp/descr-text.el (describe-char-unicode-data): Insert separating
space when needed.

14 years agoClose bug#6450.
Glenn Morris [Sat, 19 Jun 2010 02:27:57 +0000 (19:27 -0700)]
Close bug#6450.
* lisp/progmodes/idlwave.el (idlwave-action-and-binding):
Fix typo in 2009-12-03 change.

14 years ago* lisp/subr.el (read-quoted-char): Fix up last change.
Stefan Monnier [Thu, 17 Jun 2010 03:37:13 +0000 (23:37 -0400)]
* lisp/subr.el (read-quoted-char): Fix up last change.

Fixes: debbugs:6290
14 years agodoc/misc/ChangeLog: Remove duplicate entry.
Juanma Barranquero [Wed, 16 Jun 2010 23:52:13 +0000 (01:52 +0200)]
doc/misc/ChangeLog: Remove duplicate entry.

14 years ago* lisp/font-lock.el (font-lock-major-mode): Rename from
Stefan Monnier [Wed, 16 Jun 2010 20:00:22 +0000 (16:00 -0400)]
* lisp/font-lock.el (font-lock-major-mode): Rename from
font-lock-mode-major-mode to distinguish it from
global-font-lock-mode's own font-lock-mode-major-mode.
(font-lock-set-defaults):
* lisp/font-core.el (font-lock-default-function): Adjust users.
(font-lock-mode): Don't set it at all.

Fixes: debbugs:6135
14 years ago* etc/NEWS.1-17: Fix typos.
Juanma Barranquero [Tue, 15 Jun 2010 11:41:21 +0000 (13:41 +0200)]
* etc/NEWS.1-17: Fix typos.

14 years agoBackport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler.
Glenn Morris [Tue, 15 Jun 2010 06:16:19 +0000 (23:16 -0700)]
Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler.

14 years ago* lisp/vc-annotate.el (vc-annotate): Use vc-read-revision.
Stefan Monnier [Tue, 15 Jun 2010 04:51:42 +0000 (00:51 -0400)]
* lisp/vc-annotate.el (vc-annotate): Use vc-read-revision.

14 years ago* etc/NEWS: appt-add.
Glenn Morris [Tue, 15 Jun 2010 03:49:39 +0000 (20:49 -0700)]
* etc/NEWS: appt-add.

14 years agoTweak previous change.
Glenn Morris [Tue, 15 Jun 2010 03:42:33 +0000 (20:42 -0700)]
Tweak previous change.

* lisp/calendar/appt.el (appt-time-msg-list): Doc fix.
(appt-check): Let-bind appt-warn-time.
(appt-add): Make the 3rd argument optional.
Simplify argument names.  Doc fix.  Check for integer WARNTIME.
Only add WARNTIME to the output list if non-nil.

14 years agoClose bug#5176.
Ivan Kanis [Tue, 15 Jun 2010 03:38:58 +0000 (20:38 -0700)]
Close bug#5176.

* lisp/calendar/appt.el (appt-check): Let the 3rd element of
appt-time-msg-list specify the warning time.
(appt-add): Add new argument with the warning time.

14 years ago* INSTALL: Update font information (Bug#6389).
Chong Yidong [Sat, 12 Jun 2010 17:21:01 +0000 (13:21 -0400)]
* INSTALL: Update font information (Bug#6389).

14 years agoClose bug#6361.
Bob Rogers [Sat, 12 Jun 2010 07:34:36 +0000 (00:34 -0700)]
Close bug#6361.

* lisp/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
older than version 1.6.

14 years agoClose bug#6406.
Štěpán Němec [Sat, 12 Jun 2010 07:25:20 +0000 (00:25 -0700)]
Close bug#6406.

* lisp/url/url-vars.el (url-privacy-level): Fix doc typo.

14 years ago* etc/tutorials/TUTORIAL.bg, etc/tutorials/TUTORIAL.es: Fix typos.
Glenn Morris [Sat, 12 Jun 2010 07:09:32 +0000 (00:09 -0700)]
* etc/tutorials/TUTORIAL.bg, etc/tutorials/TUTORIAL.es: Fix typos.

14 years agoClose bug#6408.
Helmut Eller [Sat, 12 Jun 2010 07:06:15 +0000 (00:06 -0700)]
Close bug#6408.

* lisp/emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
used by cl-do-arglist.

14 years ago* doc/emacs/basic.texi (Inserting Text): Minor clarification. (Bug#6374)
Glenn Morris [Thu, 10 Jun 2010 05:09:27 +0000 (22:09 -0700)]
* doc/emacs/basic.texi (Inserting Text): Minor clarification.  (Bug#6374)

14 years agoDoc typo fixes.
Glenn Morris [Thu, 10 Jun 2010 05:04:06 +0000 (22:04 -0700)]
Doc typo fixes.

* doc/emacs/basic.texi (Inserting Text): Fix typo.
* doc/misc/idlwave.texi (Load-Path Shadows):
* doc/misc/org.texi (Handling links): Fix typos.

14 years ago* INSTALL: General update.
Glenn Morris [Thu, 10 Jun 2010 05:00:18 +0000 (22:00 -0700)]
* INSTALL: General update.

14 years ago* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Stefan Monnier [Wed, 9 Jun 2010 14:31:12 +0000 (10:31 -0400)]
* dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
Check `object's type before accessing its guts.

14 years ago* lisp/emacs-lisp/advice.el (ad-compile-function):
Stefan Monnier [Wed, 9 Jun 2010 01:18:31 +0000 (21:18 -0400)]
* lisp/emacs-lisp/advice.el (ad-compile-function):
Define warning-suppress-types before we let-bind it.

Fixes: debbugs:6275
14 years ago* lisp/vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
Stefan Monnier [Wed, 9 Jun 2010 01:12:53 +0000 (21:12 -0400)]
* lisp/vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
declare it, make it buffer-local, and permanent-local.
(vc-resynch-window): Adjust name.
* lisp/vc-hooks.el (vc-find-file-hook): Adjust name.

Fixes: debbugs:6324
14 years ago* minibuf.c (Fall_completions): Add more checks.
Andreas Schwab [Tue, 8 Jun 2010 19:42:10 +0000 (21:42 +0200)]
* minibuf.c (Fall_completions): Add more checks.

14 years ago* minibuf.c (Fall_completions): Add more checks.
Andreas Schwab [Tue, 8 Jun 2010 17:56:21 +0000 (19:56 +0200)]
* minibuf.c (Fall_completions): Add more checks.

14 years ago* minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
Juanma Barranquero [Tue, 8 Jun 2010 16:53:11 +0000 (18:53 +0200)]
* minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).

14 years ago* lisp/net/rcirc.el: Add support for password authentication.
Jonathan Rockway [Mon, 7 Jun 2010 21:20:44 +0000 (17:20 -0400)]
* lisp/net/rcirc.el: Add support for password authentication.
(rcirc-server-alist): Add :password keyword.
(rcirc): Ask for a password, or get it from the server's alist.
(rcirc-connect): Add password argument.  Pass it to server.

14 years ago* net/dbus.el: Fix typos and declare function.
Juanma Barranquero [Sat, 5 Jun 2010 20:36:27 +0000 (22:36 +0200)]
* net/dbus.el: Fix typos and declare function.

14 years ago* term/common-win.el (x-colors): Add "dark green" and "dark turquoise" (Bug#6332).
Chong Yidong [Fri, 4 Jun 2010 16:15:51 +0000 (12:15 -0400)]
* term/common-win.el (x-colors): Add "dark green" and "dark turquoise" (Bug#6332).

14 years agoAdd bug number
Andreas Schwab [Thu, 3 Jun 2010 22:52:38 +0000 (00:52 +0200)]
Add bug number

14 years ago* process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
Andreas Schwab [Thu, 3 Jun 2010 22:47:35 +0000 (00:47 +0200)]
* process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
address.

14 years agoFix to semantic-lex-spp-table-write-slot-value (Bug#6324).
Eric M. Ludlam [Thu, 3 Jun 2010 17:17:50 +0000 (13:17 -0400)]
Fix to semantic-lex-spp-table-write-slot-value (Bug#6324).

* cedet/semantic/lex-spp.el
(semantic-lex-spp-table-write-slot-value): Instead of erroring on
invalid values during save, just save a nil (Bug#6324).

14 years agoFix typos.
Juanma Barranquero [Thu, 3 Jun 2010 15:34:35 +0000 (17:34 +0200)]
Fix typos.

14 years agoClose bug#6336.
Glenn Morris [Thu, 3 Jun 2010 06:07:39 +0000 (23:07 -0700)]
Close bug#6336.
* lisp/desktop.el (desktop-clear-preserve-buffers): Add "*Warnings*" buffer.

14 years agoBetter doc fix for Bug#6283.
Chong Yidong [Wed, 2 Jun 2010 17:26:31 +0000 (13:26 -0400)]
Better doc fix for Bug#6283.

searching.texi (Regexp Special): Remove obsolete information
about matching non-ASCII characters, and suggest using char
classes (Bug#6283).

14 years agosearching.texi (Regexp Special): Replace "octal 377" with "#o377" (Bug#6283).
Chong Yidong [Wed, 2 Jun 2010 17:14:01 +0000 (13:14 -0400)]
searching.texi (Regexp Special): Replace "octal 377" with "#o377" (Bug#6283).

14 years ago* lisp/vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
Dan Nicolaescu [Wed, 2 Jun 2010 04:54:55 +0000 (21:54 -0700)]
* lisp/vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
Backport from trunk.

14 years ago* lisp/vc-bzr.el (vc-bzr-revision-completion-table): Apply
Stefan Monnier [Tue, 1 Jun 2010 02:06:09 +0000 (22:06 -0400)]
* lisp/vc-bzr.el (vc-bzr-revision-completion-table): Apply
`file-directory-p' to the filename part rather than to the whole text.

14 years agoFix up changelog entry
Stefan Monnier [Mon, 31 May 2010 20:47:04 +0000 (16:47 -0400)]
Fix up changelog entry

14 years ago* lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.
Jonathan Marchand [Mon, 31 May 2010 20:26:56 +0000 (16:26 -0400)]
* lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.

Fixes: debbugs:6231
14 years ago* src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
Stefan Monnier [Mon, 31 May 2010 19:35:04 +0000 (15:35 -0400)]
* src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
of bug#6305).

14 years ago* lisp/man.el (Man-completion-table): Let the user type "-k ".
Stefan Monnier [Mon, 31 May 2010 16:16:02 +0000 (12:16 -0400)]
* lisp/man.el (Man-completion-table): Let the user type "-k ".

Fixes: debbugs:6319
14 years agoBackport from trunk: Fix bug#6298.
Drew Adams [Mon, 31 May 2010 15:24:46 +0000 (17:24 +0200)]
Backport from trunk: Fix bug#6298.

14 years agoFix for momentary-string-display (Bug#6238).
Juanma Barranquero [Mon, 31 May 2010 14:11:18 +0000 (10:11 -0400)]
Fix for momentary-string-display (Bug#6238).

* lisp/subr.el (momentary-string-display): Just use read-event to read
the exit event (Bug#6238).

14 years agosrc/ChangeLog: Fix typos.
Juanma Barranquero [Sun, 30 May 2010 23:09:32 +0000 (01:09 +0200)]
src/ChangeLog: Fix typos.

14 years agodoc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun".
Juanma Barranquero [Sun, 30 May 2010 22:50:31 +0000 (00:50 +0200)]
doc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun".

14 years ago* doc/lispref/minibuf.texi (Basic Completion): Document completion-boundaries.
Stefan Monnier [Sun, 30 May 2010 21:18:35 +0000 (17:18 -0400)]
* doc/lispref/minibuf.texi (Basic Completion): Document completion-boundaries.
(Programmed Completion): Document the new fourth method for boundaries.
* .bzrignore: Ignore new files from trunk, which appear if you use
colocated branches (i.e. "bzr switch").

14 years ago* ansi-color.el: Delete unused escape sequences (Bug#6085).
Chong Yidong [Sat, 29 May 2010 18:22:18 +0000 (14:22 -0400)]
* ansi-color.el: Delete unused escape sequences (Bug#6085).
(ansi-color-drop-regexp): New constant.
(ansi-color-apply, ansi-color-filter-region)
(ansi-color-apply-on-region): Delete unrecognized control sequences.
(ansi-color-apply): Build string list before calling concat.

14 years ago* xdisp.c (redisplay_window): After redisplay, check if point is
Chong Yidong [Thu, 27 May 2010 15:42:50 +0000 (11:42 -0400)]
* xdisp.c (redisplay_window): After redisplay, check if point is
still valid before setting it (Bug#6177).

14 years ago* progmodes/verilog-mode.el (verilog-type-font-keywords): Use
Chong Yidong [Thu, 27 May 2010 15:25:58 +0000 (11:25 -0400)]
* progmodes/verilog-mode.el (verilog-type-font-keywords): Use
font-lock-constant-face, not obsolete font-lock-reference-face.

* htmlfontify.el (hfy-face-resolve-face): New function.
(hfy-face-to-style): Use it (Bug#6279).