bpt/emacs.git
13 years ago* w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
Juanma Barranquero [Sun, 1 Aug 2010 04:28:09 +0000 (06:28 +0200)]
* w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
* xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.

13 years ago* org.texi (Footnotes, Tables in HTML export): Fix typos.
Juanma Barranquero [Sun, 1 Aug 2010 04:00:59 +0000 (06:00 +0200)]
* org.texi (Footnotes, Tables in HTML export): Fix typos.

13 years ago* dabbrev.el (dabbrev-completion): Fix typo in docstring.
Juanma Barranquero [Sun, 1 Aug 2010 03:19:23 +0000 (05:19 +0200)]
* dabbrev.el (dabbrev-completion): Fix typo in docstring.

13 years ago* lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring.
MON KEY [Sun, 1 Aug 2010 00:24:55 +0000 (02:24 +0200)]
* lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring.

Fixes: debbugs:6747

13 years ago* lisp/eshell/esh-io.el (eshell-get-target): Better detection of read-only file ...
Leo Liu [Fri, 30 Jul 2010 23:25:06 +0000 (19:25 -0400)]
* lisp/eshell/esh-io.el (eshell-get-target): Better detection of read-only file (Bug#6762).

13 years agofns.c: Doc fixes.
Juanma Barranquero [Fri, 30 Jul 2010 00:54:53 +0000 (02:54 +0200)]
fns.c: Doc fixes.

13 years agoalign.el: Doc fixes.
Juanma Barranquero [Fri, 30 Jul 2010 00:50:13 +0000 (02:50 +0200)]
align.el: Doc fixes.

13 years ago* doc/lispref/modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
Juanma Barranquero [Thu, 29 Jul 2010 00:58:16 +0000 (02:58 +0200)]
* doc/lispref/modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.

13 years agoDocument arguments passed to `read-buffer-function' (bug#5625).
Juanma Barranquero [Wed, 28 Jul 2010 00:15:49 +0000 (02:15 +0200)]
Document arguments passed to `read-buffer-function' (bug#5625).

* doc/lispref/minibuf.texi (High-Level Completion): Document args of
  `read-buffer-function'.
* src/minibuf.c (syms_of_minibuf) <read-buffer-function>: Doc fix.

13 years ago* PROBLEMS: Mention problem with Cygwin 1.5.19.
Ken Brown [Tue, 27 Jul 2010 19:50:01 +0000 (15:50 -0400)]
* PROBLEMS: Mention problem with Cygwin 1.5.19.

13 years ago* dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS definition.
Ken Brown [Tue, 27 Jul 2010 11:10:48 +0000 (07:10 -0400)]
* dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS definition.

13 years ago* modes.texi (Defining Minor Modes): Use C-delete in examples (bug#6334).
Juanma Barranquero [Tue, 27 Jul 2010 01:37:23 +0000 (03:37 +0200)]
* modes.texi (Defining Minor Modes): Use C-delete in examples (bug#6334).

13 years ago* url-http (url-http-parse-headers): Disable file name handlers at
Michael Albinus [Mon, 26 Jul 2010 13:19:32 +0000 (15:19 +0200)]
* url-http (url-http-parse-headers): Disable file name handlers at
all (not only Tramp).  (Bug#6717)

13 years ago* minibuf.c (Fread_buffer): Doc fix (bug#6528).
Christoph Scholtes [Sun, 25 Jul 2010 23:56:56 +0000 (01:56 +0200)]
* minibuf.c (Fread_buffer): Doc fix (bug#6528).

13 years ago* url-http (url-http-parse-headers): Disable Tramp. (Bug#6717)
Michael Albinus [Sun, 25 Jul 2010 11:36:02 +0000 (13:36 +0200)]
* url-http (url-http-parse-headers): Disable Tramp.  (Bug#6717)

13 years ago* nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
Chong Yidong [Fri, 23 Jul 2010 15:49:03 +0000 (11:49 -0400)]
* nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).

13 years ago* help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
Juanma Barranquero [Fri, 23 Jul 2010 01:51:48 +0000 (03:51 +0200)]
* help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).

13 years ago* window.c (Fwindow_height): Doc fix (bug#6518).
Christoph Scholtes [Thu, 22 Jul 2010 23:57:23 +0000 (01:57 +0200)]
* window.c (Fwindow_height): Doc fix (bug#6518).

13 years ago* text.texi (Special Properties): Fix typo.
Juanma Barranquero [Wed, 21 Jul 2010 18:05:31 +0000 (20:05 +0200)]
* text.texi (Special Properties): Fix typo.

13 years agolisp/mail/rmail.el: Update autoload checksum.
Juanma Barranquero [Wed, 21 Jul 2010 11:31:22 +0000 (13:31 +0200)]
lisp/mail/rmail.el: Update autoload checksum.

13 years ago* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
Juanma Barranquero [Wed, 21 Jul 2010 10:45:01 +0000 (12:45 +0200)]
* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.

13 years ago* cedet/semantic/db-file.el (object-write): Fix typo in docstring.
Juanma Barranquero [Tue, 20 Jul 2010 00:04:31 +0000 (02:04 +0200)]
* cedet/semantic/db-file.el (object-write): Fix typo in docstring.

13 years ago* time.el (display-time-day-and-date): Remove spurious * in docstring.
Juanma Barranquero [Mon, 19 Jul 2010 10:42:22 +0000 (12:42 +0200)]
* time.el (display-time-day-and-date): Remove spurious * in docstring.
  (display-time-world-buffer-name, display-time-world-mode-map):
  Fix typos in docstrings.

13 years agoDoc fix to commentary (Bug#6653).
Chong Yidong [Sat, 17 Jul 2010 21:57:06 +0000 (17:57 -0400)]
Doc fix to commentary (Bug#6653).

13 years agoFix size calculation for sliced images in image-mode (Bug#6639).
Shyam Karanatt [Sat, 17 Jul 2010 21:51:04 +0000 (17:51 -0400)]
Fix size calculation for sliced images in image-mode (Bug#6639).

* lisp/image-mode.el (image-display-size): New function.
(image-forward-hscroll, image-next-line, image-eol, image-eob)
(image-mode-fit-frame): Use it (Bug#6639).

13 years ago* lisp/dired.el (dired-buffers-for-dir): Handle list values of dired-directory (Bug...
Chong Yidong [Sat, 17 Jul 2010 21:25:32 +0000 (17:25 -0400)]
* lisp/dired.el (dired-buffers-for-dir): Handle list values of dired-directory (Bug#6636).

13 years ago* gtkutil.c (xg_event_is_for_menubar): Also check that event window
Jan D [Sat, 17 Jul 2010 09:59:19 +0000 (11:59 +0200)]
* gtkutil.c (xg_event_is_for_menubar): Also check that event window
is related to the menu bar (Bug#6499).

13 years agoFix bug #4451.
Reiner Steib [Fri, 16 Jul 2010 10:17:13 +0000 (13:17 +0300)]
Fix bug #4451.

 vc.el (vc-coding-system-inherit-eol): New defvar.
 (vc-coding-system-for-diff): Use it to decide whether to inherit
 from the file the EOL format for reading the diffs of that file.

13 years agomail/rmailmm.el (rmail-mime-save): Make the temp buffer unibyte,
Eli Zaretskii [Fri, 16 Jul 2010 09:59:37 +0000 (12:59 +0300)]
mail/rmailmm.el (rmail-mime-save): Make the temp buffer unibyte,
 so compressed attachments are not compressed again.

 See http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00599.html

13 years ago* xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
Jan D [Wed, 14 Jul 2010 17:53:42 +0000 (19:53 +0200)]
* xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
now that unicode is used (Bug#6594).

13 years ago* simple.el (push-mark-command): Set selection for select-active-regions.
Chong Yidong [Wed, 14 Jul 2010 16:11:39 +0000 (12:11 -0400)]
* simple.el (push-mark-command): Set selection for select-active-regions.

13 years agoFix menus as per bug 6499 and 6608.
Jan D [Wed, 14 Jul 2010 10:05:53 +0000 (12:05 +0200)]
Fix menus as per bug 6499 and 6608.

* gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).

* gtkutil.h (xg_event_is_for_menubar): Declare.

* xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
instead of Window.  Call xg_event_is_for_menubar when
USE_GTK (Bug#6499).

* xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
i.e. don't put back ButtonRelease (Bug#6608).

* xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.

* xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.

13 years agoFix bug #6609.
Eli Zaretskii [Wed, 14 Jul 2010 07:40:52 +0000 (10:40 +0300)]
Fix bug #6609.

 w32fns.c (x_set_foreground_color): Fix setting the cursor color
 when it's the same as the old foreground.

13 years agocal-tex.el fixes for calendar-week-start-day != 0.
Glenn Morris [Sat, 10 Jul 2010 23:34:57 +0000 (16:34 -0700)]
cal-tex.el fixes for calendar-week-start-day != 0.

* calendar/calendar.el (calendar-week-end-day): New function.
* calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
Respect calendar-week-start-day.  (Bug#6606)
(cal-tex-insert-day-names, cal-tex-insert-blank-days)
(cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
(cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
respect calendar-week-start-day.

13 years agoFix last fix.
Chong Yidong [Sat, 10 Jul 2010 22:41:55 +0000 (18:41 -0400)]
Fix last fix.

13 years ago* simple.el (use-region-p): Doc fix (Bug#6607).
Chong Yidong [Sat, 10 Jul 2010 19:32:53 +0000 (15:32 -0400)]
* simple.el (use-region-p): Doc fix (Bug#6607).

13 years ago* xfaces.c (realize_face): Garbage the frame if a face is removed
Chong Yidong [Sat, 10 Jul 2010 17:58:29 +0000 (13:58 -0400)]
* xfaces.c (realize_face): Garbage the frame if a face is removed
(Bug#6593).

13 years agoAdd some font-locking for Python 2.7.
Christoph Scholtes [Wed, 7 Jul 2010 04:46:58 +0000 (21:46 -0700)]
Add some font-locking for Python 2.7.

* lisp/progmodes/python.el (python-font-lock-keywords): Add Python 2.7
builtins (BufferError, BytesWarning, WindowsError; callables
bin, bytearray, bytes, format, memoryview, next, print; __package__).

13 years agoMinor zone.el fix.
Glenn Morris [Wed, 7 Jul 2010 03:52:05 +0000 (20:52 -0700)]
Minor zone.el fix.
* play/zone.el (zone-fall-through-ws): Fix next-line -> forward-line fallout.

13 years agoMinor fix to describe-key, and a docstring.
Chong Yidong [Tue, 6 Jul 2010 19:42:46 +0000 (15:42 -0400)]
Minor fix to describe-key, and a docstring.

* help.el (describe-key): Print up-event using key-description.

* mouse.el (mouse-appearance-menu): Add docstring.

13 years agoRemove obsolete volatile
Andreas Schwab [Mon, 5 Jul 2010 17:16:59 +0000 (19:16 +0200)]
Remove obsolete volatile

* keyboard.c: Remove duplicate <setjmp.h>.
(read_key_sequence): Remove volatile qualifiers.

13 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).

13 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>.

13 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'.

13 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.

13 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).

13 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.

13 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.

13 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).

13 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.

13 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.

13 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)

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

13 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).

13 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).

13 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).

13 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.

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

13 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).

13 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)

13 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).

13 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.

13 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.

13 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)

13 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.

13 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.

13 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.

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

13 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.

13 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.

13 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'.

13 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.

13 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).

13 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.

13 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.

13 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.

13 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.

13 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).

13 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.

13 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.

13 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 .

13 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.

13 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)

13 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)

13 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)

13 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)

13 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).

13 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.

13 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).

13 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).

13 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).

13 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)

13 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.

13 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.

13 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

13 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.

13 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

13 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.

13 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.

13 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.