bpt/emacs.git
16 years ago(w32font_draw): Fill background manually.
Jason Rumney [Sat, 1 Dec 2007 00:31:23 +0000 (00:31 +0000)]
(w32font_draw): Fill background manually.

16 years ago(ftxfont_end_for_frame): Fix array indexing error.
Kenichi Handa [Thu, 29 Nov 2007 13:00:37 +0000 (13:00 +0000)]
(ftxfont_end_for_frame): Fix array indexing error.

16 years ago*** empty log message ***
Jason Rumney [Fri, 23 Nov 2007 02:10:11 +0000 (02:10 +0000)]
*** empty log message ***

16 years ago(Qfontp): Remove unused symbol.
Jason Rumney [Fri, 23 Nov 2007 02:09:42 +0000 (02:09 +0000)]
(Qfontp): Remove unused symbol.
(QCantialias): New symbol.
(syms_of_font): Define it.
(font_property_table): Set a validator for QCantialias.

16 years ago(CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY): Define
Jason Rumney [Fri, 23 Nov 2007 02:09:19 +0000 (02:09 +0000)]
(CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY): Define
if not already.
(QCfamily): Share with xfaces.c.
(Qstandard, Qsubpixel, Qnatural): New symbols.
(syms_of_w32font): Define them. Don't define QCfamily here.
(w32_antialias_type, lispy_antialias_type): New functions.
(w32_enumfont_pattern_entity): New arg requested_font.
Set antialias parameter if non-default was requested.
(fill_in_logfont): Fill in lfQuality if :antialias specified.

16 years agops-lpr-switches docstring fix.
Vinicius Jose Latorre [Wed, 21 Nov 2007 15:16:55 +0000 (15:16 +0000)]
ps-lpr-switches docstring fix.

16 years ago*** empty log message ***
Kenichi Handa [Wed, 21 Nov 2007 12:12:19 +0000 (12:12 +0000)]
*** empty log message ***

16 years ago(read1): Undo the previous change.
Kenichi Handa [Wed, 21 Nov 2007 12:12:06 +0000 (12:12 +0000)]
(read1): Undo the previous change.

16 years ago*** empty log message ***
Kenichi Handa [Wed, 21 Nov 2007 00:26:53 +0000 (00:26 +0000)]
*** empty log message ***

16 years ago(Fdelete_frame): Call font_update_drivers only when
Kenichi Handa [Wed, 21 Nov 2007 00:26:15 +0000 (00:26 +0000)]
(Fdelete_frame): Call font_update_drivers only when
USE_FONT_BACKEND is defined..

16 years ago*** empty log message ***
Kenichi Handa [Mon, 19 Nov 2007 06:28:58 +0000 (06:28 +0000)]
*** empty log message ***

16 years ago(utf-7-imap-post-read-conversion)
Kenichi Handa [Mon, 19 Nov 2007 06:28:45 +0000 (06:28 +0000)]
(utf-7-imap-post-read-conversion)
(utf-7-imap-pre-write-conversion): New functions.

16 years ago(utf-7-imap): New coding system.
Kenichi Handa [Mon, 19 Nov 2007 06:27:49 +0000 (06:27 +0000)]
(utf-7-imap): New coding system.

16 years ago*** empty log message ***
Kenichi Handa [Mon, 19 Nov 2007 05:17:26 +0000 (05:17 +0000)]
*** empty log message ***

16 years ago(struct font_bitmap): New member bits_per_pixel.
Kenichi Handa [Mon, 19 Nov 2007 05:16:48 +0000 (05:16 +0000)]
(struct font_bitmap): New member bits_per_pixel.
(struct font_driver): New members start_for_frame and end_for_frame.
(struct font_data_list): New struct.
(font_put_frame_data, font_get_frame_data): Extern them.

16 years ago(struct frame): New member font_data_list.
Kenichi Handa [Mon, 19 Nov 2007 05:15:30 +0000 (05:15 +0000)]
(struct frame): New member font_data_list.

16 years ago(font_update_drivers): Call driver->start_for_frame and
Kenichi Handa [Mon, 19 Nov 2007 05:14:46 +0000 (05:14 +0000)]
(font_update_drivers): Call driver->start_for_frame and
driver->end_for_frame at proper timings.
(font_put_frame_data, font_get_frame_data): New functions.
(Ffont_spec): Add usage in the docstring.

16 years ago(make_frame): Initialize f->font_data_list to NULL.
Kenichi Handa [Mon, 19 Nov 2007 05:09:08 +0000 (05:09 +0000)]
(make_frame): Initialize f->font_data_list to NULL.
(Fdelete_frame): Call font_update_drivers.

16 years ago(struct xftface_info): Delete the member xft_draw.
Kenichi Handa [Mon, 19 Nov 2007 05:08:04 +0000 (05:08 +0000)]
(struct xftface_info): Delete the member xft_draw.
(xftfont_prepare_face): Adjusted for the above change.
(xftfont_done_face): Likewise.
(xftfont_get_xft_draw): New function.
(xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
(xftfont_end_for_frame): New function.
(syms_of_xftfont): Set xftfont_driver.end_for_frame.

16 years ago(ftxfont_get_gcs): Renamed from ftxfont_create_gcs.
Kenichi Handa [Mon, 19 Nov 2007 05:06:09 +0000 (05:06 +0000)]
(ftxfont_get_gcs): Renamed from ftxfont_create_gcs.
Argument changed.  Cache GCs in the per-frame data.
(struct ftxfont_frame_data): New struct.
(ftxfont_draw_bitmap): New arg gc_fore and flush.
(ftxfont_prepare_face, ftxfont_done_face): Delete them.
(ftxfont_draw): Get GCs by ftxfont_get_gcs.  Reflect s->clip in
GCs.
(ftxfont_end_for_frame): New function.
(syms_of_ftxfont): Set ftxfont_driver.end_for_frame.

16 years ago(ftfont_get_bitmap): Set bitmap->bits_per_pixel.
Kenichi Handa [Mon, 19 Nov 2007 05:02:49 +0000 (05:02 +0000)]
(ftfont_get_bitmap): Set bitmap->bits_per_pixel.

16 years ago*** empty log message ***
Kenichi Handa [Sun, 18 Nov 2007 14:52:50 +0000 (14:52 +0000)]
*** empty log message ***

16 years ago(x-selection-value): If x-select-request-type is
Kenichi Handa [Sun, 18 Nov 2007 14:52:03 +0000 (14:52 +0000)]
(x-selection-value): If x-select-request-type is
nil, try also STRING at last.
(x-select-request-type): Doc adjusted the change of
x-selection-value.

16 years ago*** empty log message ***
Kenichi Handa [Sun, 18 Nov 2007 09:13:58 +0000 (09:13 +0000)]
*** empty log message ***

16 years ago(selection-coding-system)
Kenichi Handa [Sun, 18 Nov 2007 09:12:14 +0000 (09:12 +0000)]
(selection-coding-system)
(next-selection-coding-system): Declaration moded from xselect.c.
(x-get-selection): Decode by selection-coding-system if it is
non-nil.  If it is nil, decode by a proper coding system.  Handle
C_STRING.
(ccl-check-utf-8, string-utf-8-p): Delete them.
(xselect-convert-to-string): Fix determining data-type in the case
that TEXT is requested.  Don't use selection-coding-system if it's
not proper for the data-type.

16 years ago(Vselection_coding_system)
Kenichi Handa [Sun, 18 Nov 2007 09:05:14 +0000 (09:05 +0000)]
(Vselection_coding_system)
(Vnext_selection_coding_system): Delete them.
(syms_of_xselect): Don't declare selection-coding-system and
next-selection-coding-system.  They are declared in select.el.

16 years ago(x-selection-value): If x-select-request-type is
Kenichi Handa [Sat, 17 Nov 2007 11:06:58 +0000 (11:06 +0000)]
(x-selection-value): If x-select-request-type is
nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.

16 years ago*** empty log message ***
Jason Rumney [Sat, 17 Nov 2007 03:02:07 +0000 (03:02 +0000)]
*** empty log message ***

16 years agoInclude imm.h.
Jason Rumney [Sat, 17 Nov 2007 03:01:50 +0000 (03:01 +0000)]
Include imm.h.
(get_composition_string_fn, get_ime_context_fn): New optional system functions.
(globals_of_w32fns): Load them from imm32.dll.
(ignore_ime_char): New flag.
(w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and WM_IME_ENDCOMPOSITION.

16 years ago(w32_read_socket) [WM_UNICHAR]: Handle as MULTIBYTE_CHAR_KEYSTROKE_EVENT.
Jason Rumney [Sat, 17 Nov 2007 03:00:47 +0000 (03:00 +0000)]
(w32_read_socket) [WM_UNICHAR]: Handle as MULTIBYTE_CHAR_KEYSTROKE_EVENT.

16 years ago(WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
Jason Rumney [Sat, 17 Nov 2007 03:00:27 +0000 (03:00 +0000)]
(WM_UNICHAR, UNICODE_NOCHAR): Define if not already.

16 years ago*** empty log message ***
Jason Rumney [Sat, 17 Nov 2007 02:40:32 +0000 (02:40 +0000)]
*** empty log message ***

16 years ago(w32-initialize-window-system): Use t, not nil to signify default fontset.
Jason Rumney [Sat, 17 Nov 2007 02:40:11 +0000 (02:40 +0000)]
(w32-initialize-window-system): Use t, not nil to signify default fontset.

16 years ago*** empty log message ***
Kenichi Handa [Wed, 14 Nov 2007 04:52:20 +0000 (04:52 +0000)]
*** empty log message ***

16 years ago(READCHAR): Call readchar with the 2nd arg NULL.
Kenichi Handa [Wed, 14 Nov 2007 04:52:07 +0000 (04:52 +0000)]
(READCHAR): Call readchar with the 2nd arg NULL.
(READCHAR_REPORT_MULTIBYTE): New macro.
(readchar): New 2nd arg MULTIBYTE.
(read1): Use READCHAR_REPORT_MULTIBYTE for the first read.  Make
symbol's name multibyte according to the multibyteness of the
source.

16 years agoUpdate.
Katsumi Yamaoka [Mon, 12 Nov 2007 10:16:48 +0000 (10:16 +0000)]
Update.

16 years agoRegenerate ldefs-boot.el.
Katsumi Yamaoka [Mon, 12 Nov 2007 10:16:00 +0000 (10:16 +0000)]
Regenerate ldefs-boot.el.

16 years ago*** empty log message ***
Kenichi Handa [Mon, 12 Nov 2007 04:07:16 +0000 (04:07 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Kenichi Handa [Mon, 12 Nov 2007 02:40:22 +0000 (02:40 +0000)]
*** empty log message ***

16 years ago(face_for_overlay_string): Call lookup_face with
Kenichi Handa [Mon, 12 Nov 2007 02:30:30 +0000 (02:30 +0000)]
(face_for_overlay_string): Call lookup_face with
correct arguments (fix of synching with the trunk).

16 years agoError if ps-lpr-switches is not a list.
Vinicius Jose Latorre [Sun, 11 Nov 2007 14:14:30 +0000 (14:14 +0000)]
Error if ps-lpr-switches is not a list.

16 years agoMerge from emacs--devo--0
Miles Bader [Sun, 11 Nov 2007 00:56:44 +0000 (00:56 +0000)]
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283

16 years agoMerge from emacs--rel--22
Miles Bader [Sun, 11 Nov 2007 00:03:33 +0000 (00:03 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-927

16 years ago(custom-note-var-changed): Remove the `interactive'
Juri Linkov [Sat, 10 Nov 2007 23:03:57 +0000 (23:03 +0000)]
(custom-note-var-changed): Remove the `interactive'
spec from this new non-interactive function.

16 years ago(isearch-mode-end-hook, isearch-mode-end-hook-quit):
Juri Linkov [Sat, 10 Nov 2007 23:03:24 +0000 (23:03 +0000)]
(isearch-mode-end-hook, isearch-mode-end-hook-quit):
Fix docstring.  Reported by Leo Liu <sdl.web@gmail.com>.

16 years ago(BASE_PURESIZE): Increase to 1130000.
Juri Linkov [Sat, 10 Nov 2007 22:42:06 +0000 (22:42 +0000)]
(BASE_PURESIZE): Increase to 1130000.

16 years ago(doc-view-mode-map, doc-view-menu, doc-view-pdf->txt-sentinel):
Juri Linkov [Sat, 10 Nov 2007 21:53:47 +0000 (21:53 +0000)]
(doc-view-mode-map, doc-view-menu, doc-view-pdf->txt-sentinel):
Adapt to new search UI.
(doc-view-search-backward): New function.
(doc-view-search): Query new regexp if prefix arg is given, else
jump to next/previous match.
(doc-view-mode): Handle compressed files.
(jka-compr): Required for compressed files.

16 years agoAdd query-replace-show-replacement and match-substitute-replacement.
Juri Linkov [Sat, 10 Nov 2007 21:52:06 +0000 (21:52 +0000)]
Add query-replace-show-replacement and match-substitute-replacement.

16 years ago(Query Replace): Mention `query-replace-show-replacement'.
Juri Linkov [Sat, 10 Nov 2007 21:51:26 +0000 (21:51 +0000)]
(Query Replace): Mention `query-replace-show-replacement'.

16 years ago(Replacing Match): Describe new `match-substitute-replacement'.
Juri Linkov [Sat, 10 Nov 2007 21:50:49 +0000 (21:50 +0000)]
(Replacing Match): Describe new `match-substitute-replacement'.

16 years ago(query-replace-show-replacement): New defcustom.
Juri Linkov [Sat, 10 Nov 2007 21:49:19 +0000 (21:49 +0000)]
(query-replace-show-replacement): New defcustom.
(perform-replace): Use `match-substitute-replacement' if
`query-replace-show-replacement' is non-nil.

16 years ago(match-substitute-replacement): New function.
Juri Linkov [Sat, 10 Nov 2007 21:48:16 +0000 (21:48 +0000)]
(match-substitute-replacement): New function.

16 years ago(emacs-copyright): Add emacs-copyright.
Juri Linkov [Sat, 10 Nov 2007 21:21:03 +0000 (21:21 +0000)]
(emacs-copyright): Add emacs-copyright.

16 years ago(help-map, help-for-help-internal): Add `C-h C-a'.
Juri Linkov [Sat, 10 Nov 2007 21:19:54 +0000 (21:19 +0000)]
(help-map, help-for-help-internal): Add `C-h C-a'.

16 years agoAdd `button'. Move up `startup'.
Juri Linkov [Sat, 10 Nov 2007 21:19:13 +0000 (21:19 +0000)]
Add `button'.  Move up `startup'.

16 years agoBackport startup screen related changes from the trunk.
Juri Linkov [Sat, 10 Nov 2007 21:18:48 +0000 (21:18 +0000)]
Backport startup screen related changes from the trunk.

16 years ago* files.el (auto-mode-alist): Select org-mode for files with the
Carsten Dominik [Sat, 10 Nov 2007 17:20:37 +0000 (17:20 +0000)]
* files.el (auto-mode-alist): Select org-mode for files with the
extension ".org".

16 years ago*** empty log message ***
Carsten Dominik [Sat, 10 Nov 2007 17:20:18 +0000 (17:20 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Martin Rudalics [Sat, 10 Nov 2007 10:28:37 +0000 (10:28 +0000)]
*** empty log message ***

16 years ago(describe-function, describe-variable)
Martin Rudalics [Sat, 10 Nov 2007 09:59:54 +0000 (09:59 +0000)]
(describe-function, describe-variable)
(describe-syntax, describe-categories):
Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(list-colors-display): Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:57:52 +0000 (09:57 +0000)]
(list-colors-display): Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(list-faces-display, describe-face):
Martin Rudalics [Sat, 10 Nov 2007 09:57:18 +0000 (09:57 +0000)]
(list-faces-display, describe-face):
Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(describe-display-table): Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:56:32 +0000 (09:56 +0000)]
(describe-display-table): Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(describe-char): Use with-help-window instead of with-output-to-temp-buffer.
Martin Rudalics [Sat, 10 Nov 2007 09:55:53 +0000 (09:55 +0000)]
(describe-char): Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(apropos-describe-plist):
Martin Rudalics [Sat, 10 Nov 2007 09:55:10 +0000 (09:55 +0000)]
(apropos-describe-plist):
Use with-help-window instead of with-output-to-temp-buffer.

16 years ago(help-mode): Set view-exit-action to bury the
Martin Rudalics [Sat, 10 Nov 2007 09:54:07 +0000 (09:54 +0000)]
(help-mode): Set view-exit-action to bury the
buffer instead of fiddling with windows.  Simplify code.
(help-mode-finish): When help-window eqs t set it to the selected
window and have with-help-window set up view-return-to-alist.
(help-buffer): Add autoload cookie.

16 years ago(help-window, help-window-point-marker): New variables.
Martin Rudalics [Sat, 10 Nov 2007 09:53:22 +0000 (09:53 +0000)]
(help-window, help-window-point-marker): New variables.
(help-window-select): New option.
(with-help-window): New macro for displaying help windows.
(help-window-display-message, help-window-setup-finish)
(help-window-setup): New functions used for setting up help windows.
(print-help-return-message): Reset help-window to nil.
(view-lossage): Use with-help-window instead of
with-output-to-temp-buffer and move help-window-point-marker after
inserted text.
(describe-bindings, describe-key, describe-mode): Use
with-help-window instead of with-output-to-temp-buffer.

16 years ago(view-remove-frame-by-deleting): Change default value to t.
Martin Rudalics [Sat, 10 Nov 2007 09:52:30 +0000 (09:52 +0000)]
(view-remove-frame-by-deleting): Change default value to t.
Add autoload cookie.
(view-exit-action, view-file, view-file-other-window)
(view-file-other-frame, view-buffer, view-buffer-other-window)
(view-buffer-other-frame): Rewrite doc strings.
(view-return-to-alist-update): New function to remove stale entries
from view-return-to-alist.
(view-mode-enter): Rewrite doc string and simplify code.
(view-mode-exit): Handle new case 'keep-frame.  Don't reset
view-exit-action to nil.  Simplify code and rewrite doc string.

16 years ago* emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize
Dan Nicolaescu [Sat, 10 Nov 2007 08:05:15 +0000 (08:05 +0000)]
* emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize
(featurep 'emacs) to t.

* emacs-lisp/bytecomp.el (byte-compile-find-bound-condition): New
function.
(byte-compile-maybe-guarded): Use it to also look for bound
symbols inside `and' forms.  Comment out non-working code that was
trying to avoid warnings for XEmacs code.

16 years ago* vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
Dan Nicolaescu [Sat, 10 Nov 2007 05:22:16 +0000 (05:22 +0000)]
* vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.

* vc-svn.el (vc-svn-print-log, vc-svn-diff):
* vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
* vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
(vc-cvs-annotate-command):
* vc-arch.el (vc-arch-diff): Remove test to check if start-process
is bound, it always is.

16 years ago(load_overlay_strings): Fix copy&paste typo.
Stefan Monnier [Sat, 10 Nov 2007 03:06:45 +0000 (03:06 +0000)]
(load_overlay_strings): Fix copy&paste typo.

16 years agoSync charset names with setup-default-fontset.
Jason Rumney [Sat, 10 Nov 2007 01:47:45 +0000 (01:47 +0000)]
Sync charset names with setup-default-fontset.
Append "-1" where second part missing.

16 years ago(w32-initialize-window-system): Move SJIS font setup here from global scope.
Jason Rumney [Sat, 10 Nov 2007 01:30:33 +0000 (01:30 +0000)]
(w32-initialize-window-system): Move SJIS font setup here from global scope.

16 years agoEnable SJIS fonts before creating any fontsets.
Jason Rumney [Sat, 10 Nov 2007 01:28:52 +0000 (01:28 +0000)]
Enable SJIS fonts before creating any fontsets.

16 years ago(ido-save-history): Write the history file in UTF-8,
Juanma Barranquero [Sat, 10 Nov 2007 00:28:58 +0000 (00:28 +0000)]
(ido-save-history): Write the history file in UTF-8,
and add `coding' file-local variable.

16 years ago(ido-save-history): Save the history file in UTF-8,
Juanma Barranquero [Sat, 10 Nov 2007 00:19:44 +0000 (00:19 +0000)]
(ido-save-history): Save the history file in UTF-8,
not the current filename coding system.

16 years ago(interprogram-cut-function, interprogram-paste-function):
Stefan Monnier [Fri, 9 Nov 2007 20:55:29 +0000 (20:55 +0000)]
(interprogram-cut-function, interprogram-paste-function):
Don't make them frame-local any more.

16 years ago(x-create-frame-with-faces, tty-create-frame-with-faces):
Stefan Monnier [Fri, 9 Nov 2007 19:41:44 +0000 (19:41 +0000)]
(x-create-frame-with-faces, tty-create-frame-with-faces):
Don't set interprogram-(cut|paste)-function on each frame.

16 years ago(x-select-text, x-cut-buffer-or-selection-value):
Stefan Monnier [Fri, 9 Nov 2007 19:37:03 +0000 (19:37 +0000)]
(x-select-text, x-cut-buffer-or-selection-value):
Make them work in tty frames.
(interprogram-cut-function, interprogram-paste-function): Set them globally.

16 years agoRevert merge that re-required rx.
Glenn Morris [Fri, 9 Nov 2007 18:22:03 +0000 (18:22 +0000)]
Revert merge that re-required rx.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 17:13:01 +0000 (17:13 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 17:03:16 +0000 (17:03 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 16:59:24 +0000 (16:59 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 9 Nov 2007 16:49:24 +0000 (16:49 +0000)]
*** empty log message ***

16 years ago(define-abbrev-table): Record the variable definition.
Stefan Monnier [Fri, 9 Nov 2007 16:07:18 +0000 (16:07 +0000)]
(define-abbrev-table): Record the variable definition.

16 years agoFix merge error.
Andreas Schwab [Fri, 9 Nov 2007 16:02:09 +0000 (16:02 +0000)]
Fix merge error.

16 years ago(byte-compile-file-form-define-abbrev-table): New function.
Stefan Monnier [Fri, 9 Nov 2007 15:57:46 +0000 (15:57 +0000)]
(byte-compile-file-form-define-abbrev-table): New function.

16 years agoClean the code for checking suitable Emacs version.
Vinicius Jose Latorre [Fri, 9 Nov 2007 15:34:03 +0000 (15:34 +0000)]
Clean the code for checking suitable Emacs version.

16 years agoIf ps-lpr-switches is not a list, force it to be one.
Vinicius Jose Latorre [Fri, 9 Nov 2007 15:23:07 +0000 (15:23 +0000)]
If ps-lpr-switches is not a list, force it to be one.

16 years agoIf ps-lpr-switches is not a list, force it to be one.
Vinicius Jose Latorre [Fri, 9 Nov 2007 14:52:32 +0000 (14:52 +0000)]
If ps-lpr-switches is not a list, force it to be one.

16 years agoFix last commit.
Simon Josefsson [Fri, 9 Nov 2007 13:06:05 +0000 (13:06 +0000)]
Fix last commit.

16 years agoAdd w32 keyboard changes.
Jason Rumney [Fri, 9 Nov 2007 12:56:28 +0000 (12:56 +0000)]
Add w32 keyboard changes.

16 years ago(w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
Jason Rumney [Fri, 9 Nov 2007 12:20:55 +0000 (12:20 +0000)]
(w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
(w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from WM_APPCOMMAND.

16 years ago* keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
Jason Rumney [Fri, 9 Nov 2007 12:19:21 +0000 (12:19 +0000)]
* keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
Remove W32_SCROLL_BAR_CLICK_EVENT.
(lispy_function_keys) [WINDOWSNT]: Add more keys.
(lispy_multimedia_keys) [WINDOWSNT]: New array.
(make_lispy_event) [WINDOWSNT]: Use it to translate
MULTIMEDIA_KEY_EVENT.

16 years ago(enum event_kind) [WINDOWSNT]: Likewise.
Jason Rumney [Fri, 9 Nov 2007 12:18:43 +0000 (12:18 +0000)]
(enum event_kind) [WINDOWSNT]: Likewise.
Add MULTIMEDIA_KEY_EVENT.

16 years agoDefine USE_TOOLKIT_SCROLL_BARS.
Jason Rumney [Fri, 9 Nov 2007 12:17:57 +0000 (12:17 +0000)]
Define USE_TOOLKIT_SCROLL_BARS.

16 years ago(w32_pass_multimedia_buttons_to_system): New user option.
Jason Rumney [Fri, 9 Nov 2007 12:17:19 +0000 (12:17 +0000)]
(w32_pass_multimedia_buttons_to_system): New user option.
(syms_of_w32fns): Export and initialize it.
(w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.

16 years ago(WM_APPCOMMAND): Define if not already.
Jason Rumney [Fri, 9 Nov 2007 12:16:34 +0000 (12:16 +0000)]
(WM_APPCOMMAND): Define if not already.
(GET_APPCOMMAND_LPARAM): Likewise.

16 years ago(enable-local-variables): Doc fix.
Juanma Barranquero [Fri, 9 Nov 2007 10:40:32 +0000 (10:40 +0000)]
(enable-local-variables): Doc fix.

16 years agoFix last change (synch from the EMACS_22_BASE branch).
Juanma Barranquero [Fri, 9 Nov 2007 10:28:14 +0000 (10:28 +0000)]
Fix last change (synch from the EMACS_22_BASE branch).