1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-30 11:09:23 +00:00
Commit Graph

1665 Commits

Author SHA1 Message Date
Kenichi Handa
880820fe87 (Fdefine_charset_internal): Change the way of
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
2008-03-27 11:36:43 +00:00
Juanma Barranquero
cb438d6ea7 Remove duplicate entries. 2008-03-26 17:15:57 +00:00
Glenn Morris
afd2792072 (VERSION): Set to 23.0.60. 2008-03-13 03:14:12 +00:00
Juanma Barranquero
290afd835e *** empty log message *** 2008-03-07 12:44:15 +00:00
Juanma Barranquero
3d193d0f78 Add oo. 2008-03-04 10:18:57 +00:00
Miles Bader
51fb064bc7 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
2008-03-01 01:28:31 +00:00
Stefan Monnier
1797886fcc (Perl_functions): Fix call to skip_spaces. 2008-02-27 20:48:57 +00:00
Dan Nicolaescu
9d2818d676 * configure.in: Remove references to obsolete variables and
systems.
* configure: Regenerate.

* Makefile.in (NO_SHORTNAMES):
* emacsclient.c (NO_SHORTNAMES):
* fakemail.c (NO_SHORTNAMES):
* make-docfile.c (NO_SHORTNAMES):
* movemail.c (NO_SHORTNAMES):
* pop.c (NO_SHORTNAMES): Remove references to obsolete variable.

* config.nt (SHORTNAMES): Remove reference to obsolete variable.

* s/vms4-0.h:
* s/vms4-2.h:
* s/vms4-4.h:
* s/vms5-5.h: Remove, unused.

* s/irix5-2.h:
* s/irix6-0.h:
* s/riscos5.h:
* s/mach-bsd4-3.h:
* m/mips4.h: Remove files for obsolete systems

* Makefile.in:
* filelock.c:
* unexmips.c:
* m/hp9000s300.h:
* m/iris4d.h:
* s/aix3-1.h:
* s/hpux.h:
* s/msdos.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-3.h: Remove references to obsolete variables.

* s/irix5-0.h: Remove, move all the contents ...
* s/irix6-5.h: ... here.  Simplify.
* config.in: Regenerate.
2008-02-24 18:53:07 +00:00
Miles Bader
b03f96dc5a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Jason Rumney
79d48c1a44 (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
(MSDOS_SUPPORT, VMS_SUPPORT): Remove.
(OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
(lisp2): Add new languages.
($(DOC)): Use OTHER_PLATFORM_SUPPORT.
2008-02-23 00:30:49 +00:00
Juanma Barranquero
9c61c73445 (lisp2): Remove devanagari.el, kannada.el,
malayalam.el, and tamil.el.  Add sinhala.el.
2008-02-22 11:03:26 +00:00
Juanma Barranquero
31e25350a8 Fix typo in comment. 2008-02-20 12:09:38 +00:00
Juanma Barranquero
50f271cb5a (main) [WINDOWSNT]: Understand DRIVE:NAME, where
NAME is relative to DRIVE'S current directory.
2008-02-20 12:06:52 +00:00
Chong Yidong
c5ed4e9116 Bump version to 22.1.91. 2008-02-19 17:45:41 +00:00
Juanma Barranquero
d07529f330 (print_help_and_exit): Show -d option on Windows. 2008-02-15 16:59:19 +00:00
Dan Nicolaescu
45c1955de8 Undo previous change. 2008-02-10 19:24:48 +00:00
Dan Nicolaescu
4624371d9a * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
dealing with obsolete variables.

* fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
(main): Replace MAIL_PROGRAM_NAME with its value.

* src/Makefile.in:
* src/emacs.c:
* src/gmalloc.c:
* src/keyboard.c:
* src/lisp.h:
* src/m/ibm370aix.h:
* src/process.c:
* src/regex.c:
* src/s/hpux.h:
* src/sysdep.c:
* src/sysselect.h:
* src/systty.h:
* src/unexec.c:
* src/w32term.c:
* src/xsmfns.c:
* src/xterm.c: Remove code that deals with obsolete variables.

* s/msdos.h (DONT_NEED_ENVIRON): Don't define.

* ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
nothing else needs it anymore.
2008-02-09 18:03:10 +00:00
Dan Nicolaescu
deeaffe11d * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete
variable.

* s/gnu-linux.h: Remove commented out code.

* unexec.c: Remove references to obsolete variable
COFF_ENCAPSULATE.

* Makefile.in: Update what RMS says about using autoconf.
(C_COMPILER):
(COFF_ENCAPSULATE):
(MAKE_PARALLEL): Remove obsolete variable.
(C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1):
(C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
(C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
2008-02-09 07:42:06 +00:00
Stefan Monnier
09317bf4bf (decode_options): Fix last change so as not to override an explicit -display. 2008-02-08 15:28:04 +00:00
Stefan Monnier
9997dc1529 (decode_options): Pass --display implicitly if -c
is specified.  Only set tty if -t or -c is specified.
2008-02-08 15:25:58 +00:00
Glenn Morris
bcc891c25d Some tidying post-unicode-merge: typos, tense, simplification, filling. 2008-02-07 06:19:35 +00:00
Juanma Barranquero
4d90eee4f5 *** empty log message *** 2008-02-05 02:30:41 +00:00
Miles Bader
9303f9853d Adjust dates of unicode merge entries to UTC.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1046
2008-02-04 09:38:39 +00:00
Jason Rumney
0c55bf8269 (lisp1): Use (), not {}. 2008-02-04 09:07:32 +00:00
Chong Yidong
8e7e5143d9 Undo last change (mistakenly committed to branch). 2008-02-04 04:51:59 +00:00
Chong Yidong
36c5185961 Added "GTY" as synonym for __attribute__. Updated
gperf output.
2008-02-04 04:49:29 +00:00
Chong Yidong
31cdf67186 * etags.c: Added "GTY" as synonym for __attribute__. Updated
gperf output.
2008-02-04 04:49:15 +00:00
Chong Yidong
80b61f4b15 Added "GTY" as synonym for __attribute__. Updated gperf output. 2008-02-04 04:45:16 +00:00
Chong Yidong
e46a3f5988 * etags.c: Added "GTY" as synonym for __attribute__. Updated
gperf output.
2008-02-04 04:45:00 +00:00
Miles Bader
aca7a3d201 Merge ChangeLog.unicode files into ChangeLogs
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
2008-02-01 16:05:01 +00:00
Chong Yidong
772964f93a Bump version number to 22.1.90. 2008-01-30 21:51:43 +00:00
Miles Bader
d235ca2ff8 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
2008-01-30 07:57:28 +00:00
Stefan Monnier
0ea5797a18 (decode_options): Default to a NULL display, as Emacs-22.
Allow the -d option under w32 again, for those rare cases where it
actually does make sense.
2008-01-26 21:27:38 +00:00
Juanma Barranquero
34a14ec974 *** empty log message *** 2008-01-25 15:52:08 +00:00
Juanma Barranquero
5ab7322861 (set_tcp_socket): Don't send a "\n" after the authentication string;
there's no need to haste.
2008-01-25 15:46:07 +00:00
Chong Yidong
59a431d6ee (pop_stat, pop_last): Fix last fix. 2008-01-22 15:38:49 +00:00
Chong Yidong
702123a823 * pop.c (pop_stat, pop_last): Fix last fix. 2008-01-22 15:38:40 +00:00
Chong Yidong
cc8ce247d5 (pop_stat, pop_last): Fix last fix. 2008-01-22 15:36:05 +00:00
Chong Yidong
8f4dc101ae * pop.c (pop_stat, pop_last): Fix last fix. 2008-01-22 15:22:54 +00:00
Dan Nicolaescu
76ed5e0157 * movemail.c: Remove references to XENIX.
* m/intel386.h: Remove references to XENIX.
2008-01-18 15:15:07 +00:00
Dan Nicolaescu
e39a993cce * movemail.c:
* make-docfile.c: Remove reference to symbols defined by systems
not supported anymore: MAC_OS8, XENIX and STRIDE.

* (src/m/mips.h):
* (src/m/intel386.h):
* callproc.c:
* config.in:
* ecrt0.c:
* emacs.c:
* fileio.c:
* frame.c:
* getpagesize.h:
* keyboard.c:
* lread.c:
* process.c:
* puresize.h:
* sysdep.c:
* systty.h:
* syswait.h:
* unexec.c:
* xdisp.c:
* alloc.c: Remove code containing references to symbols defined by
unsupported systems.
2008-01-13 00:43:55 +00:00
Eli Zaretskii
0ebec7d35c (decode_options) [WINDOWSNT]: Don't use the value of DISPLAY in the
environment.  Don't support -d.
(print_help_and_exit) [WINDOWSNT]: Don't show the --display option.
(longopts) [WINDOWSNT]: Remove --display.
2008-01-12 15:50:33 +00:00
Chong Yidong
0b07499315 (pop_stat, pop_last): Check validity of string-to-integer
conversion.  Mistakes spotted by Nico Golde.
2008-01-10 15:33:52 +00:00
Chong Yidong
6eae3ad4ee * pop.c (pop_stat, pop_last): Check validity of string-to-integer
conversion.  Mistakes spotted by Nico Golde.
2008-01-10 15:31:25 +00:00
Chong Yidong
8ef147bd83 (pop_stat, pop_last): Check validity of string-to-integer
conversion.  Mistakes spotted by Nico Golde.
2008-01-10 15:25:28 +00:00
Chong Yidong
8bbd01a23b * pop.c (pop_stat, pop_last): Check validity of string-to-integer
conversion.  Mistakes spotted by Nico Golde.
2008-01-10 15:24:58 +00:00
Glenn Morris
78da39c6e7 Add missing final newlines to message calls. 2008-01-09 04:40:14 +00:00
Glenn Morris
355a326e54 Daniel Hackney <dan at haxney.org> (tiny change)
(set_socket): Add trailing newline to socket error message.
2008-01-09 04:36:57 +00:00
Miles Bader
430d2ee291 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
2008-01-09 01:21:15 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00