- 13 Jul, 2008 5 commits
-
-
Dan Nicolaescu authored
* s/vms.h: Use __GNUC__ instead of _GNUC_. * m/macppc.h: * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals. * m/ibms390x.h (XINT, XUINT): Don't define, same as the default (SPECIAL_EMACS_INT): * m/ia64.h (SPECIAL_EMACS_INT): * m/amdx86-64.h (SPECIAL_EMACS_INT): * s/gnu.h (NLIST_STRUCT): * aix4-2.h (X11R5_INHIBIT_I18N): * s/gnu-linux.h (LINUX): * s/msdos.h (HAVE_FACES): * s/ms-w32.h (HAVE_FACES): Don't define, unused. * systty.h: * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used anymore.
-
Martin Rudalics authored
(change-log-search-tag-name-1, change-log-search-tag-name) (change-log-goto-source-1, change-log-goto-source): New functions. (change-log-tag-re, change-log-find-head, change-log-find-tail): New variables. (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
-
Jay Belanger authored
-
Jay Belanger authored
(Arithmetic Tutorial): Simplify the verification of prime factors.
-
Jay Belanger authored
-
- 12 Jul, 2008 13 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
-
Juri Linkov authored
-
Juri Linkov authored
Add the combining acute accent after the accented vowel in the Russian example like it is used in dictionaries.
-
Juri Linkov authored
combining acute accent. Add rules ("e\\" ?� ("E\\" ?�ange conflicting rules ("u'" ? ) to ("u~" ? ), and ("U'" ? ) to ("U~" ? ). Doc fix.
-
Juri Linkov authored
-
Chong Yidong authored
-
Chong Yidong authored
-
Miles Bader authored
-
Dan Nicolaescu authored
always defined as int. * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT): * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT): * s/gnu-linux.h (HAVE_WAIT_HEADER): * s/freebsd.h (HAVE_WAIT_HEADER): * s/bsd-common.h (HAVE_UNION_WAIT): * s/aix4-2.h (HAVE_WAIT_HEADER): * m/mips.h (HAVE_UNION_WAIT): * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used. (COFF, static): Do not define, they are undefined later in the file. * process.c (update_status): Don't use a union. (status_convert): (sigchld_handler): Use int instead of WAITTYPE. * movemail.c (main): Use int instead of WAITTYPE.
-
Chong Yidong authored
-
Chong Yidong authored
goal column.
-
- 11 Jul, 2008 15 commits
-
-
Jason Rumney authored
-
Jason Rumney authored
not exist on Windows.
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
-
Chong Yidong authored
(track-eol, temporary-goal-column): Update docstring. (move-end-of-line, move-beginning-of-line): Bind line-move-visual to nil. (line-move-visual): New var. (line-move-visual): New function. (line-move): Call line-move-visual.
-
Chong Yidong authored
(line-move-visual): New function. (line-move): Call line-move-visual. (line-move-visual): Obey goal-column and no-error arg. (track-eol, temporary-goal-column): Update docstring. (move-end-of-line, move-beginning-of-line): Bind line-move-visual to nil.
-
Dan Nicolaescu authored
-
Andreas Schwab authored
-
Andreas Schwab authored
* menu.c: Include it. * xmenu.c: Likewise. * Makefile.in: Update dependencies.
-
Kenichi Handa authored
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
pattern and add patterns for C++ header files.
-
Dan Nicolaescu authored
* w32heap.c: * emacs.c: * alloc.c: Replace all references of NO_UNION_TYPE with USE_LISP_UNION_TYPE. * m/xtensa.h (NO_UNION_TYPE): * m/vax.h (NO_UNION_TYPE): * m/template.h (NO_UNION_TYPE): * m/sparc.h (NO_UNION_TYPE): * m/mips.h (NO_UNION_TYPE): * m/macppc.h (NO_UNION_TYPE): * m/m68k.h (NO_UNION_TYPE): * m/iris4d.h (NO_UNION_TYPE): * m/intel386.h (NO_UNION_TYPE): * m/ibms390x.h (NO_UNION_TYPE): * m/ibms390.h (NO_UNION_TYPE): * m/ibmrs6000.h (NO_UNION_TYPE): * m/ia64.h (NO_UNION_TYPE): * m/hp800.h (NO_UNION_TYPE): * m/arm.h (NO_UNION_TYPE): * m/amdx86-64.h (NO_UNION_TYPE): * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were defining it the same.
-
Kenichi Handa authored
iso-8859-6 characters.
-
- 10 Jul, 2008 7 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
Ted Zlatanov authored
everything postfix. Adjust to eliminate conflicts.
-
Ted Zlatanov authored
everything postfix, and move ' '' and ` mappings to x.
-
Stefan Monnier authored
-
Dan Nicolaescu authored
* src/sysdep.c * src/systty.h: * src/m/ibmrs6000.h: * src/m/iris4d.h: * src/s/aix4-2.h: * src/s/freebsd.h: * src/s/gnu-linux.h: * src/s/hpux10-20.h: * src/s/hpux11.h: * src/s/netbsd.h: * src/s/sol2-3.h: * src/s/sol2-4.h: * src/s/sol2.h: * src/s/usg5-4.h: * src/s/vms.h: Remove references to unused variables.
-
Dan Nicolaescu authored
* configure: Regenerate.
-