1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 19:31:29 -07:00
Commit graph

63836 commits

Author SHA1 Message Date
Kenichi Handa
06ea6d57ca (system_eol_type): Extern it. 2006-05-08 05:24:53 +00:00
Kenichi Handa
452dd0bed5 (choose_write_coding_system): Use system_eol_type for
encoding if eol_type is not yet decided.
2006-05-08 05:20:16 +00:00
Kenichi Handa
6b62b48dbd (setup_process_coding_systems): Use system_eol_type
for encoding if eol_type is not yet decided.
(read_process_output): Likewise.
(send_process): Likewise.
2006-05-08 05:19:42 +00:00
Richard M. Stallman
a995a779fc (Disabling): Textual cleanups. 2006-05-08 05:16:29 +00:00
Kim F. Storm
ed7e6c32a8 *** empty log message *** 2006-05-07 20:57:58 +00:00
Kim F. Storm
8bcba30da6 (Minibuffer History): Remove keep-dups arg
from add-to-history.
2006-05-07 20:52:05 +00:00
Kim F. Storm
549b93ddac (kmacro-push-ring): Let-bind history-delete-duplicates
to nil around call to add-to-history.
2006-05-07 20:49:16 +00:00
Kim F. Storm
ae9d1ae3b8 (add-to-history): Remove keep-dups arg. 2006-05-07 20:49:01 +00:00
Jan Djärv
e2fa249f30 * xresmini.texi (GTK resources): Inserted GTK description. 2006-05-07 19:39:28 +00:00
Jan Djärv
ce64e507a6 Added GTK part 2006-05-07 19:38:49 +00:00
Jan Djärv
987678e31b * xresources.texi (GTK resources): metafont should be menufont. 2006-05-07 19:32:49 +00:00
Jan Djärv
35d3955b0e Minor fix. 2006-05-07 19:32:13 +00:00
Romain Francoise
99069bdb49 (Replacing text across multiple files): Expand node to explain how
to use `dired-do-query-replace-regexp' in more detail, based on
suggestion by Eric Hanchrow <offby1@blarg.net>.
2006-05-07 17:08:48 +00:00
Romain Francoise
5a36d8349d * commands.texi (Event Input Misc):
* compile.texi (Eval During Compile):
* internals.texi (Buffer Internals):
* minibuf.texi (Initial Input):
* nonascii.texi (Scanning Charsets):
* numbers.texi (Comparison of Numbers):
* windows.texi (Textual Scrolling, Vertical Scrolling):
Fix various typos.
2006-05-07 16:02:27 +00:00
Stefan Monnier
ad8a840d25 (syntax-ppss): Flush the cache before rather than after a buffer modification. 2006-05-07 14:11:05 +00:00
Nick Roberts
fa115ed725 (speedbar-timer-fn): Remove save-window-excursion.
Update localized contents for all buffers except ignored modes.
2006-05-07 12:09:42 +00:00
Nick Roberts
51158d6985 (gdb-var-create-handler): Move speedbar
call to...
(gud-watch): ...here so speedbar is raised for already watched
expressions.
(gdb-speedbar-refresh): Delete function.
(gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
Use speedbar-timer-fn instead of speedbar-refresh (reverting
earlier change).
(gdb-var-evaluate-expression-handler)
(gdb-var-list-children-handler-1, gdb-var-update-handler-1):
Use it.
2006-05-07 12:08:23 +00:00
Nick Roberts
86c4b9a1e7 *** empty log message *** 2006-05-07 12:07:38 +00:00
Romain Francoise
b865238d5b (Using regular expressions): Fix typo.
(Packages that do not come with Emacs, Right-to-left alphabets):
Fix capitalization.
2006-05-07 11:34:27 +00:00
Juanma Barranquero
f4b46bb9eb syms_of_minibuf) <history-length>: Fix typo in doc. 2006-05-07 11:17:06 +00:00
YAMAMOTO Mitsuharu
cc9945f2cd *** empty log message *** 2006-05-07 08:07:48 +00:00
YAMAMOTO Mitsuharu
d017985589 (mac_set_font_info_for_selection): Add extern. 2006-05-07 08:07:26 +00:00
YAMAMOTO Mitsuharu
68c767a32d (XLoadQueryFont) [USE_ATSUI]: Set FMFontFamily value
to font->mac_fontnum.
[USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
(x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
(QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
(QWindow) [MAC_OSX]: Likewise.
(Qfont) [USE_MAC_FONT_PANEL]: Likewise.
(Vmac_atsu_font_table) [USE_ATSUI]: New variable.
(syms_of_macterm) [USE_ATSUI]: Defvar it.
(Qtoolbar_switch_mode) [MAC_OSX]: New variable.
(Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
(syms_of_macterm): Intern and staticpro them.
(init_font_name_table) [USE_ATSUI]: Set data to Vmac_atsu_font_table.
[TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New
function.
[USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
[MAC_OSX] (mac_store_services_event): Likewise.
[USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
kEventWindowToolbarSwitchMode event.
(install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
[MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
[USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
(install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
(XTread_socket): Select window on mouse click if x_focus_frame is NULL.
2006-05-07 08:07:13 +00:00
YAMAMOTO Mitsuharu
a6d7a7754d (mac_do_receive_drag): Remove unused variable `index'.
(mac_store_services_event): Change return type in extern.
2006-05-07 08:05:38 +00:00
YAMAMOTO Mitsuharu
b1b415de01 (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
and build is done on Mac OS X 10.2 and later.
2006-05-07 08:05:19 +00:00
YAMAMOTO Mitsuharu
000447ac01 (mac_set_font): New function.
(mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
(mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
kWindowToolbarButtonAttribute when creating window.
(Fmac_clear_font_name_table): Move from macfns.c.
(syms_of_macfns): Likewise for defsubr.
[USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
(syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
2006-05-07 08:05:02 +00:00
YAMAMOTO Mitsuharu
bd13cae72f (Fmac_clear_font_name_table): Move defun to macfns.c.
(syms_of_mac): Likewise for defsubr.
2006-05-07 08:04:22 +00:00
YAMAMOTO Mitsuharu
527ba7f452 (mac-utxt-to-string): Use eq' instead of ='.
(mac-atsu-font-table, mac-font-panel-mode): Add defvars.
(mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
(mac-handle-font-panel-closed, mac-handle-font-selection):
New functions.
(mac-font-panel-mode): New minor mode.
(mac-apple-event-map): Add bindings for toolbar toggle button and
font panel.
(menu-bar-showhide-menu): Add mac-font-panel-mode.
2006-05-07 08:03:40 +00:00
John Paul Wallington
fe99056f6b (ibuffer-compressed-file-name-regexp): Avoid `regexp-opt' and simplify
regexp for readability.
2006-05-07 00:00:12 +00:00
Richard M. Stallman
535c8bdb2b Comment change. 2006-05-06 23:57:11 +00:00
Michael Albinus
37ea2bbd65 * mini.texi (Completion Options):
* tramp.texi (Filename completion): Completion of remote files'
method, user name and host name is active only in partial
completion mode.
2006-05-06 21:41:27 +00:00
Eli Zaretskii
41155aefe0 Mention Windows XP. 2006-05-06 20:45:10 +00:00
Eli Zaretskii
8a75579f48 Fix spelling errors. 2006-05-06 20:42:21 +00:00
Bill Wohler
4297ece2da MH-E 8.0 has been released, so removed reminder about it. 2006-05-06 18:52:52 +00:00
Eli Zaretskii
31909de7be Fix spelling errors. 2006-05-06 18:48:48 +00:00
Bill Wohler
891ea408cd (MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
http://rand-mh.sourceforge.net/book/mh.
Replace .htm suffix with .html for MH book files.
(Using This Manual): Update key binding for getting relevant chapter
in Info from command key.
(Ranges): Fix itemx.
2006-05-06 16:48:08 +00:00
Bill Wohler
22991a241b (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0. 2006-05-06 16:07:04 +00:00
Eli Zaretskii
51445eb4a3 makefile.w32-in (emacs.dvi):
Makefile.in (emacs.dvi): Add xresmini.texi
2006-05-06 15:54:39 +00:00
Eli Zaretskii
c073ccbe05 *** empty log message *** 2006-05-06 15:50:48 +00:00
Bill Wohler
7c36a00a0b Update for MH-E release 8.0. 2006-05-06 15:50:26 +00:00
Eli Zaretskii
10e09f32fe (Table of Resources): Remove xref to non-existent node "LessTif Resources". 2006-05-06 15:50:25 +00:00
Bill Wohler
ae18726b83 (Version, mh-version): Update for release 8.0. 2006-05-06 15:48:34 +00:00
Eli Zaretskii
40fdc20bc0 *** empty log message *** 2006-05-06 15:29:43 +00:00
Eli Zaretskii
8d4e7d4b05 (Holidays, Displaying the Diary): Fix cross-references to emacs-xtra. 2006-05-06 15:29:17 +00:00
Eli Zaretskii
9dc999d380 msdog.texi (Microsoft Windows):
calendar.texi (Calendar/Diary, Displaying the Diary)
(Special Diary Entries, Importing Diary):
programs.texi (Program Modes):
text.texi (Text):
buffers.texi (Several Buffers):
files.texi (Comparing Files): Fix cross-references to emacs-xtra.
2006-05-06 15:24:42 +00:00
Eli Zaretskii
415053a111 (global-auto-revert-non-file-buffers): Point Info links to the main manual,
not to emacs-xtra.
2006-05-06 14:38:07 +00:00
Eli Zaretskii
098c61f202 (dired-do-redisplay, dired-maybe-insert-subdir): Point Info links to the main
manual, not to emacs-xtra.
2006-05-06 14:37:40 +00:00
Eli Zaretskii
b3a5935014 (buffer-stale-function): Point Info links to the main manual, not to emacs-xtra. 2006-05-06 14:37:04 +00:00
Eli Zaretskii
7cdd23e656 (Version Backups, Local Version Control)
(Making Snapshots, Change Logs and VC, Version Headers)
(Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
on-line manual.
2006-05-06 14:25:42 +00:00
Eli Zaretskii
d5d04ab296 (VC Dired Mode) [ifnottex]: Conditional xref's for on-line manual. 2006-05-06 14:23:59 +00:00