Dan Nicolaescu
bdee2ef3fa
* config.nt (HAVE_FACES): Remove, unused.
...
* 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.
2008-07-13 07:35:26 +00:00
Martin Rudalics
f06b5ed2ce
(change-log-search-file-name): Use match-string-no-properties.
...
(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.
2008-07-13 07:35:15 +00:00
Jay Belanger
241d447bd3
(calc-describe-key): Add angles to special key descriptions.
2008-07-13 05:42:31 +00:00
Jay Belanger
a8b1414970
(Manipulating Vectors): Clarify definition of rnorm' and
cnorm'.
...
(Arithmetic Tutorial): Simplify the verification of prime factors.
2008-07-13 04:50:39 +00:00
Jay Belanger
2ad05c22e6
(calc-describe-thing): Use `re-search-forward' to search for regexp.
2008-07-13 04:37:44 +00:00
Chong Yidong
24c02e6f1f
emacstool has been removed.
2008-07-12 22:56:11 +00:00
Chong Yidong
81efacf925
Update description of changes to Line Wrapping on the menu bar.
2008-07-12 22:12:49 +00:00
Chong Yidong
2e0ef05b7b
Update documentation status.
2008-07-12 22:03:16 +00:00
Juri Linkov
688085eacf
("cyrillic-translit"): Put combining accent rules into one group.
2008-07-12 21:41:07 +00:00
Juri Linkov
268207a34b
Use more correct IPA characters for English pronunciation.
...
Add the combining acute accent after the accented vowel in the
Russian example like it is used in dictionaries.
2008-07-12 20:41:55 +00:00
Juri Linkov
86ec8cc52a
("cyrillic-translit"): Fix rules with
...
combining acute accent. Add rules ("e\\" ?� ("E\\" ?�ange conflicting rules ("u'" ? ) to ("u~" ? ), and ("U'" ? )
to ("U~" ? ). Doc fix.
2008-07-12 20:40:34 +00:00
Juri Linkov
f445f31a41
Replace non-printable control characters with equivalent text-only notations.
2008-07-12 20:40:15 +00:00
Chong Yidong
2c80f06bd6
(line-move-visual): Handle null pixel position gracefully.
2008-07-12 18:33:47 +00:00
Chong Yidong
fbb563ca13
* simple.el (line-move-visual): Handle null pixel position gracefully.
2008-07-12 18:33:32 +00:00
Miles Bader
2dab419dc9
Add arch tagline
2008-07-12 07:32:51 +00:00
Dan Nicolaescu
bba104c11e
* syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
...
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.
2008-07-12 05:31:23 +00:00
Chong Yidong
2f4ec7ce4f
(Fvertical_motion): Restore hscroll before moving to goal column.
2008-07-12 03:19:38 +00:00
Chong Yidong
e433031a1a
* indent.c (Fvertical_motion): Restore hscroll before moving to
...
goal column.
2008-07-12 03:19:25 +00:00
Jason Rumney
0773a6ce6c
*** empty log message ***
2008-07-11 23:13:48 +00:00
Jason Rumney
85d181e19e
(file-truename): Get truename of ancestors if file does
...
not exist on Windows.
2008-07-11 23:08:07 +00:00
Chong Yidong
0c8b58e9f7
Document line-move-visual and vertical-motion changes.
2008-07-11 18:18:34 +00:00
Chong Yidong
53a22af4f7
(previous-line, next-line): Update docstring.
2008-07-11 18:11:06 +00:00
Chong Yidong
3330ba74ba
* simple.el (previous-line, next-line): Update docstring.
2008-07-11 18:10:59 +00:00
Chong Yidong
4efebb82ef
(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.
(line-move-visual): New var.
(line-move-visual): New function.
(line-move): Call line-move-visual.
2008-07-11 18:07:01 +00:00
Chong Yidong
4d1d41073f
* simple.el (line-move-visual): New var.
...
(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.
2008-07-11 18:06:43 +00:00
Dan Nicolaescu
3bfb4d4823
Remove left over code.
2008-07-11 14:20:06 +00:00
Andreas Schwab
7e770c85da
Fix logic in last change.
2008-07-11 11:39:49 +00:00
Andreas Schwab
e7c9048f9d
* menu.h: New file.
...
* menu.c: Include it.
* xmenu.c: Likewise.
* Makefile.in: Update dependencies.
2008-07-11 11:20:21 +00:00
Kenichi Handa
38aaf336a1
(fontset_from_font): Cancel the previous change.
2008-07-11 07:32:32 +00:00
Dan Nicolaescu
0b22a5e17b
*** empty log message ***
2008-07-11 02:57:16 +00:00
Dan Nicolaescu
01623c2898
(grep-files-aliases): Improve the C++ source
...
pattern and add patterns for C++ header files.
2008-07-11 02:44:10 +00:00
Dan Nicolaescu
6e5cb96f3d
* lisp.h:
...
* 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.
2008-07-11 02:30:26 +00:00
Kenichi Handa
f4f745d943
Change the Arabic words apearing in Non-ASCII examples to
...
iso-8859-6 characters.
2008-07-11 02:03:23 +00:00
Chong Yidong
3873a30f7f
(move_it_to): Backtrack if past the edge of a wrapped line.
2008-07-10 23:47:00 +00:00
Chong Yidong
e0f47a6850
* xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
2008-07-10 23:46:52 +00:00
Teodor Zlatanov
5704dad148
Add more rules to cyrillic-translit, make
...
everything postfix. Adjust to eliminate conflicts.
2008-07-10 20:35:31 +00:00
Teodor Zlatanov
e423f944ae
Add more rules to cyrillic-translit, make
...
everything postfix, and move ' '' and ` mappings to x.
2008-07-10 19:03:27 +00:00
Stefan Monnier
ad54636097
(message-send-mail-with-sendmail): Display the error message.
2008-07-10 16:06:22 +00:00
Dan Nicolaescu
c5e7567d3b
* src/fileio.c:
...
* 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.
2008-07-10 15:26:15 +00:00
Dan Nicolaescu
176fe5fc8d
* configure.in: Remove references to desupported systems.
...
* configure: Regenerate.
2008-07-10 15:25:35 +00:00
Dan Nicolaescu
8aa3be8322
*** empty log message ***
2008-07-10 15:24:23 +00:00
Andreas Schwab
bb6588648f
(ftfont_resolve_generic_family): Remove foundry from
...
pattern before matching the generic family.
2008-07-10 13:13:21 +00:00
Dan Nicolaescu
a0ce9ab791
* unexec.c:
...
* m/ia64.h:
* m/hp800.h: Remove dead code.
2008-07-10 06:54:56 +00:00
Chong Yidong
cf37ed4f23
(truncated-partial-width-window-p): New function.
2008-07-10 04:27:32 +00:00
Chong Yidong
815776895d
Remove Longlines mode from menu. Add word-wrap option.
2008-07-10 04:27:23 +00:00
Chong Yidong
0443c1eb25
* window.el (truncated-partial-width-window-p): New function.
...
* menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
2008-07-10 04:27:05 +00:00
Chong Yidong
41e6403e7f
(x-create-frame-with-faces): Don't pass parameters that
...
are set later to x-create-frame.
(face-set-after-frame-default): Apply X resources for non-default
faces.
2008-07-10 03:32:53 +00:00
Chong Yidong
86d616f0a9
* faces.el (x-create-frame-with-faces): Don't pass parameters that
...
are set later to x-create-frame.
(face-set-after-frame-default): Apply X resources for non-default
faces.
2008-07-10 03:31:53 +00:00
Dan Nicolaescu
3460e0b90d
* s/vms.h:
...
* s/usg5-4-2.h:
* s/sol2-5.h:
* s/freebsd.h:
* s/darwin.h: Remove dead code.
2008-07-10 03:26:06 +00:00
Dan Nicolaescu
41394ff058
Remove removed var.
2008-07-10 02:53:44 +00:00