Vinicius Jose Latorre
afefed6222
Add new entries.
2007-11-12 18:27:10 +00:00
Juri Linkov
59b5d020e4
Add query-replace-show-replacement and match-substitute-replacement.
2007-11-10 21:52:06 +00:00
Martin Rudalics
0253fffae2
*** empty log message ***
2007-11-10 10:28:37 +00:00
Jason Rumney
3280c5c54f
Add w32 keyboard changes.
2007-11-09 12:56:28 +00:00
Miles Bader
c12ecb0af9
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
2007-11-09 09:45:30 +00:00
Glenn Morris
1da7a8c539
Revert previous change - merge mistake.
2007-11-09 04:02:15 +00:00
Glenn Morris
76a05775d8
Explain combine-and-quote-strings, split-string-and-unquote.
...
Some re-ordering.
2007-11-08 08:51:39 +00:00
Glenn Morris
15f02f65a1
Placeholder entry about unsupported Mac Carbon port.
2007-11-07 04:06:55 +00:00
Glenn Morris
a9f480e8f6
In Fortran mode, M-; is now bound to...
2007-11-03 03:04:46 +00:00
Glenn Morris
b51404df27
Revert previous change.
...
Whitespace.
2007-11-02 07:58:44 +00:00
Glenn Morris
50865d784b
Revert previous change.
2007-11-02 07:57:55 +00:00
Glenn Morris
163a690118
Advise removal of old vc-svn.
2007-11-01 08:13:18 +00:00
Glenn Morris
658674b070
Advise removal of old vc-svn.
2007-11-01 08:12:58 +00:00
Dan Nicolaescu
07e5c0b0b7
* cmdargs.texi (Misc Variables): Remove Sun windows info.
...
* MACHINES: Remove Sun windows info.
* term/sun-mouse.el:
* obsolete/sun-fns.el:
* obsolete/sun-curs.el: Remove files.
* term/sun.el (select-previous-complex-command):
* sunfns.c: Remove file
* m/sun386.h:
* m/sun2.h:
* m/sparc.h: Remove Sun windows code.
2007-11-01 03:06:23 +00:00
Michael Olson
8d55ef780e
etc/AUTHORS: Add authors/contributors for Remember
2007-10-30 02:08:49 +00:00
Stefan Monnier
79415279b3
Rename count' and
system-flag' to :count and :system. Update all users.
...
(abbrev-get, abbrev-put): Simplify.
(define-abbrev): Don't store the `force' value in the :system property.
(abbrev--before-point): Obey the :enable-function of the abbrev as well.
2007-10-30 01:39:19 +00:00
Michael Olson
15f3eb73ae
Check in Remember Mode
2007-10-30 01:39:14 +00:00
Richard M. Stallman
d977461174
(browse-url-text-xterm): Renamed from browse-url-lynx-xterm and made generic.
...
(browse-url-text-emacs): Likewise.
(browse-url-text-browser): New variable.
(browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args.
(browse-url-text-input-field, browse-url-text-input-attempts)
(browse-url-kde-program): Likewise.
2007-10-29 13:56:39 +00:00
Glenn Morris
e4ae6519be
Restore Feb 2007 copyright clarifications lost in update to Gnus
...
trunk.
2007-10-29 07:40:27 +00:00
Glenn Morris
f930e1a4d0
*** empty log message ***
2007-10-29 07:40:18 +00:00
Michael Olson
b6675b2d62
Sync from upstream ERC
2007-10-29 01:00:33 +00:00
Glenn Morris
bdf5c7d9ae
Fix typo in previous change.
2007-10-29 00:22:23 +00:00
Glenn Morris
74a84de231
shell.el no longer defines the aliases...
2007-10-29 00:17:39 +00:00
Glenn Morris
777ea444ba
The variable `byte-compile-warnings' can now...
2007-10-28 23:54:13 +00:00
Miles Bader
01c52d3165
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-911
2007-10-28 09:18:39 +00:00
Stefan Monnier
e047f44883
Rewrite abbrev.c in Elisp.
...
* image.c (Qcount): Don't declare as extern.
(syms_of_image): Initialize and staticpro `Qcount'.
* puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
* emacs.c (main): Don't call syms_of_abbrev.
* Makefile.in (obj): Remove abbrev.o.
(abbrev.o): Remove.
* abbrev.c: Remove.
Rewrite abbrev.c in Elisp.
* abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
(abbrev-table-get, abbrev-table-put, abbrev-get)
(abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
(define-abbrev, abbrev--check-chars, define-global-abbrev)
(define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
(abbrev-expansion, abbrev--before-point, expand-abbrev)
(unexpand-abbrev, abbrev--write, abbrev--describe)
(insert-abbrev-table-description, define-abbrev-table):
New funs, largely transcribed from abbrev.c.
(abbrev-with-wrapper-hook): New macro.
(abbrev-table-name-list, global-abbrev-table)
(abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
(abbrevs-changed, abbrev-all-caps, abbrev-start-location)
(abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
(last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
New vars, largely transcribed from abbrev.c.
* cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
* cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
* loadup.el: Load "abbrev.el" before "lisp-mode.el".
2007-10-28 02:41:00 +00:00
Juanma Barranquero
2697297fb5
Add *.pyc.
2007-10-27 13:51:27 +00:00
Miles Bader
fdc9061358
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 131-137)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 261-262)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
2007-10-27 09:07:17 +00:00
Richard M. Stallman
9097e8af9b
(isearch-buffers-multi): New option.
...
(isearch-buffers-search-fun): Test it.
2007-10-26 09:56:27 +00:00
Richard M. Stallman
66dc1ca270
(browse-url-browser-function): Delete grail.
...
(browse-url-grail): Function and variable deleted.
(browse-url-browser-function): Delete IXI Mosaic.
(browse-url-default-browser): Don't try IXI Mosaic.
(browse-url-iximosaic): Function deleted.
(browse-url-browser-function): Delete MMM.
(browse-url-default-browser): Don't try MMM.
(browse-url-mmm): Function deleted.
2007-10-26 03:51:44 +00:00
Jonathan Yavner
d88da39af6
Get rid of silly life-universe-everything local
...
variable. `symbolic-formulas' is now `ses--symbolic-formulas'.
2007-10-25 20:11:14 +00:00
Juanma Barranquero
8d5cc57968
*** empty log message ***
2007-10-25 08:08:01 +00:00
Glenn Morris
ca8c5b8ca4
(Fortran): F90 mode handles F2003.
2007-10-25 04:04:54 +00:00
Glenn Morris
b68769f25a
(conf-space-keywords): Mark this regexp as safe if a string.
2007-10-25 04:02:50 +00:00
Juanma Barranquero
a8d7b1a0a0
Mention desktop locking.
2007-10-24 10:22:32 +00:00
Stefan Monnier
f84f42247e
(make-variable-frame-localizable): Remove.
...
(make-variable-frame-local): Mark obsolete.
2007-10-23 20:55:18 +00:00
Juri Linkov
67df70ed78
Done multi-file isearch for ChangeLog files.
2007-10-22 23:47:03 +00:00
Juri Linkov
12bbb989d8
Add isearch-multi.el
2007-10-22 23:45:56 +00:00
Juanma Barranquero
0f3cd6b264
*** empty log message ***
2007-10-22 09:35:55 +00:00
Glenn Morris
2ecfb069d3
Insert humorous log entry here.
2007-10-22 08:33:12 +00:00
Glenn Morris
2fb6c6be46
F90 mode has some support for Fortran 2003 syntax.
2007-10-22 08:18:36 +00:00
Juri Linkov
b9694062ed
Add a list of minibuffer default values.
2007-10-22 00:32:03 +00:00
Martin Rudalics
74e248f328
*** empty log message ***
2007-10-21 07:53:45 +00:00
Martin Rudalics
c60808a3f0
*** empty log message ***
2007-10-21 07:53:06 +00:00
Jason Rumney
cdc9f5c23a
display-time-world does not exist yet.
2007-10-21 01:01:33 +00:00
Jason Rumney
1457ce0f2f
Change note about timezone problems on Windows.
2007-10-21 00:57:13 +00:00
Martin Rudalics
6554da9965
*** empty log message ***
2007-10-20 17:02:54 +00:00
Martin Rudalics
120d7f1b39
*** empty log message ***
2007-10-20 17:02:17 +00:00
Stefan Monnier
c3bb6fdbcb
*** empty log message ***
2007-10-20 02:04:43 +00:00
Glenn Morris
00367384a1
Grammar fix.
2007-10-19 07:05:46 +00:00