]> git.eshelyaron.com Git - emacs.git/log
emacs.git
14 years agoSpell out in ChangeLog the purpose of 2010-03-12T16:34:27Z!eliz@gnu.org.
Eli Zaretskii [Sat, 13 Mar 2010 08:52:05 +0000 (03:52 -0500)]
Spell out in ChangeLog the purpose of 2010-03-12T16:34:27Z!eliz@gnu.org.

14 years agoDocument Customize and scroll-bar changes.
Chong Yidong [Fri, 12 Mar 2010 23:13:27 +0000 (18:13 -0500)]
Document Customize and scroll-bar changes.

14 years ago* xfns.c (Fx_create_frame): Set default to Qright.
Chong Yidong [Fri, 12 Mar 2010 23:13:02 +0000 (18:13 -0500)]
* xfns.c (Fx_create_frame): Set default to Qright.

14 years agoAllow using list-colors-display to set colors in the Color widget.
Chong Yidong [Fri, 12 Mar 2010 23:08:30 +0000 (18:08 -0500)]
Allow using list-colors-display to set colors in the Color widget.

* facemenu.el (list-colors-display, list-colors-print): New arg
callback.  Use it to allow selecting colors.

* wid-edit.el (widget-image-insert): Insert image prop even if the
current display is non-graphic.
(widget-field-value-set): New fun.
(editable-field): Use it.
(widget-field-value-get): Clean up unused var.
(widget-color-value-create, widget-color--choose-action): New
funs.  Allow using list-colors-display to choose color.

14 years agoImprovements to the Custom interface.
Chong Yidong [Fri, 12 Mar 2010 22:56:30 +0000 (17:56 -0500)]
Improvements to the Custom interface.

* cus-edit.el: Resort topmost custom groups.
(custom-buffer-sort-alphabetically): Default to t.
(customize-apropos): Use apropos-parse-pattern.
(custom-search-field): New var.
(custom-buffer-create-internal): Add custom-apropos search field.
(custom-add-parent-links): Don't display parent doc.
(custom-group-value-create): Don't sort top-level custom group.
(custom-magic-value-create): Show visibility button before option
name.

(custom-variable-state): New fun, from custom-variable-state-set.
(custom-variable-state-set): Use it.
(custom-group-value-create): Hide options with standard values
using the :hidden-states property.  Use progress reporter.

(custom-show): Simplify.
(custom-visibility): Disable images by default.
(custom-variable): New property :hidden-states.
(custom-variable-value-create): Enable images for
custom-visibility widgets.  Use :hidden-states property to
determine initial visibility.

* wid-edit.el (widget-image-find): Give images center ascent.
(visibility): Add :on-image and :off-image properties.
(widget-visibility-value-create): Use them.

14 years agoUpdate Custom arrow images.
Chong Yidong [Fri, 12 Mar 2010 21:42:05 +0000 (16:42 -0500)]
Update Custom arrow images.

* images/custom/down.xpm, images/custom/right.xpm: Update images
to increase contrast on bright backgrounds.

14 years agoFix last change to use existing comm Custom group instead of `net'.
Chong Yidong [Fri, 12 Mar 2010 19:13:38 +0000 (14:13 -0500)]
Fix last change to use existing comm Custom group instead of `net'.

* cus-edit.el (net): Remove group.
(comm): Promote to top-level group.

* url/url-vars.el (url):
* net/browse-url.el (browse-url):
* net/xesam.el (xesam):
* net/tramp.el (tramp):
* net/goto-addr.el (goto-address):
* net/ange-ftp.el (ange-ftp): Put in comm group.

14 years agoReorganize Custom groups.
Chong Yidong [Fri, 12 Mar 2010 17:47:22 +0000 (12:47 -0500)]
Reorganize Custom groups.

* cus-edit.el (processes): Remove from development group.
(oop, hypermedia): Delete group.
(net): New group.

* url/url-vars.el (url):
* net/browse-url.el (browse-url):
* net/xesam.el (xesam):
* net/tramp.el (tramp):
* net/goto-addr.el (goto-address):
* net/ange-ftp.el (ange-ftp): Put in net group.

* view.el (view): Remove from editing group.

* uniquify.el (uniquify): Put in files group.

* net/browse-url.el (browse-url):
* ps-print.el (postscript): Put in external group.

* cus-edit.el (outlines):
* textmodes/text-mode.el (text-mode-hook):
* textmodes/table.el (table):
* textmodes/picture.el (picture):
* outline.el (outlines): Put in wp group.

* nxml/nxml-mode.el (nxml): Remove from wp group.

* net/tramp-imap.el (tramp-imap): Put in tramp group.

* mail/metamail.el (metamail): Remove from hypermedia group.

* cus-edit.el (abbrev):
* whitespace.el (whitespace):
* vcursor.el (vcursor):
* reveal.el (reveal):
* hl-line.el (hl-line): Put in convenience group.

* epg-config.el (epg): Put in data group.

* emulation/pc-select.el (pc-select): Put in emulations group.

* calculator.el (calculator): Put in applications group.

* org/org.el (org): Remove from hypermedia group.

14 years agoPut scroll-bar on right by default on UNIX.
Chong Yidong [Fri, 12 Mar 2010 17:32:30 +0000 (12:32 -0500)]
Put scroll-bar on right by default on UNIX.

* frame.c (Vdefault_frame_scroll_bars): Set default to Qright for all window systems.

14 years agoDon't use termcap.c on Posix platforms, only on MS-DOS.
Eli Zaretskii [Fri, 12 Mar 2010 16:34:27 +0000 (11:34 -0500)]
Don't use termcap.c on Posix platforms, only on MS-DOS.

 configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
 configure: Regenerated.
 src/Makefilie.in (termcapobj): Move termcap.o from here...
 (MSDOS_OBJ): ...to here.
 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
 now identical to when LIBS_TERMCAP is defined.
 src/term.c: Remove (ifdef'ed away) inclusion of termcap.h.
 src/cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
 src/config.in: Regenerated.

14 years agoFix typo.
Dan Nicolaescu [Fri, 12 Mar 2010 08:07:18 +0000 (00:07 -0800)]
Fix typo.

14 years agoAdd .dir-locals.el support for file-less buffers.
Dan Nicolaescu [Fri, 12 Mar 2010 08:04:54 +0000 (00:04 -0800)]
Add .dir-locals.el support for file-less buffers.
* files.el (hack-local-variables): Split out code to apply local
variable settings ...
(hack-local-variables-apply): ... here.  New function.
(hack-dir-local-variables): Use the default directory for when the
buffer does not have an associated file.
(hack-dir-local-variables-non-file-buffer): New function.
* diff-mode.el (diff-mode):
* vc-annotate.el (vc-annotate-mode):
* vc-dir.el (vc-dir-mode):
* log-edit.el (log-edit-mode):
* log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.

14 years agoRegenerate configure.
Glenn Morris [Fri, 12 Mar 2010 03:13:01 +0000 (19:13 -0800)]
Regenerate configure.

14 years agoAdd support for shelving snapshots and for showing shelves.
Dan Nicolaescu [Fri, 12 Mar 2010 01:29:30 +0000 (17:29 -0800)]
Add support for shelving snapshots and for showing shelves.
* vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
(vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
New functions.
(vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
(vc-bzr-extra-menu-map): Map them.

14 years agoAdd a NEWS entry for animated image API.
Juri Linkov [Thu, 11 Mar 2010 20:42:19 +0000 (22:42 +0200)]
Add a NEWS entry for animated image API.

14 years ago* cus-edit.el (customize-changed-options-previous-release): Bump to 23.1.
Glenn Morris [Thu, 11 Mar 2010 06:20:24 +0000 (22:20 -0800)]
* cus-edit.el (customize-changed-options-previous-release): Bump to 23.1.

14 years agoMinor animated image housekeeping.
Glenn Morris [Thu, 11 Mar 2010 06:17:08 +0000 (22:17 -0800)]
Minor animated image housekeeping.

* image.el (image-animate-max-time): Fix :version tag.

* NEWS: Add animated image placeholder entry.

14 years agoRotate NEWS to NEWS.23, create new NEWS for Emacs 24.
Glenn Morris [Thu, 11 Mar 2010 06:10:50 +0000 (22:10 -0800)]
Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.

14 years agoBump version to 24.0.50.
Chong Yidong [Wed, 10 Mar 2010 15:17:13 +0000 (10:17 -0500)]
Bump version to 24.0.50.

14 years agoCleanup setup of gl_state in various parts of the code.
Stefan Monnier [Wed, 10 Mar 2010 14:45:21 +0000 (09:45 -0500)]
Cleanup setup of gl_state in various parts of the code.
* syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
(SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
* syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren, skip_chars):
* regex.c (regex_compile): Use it.
(re_compile_pattern): Don't set gl_state.current_syntax_table since
it's now set in regex_compile when/if we need it.

14 years agoquick-install-emacs: Use more portable shell syntax
Miles Bader [Wed, 10 Mar 2010 14:16:06 +0000 (23:16 +0900)]
quick-install-emacs: Use more portable shell syntax

14 years agoquick-install-emacs: Be more picky about files we avoid installing
Miles Bader [Wed, 10 Mar 2010 14:14:34 +0000 (23:14 +0900)]
quick-install-emacs: Be more picky about files we avoid installing

14 years agovc-git.el (vc-git-revision-table): Include remote branches.
Stefan Monnier [Wed, 10 Mar 2010 06:32:43 +0000 (01:32 -0500)]
vc-git.el (vc-git-revision-table): Include remote branches.

14 years agoMerge pending branch
Stefan Monnier [Wed, 10 Mar 2010 05:18:51 +0000 (00:18 -0500)]
Merge pending branch

14 years ago(vc-git-print-log): Use "tformat:" for shortlog, instead of "format:"
Miles Bader [Tue, 9 Mar 2010 13:24:44 +0000 (22:24 +0900)]
(vc-git-print-log): Use "tformat:" for shortlog, instead of "format:"

This ensures that the output is newline-terminated.

14 years agoFix numeric keywords.
Juri Linkov [Mon, 8 Mar 2010 17:14:53 +0000 (19:14 +0200)]
Fix numeric keywords.

14 years agoAdditional fix for rfc822-addresses (Bug#5692).
Chong Yidong [Mon, 8 Mar 2010 16:17:30 +0000 (11:17 -0500)]
Additional fix for rfc822-addresses (Bug#5692).

* mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
that all errors are caught, and that the return value is always a
list (Bug#5692).

14 years agoFix typos in Changelogs.
Juanma Barranquero [Mon, 8 Mar 2010 13:00:18 +0000 (14:00 +0100)]
Fix typos in Changelogs.

14 years agoFix bug# in ChangeLog.
Kenichi Handa [Mon, 8 Mar 2010 11:39:36 +0000 (20:39 +0900)]
Fix bug# in ChangeLog.

14 years agofrom trunk
Kenichi Handa [Mon, 8 Mar 2010 01:53:37 +0000 (10:53 +0900)]
from trunk

14 years agoAdd bug# in ChangeLog.
Kenichi Handa [Mon, 8 Mar 2010 01:52:57 +0000 (10:52 +0900)]
Add bug# in ChangeLog.

14 years agoAdd coding system windows-1256 (alias cp1256).
Kenichi Handa [Mon, 8 Mar 2010 01:50:35 +0000 (10:50 +0900)]
Add coding system windows-1256 (alias cp1256).

14 years agoStart laying out a plan for Emacs-24 old-branches/pending
Stefan Monnier [Sun, 7 Mar 2010 20:08:38 +0000 (15:08 -0500)]
Start laying out a plan for Emacs-24

14 years agoAnimated image API.
Kim F. Storm [Sun, 7 Mar 2010 19:02:20 +0000 (21:02 +0200)]
Animated image API.
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html

* image.el (image-animate-max-time): New defcustom.
(image-animated-types): New defconst.
(create-animated-image, image-animate-timer)
(image-animate-start, image-animate-stop, image-animate-timeout)
(image-animated-p): New functions.

* image-mode.el (image-toggle-display-image):
Replace `create-image' with `create-animated-image'.

14 years agoDon't end parsing rfc822 addresses prematurely (Bug#5692)
Andreas Schwab [Sun, 7 Mar 2010 17:34:40 +0000 (18:34 +0100)]
Don't end parsing rfc822 addresses prematurely (Bug#5692)

* mail/rfc822.el (rfc822-addresses): Move catch clause down around
call to rfc822-bad-address.  (Bug#5692)

14 years agoCorrect pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)
Chong Yidong [Sun, 7 Mar 2010 14:45:53 +0000 (09:45 -0500)]
Correct pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)

* vc-git.el (vc-git-annotate-extract-revision-at-line): Use
vc-git-root as default direcotry for revision path (Bug#5657).

14 years agoNEWS: Clarify last change.
Chong Yidong [Sat, 6 Mar 2010 20:35:04 +0000 (15:35 -0500)]
NEWS: Clarify last change.

14 years agoNEWS: Document change to Lisp reader for overflowing ints.
Chong Yidong [Sat, 6 Mar 2010 20:33:04 +0000 (15:33 -0500)]
NEWS: Document change to Lisp reader for overflowing ints.

14 years ago* objects.texi (Integer Type): Take note of the read syntax exception for numbers...
Chong Yidong [Sat, 6 Mar 2010 20:27:19 +0000 (15:27 -0500)]
* objects.texi (Integer Type): Take note of the read syntax exception for numbers that cannot fit in the integer type.

14 years agoImprove documentation for setting buffer-local vars (Bug#5688).
Chong Yidong [Sat, 6 Mar 2010 19:02:49 +0000 (14:02 -0500)]
Improve documentation for setting buffer-local vars (Bug#5688).

* custom.texi (Init Examples): Add xref to Locals.

* major.texi (Choosing Modes): Mention usage of setq-default for
setting the default value of major-mode (Bug#5688).

14 years ago* calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).
Chong Yidong [Sat, 6 Mar 2010 18:23:23 +0000 (13:23 -0500)]
* calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).

14 years ago* vc-git.el: Re-flow to fit into 80 columns.
Stefan Monnier [Sat, 6 Mar 2010 04:05:47 +0000 (23:05 -0500)]
* vc-git.el: Re-flow to fit into 80 columns.
(vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
Remove spurious `quote' element in each case alternative.
(vc-git-show-log-entry): Use prog1.
(vc-git-after-dir-status-stage): Remove unused var `remaining'.

14 years agoUpdate some cedet template copyrights to GPLv3+.
Glenn Morris [Sat, 6 Mar 2010 03:06:37 +0000 (19:06 -0800)]
Update some cedet template copyrights to GPLv3+.

* etc/srecode/default.srt (COPYRIGHT):
* lisp/cedet/semantic/grammar.el (semantic-grammar-header-template):
Update template copyright to GPLv3+.

14 years agoAdd license information for ede-test.el and srecode-test.el.
Glenn Morris [Sat, 6 Mar 2010 03:00:40 +0000 (19:00 -0800)]
Add license information for ede-test.el and srecode-test.el.

The information is based on the files in cedet from which these
files were extracted (see commentaries).

14 years agoMake it possible to C-g in a tight bytecode loop again (bug#5680).
Stefan Monnier [Fri, 5 Mar 2010 23:08:18 +0000 (18:08 -0500)]
Make it possible to C-g in a tight bytecode loop again (bug#5680).
* lisp.h (ELSE_PENDING_SIGNALS): New macro.
(QUIT): Use it to consolidate code and remove redundancy.
* bytecode.c (BYTE_CODE_QUIT): Use it as well.

14 years ago(Man-files-regexp): Tighten up the regexp (bug#5686).
Stefan Monnier [Fri, 5 Mar 2010 20:18:20 +0000 (15:18 -0500)]
(Man-files-regexp): Tighten up the regexp (bug#5686).

14 years ago* regex.c (regex_compile): Setup gl_state as well.
Stefan Monnier [Fri, 5 Mar 2010 19:54:39 +0000 (14:54 -0500)]
* regex.c (regex_compile): Setup gl_state as well.

14 years ago(skip_chars): Setup gl_state (bug#3823).
Stefan Monnier [Fri, 5 Mar 2010 18:42:38 +0000 (13:42 -0500)]
(skip_chars): Setup gl_state (bug#3823).
(in_classes): Use CONSP before XCAR/XCDR.

14 years agoFix orgcard.tex pdf landscape format.
Glenn Morris [Fri, 5 Mar 2010 03:01:38 +0000 (19:01 -0800)]
Fix orgcard.tex pdf landscape format.

* refcards/orgcard.tex: Use pdflayout.sty.
* refcards/Makefile (orgcard.pdf): Special rule no longer needed.

14 years agoAdd a comment for the previous commit.
Juri Linkov [Wed, 3 Mar 2010 19:23:20 +0000 (21:23 +0200)]
Add a comment for the previous commit.

14 years agoFix keyboard macro key lookup (Bug#5481).
Chong Yidong [Wed, 3 Mar 2010 17:31:50 +0000 (12:31 -0500)]
Fix keyboard macro key lookup (Bug#5481).

* src/keymap.c (Fwhere_is_internal): Use Fequal to compare
definitions, so that keyboard macros are correctly handled
(Bug#5481).

* lisp/macros.el (insert-kbd-macro): Look up keyboard macro
using the definition, not the name (Bug#5481).

14 years agoNEWS: Auto composition mode is still a minor mode.
Chong Yidong [Wed, 3 Mar 2010 16:14:16 +0000 (11:14 -0500)]
NEWS: Auto composition mode is still a minor mode.

14 years agoMark previous ChangeLog entry as a tiny change.
Glenn Morris [Wed, 3 Mar 2010 04:11:15 +0000 (20:11 -0800)]
Mark previous ChangeLog entry as a tiny change.

14 years agoClose bug#5670 with patch from Å tÄ\9bpán NÄ\9bmec <stepnem at gmail.com>.
Štěpán Němec [Wed, 3 Mar 2010 03:58:26 +0000 (19:58 -0800)]
Close bug#5670 with patch from Å tÄ\9bpán NÄ\9bmec <stepnem at gmail.com>.

* subr.el (momentary-string-display): Don't overwrite the MESSAGE
argument with a local variable.  (Bug#5670)

14 years agoUpdate Lispref for 30-bit integers.
Glenn Morris [Wed, 3 Mar 2010 03:50:15 +0000 (19:50 -0800)]
Update Lispref for 30-bit integers.

* numbers.texi (Integer Basics, Bitwise Operations):
* objects.texi (Integer Type): Update for integers now being 30-bit.

14 years agoNEWS: async-shell-command and ansi-color are now documented.
Chong Yidong [Wed, 3 Mar 2010 02:50:57 +0000 (21:50 -0500)]
NEWS: async-shell-command and ansi-color are now documented.

14 years ago* faq.texi: Note that ansi-color is now enabled by default.
Chong Yidong [Wed, 3 Mar 2010 02:44:52 +0000 (21:44 -0500)]
* faq.texi: Note that ansi-color is now enabled by default.

14 years agoDocumented make-pointer-invisible.
Chong Yidong [Tue, 2 Mar 2010 22:57:07 +0000 (17:57 -0500)]
Documented make-pointer-invisible.

14 years ago* frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
Chong Yidong [Tue, 2 Mar 2010 22:56:36 +0000 (17:56 -0500)]
* frames.texi (Mouse Avoidance): Mention make-pointer-invisible.

* display.texi (Display Custom): Document make-pointer-invisible and
underline-minimum-offset.  Remove inverse-video.

14 years ago(emacs_mule_char): Fix a typo in commentary.
Eli Zaretskii [Tue, 2 Mar 2010 21:43:50 +0000 (23:43 +0200)]
(emacs_mule_char): Fix a typo in commentary.

14 years ago* info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
Juri Linkov [Tue, 2 Mar 2010 21:15:46 +0000 (23:15 +0200)]
* info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)

14 years agoFix bug in decoding emacs-mule encoding.
Eli Zaretskii [Tue, 2 Mar 2010 20:35:44 +0000 (22:35 +0200)]
Fix bug in decoding emacs-mule encoding.

 coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
 text that could be relocated inside the call to emacs_mule_char.
 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
 (CODING_DECODE_CHAR): Add a comment describing its purpose.

14 years ago* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
Michael Albinus [Tue, 2 Mar 2010 09:32:45 +0000 (10:32 +0100)]
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
error when FILENAME and NEWNAME are existing remote directories.

* net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
parameter DIR-FLAG.

14 years agofrom trunk
Kenichi Handa [Tue, 2 Mar 2010 04:54:04 +0000 (13:54 +0900)]
from trunk

14 years agoFix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.
Kenichi Handa [Tue, 2 Mar 2010 04:44:28 +0000 (13:44 +0900)]
Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.

14 years agoSmall tweaks to etc/refcards/Makefile rules for PDFs.
Glenn Morris [Tue, 2 Mar 2010 03:47:19 +0000 (19:47 -0800)]
Small tweaks to etc/refcards/Makefile rules for PDFs.

* refcards/Makefile: For cs- and sk-, use pdfcsplain if available.
(pl-refcard.pdf): Let presence of pdfmex be another test for the
required TeX files.  Pass explicit output-format to tex command.
(orgcard.pdf): Use ps2pdf, since pdftex tends to produce a
portrait layout rather than the desired landscape.

14 years ago* FOR-RELEASE: CEDET and a javascript mode were added, so remove todos.
Glenn Morris [Tue, 2 Mar 2010 03:29:50 +0000 (19:29 -0800)]
* FOR-RELEASE: CEDET and a javascript mode were added, so remove todos.

14 years agoFix date of Yom HaAtzma'ut holiday.
Glenn Morris [Tue, 2 Mar 2010 03:27:41 +0000 (19:27 -0800)]
Fix date of Yom HaAtzma'ut holiday.

* calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).

14 years agofrom trunk
Kenichi Handa [Tue, 2 Mar 2010 01:33:48 +0000 (10:33 +0900)]
from trunk

14 years agobuffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-bytes.
Kenichi Handa [Tue, 2 Mar 2010 01:30:52 +0000 (10:30 +0900)]
buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-bytes.

14 years agoCorrect buggy patch 2010-03-01T11:31:42Z!acm@muc.de to cc-engine.el.
Alan Mackenzie [Mon, 1 Mar 2010 17:46:36 +0000 (17:46 +0000)]
Correct buggy patch 2010-03-01T11:31:42Z!acm@muc.de to cc-engine.el.

14 years agofrom trunk
Kenichi Handa [Mon, 1 Mar 2010 11:50:57 +0000 (20:50 +0900)]
from trunk

14 years agoChange "myanmar" to "burmese"
Kenichi Handa [Mon, 1 Mar 2010 11:34:11 +0000 (20:34 +0900)]
Change "myanmar" to "burmese"

14 years agoFix bug #5649: 23.1.92; Indentation problems in C mode.
Alan Mackenzie [Mon, 1 Mar 2010 11:31:42 +0000 (11:31 +0000)]
Fix bug #5649: 23.1.92; Indentation problems in C mode.

14 years agoRegenerate pl-refcard.pdf.
Glenn Morris [Mon, 1 Mar 2010 09:15:04 +0000 (01:15 -0800)]
Regenerate pl-refcard.pdf.

14 years ago* refcards/pl-refcard.tex: Double forward-slashes in URL for Mex.
Glenn Morris [Mon, 1 Mar 2010 09:06:49 +0000 (01:06 -0800)]
* refcards/pl-refcard.tex: Double forward-slashes in URL for Mex.

14 years agoRegenerate de-refcard.pdf.
Glenn Morris [Mon, 1 Mar 2010 08:58:52 +0000 (00:58 -0800)]
Regenerate de-refcard.pdf.

14 years ago* refcards/de-refcard.tex: Fix paren typo.
Glenn Morris [Mon, 1 Mar 2010 08:56:58 +0000 (00:56 -0800)]
* refcards/de-refcard.tex: Fix paren typo.

14 years agoRegenerate most pdf refcards.
Glenn Morris [Mon, 1 Mar 2010 08:06:52 +0000 (00:06 -0800)]
Regenerate most pdf refcards.

This mainly just updates the copyright notices.

The exceptions are:
orgcard.pdf
  - already committed previously with .tex changes, by mistake
de-refcard.pdf, pl-refcard.pdf
  - Debian's texlive installation has defeated me

14 years agoRename a command in ru-refcard.tex.
Glenn Morris [Mon, 1 Mar 2010 07:13:57 +0000 (23:13 -0800)]
Rename a command in ru-refcard.tex.

* refcards/ru-refcard.tex: Rename \year command to \cyear, since
the former seems to be already used in some TeX installations.

14 years agoFix some ChangeLog typos.
Glenn Morris [Mon, 1 Mar 2010 02:40:56 +0000 (18:40 -0800)]
Fix some ChangeLog typos.

14 years agoUpdate short copyright year in refcard tex files.
Glenn Morris [Mon, 1 Mar 2010 02:36:15 +0000 (18:36 -0800)]
Update short copyright year in refcard tex files.

* refcards/calccard.tex, refcards/cs-dired-ref.tex:
* refcards/cs-refcard.tex, refcards/cs-survival.tex:
* refcards/de-refcard.tex, refcards/dired-ref.tex:
* refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
* refcards/fr-survival.tex, refcards/orgcard.pdf:
* refcards/orgcard.tex, refcards/pl-refcard.tex:
* refcards/pt-br-refcard.tex, refcards/refcard.tex:
* refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
* refcards/sk-refcard.tex, refcards/sk-survival.tex:
* refcards/survival.tex, refcards/vipcard.tex:
* refcards/viperCard.tex: Update short copyright year to 2010.

14 years ago(menu-bar-manuals-menu): Fix typo.
Katsumi Yamaoka [Sun, 28 Feb 2010 23:37:19 +0000 (23:37 +0000)]
(menu-bar-manuals-menu): Fix typo.

14 years agoMinor doc fix.
Chong Yidong [Sun, 28 Feb 2010 21:34:58 +0000 (16:34 -0500)]
Minor doc fix.

14 years agoscroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
Jan Djärv [Sun, 28 Feb 2010 14:36:34 +0000 (15:36 +0100)]
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.

14 years agoFix use of unitialized memory.
Chong Yidong [Sun, 28 Feb 2010 14:19:31 +0000 (09:19 -0500)]
Fix use of unitialized memory.

* charset.c (load_charset_map_from_file)
(load_charset_map_from_vector): Zero out allocated
charset_map_entries before using them.

14 years ago* net/tramp.el (tramp-handle-write-region): START can be a string.
Michael Albinus [Sun, 28 Feb 2010 11:36:39 +0000 (12:36 +0100)]
* net/tramp.el (tramp-handle-write-region): START can be a string.
Take care in the checks.

14 years ago* net/dbus.el (dbus-introspect, dbus-get-property)
Michael Albinus [Sun, 28 Feb 2010 10:27:39 +0000 (11:27 +0100)]
* net/dbus.el (dbus-introspect, dbus-get-property)
(dbus-set-property, dbus-get-all-properties): Use
`dbus-call-method' when noninteractive.  (Bug#5645)

14 years ago* dbus.el (Errors and Events): D-Bus messages are retrieved only, when
Michael Albinus [Sun, 28 Feb 2010 10:05:21 +0000 (11:05 +0100)]
* dbus.el (Errors and Events): D-Bus messages are retrieved only, when
Emacs runs in interactive mode.  (Bug#5645)

14 years agoFix more save-excursion warnings.
Chong Yidong [Sun, 28 Feb 2010 01:22:44 +0000 (20:22 -0500)]
Fix more save-excursion warnings.

* textmodes/reftex-toc.el (reftex-toc-promote-prepare):
* emacs-lisp/elint.el (elint-add-required-env):
* cedet/semantic/db-find.el (semanticdb-find-translate-path-brutish-default):
* cedet/ede/make.el (ede-make-check-version):
* calendar/icalendar.el (icalendar--add-diary-entry):
* calc/calcalg2.el (math-tracing-integral): Use with-current-buffer instead of save-excursion.

14 years agoFix save-excursion warning in files.el.
Chong Yidong [Sun, 28 Feb 2010 01:11:15 +0000 (20:11 -0500)]
Fix save-excursion warning in files.el.

* files.el (recover-session-finish): Use with-current-buffer instead of save-excursion.

14 years agoFix in-buffer completion when after-change-functions modify the buffer.
Stefan Monnier [Sat, 27 Feb 2010 21:21:43 +0000 (16:21 -0500)]
Fix in-buffer completion when after-change-functions modify the buffer.
* minibuffer.el (completion--replace): New function.
(completion--do-completion): Use it and use relative movement.

14 years agoDocument :otf font-spec property.
Chong Yidong [Sat, 27 Feb 2010 15:18:07 +0000 (10:18 -0500)]
Document :otf font-spec property.

* display.texi (Low-Level Font): Document :otf font-spec property.

14 years ago* international/fontset.el (setup-default-fontset): Fix :otf spec.
Chong Yidong [Sat, 27 Feb 2010 15:02:09 +0000 (10:02 -0500)]
* international/fontset.el (setup-default-fontset): Fix :otf spec.

14 years ago* w32uniscribe.c (uniscribe_check_otf): Fix length check.
Andreas Schwab [Sat, 27 Feb 2010 14:28:52 +0000 (15:28 +0100)]
* w32uniscribe.c (uniscribe_check_otf): Fix length check.

14 years agoRegenerate ldefs-boot.el. emacs-pretest-23.1.93
Chong Yidong [Sat, 27 Feb 2010 03:11:21 +0000 (22:11 -0500)]
Regenerate ldefs-boot.el.

14 years agoBump version to 23.1.93; regenerate AUTHORS.
Chong Yidong [Sat, 27 Feb 2010 03:09:45 +0000 (22:09 -0500)]
Bump version to 23.1.93; regenerate AUTHORS.

14 years agoAddendum to last patch: add "Medium" GTK font name keyword.
Chong Yidong [Sat, 27 Feb 2010 02:09:03 +0000 (21:09 -0500)]
Addendum to last patch: add "Medium" GTK font name keyword.

14 years agoRecognize more keywords in GTK font names (Bug#5646).
Chong Yidong [Sat, 27 Feb 2010 02:06:13 +0000 (21:06 -0500)]
Recognize more keywords in GTK font names (Bug#5646).

* font.c (font_parse_fcname): Recognize "Book", "Condensed", and
"Semi-Condensed" keywords in GTK names (Bug#5646).

14 years agoMinor Python mode fix (Bug#5653).
Chong Yidong [Sat, 27 Feb 2010 00:19:50 +0000 (19:19 -0500)]
Minor Python mode fix (Bug#5653).

* progmodes/python.el (python-pdbtrack-stack-entry-regexp): Allow
the characters _<> in the stack entry (Bug#5653).