aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * progmodes/cperl-mode.el (compilation-error-regexp-alist): PacifyDan Nicolaescu2007-11-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | byte compiler. (cperl-mode): Use with-no-warnings for setting vc-header-alist. * progmodes/idlwave.el (idlwave-shell-get-path-info) (idlwave-shell-temp-file, idlwave-shell-is-running) (widget-value, comint-dynamic-complete-filename, Info-goto-node): * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion) (idlwave-all-method-classes, idlwave-all-method-keyword-classes) (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc) (idlwave-class-found-in, idlwave-class-or-superclass-with-tag) (idlwave-completing-read, idlwave-current-routine) (idlwave-downcase-safe, idlwave-entry-find-keyword) (idlwave-expand-keyword, idlwave-find-class-definition) (idlwave-find-inherited-class, idlwave-find-struct-tag) (idlwave-get-buffer-visiting, idlwave-in-quote) (idlwave-make-full-name, idlwave-members-only) (idlwave-popup-select, idlwave-routine-source-file) (idlwave-routines, idlwave-sintern-class) (idlwave-sintern-keyword, idlwave-sintern-method) (idlwave-sintern-routine-or-method) (idlwave-substitute-link-target, idlwave-sys-dir) (idlwave-this-word, idlwave-what-module-find-class) (idlwave-where): * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer): * mail/uce.el (rmail-msg-is-pruned) (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend) (rmail-toggle-header): * mail/sendmail.el (dired-view-file, dired-get-filename): * mail/rmailkwd.el (rmail-maybe-set-message-counters) (rmail-display-labels, rmail-msgbeg) (rmail-set-message-deleted-p, rmail-message-labels-p) (rmail-show-message, mail-comma-list-regexp) (mail-parse-comma-list): * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg) (rmail-summary-mark-undeleted, rmail-summary-mark-deleted) (rfc822-addresses, mail-abbrev-make-syntax-table) (mail-sendmail-delimit-header, mail-header-end): * mail/hashcash.el (message-narrow-to-headers-or-head) (message-fetch-field, message-goto-eoh) (message-narrow-to-headers): * vc.el (view-mode-exit): Declare as functions. * mail/vms-pmail.el: * vmsproc.el: * vms-patch.el: Don't byte compile these files, they don't work. * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not compiled anymore.
* *** empty log message ***Andreas Schwab2007-11-261-0/+5
|
* (Fformat): Handle %c specially since it requires theAndreas Schwab2007-11-231-0/+5
| | | | argument to be of type int.
* (main): Call init_editfns before init_process, sinceStefan Monnier2007-11-231-0/+5
| | | | init_process sets Vprocess_connection_type depending on OS release
* (do_symval_forwarding): Use same code as in find_symbol_value.Stefan Monnier2007-11-221-0/+3
| | | | (find_symbol_value): Use do_symval_forwarding.
* (set_internal): Set the value in the `cons-cell' (forStefan Monnier2007-11-221-1/+6
| | | | Buffer_Local_values) not only for frame-local variables.
* (print_object): Add cast when passing EMACS_INTAndreas Schwab2007-11-221-0/+7
| | | | values to sprintf.
* (update_frame_tool_bar): Don't call x-gtk-map-stock ifJan Djärv2007-11-221-0/+5
| | | | file for image is nil.
* * term.c: Include stdarg.h.Dan Nicolaescu2007-11-221-0/+6
| | | | | (fatal): Implement using varargs. * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
* * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.Stefan Monnier2007-11-211-2/+13
| | | | | | | | | | * data.c (store_symval_forwarding): Get type from buffer_objfwd. Update call to buffer_slot_type_mismatch. * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove. (buffer_slot_type_mismatch): Update. * buffer.c (buffer_local_types): Remove. (buffer_slot_type_mismatch): Get the symbol and type as arguments. (defvar_per_buffer): Set the type in the buffer_objfwd.
* Merge from emacs--rel--22Miles Bader2007-11-211-0/+10
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-937
| * (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMappingJason Rumney2007-11-191-0/+5
| | | | | | | | returns NULL on failure.
| * (Fset_match_data): Remove the `evaporate' feature.Stefan Monnier2007-11-161-2/+7
| | | | | | | | (unwind_set_match_data): Don't use the `evaporate' feature.
| * *** empty log message ***Andreas Schwab2007-11-161-2/+2
| |
| * (Fformat): When formatting an integer as float take precision into account.Andreas Schwab2007-11-161-0/+1
| |
| * (Fformat): Correctly format EMACS_INT values.Andreas Schwab2007-11-151-0/+4
| |
| * *** empty log message ***Juanma Barranquero2007-11-151-0/+20
| |
| * (Fw32_registered_hot_keys): Don't return the nil values correspondingJuanma Barranquero2007-11-141-0/+10
| | | | | | | | | | | | | | | | to deleted entries; they are an implementation detail. (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): Remove variables. (Fw32_define_rgb_color, Fw32_load_color_file): Fix typos in docstrings. (Fx_server_version): Reflow docstring. (Fw32_shell_execute): Doc fixes.
| * *** empty log message ***Juanma Barranquero2007-11-131-2/+7
| |
* | (w32con_write_glyphs): Remove unused variables.Jason Rumney2007-11-211-0/+6
| |
* | (mac_term_init): Call add_keyboard_wait_descriptor.Dan Nicolaescu2007-11-201-0/+2
| |
* | * term/mac-win.el (x-setup-function-keys): Only setupDan Nicolaescu2007-11-201-0/+7
| | | | | | | | | | | | | | | | | | | | local-function-key-map if it has not been setup already for the current frame. Move the suspend-emacs processing here. * s/darwin.h (MULTI_KBOARD): Remove. * macfns.c (x_create_tip_frame, Fx_create_frame) (x_create_tip_frame): Don't deal with MULTI_KBOARD.
* | (Fbuffer_local_value): Remove redundant test.Stefan Monnier2007-11-191-0/+5
| | | | | | | | | | | | (swap_out_buffer_local_variables): Swap out binding in `buffer' rather than in `current-buffer' to match the comment. Do the swap using swap_in_global_binding.
* | * data.c (store_symval_forwarding, set_internal):Stefan Monnier2007-11-191-0/+3
| | | | | | | | * eval.c (specbind): Remove dead code.
* | * coding.c (detect_coding, Fupdate_coding_systems_internal):Stefan Monnier2007-11-191-0/+6
| | | | | | | | | | * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE Since we do not want to see internal Lisp_*fwd objects here.
* | (init_system_name): Use getaddrinfo if available.Jan Djärv2007-11-181-0/+2
| |
* | (x_scroll_bar_set_handle, x_scroll_bar_handle_click)Jan Djärv2007-11-181-0/+6
| | | | | | | | | | (x_scroll_bar_note_movement): start, end, with, height in struct scroll_bar are integers and not Lisp_Object, so remove XINT for them.
* | (BASE_PURESIZE): Increase to 1190000.Dan Nicolaescu2007-11-171-0/+4
| |
* | (struct buffer): Move `undo_list' back to before `name'.Stefan Monnier2007-11-161-0/+3
| | | | | | | | This undoes Richard's change of 14-Oct-2002.
* | * alloc.c (allocate_other_vector):Stefan Monnier2007-11-161-0/+4
| | | | | | | | * lisp.h (allocate_other_vector): Remove.
* | (struct save_window_data): Move non-lisp data to the endStefan Monnier2007-11-161-0/+7
| | | | | | | | | | | | | | | | and make it `int' rather than Lisp_Object. (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR. Done wrap/unwrap integer values. (Fset_window_configuration, compare_window_configurations): Update use of fields to their new types.
* | * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.Stefan Monnier2007-11-161-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn integer fields into `int'. Merge x_window_low and x_window_high. (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW) (SET_SCROLL_BAR_X_WINDOW): Remove. (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET): Access the new x_window field directly. * xterm.c (x_scroll_bar_create): Use a pseudovector. Don't wrap/unwrap integers into Lisp_Objects. (XTset_vertical_scroll_bar, x_scroll_bar_handle_click) (x_scroll_bar_report_motion): Don't wrap/unwrap integers into Lisp_Objects. (x_term_init): Use SDATA. (x_window_to_scroll_bar, x_create_toolkit_scroll_bar) (x_scroll_bar_set_handle, x_scroll_bar_remove) (XTset_vertical_scroll_bar, x_scroll_bar_expose) (x_scroll_bar_report_motion, x_scroll_bar_clear): * xfns.c (x_set_background_color): * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb): Access the new x_window field directly.
* | * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.Stefan Monnier2007-11-161-2/+10
| | | | | | | | | | | | | | (allocate_pseudovector): Make non-static. * lisp.h (enum pvec_type): New tag PVEC_OTHER. (allocate_pseudovector): Declare. (ALLOCATE_PSEUDOVECTOR): Move from alloc.c
* | *** empty log message ***Andreas Schwab2007-11-161-2/+2
| |
* | (Fformat): When formatting an integer as float take precision into account.Andreas Schwab2007-11-161-0/+1
| |
* | (Fformat): Correctly format EMACS_UINT values.Andreas Schwab2007-11-151-0/+2
| |
* | (Fevent_symbol_parse_modifiers): Fix declaration.Andreas Schwab2007-11-151-0/+4
| |
* | * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.Stefan Monnier2007-11-151-0/+3
| | | | | | | | | | * keyboard.c (Fevent_symbol_parse_modifiers): New function. (syms_of_keyboard): Defsubr it.
* | (swap_in_global_binding): Fix longstanding bug whereStefan Monnier2007-11-151-0/+6
| | | | | | | | | | store_symval_forwarding was not called with the right second argument, thus causing objfwd-ing from being dropped.
* | (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,Juanma Barranquero2007-11-141-1/+21
| | | | | | | | | | | | Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size, Fx_server_vendor, Fx_server_version, Fx_display_backing_store, Fx_display_save_under): Fix typos in docstrings.
* | (Fw32_define_rgb_color, Fw32_load_color_file, Fx_display_save_under):Juanma Barranquero2007-11-141-1/+4
| | | | | | | | | | | | Fix typos in docstrings. (Fx_server_version): Reflow docstring. (Fw32_shell_execute): Doc fixes.
* | (Fw32_registered_hot_keys): Don't return the nil values correspondingJuanma Barranquero2007-11-141-0/+14
| | | | | | | | | | | | | | | | | | | | | | to deleted entries; they are an implementation detail. (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): Remove variables. (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames, w32_pass_multimedia_buttons_to_system, w32_strict_painting, Vw32_charset_info_alist, w32_to_x_color, w32_init_class, w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers, w32_grabbed_keys, cancel_all_deferred_msgs): Make static. (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>: Fix typo in docstring.
* | (Fw32_register_hot_key): Don't try to registerJuanma Barranquero2007-11-131-1/+6
| | | | | | | | hot key if w32_parse_hot_key returned nil.
* | Merge from emacs--rel--22Miles Bader2007-11-111-0/+4
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-927
| * (BASE_PURESIZE): Increase to 1130000.Juri Linkov2007-11-101-0/+4
| |
| * (load_overlay_strings): Fix copy&paste typo.Stefan Monnier2007-11-101-1/+5
| |
* | (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.Jason Rumney2007-11-091-0/+27
| | | | | | | | (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from WM_APPCOMMAND.
* | Merge from emacs--rel--22Miles Bader2007-11-091-0/+57
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
| * * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZEChong Yidong2007-11-071-0/+7
| | | | | | | | | | | | twice. * xdisp.c (handle_face_prop): Fix last change.
| * *** empty log message ***Richard M. Stallman2007-11-061-0/+20
| |