Ulf Jasper
47bcb4d3b8
Updated newsticker.texi
2008-06-14 10:01:39 +00:00
Martin Rudalics
106f594c71
(window--even-window-heights): Even window heights
...
only if the selected window is higher than WINDOW.
2008-06-14 08:58:56 +00:00
Stefan Monnier
159dfddecb
(Info-insert-breadcrumbs): Be careful to preserve history.
2008-06-14 01:59:21 +00:00
Stefan Monnier
960ec30cde
(terminal-init-linux): Load t-mouse.
2008-06-13 21:59:41 +00:00
Stefan Monnier
fdeb777a1d
(Info-breadcrumbs-depth): New var.
...
(Info-insert-breadcrumbs): New function.
(Info-fontify-node): Use it.
(Info-mode-map): Move initialization into declaration.
2008-06-13 20:34:26 +00:00
Teodor Zlatanov
ee128870d8
Add quotation marks, paragraph symbol, angled
...
brackets, number symbol, and accented aeio to cyrillic-translit.
2008-06-13 17:50:37 +00:00
Ulf Jasper
35cff702cd
Renamed newsticker-*.el to newst-*.el. Fixed (require).
2008-06-13 17:42:57 +00:00
Ulf Jasper
2900b2d8f8
Renamed newsticker-*.el to newst-*.el.
2008-06-13 17:08:25 +00:00
Stefan Monnier
a879ee6f98
(Fserial_process_configure, Fprocess_send_eof):
...
Use EQ to compare Lisp_Objects.
2008-06-13 16:35:17 +00:00
Stefan Monnier
ec4e0abcd2
* progmodes/compile.el (compilation-start): Don't disable undo in
...
comint buffer. Don't override the comint-filter with our own.
(compilation-filter): Change point's insertion-type.
* comint.el (comint-output-filter): Use copy-marker.
2008-06-13 16:22:16 +00:00
Stefan Monnier
747d0c440f
(mail-mode-flyspell-verify):
...
Check message-signature-separator exists before using it.
2008-06-13 15:15:32 +00:00
Jason Rumney
3d5edfa300
Restore line that last checkin inexplicably lost.
2008-06-13 14:52:13 +00:00
Dan Nicolaescu
38b627cea0
(vc-annotate-show-diff-revision-at-line): Move most of the code to ...
...
(vc-annotate-show-diff-revision-at-line-internal): ... here. New
function.
(vc-annotate-show-changeset-diff-revision-at-line): New function.
(vc-annotate-mode-menu): Bind it.
2008-06-13 14:51:06 +00:00
Dan Nicolaescu
05fae1be0c
(vc-delete-file): Bound default-directory before calling
...
the backend.
2008-06-13 14:40:57 +00:00
Jason Rumney
6fe9826d75
* w32fns.c (Fw32_select_font): Removed old font API function.
...
* w32font.c (logfont_to_fcname): New function.
(Fx_select_font): New font dialog function compatible with
GTK/fontconfig version.
* font.c (font_style_symbolic_from_value): New function.
(font_style_symbolic): Use it.
* font.h (font_style_symbolic_from_value): Declare new function.
2008-06-13 14:29:47 +00:00
Jason Rumney
c652498926
(mouse-set-font): Remove overridden function.
...
(w32-select-font): Declare as obsolete alias for x-select-font.
2008-06-13 14:28:13 +00:00
Juanma Barranquero
b344d29d16
Fix typos, convert to utf-8.
2008-06-13 13:42:21 +00:00
Kenichi Handa
904a2e0e2f
(font_find_for_lface): Fix typo of the previous change.
2008-06-13 12:41:46 +00:00
Kenichi Handa
d0a477766d
(font_find_for_lface): If registry is NULL, try iso8859-1 and ascii-0.
2008-06-13 12:29:55 +00:00
Kenichi Handa
a2e860b3db
*** empty log message ***
2008-06-13 12:29:21 +00:00
Juanma Barranquero
17ab8f5d83
(syms_of_font) <font-weight-table, font-slant-table, font-width-table>:
...
Fix typos in docstrings.
2008-06-13 09:47:04 +00:00
Juanma Barranquero
7a18e381ce
Fix typos.
2008-06-13 09:20:41 +00:00
Glenn Morris
d888760c95
Daniel Engeler <engeler at gmail.com>
...
These changes add serial port access.
* process.c: Add HAVE_SERIAL.
(Fdelete_process, Fprocess_status, Fset_process_buffer)
(Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
(list_processes_1, select_wrapper, Fstop_process)
(Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
(status_notify): Modify to handle serial processes.
[HAVE_SERIAL] (Fserial_process_configure)
[HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
New functions.
* process.h (struct Lisp_Process): Add `type'.
* sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
New functions.
* w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle serial ports.
(serial_open, serial_configure) New functions.
* w32.h: Add FILE_SERIAL.
(struct _child_process): Add ovl_read, ovl_write.
2008-06-13 08:08:20 +00:00
Glenn Morris
07d99e7544
Daniel Engeler <engeler at gmail.com>
...
Add documentation about serial port access.
2008-06-13 08:07:04 +00:00
Glenn Morris
37e5d54a5c
Daniel Engeler <engeler at gmail.com>
...
emacs.texi, misc.texi: Add documentation about serial port access.
2008-06-13 08:06:41 +00:00
Glenn Morris
c73e02fa6f
Daniel Engeler <engeler at gmail.com>
...
elisp.texi, internals.texi, processes.texi: Add documentation about
serial port access.
2008-06-13 08:05:52 +00:00
Glenn Morris
3f6f1d8e86
Daniel Engeler <engeler at gmail.com>
...
These changes add serial port access.
(term-update-mode-line): Modify.
(serial-port-is-file-p, serial-nice-speed-history)
(serial-no-speed, serial-mode-line-speed-menu)
(serial-mode-line-config-menu): New variables and constants.
(serial-name-history, serial-speed-history)
(serial-supported-or-barf, serial-read-name, serial-read-speed)
(serial-term, serial-speed, serial-mode-line-speed-menu-1)
(serial-mode-line-speed-menu, serial-update-speed-menu)
(serial-mode-line-config-menu-1, serial-mode-line-config-menu)
(serial-update-config-menu): New functions.
2008-06-13 08:04:56 +00:00
Kenichi Handa
b8a9467ce9
(custom-face-attributes): Add :foundry.
2008-06-13 05:49:05 +00:00
Kenichi Handa
bf970f2bd1
(Fx_create_frame, x_create_tip_frame): Register X
...
font-driver at first.
2008-06-13 05:47:42 +00:00
Kenichi Handa
f4cc015342
(font_score): Ignore the diffference of alias style symbols.
2008-06-13 04:26:01 +00:00
Glenn Morris
6f09330716
Update Back-Cover Text as per maintain.info.
2008-06-13 04:20:28 +00:00
Glenn Morris
8e65d46c93
Update Back-Cover text per maintain.info.
2008-06-13 04:18:37 +00:00
Glenn Morris
2c09b70c8e
(menu-set-font): Use fboundp rather than functionp.
2008-06-13 04:17:08 +00:00
Glenn Morris
d6dc41d523
(byte-compile-maybe-guarded): Doc fix.
2008-06-13 04:16:23 +00:00
Kenichi Handa
943b7eea74
(font_update_sort_order): Setting of sort_shift_bits adjusted for the
...
change of font_score and font_sort_entites.
2008-06-13 02:57:10 +00:00
Kenichi Handa
ff63b08670
(enum lface_attribute_index): New member
...
LFACE_FOUNDRY_INDEX.
2008-06-13 02:19:47 +00:00
Kenichi Handa
4007dd1cf6
(font_score): Delete arg alternate_families. Check only
...
weight, slant, width, and size.
(font_sort_entites): Adjusted for the above change. Reflect the
order of font-driver to scores.
(font_list_entities): Don't check alternate_familes here.
(font_clear_prop): Handle foundry.
(font_update_lface): Don't parse "foundry-family" form here.
Handle FONT_FOUNDRY_INDEX.
(font_find_for_lface): Likewise. Handle alternate families here.
(font_open_for_lface): Pay attention to size in ENTITY.
(font_open_by_name): Simplified by calling font_load_for_lface.
(free_font_driver_list): Delete it.
(font_update_drivers): Preserve the order of backends.
(syms_of_font): Setting of sort_shift_bits adjusted for the change
of font_score and font_sort_entites.
2008-06-13 02:18:59 +00:00
Kenichi Handa
53aaf1e22f
(LFACE_FOUNDRY): New macro.
...
(check_lface_attrs): Check foundry.
(set_lface_from_font): Don't parse "FOUNDRY-FAMILY" from.
(merge_face_vectors): Check foundry.
(merge_face_ref): Likewise.
(Finternal_set_lisp_face_attribute): Likewise.
(x_update_menu_appearance): Likewise.
(Finternal_get_lisp_face_attribute): Likewise.
(lface_hash): Likewise.
(lface_same_font_attributes_p): Likewise.
(x_supports_face_attributes_p): Likewise.
(tty_supports_face_attributes_p): Likewise.
(Finternal_set_alternative_font_family_alist): Intern strings.
(Finternal_set_alternative_font_registry_alist): Downcase strings.
(realize_default_face): Set LFACE_FOUNDRY (lface).
2008-06-13 02:08:52 +00:00
Kenichi Handa
e4fe6f9f21
(set-face-attribute): Fix previous change.
2008-06-13 02:04:37 +00:00
Kenichi Handa
312ae771c0
(set-face-attribute): Parse "FOUNDRY-FAMILY" here.
...
(face-x-resources): Add :foundry.
(face-valid-attribute-values): Likewise.
(face-attribute-name-alist): Likewise.
(describe-face): Likewise.
2008-06-13 02:01:07 +00:00
Kenichi Handa
fcea6e2376
(set-face-attribute): Parse "FOUNDRY-FAMILY" form here.
2008-06-13 01:56:55 +00:00
Juanma Barranquero
d434fef5e9
*** empty log message ***
2008-06-13 00:01:27 +00:00
Jim Meyering
97dead2d1f
* lread.c (Fload): Use xfree, not free on saved_doc_string.
...
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2008-06-12 22:54:12 +00:00
Jim Meyering
9c5e177ecf
make unexec_free handle NULL the same way free does
...
* unexmacosx.c (unexec_free): Ignore a NULL argument.
2008-06-12 22:53:07 +00:00
Stefan Monnier
455af463a1
(CHAR_TO_BYTE_SAFE): Cut&paste error.
2008-06-12 20:53:18 +00:00
Stefan Monnier
2456bb63ba
(map-y-or-n-p): Accept non-char events.
2008-06-12 20:43:03 +00:00
Stefan Monnier
2afc21f5f6
* character.h (CHAR_TO_BYTE_SAFE): New macro.
...
* character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
* regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
(WEAK_ALIAS): Simplify.
* syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
when searching a unibyte buffer.
2008-06-12 20:25:47 +00:00
Chong Yidong
667adde160
(longlines-search-forward, longlines-search-backward)
...
(longlines-re-search-forward): Use a smarter search-spaces-regexp.
2008-06-12 17:28:00 +00:00
Chong Yidong
a70b4e6e21
* longlines.el (longlines-search-forward)
...
(longlines-search-backward, longlines-re-search-forward): Use a
smarter search-spaces-regexp.
2008-06-12 17:27:45 +00:00
Sam Steingold
260c15b4b9
(vc-rename-file): DTRT when the destination is a directory name and the source is a file.
2008-06-12 16:56:43 +00:00