summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (w32_wnd_proc, Fw32_reconstruct_hot_key): Range checkJason Rumney2007-12-132-4/+10
| | | | | before dereferencing array. (lookup_vk_code): Remove zero comparison.
* Fix typo.Thien-Thi Nguyen2007-12-121-1/+1
|
* *** empty log message ***Thien-Thi Nguyen2007-12-121-0/+4
|
* (defcustom-c-stylevar): Rewrite.Thien-Thi Nguyen2007-12-121-24/+35
|
* (url-make-private-file): New function.Glenn Morris2007-12-112-0/+29
|
* (url-history-save-history): Use url-make-private-file and with-temp-buffer.Glenn Morris2007-12-111-24/+24
|
* (url-cookie-write-file): Use url-make-private-file and with-temp-buffer.Glenn Morris2007-12-111-28/+25
|
* (set-buffer-menubar): Remove unusedDan Nicolaescu2007-12-112-11/+20
| | | | | | | function. (add-submenu): Only define for XEmacs. (verilog-regexp-words): Revert previous change, keep the other definition.
* (verilog-kill-existing-comment, verilog-insert-date)Dan Nicolaescu2007-12-091-13/+13
| | | | | | | (verilog-insert-year): Rename in order not to pollute the global namespace from kill-existing-comment, insert-date and insert-year, respectively. (verilog-set-auto-endcomments, verilog-header): Update callers.
* * progmodes/perl-mode.el (perl-continued-statement-offset)Dan Nicolaescu2007-12-093-4/+31
| | | | | | | | | | (perl-continued-brace-offset, perl-brace-offset) (perl-brace-imaginary-offset, perl-label-offset): * progmodes/cperl-mode.el (cperl-brace-offset) (cperl-continued-brace-offset, cperl-label-offset) (cperl-continued-statement-offset) (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add safe-local-variable properties.
* Add arch taglineMiles Bader2007-12-091-0/+1
|
* Fix copyright years.Glenn Morris2007-12-091-8/+11
| | | | Re-license under GPLv3+.
* * progmodes/verilog-mode.el (verilog-mode-map)Dan Nicolaescu2007-12-082-22/+20
| | | | | | | (verilog-template-map, verilog-mode-mouse-map): Fix typos. (verilog-colorize-include-files): Use only overlay functions so that it can work on both emacs and XEmacs. (set-extent-keymap): Remove unused defun.
* * progmodes/verilog-mode.el (verilog-mode-map): Fix typo.Dan Nicolaescu2007-12-082-1/+3
|
* (auto-mode-alist): Recognize verilog files.Dan Nicolaescu2007-12-082-0/+3
|
* (verilog-string-replace-matches)Dan Nicolaescu2007-12-082-92/+101
| | | | | | | | (verilog-string-remove-spaces, verilog-re-search-forward) (verilog-re-search-backward, verilog-re-search-forward-quick) (verilog-re-search-backward-quick, verilog-get-beg-of-line) (verilog-get-end-of-line, verilog-within-string): Move definitions before first use. No code changes.
* (verilog-mode-version)Dan Nicolaescu2007-12-082-238/+246
| | | | | | | | | | | | | | | | | | | | | | | (verilog-mode-release-date): Don't use expanding keywords. (provide): Move to the end of file. (fboundp): Don't check if eval-when-compile is bound, it is used later in the file without checking. (when, unless): Copy definitions from subr.el. (char-before, defcustom, defface, customize-group) (verilog-batch-error-wrapper): Don't use old style backquotes. (verilog-regexp-opt): Avoid using the cl function case. (verilog-regexp-words): Remove duplicated definition. (verilog-mode-abbrev-table): Remove, duplicate. (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map): Declare and initialize in one step. (verilog-declaration-prefix-re, verilog-declaration-re) (verilog-end-of-statement, verilog-indent-declaration) (verilog-get-lineup-indent): Remove trailing whitespace. (verilog-mode): Fix autoload cookie. Set beginning-of-defun-function and end-of-defun-function. Use when instead of if. (verilog-emacs-features, verilog-auto-ascii-enum) (verilog-insert-indices): Escape braces in doc strings.
* New file.Dan Nicolaescu2007-12-083-0/+10342
|
* ""Eli Zaretskii2007-12-081-0/+6
|
* (latexenc-find-file-coding-system): If both coding-system-for-write andEli Zaretskii2007-12-081-1/+2
| | | | buffer-file-coding-system of latex-main-file are nil, use `undecided'.
* (mouse-buffer-menu-alist): Keep buffer names left aligned.Jason Rumney2007-12-061-1/+1
|
* *** empty log message ***Jason Rumney2007-12-061-0/+4
|
* Merge from gnus--rel--5.10Miles Bader2007-12-064-8/+19
| | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-159
* (Symbol Type): Fix typo.Richard M. Stallman2007-12-042-1/+5
|
* (ido-save-history): Use emacs-mule coding system instead ofJuanma Barranquero2007-12-042-2/+9
| | | | | utf-8 to save filenames (it's safer in Emacs 22). Set the `coding' local variable on the first line of the file.
* * lisp/saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'Karl Fogel2007-12-042-2/+12
| | | | | | coding system. This ports 2007-12-02T21:15:22Z!kfogel@red-bean.com and 2007-12-02T21:24:38Z!kfogel@red-bean.com over to the EMACS_22_BASE branch, but with the right coding system for Emacs 22 to reliably record filenames. Suggested by Eli Zaretskii.
* (make_process): Initialize pty_flag to 0.Richard M. Stallman2007-12-032-0/+5
|
* (Standard Hooks): Add link to Hooks for Loading.Richard M. Stallman2007-12-032-0/+8
|
* *** empty log message ***Richard M. Stallman2007-12-021-0/+2
|
* (xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs.Jason Rumney2007-12-022-0/+20
|
* *** empty log message ***Glenn Morris2007-12-021-0/+1
|
* (nntp-open-tls-stream, nntp-open-ssl-stream):Glenn Morris2007-12-022-5/+9
| | | | | No need to define for compiler. (url-snews): Use nntp-open-tls-stream unless ssl is requested.
* (widget-type): Doc fix.Richard M. Stallman2007-12-012-1/+5
|
* *** empty log message ***Richard M. Stallman2007-12-011-0/+5
|
* (syms_of_xdisp) <scroll-conservatively>: Doc fix.Richard M. Stallman2007-12-012-2/+10
|
* Dan Nicolaescu <dann at ics.uci.edu>Glenn Morris2007-12-012-2/+7
| | | | (declare-function): Change to a macro.
* * vc-git.el (vc-git-dir-state): Fix the git command arguments.Dan Nicolaescu2007-12-012-1/+5
|
* *** empty log message ***Thien-Thi Nguyen2007-12-011-2/+2
|
* (perl-font-lock-syntactic-keywords): Don't match "sub { (...) ... }".Stefan Monnier2007-11-302-3/+10
|
* bug fixed 2002-05-02 by rms.Jason Rumney2007-11-301-2/+0
|
* rm non-bug: see sdl.web@gmail.com, 09 Nov, Re: ps-lpr-switches has no effectJason Rumney2007-11-301-2/+0
|
* (emacs_close) [MAC_OSX && HAVE_CARBON]:YAMAMOTO Mitsuharu2007-11-302-0/+20
| | | | Use mac_try_close_socket.
* (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:YAMAMOTO Mitsuharu2007-11-301-2/+49
| | | | | | | New variable. (mac_try_close_socket) [MAC_OSX]: New function. [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Update cfsockets_for_select. Replace invalid CFRunLoop source.
* (Composite Types): Document `group' type.Richard M. Stallman2007-11-292-0/+9
|
* (toggle-input-method-active): New var.Richard M. Stallman2007-11-292-1/+13
| | | | | (toggle-input-method): Bind toggle-input-method-active to t. Error if it was already non-nil.
* Regenerate, with the manual shell-function-message patch back from the dead.Glenn Morris2007-11-291-4/+17
|
* (with-decoded-time-value): Doc fix.Glenn Morris2007-11-292-1/+9
|
* Ari Roponen <ari.roponen at gmail.com> (tiny change)Glenn Morris2007-11-291-1/+1
| | | | (encode-time-value): Doc fix.
* Diane Murray <disumu at x3y2z1.net>Glenn Morris2007-11-282-9/+10
| | | | | | Don't require w3-fetch and w3-open-local. (url-dired-find-file): Use `find-file'. Doc fix. (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix.
* Petr Salinger <Petr.Salinger at seznam.cz>:Glenn Morris2007-11-283-0/+19
| | | | Add support for gnu-kfreebsd.