summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * s/ms-w32.h (MULTI_KBOARD): Remove.before-remove-vmsDan Nicolaescu2008-07-3123-134/+35
| | | | | | | | | | | | | | | | | | | | | | | | * xterm.c: * xselect.c: * xfns.c: * window.c: * w32term.c: * w32fns.c: * terminal.c: * termhooks.h: * term.c: * sysdep.c: * keyboard.h: * keyboard.c: * frame.h: * frame.c: * frame.c: Remove references to MULTI_KBOARD, it is now the default. * config.in: Regenerate. * config.nt (MULTI_KBOARD): Remove. * configure.in (MULTI_KBOARD): Remove.
* (c-before-hack-hook): New functionChong Yidong2008-07-311-1/+23
| | | | | | (Top Level): Install c-before-hack-hook on before-hack-local-variables-hook, rather than c-postprocess-file-styles on hack-local-variables-hook.
* * progmodes/cc-mode.el (c-before-hack-hook): New functionChong Yidong2008-07-311-0/+7
| | | | | | (Top Level): Install c-before-hack-hook on before-hack-local-variables-hook, rather than c-postprocess-file-styles on hack-local-variables-hook.
* Document file-local-variables-alist and before-hack-local-variables-hookChong Yidong2008-07-311-0/+7
|
* (normal-mode): Move call to hack-project-variables intoChong Yidong2008-07-311-41/+70
| | | | | | | | | | | | | | hack-local-variables. (file-local-variables-alist, before-hack-local-variables-hook): New vars. (ignored-local-variables): Add file-local-variables-alist. (hack-local-variables-filter): Renamed from hack-local-variables-apply. Add the result to file-local-variables-alist, without applying them. (hack-local-variables): Set file-local-variables-alist to nil. Call hack-project-variables and before-hack-local-variables-hook. Apply variables here, instead of hack-local-variables-apply. Based on a patch by Alan Mackenzie.
* * files.el (normal-mode): Move call to hack-project-variables intoChong Yidong2008-07-311-0/+15
| | | | | | | | | | | | | | hack-local-variables. (file-local-variables-alist, before-hack-local-variables-hook): New vars. (ignored-local-variables): Add file-local-variables-alist. (hack-local-variables-filter): Renamed from hack-local-variables-apply. Add the result to file-local-variables-alist, without applying them. (hack-local-variables): Set file-local-variables-alist to nil. Call hack-project-variables and before-hack-local-variables-hook. Apply variables here, instead of hack-local-variables-apply. Based on a patch by Alan Mackenzie.
* * w32font.h (struct w32font_info): Use unicode version of textmetrics.Jason Rumney2008-07-304-83/+40
| | | | | | | | | * w32font.c (w32font_encode_char): Leave as unicode if in range. (w32font_open_internal): Get unicode version of textmetrics. Don't enable or disable glyph indices here. (w32font_open): Disable use of glyph indices. * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
* Handle AS_* in Autoconf 2.62's index for `info-lookup-symbol'.Thien-Thi Nguyen2008-07-302-2/+11
| | | | | | * lisp/info-look.el (autoconf-mode :doc-spec): For "(autoconf)M4 Macro Index", if the item already begins with "AS_", don't prefix that string again.
* *** empty log message ***Juri Linkov2008-07-301-0/+2
|
* (info, Info-mode): Doc fix.Juri Linkov2008-07-301-1/+4
|
* Isearch-related changes.Juri Linkov2008-07-301-23/+30
|
* *** empty log message ***Juri Linkov2008-07-301-0/+12
|
* (isearch-mode-map): Bind `M-s r' to `isearch-toggle-regexp'Juri Linkov2008-07-301-5/+31
| | | | | | | | and `M-s w' to `isearch-toggle-word'. (search-map): Bind `M-s w' to `isearch-forward-word' globally in the global map `search-map'. (isearch-forward): Doc fix. (isearch-forward-word, isearch-toggle-case-fold): New commands.
* (quoted-insert): Comment out code that treats 0240-0377 specially.Juri Linkov2008-07-301-7/+8
|
* Fix last change.Chong Yidong2008-07-301-1/+1
|
* (Vread_buffer_function): Doc fix.Chong Yidong2008-07-301-2/+3
|
* * minibuf.c (syms_of_minibuf): Doc fix.Chong Yidong2008-07-301-0/+4
|
* Document read-file-name-completion-ignore-case andChong Yidong2008-07-301-0/+6
| | | | read-buffer-completion-ignore-case.
* Add customization info for read-buffer-completion-ignore-case.Chong Yidong2008-07-301-0/+2
|
* * cus-start.el: Add customization info forChong Yidong2008-07-301-0/+5
| | | | read-buffer-completion-ignore-case.
* (read_buffer_completion_ignore_case): New var.Chong Yidong2008-07-301-6/+21
| | | | (Fread_buffer): Use it.
* * minibuf.c (read_buffer_completion_ignore_case): New var.Chong Yidong2008-07-301-0/+5
| | | | (Fread_buffer): Use it.
* * systty.h (sensemode): Remove empty #if. Remove reference toDan Nicolaescu2008-07-306-26/+28
| | | | | | | | | | | BSD_TERMIOS, unused. * sysdep.c: Remove reference to DGUX. (closedir): Remove reference to BROKEN_CLOSEDIR, unused. * config.in: Regenerate. * configure.in (DO_BLOCK_INPUT): Remove, unused.
* (vc-dir): Call file-truename on the dir argument.Sam Steingold2008-07-302-22/+17
|
* (vc-dir-menu-map, vc-at-event): Fix docstring.Dan Nicolaescu2008-07-302-5/+24
| | | | (vc-dir-mode): Improve docstring.
* *** empty log message ***Juri Linkov2008-07-301-0/+5
|
* (dired-isearch-filenames-setup): Add autoload cookieJuri Linkov2008-07-301-0/+1
| | | | for the sake of isearch-mode-hook in dired-mode in dired.el.
* Set image-mode-text-map when image cannot be displayed.Chong Yidong2008-07-301-9/+8
|
* * image-mode.el (image-mode): Set image-mode-text-map when imageChong Yidong2008-07-301-0/+5
| | | | cannot be displayed.
* (uniscribe_encode_char): Fix glyph buffer size.Jason Rumney2008-07-302-1/+5
|
* Fix typos.Juanma Barranquero2008-07-301-3/+3
|
* * lisp/ada-prj.el (ada-prj-initialize-values): Fix use of deletedJuanma Barranquero2008-07-303-11/+17
| | | | | | | | ada-xref-set-default-prj-values. (ada-prj-display-page): Ditto. * list/ada-xref.el (ada-gnatstub-opts): Fix doc string. (ada-make-filename-from-adaname): Fix free variable.
* (VC Directory Mode): Update the display format and fixDan Nicolaescu2008-07-302-5/+10
| | | | the vc-dir command name.
* (vc-git-status-printer): Synchronize with the default.Dan Nicolaescu2008-07-302-2/+10
|
* * verilog-mode.el (verilog-do-indent): Remove special indent forDan Nicolaescu2008-07-302-113/+299
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | declarations inside a parenthetical list. The code is ill-advised, and doesn't work given user defined types. (verilog-set-auto-endcomments): Enhance function automatic endcomment to support functions that return user defined types. (verilog-mode): Add code to tell which-function-mode minor mode that Verilog supports this feature. (verilog-beg-block-re-ordered, verilog-indent-re) (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1) (verilog-leap-to-head): Support the new virtual and/or protected tasks, as well as extern declarations of tasks for indenting and for foward/backward expression. * verilog-mode (verilog-read-decls): Allow AUTORESET to work with SV 'logic' signals. [Julian Gorfajn] (verilog-auto-inst-column): Make verilog-auto-inst-column customizable. (verilog-string-replace-matches): Avoid recursion with small replacements. (verilog-auto-inst-param-value, verilog-mode-version) (verilog-mode-version-date, verilog-read-inst-param-value) (verilog-auto-inst, verilog-auto-inst-param) (verilog-auto-inst-port, verilog-simplify-range-expression): Add verilog-auto-inst-param-value option for AUTOINST. [David Rogoff] This allows parameters to be replaced with their values, on the expansion of an AUTOINST with Verilog 2001 style parameter settings.
* Add arch taglineMiles Bader2008-07-302-0/+5
|
* * calendar/timeclock.el (timeclock-day-projects): Change a `cdr' to `cddr'.John Wiegley2008-07-302-1/+6
|
* * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.Juanma Barranquero2008-07-291-3/+9
| | | | ($(infodir)/mairix-el), mairix-el.dvi): New targets.
* * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.Juanma Barranquero2008-07-291-0/+5
| | | | ($(infodir)/mairix-el), mairix-el.dvi): New targets.
* Add mairix-el targets.Chong Yidong2008-07-291-0/+8
|
* New file.Chong Yidong2008-07-291-0/+346
|
* * Makefile.in: Add mairix-el targets.Chong Yidong2008-07-291-0/+8
| | | | * mairix-el.texi: New file.
* Add mairix-el.Chong Yidong2008-07-291-0/+1
|
* * info/dir (File): Add mairix-el.Chong Yidong2008-07-291-0/+4
|
* (ELCFILES): Add mairix.elc.Chong Yidong2008-07-291-0/+1
|
* * Makefile.in (ELCFILES): Add mairix.elc.Chong Yidong2008-07-291-0/+4
|
* ** mairix.el is an interface to mairix, a free tool for indexing andChong Yidong2008-07-291-0/+6
| | | | | | | searching locally stored mail. It allows you to query mairix and display the search results with Rmail, Gnus and VM. Note that there is an existing Gnus back end, nnmairix.el, which should be used with Maildir/MH setups.
* * net/mairix.el: New file.Chong Yidong2008-07-291-0/+4
|
* New file.Chong Yidong2008-07-291-0/+952
|
* *** empty log message ***Juri Linkov2008-07-291-0/+3
|