1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

4237 Commits

Author SHA1 Message Date
Chong Yidong
32847230da Also, plans for deprecating Solaris on IBM RS6000 and UNIX System V. 2008-07-23 23:39:39 +00:00
Juri Linkov
71554a21ec Add multi-buffer query-replace and `multi-query-replace-map'. 2008-07-23 01:20:12 +00:00
Chong Yidong
006a2cde6a Announce future deprecation. 2008-07-21 14:49:46 +00:00
Thien-Thi Nguyen
7381be9dcb Make auto-refining a minor mode, and diff- and smerge- use it.
* diff-mode.el (diff-auto-refine): Delete defcustom.
(diff-auto-refine-mode): New func/var via define-minor-mode.
Update var ref to use diff-auto-refine-mode.
* smerge-mode.el (diff-mode): Require when compiling.
(smerge-auto-refine): Delete defcustom.
Update smerge-auto-refine ref to use diff-auto-refine-mode.
2008-07-21 14:20:24 +00:00
Juri Linkov
15f5445063 Add information about C-g to the introduction. 2008-07-19 23:54:48 +00:00
Juanma Barranquero
ba60bd44c7 Fix typos. 2008-07-18 15:42:14 +00:00
Juanma Barranquero
555b0992fd * lisp/startup.el (fancy-splash-head): Fix change of 2008-07-02.
* etc/images/splash8.xpm: Remove.
2008-07-18 14:22:24 +00:00
Chong Yidong
12f165e92b Add Visual Line mode. 2008-07-17 23:41:29 +00:00
Adrian Robert
06b627700d remove need for nextstep/compile for NS build; also, add NEWS entry about the port 2008-07-17 17:44:41 +00:00
Stefan Monnier
0bcfd7d779 * keymap.c: Remove all NS-specific code.
(where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
(preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
where_is_preferred_modifier, return a different value depending on how
preferred is the binding.
(where_is_internal): Adjust accordingly.
(Fwhere_is_internal): Refresh where_is_preferred_modifier.
Adjust to new preferred_sequence_p.
(syms_of_keymap): Declare `where-is-preferred-modifier'.
* keyboard.c (parse_solitary_modifier): Not static any more.
* keyboard.h (parse_solitary_modifier): Declare.
2008-07-16 19:23:49 +00:00
Glenn Morris
de9efca0a9 Apparently incorrect to say that font backend _requires_ freetype and
fontconfig.
2008-07-16 02:23:30 +00:00
Adrian Robert
edfda78355 merging Emacs.app (NeXTstep port) 2008-07-15 18:15:18 +00:00
Kenichi Handa
3b48f0d2a6 *** empty log message *** 2008-07-14 04:47:19 +00:00
Chong Yidong
a6b85944c7 Aggregate change log mode changes. Update documentation status. 2008-07-13 20:38:12 +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
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
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
Chong Yidong
0c8b58e9f7 Document line-move-visual and vertical-motion changes. 2008-07-11 18:18:34 +00:00
Dan Nicolaescu
0b22a5e17b *** empty log message *** 2008-07-11 02:57:16 +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
Dan Nicolaescu
8aa3be8322 *** empty log message *** 2008-07-10 15:24:23 +00:00
Glenn Morris
1d344f142a Use recommended form of GPLv3 permissions notice. 2008-07-02 03:12:14 +00:00
Glenn Morris
217ac4dfea Add license notice. 2008-07-02 03:11:36 +00:00
Glenn Morris
bfee87fbf5 Update for new files. 2008-07-02 03:11:00 +00:00
Dan Nicolaescu
289aee1ccc Reorganize the VC entry a bit. 2008-07-02 02:53:48 +00:00
Juanma Barranquero
68548459a1 Add new SVG and PNG splash images.
* etc/images/splash.png:
* etc/images/splash.svg:
* etc/images/gnus/gnus.png:
* etc/images/gnus/gnus.svg: New files.

* lisp/startup.el (fancy-splash-head):
* lisp/gnus/gnus.el (gnus-group-startup-message):
  Prefer SVG or PNG image, if available.
2008-07-02 01:49:03 +00:00
Dan Nicolaescu
e86fa02be0 *** empty log message *** 2008-07-01 14:49:41 +00:00
Glenn Morris
b72333b2a6 American English spelling fixes. 2008-07-01 03:00:20 +00:00
Juri Linkov
90993beb6e Add `read-regexp'. 2008-06-29 16:11:04 +00:00
Jason Rumney
0f784aa6cd Add Windows support note to alpha frame parameter. 2008-06-28 23:57:37 +00:00
Glenn Morris
fffa137cb7 American English spelling fix. 2008-06-27 07:34:53 +00:00
Glenn Morris
6772c8e169 American English spelling fix. 2008-06-27 02:41:14 +00:00
Glenn Morris
04bf5b655a American English spelling fix. 2008-06-27 02:14:52 +00:00
Chong Yidong
4502d15fd5 Documented shift-select-mode. 2008-06-26 19:49:45 +00:00
Chong Yidong
b350bdf295 Rearrange items, and delete some duplicates. 2008-06-26 17:26:15 +00:00
Dan Nicolaescu
f2a77c3a41 * unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.

* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.

* config.nt: Remove reference to UNEXEC_SRC.

* lwlib.c: Remove references to obsolete variables.

* fakemail.c: Remove references to obsolete variables.

* os.texi: Remove references to obsolete systems.

* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
Glenn Morris
e889393b2e (calendar-iso-from-absolute): Add autoload cookie. 2008-06-26 03:43:18 +00:00
Juri Linkov
f45acc9d34 Add global bindings M-s o' for occur', M-s h r' for highlight-regexp',
and isearch binding `M-s h r' for `isearch-highlight-regexp'.
2008-06-25 20:27:45 +00:00
Stefan Monnier
43f8b27568 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-get-bookmark): Accept bookmark names or bookmark records.
(bookmark-get-bookmark-record): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-set-filename): Remove special code, moved to its only caller.
(bookmark-store): Use the newer format.
(bookmark-make-record-default): Add arg `point-only'.
Rename from bookmark-make-record-for-text-file.
(bookmark--jump-via): New function.
(bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
(bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
Use it.
(bookmark-jump-noselect, bookmark-default-handler):
Don't return an alist, instead return the data implicitly by changing
current buffer and point.  Signal an error if the file doesn't exist.
* info.el (Info-bookmark-make-record):
Use bookmark-make-record-default.
(Info-bookmark-jump): Use bookmark-default-handler.
* image-mode.el (image-bookmark-make-record):
Use bookmark-make-record-default.
(image-bookmark-jump): Use bookmark-default-handler.
* doc-view.el (doc-view-bookmark-make-record):
Use bookmark-make-record-default.
(doc-view-bookmark-jump): Use bookmark-default-handler.
2008-06-25 16:51:33 +00:00
Kenichi Handa
50542767a7 *** empty log message *** 2008-06-25 07:16:43 +00:00
Kenichi Handa
888d7d8651 Mention string-to-unibyte. 2008-06-25 02:55:06 +00:00
Chong Yidong
463c6766f9 Document truncate-partial-width-windows change. 2008-06-24 20:02:13 +00:00
Chong Yidong
85b1de329d Document `word-wrap'. 2008-06-24 18:04:44 +00:00
Chong Yidong
09e18d034a Re-order items. 2008-06-24 17:27:10 +00:00
Eli Zaretskii
400aaed216 Large file support in MS-Windows `stat' is done. 2008-06-23 21:08:22 +00:00
Michael Albinus
7cba69f2ac * NEWS: Tramp uses auth-source. 2008-06-21 19:22:17 +00:00
Michael Albinus
e9e70c4354 *** empty log message *** 2008-06-21 19:21:53 +00:00
Nick Roberts
d5d381e2ee *** empty log message *** 2008-06-21 08:48:44 +00:00