1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

87861 Commits

Author SHA1 Message Date
Chong Yidong
b131d53521 * xterm.c (x_delete_display): Move xim_close_dpy call to
x_delete_terminal.
(x_delete_terminal): Call xim_close_dpy.
2008-12-13 22:08:58 +00:00
Glenn Morris
b1fc99ed2d (uninstall): Use a narrower range of wildcards when deleting the icons. 2008-12-13 20:53:02 +00:00
Glenn Morris
8bfbbb97da (uninstall): Remove desktop file and icons, game scores if empty. 2008-12-13 20:32:30 +00:00
Glenn Morris
8e7aa5def5 (manext): Remove variable.
(MAN_PAGES): New variable.
(install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
and remove.
2008-12-13 20:12:08 +00:00
Glenn Morris
a3a81e9eef Add "SEE ALSO" section. 2008-12-13 19:28:31 +00:00
Jason Rumney
e6df533648 * w32font.c (intern_font_name): New function.
(add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
(w32font_open_internal, Fx_select_font): Decode font name.
(fill_in_logfont, list_all_matching_fonts): Encode font name.

* w32font.h (intern_font_name): Declare new function.

* w32uniscribe.c (add_opentype_font_name_to_list):
Use intern_font_name.
2008-12-13 17:56:27 +00:00
Chong Yidong
ebbbc028ab (Fdelete_frame): Call free_font_driver_list. 2008-12-13 15:40:34 +00:00
Chong Yidong
9f2554de93 * frame.c (Fdelete_frame): Call free_font_driver_list.
* font.c (free_font_driver_list): Implement missing function.
2008-12-13 15:40:22 +00:00
Chong Yidong
2ed98482b8 (free_font_driver_list): Implement missing function. 2008-12-13 15:39:48 +00:00
Chong Yidong
3d9bec9a6b * font.c (free_font_driver_list): Implement missing function. 2008-12-13 15:39:39 +00:00
Chong Yidong
7635ef3856 (pmail-output-to-babyl-file): Rewrite, assuming mbox
internal format.
(pmail-convert-to-babyl-format, pmail-nuke-pinhead-header): New
functions, moved from pmail.el.
2008-12-13 14:19:56 +00:00
Chong Yidong
f047d0db19 * pmailout.el (pmail-output-to-babyl-file): Rewrite, assuming mbox
internal format.
(pmail-convert-to-babyl-format, pmail-nuke-pinhead-header): New
functions, moved from pmail.el.
2008-12-13 14:19:24 +00:00
Chong Yidong
09fce22308 (struct xim_inst_t): Definition moved to xterm.h.
(xim_initialize): Save pointer to callback function data.
(xim_close_dpy): Free callback function data.  Call XCloseIM,
reverting 2008-11-04 change by David Smith.
(x_term_init): Don't initialize the image cache here; it will be
done in init_frame_faces.  Remove ancient "null_pixel" cruft.
(x_delete_display): Free x_dnd_atoms member.
2008-12-13 05:44:38 +00:00
Chong Yidong
9b011d3b30 (struct xim_inst_t): Definition moved from xterm.c.
(struct x_display_info): Remove unused member null_pixel.  New
member xim_callback_data.
2008-12-13 05:41:55 +00:00
Chong Yidong
bb9038ffc0 (w32_term_init): Don't initialize the image cache here; it will be
done in init_frame_faces.
2008-12-13 05:40:29 +00:00
Chong Yidong
20d68145d2 * w32term.c (w32_term_init): Don't initialize the image cache
here; it will be done in init_frame_faces.

* xterm.h (struct xim_inst_t): Definition moved from xterm.c.
(struct x_display_info): Remove unused member null_pixel.  New
member xim_callback_data.

* xterm.c (struct xim_inst_t): Definition moved to xterm.h.
(xim_initialize): Save pointer to callback function data.
(xim_close_dpy): Free callback function data.  Call XCloseIM,
reverting 2008-11-04 change by David Smith.
(x_term_init): Don't initialize the image cache here; it will be
done in init_frame_faces.  Remove ancient "null_pixel" cruft.
(x_delete_display): Free x_dnd_atoms member.
2008-12-13 05:39:41 +00:00
Chong Yidong
91c37b7e41 Update commentary. 2008-12-13 05:39:20 +00:00
Glenn Morris
bf61b6ada1 Fix comment typo. 2008-12-13 04:20:11 +00:00
Glenn Morris
c4607d7f3d (install-arch-indep): Add new man-pages. 2008-12-13 04:19:34 +00:00
Glenn Morris
c89da685b0 Remove initial copyright comment, just refer to COPYING section, merge
years.
2008-12-13 04:16:16 +00:00
Glenn Morris
0a46456b1d New file. Basic man-page, largely constructed from program --help output. 2008-12-13 04:15:43 +00:00
Glenn Morris
967b69cd11 New file. Basic man-page, largely from script commentary. 2008-12-13 04:15:33 +00:00
Glenn Morris
d9837595c3 New file. Basic man-page. 2008-12-13 04:15:23 +00:00
Glenn Morris
f7e18da285 Don't duplicate copyright info in initial comment,
just refer to COPYING section.
2008-12-13 04:15:06 +00:00
Glenn Morris
4e588b2924 Comment. 2008-12-13 04:14:26 +00:00
Glenn Morris
0c497687f3 Fix "emacsclient" typo. Replace problematic character.
Add some formatting.  Add permissions notice.
2008-12-13 04:14:10 +00:00
Glenn Morris
83031738b5 (declare-function): Doc fix. 2008-12-13 04:12:45 +00:00
Glenn Morris
5ff602defb (font-lock-defaults): Doc fix: mention levels; refer to elisp manual. 2008-12-13 04:12:08 +00:00
Glenn Morris
caef3ed2d0 (Font Lock Basics): Fix level description. (Bug#1534)
(Levels of Font Lock): Refer to font-lock-maximum-decoration.
2008-12-13 04:11:03 +00:00
Kenichi Handa
55e4177003 (font_rescale_ratio): Moved from xfaces.c. Argument
type changed.  Handle a font-spec too.
(font_score): Check Vface_font_rescale_alist.
(font_open_entity): Likewise.
2008-12-13 03:29:47 +00:00
Kenichi Handa
96f9306b8b (font_rescale_ratio): Moved to font.c. 2008-12-13 03:29:30 +00:00
Chong Yidong
3b18571d2c (Fx_wm_set_size_hint): Check if the frame is an X frame. 2008-12-13 01:21:17 +00:00
Chong Yidong
8d5b496470 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame. 2008-12-13 01:20:43 +00:00
Jason Rumney
d5272e33cc (x_display_info_for_name, Fx_open_connection): Set
Vwindow_system_version to the real w32 major version.
2008-12-12 15:34:46 +00:00
Chong Yidong
2c6ee63db5 All callers to pmail-output-to-pmail-file changed to
pmail-output-to-babyl-file.
2008-12-12 15:26:46 +00:00
Chong Yidong
c1589cbeac (pmail-output): Rewrite to handle mbox format.
(pmail-output-to-babyl-file): Renamed from pmail-output-to-pmail-file.
2008-12-12 15:26:28 +00:00
Chong Yidong
17a1c3f768 * pmailout.el (pmail-output): Rewrite to handle mbox format.
(pmail-output-to-babyl-file): Renamed from
pmail-output-to-pmail-file.

* pmail.el: All callers to pmail-output-to-pmail-file changed to
pmail-output-to-babyl-file.

* pmail.el: All callers to pmail-output-to-pmail-file changed to
pmail-output-to-babyl-file.
2008-12-12 15:26:17 +00:00
Martin Rudalics
9adf1f0652 (fit-window-to-buffer): Return non-nil when height
was orderly adjusted, nil otherwise.
2008-12-12 09:32:02 +00:00
Glenn Morris
21c58e4d62 (Error Debugging): Refer forwards to eval-expression-debug-on-error. 2008-12-12 03:55:24 +00:00
Miles Bader
bb47268440 Add arch tagline 2008-12-12 02:21:58 +00:00
Juanma Barranquero
49851cf7f8 Fix typo. 2008-12-12 01:00:33 +00:00
Dan Nicolaescu
97c6058a7a (init_tty): Move setting the terminal name before the
potential user: maybe_fatal.
2008-12-12 00:54:31 +00:00
Juanma Barranquero
2cf6bf632f Fix typos. 2008-12-12 00:49:39 +00:00
Juanma Barranquero
c63a334eb0 * server.el (server-sentinel): Uncomment code to delete connection file.
(server-start): Save the connection file in the server property list.
  Delete it only when we are reasonably convinced that it is not owned by
  a running server.
  (server-force-delete): New command to force-delete the connection file,
  and stop the server if it is running.
  (server-running-p): Return t also for local TCP servers when we find a
  process with a matching PID, and :other for undecided cases.
2008-12-12 00:33:30 +00:00
Chong Yidong
9f215d25e0 (tty_free_frame_resources): Renamed from delete_tty_output; all
callers changed.  Call free_frame_faces to free the face cache.
2008-12-11 20:38:36 +00:00
Chong Yidong
ec4e88d751 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
all callers changed.  Call free_frame_faces to free the face cache.
2008-12-11 20:38:26 +00:00
Dan Nicolaescu
894b66d8cd Updated from master source. 2008-12-11 18:17:15 +00:00
Dan Nicolaescu
5445ab06ef (WCONTINUED): New compatibility define for older systems. 2008-12-11 17:32:44 +00:00
Martin Rudalics
4d0e7fe37b (dired-pop-to-buffer): Call with min-height arg 1 to
make sure that small buffers get shown.
2008-12-11 17:20:45 +00:00
Martin Rudalics
f7baca2087 (fit-window-to-buffer): Use with-selected-window and
condition-case.  Do not delete more windows than necessary in
the shrinking (delta < 0) case.  Do not raise an error when the
containing frame is too small to show all of buffer.  (Bug#1488)
2008-12-11 17:17:44 +00:00