1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

64731 Commits

Author SHA1 Message Date
Reiner Steib
3f168e2931 Update refcard section. 2006-06-07 13:34:42 +00:00
Reiner Steib
6fc99f0ce1 Update refcard section. 2006-06-07 13:28:53 +00:00
Kenichi Handa
0e7a5993b3 Add an example for the previous change. 2006-06-07 11:04:22 +00:00
Kenichi Handa
8dec0e017b *** empty log message *** 2006-06-07 01:21:12 +00:00
Kenichi Handa
1314c787eb (hack-local-variables-prop-line)
(hack-local-variables): Cancel the previous change.
2006-06-07 01:20:28 +00:00
Kenichi Handa
36e0285064 (find-auto-coding): Don't handle the short name `char-trans'. 2006-06-07 01:20:16 +00:00
Kenichi Handa
0091c67e78 Mention how to disable character translation for a file. 2006-06-07 01:19:58 +00:00
Nick Roberts
fc275000aa (Watch Expressions): Move node to end.
(GDB Graphical Interface): Move description of clicks in fringe...
(GDB commands in the Fringe): ...to here.  New node.
2006-06-06 23:16:32 +00:00
Nick Roberts
afbef80c86 *** empty log message *** 2006-06-06 23:15:57 +00:00
Jesper Harder
79f28143be (ediff-diff-mandatory-option): Protect against
file-error.
2006-06-06 18:45:21 +00:00
Chong Yidong
dd24cb375f * diff-mode.el (diff-hunk-kill, diff-file-kill, diff-split-hunk)
(diff-refine-hunk): Set inhibit-read-only to t.
2006-06-06 14:17:31 +00:00
Chong Yidong
53dd481c3f * diff-mode.el (diff-mode): Set buffer-read-only to t when
diff-default-read-only is non-nill.

	* diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
	modifying the *Diff* buffer.
	(diff-process-filter): New filter function for diff process that
	sets inhibit-read-only to t when modifying the *Diff* buffer.
2006-06-06 14:06:13 +00:00
Carsten Dominik
2e8e9e9195 version number change 2006-06-06 08:27:21 +00:00
Carsten Dominik
2dcffa1c62 (ASCII export): Document indentation adaptation.
(Setting tags): Document mutually-exclusive tags.
2006-06-06 08:26:54 +00:00
Carsten Dominik
98a5380242 *** empty log message *** 2006-06-06 08:26:45 +00:00
Carsten Dominik
7d143c2582 (org-archive-subtree): Use end-of-subtree as insertion
point and control the number of empty lines.
	(org-paste-subtree): Limit the number of empty lines at the end of
	the inserted tree.
	(org-agenda): Use buffer name of current file for narrowing.
	(org-export-as-xml): Command removed.
	(org-export-xml-type): Option removed.
	(org-mode-map): Call `org-export-as-xoxo' directly.
	(org-get-indentation): New optional argument LINE.
	(org-fix-indentation, org-remove-tabs): New functions.
	(org-export-as-ascii, org-ascii-level-start): Determine and apply
	correct indentation for headlines that are converted it items.
	(org-skip-comments): Remove table lines that contain narrowing
	cookies but no other non-empty fields.
	(org-set-tags): Allow groups of mutually exclusive tags.
	(org-cmp-time): Sort 24:21 before items without time.
	(org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
	(org-open-at-point): Require double colon also for numbers.
2006-06-06 08:26:10 +00:00
Kim F. Storm
d9e17d28a2 Correction for AUTHORS. 2006-06-06 07:46:25 +00:00
YAMAMOTO Mitsuharu
67b5f80912 [USE_MAC_TSM] (mac_handle_text_input_event): Exclude 0x7f from ASCII range. 2006-06-06 03:27:33 +00:00
Kim F. Storm
a11ad595d4 (ido-default-file-method, ido-default-buffer-method):
Make choice values consistent with corresponding command names.
(ido-visit-buffer): Update accordingly.  Default to selected-window.
2006-06-05 22:22:41 +00:00
Kim F. Storm
92f0c93da2 *** empty log message *** 2006-06-05 22:22:27 +00:00
Nick Roberts
ff239a7eaa (gud-running): Fix doc string.
(gud-menu-map): Use :visible instead fo :enable for debugger test.
(gud-tooltip-modes): Add python-mode.
(gud-tooltip-print-command): Add pdb.  Remove perldb.
2006-06-05 21:31:24 +00:00
Nick Roberts
876bd6e47e *** empty log message *** 2006-06-05 21:30:54 +00:00
Jason Rumney
818a1a5d1f (w32_set_scroll_bar_thumb, x_scroll_bar_create)
(w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
(x_scroll_bar_report_motion): Remove workarounds for
versions of Windows NT < 3.51.
[!SIF_ALL]: Remove.
(pfnSetScrollInfo, pfnGetScrollInfo): Remove.
(w32_initialize): Don't dynamically load Get/SetScrollInfo.
2006-06-05 21:20:59 +00:00
Jason Rumney
94856834ef *** empty log message *** 2006-06-05 21:20:22 +00:00
Eli Zaretskii
3152b1ebb0 (bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS). 2006-06-05 19:47:51 +00:00
Richard M. Stallman
43c58260f6 (defined-colors): Doc fix. 2006-06-05 17:21:37 +00:00
Thien-Thi Nguyen
58ce5535fd (vc-process-filter): Inhibit undo
info collection around call to insert.
(vc-setup-buffer): Likewise for call to erase-buffer.
(vc-do-command): Likewise for call to process-file.
2006-06-05 15:46:00 +00:00
Romain Francoise
63fbb6441f Formatting fixes. 2006-06-05 11:56:03 +00:00
Romain Francoise
420b775e77 (irc): Mention new funs url-irc-rcirc' and url-irc-erc'.
Fix typo.
2006-06-05 11:55:28 +00:00
Romain Francoise
3e26254b48 (Question 8.6): Update reference to the Gnus
channel (#gnus@irc.freenode.net).
Fix typos.  Update copyright notice.
2006-06-05 11:50:40 +00:00
Romain Francoise
4dc5fe62c3 * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
(Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
(Line-Up Functions, Custom Macros):
* ediff.texi (Window and Frame Configuration)
(Highlighting Difference Regions, Highlighting Difference Regions):
* emacs-mime.texi (Display Customization):
* erc.texi (History):
* eshell.texi (Known problems):
* eudc.texi (Overview, BBDB):
* gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
(The problem of spam, SpamOracle, Extending the Spam package)
(Conformity, Terminology):
* idlwave.texi (Routine Info, Routine Info)
(Class and Keyword Inheritance, Padding Operators)
(Breakpoints and Stepping, Electric Debug Mode)
(Examining Variables, Troubleshooting):
* org.texi (Creating timestamps):
* reftex.texi (Commands, Options, Changes):
* tramp.texi (Inline methods, Password caching)
(Auto-save and Backup, Issues):
* vip.texi (Files, Commands in Insert Mode):
* viper.texi (Emacs Preliminaries, States in Viper)
(Packages that Change Keymaps, Viper Specials, Groundwork):
* xresmini.texi (GTK resources):
Fix various typos.
2006-06-05 11:44:42 +00:00
Nick Roberts
55d5a4633a (GDB Graphical Interface): Update bindings.
(Commands of GUD): Add gud-print.  Remove gud-run.  Restate
availability more generally.
2006-06-05 10:14:49 +00:00
Nick Roberts
623c14d3aa *** empty log message *** 2006-06-05 10:14:16 +00:00
Nick Roberts
121586b1f7 (gud-menu-map): Use a conditional help echo for gud-go.
(gud-common-init): Other debuggers may trigger error.
2006-06-05 10:10:51 +00:00
Kenichi Handa
dac5ab0a1b (find-auto-coding): Handle
enable-character-translation in file header.
2006-06-05 07:11:33 +00:00
Kenichi Handa
f090034b78 *** empty log message *** 2006-06-05 07:11:13 +00:00
Kim F. Storm
8aa9048278 Regenerate. 2006-06-04 22:12:46 +00:00
Kim F. Storm
9109bf4909 (authors-aliases): Add mode aliases.
(authors-fixed-entries): Fix spelling.
(authors-canonical-file-name): Don't report error for wildcards.
2006-06-04 22:01:24 +00:00
Kim F. Storm
34c614a862 Corrections for AUTHORS. 2006-06-04 22:00:54 +00:00
Kim F. Storm
a88e034349 *** empty log message *** 2006-06-04 19:21:51 +00:00
David Ponce
6416587d5d *** empty log message *** 2006-06-04 16:26:29 +00:00
David Kastrup
d495ccfc50 Mention `redisplay-dont-pause' in doc string of
`sit-for'.
2006-06-04 15:07:25 +00:00
Thien-Thi Nguyen
6dfbf80300 Update for Emacs 22: Use German quotes
and umlauts; fix overfull /hboxes; many rewordings.
2006-06-04 09:39:11 +00:00
Richard M. Stallman
3c8c279cc1 Lots of cleanups. 2006-06-04 02:17:49 +00:00
Kim F. Storm
e38cc268e2 (view-emacs-news): Rewrite to support new NEWS,
NEWS.major, and NEWS.1-17 file naming.  Add more intelligense,
e.g. version 10 matches 1.10, and don't be confused by version 1.1
begin a prefix of 1.12 (etc).  A numeric prefix arg also works.
2006-06-04 01:14:15 +00:00
Kim F. Storm
32a877bb67 Reorganize NEWS and ONEWS files into NEWS for current major version
and NEWS.21, NEWS.20, NEWS.19, NEWS.18, and NEWS.1-17 for older version.
Update copyright notices.
2006-06-04 01:11:51 +00:00
Kim F. Storm
9a21d88ba1 Reorganize NEWS and ONEWS.* files into NEWS for current major version
and NEWS.21, NEWS.20, NEWS.19, NEWS.18, and NEWS.1-17 for older version.
Update copyright notices.
2006-06-04 01:01:51 +00:00
Thien-Thi Nguyen
71ee3e042e (Abstract Display): Fix typo. 2006-06-03 22:51:32 +00:00
Thien-Thi Nguyen
ff3e9dbcc7 Fix typo. 2006-06-03 21:55:47 +00:00
Masatake YAMATO
0f29c66d25 (main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not seekable, not is failed in ftall. 2006-06-03 17:49:36 +00:00