]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago(xg_display_open): Reset default display if none exists.
Chong Yidong [Tue, 7 Oct 2008 17:46:48 +0000 (17:46 +0000)]
(xg_display_open): Reset default display if none exists.
(xg_display_close): Allow Emacs to close all displays (bug#985).

16 years ago* gtkutil.c (xg_display_open): Reset default display if none exists.
Chong Yidong [Tue, 7 Oct 2008 17:46:18 +0000 (17:46 +0000)]
* gtkutil.c (xg_display_open): Reset default display if none exists.
(xg_display_close): Allow Emacs to close all displays (bug#985).

16 years ago(json-advance): Use forward-char.
Chong Yidong [Tue, 7 Oct 2008 16:18:22 +0000 (16:18 +0000)]
(json-advance): Use forward-char.
(json-skip-whitespace): Use skip-syntax-forward.

16 years ago* json.el (json-advance): Use forward-char.
Chong Yidong [Tue, 7 Oct 2008 16:18:01 +0000 (16:18 +0000)]
* json.el (json-advance): Use forward-char.
(json-skip-whitespace): Use skip-syntax-forward.

16 years ago*** empty log message ***
Alan Mackenzie [Tue, 7 Oct 2008 14:00:35 +0000 (14:00 +0000)]
*** empty log message ***

16 years ago(c-indent-region): Fix so that indenting a macro followed by blank lines
Alan Mackenzie [Tue, 7 Oct 2008 13:14:17 +0000 (13:14 +0000)]
(c-indent-region): Fix so that indenting a macro followed by blank lines
doesn't backslash the following non-blank line into the macro.

16 years ago*** empty log message ***
Alan Mackenzie [Tue, 7 Oct 2008 13:12:14 +0000 (13:12 +0000)]
*** empty log message ***

16 years agoAdd comment for last change.
Andreas Schwab [Tue, 7 Oct 2008 08:06:10 +0000 (08:06 +0000)]
Add comment for last change.

16 years ago(sys_signal): Always set SA_RESTART when
Andreas Schwab [Mon, 6 Oct 2008 21:27:44 +0000 (21:27 +0000)]
(sys_signal): Always set SA_RESTART when
noninteractively.

16 years ago(Vbefore_init_time, Vafter_init_time): Declare.
Chong Yidong [Mon, 6 Oct 2008 16:17:24 +0000 (16:17 +0000)]
(Vbefore_init_time, Vafter_init_time): Declare.

16 years ago(x_wm_set_size_hint): Return immediately if called during
Chong Yidong [Mon, 6 Oct 2008 16:17:14 +0000 (16:17 +0000)]
(x_wm_set_size_hint): Return immediately if called during
initialization.

16 years ago(Vbefore_init_time, Vafter_init_time): Moved from startup.el.
Chong Yidong [Mon, 6 Oct 2008 16:16:56 +0000 (16:16 +0000)]
(Vbefore_init_time, Vafter_init_time): Moved from startup.el.

16 years ago* emacs.c (Vbefore_init_time, Vafter_init_time): Moved from
Chong Yidong [Mon, 6 Oct 2008 16:16:43 +0000 (16:16 +0000)]
* emacs.c (Vbefore_init_time, Vafter_init_time): Moved from
startup.el.

* lisp.h: (Vbefore_init_time, Vafter_init_time): Declare.

* gtkutil.c (x_wm_set_size_hint): Return immediately if called
during initialization.

16 years ago(before-init-time, after-init-time): Move into emacs.c.
Chong Yidong [Mon, 6 Oct 2008 16:16:30 +0000 (16:16 +0000)]
(before-init-time, after-init-time): Move into emacs.c.
(command-line): Set after-init-time to nil before initialization.

16 years ago* startup.el (before-init-time, after-init-time): Move into emacs.c.
Chong Yidong [Mon, 6 Oct 2008 16:16:07 +0000 (16:16 +0000)]
* startup.el (before-init-time, after-init-time): Move into emacs.c.
(command-line): Set after-init-time to nil before initialization.

16 years ago(math-standard-units): More adjustments.
Jay Belanger [Mon, 6 Oct 2008 13:17:21 +0000 (13:17 +0000)]
(math-standard-units): More adjustments.

16 years ago(math-standard-units): Update the values of the units.
Jay Belanger [Mon, 6 Oct 2008 12:40:39 +0000 (12:40 +0000)]
(math-standard-units): Update the values of the units.

16 years ago* bookmark.el (bookmark-unload-function): New function.
Juanma Barranquero [Mon, 6 Oct 2008 11:49:59 +0000 (11:49 +0000)]
* bookmark.el (bookmark-unload-function): New function.

16 years ago(syntax-ppss): Doc fix.
Andreas Schwab [Mon, 6 Oct 2008 10:03:59 +0000 (10:03 +0000)]
(syntax-ppss): Doc fix.

16 years agoRemove * in defcustom docstrings and tell
Martin Rudalics [Mon, 6 Oct 2008 06:29:05 +0000 (06:29 +0000)]
Remove * in defcustom docstrings and tell
for most options that customizing them doesn't affect buffers
already displaying footnotes.
(Footnote-refresh-footnotes, Footnote-renumber-footnotes): Fix
handling of text properties and identical start/end tags.  Do
not use format when renumbering.
(Footnote-set-style): Make it work.
(Footnote-insert-numbered-footnote): Simplify.
(Footnote-narrow-to-footnotes, Footnote-insert-footnote)
(Footnote-goto-footnote): Fix handling of empty section tag.
(Footnote-delete-footnote): Fix handling of identical start/end
tags, empty section tag, and spaced footnotes.  Do not use
kill-region.
(footnote-mode): Make most options buffer-local to avoid that
customizing messes up handling of footnotes in buffers that
already display them.

16 years ago(x-create-frame-with-faces): Undo previous change.
Dan Nicolaescu [Mon, 6 Oct 2008 05:44:11 +0000 (05:44 +0000)]
(x-create-frame-with-faces): Undo previous change.

16 years ago(vc-cvs-after-dir-status): Parse the output for non
Dan Nicolaescu [Mon, 6 Oct 2008 05:30:25 +0000 (05:30 +0000)]
(vc-cvs-after-dir-status): Parse the output for non
existent files.

16 years ago(universal-coding-system-argument): Handle digit-argument too.
Chong Yidong [Sun, 5 Oct 2008 19:07:03 +0000 (19:07 +0000)]
(universal-coding-system-argument): Handle digit-argument too.

16 years ago* international/mule-cmds.el (universal-coding-system-argument):
Chong Yidong [Sun, 5 Oct 2008 19:06:47 +0000 (19:06 +0000)]
* international/mule-cmds.el (universal-coding-system-argument):
Handle digit-argument too.

16 years ago(xml-parse-string): Use skip-chars-forward.
Chong Yidong [Sun, 5 Oct 2008 19:01:53 +0000 (19:01 +0000)]
(xml-parse-string): Use skip-chars-forward.

16 years ago* xml.el (xml-parse-string): Use skip-chars-forward.
Chong Yidong [Sun, 5 Oct 2008 19:01:45 +0000 (19:01 +0000)]
* xml.el (xml-parse-string): Use skip-chars-forward.

16 years ago*** empty log message ***
Paul Reilly [Sun, 5 Oct 2008 14:14:05 +0000 (14:14 +0000)]
*** empty log message ***

16 years agoNext step in the Rmail/mbox support: getting basic summary support working.
Paul Reilly [Sun, 5 Oct 2008 14:08:21 +0000 (14:08 +0000)]
Next step in the Rmail/mbox support: getting basic summary support working.

16 years agoformatting fixes for new printed edition
Karl Berry [Sun, 5 Oct 2008 00:14:59 +0000 (00:14 +0000)]
formatting fixes for new printed edition

16 years ago(vc-bzr-after-dir-status): Parse the output for non
Dan Nicolaescu [Sun, 5 Oct 2008 00:08:49 +0000 (00:08 +0000)]
(vc-bzr-after-dir-status): Parse the output for non
existent files.
(vc-bzr-dir-status-files): New function.

16 years agoMention cloning.
Glenn Morris [Sat, 4 Oct 2008 20:38:22 +0000 (20:38 +0000)]
Mention cloning.

16 years ago(make-temp-file): Handle empty `prefix'. (Bug#1081)
Glenn Morris [Sat, 4 Oct 2008 20:31:33 +0000 (20:31 +0000)]
(make-temp-file): Handle empty `prefix'.  (Bug#1081)

16 years ago(vc-svn-after-dir-status): Handle `svn status -u' output.
Glenn Morris [Sat, 4 Oct 2008 20:24:24 +0000 (20:24 +0000)]
(vc-svn-after-dir-status): Handle `svn status -u' output.
(vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)

16 years ago(vc-cvs-dir-status-heuristic): New function.
Glenn Morris [Sat, 4 Oct 2008 19:55:00 +0000 (19:55 +0000)]
(vc-cvs-dir-status-heuristic): New function.
(vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)

16 years agoFix case of "GNUstep".
Glenn Morris [Sat, 4 Oct 2008 18:54:20 +0000 (18:54 +0000)]
Fix case of "GNUstep".

16 years agoFix comment typo.
Glenn Morris [Sat, 4 Oct 2008 18:48:45 +0000 (18:48 +0000)]
Fix comment typo.

16 years ago*** empty log message ***
Glenn Morris [Sat, 4 Oct 2008 18:47:50 +0000 (18:47 +0000)]
*** empty log message ***

16 years agoFix case of "GNUstep".
Glenn Morris [Sat, 4 Oct 2008 18:45:30 +0000 (18:45 +0000)]
Fix case of "GNUstep".

16 years agoDavid J. Biesack <David.Biesack at sas.com> (tiny change)
Glenn Morris [Sat, 4 Oct 2008 18:37:03 +0000 (18:37 +0000)]
David J. Biesack  <David.Biesack at sas.com>  (tiny change)

(antlr-font-lock-additional-keywords): Fix typo.  (Bug#1074)

16 years ago(update_frame): Flush termscript for MSDOS frames as well as for TTY.
Eli Zaretskii [Sat, 4 Oct 2008 15:27:56 +0000 (15:27 +0000)]
(update_frame): Flush termscript for MSDOS frames as well as for TTY.
(Fopen_termscript): Allow opening a termscript on MSDOS frames as well as
on a TTY.

16 years ago(redisplay_internal): If frame switched, redisplay the whole thing on MSDOS
Eli Zaretskii [Sat, 4 Oct 2008 15:24:05 +0000 (15:24 +0000)]
(redisplay_internal): If frame switched, redisplay the whole thing on MSDOS
frames as well as on a TTY.

16 years ago(init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames as well as for TTY.
Eli Zaretskii [Sat, 4 Oct 2008 14:53:46 +0000 (14:53 +0000)]
(init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames as well as for TTY.

16 years ago(EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
Eli Zaretskii [Sat, 4 Oct 2008 13:15:01 +0000 (13:15 +0000)]
(EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.

16 years agoRegenerate.
Romain Francoise [Sat, 4 Oct 2008 10:22:19 +0000 (10:22 +0000)]
Regenerate.

16 years ago(compilation-start): Make sure to move to point-max
Martin Rudalics [Sat, 4 Oct 2008 10:09:46 +0000 (10:09 +0000)]
(compilation-start): Make sure to move to point-max
only when we are in the compilation buffer.

16 years ago(change_frame_size_1): Set FrameRows and FrameCols for MSDOS frames as well.
Eli Zaretskii [Sat, 4 Oct 2008 09:22:56 +0000 (09:22 +0000)]
(change_frame_size_1): Set FrameRows and FrameCols for MSDOS frames as well.

16 years ago(x-create-frame-with-faces): Only setup the toolbar if
Dan Nicolaescu [Sat, 4 Oct 2008 01:23:30 +0000 (01:23 +0000)]
(x-create-frame-with-faces): Only setup the toolbar if
tool-bar-mode is on.

16 years ago* vc-svn.el (vc-svn-dir-status-files):
Dan Nicolaescu [Sat, 4 Oct 2008 01:22:26 +0000 (01:22 +0000)]
* vc-svn.el (vc-svn-dir-status-files):
* vc-cvs.el (vc-cvs-dir-status-files): New function.

16 years ago* menu.c (find_and_return_menu_selection) Add cast.
Adrian Robert [Sat, 4 Oct 2008 01:20:43 +0000 (01:20 +0000)]
* menu.c (find_and_return_menu_selection) Add cast.

16 years ago* menu.c (find_and_return_menu_selection) Add cast.
Adrian Robert [Fri, 3 Oct 2008 19:09:22 +0000 (19:09 +0000)]
* menu.c (find_and_return_menu_selection) Add cast.

16 years ago(vc-hg-dir-status-files): New function.
Dan Nicolaescu [Fri, 3 Oct 2008 19:04:29 +0000 (19:04 +0000)]
(vc-hg-dir-status-files): New function.

16 years agoconfigure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning 'X') to avoid...
Adrian Robert [Fri, 3 Oct 2008 18:43:29 +0000 (18:43 +0000)]
configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning 'X') to avoid confusion

16 years ago* image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with correct arguments.
Adrian Robert [Fri, 3 Oct 2008 18:23:43 +0000 (18:23 +0000)]
* image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with correct arguments.

16 years ago(rx): Docstring fix.
Stefan Monnier [Fri, 3 Oct 2008 14:12:31 +0000 (14:12 +0000)]
(rx): Docstring fix.

16 years ago(window--display-buffer-1): Don't care about
Martin Rudalics [Fri, 3 Oct 2008 11:18:24 +0000 (11:18 +0000)]
(window--display-buffer-1): Don't care about
visibility since raise-frame does.

16 years ago(ELCFILES): Update.
Glenn Morris [Fri, 3 Oct 2008 07:57:59 +0000 (07:57 +0000)]
(ELCFILES): Update.

16 years ago(mouse-set-font): Use set-frame-font.
Glenn Morris [Fri, 3 Oct 2008 07:47:06 +0000 (07:47 +0000)]
(mouse-set-font): Use set-frame-font.

16 years agoMario Lang <mlang at delysid.org>
Glenn Morris [Fri, 3 Oct 2008 07:43:58 +0000 (07:43 +0000)]
Mario Lang  <mlang at delysid.org>

(xmltok-forward): Simplify.

16 years ago(set-default-font): Make obsolete.
Glenn Morris [Fri, 3 Oct 2008 07:24:54 +0000 (07:24 +0000)]
(set-default-font): Make obsolete.

16 years ago(jka-compr-compression-info-list)
Glenn Morris [Fri, 3 Oct 2008 07:19:34 +0000 (07:19 +0000)]
(jka-compr-compression-info-list)
(jka-compr-mode-alist-additions): Also match `.tbz2'.

16 years ago(auto-mode-alist): Add .PRO as per above autoload.
Glenn Morris [Fri, 3 Oct 2008 07:13:31 +0000 (07:13 +0000)]
(auto-mode-alist): Add .PRO as per above autoload.

16 years ago(auto-mode-alist): Remove unnecessary autoload.
Glenn Morris [Fri, 3 Oct 2008 07:13:01 +0000 (07:13 +0000)]
(auto-mode-alist): Remove unnecessary autoload.

16 years ago(USAGE1): Add --daemon.
Glenn Morris [Fri, 3 Oct 2008 07:06:46 +0000 (07:06 +0000)]
(USAGE1): Add --daemon.

16 years ago(vc-dir-mode): Don't create the ewoc header here.
Dan Nicolaescu [Fri, 3 Oct 2008 06:09:30 +0000 (06:09 +0000)]
(vc-dir-mode): Don't create the ewoc header here.
(vc-dir-refresh): Set it here instead.  (Bug#1067)

16 years agoMerge from gnus--devo--0
Miles Bader [Fri, 3 Oct 2008 04:18:56 +0000 (04:18 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1441

16 years ago(inhibit-frame-set-background-mode): New var.
Chong Yidong [Thu, 2 Oct 2008 20:19:24 +0000 (20:19 +0000)]
(inhibit-frame-set-background-mode): New var.
(frame-set-background-mode): Use it to avoid a loop in face-spec-recalc.

16 years ago* faces.el (inhibit-frame-set-background-mode): New var.
Chong Yidong [Thu, 2 Oct 2008 20:19:11 +0000 (20:19 +0000)]
* faces.el (inhibit-frame-set-background-mode): New var.
(frame-set-background-mode): Use it to avoid a loop in
face-spec-recalc.

16 years ago(procfs_system_process_attributes): Multiply `pcpu' by 100, so it's in
Eli Zaretskii [Thu, 2 Oct 2008 20:04:58 +0000 (20:04 +0000)]
(procfs_system_process_attributes): Multiply `pcpu' by 100, so it's in
percents as advertised.

16 years ago(vc-bzr-diff): Use vc-switches rather than the obsolete vc-diff-switches.
Glenn Morris [Thu, 2 Oct 2008 17:32:40 +0000 (17:32 +0000)]
(vc-bzr-diff): Use vc-switches rather than the obsolete vc-diff-switches.

16 years ago(mm-codepage-setup): Tweak codepage error. Silence compiler warning.
Glenn Morris [Thu, 2 Oct 2008 17:27:35 +0000 (17:27 +0000)]
(mm-codepage-setup): Tweak codepage error.  Silence compiler warning.

16 years agoMention nt and nextstep INSTALL files at the start.
Glenn Morris [Thu, 2 Oct 2008 17:08:12 +0000 (17:08 +0000)]
Mention nt and nextstep INSTALL files at the start.

16 years agoMention nextstep/INSTALL.
Glenn Morris [Thu, 2 Oct 2008 17:05:48 +0000 (17:05 +0000)]
Mention nextstep/INSTALL.

16 years agoAdd nextstep directory.
Glenn Morris [Thu, 2 Oct 2008 17:04:02 +0000 (17:04 +0000)]
Add nextstep directory.

16 years ago* nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.current_cursor...
Adrian Robert [Thu, 2 Oct 2008 13:57:39 +0000 (13:57 +0000)]
* nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.current_cursor, ns_output.desired_cursor) (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR) (FRAME_NEW_CURSOR_COLOR,): Remove. * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR. (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs enumeration (HOLLOW_BOX_CURSOR, etc.). * nsterm.m (ns_frame_rehighlight): Remove commented code. (draw_window_cursor): Simplify code. (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't change cursor type. In latter, call rehighlight instead of doing updates manually. (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use core emacs cursor types. * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under NS.

16 years ago(Faccept_process_output): Fix doc-string.
Martin Rudalics [Thu, 2 Oct 2008 08:04:54 +0000 (08:04 +0000)]
(Faccept_process_output): Fix doc-string.

16 years ago* gmalloc.c (__sbrk): Also define for uClibc.
Dan Nicolaescu [Thu, 2 Oct 2008 02:58:01 +0000 (02:58 +0000)]
* gmalloc.c (__sbrk): Also define for uClibc.

* s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
for uClibc.

16 years agoEliminate whitespace-kill-buffer-hook functionality.
Vinicius Jose Latorre [Thu, 2 Oct 2008 00:49:49 +0000 (00:49 +0000)]
Eliminate whitespace-kill-buffer-hook functionality.

16 years agonet/tls.el (open-tls-stream): Show the actual command being executed,
Magnus Henoch [Wed, 1 Oct 2008 23:48:57 +0000 (23:48 +0000)]
net/tls.el (open-tls-stream): Show the actual command being executed,
instead of the format string.

16 years ago* nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal styles. (nsfon...
Adrian Robert [Wed, 1 Oct 2008 17:15:16 +0000 (17:15 +0000)]
* nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal styles. (nsfont_open): Reenable the cache.

16 years ago(dos-locale-alist): New alist.
Eli Zaretskii [Wed, 1 Oct 2008 16:23:28 +0000 (16:23 +0000)]
(dos-locale-alist): New alist.
(dos-codepage-setup): Use it to compute a value of locale with which to call
set-locale-environment.  Remove code to set terminal, keyboard, and
file-name encoding (done by set-locale-environment).

16 years ago(set-language-environment-nonascii-translation): Fix nonascii value for
Eli Zaretskii [Wed, 1 Oct 2008 16:18:59 +0000 (16:18 +0000)]
(set-language-environment-nonascii-translation): Fix nonascii value for
`pc' ``window-system''.
(set-display-table-and-terminal-coding-system, set-default-coding-systems):
Don't special-case `pc'.

16 years ago(font_matching_entity): Reflect ATTRS in font selection.
Kenichi Handa [Wed, 1 Oct 2008 12:37:28 +0000 (12:37 +0000)]
(font_matching_entity): Reflect ATTRS in font selection.
(font_find_for_lface) [HAVE_NS]: Don't ignore case.

16 years agoFix typos.
Juanma Barranquero [Wed, 1 Oct 2008 09:12:37 +0000 (09:12 +0000)]
Fix typos.

16 years agoRemove codepage.el. Update.
Eli Zaretskii [Wed, 1 Oct 2008 08:29:01 +0000 (08:29 +0000)]
Remove codepage.el.  Update.

16 years ago(filesets-menu-name): Fix type.
Glenn Morris [Wed, 1 Oct 2008 07:00:10 +0000 (07:00 +0000)]
(filesets-menu-name): Fix type.
(filesets-menu-path, filesets-menu-before): Fix types.
Change defaults to be consistent with recentf.  (Bug#1056)

16 years ago(mml-menu): Don't assume mml2015 is bound.
Chong Yidong [Tue, 30 Sep 2008 23:11:17 +0000 (23:11 +0000)]
(mml-menu): Don't assume mml2015 is bound.

16 years ago* mml.el (mml-menu): Don't assume mml2015 is bound.
Chong Yidong [Tue, 30 Sep 2008 23:11:11 +0000 (23:11 +0000)]
* mml.el (mml-menu): Don't assume mml2015 is bound.

16 years ago(Fsend_string_to_terminal): Don't try to send a string to a suspended terminal.
Stefan Monnier [Tue, 30 Sep 2008 22:06:15 +0000 (22:06 +0000)]
(Fsend_string_to_terminal): Don't try to send a string to a suspended terminal.

16 years ago(xterm-turn-on-modify-other-keys)
Stefan Monnier [Tue, 30 Sep 2008 21:59:26 +0000 (21:59 +0000)]
(xterm-turn-on-modify-other-keys)
(xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
Don't forget to pass `terminal' to `send-string-to-terminal'.

16 years ago* dbusbind.c (xd_signature): Use strcat instead of sprintf.
Michael Albinus [Tue, 30 Sep 2008 21:05:16 +0000 (21:05 +0000)]
* dbusbind.c (xd_signature): Use strcat instead of sprintf.

16 years ago*** empty log message ***
Michael Albinus [Tue, 30 Sep 2008 19:14:16 +0000 (19:14 +0000)]
*** empty log message ***

16 years ago(Coding Systems): Don't mention codepage-setup.
Eli Zaretskii [Tue, 30 Sep 2008 19:13:51 +0000 (19:13 +0000)]
(Coding Systems): Don't mention codepage-setup.

16 years ago(MS-DOS Printing, MS-DOS and MULE): No need to create cpNNN coding systems
Eli Zaretskii [Tue, 30 Sep 2008 19:12:17 +0000 (19:12 +0000)]
(MS-DOS Printing, MS-DOS and MULE): No need to create cpNNN coding systems
anymore.
(MS-DOS and MULE): Don't mention code-pages.el.  Don't mention support for
unibyte mode.  Don't mention line-drawing characters.  Don't mention
dos-unsupported-char-glyph.

16 years ago* vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
Michael Albinus [Tue, 30 Sep 2008 19:11:07 +0000 (19:11 +0000)]
* vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
(vc-file-not-found-hook): Check, that `buffer-file-name' is
non-nil.  It is not clear, whether this is only fixing symptoms on
an error. OTOH, in all other cases, the call of `vc-file-clearprops'
is embedded by that check.  So it might be TRT.  Suggested by Dan
Nicolaescu <dann@ics.uci.edu>.

16 years ago(ELCFILES): Remove codepage.elc.
Eli Zaretskii [Tue, 30 Sep 2008 19:03:18 +0000 (19:03 +0000)]
(ELCFILES): Remove codepage.elc.

16 years ago(OTHER_PLATFORM_SUPPORT): Remove ccl.elc and codepage.elc.
Eli Zaretskii [Tue, 30 Sep 2008 19:01:37 +0000 (19:01 +0000)]
(OTHER_PLATFORM_SUPPORT): Remove ccl.elc and codepage.elc.

16 years ago(MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
Eli Zaretskii [Tue, 30 Sep 2008 19:00:24 +0000 (19:00 +0000)]
(MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.

16 years ago(move_it_to): Don't advance the iterator if the last tab in a
Chong Yidong [Tue, 30 Sep 2008 16:54:41 +0000 (16:54 +0000)]
(move_it_to): Don't advance the iterator if the last tab in a
continued line coincides with a line beginning.

16 years ago* xdisp.c (move_it_to): Don't advance the iterator if the last tab
Chong Yidong [Tue, 30 Sep 2008 16:54:25 +0000 (16:54 +0000)]
* xdisp.c (move_it_to): Don't advance the iterator if the last tab
in a continued line coincides with a line beginning.

16 years agoFile removed, as even ms-dos does not need it anymore.
Eli Zaretskii [Tue, 30 Sep 2008 16:26:10 +0000 (16:26 +0000)]
File removed, as even ms-dos does not need it anymore.